/*
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:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*:not(i) {
	font-family: 'Poppins', sans-serif !important;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin: 0px 10px;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a span:after {
    width: 21px !important;
    height: 21px !important;
    left: -10px;
    top: -1px;
    background: #F9A61A;
    border-radius: 50%;
    bottom: auto !important;
    border: none;
    opacity: 30%;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li.current-menu-item > a, #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a:hover {
    color: #F9A61A;
    font-weight: 600;
}
#header-outer .nectar-header-text-content a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #F9A61A;
    padding: 16px 30px;
}
#header-outer .nectar-header-text-content a:after {
    display: none !important;
}
#footer-outer #footer-widgets .col ul.menu li a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .15px;
    margin: 0 6px;
    color: black !important;
}
#footer-outer ul li {
    display: inline-block;
    margin: 0 10px;
    color: #F9A61A;
    font-size: 16px;
}
#footer-outer ul li a i {
    color: #F9A61A;
}
body #footer-outer #footer-widgets .row {
    padding: 50px 0 70px;
}
#footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright {
    padding: 22px;
}
#footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright p {
    font-size: 15px;
}

#banner h4 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
#banner h2 {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
    line-height: 55px;
}
#banner p {
    font-size: 18px;
    line-height: 28px;
    max-width: 85%;
    margin: auto;
	color:#fff;
}
#banner a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Roboto' !important;
    background: #F9A61A;
    color: #fff;
    padding: 13px 38px;
    display: inline-block;
    margin-top: 50px;
}
.subheading h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    line-height: 50px;
    margin-bottom: 10px;
}
.subheading p {
    font-family: 'Roboto' !important;
    font-size: 16px;
    max-width: 600px;
    margin: auto;
    color: #000;
    line-height: 24px;
}
#about-row h2 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 60px;
    margin-bottom: 20px;
}
#about-row p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
#about-row a {
    text-transform: uppercase;
    color: #000;
    background: #fff;
    display: inline-block;
    line-height: 24px;
    padding: 12px 40px;
    font-weight: 500;
    margin-top: 30px;
}
a.play_button_2.large.nectar_video_lightbox {
    display: none;
}
.single-product {
    position: relative;
    overflow: hidden;
}
.single-product img {
    display: block !important;
    margin: 0 !important;
    transition: .4s all ease;
}
.single-product .single-content {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px;
    z-index: 99;
    opacity: 0;
    transition: .4s all ease;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}
.single-product .single-content h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}
.single-product .single-content p {
    color: #fff;
    font-size: 13px;
    line-height: 19px;
}
.single-product:hover img {
    filter: blur(5px);
}
.single-product:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    box-shadow: 30px -10px 60px 80px rgb(0 0 0 / 38%);
    height: 0px;
    opacity: 0;
    transition: .4s all ease;
}
.single-product:hover .single-content,
.single-product:hover:after {
    opacity: 1;
}
.single-product .single-content a {
    position: absolute;
    top: 20px;
    background: #F9A61A;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    right: 25px;
}
/* #top #logo img {
    position: absolute;
    height: 160px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#top #logo {
    width: 212px;
    height: 90px;
} */
#newsletter-row h2 {
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 10px;
    color: #000;
    font-weight: 600;
}
#newsletter-row p {
    font-size: 16px;
    line-height: 30px;
}
#newsletter-row label {
    display: none !important;
}
#newsletter-row input#tnp-1 {
    background: #fff !important;
    height: 65px;
    color: #000;
    padding: 0 30px;
}
#newsletter-row .tnp.tnp-subscription {
    max-width: 100% !important;
    position: relative;
}
#newsletter-row .tnp.tnp-subscription input.tnp-submit-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 65px;
    object-fit: none;
    width: 80px;
}
#testimonial-row .inner p {
    font-size: 14px;
    line-height: 24px;
    color: #979797;
    padding: 0 !important;
    padding-top: 30px !important;
    border-top: 1px solid #ccc;
    margin-top: 30px;
}
.image-icon:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('/wp-content/uploads/2022/08/Path-1.png') no-repeat center;
    width: 80px;
    height: 80px;
}
#testimonial-row .inner p span.open-quote {
    display: none;
}
#testimonial-row .inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
#testimonial-row .inner span.wrap {
    position: absolute;
    left: 110px;
    top: 5px;
}
#testimonial-row .inner span.wrap span {
    font-size: 22px;
    font-weight: 600;
    color: #F9A61A;
    line-height: 33px;
}
#testimonial-row .inner span.wrap span.title {
    font-size: 14px;
    line-height: 14px;
    color: #979797;
    margin-top: 10px;
}
#testimonial-row .inner .image-icon {
    width: 72px;
    height: 72px;
}
ol.flickity-page-dots {
    display: none;
}
.flickity-viewport {
    margin-bottom: 0 !important;
}
div#video-row {
    margin-bottom: -150px;
}
.single-blog img {
    width: 100%;
    display: block;
    margin: 0 !important;
}
.single-blog {
    position: relative;
}
.single-blog .date {
    background: #F9A61A;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    padding: 9px 22px;
    position: relative;
    top: -25px;
}
.single-blog .blog-content {
    text-align: center;
}
.single-blog h2 {
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
    max-width: 80%;
    margin: auto;
    margin-bottom: 20px;
}
.single-blog p {
    font-size: 14px;
    line-height: 24px;
    color: #979797;
}
p {
    font-size: 14px;
    line-height: 24px;
    color: #979797;
}
.single-blog a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    line-height: 24px;
}
.single-cate {
    position: relative;
}
.single-cate .cate-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 370px;
    margin: auto;
    padding: 0 20px;
}
.single-cate img {
    display: block;
    margin: 0 !important;
    width: 100% !important;
}
.single-cate .cate-content h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
	text-align: center;
}
.single-cate .cate-content p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
.single-cate .cate-content a {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    background: #fff;
    display: inline-block;
    line-height: 22px;
    padding: 10px 30px;
}
.single-cate:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: #F9A61A;
    opacity: 0;
    transition: .4s all ease;
}
.single-cate:hover:before {
    opacity: .97;
}
body .container-wrap #category-row.vc_row-fluid[data-column-margin="10px"] .wpb_column:not(.child_column) {
    padding-left: 6px !important;
    padding-right: 6px !important;
}
body .container-wrap #category-row .inner_row[data-column-margin="10px"] .child_column {
    padding-left: 6px;
    padding-right: 6px;
}
body .container-wrap #category-row .wpb_row[data-column-margin="10px"]:not(.full-width-section):not(.full-width-content) {
    margin-bottom: 12px;
}
.owl-dots {
    display: none !important;
}

