/*
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=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

.container-wrap {
    background-color: #fff !important;
}

div#header-space {
    display: none !important;
}

div#hd-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.hd-info {
    display: flex;
    height: 40px;
}

.hd-info h6 {
    font-family: urbanist;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-right: 15px;
    margin: 0px !important;
    padding-left: 15px !important;
    /* padding-top: 8px; */
}

body #header-secondary-outer .nectar-center-text {
    max-width: 80%;
}

.hd-info h6:nth-child(2) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 20px;
}

.hd-icon i {
    color: #ffffff;
    font-size: 16px;
    top: -10px;
    margin-right: 10px;
    transition: 0.5s;
}

.hd-icon i:hover {
    color: #ffffff !important;
}

.hd-icon ul {
    height: 15px !important;
}

div#header-secondary-outer {
    background-color: transparent !important;
    padding: 20px 0px !important;
    border: none !important;
}

div#header-outer {
    background-color: transparent !important;
    box-shadow: none !important;
}

#header-outer #logo {
    margin: 10px 0px !important;
}

#header-outer #logo img {
    height: 140px !important;
}

#top nav ul li a {
    font-family: 'Urbanist' !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #fff;
    margin: 0px 0px !important;
    padding-right: 1.5rem !important;
}

.nectar-button.small.has-icon i {
    opacity: 1 !important;
    left: 20px;
}

.nectar-button.small.has-icon:hover i {
	transform: translateX(0px);
}

.nectar-button.has-icon.small:hover span {
    transform: translateX(0px);
} 

.row-bg.using-image {
    background-size: 100% 100% !important;
}

h4 {
    font-family: 'Urbanist';
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background-color: #A020EF !important;
    border-radius: 5px;
    padding: 0px 10px;
    max-width: fit-content;
}

h2 {
    font-family: play !important;
    font-weight: bold !important;
    font-size: 55px !important;
    color: #000;
    line-height: 50px;
    padding: 15px 0px !important;
}

h2 strong {
    font-family: play !important;
    color: #055B3E;
}

p {
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 18px;
    color: #000 !important;
}

a.nectar-button.small.regular {
    font-family: 'Urbanist';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    color: #000;
    background-color: transparent !important;
    box-shadow: none !important;
    opacity: 1;
    border: 1px solid #211C1E;
    border-radius: 100px;
    padding: 14px 50px !important;
    padding-right: 60px !important;
    top: 50px;
}

a.nectar-button.small.regular span:after {
    content: URL(/wp-content/uploads/2024/06/Group-33466.png);
    position: absolute;
    right: -45px;
    top: -6px;
}
#whyread a.nectar-button.small.regular span:after {
    content: URL(/wp-content/uploads/2024/06/Group-33468.png);
}
#video a.nectar-button.small.regular span:after {
    content: URL(/wp-content/uploads/2024/06/Group-33466.png);
}
#test a.nectar-button.small.regular span:after {
    content: URL(/wp-content/uploads/2024/06/Group-33468.png);
}
#test a.nectar-button.small.regular{
    padding: 14px 55px 14px 20px !important;
}

div#slider {
    padding: 150px 0px 50px 0px !important;
}

#slider img {
    left: 100px;
    top: -60px;
}

#footer-outer .col.span_3:nth-child(1) {
    width: 29% !important;
}
#footer-outer .col.span_3:nth-child(2) {
    width: 16% !important;
}
#footer-outer .col.span_3:nth-child(3) {
    width: 20% !important;
}
#footer-outer .col.span_3:nth-child(4) {
    width: 25% !important;
}

#footer-outer #copyright{
  padding: 10px 0 !important;
  font-size:12px;
  background-color: #A020EF !important;
}

div#footer-widgets {
    padding-bottom: 30px !important;
}

#book h3 {
    font-family: poppins !important;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0px;
    color: #000;
    padding-top: 50px;
}

#book h1 {
    font-family: 'Poppins' !important;
    font-weight: 400;
    font-size: 24px !important;
    color: #E2E2E2;
    position: absolute;
    top: 120px;
    left: 150px;
    transition: 0.5s;
}

#book .carousel-item {
    width: 80%;
    margin: auto;
    margin-top: 200px;
    transition: 0.8s !important;
}

#book img {
    height: 260px;
    width: 180px;
    left: 26%;
    transition: 0.8s;
    animation: slide 2s linear;
}

