/*
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
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Unna:wght@400;700&display=swap');
h1,h2,h3,h4,h5,h6,li,a{
	font-family: 'Unna', serif !important;
}
p{
	font-family: 'Poppins', sans-serif !important;
}

/* default head para */
.site-text h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    color: #131313;
    text-transform: uppercase;
}

.site-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #131313;
}

.site-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #7EF54A;
    line-height: 40px;
}

.site-btn a {
    padding: 20px 50px;
    background: linear-gradient(180deg, #028e02, #004f00);
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
    border-radius: 10px;
    transition: .5s ease;
}

.site-btn a:hover {box-shadow: 0px 0px 15px -7px #000 !important;}

.site-btn {
    padding-top: 50px;
}
/* default head para */

/* header */
header .col.span_9.col_last nav {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

header .col.span_9.col_last nav ul.sf-menu.sf-js-enabled.sf-arrows li a {
    margin: 0 !IMPORTANT;
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 400 !IMPORTANT;
    color: #fff !important;
    opacity: 1 !important;
    font-family: 'Poppins' !important;
}

header .col.span_9.col_last nav ul.sf-menu.sf-js-enabled.sf-arrows li {
    margin: 20px 20px !important;
}
.nectar-header-text-content ul li {
    float: unset !IMPORTANT;
    margin: 5px 0px !important;
    font-size: 18px;
    font-weight: 400;
    color: #fff !IMPORTANT;
    font-family: 'Poppins' !IMPORTANT;
}

.nectar-header-text-content ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff !IMPORTANT;
    opacity: 1 !IMPORTANT;
    font-family: 'Poppins' !important;
}

#header-outer.transparent .nectar-header-text-content {
    opacity: 1 !important;
}
/* header */
/* banner */
.banner h2.ns-heading-el {
    font-size: 70px;
    font-weight: 700;
    line-height: 77px;
    width: 49%;
}

body[data-button-style*="slightly_rounded"] .banner .swiper-slide .button a {
    padding: 20px 50px;
    background: transparent !IMPORTANT;
    border: 2px solid #fff !IMPORTANT;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0;
    text-transform: capitalize;
}
/* banner */
/* section-1 */
.section-1 {
    padding: 100px 0 !important;
}

.section-1 p {
    padding-bottom: 20px !important;
}

.section-1 .inner h3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    color: #fff !important;
    text-transform: uppercase;
}
/* section-1 */
/* section-2 */
.section-2 li.classic {
    background: #fff;
    text-align: center;
    padding: 20px !IMPORTANT;
    height: 390px !important;
    border: 1px solid #707070;
}

.section-2 {padding: 50px 0 !important;}

.section-2 h2.woocommerce-loop-product__title {
    font-size: 26px !IMPORTANT;
    font-weight: 700 !important;
    line-height: 55px !IMPORTANT;
    color: #131313 !important;
    position: relative;
}

.section-2 h2.woocommerce-loop-product__title:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2022/09/Repeat-Grid-1.png);
    width: 81px;
    height: 12px;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    background-repeat: no-repeat;
}

.section-2 span.price bdi {
    font-size: 26px !important;
    font-weight: 700;
    line-height: 55px !important;
    color: #000 !important;
    font-family: 'Poppins' !important;
}
/* section-2 */
/* section-3 */
.section-3 {
    padding: 100px 0 !important;
}

.section-3 h2 {
    color: #fff;
}

.section-3 p {
    color: #fff;
}

.section-3 a {
    background: #fff;
    color: #000;
}

.section-3 a:hover {
    background: #7EF54A;
    color: #000;
}
/* section-3 */
/* section-4 */
.section-4 li.classic {
    background: #fff;
    text-align: center;
    padding: 20px !IMPORTANT;
    height: 390px !important;
    border: 1px solid #707070;
}

.section-4 {padding: 50px 0 !important;}

.section-4 h2.woocommerce-loop-product__title {
    font-size: 26px !IMPORTANT;
    font-weight: 700 !important;
    line-height: 55px !IMPORTANT;
    color: #131313 !important;
    position: relative;
}

.section-4 h2.woocommerce-loop-product__title:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2022/09/Repeat-Grid-1.png);
    width: 81px;
    height: 12px;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    background-repeat: no-repeat;
}

.section-4 span.price bdi {
    font-size: 26px !important;
    font-weight: 700;
    line-height: 55px !important;
    color: #000 !important;
    font-family: 'Poppins' !important;
}
/* section-4 */
/* section-5 */
.section-5 {
    padding: 40px 0 !important;
}

.section-5 .post {
    background: #fff;
    box-shadow: 0px 0px 14px -2px #00000082 !important;
}

.section-5 .post h3 {
    font-size: 26px !important;
    font-weight: 700;
    line-height: 30px;
    color: #131313;
}

.section-5 .post-header.featured {
    padding-left: 30px;
}
.section-5 .excerpt {
    font-size: 20px;
    font-weight: 400;
    color: #131313;
    line-height: 32px;
    padding-left: 30px;
    width: 90%;
    padding-bottom: 40px;
}

.section-5 .blog-recent .col .post-header a {
    color: #028E02 !important;
    font-size: 16px !important;
    line-height: 30px;
    font-weight: 700;
}
/* section-5 */
/* section-6 */
.section-6 {
    padding: 60px 0 !important;
}
.section-6 h2 {
    color: #028E02;
}

.section-6 .newslet {
    width: 70%;
    margin: auto;
    position: relative;
}

body[data-form-submit=regular] .container-wrap .section-6 input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 66px !important;
    padding: 0 50px !important;
    font-size: 20px;
    font-weight: 700;
    font-family: unna;
}

.container-wrap .section-6 input[type=email] {
    height: 66px;
    border: 1px solid #000000;
    padding: 0 20px !important;
    font-size: 14px !important;
    font-weight: 500;
}

.section-6 p {
    width: 80%;
    margin: auto;
}
/* section-6 */
/* footer */
div#footer-outer {
    background: url(/wp-content/uploads/2022/09/Group-33.png);
}

div#footer-outer div#text-2 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    width: 80%;
    margin: auto;
}

ul.socialicon li {
    display: inline-block;
    margin: 0 5px !important;
}

ul.socialicon li a i {
    width: 60px !IMPORTANT;
    height: 60px !IMPORTANT;
    background: #028E02 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: all .5s ease;
    font-size: 24px !important;
}

ul.socialicon li a i:hover {
    background: #ffffff !important;
    color: #028E02 !important;
}

body #footer-outer #footer-widgets .row {
    padding: 70px 0 !IMPORTANT;
    border-bottom: 1px solid #fff;
}

div#copyright {
    padding: 20px 0 !IMPORTANT;
}

#footer-outer #copyright p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}
/* footer */














