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

a#btnn,
a#bttn {
    transition: 0.5s;
    outline: solid 2px transparent !important;
}

a#btnn:hover,
a#bttn:hover {
    background-color: #000 !important;
    border-radius: 50px !important;
    outline-offset: 3px !important;
    outline-color: #000 !important;
    color: #fff !important;
}


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

#ro-1 .pic2 {
    position: absolute;
    right: 0px;
    bottom: -80px;
    animation: aacir 5s infinite alternate linear;
}

@keyframes aacir {
     
    to {
        transform: rotate(180deg);
    }
}

#ro-1 .imgg {
    max-width: 120%;
    width: 130%;
}

#ro-2 a#btnn {
    padding: 13px 43px;
}

#ro-1 .txt1 {
    background-repeat: no-repeat;
    background-position: 107% 80%;
    background-size: 60%;
}

#ro-2 .n2-section-smartslider div {
    overflow: visible !important;
}


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

#ro-3 .nectar-woo-carousel-top {
    position: absolute;
    width: 100%;
    top: 54%;
}

.woocommerce ul.products li.classic {
    background-color: #fff;
    text-align: center;
}

.woocommerce ul.products li.classic h2.woocommerce-loop-product__title {
    padding-left: 0px !important;
}

.woocommerce ul.products li.classic span.price {
    padding-left: 0px !important;
    padding-bottom: 30px;
}

#ro-2 .n2-section-smartslider div {
    overflow: visible;
}


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

#ro-4 .cover {
    position: absolute;
}

#ro-4 .hover-wrap {
    padding: 0px;
    margin: 0px;
}

#ro-4 #inn {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 730px;
}

#ro-4 .owl-item:hover #inn {
    background-image: none !important;
}

#ro-4 #inn h3 {
    background-color: #333333;
    width: 60%;
    border-radius: 50px;
    margin: auto;
    line-height: 1.6;
    margin-top: 23px;
    font-family: 'DM Serif Display';
}

#ro-4 #inn h2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url("http://stagingserver3.com/cervellohomes/wp-content/uploads/2023/11/Group-187-2.png");
    padding: 34px 0px;
    font-size: 40px;
    line-height: 1.2;
    color: #000;
}

#ro-4 #inn p:before {
    content: "\f058";
    font-family: fontawesome;
    color: #837CEB;
    margin-right: 6px;
}

#ro-4 #inn p {
    text-align: left;
    width: 80%;
    margin: auto;
    font-size: 15px;
    padding-bottom: 7px;
}


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

#ro-6 {
    padding: 40px 50px !important;
    margin-top: -110px;
}

#ro-6 form.tnp-form {
    display: flex;
    border-bottom: solid 2px #222222;
}

#ro-6 form.tnp-form input.tnp-submit {
    width: 50px;
    background-color: transparent;
    background-image: url("http://stagingserver3.com/cervellohomes/wp-content/uploads/2023/11/Icon-awesome-paper-plane.png");
    background-repeat: no-repeat;
    background-position: center;
}

#ro-6 form.tnp-form input.tnp-email {
    background-color: transparent;
    border: none;
    color: #222222;
    box-shadow: none !important;
}

#ro-6 form.tnp-form input.tnp-email::placehlder {
    color: #222222 !important;
}


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

#ro-7 .imgg {
    transform-origin: center right;
    transform: scale(112%);
}

#ro-7 #inn {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #00000047;
    padding: 30px 23px;
    position: relative;
    z-index: 99;
    bottom: -80px;
    animation: aabox 3s infinite alternate linear;
}

@keyframes aabox {
    form {}
    to {
        transform: translateY(-15px);
    }
}

#ro-8 .txt-info1 {
    margin-bottom: 0px;
}

#ro-8 .txt-info2 h4 {
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#ro-8 .txt-info2 h4 img {
    margin: 0px;
    margin-right: 10px;
}

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

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

#ro-8 .owl-nav button {
    border: none;
    background-color: transparent;
    background: #254252;
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
}

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

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

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

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

#ro-8 .owl-dots {
    display: none;
}


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

#ro-9 button.frm_button_submit {
    border-radius: 0px !important;
    padding: 14px 40px !important;
    color: #fff !important;
}

#ro-9 input,
#ro-9 textarea {
    background-color: #fff;
    border: none;
    border-radius: 0px !important;
    box-shadow: 0px 0px 10px 1px #00000026;
    resize: none;
    color: #000;
    font-family: poppins;
    font-size: 16px;
}