#book h3:after {
    content: URL(/wp-content/uploads/2024/03/arrow.png);
    position: absolute;
    right: 30px;
}

#book .carousel-item p {
    display: none;
    transition: 0.8s;
}

#book h4 {
    margin: 0 auto;
}

div#book {
    padding: 130px 0px !important;
}

#book .carousel-item:hover h1 {
    font-size: 100px !important;
    color: #707070;
    left: 50px !important;
    letter-spacing: -8px !important;
    top: 110px;
}

#book .carousel-item:hover img {
    z-index: 1;
    transform: translate3d(0px, -100px, 230px) !important;
    transition: 0.5s;
    height: 340px;
    width: 210px;
}

#book .carousel-item:hover p {
    display: unset;
    transition: 1s;
}

#book .carousel-item:hover * {
    transition: 0.8s !important;
}

#book .img-with-aniamtion-wrap {
    height: 310px;
}

/* #author h2 strong {
    color: #003725 !important;
} */

#author h2 strong {
    color: #000 !important;
    background: #fff;
    border-radius: 10px;
    padding: 0px 5px;
}

#author h2 {
    color: #fff;
}

#author h4 {
    color: #fff;
    background-color: #ffffff;
}

#author p, #author2 p {
    color: #fff !important;
}

#author a.nectar-button.small.regular {
    border: 1px solid #ffffff;
    color: #fff;
    padding: 14px 55px 14px 20px !important;
}

#author a.nectar-button.small.regular span:after {
    content: URL(/wp-content/uploads/2024/06/Group-33466.png);
}

div#author {
    padding: 150px 10px 0px 100px !important;
    height: 730px;
}

#author img {
    top: 24px;
    /* left: 5px; */
    width: 100%;
}

#chap h4 {
    margin: 0 auto;
}

#chap h5 {
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 20px;
}

#chap h6 {
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 16px;
}

#chap h3 {
    font-family: play !important;
    font-weight: bold !important;
    font-size: 30px;
    letter-spacing: 0px;
    padding: 5px 0px !important;
}

#chap .carousel-item {
    width: 95%;
    border: 1px solid #EDEDED;
    text-align: center;
    transition: 0.5s;
    padding: 50px 10px 20px 10px !important;
    margin: auto;
    margin-top: 55px;
}

#chap h6:after {
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    left: 200px;
}

#chap .carousel-item:hover {
    background-color: #A020EF !important;
}

#chap .carousel-item:hover * {
    color: #fff !important;
}

#chap .carousel-item:before {
    content: URL(/wp-content/uploads/2024/06/Group-33465.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
}

#chap .carousel-item p {
    height: 200px !important;
}

   

div#chap {
    padding: 100px 0px !important;
}

#whyread h3 {
    font-family: play !important;
    font-weight: bold;
    font-size: 30px;
    color: #000;
    letter-spacing: 0px;
}

#whyread a.nectar-button.small.regular:nth-child(3) span:nth-child(1):after {
    content: URL(/wp-content/uploads/2024/06/Group-33469.png);
}

#whyread a.nectar-button.small.regular:nth-child(3) {
    left: 30px;
    border: none;
}

#whyread a.nectar-button.small.regular {
    top: 30px;
}

#whyread img {
    top: -80px;
}

a.play_button_2.large.nectar_video_lightbox.magnific-popup {
    display: none;
}

#video .nectar-video-box {
    position: absolute;
    top: 260px;
    left: 55px;
}

div#video {
    padding: 60px 0px 0px 0px !important;
}

#video .wpb_text_column {
    padding-top: 80px;
    -webkit-text-fill-color: #fff !important;
}

#testi .owl-carousel.owl-theme.owl-loaded.owl-drag {
    display: flex;
    justify-content: end;
}


#testi img.alignnone.size-full.wp-image-2700 {
    width: 30%;
}

#testi p {
    padding: 0px 0px !important;
}

#testi h3 {
    font-family: play !important;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    color: #000;
    padding-top: 10px;
}

#testi img.alignnone.size-full.wp-image-2701 {
    position: absolute;
    top: 25px;
}

#testi h5 {
    font-family: play;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    color: #000;
    padding-left: 90px;
    padding-top: 0px;
}

#testi h6 {
    font-family: 'Urbanist';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    color: #000;
    padding-left: 90px;
    margin-top: -12px;
}

