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

h2.vc_custom_heading.heding-h2-custom {
    font-size: 50px !important;
}

/* HEADER NAVIGATION */

header#top {
    background-image: url(http://localhost/lincmen/wp-content/uploads/2024/07/wave-light.png);
    background-repeat: repeat !important;
/*     box-shadow: 0 10px 10px rgba(0, 0, 0, .2); */
	box-shadow:none;
    background-size: 160px !important;
}

/* HEADER NAVIGATION */

div#ajax-content-wrap a.nectar-button.web_button,
div#nectar-slider-instance-1 .buttons .button.solid_color a.primary-color  {
    padding: 15px 35px !important;
    font-size: 18px;
    border-radius: 30px !important;
}

.owl-carousel img.img-with-animation.skip-lazy.animated-in {
    width: fit-content;
}

/* SPNCER SEC */

div#sponcer_sec .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    transition: 0.5s;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#sponcer_sec .owl-carousel .owl-stage-outer .owl-stage .owl-item:hover {
    box-shadow: 0 0 10px #df5b2a !important;
}

div#sponcer_sec .owl-carousel .owl-stage-outer .owl-stage {
    padding: 0;
}

div#sponcer_sec .owl-carousel .owl-stage-outer .owl-stage .owl-item:after {
    border-right: 2px solid #ee612d;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 200px;
    transform: translateY(-50%);
}

div#sponcer_sec .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
    margin: auto;
}

/* ABOUT SEC */

div#ractange .row-bg-wrap {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.vertical_line .vc_column-inner .divider-wrap {
    transform: rotate(90deg);
}

/* LEFT AND RIGHT SECTIONS */

.bg_col_inner_sec_left .column-image-bg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;  
}

.bg_col_inner_sec_right .column-image-bg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}


/* FAQS SECTION */

.toggle h3 a {
    font-size: 25px;
    padding: 5px !important;
    color: #000;
    padding-left:0px !important;
}

/* BLOGS */

.nectar-post-grid .nectar-post-grid-item .content .post-heading a span {
    font-size: 25px;
    line-height: 35px !important;
}

.nectar-post-grid .meta-category a {
    margin-bottom: 00;
}

.nectar-post-grid-wrap[data-style="content_under_image"] .nectar-post-grid[data-card="yes"] .nectar-post-grid-item .content .post-heading {
    line-height: 35px !important;
}

/* CONTACT FORM STYLE */

.contact-form-style .vc_column-inner {
    background-color: #fff;
    padding: 30px 60px;
    border-radius: 12px;
}

.contact-form-style .vc_column-inner input.wpcf7-form-control::placeholder,
.contact-form-style .vc_column-inner textarea.wpcf7-form-control::placeholder {
    color: #000;
}
.contact-form-style .vc_column-inner textarea.wpcf7-form-control {
    border: 1px solid rgb(0 102 255 / 10%);
    height: 166px;
    background-color: transparent;
    font-size: 14px;
    padding: 20px;
}

.contact-form-style .vc_column-inner input.wpcf7-form-control {
    border: 1px solid rgb(0 102 255 / 10%);
    height: 50px;
    background-color: transparent;
    font-size: 14px;
    padding: 0 20px;
	width:100% !important;
}

.contact-form-style  select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    border: 1px solid rgb(0 102 255 / 10%);
    height: 50px;
    background-color: transparent;
    font-size: 14px;
    padding: 0 20px;
    color: #000;
}

.contact-form-style input#submit_btn {
    background-color: #EE612D;
    padding: 15px 50px !important;
    height: auto;
    border-radius: 60px !important;
    font-size: 16px;
    font-weight: 600;
}

div#newsletterwidgetminimal-3 input.tnp-email {
    background-color: #fff !important;
    margin-bottom: 10px;
    height: 50px;
}

div#newsletterwidgetminimal-3 input.tnp-email::placeholder {
    color: #000;
}

/* INNER PAGES CSS */

div#page_banner h1 {
    font-weight: 500;
}

.inner_row_left {
    background-color: #fff;
    box-shadow: 0 0 5px #00000054;
    padding: 30px 60px;
    left: -20%;
}

