/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

#pg-specia-1 {
    DISPLAY: NONE;
}


/* header#top {
/*     background-image: url("http://stagingserver3.com/Negril/wp-content/uploads/2024/02/NoPath-Copy-7.png") !important; */
    background-position: bottom !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px !important;
} */
span.menu-title-text {
    font-size: 16px !important;
}
a {
    color:#676767 !important;
}
/* a:hover {
    color:#fbc31b !important;
} */

#btnn {
    border-radius: 50px !important;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
}
div#respond {
    display: none;
}


/* h2 {
    font-family: 'pro';
    font-size: 65px;
}

h3 {
    font-family: pro !important;
} */

#top .nav-btn span {
    background-color: #ff462d;
    padding: 15px 20px;
    border-radius: 5px !important;
    color: #fff;
    font-weight: bold;
}

#top .nav-btn span strong {
    background-color: #fff;
    border-radius: 50px !important;
    padding: 1px 15px;
    margin-left: 20px;
    color: #e61286;
}


/* body h1 {
    font-family: pro !important;
} */


/*-----------------------  ------------------------------*/


/* #ro-1 h1 {
    font-family: pro;
    font-weight: 500;
} */

#ro-1 .logos {
    width: 210px;
    height: 90px;
    object-fit: contain;
}

#ro-1 #inn1 img,
#ro-1 #inn3 img {
    transition: 0.5s;
}

#ro-1 #inn1 img:hover,
#ro-1 #inn3 img:hover {
    transform: scale(110%);
}


/*-----------------------  ------------------------------*/

#ro-2 .vc_col-sm-4.rrb-1>div {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    padding: 20px 10px 40px 10px;
    border-radius: 20px !important;
}


/*-----------------------  ------------------------------*/


/*------------------------------------ -------------------------*/

#ro-4 .rrb-2 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
    padding: 0px 0px 20px 0px;
    border-radius: 20px !important;
}

#ro-4 .txt-2 {
    padding: 0px 10px 10px 20px;
}

#ro-4 .owl-nav {
    display: flex;
}

#ro-4 .owl-nav button span {
    display: none;
}

#ro-4 .owl-nav button {
    border: 2px solid #FBC31B;
    background-color: transparent !important;
    width: 50px;
    color: #FBC31B !important;
    height: 50px;
    border-radius: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ro-4 .owl-nav button:before {
    content: "\f060";
    font-family: fontawesome !important;
}

#ro-4 .owl-nav button.owl-next {
    transform: rotate(180deg);
}

#ro-4 .owl-nav button.owl-prev {
    position: absolute;
    left: -70px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

#ro-4 .owl-nav button.owl-next {
    position: absolute;
    right: -70px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}


/*--------------------   ----------------------*/

#ro-6 span.meta-category {
    display: none;
}

#ro-6 h3.title {
    font-size: 22px !important;
}


/*------------------------------ ---------------------------*/

#ro-12 .rrb-3 h2 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

#ro-12 h3 {
    color: #fff;
}

#ro-12 form input.tnp-email {
    background-color: #fff;
    margin: 0px 0px;
    max-width: 500px;
}

#ro-12 form input.tnp-email::placeholder {
    color: #000;
}

#ro-12 form input.tnp-submit {
    padding: 11px 0px !important;
    width: 70px;
    background-color: #fff;
    border-radius: 0px !important;
    background-image: url("http://stagingserver3.com/Craig/wp-content/uploads/2024/02/Icon-ionic-ios-send.png");
    background-repeat: no-repeat;
    color: transparent;
    background-position: center;
    transform: none;
    box-shadow: 0px 0px !important;
}

#ro-12 p {
    color: #fff;
}

#ro-12 a {
    color: #fff !important;
}

#ro-12 ul#menu-contact-info,
#ro-12 ul#menu-contact-info li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#ro-12 #copyright p {
    font-size: 14px;
    line-height: 1.3;
}

#ro-12 #copyright {
    border-top: 1px solid #fff;
}

#ro-12 i[class*=fa-] {
    color: #FBC31B !important;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

#ro-1 .cir1,
#ro-3 .cir1 {
    position: relative;
    top: 30px;
/*     right: 50px;
    animation: cir1 35s infinite normal linear !important; */
}

@keyframes cir1 {
    to {
        transform: rotateZ(0deg);
    }
    from {
        transform: rotateZ(360deg);
    }
}

#ro-1 .cir2,
#ro-3 .cir2 {
    animation: cir2 30s infinite reverse linear !important;
    position: relative;
    left: 260px;
    top: -70px;
}

@keyframes cir2 {
    to {
        transform: rotateZ(0deg);
    }
    from {
        transform: rotateZ(360deg);
    }
}

#ro-3 .cir1 {
    position: relative;
    top: 30px;
    right: -59px;
    animation: cir1 35s infinite normal linear !important;
    width: 300px;
}

#ro-3 .cir2 {
    animation: cir2 30s infinite reverse linear !important;
    position: relative;
    left: 180px;
    top: -50px;
}


/*---------------------------------------------------------------------------*/

@media (max-width: 1600px) {}


/*---------------------------------------------------------------------------*/

