/*
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=Inter:wght@100..900&display=swap');
@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');

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

div#header-outer {
    background-color: #FEF7EF;
}

#top nav ul li a {
    color: #000 !important;
    font-family: 'Helvetica CE' !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    margin: 0px 5px !important;
}

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

h4 {
    font-weight: 500;
    font-size: 26px;
    color: #3D3D3D;
}

#slider h4, #video h4 {
    color: #fff;
    font-size: 26px;
}

h2 {
    font-family: 'Open Sans' !important;
    font-weight: 600 !important;
    font-size: 60px;
    color: #ABC15B;
    padding: 10px 0px !important;
}

h2 strong {
    font-family: 'Open Sans';
    color: #ABC15B;
    font-size: 52px;
}

#slider h2, #whyread h2, #video h2 {
    line-height: 60px;
    font-size: 90px;
}

p {
    /* font-family: 'Poppins'; */
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

#slider p {
    color: #fff !important;
}

a.nectar-button.small.regular {
    font-family: 'roboto';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 5px;
    padding: 12px 35px !important;
    top: 50px;
    color: #fff;
    border: 1px solid #ABC15B;
}

#slider a.nectar-button.small.regular:nth-child(3) {
    left: 30px;
    background-color: transparent !important;
    border: 1px solid #ABC15B;
}

#slider a.nectar-button.small.regular:nth-child(2) span:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    position: absolute;
    left: -20px;
}

#slider a.nectar-button.small.regular:nth-child(2) {
    padding: 12px 35px !important;
}

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

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

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

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

#slider .vc_col-sm-6:nth-child(1) {
    padding-top: 80px;
}

#slider .sl-icon i {
    color: #fff;
    border-radius: 100px;
    width: 40px !important;
    height: 40px;
    font-size: 25px;
    padding: 10px 0px !important;
}

#slider .sl-icon li {
    display: grid;
    gap: 15px;
}

#slider .sl-icon {
    position: absolute;
    top: 150px;
    right: -100px;
}

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

#whyread h3 {
    font-family: 'dashicons';
    font-weight: 400;
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
}

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

#whyread a.nectar-button.small.regular:nth-child(3) {
    left: 30px;
    background-color: transparent !important;
    border: 1px solid #abc15b;
    color: #000 !important;
}

#whyread .nectar-star-rating {
    display: flex;
    flex-direction: row-reverse;
    margin-top: -30px;
    width: fit-content;
    margin-left: 415px;
    color: #000;
}

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

#whyread img {
    top: -30px;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

#whyread .row-bg.viewport-desktop.using-image {
    background-size: 25% !important;
}

.nectar-star-rating__icon.size-4-5.nectar-color-accent-color {
    color: #FFAF00;
}

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

#video .nectar-video-box {
    /* position: absolute; */
    left: 0;
    right: 0;
    margin: 80px auto 0;
    width: 8%;
}

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

#test .carousel-item {
    text-align: center;
    width: 70%;
    margin: 0px auto;
    margin-top: 180px;
}

#test button.owl-dot:nth-child(1) {
    background-image: URL(/wp-content/uploads/2024/04/member-02.jpg);
    background-size: 100% 100% !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 5px;
    margin: 0px 20px !important;
}
#test button.owl-dot:nth-child(2) {
    background-image: URL(/wp-content/uploads/2024/04/member-01.jpg);
    background-size: 100% 100% !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 5px;
    margin: 0px 20px !important;
}
#test button.owl-dot:nth-child(3) {
    background-image: URL(/wp-content/uploads/2024/04/member-04.jpg);
    background-size: 100% 100% !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 5px;
    margin: 0px 20px !important;
}

#test .owl-dots {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}

#test button.owl-dot span {
    display: none;
}

#test button.owl-dot.active:nth-child(1) {
    width: 100px !important;
    height: 100px !important;
}
#test button.owl-dot.active:nth-child(2) {
    width: 100px !important;
    height: 100px !important;
}
#test button.owl-dot.active:nth-child(3) {
    width: 100px !important;
    height: 100px !important;
}

#test h5 {
    font-family: 'roboto';
    font-weight: 600;
    font-size: 20px;
    color: #000;
    letter-spacing: 0px;
}

#test h6 {
    font-family: 'roboto';
    font-weight: 500;
    font-size: 16px;
    color: #595959;
    letter-spacing: 0px;
    margin-top: -10px;
}

#test .row-bg.viewport-desktop.using-image {
    background-size: 20% !important;
}

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

#footer-outer p {
    color: #fff;
}

