/*
Theme Name: OceanWP Child
Description: Child theme for OceanWP
Author: Your Name
Template: oceanwp
Version: 1.0.0
Text Domain: oceanwp-child
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Add your custom styles below this line */

#site-navigation {
    position: relative;
    top: 10px;
}

#top-bar-content.top-bar-left {
    float: none;
    margin: 0 auto;
    text-align: center;
}

body div.wpforms-container-full input[type=submit]:not(:hover):not(:active), 
body div.wpforms-container-full button[type=submit]:not(:hover):not(:active), 
body div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), 
body .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), 
body .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), 
body .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color: #67a799;
}

html body div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #203121 !important;
}

body .oceanwp-social-icons.style-light li a {
    border: none;
    margin-right: 10px;
}

body .oceanwp-social-icons.style-light li a i {
    font-size: 40px;
}

body .oceanwp-social-icons.style-light li a:hover i.fa-instagram {
    color: #962fbf;
}

body .oceanwp-social-icons.style-light li a i.fa-tiktok {
    font-size: 32px;
    top: -3px;
    position: relative;
}

body ul.sub-menu li a span {
    font-size: 16px;
}

html body,
body div,
body p,
body span,
body a,
body li,
body .site-breadcrumbs a{
    font-size: 16px;
}

body .fs-22 span {
    font-size: 22px;
}

body .sidebar-box .widget-title {
    font-size: 18px;
}

.topbar-content,
.topbar-content a {
    font-size: 14px;
}

body #footer-widgets .footer-box .widget-title {
    font-size: 18px;
}

body #footer .oceanwp-row .span_1_of_3 {
    width: 39%;
}

body #footer .oceanwp-row .span_1_of_3:last-child {
    width: 20%;
}

body h1 span {
    font-size: 32px;
}

body .uc_overlay_image_carousel .uc_post_title {
    line-height: 30px;
}

.news-home .uc_overlay_image_carousel .uc_image_carousel_container_holder .ue_post_intro {
    line-height: 24px;
}

.news-home .uc_overlay_image_carousel .uc_image_carousel_container_holder .uc_image_carousel_content {
    min-height: 365px !important;
}

@media only screen and (max-width: 959px) {
    body .oceanwp-row .col,
    body .oceanwp-row .span_1_of_4 {
        width: 100%;
        float: none;
    }

    #home-green-box .elementor-element.elementor-widget.elementor-widget-image {
        margin: 0 auto;
    }

    body #mobile-dropdown {
        max-height: 600px;
    }
    
    body #footer .oceanwp-row .span_1_of_3 {
        width: 100%;
        text-align: center;
    }

    body #footer .oceanwp-row .span_1_of_3:last-child {
        width: 100%;
    }
    
    #footer .widget-title {
        border: none;
    }
}