@media (max-width: 1440px) {
    #top ul li a {
        font-size: 13px !important;
        line-height: 1.3;
    }
    #ro-1 h1 {
        font-size: 75px !important;
        line-height: 1.3;
    }
}


/*---------------------------------------------------------------------------*/

@media (max-width: 1366px) {
    #header-outer[data-lhe="default"] #top nav>ul>li>a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #ro-12 #copyright p {
        font-size: 13px;
        line-height: 1.3;
    }
    div#ro-4 {
        padding-top: 60px;
        padding-bottom: 0px !important;
    }
    #ro-3 .cir2 {
        left: 148px;
    }
    #ro-1 .cir1 {
        position: relative;
        top: 30px;
        right: 50px;
        animation: cir1 35s infinite normal linear !important;
        width: 420px;
    }
    #ro-1 .cir2 {
        animation: cir2 30s infinite reverse linear !important;
        position: relative;
        left: 160px;
        top: -30px;
        width: 250px;
    }
}


/*---------------------------------------------------------------------------*/

@media (max-width: 1280px) {
    #top ul li a {
        font-size: 11px !important;
        line-height: 1.3;
    }
}


/*---------------------------------------------------------------------------*/

@media (max-width: 1024px) {
    #ro-1 h1 {
        font-size: 56px !important;
        line-height: 1.3;
    }
    #ro-12 .rrb-3 h2 {
        font-size: 21px !important;
        line-height: 1.3;
    }
    #ro-12 h3 {
        font-size: 21px;
        line-height: 1.3;
    }
    #ro-2 h2,
    #ro-3 h2,
    #ro-4 h2,
    #ro-5 h2,
    #ro-6 h2 {
        font-size: 45px !important;
        line-height: 1.3;
    }
    #ro-2 h3,
    #ro-3 h3,
    #ro-4 h3,
    #ro-5 h3,
    #ro-6 h3 {
        font-size: 20px !important;
        line-height: 1.3;
    }
    #ro-1 p,
    #ro-2 p,
    #ro-3 p,
    #ro-4 p,
    #ro-5 p,
    #ro-6 p {
        font-size: 13px;
        line-height: 26px;
    }
    div#ro-4 {
        padding-top: 60px;
        padding-bottom: 0px !important;
    }
    #ro-6 .masonry.material .masonry-blog-item .article-content-wrap {
        padding: 10px 10px 10px 10px!important;
    }
    #ro-6 h3.title {
        font-size: 18px !important;
        line-height: 1.3;
    }
    #ro-3 .cir2 {
        left: 78px;
        top: 20px;
    }
}


/*---------------------------------------------------------------------------*/

@media (max-width: 900px) {
    #ro-2 .imgg {
        width: 100%;
    }
    #ro-5 img {
        margin: auto !important;
    }
    #ro-4 .owl-nav button.owl-prev {
        position: absolute;
        left: -50px !important;
    }
    #ro-4 .owl-nav button.owl-next {
        position: absolute;
        right: -50px !important;
    }
    header#top {
        background-image: url("http://stagingserver3.com/Negril/wp-content/uploads/2024/02/NoPath-Copy-7.png") !important;
        height: 70px !important;
    }
    #ro-3 .cir1 {
        position: relative;
        top: 30px;
        right: -140px;
        width: 430px;
    }
    #ro-1 .cir2 {
        left: 200px;
        top: 0px;
        width: 30%;
    }
    #ro-1 #inn3 img {
        display: table;
        margin: auto;
    }
}


/*---------------------------------------------------------------------------*/

@media (max-width: 768px) {
    #ro-4 .owl-nav button.owl-prev {
        position: absolute;
        left: -45px !important;
    }
    #ro-4 .owl-nav button.owl-next {
        position: absolute;
        right: -45px !important;
    }
    #ro-4 .owl-nav button {
        display: none;
    }
}


/*---------------------------------------------------------------------------*/

@media (max-width: 480px) {
    #ro-5 img {
        margin: auto !important;
    }
    #ro-12 form input.tnp-email {
        margin: 0px 0px;
        width: 100%;
    }
    #ro-12 form input.tnp-submit {
        padding: 11px 0px !important;
        width: 100%;
    }
    #ro-1 .cir1 {
        top: 0px;
        right: 20px;
        width: 80%;
    }
    #ro-1 .cir2 {
        left: 120px;
        top: -30px;
        width: 30%;
    }
    #ro-3 .cir1 {
        position: relative;
        top: 10px;
        right: 0px;
        width: 84%;
    }
    #ro-3 .cir2 {
        position: relative;
        left: 110px;
        top: -20px;
        width: 33%;
    }
}


/*---------------------------------------------------------------------------*/

@media (max-width: 444px) {
    #ro-2 h2,
    #ro-3 h2,
    #ro-4 h2,
    #ro-5 h2,
    #ro-6 h2,
    #ro-7 h2 {
        font-size: 35px !important;
        line-height: 1.3;
    }
    #ro-1 h1 {
        font-size: 36px !important;
        line-height: 1.3;
    }
}


/*---------------------------------------------------------------------------*/

@media (max-width: 360px) {}