/*
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
*/
div#media_image-3 img {
    width: 50%;
}

div#media_image-3 {
    margin-bottom: 0 !important;
}

div#text-2 {
    margin-bottom: 10px !important;
}


#contact-inner #gform_fields_1 {
  column-gap: 20px !important;
  row-gap: 10px !important;
}
#contact-inner input {
  border: 1px solid #999999;
  background-color: transparent;
}
#contact-inner input::placeholder {
  color: #999999;
}
#contact-inner #input_1_4 {
  min-height: 150px;
  background-color: transparent !important;
  border: 1px solid #999999;
}
#contact-inner #input_1_4::placeholder {
  color: #999999;
}
#contact-inner #gform_submit_button_1 {
  width: 100%;
  background-color: #4567fd;
}

div#necterslider p {
    color: #CCCCCC;
    text-wrap: balance;
    width: 70%;
    display: table;
    margin: 0 auto;
}
.post .content-inner {
    padding-bottom: 0;
}
div#blogs .row.blog-recent.columns-3 {
    justify-content: center;
}

.comment-wrap {
    padding-top: 0 !important;
    display: none;
}
body #header-secondary-outer .nectar-center-text {
    font-size: 15px;
    line-height: 15px;
    max-width: 100% !important;
}
#header-secondary-outer ul {
    height: 27px;
}
div#header-secondary-outer ul li i {
    width: 25px;
    line-height: 25px !important;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 12px;
}
div#header-secondary-outer ul li:hover i {
    background: #4567FD;
    border-color: #4567FD;
}
div#header-secondary-outer .socliy ul li {
    display: inline-block;
    margin-right: 2px;
}
div#header-secondary-outer .socliy ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 15%;
    font-size: 12px;
}
div#header-secondary-outer .socliy ul li:hover i {
    background: #4567FD;
    border-color: #4567FD;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows {
    float: left;
}
div#header-secondary-outer ul li span:before {
    content: "";
    background: #E0E0E0;
    width: 2px;
    height: 22px;
    position: absolute;
    right: 0;
    margin-right: -10px;
    top: 2px;
}
div#header-secondary-outer ul li:last-child span:before {
	display: none;
}
/* ================================================ */
body #header-outer[data-lhe="default"] #top nav .sf-menu > .current_page_item > a span {
    font-weight: 700;
}
header#top ul.buttons.sf-menu li span {
    border: 2px solid #030C2D;
    padding: 10px 30px !important;
    border-radius: 20px;
    color: #030C2D;
    font-weight: 700;
}
header#top a#logo {
    transform: scale(103%);
}
/* ================================================ */
div#necterslider span.ntxt {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
div#necterslider p {
    color: #CCCCCC;
}
h2.directorist-search-top__title {
    display: none !important;
}
.directorist-search-contents {
    background-size: cover;
    padding: 0px 0 0px;
    z-index: 2;
}
a.directorist-btn.directorist-btn-lg.directorist-filter-btn.directorist-modal-btn.directorist-modal-btn--advanced {
    display: none;
}
.directorist-search-top__subtitle {
  display: none !important;
}
/* .directorist-search-form__box {
    padding: 0px 0px !important;
    border: unset !important;
    border-radius: unset !important;
} */
button.directorist-btn.directorist-btn-lg.directorist-btn-primary.directorist-btn-search {
    border-radius: unset !important;
    transform: unset !important;
}
form.directorist-search-form {
    width: 85%;
    margin: 0 auto;
}
.directorist-content-active .directorist-listing-single.directorist-listing-card .directorist-thumb-listing-author img {
    margin: 0;
}
.directorist-content-active .directorist-listing-single.directorist-listing-card .directorist-thumb-listing-author.directorist-alignment-center {
    left: 15%;
}
/* ============================================= */
div#about {
    padding: 40px 0px !important;
}
div#about img.img-with-animation.lft-img.skip-lazy {
    width: 84%;
}
div#about .right-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    margin-bottom: 15px;
	animation: rigth-img 10s ease-in-out 0s 1000 alternate-reverse forwards;
}
@keyframes rigth-img {
	0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translateY(-8px);
	}

	20%,
	40%,
	60% {
		transform: translateY(8px);
	}

	80% {
		transform: translateY(6.4px);
	}

	90% {
		transform: translateY(-6.4px);
	}
}
a#btn {
    padding: 12px 25px !important;
    font-size: 14px;
}
/* =========================================== */
div#catergories {
    padding: 40px 0px !important;
}
div#categories-inner img {
    width: 100%;
}
div#categories-inner .t-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #030c2d6b;
    width: 100%;
    height: 80%;
    border-radius: 20px;
    margin: 0 auto;
}
/* ========================================= */
div#properties {
    padding: 40px 0px !important;
}
div#properties a#btn {
    display: table;
    margin: 0 auto;
}
/* ============================================= */
div#image-comparison {
    padding: 40px 0px !important;
}
.twentytwenty-wrapper.twentytwenty-horizontal {
    padding: 0;
}
/* ================================================ */
div#service {
    padding: 50px 0px !important;
}
div#service-inner .vc_col-sm-4 .vc_column-inner {
    background: #FFFFFF;
    padding: 40px 60px !important;
    filter: drop-shadow(2px 4px 6px #ccc);
    transition: .9s;
}
div#service-inner p {
    min-height: 80px;
}
div#service-inner img {
    animation: myAnim 10s ease 0s 1000 normal forwards;
}
@keyframes myAnim {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 100%;
	}

	10% {
		transform: rotate(2deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-4deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(4deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}
}
/* =============================================== */
div#home {
    padding: 130px 0px !important;
}
div#home a#btn {
    margin: 0px 10px;
    border: 1px solid #4567FD;
}
div#home a#btn:hover {
    background: transparent !important;
    border: 1px solid #fff;
    transition: .6s;
}
/* ===================================================== */
div#testimonial {
    padding: 50px 0px !important;
}
div#testimonial-inner {
    margin: 0px 20px;
    background: #fff;
    padding: 30px 50px;
}
div#testimonial-inner .iwithtext .iwt-icon {
    position: unset;
}
div#testimonial-inner .iwithtext .iwt-icon img {
    width: unset;
}
div#testimonial-inner .iwithtext .iwt-text {
    padding: 0;
}
div#testimonial button.owl-prev:before {
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 15px;
    box-shadow: unset !important;
    padding: 14px 17px;
    border-radius: 50%;
    border: 1px solid #272B41;
    color: #272B41;
}
div#testimonial button.owl-prev {
    background: transparent;
    position: absolute;
    left: -50px;
    top: 180px;
    font-size: 0;
    border: 0px;
}
div#testimonial button.owl-next:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 15px;
    box-shadow: unset !important;
    padding: 14px 17px;
    border-radius: 50%;
    border: 1px solid #272B41;
    color: #272B41;
}
div#testimonial button.owl-next {
    background: transparent;
    position: absolute;
    right: -50px;
    top: 180px;
    font-size: 0;
    border: 0px;
}
div#testimonial button.owl-prev:hover:before, div#testimonial button.owl-next:hover:before {
    background: #4567FD;
    border-color: #4567FD;
    color: #fff;
    transition: .5s;
}
div#testimonial .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.owl-dots {
    display: none;
}
/* ====================================================== */
div#contact {
    padding: 50px 0px !important;
}
div#contact-inner {
    background: #E9E9E9;
}
div#contact-inner .vc_col-sm-6.clm {
    padding: 0px 50px !important;
}
div#contact-inner input.wpcf7-form-control.wpcf7-text {
    background: #fff0 !important;
    border: 1px solid #999999;
    border-radius: unset !important;
    margin-bottom: 15px;
}
div#contact-inner textarea.wpcf7-form-control.wpcf7-textarea {
    background: #fff0 !important;
    border: 1px solid #999999;
    border-radius: unset !important;
    margin-bottom: 15px;
    height: 90px;
}
div#contact-inner input#smbt {
    width: 100%;
    border-radius: unset !important;
}
span.wpcf7-not-valid-tip {
    color: red !important;
	text-align: left;
}
.wpcf7-response-output {
    background: #fff0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff0;
}
/* =========================================================== */
div#blogs {
    margin: 0;
}
div#blogs .post {
    box-shadow: unset !important;
}
div#blogs a.blogs {
    display: none !important;
}
div#blogs .article-content-wrap {
    padding: 20px 50px 20px 0px !important;
}
div#blogs h3.title {
    color: #030C2D;
}
div#blogs .excerpt {
    position: relative;
    padding-bottom: 40px;
}
div#blogs .excerpt:before {
    content: "READ MORE";
    position: absolute;
    bottom: 0;
    color: #777777;
    font-weight: 700;
    text-decoration: underline;
}
div#blogs .post:hover .excerpt:before {
    color: #4567FD;
    transition: .5s;
}
/* ================================================== */
div#logo {
    margin: 0;
}
div#logo .owl-stage {
    padding: 0;
}
/* ================================================ */
div#footer-widgets .row {
    padding: 40px 0px !important;
}
#footer-outer .widget h4 {
    text-transform: capitalize !important;
    font-size: 22px;
}
div#footer-widgets ul li {
    margin-bottom: 5px !important;
}
div#nav_menu-2, div#nav_menu-3 {
    margin: 0 auto;
    display: table;
}
div#custom_html-2 .socliy ul li {
    display: inline-block;
    margin-right: 2px;
}
div#custom_html-2 .socliy ul li i {
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 15%;
    font-size: 14px;
}
div#custom_html-2 .socliy ul li:hover i {
    background: #4567FD;
    border-color: #4567FD;
}
div#footer-widgets form.tnp-form {
    display: flex;
    width: 100%;
}
div#footer-widgets input.tnp-email {
    border-radius: 5px !important;
}
div#footer-widgets input.tnp-submit {
    background-image: url(https://trajectorychangersllc.com/wp-content/uploads/2025/01/Button.png);
    background-repeat: no-repeat;
    background-position: 100% 60%;
    width: auto;
    font-size: 0px;
    background-color: #fff0 !important;
    margin-left: -30px;
    transform: unset !important;
    box-shadow: unset !important;
}
#footer-outer #footer-widgets .col input[type="submit"] {
	background-color: #fff0 !important;
}
div#media_image-2 {
    margin: 0 !important;
}
/* ============================================= */
div#copyright {
    padding: 20px 0px !important;
}
div#copyright strong {
    color: #fff;
}
/* ================================================= */
@media (max-width: 1600px) {
	div#service-inner .vc_col-sm-4 .vc_column-inner {
    padding: 40px 50px !important;
}
	form.directorist-search-form {
    width: 90%;
}
}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1340px) {
	div#categories-inner .t-1 {
    height: 78%;
}
}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {
	 div#categories-inner .t-1 {
    height: 77%;
  }
	div#service-inner .vc_col-sm-4 .vc_column-inner {
  padding: 40px 50px !important;
}
}
@media (max-width: 1024px) {
	.off-canvas-menu-container.mobile-only {
    flex-direction: column;
    justify-content: space-between !important;
    align-items: flex-start !important;
}
	div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows {
        display: none;
		visibility: hidden;
		opacity: 0;
    }
	#slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
    display: block !important;
}
	div#necterslider span.ntxt {
  font-size: 15px;
  line-height: 25px;
}
    .directorist-search-contents {
        padding: 0px 0 0px;
    }
		.directorist-search-field__label {
  font-size: 13px !important;
}
	.select2-selection__placeholder {
  font-size: 13px !important;
}
	.directorist-btn.directorist-btn-lg.directorist-btn-primary.directorist-btn-search {
  font-size: 13px;
}
	form.directorist-search-form {
    width: 100%;
}
	p {
  font-size: 13px;
  line-height: 20px;
}
	a#btn {
  padding: 12px 25px !important;
  font-size: 13px;
}
	div#about {
  padding: 30px 0px !important;
  margin: 0;
}
	div#catergories {
  padding: 20px 0px !important;
  margin: 0;
}
	div#categories-inner .t-1 {
    height: 74%;
  }
	div#properties {
  padding: 20px 0px !important;
  margin: 0;
}
	div#image-comparison {
  padding: 20px 0px !important;
  margin: 0;
  
}
 div#service-inner .vc_col-sm-4 .vc_column-inner {
    padding: 30px 20px !important;
  }
	div#service {
  padding: 30px 0px !important;
}
	div#home {
  padding: 80px 0px !important;
}
	div#testimonial {
  padding: 30px 0px !important;
  margin: 0;
}
	div#testimonial-inner {
  margin: 0px 10px;
  padding: 30px 30px;
}
	div#contact-inner .vc_col-sm-6.clm {
  padding: 10px 40px !important;
}
	 div#contact-inner input.wpcf7-form-control.wpcf7-text {
    margin-bottom: 10px;
    padding: 5px 10px !important;
  }
	div#contact-inner textarea.wpcf7-form-control.wpcf7-textarea {
  margin-bottom: 10px;
  height: 60px;
}
	div#contact {
  padding: 30px 0px !important;
  margin: 0;
}
	div#blogs .excerpt {
  font-size: 13px;
  line-height: 20px;
}
	div#blogs .article-content-wrap {
  padding: 20px 10px 20px 0px !important;
}
	#footer-outer .widget h4 {
  font-size: 19px;
}
	div#text-2 p br {
    display: none;
}
}
@media (max-width: 912px) {
	  body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 80px !important;
  }
	 body #header-secondary-outer[data-secondary-text="true"] ul {
    display: block;
  }
	#header-outer {
  padding-bottom: 0px !important;
}
	header#top a#logo {
  margin-top: -20px;
}
	#necterslider .directorist-search-form__box {
  padding: 10px 5px !important;
}
	 .directorist-search-contents {
    padding: 0px 0 0px;
  }
	.directorist-search-field__label {
  font-size: 12px !important;
}
	.select2-selection__placeholder {
  font-size: 12px !important;
}
	.directorist-btn.directorist-btn-lg.directorist-btn-primary.directorist-btn-search {
  font-size: 12px;
}
	body[data-form-submit="regular"] .container-wrap button[type="submit"], body[data-form-submit="regular"] .container-wrap input[type="submit"] {
  padding: 15px 10px !important;
}
	 #about .vc_column-inner {
    margin: 0px 110px;
    text-align: center;
  }
	#categories-inner .vc_column-inner {
  margin: 0px 170px;
}
	div#categories-inner .t-1 {
    height: 83%;
  }
	div#service-inner .vc_col-sm-4 .vc_column-inner {
  margin: 0px 180px;
}
	div#service-inner p {
  min-height: auto;
}
	  div#testimonial-inner {
    margin: 0px 140px;
  }
	div#testimonial .owl-carousel .owl-nav.disabled {
  display: none !important;
}
	#contact-inner {
  margin: 0px 110px;
}
	  div#contact-inner input.wpcf7-form-control.wpcf7-text {
    margin-bottom: 15px;
    padding: 10px 10px !important;
  }
	 div#contact-inner textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 15px;
    height: 110px;
  }
	#contact .wpcf7-form.init .col {
  margin: 0;
}
	#blogs .vc_column-inner {
  margin: 0px 200px;
}
	#logo-inner img {
  margin: 0 auto;
}
	div#nav_menu-2, div#nav_menu-3 {
  margin: unset;
}
	div#footer-widgets ul li {
  margin-bottom: 0px !important;
}
}
@media (max-width: 800px) {
	#about .vc_column-inner {
    margin: 0px 90px;
  }
	 #categories-inner .vc_column-inner {
    margin: 0px 120px;
  }
	div#service-inner .vc_col-sm-4 .vc_column-inner {
    margin: 0px 140px;
  }
	  div#testimonial-inner {
    margin: 0px 110px;
  }
	#contact-inner {
    margin: 0px 80px;
  }
	  #blogs .vc_column-inner {
    margin: 0px 150px;
  }
}
@media (max-width: 768px) {
	 #categories-inner .vc_column-inner {
    margin: 0px 100px;
  }
}
@media (max-width: 480px) {
	div#necterslider p {
    display: none;
}
	#page-header-bg h1 {
    margin-top: 20px;
}
	#slide-out-widget-area .secondary-header-text, body #slide-out-widget-area .inner-wrap .inner .nectar-header-text-content {
    margin-bottom: 15px;
    border-radius: 6px;
    background-color: #fff0 !important;
    padding: 0px !important;
}
	.secondary-header-text ul li {
    display: inline-block;
    margin: 0px 10px;
}
	div#necterslider .content {
    margin-top: 15px;
}
	#necterslider p {
  display: none;
}
	
	.directorist-search-form-wrap.directorist-search-form__wrap.directorist-with-search-border {
  display: none !important;
}
	  header#top a#logo {
    margin-top: 0px;
  }
	#header-outer {
  padding: 0 !important;
}
	  #about .vc_column-inner {
    margin: 0px 0px;
  }
	#categories-inner .vc_column-inner {
    margin: 0px 0px;
  }
	div#categories-inner .t-1 {
    height: 81%;
  }
	#image-comparison p br {
  display: none;
}
	 div#service-inner .vc_col-sm-4 .vc_column-inner {
    margin: 0px 0px;
  }
	#home p br {
  display: none;
}
	  div#testimonial-inner {
    margin: 0px 10px;
  }
	#contact-inner {
    margin: 0px 0px;
  }
	#blogs .vc_column-inner {
    margin: 0px 0px;
  }
	div#blogs .article-content-wrap {
    padding: 20px 100px 20px 0px !important;
  }
	h1 {
  font-size: 22px !important;
  line-height: 25px !important;
}
	#necterslider .ns-heading-el {
        font-size: 17px !important;
        line-height: 29px !important;
    }
	div#necterslider p {
    display: none;
}
}
@media (max-width: 428px) {
	#necterslider .ns-heading-el {
  font-size: 22px !important;
  line-height: 27px !important;
}
	div#necterslider span.ntxt {
  font-size: 12px;
  line-height: 22px;
}
	 div#categories-inner .t-1 {
    height: 80%;
  }
	 div#blogs .article-content-wrap {
    padding: 20px 50px 20px 0px !important;
  }
}
@media (max-width: 414px) {
	#necterslider .ns-heading-el {
  font-size: 20px !important;
  line-height: 25px !important;
}
	 div#categories-inner .t-1 {
    height: 79%;
  }
	div#home a#btn {
  display: table;
  margin: 10px auto;
}
	div#home {
    padding: 30px 0px !important;
  }
	    #necterslider .ns-heading-el {
        font-size: 16px !important;
        line-height: 27px !important;
    }
}
@media (max-width: 390px) {
	    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 60px !important;
    }
	#necterslider .ns-heading-el {
  font-size: 18px !important;
  line-height: 23px !important;
}
	  div#categories-inner .t-1 {
    height: 78%;
  }
	#copyright p {
  font-size: 12px;
}
	    #necterslider .ns-heading-el {
        font-size: 13px !important;
        line-height: 23px !important;
    }
}
@media (max-width: 375px) {}
@media (max-width: 360px) {
	    div#categories-inner .t-1 {
        height: 77%;
    }
	    #necterslider .ns-heading-el {
        font-size: 12px !important;
        line-height: 21px !important;
    }
}