/*
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
*/
.home .container-wrap {
    padding: 0px !important;
}
/* ============================================ */
#header-outer[data-lhe="animated_underline"] .sf-menu .current-menu-item >a, #header-outer[data-lhe="animated_underline"] .sf-menu .current_page_item >a {
    background: #1E90FF;
    padding: 29px 10px !important;
}
body.material #header-outer #social-in-menu i {
    font-size: 18px !important;
    width: 36px !important;
    top: 0;
    background: #fff;
    margin: 0px 2px;
    color: #111;
    height: 36px !important;
    line-height: 36px !important;
    border-radius: 50%;
    margin-bottom: 0px !important;
}
body.material #header-outer #social-in-menu i:hover {
    background: #1E90FF;
	color: #fff;
}
#header-outer #social-in-menu i {
    transition: inset !important;
    transform: unset !important;
}
/* ===================================================== */
div#revoluiton-slider {
    margin: 0;
}
div#revoluiton-slider a#SR7_1_1-1-7 {
    outline: 1px solid #fff;
    outline-offset: -7px;
}
/* ==================================================== */
div#about {
    padding: 60px 0px !important;
}
div#about .row-bg.viewport-desktop.using-image {
    animation: bg 10s ease-in-out 0s 1000 alternate-reverse forwards;
}
@keyframes bg {
	0% {
		background-position: 0% 0%;
	}

	100% {
		background-position: 50% 100%;
	}
}
div#about-inner .t-1 {
    background: #1E90FF;
    padding: 35px 0px !important;
    margin: 0;
    text-align: center;
    outline: 2px solid #fff;
    outline-offset: -15px;
}
div#about-inner .vc_col-sm-6.clm {
    padding-left: 60px;
}
/* =============================================== */
h5 span:before {
    content: "";
    background: #1E90FF;
    width: 70px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 9px 0px 0px -80px !important;
}
h5 span {
    position: relative;
}
a.nectar-button.small.regular.extra-color-1.regular-button.btn {
    padding: 15px 30px !important;
    font-size: 15px;
    border-radius: unset !important;
    outline: 1px solid #fff;
    outline-offset: -7px;
}
/* ========================================= */
div#about-book {
    padding: 70px 0px !important;
}
div#about-book-inner .hover-wrap {
    margin: 0;
}
div#about-book-inner .img-face {
    position: absolute;
    bottom: 0;
    filter: drop-shadow(2px 4px 6px #000);
    transform: rotate(0deg);
    transition: .9s;
    margin-left: 50px;
}
div#about-book-inner .vc_col-sm-6:hover .img-face {
    transform: rotate(-20deg);
    transition: .9s;
}
div#about-book-inner .img-bg {
    transform: rotate(0deg);
    filter: drop-shadow(2px 4px 6px black);
    margin-bottom: 0;
    transition: .9s;
	margin-left: 50px;
}
div#about-book-inner .vc_col-sm-6:hover .img-bg {
    transform: rotate(20deg);
    transition: .9s;
}
div#about-book .row-bg {
    position: relative;
}
div#about-book .row-bg:before {
    content: "";
    background: #1E90FF;
    width: 40%;
    height: 340px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 160px 0px 0px 0px !important;
}
div#about-book-inner .row-bg:before {
    display: none;
}
div#about-book-inner h5 span:before {
    width: 300px;
    margin: 9px 0px 0px -330px !important;
}
div#about-book-inner .t-3 {
    float: right;
    margin-right: 60%;
    margin-top: 5px;
}
/* =========================================== */
div#order-book {
    padding: 50px 0px !important;
}
div#order-book .row-bg.viewport-desktop.using-image {
	animation: bg 10s ease-in-out 0s 1000 alternate-reverse forwards;
}
div#order-book-inner h5 span:after {
    content: "";
    background: #1E90FF;
    width: 70px;
    height: 3px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 9px -80px 0px 0px !important;
}
div#order-book-inner a.nectar-button.small.regular.accent-color.regular-button.btn-img {
    background-color: #fff0 !important;
    font-size: 0px;
    background-image: url(https://johnalexendarfreeman.com/wp-content/uploads/2025/03/456-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 15px 70px !important;
    margin-left: 10px;
    position: relative;
    top: -7px;
}
/* ======================================== */
div#testimonial {
    padding: 60px 0px !important;
}
div#testimonial h5 span:before {
    width: 300px;
    margin: 9px 0px 0px -330px !important;
}
div#testimonial-inner {
    padding: 40px 20px;
    margin: 0px 20px;
    background: #fff;
    border-radius: 30px;
    border-bottom: 10px solid #A7D7E9;
    transition: .5s;
}
div#testimonial-inner:hover {
    background: #1E90FF;
    border-bottom: 10px solid #fff;
    transition: .5s;
}
div#testimonial-inner img {
	animation: test-img 7s ease-in-out 0s 1000 alternate-reverse forwards;
}
@keyframes test-img {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 0;
	}

	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#testimonial-inner:hover img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(31%) hue-rotate(89deg) brightness(106%) contrast(100%);
}
div#testimonial-inner:hover h4 span, div#testimonial-inner:hover p span {
    color: #fff !important;
    transition: .5s;
}
div#testimonial button.owl-prev:before {
    content: "\f060";
    font-family: 'FontAwesome';
    font-size: 17px;
    box-shadow: unset !important;
    background: #fff;
    padding: 12px 13px;
    color: #111111;
    border-radius: 50%;
    transition: .5s;
	filter: drop-shadow(2px 4px 6px #ccc);
}
div#testimonial button.owl-prev {
    background: transparent;
    font-size: 0;
    border: 0px;
}
div#testimonial button.owl-next:before {
    content: "\f061";
    font-family: 'FontAwesome';
    font-size: 17px;
    box-shadow: unset !important;
    background: #fff;
    padding: 12px 13px;
    color: #111111;
    border-radius: 50%;
    transition: .5s;
	filter: drop-shadow(2px 4px 6px #ccc);
}
div#testimonial button.owl-next {
    background: transparent;
    font-size: 0;
    border: 0px;
}
div#testimonial button.owl-prev:hover:before, div#testimonial button.owl-next:hover:before {
    background: #111111;
    transition: .5s;
    color: #fff;
}
div#testimonial .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -70px;
}
/* ====================================================== */
div#blog {
    padding: 50px 0px !important;
}
div#blog .row-bg.viewport-desktop.using-image {
	animation: bg 10s ease-in-out 0s 1000 alternate-reverse forwards;
}
div#blog h5 span:after {
    content: "";
    background: #1E90FF;
    width: 70px;
    height: 3px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 9px -80px 0px 0px !important;
}
div#blog-inner a.blogs {
    display: none;
}
div#blog-inner .post {
    padding: 10px !important;
    background: #fff;
    box-shadow: unset !important;
    transition: .5s;
    border-radius: 20px;
    margin-bottom: 0;
    text-align: left;
}
div#blog-inner .post:hover {
    background: #1E90FF;
}
div#blog-inner .article-content-wrap {
    padding: 20px 10px 0px 10px !important;
    background: #fff0 !important;
}
div#blog-inner h3.title {
    font-size: 20px;
}
div#blog-inner .excerpt {
    padding-bottom: 40px;
    position: relative;
}
div#blog-inner .excerpt:before {
    content: url(https://johnalexendarfreeman.com/wp-content/uploads/2025/03/Group-48096611-1.png);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(80%);
    margin-left: -10px;
}
div#blog-inner .post:hover .excerpt:before {
   filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(31%) hue-rotate(89deg) brightness(106%) contrast(100%);
}
div#blog-inner .post:hover h3.title, div#blog-inner .post:hover .excerpt {
    color: #ffff;
}
/* ========================================= */
#footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button):hover {
    opacity: 1;
}
div#footer-widgets .row {
    padding: 40px 0px !important;
    border-bottom: 1px solid #fff;
}
div#media_image-2 {
    margin-bottom: 10px !important;
}
div#footer-outer .widget h4 {
	font-family: 'Playfair Display';
    text-transform: capitalize !important;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 600;
}
div#custom_html-2 .socliy ul li {
    display: inline-block;
}
div#custom_html-2 .socliy ul li i {
    margin: 0px 2px;
    color: #111;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    transition: .5s;
}
div#custom_html-2 .socliy ul li i:hover {
    background: #1E90FF;
	transition: .5s;
	color: #fff;
}
div#nav_menu-2, div#nav_menu-3 {
    margin: 0 auto;
    display: table;
}
div#footer-outer ul#menu-get-in-touch li a img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
}
div#footer-outer ul#menu-get-in-touch li:hover a img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(75%) saturate(2885%) hue-rotate(194deg) brightness(103%) contrast(102%);
}
div#footer-outer ul#menu-get-in-touch li a {
    position: relative;
    padding-left: 34px !important;
}
div#footer-widgets form.tnp-form {
    display: flex;
    width: 100%;
}
div#footer-widgets input.tnp-email {
    background: #fff !important;
    border-radius: 5px 0px 0px 5px !important;
    color: #999;
}
div#footer-widgets input.tnp-submit {
    width: 80px;
    font-size: 0px !important;
    border-radius: 0px 5px 5px 0px !important;
    margin-left: -2px;
    background-image: url(https://johnalexendarfreeman.com/wp-content/uploads/2025/03/Group-48096610.png);
    background-repeat: no-repeat;
    background-position: 55% 43%;
    background-color: #fff0 !important;
    transform: unset !important;
    box-shadow: unset !important;
}
div#footer-widgets ul li:hover a {
    color: #1d84e8 !important;
    transition: .6s;
}
/* ============================================================= */
div#copyright {
    padding: 20px 0px !important;
}
div#copyright .ft-rit {
    float: right;
}
div#copyright .ft-rit ul li a {
    color: #ccc !important;
}
div#copyright .col.span_5 {
    max-width: 100% !important;
}
div#copyright .ft-lft {
    float: left !important;
    color: #CCCCCC;
}
div#copyright .ft-lft strong {
    color: #1E90FF;
}
div#termsandconditions strong {
    color: #000000;
}

