/*
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 */

@media only screen and (max-width: 768px) {
    #site-logo #site-logo-inner a img {
        height: 5em;
    }
}

@media only screen and (min-width: 769px) {
    #site-logo #site-logo-inner a img {
        height: 7em;
    }
}

/* Resolve Main Menu Display When Using Bootstrap */
#site-navigation-wrap .dropdown-menu {
    display: block;
    float: none;
    position: relative;
    top: auto;
    left: auto;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Hide / Show Desktop vs Mobile */
@media only screen and (max-width: 768px) {
    .hidephone { display: none !important; }
}
@media only screen and (min-width: 769px) {
    .hidedesk { display: none !important; }
}

.fa.fa-bars {
    font-size: 1.5em;
}

:root {
    --bs-body-font-family: "Montserrat", sans-serif !important;
}

.bdpp-style-mngr-1 .bdpp-rdmr-btn {
    border-radius: 50px;
}

.bdpp-post-grid-wrap.bdpp-design-15 .bdpp-post-title {
    text-transform: uppercase;
}

.blackbg {
	background: #000;
	color: #fff;
}

.why-checks {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-checks li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.why-checks i {
    color: #F7C613;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .bdpp-post-img-bg {
    height: 200px!important;
    } }

.grw-header {
	display: none;
}

/* Footer Quick Links menu font size */
#footer-widgets .footer-box ul li a {
    font-size: 13px;
	text-decoration: none;
	line-height: 1;
}

/* Footer bottom menu font size */
#footer-bottom-menu li a {
    font-size: 10px;
	text-decoration: none;
	line-height: 1;
}

/* Footer bottom separator | */
#footer-bottom-menu li::after {
    font-size: 10px;
}

.site-footer .widget_nav_menu li {
    padding: 3px 0;
    border-bottom: 0;
}

/* ================================
   GLOBAL TYPOGRAPHY
================================ */

html {
    font-size: 16px;
}

body, p, li {
    font-size: 1.05rem;
    line-height: 1.6;
}

@media (min-width: 992px) {
    body, p, li {
        font-size: 1.1rem;
    }
}

h2 {
	text-transform: uppercase;
}

/* ================================
   DESKTOP HERO
================================ */

.rpw-hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rpw-hero__inner {
    min-height: 80vh;
    padding-top: 100px;
    padding-bottom: 60px;
}

.rpw-hero__reviews {
    margin-bottom: 15em;
}

.rpw-hero__reviews iframe,
.rpw-hero__reviews .ti-widget,
.rpw-hero__reviews .ti-widget-container {
    margin: 0 !important;
    text-align: left !important;
    float: none !important;
}

/* HERO H1 */
.rpw-hero__title {
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.1;
    text-transform: uppercase;
    max-width: 700px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .rpw-hero__title {
        font-size: 2.1rem;
    }
}

@media (min-width: 1200px) {
    .rpw-hero__title {
        font-size: 2.5rem;
    }
}

.rpw-hero__content {
    color: #fff;
    font-size: 1.4rem;
    max-width: 850px;
    margin-bottom: 35px;
}

.rpw-hero__badge img {
    max-width: 170px;
    height: auto;
}

/* ================================
   HERO BUTTONS
================================ */

.rpw-hero .rpw-hero__buttons .btn,
.rpw-hero-mobile .rpw-hero-mobile__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 220px;
    text-decoration: none;
    font-size: 1.3rem;
}

.rpw-hero .rpw-btn-primary,
.rpw-hero-mobile .rpw-btn-primary {
    background: #f7c600 !important;
    border: 1px solid #f7c600 !important;
    color: #111 !important;
}

.rpw-hero .rpw-btn-primary:hover,
.rpw-hero-mobile .rpw-btn-primary:hover {
    background: #ffd539 !important;
    border-color: #ffd539 !important;
    color: #111 !important;
}

.rpw-hero .rpw-btn-secondary {
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

.rpw-hero .rpw-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: #fff !important;
    color: #fff !important;
}

/* ================================
   MOBILE HERO
================================ */

.rpw-hero-mobile__image {
    position: relative;
    min-height: 320px;
    background-size: 140%;
    background-position: center 30%;
    background-repeat: no-repeat;
}

.rpw-hero-mobile__badge {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.rpw-hero-mobile__badge img {
    width: 110px;
    height: auto;
}

.rpw-hero-mobile__content.blackbg {
    background: #000;
    color: #fff;
    padding: 40px 0 50px;
}

.rpw-hero-mobile__reviews {
    margin-bottom: 30px;
    text-align: center;
}

.rpw-hero-mobile__reviews iframe,
.rpw-hero-mobile__reviews .ti-widget,
.rpw-hero-mobile__reviews .ti-widget-container {
    margin: 0 auto !important;
    float: none !important;
    text-align: center !important;
}

.rpw-hero-mobile__title {
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .rpw-hero-mobile__title {
        font-size: 2rem;
    }
}

.rpw-hero-mobile__text {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.5;
    margin-bottom: 35px;
}

.rpw-hero-mobile__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.rpw-hero-mobile__btn {
    width: 100%;
    min-height: 70px;
    font-size: 1.05rem;
    border-radius: 999px;
}

.rpw-hero-mobile__btn-secondary {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    border-bottom: 3px solid #d4aa00;
    padding-bottom: 10px;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 991.98px) {
    .rpw-hero__inner {
        padding-top: 90px;
    }
}

@media (max-width: 767.98px) {
    .rpw-hero-mobile__image {
        min-height: 280px;
        background-size: 150%;
        background-position: center 35%;
    }

    .rpw-hero-mobile__badge img {
        width: 100px;
    }

    .rpw-hero-mobile__text {
        font-size: 1.05rem;
    }
}

@media (max-width: 575.98px) {
    .rpw-hero-mobile__image {
        min-height: 240px;
        background-size: 160%;
        background-position: center 40%;
    }
}