#testi .carousel-item {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px;
    width: 95%;
    padding: 40px 20px 40px 40px !important;
    margin: auto;
    height: 280px;
}

div#test {
    padding-top: 100px !important;
}

div#testi {
    padding-bottom: 100px !important;
}

#testi img.img-with-animation.skip-lazy.animated-in {
    transform: scale(2);
    top: 40px;
    left: -50px;
}

div#footer-outer {
    background-color: #33004D !important;
    -webkit-text-fill-color: #fff !important;
    padding-top: 30px;
}


#custom_html-3 h3 {
    font-family: demo !important;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
}

#custom_html-3 h3 strong {
    font-family: demo !important;
    font-weight: bold !important;
}

#footer-outer .widget.widget_nav_menu li a {padding: 0px 0px !important;color: #fff !important;font-size: 14px;}

#footer-outer input.wpcf7-form-control.wpcf7-text {
    background-color: transparent;
    border: 1px solid #fff;
    margin-bottom: 15px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #055B3E !important;
}

#footer-outer textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: transparent;
    border: 1px solid #fff;
    max-height: 120px;
}

#footer-outer input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 50% !important;
    padding: 12px 0px !important;
    -webkit-text-fill-color: #000 !important;
}

#footer-outer button span:after {
    content: URL(/wp-content/uploads/2024/03/btn-after-2.png);
    float: right;
    width: 0px;
    height: 0px;
    margin-right: -5px;
    margin-top: -9px;
}

#footer-outer button {
    padding: 15px 50px 15px 45px !important;
    background-color: transparent;
    box-shadow: none !important;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100px;
}

#contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 20px;
}

#contact input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #31074c !important;
}

#footer-outer button span:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    position: absolute;
    left: 20px;
    transform: scale(1.5);
}

div#footer-outer #footer-widgets .widget h4 {
    background-color: transparent !important;
    font-weight: bold;
    font-size: 26px;
    font-family: playfair display;
    letter-spacing: 1px;
    padding: 0px !important;
}

#custom_html-7 i {
    background-color: #fff !important;
    width: 40px !important;
    height: 40px;
    -webkit-text-stroke-color: #000 !important;
    -webkit-text-stroke-width: 1px !important;
    border-radius: 100px;
    padding: 8px 12px !important;
    text-align: center;
}

#custom_html-7 h6 {
    font-family: urbanist;
    font-weight: 400;
    font-size: 16px;
    padding-left: 55px;
    margin-top: -35px;
    padding-bottom: 10px;
}

#custom_html-7 .textwidget.custom-html-widget {
}

.icon2 {
    padding-bottom: 10px;
}

.icon1 {padding-top: 10px;}

#ft-icon i {
    background-color: transparent;
    border-radius: 60px;
    width: 40px !important;
    height: 40px;
    padding: 10px;
    margin-right: 5px;
    border: 1px solid #fff;
    transition: 0.7s;
    font-size: 16px !important;
    padding: 11px 0px !important;
}

#ft-icon i:hover {
    background-color: #9b38eb !important;
    border: 1px solid #9b38eb;
}

#footer-outer .col.span_4:nth-child(1) {
    width: 24%;
    /* padding-left: 170px; */
    padding: 0px !important;
    margin: 0px !important;
}
#footer-outer .col.span_4:nth-child(2) {
    width: 56%;
    padding: 0px !important;
    margin: 0px !important;
}
#footer-outer .col.span_4:nth-child(3) {
    width: 20%;
    padding-top: 45px;
    margin: 0px !important;
}

div#copyright {
    background-color: #055B3E !important;
    padding: 20px 0px 15px 10px !important;
}

#copyright .col.span_5 {
    width: 100% !important;
    display: flex;
}

.term {
    width: 100%; 
    justify-content: end;
    display: flex;
}

.copy {
    width: 100%;
}


.copy p {
    font-family: urbanist;
    font-weight: 400;
    font-size: 16px;
}

.term p {
    font-family: urbanist;
    font-weight: 400;
    font-size: 16px;
}

div#custom_html-8 {
    margin-top: 150px;
}

#slider .wpb_text_column {
    -webkit-text-fill-color: #fff !important;
    padding-top: 110px;
}

#slider a.nectar-button.small.regular {
    color: #fff;
    border: 1px solid #ffffff;
}

div#whyread {
    padding: 200px 0px 0px 0px !important;
}

