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

/* Global */
/* h3, p, strong {
	font-family: 'Freight-Big-Book';
	font-weight: 300;
} */
h4 {
	font-family: 'Freight-Big-Medium';
	font-weight: 500;
}
h6 {
    text-transform: uppercase;
    color: #626262;
}
.nectar-button.small {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 14px 35px;
	transition: .9s ease-in-out;
	
}
.nectar-button.small.brown-hover-btn:hover {
	background-color: #d8b955 !important;
}
.nectar-button.small.black-hover-btn:hover {
	background-color: #1d1e19 !important;
}

/* Header */
#header-outer #top .sf-menu.sf-js-enabled.sf-arrows li a {
	font-family: 'Freight-Big-Book';
	font-weight: 300;
}
#header-outer #top .sf-menu.sf-js-enabled.sf-arrows .current-menu-item a span, #header-outer #top .sf-menu.sf-js-enabled.sf-arrows li a:hover {
    color: #d8b955 !important;
}

/* Home Banner */
#home-banner {
    height: 1025px;
    display: flex;
}
#home-banner .banner-text h1 {
    color: #d8b955;
	font-size: 38px;
}
#home-banner .banner-text h3 {
    color: #1d1e19;
    font-size: 25px;
    line-height: 35px;
    max-width: 560px;
    margin: 0 auto;
}
#home-banner .banner-img-1 {
    transition: .9s ease-in-out;
	z-index: 2;
}
#home-banner .banner-col:hover .banner-img-1 {
    transform: translateX(70px);
}
#home-banner .banner-img-2 {
    position: absolute;
    bottom: -90px;
    right: -30px;
    z-index: 1;
	transition: .9s ease-in-out;
}
#home-banner .banner-col:hover .banner-img-2 {
    transform: translateX(-120px);
}

/* Home Empowering */
#home-empowering {
    margin-bottom: -240px;
}
#home-empowering .empowering-text {
    text-align: center;
}
#home-empowering .empowering-text h2 {
    color: #333333;
}
#home-empowering #empowering-inner .empowering-inner-col .empowering-img-1 {
    width: 100%;
    box-shadow: 0px 3px 65px 0px rgb(240 240 240);
}
#home-empowering #empowering-inner .empowering-inner-col .empowering-inner-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
	width: 100%;
}
#home-empowering #empowering-inner .empowering-inner-col .empowering-inner-text h4 a {
    color: #1d1e19;
	transition: .5s ease-in-out;
}
#home-empowering #empowering-inner .empowering-inner-col .empowering-inner-text:hover h4 a {
	color: #d8b955;
}
#home-empowering #empowering-inner .empowering-inner-col .empowering-inner-text h4:before {
    content: "\f18e";
    font-family: FontAwesome;
    font-size: 30px;
    color: #d8b955;
    position: absolute;
    top: 0px;
    right: 40px;
}
div#home-empowering div#empowering-inner .flip-box-back a.nectar-button{
	margin-top:20px;
}
/* Home Shop The Book */
#home-shop .shop-col .shop-img-1 {
    width: 100%;
}
#home-shop .shop-col .shop-text h2 {
    color: #1d1e19;
}

/* Home About */
#home-about {
    height: 845px;
    display: flex;
    align-items: center;
}
#home-about .home-shop-col .about-text h2, #home-about .home-shop-col .about-text h5, #home-about .home-shop-col .about-text p {
    color: #333333;
}
#home-about .home-shop-col .about-text h5 {
    font-family: 'Reinata';
    font-weight: 400;
    font-size: 151px;
    line-height: 0px;
    margin-bottom: 80px;
}

/* Home Book */
#home-book .book-text h2 {
    color: #333333;
}

/* Home Quote */
#home-quote .quote-col .quote-text h2 {
    color: #1d1e19;
	font-size: 57px;
	line-height: 67px;
	padding-bottom: 30px;
}

