/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Helpers & fonts */

:root {
    --site-body-font: 'Raleway';
    --site-heading-font: 'Raleway';
    --site-main-dark: #1C2629;
    --site-main-grey: #627773;
    --site-main-green: #2E5E3E;
    --site-main-light-grey: #A0B9B8;
    --site-main-black: #000000;
    --site-main-cream: #FEFAF3;
    --site-main-white: #ffffff;
}

.e-opened,
.e-closed {
    padding: 9px 10px;
    border: 1px solid;
    border-radius: 100%;
    height: 100% !important;
}

.e-closed {
    padding: 9px 12px;
}

body a:focus {
    outline: none !important;
}

/* Helpers & fonts end */

/* Header */

.current-menu-item .menu-link {
    font-weight: 700;
}

#mysticky-wrap {
    height: auto !important;
}

#mysticky-nav.wrapfixed .menu-link:hover {
    color: var(--site-main-black);
}

#mysticky-nav.wrapfixed #site-navigation-wrap .dropdown-menu>li>a,
#mysticky-nav.wrapfixed .oceanwp-mobile-menu-icon a {
    line-height: 100px !important;
}

#mysticky-nav.wrapfixed #site-logo #site-logo-inner {
    height: 100px !important;
}

#mysticky-nav.wrapfixed .effect-seven #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span::after,
#mysticky-nav.wrapfixed .effect-seven #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span::after {
    text-shadow: 10px 0 var(--site-main-black), -10px 0 var(--site-main-black);
}

#mysticky-nav.wrapfixed .effect-seven #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span::after {
    color: var(--site-main-black);
}

/* Header end */

/* Footer */

#menu-footer-nav .menu-item {
    display: block;
    padding-bottom: 10px;
}

/* Footer end */

/* Home gallery */

.gallery-item .gallery-icon.landscape img {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.gallery-item .gallery-icon.landscape img:hover {
    transform: scale(1.05);
}

/* Home gallery end */

/* Forms */

/* Global */

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    margin: 0;
    color: var(--site-main-white);
}

/* Contact Us */

body form .contact-form .col-md-12:last-child,
body form .contact-form .col-md-12:last-child p {
    margin-bottom: 0;
}

body form .contact-form input,
body form .contact-form textarea {
    background-color: #ffffff7d;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--site-main-white);
    padding: 16px;
    line-height: 1;
    border-radius: 0;
}

body form .contact-form textarea {
    min-height: 40px;
}

body form .contact-form input::placeholder,
body form .contact-form textarea::placeholder {
    color: var(--site-main-white);
    opacity: 1;
}

.wpcf7-spinner {
    display: block;
    margin: 10px auto 0;
}

/* Footer */

body form .footer-form input {
    background: transparent;
    border: 0;
    border-bottom: 3px solid #ffffff75;
    padding: 13px 0;
    text-transform: uppercase;
    font-size: 16px;
}

body form .footer-form .wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 16px;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
}

body form .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    transform: translateY(-8px);
}

/* Stay Close Subscribe */

.page-id-17 form .contact-form input {
    text-transform: uppercase;
    text-align: center;
}

/* Forms end */

/* Blog */

/* Archive */

body.blog .oceanwp-row .col {
    margin: 0;
    padding: 0 .625rem;
}

.blog .blog-entry.grid-entry .blog-entry-inner {
    padding: 0 1.45em 50px !important;
    border: 0 !important;
}

.blog .blog-entry.grid-entry .blog-entry-header {
    margin: 35px 0 25px;
}

.blog .blog-entry.grid-entry .blog-entry-readmore {
    margin-top: 35px;
}

.blog .blog-entry.grid-entry .blog-entry-readmore a {
    background-color: #02010100;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--site-main-black);
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #00000075;
    border-radius: 0px 0px 0px 0px;
    padding: 16px 35px 16px 35px;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.blog .blog-entry.grid-entry .blog-entry-readmore a:hover {
    background-color: var(--site-main-black);
    color: var(--site-main-white);
    border-color: var(--site-main-black);
    transform: translateY(-8px);
}

.blog-entry.grid-entry .blog-entry-readmore a i {
    display: none;
}

body.blog .page-numbers span,
body.blog .page-numbers a {
    background: transparent !important;
}

body.blog .page-numbers span,
body.blog .page-numbers a {
    border: 0 !important;
    line-height: 1;
}

.blog .page-numbers.current {
    font-weight: 700;
}

/* Single */

.sh-container.head-row.row-center {
    display: none;
}

#main .single-header-ocean-3 {
    padding: 0;
    margin-bottom: 0;
    height: 600px;
}

.single .entry-title {
    border-bottom: 0 !important;
}

/* Blog end */

/* Testimonials */

.swiper-slide {
    height: auto;
}

.testimonial-content,
.testimonial-title {
    text-align: center;
    font-style: italic;
}

.testimonial-title {
    margin-top: 30px;
}

.testimonial-button-next,
.testimonial-button-prev {
    position: relative;
    left: unset;
    right: unset;
    background: var(--site-main-cream);
    border: 1px solid #707070;
    border-radius: 100%;
    width: 51px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-button-next::after,
.testimonial-button-prev::after {
    font-size: 18px;
    font-weight: 900;
    color: #707070;
}

/* Testimonials end */

/* Mobile */

@media (max-width: 767px) {

    body.blog .oceanwp-row .span_1_of_3 {
        width: 100%;
    }

    .blog-entry.grid-entry .blog-entry-inner {
        padding: 0 0 30px !important;
    }

    #main .single-header-ocean-3 {
        height: 400px;
    }

    #footer .menu-link {
        font-size: 16px !important;
    }
}