#video a.nectar-button.small.regular {
    border: 1px solid #ffffff;
    color: #fff;
}

#footercstm .row_col_wrap_12.col.span_12.dark.left {
    border-bottom: 1px solid #fff;
    margin: auto;
}

div#footercstm {
    padding-top: 35px !important;
}

.support h3, .support2 
h3, .support3 h3 {
    color: #ffffff !important;
    font-family: 'Urbanist' !important;
}

.support a, .support2 a, .support3 p {
    color: #fff !important;
    font-family: 'Urbanist';
    font-size: 20px;
    margin-bottom: 30px;
}

#footercstm img {
    margin: 0 auto;
}

.support2 {
    border-right: 1px solid #fff !important;
    height: 40px;
    width: 100%;
    border-left: 1px solid #fff;
    padding-left: 140px;
}


.support3 {
    padding-left: 150px;
}

/**************************** Media Query For Mobile width:999px *******************************/

	@media only screen and (max-width:999px) {
	  body {
		text-align: center;
	  }

	  /* background	 */
	  .row-bg.using-image {
		background-size: cover !important;
		/* background: none !important; */
	  }


	h2 {
		line-height: 1 !important;
		font-size: 41px !important;
	}

	#slider img {
		left: 0;
		top: 20px;
	}

	div#author {
		padding: 2rem 10px !important;
		height: unset !important;
	}

	#author img {
		top: 0px !important;
		padding-top: 30px;
			bottom: -32px !important;
	}

	h4 {
		margin: auto;
	}

	#author h4 {
		margin-top: 15px;
	}

	div#video .row-bg.using-image {
		background: none !important;
	}

	#video .wpb_text_column {
		padding-top: 0px !important;
		-webkit-text-fill-color: #000000 !important;
	}

		#testi .carousel-item {
		text-align: left;
		height: auto !important;!i;!;
	}


	#testi img.img-with-animation.skip-lazy.animated-in {
		transform: scale(1.6) !important;
		top: 10rem !important;
		left: 6rem !important;
	}


	ul#menu-header-1 {
		display: block;
	}

	#custom_html-7 h6 {
		padding-left: 0px !important;
		margin-top: 2px !important;
	}

	.col.span_4 {
		width: 100% !important;
	}
	div#custom_html-3 {
		margin-top: 0px !important;
	}
	#whyread a.nectar-button.small.regular:nth-child(3) {
	    left: 0 !important;!i;!;
	}
	
	#slider .wpb_text_column {
	    padding-top: 0 !important;!i;!;
	}
	
	html body.page #video h2, html body.page #video p {
	    color: #000 !important;!i;!;
	}
	
	#video .wpb_text_column h2 {
	    color: #000 !important;!i;!;
	}
	
	#video .nectar-video-box {
	    top: 60px !important;!i;!;
	    transform: rotate(-90deg);
	    left: 110px !important;!i;!;
	}
	
	#test h2, #test p {
	    text-align: center !important;!i;!;
	}
	
	.support2 {
	    padding-left: 0 !important;!i;!;
	}
	
	.support3 {
	    padding-left: 0 !important;!i;!;
	}
	
	#footer-outer .col.span_3:nth-child(1), #footer-outer .col.span_3:nth-child(2), #footer-outer .col.span_3:nth-child(3), #footer-outer .col.span_3:nth-child(4) {
	    text-align: center !important;!i;!;
	    width: 100% !important;!i;!;
	}
	
	#footer-outer input.wpcf7-form-control.wpcf7-submit.has-spinner {
	    width: 100% !important;!i;!;
	}
	
	#copyright .col.span_5 {
	    display: block !important;!i;!;
	    text-align: center !important;!i;!;
	}
	
	.term {
	    justify-content: center !important;!i;!;
	    padding-top: 10px !important;!i;!;
	}
		#slide-out-widget-area .inner .off-canvas-menu-container li a {
		color: #000 !important;!i;!;
	}

	.hd-info h6 {
		color: #000 !important;!i;!;
	}

	.hd-info {
		display: block !important;!i;!;
		height: auto !important;!i;!;
		width: 100% !important;!i;!;
	}

	div#hd-main {
		display: block !important;!i;!;
		color: #000 !important;!i;!;
	}

	.hd-icon i {
		color: #000 !important;!i;!;
	}
	
}