.ft-icon i {
    border-radius: 100px;
    width: 40px !important;
    height: 40px;
    border: 1px solid #ABC15B;
    font-size: 16px !important;
    padding: 10px 0px !important;
    margin-right: 5px;
    color: #ABC15B;
}

#footer-outer #footer-widgets .widget h4 {
    font-family: 'timeless';
    font-weight: bold;
    font-size: 22px !important;
    color: #fff !important;
    padding-top: 40px;
    padding-bottom: 20px;
}

#footer-outer input.wpcf7-form-control.wpcf7-text {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    width: 49% !important;
}

#footer-outer input[type=email] {
    position: absolute;
    top: -45px;
    left: 50%;
}

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

#footer-outer textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #fff;
}

#footer-outer input.wpcf7-form-control.wpcf7-text::placeholder {
    color: #fff;
}

#footer-outer input.wpcf7-submit {
    border-radius: 5px;
    padding: 12px 35px !important;
    font-family: 'roboto';
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
    color: #fff;
}

#footer-outer .widget_nav_menu li a {
    color: #fff !important;
    font-family: 'Inter';
    font-weight: 400 !important;
}

#footer-outer h6 {
    font-family: 'Inter' !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #fff !important;
    margin-top: -33px;
    padding-left: 45px;
    padding-bottom: 20px;
}

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

#copyright p {
    color: #fff !important;
    font-family: 'Inter';
    font-weight: 400 !important;
    font-size: 16px !important;
}

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

#footer-outer .col.span_3:nth-child(1) {
    width: 34%;
}
#footer-outer .col.span_3:nth-child(2) {
    width: 14%;
}
#footer-outer .col.span_3:nth-child(3) {
    width: 19%;
}
#footer-outer .col.span_3:nth-child(4) {
    width: 27%;
}

.right {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.right i {
    top: 2px;
    padding-right: 10px;
    padding-left: 30px;
    color: #000000 !important;
}

.left {
    width: 100% !important;
    text-align: left;
}

.right p {
    padding: 0px !important;
}

div#copyright {
    padding: 20px 0px !important;
    background-image: linear-gradient(#030302, #030302);
    border-top: 2px solid #FEF7EF !important;!i;!;
}

#contact input.wpcf7-form-control {
    border-radius: 5px;
}

#contact textarea.wpcf7-form-control {
    border-radius: 5px;
}

#contact input.wpcf7-submit {
    font-family: 'Inter';
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 16px;
}

#slider h2 strong, #whyread h2 strong, #video h2 strong {
    font-size: 52px;
}

#custom_html-4 i {
    width: 35px !important;
    height: 35px;
    border-radius: 100px;
    color: #ABC15B;
    padding: 5px 0px !important;
    font-size: 15px !important;
}

li#menu-item-2689 span {
    background-color: #ABC15B !important;
    color: #fff;
    border-radius: 5px;
    padding: 12px 30px !important;
}

div#nav_menu-3 {
    width: 40%;
    margin: auto;
}

#slider img.img-with-animation.skip-lazy, #contact img.img-with-animation.skip-lazy {
    width: 90%;
    margin: 0 auto;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

h1.top-heading {
    font-family: 'Open Sans' !important;
    text-align: center !important;
}


/*
 EXTRA
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}*/

/**Chapters**/

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

#chapters h4 {
    color: #fff;
    margin-top: 100px;
}

#chapters .carousel-item h4 {
    margin-top: 20px !important;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

#chapters .carousel-item {
    width: 95%;
    margin: auto;
}

.chapboxtop {
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #000;
    margin-bottom: 30px !important;
    padding: 20px 30px !important;
    height: 350px;
    transition: .3s;
}

.chapbox {
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #000;
    padding: 20px 30px!important;
    height: 350px;
    transition: .3s
}

#chapters .carousel-item p {
    font-size: 16px;
}

.chapboxtop:hover {
    background-color: #ABC15B !important;!i;!;
    -webkit-text-fill-color: #fff;
    margin-top: -20px;
}

.chapboxtop:hover img.size-full.wp-image-2783.aligncenter {
    filter: brightness(0) invert(1);
}

.chapbox:hover {
    background-color: #ABC15B !important;!i;!;
    -webkit-text-fill-color: #fff;
    margin-top: -20px;
}

.chapbox:hover img.size-full.wp-image-2783.aligncenter {
    filter: brightness(0) invert(1);
}

#chapters h2 {
    margin-bottom: 10px;
}

div#chapters:After {
    content: url(/wp-content/uploads/2025/02/Isolation_Mode.png);
    background-repeat: no-repeat !important;
    position: absolute;
    left: -330px;
    top: 580px;
}

/****************************** Media Query 250px to 999px ******************************/