div#testimonial-inner p {
    min-height: 170px;
}
	div#testimonial-inner img {
    animation: test-img 7s ease-in-out 0s 1000 alternate-reverse forwards;
    width: 20%;
}
div#footer-widgets input.tnp-email {
    background: #fff !important;
    border-radius: 5px 0px 0px 5px !important;
    color: #999;
    color: black !important;
}
/* ========================================================== */
@media (max-width: 1920px) {}
@media (max-width: 1600px) {}
@media (max-width: 1440px) {
	#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
  height: 30px;
  margin-top: 8px;
}
}
@media (max-width: 1366px) {}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1326px) {
	div#testimonial-inner {
  margin: 0px 10px;
}
}
@media (max-width: 1280px) {
	 #header-outer[data-full-width="true"] header > .container {
    padding: 0 35px;
  }
	 #header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 25px;
    margin-top: 13px;
  }
	div#revoluiton-slider a#SR7_1_1-1-7 {
    outline-offset: -5px;
}
	p, li a, .excerpt {
  font-size: 14px !important;
  line-height: 24px !important;
}
	a.nectar-button.small.regular.extra-color-1.regular-button.btn {
  padding: 12px 25px !important;
  font-size: 14px;
}
}
@media (max-width: 1080px) {
	 #header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 30px;
    margin-top: 5px;
  }
	#top .buttons.sf-menu {
  display: none !important;
}
	div#revoluiton-slider sr7-btn#SR7_1_1-1-7 {
  outline-offset: -5px;
}
	div#about-inner .vc_col-sm-6.clm {
  padding-left: 30px;
}
	div#about {
  padding: 30px 0px !important;
}
	 #about-inner img {
    height: 470px;
    object-fit: cover;
  }
	    div#about-book .row-bg::before {
        height: 300px;
        margin: 70px 0px 0px 0px !important;
    }
	div#about-book-inner .img-face, div#about-book-inner .img-bg {
    width: 60%;
}
	div#about-book-inner .t-3 {
  margin-right: 52%;
  margin-top: 7px;
}
	div#about-book {
  padding: 50px 0px !important;
}
	div#order-book {
  padding: 30px 0px !important;
}
	div#testimonial {
  padding: 30px 0px !important;
}
	div#blog {
  padding: 30px 0px !important;
}
	div#footer-widgets form.tnp-form {
  width: 120%;
}
	div#custom_html-2 .socliy ul li i {
  font-size: 17px;
  height: 35px;
  width: 35px;
  line-height: 35px;
}
	#media_image-2 img {
  width: 210px;
}
}
@media (max-width: 1024px) {
	div#revoluiton-slider a#SR7_1_1-1-7 {
    outline-offset: -4px;
}
	div#about-inner .t-1 {
  padding: 35px 0px !important;
  outline-offset: -17px;
}
	 #about-inner img {
    height: 460px;
  }
	div#about-book .row-bg::before {
    height: 260px;
    margin: 140px 0px 0px 0px !important;
  }
	 div#about-book-inner .t-3 {
    margin-right: 49%;
  }
	div#footer-outer .widget h4 {
  font-size: 23px;
}
	div#blog-inner .article-content-wrap {
  padding: 20px 0px 0px 0px !important;
}
	 p, li a, .excerpt {
    font-size: 13px !important;
    line-height: 23px !important;
  }
	 a.nectar-button.small.regular.extra-color-1.regular-button.btn {
    padding: 11px 22px !important;
    font-size: 13px;
  }
}
@media (max-width: 912px) {
	body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close::before {
  background-color: #1e90ff !important;
}
	#header-outer[data-full-width="true"] header > .container {
    padding: 0 25px;
  }
	  body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 25px !important;
  }
	div#revoluiton-slider a#SR7_1_1-1-7 {
    outline-offset: -3px;
}
	#about-inner {
  margin: 0px 90px;
  text-align: center;
}
	 div#about-inner .vc_col-sm-6.clm {
    padding-left: 0px;
  }
	#about-book-inner {
  margin: 0px 90px;
  text-align: center;
}
	div#about-book-inner h5 span::before {
  width: 80px;
  margin: 9px 0px 0px -90px !important;
}
	div#about-book .wpb_text_column.wpb_content_element.t-2 {
    margin-top: 50px;
}
	div#about-book-inner .img-face, div#about-book-inner .img-bg {
        width: 55%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
	 div#about-book .row-bg::before {
    height: 340px;
    margin: 140px 0px 0px 0px !important;
  }
	div#about-book-inner .t-3 {
    margin-right: 0%;
    float: unset;
  }
		#testimonial .owl-dots {
  display: none;
}
	div#testimonial .owl-carousel .owl-nav.disabled {
  position: unset;
  margin-top: 0px;
}
	#testimonial .wpb_text_column.wpb_content_element.t-2 {
  text-align: center;
}
	div#testimonial h5 span::before {
  width: 80px;
  margin: 9px 0px 0px -90px !important;
}
	#blog-inner {
  margin: 0px 140px;
  text-align: center;
}
	#blog-inner img {
  width: 100%;
}
	    div#blog-inner .post {
        margin-bottom: 20px;
        text-align: center;
    }
	div#blog-inner .excerpt:before {
    right: 0;
    margin-left: 0;
}
	div#nav_menu-2, div#nav_menu-3 {
  display: unset;
}
	 div#footer-widgets form.tnp-form {
    width: 100%;
  }
	  #media_image-2 img {
    width: 300px;
  }
	div#testimonial-inner p {
    min-height: 140px;
}
}
@media (max-width: 800px) {
	#about-inner {
    margin: 0px 70px;
  }
	 #about-book-inner {
    margin: 0px 70px;
  }
		  #blog-inner {
    margin: 0px 100px;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	 div#revoluiton-slider a#SR7_1_1-1-7 {
    outline-offset: -3px;
  }
	#about-inner {
    margin: 0px 0px;
  }
	 #about-book-inner {
    margin: 0px 0px;
  }
		  div#about-book .row-bg::before {
    height: 300px;
    margin: 70px 0px 0px 0px !important;
  }
	div#testimonial .owl-carousel .owl-nav.disabled {
  display: none !important;
}
	div#testimonial .owl-stage {
    padding: 0;
}
	  #blog-inner {
    margin: 0px 0px;
  }
	#media_image-2 img {
    width: 330px;
  }
	div#copyright .ft-rit {
  float: unset;
}
	div#copyright .ft-lft {
  float: unset !important;
}
	h2 {
  font-size: 22px !important;
  line-height: 27px !important;
}
	h5 {
  font-size: 14px !important;
  line-height: 24px !important;
}
	h5 span:before, h5 span:after {
		display: none;
	}
	div#testimonial-inner p {
    min-height: 100px;
}
	div#testimonial-inner img {
    animation: test-img 7s ease-in-out 0s 1000 alternate-reverse forwards;
    width: 15%;
}
}
@media (max-width: 428px) {}
@media (max-width: 414px) {
	 div#about-inner .t-1 {
    outline-offset: -10px;
  }
	div#about-book .row-bg::before {
    height: 220px;
  }
	div#about-book .wpb_text_column.wpb_content_element.t-2 {
        margin-top: 30px;
    }
	div#order-book-inner h2 br {
    display: none;
}
		div#copyright .ft-lft, div#copyright .ft-rit {
        font-size: 11px;
    }
}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}




@-moz-document url-prefix() {  
 #testimonial-inner {
  height: 330px;
}
@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {
	#testimonial-inner {
  height: 360px;
}
	}
@media (max-width: 1080px) {
		 #testimonial-inner {
    height: 370px;
  }
	}	
@media (max-width: 1024px) {}
@media (max-width: 912px) {
	#testimonial-inner {
    height: 300px;
  }
	}
@media (max-width: 800px) {
	 #testimonial-inner {
    height: 320px;
  }
	}
@media (max-width: 768px) {}
@media (max-width: 480px) {}
@media (max-width: 428px) {}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}

}