/**************************** Media Query For Mobile width:740px *******************************/

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

}


@media only screen and (min-width: 1024px) and (max-width: 1300px) {

  /*CSS Content*/

  #top nav ul li a {
    font-size: 12px !important;
	padding: 0px 10px !important;
  }

  h2 {
     font-size: 47px !important;
    line-height: 0.9 !important;
  }

/* .tst .wpb_wrapper {
    margin-left: 100px !important;
} */

div#author {
    height: 700px !important;
}

div#video p {
    width: 80% !important;
}
	
ul#menu-header-1 li a {
    font-size: 12px !important;
/* 	padding: 0px 10px !important; */
  }

div#footer-outer #footer-widgets .widget h4 {
    
    font-size: 24px !important;
  
}

}


/* extra */
/* 
h1 {
    font-family: play !important;
    font-weight: bold !important;
    font-size: 170px !important;
    color: #ECECEC;
    /* -webkit-text-stroke-color: #5e5e5e; */
    /* -webkit-text-stroke-width: 1px; */
    position: relative;
    max-width: 100% !important;
    /* -webkit-text-fill-color: transparent !important; */
    z-index: -1 !IMPORTANT;
} */



/* #book img.alignnone.size-full.wp-image-2773.aligncenter {
    height: unset !important;
    width: unset !important;
}

.flex-img:before {
    content:url("/wp-content/uploads/2024/04/Read.png");
    position:absolute;
    /* float:right; */
    right:-13rem;
} */

.post-header {
    display: none !important;
}

div#blogs {
    padding: 4rem 0 !important;
}

span.meta-category {
    display: none;
}


.post.type-post {
    background-color: #fff !important;
    box-shadow: -2px 5px 11px 7px #0000001a;
    border-radius: 20px !important;
}

.post.type-post .post-header {
    padding: 20px;
}
.single-post .type-post {
    background-color: transparent !important;
    box-shadow: none !important;
}
.post.type-post .excerpt {
    padding: 0px 20px 20px 20px;
}
.post.type-post img {
    border-radius: 20px;
}
.post.type-post .post-header a:hover {
    color: #f00 !important;
}
.post.type-post input#submit {
    background-color: #000;
}

.single-post a.wp-block-latest-posts__post-title {
    color: #000 !important;
}
.single-post h1.entry-title {
    font-size: 34px !important;
}

.single-post button[type=submit] {
    background-color: #000 !important;
}

.single-post h2.wp-block-heading {
    font-size: 35px !important;
}

.single-post span.post-title {
    color: #000000 !important;
}

.single-post ul li a {
    color: #000 !important;
}

.single-post input#submit {
    background-color: #000 !important;
}
.single-post .page-header-bg-image {
    background-color: #000 !important;
    opacity: 0.7;
}
.woocommerce-page div#header-space {
    display: block !important;!i;!;
    background-color: #000 !important;!i;!;
}

h2.woocommerce-loop-product__title {
    font-size: 30px !important;!i;!;!u;!;
}

html span.price {
    color: #000 !important;!i;!;
}

html .woocommerce ul.products li.product .price, html .woocommerce-page ul.products li.product .price {
    color: #000 !important;!i;!;!8;!;
    text-align: center !important;!i;!;
}

.woocommerce a.button:hover {
    color: #000 !important;!i;!;
}
#author2 p {
    width: 85%;
    margin: 0 auto;
}

#author2 {
    padding-top: 6rem !important;!i;!;
    margin-top: -35px;
    padding-bottom: 3rem !important;!I;!;
}

.wc-block-components-checkbox label {
    color: #000 !important;!i;!;
}

span.wc-block-components-checkbox__label {
    color: #000 !important;!i;!;
}

label.wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked {
    color: #000 !important;!i;!;
}

span#radio-control-wc-payment-method-options-wpg_paypal_checkout__label {
    color: #000 !important;!i;!;
}

.wc-block-components-radio-control-accordion-content {
    padding-top: 0 !important;!i;!;
}
h2.woocommerce-loop-product__title {
    font-size: 22px !important;!I;!;
}
body.page #footer-outer #footer-widgets .col input[type="submit"] {
    background-color: #ffff !important;!i;!;
}
#header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
    color: #ffff !important;!i;!;
}
body #top nav .widget_shopping_cart a.button {
    margin-right: 5px !important;!i;!;
}
#header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a