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


#top a#logo img {
    transform: scale(160%);
}
body h2 ,
#ro-1 .roro .hd1 h1 {
    font-family: "abc" !important;
}

.owl-carousel[data-desktop-cols] .owl-item img {
    width: auto !important;
}

.nectar-center-text .up-box p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-transform: uppercase;
}

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

#ro-2 .txt1 h6 {
    margin-bottom: -40px;
    margin-left: 171px;
}

body .woocommerce ul li.classic.product h2 {
    font-family: 'Jost' !important;
    font-weight: 400;
    margin-top: 0px !important;
}

body .woocommerce ul li.classic.product {
    padding-bottom: 40px;
}

body .woocommerce ul li.classic.product .product-wrap {
    position: unset;
}

body .woocommerce ul li.classic.product .product-wrap a.button {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0px !important;
    transform: none !important;
}

body .woocommerce ul li.classic.product .product-wrap a.button i {
    display: none;
}


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

#ro-5 #inn1 .txt-info {
    position: relative;
    top: -4px;
}


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


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

#ro-10 .nectar-post-grid span.meta-category {
    display: none;
}

#ro-10 .nectar-post-grid .item-main {
    display: flex;
    flex-direction: column;
}

#ro-10 .nectar-post-grid span.meta-date {
    order: 1;
    margin-top: 0px;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 18px;
}

#ro-10 .nectar-post-grid h3.post-heading {
    order: 2;
    font-family: "abolition test";
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 1px;
}

#ro-10 .nectar-post-grid .item-meta-extra {
    order: 3;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 0px !important;
}


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

#ro-11 #inn1 .txt-info p {
    font-weight: 200;
    transition: 0.5s;
}

#ro-11 #inn1 .txt-info h6 {
    color: #000;
    transition: 0.5s;
}

#ro-11 #inn1 .quote {
    margin-top: -20px;
    opacity: 0 !important;
    transition: 0.5s;
}

#ro-11 #inn1 {
    transition: 0.5s;
    padding: 0px 4px;
    padding-bottom: 30px;
}

#ro-11 #inn1:hover {
    background-color: #CC1D6A !important;
    background-image: url("http://stagingserver3.com/Cleevas/wp-content/uploads/2023/10/map.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#ro-11 #inn1 .txt-info h5 img {
    transition: 0.5s;
}

#ro-11 #inn1:hover .txt-info h5 img {
    filter: brightness(100);
}

#ro-11 #inn1:hover .txt-info p,
#ro-11 #inn1:hover .txt-info h6 {
    color: #fff;
}

#ro-11 #inn1:hover .quote {
    opacity: 1 !important;
    margin-top: -40px;
}

#ro-11 .owl-dots span {
    transform: none;
    width: 15px;
    height: 15px;
    background-color: #CC1D6A !important;
    margin: 0px 11px;
    position: relative;
}

#ro-11 .owl-dots span:before {
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 2px #CC1D6A;
    border-color: #CC1D6A #CC1D6A transparent transparent;
    content: "";
    border-radius: 100%;
    margin: auto;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    transform: scale(130%) rotateZ(62deg);
    opacity: 0;
    transition: 0.5s;
}

#ro-11 .owl-dots .active span:before {
    opacity: 1;
}

#ro-11 .owl-dots .owl-dot {
    animation: aac 5s infinite normal linear;
}

@keyframes aac {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


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

#footer-outer #footer-widgets .widget h4 {
    font-family: "abolition test";
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 3px;
}

#footer-outer #footer-widgets ul li a i.fa.fa-square {
    font-size: 9px;
    color: #CC1D6A;
    margin-right: 6px;
}

#footer-outer #footer-widgets .col.span_4:nth-child(3) {
    position: relative;
    left: 110px !important;
}


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

#footer-outer #footer-widgets h2 {
    color: #ffff;
    text-align: center;
    font-size: 50px;
}

#footer-outer #footer-widgets #custom_html-2 p {
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

#footer-outer #footer-widgets a {
    font-weight: 400;
}

#footer-outer #footer-widgets .ftr-ico {
    display: flex;
    justify-content: center;
}

#footer-outer #footer-widgets .ftr-ico i {
    background-color: #FFFFFF;
    color: #000;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
    border-radius: 5px;
    transition: 0.5s;
}

#footer-outer #footer-widgets .ftr-ico i:hover {
    background-color: #CC1D6A;
    color: #fff;
}

#footer-outer #footer-widgets a:hover {
    opacity: 100% !important;
}

