/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/

/* @import url("../bridge/style.css"); */

.ehf-header #masthead {
    z-index: 200 !important;
}


.syn-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.syn-holder {
    margin: 20px 0;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 15px;
}

.single-post .post_info {
    display: none !important;
}

.date-holder {
    text-align: center;
    display: block;
    font-size: 28px;
    margin-bottom: 16px;
}

.content-holder {
    color: #fff;
}

.title .title_holder {
    padding-top: 0px !important;
    height: unset !important;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.news-item {
    background-color: #fff;
}

.programma-list .programma-item {
    padding: 16px;
}

.programma-list .programma-item:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
}

.title_outer {
    padding-top: 180px;
}
.cont {
    padding: 10px;
}


.text-xeretismos {
    background: #fff;
    padding: 16px;    
    z-index: 5;
    position: relative;
    max-width: 80%;
    margin: -30px auto 30px auto;
}

.full-img .vc_single_image-wrapper,
.full-img .vc_single_image-wrapper img{
    width: 100% !important;
}
.text-white {
    color: #fff;
}
/* 

.swiper-container {
    width: 100%;    
    margin: auto;
    padding: 20px;
}

.swiper-slide {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
*/

.swiper-pagination  {
    position: relative !important;
    padding-top: 16px!important;
}
.swiper-button-next, .swiper-button-prev {
    color: #2F3030 !important;
}

.swiper-pagination-bullet-active {
    background: #2F3030 !important;
} 

@media (max-width: 1000px) {
    .title_outer {
        padding-top: 10px;
    }   
}