/* new contact form */
.cont2 h2 {
    padding-bottom: 10px;
    border-bottom: 2px dotted;
    text-transform: uppercase;
	font-weight:400 !important;
    font-size: 35px !important;
}

.cont2 p {
    color: #17282a;
    width: 100%;
    padding-top: 20px;
    font-size: 16px !IMPORTANT;
}
.cont2 ul {
    background: #17282a;
    margin-left: 0;
    padding: 10%;
    margin-top: 30px;
}
.cont2 ul li {
    padding-left: 50px;
    list-style: none;
    position: relative;
    padding-bottom: 30px;
}
.cont2 ul li a {
    color: #ffffff;
    font-size: 16px !important;
}
.cont2 ul li:nth-child(1)::before {
    position: absolute;
    content: "\f095";
    left: 0;
    font-family: fontawesome;
    color: #ffffff;
    font-size: 20px;
}
.cont2 ul li:nth-child(2)::before {
    position: absolute;
    content: "\f003";
    left: 0;
    font-family: fontawesome;
    color: #ffffff;
    font-size: 20px;
}
.cont2 ul li:nth-child(3)::before {
    position: absolute;
    content: "\f0ac";
    left: 0;
    font-family: fontawesome;
    color: #ffffff;
    font-size: 20px;
}
.cont2 input[type=text], 
.cont2 textarea,
.cont2 input[type=email] {
    border: 1px solid #17282a;
    background: transparent;
    resize: none !important;
}
body[data-form-submit="regular"] .container-wrap .cont2 input[type=submit] {
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
	background-color:#17282a !important;
}
.cont2 textarea {
    height: 125px !IMPORTANT;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
	border-color: #e83338 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
	    border-color: red !important;
    color: red !important;
    text-align: left;
    margin: auto;
    text-align: center;
    display: table;
}

span.wpcf7-not-valid-tip {
	display: none;
}
/* new contact form */
a.uncategorized, div#single-below-header {
    display: none !important;
}
.owl-nav.disabled {
    display: block !important;
    margin: 0 !important;
}
.owl-nav.disabled button {
    background: transparent !important;
    border: none;
    font-size: 100px !important;
    color: #B1B1B1 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-nav.disabled button.owl-prev {
    left: -100px;
}
.owl-nav.disabled button.owl-next {
    right: -100px;
}

div#footer-outer {
    background: white !important;
}