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

/* TEMP remove mobile button */
@media only screen and (min-width: 1px) and (max-width: 999px) {
    #top #mobile-cart-link, #top .mobile-search, #top .span_9>.slide-out-widget-area-toggle {
        display: none !important;
    }
}



body .wpb_text_column  a {
    text-decoration: none;
    color: #450adc !important;
}

body .wpb_text_column  a:hover {
    text-decoration: underline;
}

.swiper-slide .button a {
    text-transform: none !important;
    letter-spacing: 1px;
}

.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h2 {
    font-size: 48px;
    line-height: 1.2 !important;
}

.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content  {
    font-size: 22px;
    width: 60%;
    font-weight: 400;
}

.swiper-slide .button.solid_color .extra-color-1 {
	background: white !important;
    color: #450adc !important;
}

.swiper-slide .button a {
    letter-spacing: 0px;
}
.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h2 {
	margin-bottom: 20px;
}
.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content ul {
   margin-top: 20px; 
}
.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content li {
    font-size: 24px;
    font-weight: 400;
}
@media screen and (max-width: 1300px) {
	.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content li {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 980px) {
    .full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content  {
        width: 100%;
    }
    .full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content ul { 
		margin-left: 14px;
	}
	.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content li {
		font-size: 0.9rem !important;
	}
	.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content p {
		font-size: 0.9rem !important;
	}
}

@media screen and (max-width: 690px) {
    .full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content li {
        font-size: 13px !important;
        line-height: 26px !important;
    }
	.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content ul {
       margin-top: 0px; 
	}

	.wpcf7-form .nectar-wpcf7-inline-form {
    		flex-direction: column;
	}
}

.wpcf7-form .nectar-wpcf7-inline-form {
	gap: 30px;
}
.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
	padding-right: 0;
}

.wpcf7-form  .wpcf7-list-item-label {
	width: calc(100% - 1.35em);
}

.wpcf7-list-item {
	margin: 0;
}


.material .wpcf7-form .nectar-wpcf7-inline-form {
    padding-top: 0;
}

.material .wpcf7-form .wpcf7-form-control-wrap {
    margin-top: 12px;
}

body[data-responsive] label:has(input[type="checkbox"]) {
    align-items: flex-start;
    gap: 12px;
}

body[data-responsive] label:has(input[type="checkbox"]) input {
    margin-top: 5px;
}

.wpcf7-form .wpcf7-not-valid-tip {
    color: #FF002B;
    background: none;
    box-shadow: none;
    margin-top: 10px;
    font-weight: bold;
}
#header-outer #social-in-menu i {
    transition: none;
    display: block;
    width: 27px;
    font-size: 26px;
}

.cmplz-documents.cmplz-links ul {
    list-style: none;
	padding: 0;
}
.cmplz-documents.cmplz-links ul li {
	list-style: none;
	padding: 0;
}

.highlight {
  color: white !important;
  position: relative;
  display: inline-block;
}

.highlight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: orange;
  transform: rotate(-1deg);
  z-index: -1;
  margin-left: -7px;
  margin-right: -7px;
}