#ro-9 input::placeholder,
#ro-9 textarea::placeholder {
    color: #000;
}

#ro-9 input {
    height: 40px;
}


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

#footer-outer #footer-widgets>div>.row {
    padding: 67px 0px !important;
    border-bottom: solid 1px #fff;
}

#footer-outer #footer-widgets .icoo a i {
    font-size: 28px;
    margin: 0px 11px;
}

#copyright .col.span_5 {
    max-width: 100% !important;
}

#copyright .col.span_7.col_last {
    display: none;
}

#copyright {
    padding: 9px 0px !important;
}

#copyright p {
    text-align: start;
    background-image: url("http://stagingserver3.com/cervellohomes/wp-content/uploads/2023/11/Image-64.png");
    background-position: right;
    background-repeat: no-repeat;
    padding: 12px 0px;
}


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

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


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

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


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

@media (max-width: 1366px) {
    #ro-1 h1 {
        font-size: 55px;
    }
    #ro-1 h3 {
        font-size: 20px;
        line-height: 1.2;
    }
    #ro-1 .txt1 {
        background-position: 99% 40%;
        background-size: 50%;
    }
    #ro-2 .txt1 h2,
    #ro-3 .txt1 h2,
    #ro-4 .txt1 h2,
    #ro-5 .txt1 h2,
    #ro-6 .txt1 h2,
    #ro-7 .txt1 h2,
    #ro-8 .txt1 h2,
    #ro-9 .txt1 h2,
    #ro-10 .txt1 h2 {
        font-size: 45px;
        line-height: 1.2;
    }
    #ro-4 #inn {
        min-height: 695px;
    }
}


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

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


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

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


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

@media (max-width: 1280px) {
    #ro-4 .cover {
        position: absolute;
        height: 685px;
    }
    #ro-5 {
        padding: 170px 0px !important;
    }
}


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

@media (max-width: 1024px) {
    #ro-1 h1 {
        font-size: 45px;
        line-height: 1.2;
    }
    #ro-2 .txt1 h2,
    #ro-3 .txt1 h2,
    #ro-4 .txt1 h2,
    #ro-5 .txt1 h2,
    #ro-6 .txt1 h2,
    #ro-7 .txt1 h2,
    #ro-8 .txt1 h2,
    #ro-9 .txt1 h2,
    #ro-10 .txt1 h2 {
        font-size: 40px;
        line-height: 1.2;
    }
    #ro-1 .txt1 p,
    #ro-2 .txt1 p,
    #ro-3 .txt1 p,
    #ro-4 .txt1 p,
    #ro-5 .txt1 p,
    #ro-6 .txt1 p,
    #ro-7 .txt1 p,
    #ro-8 .txt1 p,
    #ro-9 .txt1 p,
    #ro-10 .txt1 p {
        font-size: 15px;
        line-height: 1.5;
    }
}


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

@media (max-width: 900px) {
    #ro-1 h1 {
        font-size: 37px;
        line-height: 1.2;
    }
    #ro-1 h1 br {
        display: none;
    }
    #ro-1 .imgg {
        max-width: 100%;
        width: 100%;
    }
    #ro-2 .txt1 h2 br,
    #ro-3 .txt1 h2 br,
    #ro-4 .txt1 h2 br,
    #ro-5 .txt1 h2 br,
    #ro-6 .txt1 h2 br,
    #ro-7 .txt1 h2 br,
    #ro-8 .txt1 h2 br,
    #ro-9 .txt1 h2 br,
    #ro-10 .txt1 h2 br {
        display: none;
    }
    #ro-7 .imgg {
        transform-origin: center right;
        transform: scale(100%);
    }
    #ro-7 #inn {
        bottom: 0px;
    }
    #ro-4 #inn h2 {
        padding: 60px 0px;
    }
    #ro-1 .txt1 {
        background-position: 50% 40%;
        background-size: 40%;
    }
    #ro-1 .pic2 {
        right: 0px;
        bottom: -50px;
        width: 30%;
    }
}


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

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


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

@media (max-width: 480px) {
    #ro-1 .imgg {
        transform: scale(120%);
    }
    #ro-4 #inn {
        min-height: 755px;
    }
    #ro-4 .cover {
        position: absolute;
        height: 756px;
    }
    #footer-outer #copyright p {
        padding-top: 50px;
        background-position: center top;
        text-align: center;
    }
    #ro-8 .owl-nav {
        display: none;
    }
}


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

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


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

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


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

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