/* Home Affirmations */
#home-affirmations .affirmations-col-1 .affirmations-text h2, #home-affirmations .affirmations-col-1 .affirmations-text p {
    color: #333333;
}
#home-affirmations .affirmations-col-1 .affirmations-text p {
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#home-affirmations .affirmations-col-1 .affirmations-text h2 {
    padding-bottom: 30px;
}
#home-affirmations .affirmations-col-1 .affirmations-text p {
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 31px;
}
#home-affirmations .affirmations-col-1 .affirmations-text p strong {
	font-size: 30px;
	line-height: 40px;
}
#home-affirmations .affirmations-col-2 .affirmations-img {
	transition: .9s ease-in-out;
}
#home-affirmations .affirmations-col-2:hover .affirmations-img {
    transform: translateX(40px);
}
#home-affirmations .affirmations-col-2 .img-with-aniamtion-wrap:before {
    content: '';
    background-color: #f5f5f5;
    width: 80%;
    height: 100%;
    border-radius: 50% 50% 50% 50% / 40% 40% 0% 0%;
    position: absolute;
    top: 0px;
    right: 10px;
    transition: .9s ease-in-out;
}
#home-affirmations .affirmations-col-2:hover .img-with-aniamtion-wrap:before {
    transform: translateX(-80px);
}

/* Home Instagram */
#home-instagram .instagram-col .instagram-text h2 {
    color: #333333;
}
#home-instagram #instagram-inner .instagram-inner-col .instagram-img-1 {
    width: 100%;
}
#home-instagram .instagram-col #instagram-btn {
    padding: 14px 55px;
}

/* Home Mantras */
#home-mantras .mantras-col .mantras-text h2 {
    color: #333333;
}
#home-mantras #mantras-inner .mantras-inner-col .mantras-img {
    width: 100%;
}

/* Footer */
#main-footer .row-bg.viewport-desktop.using-bg-color {
    border-bottom: 2px solid #21221d;
}
#main-footer .social-icon ul {
    margin: 0px;
    padding: 0px;
}
#main-footer .social-icon ul li {
    display: inline-block;
    padding-right: 15px;
}
#main-footer .social-icon ul li a {
    color: #787575;
    font-size: 28px;
    line-height: 38px;
}
#main-footer .footer-text h3, #main-footer .footer-text h6 {
    color: #fff;
}
#main-footer .footer-text h3 {
    font-size: 38px;
    line-height: 48px;
}
#main-footer .footer-text h6 {
    font-size: 11px;
    line-height: 21px;
}
#main-footer .tnp.tnp-widget-minimal {
    position: relative;
}
#main-footer .tnp.tnp-widget-minimal .tnp-email {
    background-color: #20211c;
    border: 1px solid #2d2e2a;
    padding: 15px;
    width: 69%;
}
#main-footer .tnp.tnp-widget-minimal .tnp-submit {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 30%;
    padding: 0px !important;
    text-transform: uppercase;
}
#copyright-footer .footer-text p {
    color: #707070;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
}

/* About Page */
#about-banner {
    height: 1027px;
    display: flex;
}
#about-banner .banner-col .banner-img-1 {
    z-index: 2;
}
#about-banner .banner-col .banner-img-2 {
    position: absolute;
    bottom: -90px;
    right: -20px;
    z-index: 1;
}
#about-banner .banner-col .banner-text h2 {
    color: #d8b955;
}
#about-banner .banner-col .banner-text h3 {
    color: #1d1e19;
}
#about-section-2 .about-text h3 {
    color: #1d1e19;
}
#about-section-2 .about-text p {
    padding-bottom: 0px;
}
#home-affirmations .affirmations-col-1 .about-text h2 {
    padding-bottom: 0px;
}
#home-affirmations .affirmations-col-1 .about-text p {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
}

/* Contact Page */
#contact-details .contact-text {
    text-align: center;
}
#contact-details .contact-text h2, #contact-details .contact-text p {
    color: #1d1e19;
}
#contact-details #details-inner .details-col h6 {
    color: #d8b955;
    letter-spacing: 0px;
    margin-bottom: 0px;
}
#contact-details #details-inner .details-col .detail-text p, #contact-details #details-inner .details-col .detail-text a {
    color: #1d1e19;
}
#contact-details #details-inner .details-col .social-icon ul {
    margin: 0px;
}
#contact-details #details-inner .details-col .social-icon ul li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}
#contact-details #details-inner .details-col .social-icon ul li a {
    font-size: 22px;
    line-height: 32px;
}
#contact-details #details-inner .details-col #cont-text, #contact-details #details-inner .details-col #cont-msg {
    background-color: #fff;
    border: 2px solid #d8b955;
    margin-bottom: 20px;
}
#contact-details #details-inner .details-col #cont-msg {
    height: 150px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #fff0;
    border: none;
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: green;
}
.wpcf7-not-valid-tip {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fff0;
    box-shadow: none !important;
    color: red !important;
}