#footer-outer #footer-widgets form.tnp-form {
    display: flex;
    background-color: #fff;
}

#footer-outer #footer-widgets form.tnp-form input.tnp-email {
    width: 100%;
    background-color: transparent;
    border: none;
}

#footer-outer #footer-widgets form.tnp-form input.tnp-submit {
    width: 50px;
    background-color: transparent !important;
    border: none;
    background-image: url("http://stagingserver3.com/Cleevas/wp-content/uploads/2023/10/Shape-4.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    box-shadow: none;
    transition: 0.5s;
}

#footer-outer #footer-widgets>.container>.row {
    padding-top: 30px;
    padding-bottom: 30px;
}

#copyright {
    padding: 19px 0px !important;
    font-family: 'Jost';
    font-weight: 500;
    font-size: 16px;
}


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


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

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


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

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


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

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


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

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


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

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


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

@media (max-width: 1280px) {
    #ro-1 .roro {
        margin-left: 120px;
    }
}


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

@media (max-width: 1024px) {
    #ro-1 .cc1 h1 {
        font-size: 145px !important;
        top: 40px;
        position: relative;
    }
    #ro-1 .cc2 h1 {
        font-size: 145px !important;
        left: 60px;
        position: relative;
    }
    #ro-1 .roro {
        margin-left: -214px;
    }
    #ro-2 .txt1 h6 {
        margin-bottom: -70px;
        margin-left: 211px;
        width: 100px;
    }
    #ro-1 .txt1 h2,
    #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,
    #ro-11 .txt1 h2 {
        font-size: 40px !important;
        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,
    #ro-11 .txt1 p {
        font-size: 14px !important;
        line-height: 1.2;
    }
    #ro-7 {
        padding: 120px 0px !important;
    }
    #ro-10 .nectar-post-grid .item-meta-extra span.meta-excerpt {
        font-size: 14px;
    }
    #ro-11 #inn1 .txt-info p {
        font-size: 13px;
        line-height: 1.5;
    }
    #ro-3 .txt1 h4 {
        font-size: 23px;
        line-height: 1.2;
    }
}


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

@media (max-width: 900px) {
    #ro-1 .roro {
        margin-left: 0px;
    }
    #ro-1 .person {
        width: 50% !important;
    }
    #ro-1 .cc1 h1 {
        top: 70px;
        left: -70px;
    }
    #ro-1 .cc2 h1 {
        top: -90px;
        left: -70px;
    }
    #ro-1 .cc1 h1,
    #ro-1 .cc2 h1 {
        font-size: 120px !important;
    }
    #ro-5 #inn1 {
        margin-bottom: 0px;
    }
    #ro-5 .cola1>div,
    #ro-5 .cola2>div,
    #ro-5 .cola3>div {
        padding-top: 240px;
    }
    #ro-7 .vc_col-sm-7 {
        background-color: #ffffff7a;
        padding: 20px 0px;
    }
    #ro-7 {
        padding: 80px 0px !important;
    }
    #footer-outer #footer-widgets .col.span_4:nth-child(2) {
        width: 100%;
    }
    #footer-outer #footer-widgets>.container>.row {
        display: flex;
        flex-wrap: wrap;
    }
    #footer-outer #footer-widgets .col.span_4:nth-child(1),
    #footer-outer #footer-widgets .col.span_4:nth-child(3) {
        order: 1;
        width: 42%;
    }
    #footer-outer #footer-widgets .col.span_4:nth-child(3) {
        position: relative;
        left: 80px !important;
    }
    #ro-1 .person22 {
        display: none !important;
    }
}


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

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


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

@media (max-width: 480px) {
    #ro-1 .person22 {
        display: block !important;
    }
    #ro-1 .person {
        display: none !important;
    }
    #ro-1 .cc1 h1 {
        left: -0px;
    }
    #ro-1 .cc2 h1 {
        top: -0px;
        left: -0px;
    }
    #ro-1 .roro .hd1 h1 {
        text-align: center;
    }
    #ro-1 .roro .btnn {
        margin: 30px auto;
    }
    #footer-outer #footer-widgets a {
        font-weight: 400;
        font-size: 17px;
    }
    #footer-outer #footer-widgets .col.span_4:nth-child(1),
    #footer-outer #footer-widgets .col.span_4:nth-child(3) {
        order: 1;
        width: 100%;
        left: 0px !important;
    }
    div#copyright span {
        display: block;
    }
}


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

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


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

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


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

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