@media (min-width: 250px) and (max-width: 999px) {

	h1, h2{
	    font-size: 54px !important;
	    text-align: center !important;
	    width: 100% !important;
	    line-height: 1 !IMPORTANT;
	}

	h3{
	    font-size: 22px !important;
	    text-align: center !important;
	    width: 100% !important;
	}

	h4{
	    text-align: center !important;
	}

	p{
	    font-size: 16px !important;
	    text-align: center !important;
	    width: 100% !important;
	}

	a.nectar-button.small.regular {
	    width: 100% !important;
	    text-align: center !important;
	}

	.row-bg.viewport-desktop.using-image {
	    background-size: cover !important;
	}

	div#footer-outer {
	    background-size: cover !important;
	}
	
	#footer-outer .col.span_3:nth-child(1) {
	    width: 100% !important;
	    text-align: center !important;
	}
	
	#footer-outer .col.span_3:nth-child(2) {
	    width: 100% !important;
	    text-align: center !important;
	    margin-top: 30px;
	}
	
	#footer-outer .col.span_3:nth-child(3) {
	    width: 100% !important;
	    text-align: center !important;
	    margin: 0px !important;
	}
	
	#footer-outer button#wpforms-submit-26 {
	    width: 100% !important;
	}

    #footer-outer .col.span_3:nth-child(4) {
        width: 100% !important;
    }

	#footer-outer #copyright .col {
   	    width: 100% !important;
	}

	div#slider {
	    padding: 100px 0px 100px 0px !important;
	}
	
	#slider h2 strong, #whyread h2 strong, #video h2 strong {
	    font-size: 30px !important;
	}
	
	#slider a.nectar-button.small.regular:nth-child(3) {
	    left: 0px !important;
	}
	
	div#whyread {
	    padding: 90px 0px 70px 0px !important;
	}
	
	#whyread a.nectar-button.small.regular:nth-child(3) {
	    left: 0px !important;
	}
	
	#chapters .row-bg.viewport-desktop.using-image {background-size: cover !important;}
	
	.chapbox {
	    height: auto !important;
	}
	
	#chapters h4 {
	    margin-top: 60px;
	}
	
	div#author {
	    padding: 60px 0px 100px 0px !important;
	}
	
	a.nectar-button.small.regular {
	    top: 10px !important;
	}
	
	div#video {
	    padding: 60px 0px 90px 0px !important;
	}
	
	#slider h4, #video h4 {
	    font-size: 16px !important;
	}
	
	#video .nectar-video-box {
	    margin: 0 auto !important;
	    top: 30px;
	    width: 24%;
	}
	
	#test button.owl-dot.active:nth-child(1) {
	    width: 50px !important;
	    height: 50px !important;
	}
	
	#test button.owl-dot:nth-child(2) {
	    width: 40px !important;
	    height: 40px !important;
	    margin: 0px 10px !important;
	}
	
	#test button.owl-dot:nth-child(3) {
	    width: 40px !important;
	    height: 40px !important;
	    margin: 0px 10px !important;
	}
	
	#test button.owl-dot:nth-child(1) {
	    width: 40px !important;
	    height: 40px !important;
	    margin: 0px 10px !important;
	}
	
	#test button.owl-dot.active:nth-child(2) {
	    width: 50px !important;
	    height: 50px !important;
	}
	
	#test button.owl-dot.active:nth-child(3) {
	    width: 50px !important;
	    height: 50px !important;
	}
	
	#test .carousel-item {
	    margin-top: 130px;
	    width: 100% !important;
	}
	
	div#test {
	    padding: 60px 0px 20px !important;
	}
	
	.ft-icon li {
	    text-align: center !important;
	}
	
	div#nav_menu-3 {
	    width: 100% !important;
	}
	
	div#nav_menu-3 ul#menu-header-nav-2 {
	    text-align: center !important;
	}
	
	#footer-outer input.wpcf7-form-control.wpcf7-text {
	    width: 100% !important;
	    text-align: center !important;
	}
	
	#footer-outer input[type=email] {
	    position: unset!important;
	    padding-top: 30px !important;
	}
	
	textarea.wpcf7-form-control.wpcf7-textarea {
	    text-align: center !important;
	}
	
	#copyright .col.span_5 {
	    display: grid;
	}
	
	.right {
	    display: none;
	}
	
	div#copyright {
	    padding-bottom: 0px !important;
	}
	
	input.wpcf7-form-control.wpcf7-submit.has-spinner {
	    width: 100% !important;
	}
	
	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		text-align: center !important;
	}

}


/****************************** Media Query 500px to 999px ******************************/

@media (min-width: 500px) and (max-width: 999px) {
	#whyread .nectar-star-rating {
		display: none;
	}
}