@media (max-width: 1600px) {
	div#home-empowering div#empowering-inner .flip-box-front, div#home-empowering div#empowering-inner .flip-box-back {
		min-height: 510px;
	}
}
@media (max-width: 1440px) {
	#home-about .row-bg.viewport-desktop.using-image {
    background-position: 50% 100% !important;
}
}
@media (max-width: 1366px) {
	div#home-empowering div#empowering-inner .flip-box-front, div#home-empowering div#empowering-inner .flip-box-back {
		min-height: 487px;
	}
	#home-banner .banner-img-2 {
    right: -50px;
}
	#home-about .row-bg.viewport-desktop.using-image {
    background-position: 70% 100% !important;
}
	#about-banner .banner-col .banner-img-2 {
    right: -50px;
}
}
@media (max-width: 1280px) {
	div#home-empowering div#empowering-inner .flip-box-front, div#home-empowering div#empowering-inner .flip-box-back {
		min-height: 452px;
	}
	#home-banner {
    height: 925px;
}
	#home-about {
    height: 745px;
}
	#home-quote .quote-col .quote-text h2 br {
    display: none;
}
	#home-quote .quote-col .quote-text h2 {
    font-size: 47px;
    line-height: 57px;
}
	#home-affirmations .affirmations-col-2 .img-with-aniamtion-wrap:before {
    width: 85%;
    right: -30px;
}
	#about-banner {
    height: 950px;
}
	#about-banner .banner-col .banner-img-2 {
    right: -90px;
}
}
@media (max-width: 1024px) {
		#home-banner .banner-text h1 {
    color: #d8b955;
    font-size: 26px;
	line-height:36px;
}
#home-banner .banner-text h3 {
    font-size: 20px;
    line-height: 30px;
}
	.nectar-button.small {
    padding: 12px 20px;
}
	div#home-empowering div#empowering-inner .flip-box-front, div#home-empowering div#empowering-inner .flip-box-back {
	height: 347px !important;
    width: 270px;
	min-height: unset !important;
}
	div#home-empowering div#empowering-inner .flip-box-back .inner {
    font-size: 14px;
    line-height: 20px;
}
	/*About Page*/
	#about-banner .banner-col .banner-text h2 {
    color: #d8b955;
    font-size: 40px;
}
}
@media (max-width: 800px) {
/* 	#home-banner {
    height: 585px;
}
	#home-banner .banner-col {
    width: 50%;
}
	#home-banner .banner-text h1 {
    font-size: 40px;
    line-height: 50px;
}
	#home-banner .banner-text h3 {
    font-size: 24px;
    line-height: 34px;
}
	#home-banner .banner-img-2 {
    right: -70px;
    bottom: -40px;
}
	#home-banner .banner-col:hover .banner-img-2 {
    transform: translateX(-40px);
}
	#home-empowering #empowering-inner .empowering-inner-col {
    width: 50%;
}
	#home-empowering {
    margin-bottom: 0px;
    padding: 50px 0px !important;
}
	
}*/
}
@media (max-width: 820px) {
#home-banner {
    height: auto;
    padding-top: 60px !important;
}
	div#home-empowering div#empowering-inner .flip-box-front{
    height: 462px !important;
    width: 360px;
    margin: 0 auto;
	min-height: unset !important;
}
	div#home-empowering div#empowering-inner .flip-box-back {
    margin-left: 20% !important;
	height: 462px !important;
    width: 360px;
	min-height: unset !important;
}
	div#home-about .left {
    width: 50%;
}
	#home-book .book-text h2 {
    font-size: 40px;
	line-height:50px;
}
	#home-quote .quote-col .quote-text h2, #home-instagram .instagram-col .instagram-text h2, #home-mantras .mantras-col .mantras-text h2, #mantrs_2 h2 {
    font-size: 40px;
    line-height: 50px;
}
	div#home-empowering div#empowering-inner .flip-box-back .inner{
		font-size:unset;
		line-height:unset;
	}
	div#main-footer {
    text-align: center;
}
	div#main-footer img {
    margin: 0 auto;
}
	#main-footer .tnp.tnp-widget-minimal .tnp-email {
    width: 100%;
}
/*----About Page------*/
	#about-banner {
    height: unset;
    padding: 50px 0px !important;
}
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	.nectar-button.small {
    padding: 10px 10px;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0px;
}
/* 	#home-banner {
    height: 415px;
} */
	#home-banner .banner-text h1 {
    font-size: 20px;
    line-height: 30px;
}
	#home-banner .banner-text h3 {
    font-size: 16px;
    line-height: 26px;
}
	#home-banner .banner-img-2 {
    right: -60px;
}
	#home-banner .banner-col:hover .banner-img-2 {
    transform: translateX(0px);
}
	#home-banner .banner-col:hover .banner-img-1 {
    transform: translateX(0px);
}
	#home-empowering #empowering-inner .empowering-inner-col {
    width: 100%;
}
	#home-about {
    height: auto;
    padding: 50px 0px !important;
}
	#home-about .home-shop-col {
    width: 100%;
}
	#home-about .row-bg.viewport-desktop.using-image {
    background-position: 0% 100% !important;
}
	#home-book .book-text h2 br {
    display: none;
}
	#home-affirmations {
    padding: 50px 0px !important;
}
	#home-affirmations .affirmations-col-2 .img-with-aniamtion-wrap:before {
    right: -20px;
}
	#home-affirmations .affirmations-col-2:hover .affirmations-img {
    transform: translateX(0px);
}
/* 	#about-banner {
    height: 420px;
} */
	#about-banner .banner-col .banner-text h2 {
    font-size: 24px;
    line-height: 34px;
}
	#about-banner .banner-col .banner-text h3 {
    font-size: 16px;
    line-height: 26px;
}
	#about-banner .banner-col .banner-img-2 {
    bottom: -35px;
    right: -38px;
}
	#about-section-2 .about-text h3 {
    font-size: 24px;
    line-height: 34px;
}
	div#home-empowering div#empowering-inner .flip-box-back {
    margin-left: 7% !important;
    height: 462px !important;
    width: 360px;
    min-height: unset !important;
}
	div#home-empowering div#empowering-inner .flip-box-back .inner {
    font-size: 14px !important;
    line-height: 22px;
}
	div#home-empowering div#empowering-inner .flip-box-back a.nectar-button {
    padding: 10px 15px;
}
	#home-empowering .empowering-text h2, #home-shop .shop-col .shop-text h2, #home-book .book-text h2, #home-quote .quote-col .quote-text h2,  #home-instagram .instagram-col .instagram-text h2,
	#home-mantras .mantras-col .mantras-text h2, #mantrs_2 h2 {
    font-size: 30px;
	line-height:40px;
}
	div#home-empowering h6, div#home-shop h6 {
    font-size: 14px;
}
	#home-about .home-shop-col .about-text h5 {
    font-size: 120px;
}
	#home-about .home-shop-col .about-text h2 {
    font-size: 36px;
}
	div#home-about .left {
    width: 100%;
}
	#home-affirmations .affirmations-col-1 .affirmations-text p strong {
    font-size: 20px;
    line-height: 30px;
}
	/*-----Shop Pgae----*/
	.testimonial_slider blockquote p {
    font-size: 16px;
    line-height: 28px;
}
}
@media (max-width: 428px) {
/* 	#home-banner {
    height: 345px;
} */
	#home-banner .banner-text h3 {
    font-size: 12px;
    line-height: 22px;
}
	#home-banner .banner-img-2 {
    right: -40px;
    bottom: -20px;
}
	#home-affirmations .affirmations-col-2 .img-with-aniamtion-wrap:before {
    right: -12px;
}
	div#home-empowering div#empowering-inner .flip-box-front {
    height: 400px !important;
    width: 310px !important;
}
	div#home-empowering div#empowering-inner .flip-box-back {
    margin-left: 2% !important;
	height: 400px !important;
    width: 310px !important;
}
/* 	#about-banner {
    height: 350px;
} */
	#about-banner .banner-col .banner-text h2 {
    font-size: 18px;
    line-height: 28px;
}
	#about-banner .banner-col .banner-text h3 {
    font-size: 12px;
    line-height: 22px;
}
	#about-banner .banner-col .banner-img-2 {
    bottom: -25px;
    right: -29px;
}
}
@media (max-width: 375px) {}
@media (max-width: 360px) {}