/*
Theme Name: OceanWP Child
Description: Child theme for OceanWP
Template: oceanwp
Version: 1.0.0
*/

#site-header {
    position: fixed !important;
    top: 40px;
    background-color: transparent !important;
}

#site-logo #site-logo-inner,
.oceanwp-social-menu .social-menu-inner,
#site-header.full_screen-header .menu-bar-inner,
.after-header-content .after-header-content-inner {
    height: 72px !important;
}

#site-header #site-logo #site-logo-inner a img,
#site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    max-height: 60px !important;
}

.kunteynir {
    opacity: 1;
}

.oceanwp-mobile-menu-icon a.mobile-menu:focus,
.oceanwp-mobile-menu-icon a.mobile-menu:active {
    outline: none !important;
    box-shadow: none !important;
}

.wp-block-cover.home-banner {
    display: flex;
    align-items: flex-start;
}

.btn-home-banner a {
    border-radius: 0px;
    line-height: 17px;
}

.btn-home-banner:hover a {
    color: #ffffff;
    background-color: #0b7cac;
}

.btn-home-banner {
    margin: 0 auto !important;
}



@media (max-width: 959px) {
    .home-banner {
        min-height: 350px !important;
    }

    .home-banner img {
        object-fit: cover !important;
        object-position: 35% 50%;
    }

    .kunteynir {
        align-items: flex-start;
        opacity: 1;
    }

    .kunteynir h2,
    .kunteynir p {
        padding-left: 40px !important;
        padding-right: 20px;
    }

    .kunteynir img,
    .banner-home-en img {
        object-position: left center;
    }

    .kunteynir-text {
        padding-top: 20%;
    }
}

.contoppan div {
    height: auto !important;
}

/*Seminar Page*/
.seminar-title {
    text-align: center;
}

.seminar-content {
    padding: 30px 10px;
}

.seminar-content .seminar-button {
    text-align: center;
    margin: 50px 0px;
}

.seminar-announcement .container {
    width: 825px;
}

.seminar-banner {
    position: relative;
}

.seminar-banner img {
    width: 100%;
    min-height: 550px;
    object-fit: cover;
}

.seminar-banner-date {
    position: absolute;
    width: 1100px;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 30px;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.section-date-banner-home {
    width: 1100px;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 15px;
}

.home-banner-date {
    color: #E62930;
}

.wp-block-button a:hover {
    background-color: #0b7cac;
    color: #fff !important;
}


@media (max-width: 959px) {
    span.wpcf7-form-control-wrap[data-name="participation-days"] .wpcf7-checkbox {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .seminar-banner-date {
        width: auto;
        text-align: center;
    }

    .seminar-banner img {
        min-height: 350px;
        object-fit: cover !important;
        object-position: 35% 50%;
    }

    .home-banner-date {
        text-align: center !important;
        font-size: 22px !important;
    }

    .section-date-banner-home {
        padding-top: 0px;
    }
}

.address-mobile {
    display: none;
    text-decoration: none;
    font-size: 20px;
}

.address-mobile svg {
    fill: #fff;
}

body.scrolled .address-mobile svg {
    fill: #000;
}

body.scrolled .oceanwp-mobile-menu-icon a {
    color: #000 !important;
}

@media (max-width: 959px) {
    .address-desktop {
        display: none;
    }

    .address-mobile {
        display: inline-block;
    }
}

/*Home page*/
.block-separator {
    color: #0068ff;
    opacity: 1;
    max-width: 100px;
    margin-top: 10px !important;
    margin-left: 1px !important;
}

/*Header*/
.oceanwp-mobile-menu-icon a {
    color: #fff !important;
}

body.admin-bar #top-bar-wrap {
    top: 32px !important;
}

body.admin-bar #site-header {
    top: 71px !important;
}



#top-bar-wrap {
    position: fixed !important;
    width: 100%;
    height: 40px;
    background-color: transparent !important;
}

#site-navigation-wrap ul li a {
    color: #fff !important;
}

body.scrolled #site-navigation-wrap ul li a {
    color: rgb(153, 153, 153) !important;
}

body #site-navigation-wrap ul li ul li a {
    color: rgb(153, 153, 153) !important;
}

body #top-bar-wrap,
body #site-header {
    transition: all 1s ease-in-out !important;
}

body.scrolled #top-bar-wrap,
body.scrolled #site-header {
    background-color: #fff !important;
}

body.scrolled #site-header img.custom-logo {
    max-height: 90px !important;
}

@media (max-width: 766px) {
    body.scrolled #site-header {
        top: 0;
    }

    #top-bar-wrap {
        height: auto;
    }

    #site-header {
        top: 80px;
    }
}

body:not(.scrolled) .contoppan,
body:not(.scrolled) .contoppan a {
    color: #fff;
}

.kunteynir,
#content-wrap .wp-block-cover {
    position: relative;
    overflow: hidden;
}

.kunteynir::after,
#content-wrap .wp-block-cover::after {
    content: '';
    position: absolute;
    width: 100%;
    aspect-ratio: 300 / 27;
    inset: auto 0% 0%;
    background-image: url(/wp-content/themes/oceanwp-child/images/curve-bottom.svg);
    background-size: 100% 100%;
    z-index: 5;
}

body:not(.home) #content-wrap .wp-block-cover {
    min-height: 400px !important;
}

body #top-bar-wrap,
body #site-header {
    border-bottom: none;
}

body:not(.scrolled) #top-bar-wrap #top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

body #top-bar-wrap #top-bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}


/*Services home page*/
.h3-home-title {
    font-size: 40px;
}

.services-home>div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.services-home>div div {
    border: 1px solid #04152529;
    border-radius: 6px;
    padding: 20px 15px 15px 20px;
}

.services-home>div div h2,
.news-home h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}

.news-home h3 {
    min-height: 140px;
    padding: 8px 8px 16px 16px;
    margin-bottom: 0px;
}

.news-home p {
    padding: 0px 8px 16px 16px;
    margin-bottom: 0px;
}

.news-home>div {
    border: 1px solid #04152529;
    border-radius: 6px;
    margin-bottom: 32px;
    overflow: hidden;
}

.services-home>div div p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.services-home>div div a,
.news-home p a {
    font-size: 14px;
    color: #2879FB;
    text-decoration: none !important;
}

@media (max-width: 959px) {
    .services-home>div {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .services-home>div {
        grid-template-columns: 1fr;
    }
}

/*News home page*/

.news-home .wp-block-image {
    text-align: center;
}

.news-home img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.news-home h3 a {
    text-decoration: none !important;
}

.meta .meta-author {
    display: none;
}

.footer-icons {
    display: flex;
    gap: 10px;
}

.footer-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
}