.inner_row_right {
    background-color: #fff;
    box-shadow: 0 0 5px #00000054;
    padding: 30px 60px;
    left: 20%;
}


/* RESPONSIVE */

@media only screen and (max-width: 1600px) {
body h1 {
    font-size: 35px;
    line-height: 45px;
}
body h2 {
    font-size: 28px;
    line-height: 38px;
}
body h3, .row .col h3 {
    font-size: 24px;
    line-height: 34px;
}
.small_heading_font h5 {
	font-size: 20px !important;
}
.bg_image_altaernate_sec .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}
body ul li {
    font-size: 14px;
    line-height: 24px;
}
.swiper-slide .content p,p {
	font-size:16px;
}
.swiper-slide .content h2 {
    font-size: 45px;
    line-height: 55px;
}
div#ajax-content-wrap a.nectar-button.web_button, div#nectar-slider-instance-1 .buttons .button.solid_color a.primary-color {
    padding: 10px 20px !important;
    font-size: 14px !important;
}
body h4, .row .col h4 {
    font-size: 22px;
    line-height: 32px;
}
body p {
    font-size: 14px !important;
    line-height: 24px !important;
}
}

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

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

@media only screen and (max-width: 1280px) {
#header-outer #logo img, #header-outer .logo-spacing img {
    height: 60px;
}
}

@media only screen and (max-width: 1024px) {
#header-outer #logo img, #header-outer .logo-spacing img {
    height: 40px;
}

#header-outer[data-lhe="animated_underline"] li > a .menu-title-text {
    font-size: 14px;
}

#header-outer[data-lhe="animated_underline"] li > a {
    margin: 0 8px !important;!i;!;
}
}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 800px) {}

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

@media only screen and (max-width: 690px) {
div#ajax-content-wrap a.nectar-button.web_button, div#nectar-slider-instance-1 .buttons .button.solid_color a.primary-color {
    padding: 10px 15px !important;
    font-size: 12px !important;
}
.nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2 {
    font-size: 22px !important;
    line-height: 32px !important;
}
div#sponcer_sec .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
    width: 50px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}
	div#sponcer_sec .owl-carousel .owl-dots {
		display:none !important;
	}
.col h2, body h2 {
    font-size: 22px !important;
    line-height: 32px !important;
}
body h4, .row .col h4 {
    font-size: 18px !important;
    line-height: 28px !important;
}
body p {
    font-size: 13px !important;
    line-height: 23px !important;
}
.row .col h5, body h5, #slide-out-widget-area .nectar-ext-menu-item .inherit-h5, #ajax-content-wrap .nectar-inherit-h5 {
    font-size: 16px !important;
}
.owl-carousel[data-desktop-cols] .owl-item img {
    width: fit-content;
}
.contact-form-style .vc_column-inner {
    padding: 15px !important;
}
div[data-style="minimal"] .toggle h3 a {
    font-size: 15px;
}
div[data-style*="minimal"] .toggle h3 i {
    transform: scale(0.8);
}
.nectar-post-grid .nectar-post-grid-item .content .meta-category {
    font-size: 12px;
}

body h3, .row .col h3 {
    font-size: 21px !important;;
}

.nectar-post-grid .nectar-post-grid-item .content .post-heading a span {
    font-size: 20px !important;
}

.nectar-post-grid .nectar-post-grid-item .content .post-heading {
    line-height: 30px !important;
}

.nectar-post-grid .meta-date {
    font-size: 14px !important;
    margin-top: 10px !important;
}

.nectar-post-grid .nectar-post-grid-item .meta-excerpt {
    font-size: 14px;
    line-height: 24px !important;
}
body h1 {
    font-size: 25px !important;
    line-height: 35px;
}
h2.vc_custom_heading.heding-h2-custom {
    font-size: 30px !important;
    text-align: center !important;
    line-height: 35px !important;
}
h2.vc_custom_heading.heding-h2-custom br {
    display: none;
}
div#faqs .toggles a {
    font-size: 16px;
    padding-right: 30px !important;
}
div#inner_page_banner h1 br {
    display: none;
}
table {
    overflow: scroll !important;
    min-width: 300px !important;
    display: block;
}
}

@media only screen and (max-width: 580px) {}

@media only screen and (max-width: 480px) {}

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

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

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