/*
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 Start */
.wpb_wrapper h1.vc_custom_heading.heading {
  font-size: calc(
    35px + (60 - 35) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
.wpb_wrapper h2.vc_custom_heading.heading {
  font-size: calc(
    28px + (40 - 28) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
.wpb_wrapper h3.vc_custom_heading.heading {
  font-size: calc(
    25px + (36 - 25) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
.wpb_wrapper h4.vc_custom_heading.heading {
  font-size: calc(
    22px + (26 - 22) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
.wpb_wrapper h5.vc_custom_heading.heading {
  font-size: calc(
    18px + (20 - 18) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
.wpb_wrapper h6.vc_custom_heading.heading {
  font-size: calc(
    16px + (18 - 16) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
#page-header-bg .inner-wrap h1 {
  font-size: calc(
    28px + (50 - 28) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
  margin-bottom: 0;
}
.txtBlock p {
  font-size: calc(
    14px + (16 - 14) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.4 !important;
}
.nectar-button.small {
  font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360)));
  border: 1px solid #fff0;
  padding: 12px 30px;
  margin-bottom: 0;
  opacity: 1 !important;
  transition: 0.5s ease-in-out !important;
}
.nectar-button.small.btn-primary {
  background-color: #d4b77a !important;
  border-color: #d4b77a;
  color: #111;
}
.nectar-button.small.btn-primary:hover {
  background-color: #111 !important;
  border-color: #111;
  color: #d4b77a;
}
.nectar-button.small.btn-secondary {
  background-color: #111 !important;
  border-color: #111;
  color: #d4b77a;
}
.nectar-button.small.btn-secondary:hover {
  background-color: #d4b77a !important;
  border-color: #d4b77a;
  color: #111;
}
.nectar-button.small.btn-transparent {
  background-color: #fff0 !important;
  border-color: #111;
  color: #111;
}
.nectar-button.small.btn-transparent:hover {
  background-color: #fff0 !important;
  border-color: #d4b77a;
  color: #d4b77a;
}
/* Global End */

/* Header Start */
#header-outer #top .sf-menu .btn-primary a {
  font-weight: 500;
  background-color: #d4b77a;
  color: #111 !important;
  border-radius: 6px;
  padding: 16px 30px !important;
  transition: 0.5s ease-in-out;
}
#header-outer #top .sf-menu .btn-primary a:hover {
  background-color: #111;
  color: #d4b77a !important;
}
/* Header End */

/* Home Page Start */
/* Banner Start */
#homeBanner,
#homeAbout,
#homeBook,
#homeMatters,
#innerRow,
#homeAuthor,
#homeTestimonials,
#aboutOne,
#contactOne,
#mainFooter,
#logoFooter,
#contentFooter,
#copyrightFooter {
  margin-bottom: 0;
}
/* #homeBanner {
  height: 695px;
  display: flex;
  align-items: center;
} */
#homeBanner .heading,
#homeBanner .txt-block {
  margin-bottom: 24px;
}
#homeBanner .img-fluid {
  width: 60%;
}
/* Banner End */

/* About The Book Start */
#homeAbout .img-fluid {
  width: 100%;
}
#homeAbout .heading,
#homeAbout .txt-block:last-child {
  margin-bottom: 20px;
}
#homeAbout .txt-block {
  margin-bottom: 10px;
}
/* About The Book End */

/* Get Your Book Start */
#homeBook .img-fluid {
  width: 100%;
}
#homeBook .heading,
#homeBook .iwithtext,
#homeBook .txt-block {
  margin-bottom: 20px;
}
#homeBook .iwithtext {
  display: flex;
  align-items: center;
}
#homeBook .iwithtext .iwt-icon {
  position: relative;
}
#homeBook .iwithtext .iwt-icon img {
  width: 152px;
  height: 24px;
  object-fit: contain;
  margin-bottom: 0;
}
#homeBook .iwithtext .iwt-text {
  padding-left: 6px;
}
#homeBook .iwithtext .iwt-text p {
  font-size: 14px;
  line-height: 1.4;
}
#homeBook h5.heading em {
  font-style: normal;
  text-decoration: line-through;
}
/* Get Your Book End */

/* Why Book Matters Start */
#homeMatters .heading {
  margin-bottom: 20px;
}
#homeMatters .txt-block {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}
#homeMatters #innerRow .inner-col .vc_column-inner {
  border-radius: 10px;
  border: 1px solid #d4b77a;
  background: rgba(212, 183, 122, 0.1);
  padding: 40px 25px;
}
#homeMatters #innerRow h5.heading {
  font-size: calc(
    18px + (22 - 18) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  font-weight: 500;
  margin-bottom: 30px;
}
#homeMatters #innerRow .divider-border {
  background-color: #111;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
#homeMatters #innerRow .txt-block {
  width: 100%;
  text-align: left;
  margin: 0;
}
/* Why Book Matters End */

/* About The Author Start */
#homeAuthor #innerRow {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 10px;
}
#homeAuthor #innerRow h2.heading {
  margin-bottom: 14px;
}
#homeAuthor #innerRow .heading,
#homeAuthor #innerRow .txt-block {
  margin-bottom: 20px;
}
#homeAuthor #innerRow .divider-border {
  background-color: #111;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
/* About The Author End */

/* Testimonials Start */
#homeTestimonials .owl-stage {
  padding-top: 40px;
}
#homeTestimonials .carousel-item {
  padding: 0 10px;
}
#homeTestimonials .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
#homeTestimonials .iwithtext {
  display: flex;
  align-items: center;
  border-radius: 14px;
  background-color: #e3e3e3;
  padding: 15px 20px 15px 20px;
  transition: 0.5s ease-in-out;
}
#homeTestimonials .iwithtext:hover {
  background-color: #d4b77a;
}
#homeTestimonials .iwithtext .iwt-icon {
  position: relative;
	display: none;
}
#homeTestimonials .iwithtext .iwt-icon img {
  width: 54rem;
  height: 280px;
  object-fit: contain;
  margin-bottom: 0;
}
#homeTestimonials .iwithtext .iwt-text {
  padding-left: 0;
}
#homeTestimonials .iwithtext .iwt-text p {
  padding-bottom: 40px;
}
#homeTestimonials .iwithtext .iwt-text h5 {
  font-size: calc(
    16px + (18 - 16) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  font-weight: 500;
  margin-bottom: 16px;
}
#homeTestimonials .iwithtext .iwt-text h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
/* Testimonials End */
/* Home Page End */

/* About Author Page Start */
#aboutOne:nth-child(even) .row-bg-wrap .inner-wrap .row-bg {
  background-color: #d4b77a;
}
/* About Author Page End */

/* Books Page Start */
#page-header-wrap #page-header-bg .page-header-bg-image::after {
  display: none;
}
.woocommerce .products .classic.product .product-wrap {
  background-color: #f8f8f8;
  padding: 30px 30px;
}
.woocommerce
  .products
  .classic.product
  .product-wrap
  .attachment-woocommerce_thumbnail {
  width: auto;
  height: 320px;
  object-fit: contain;
  margin: 0 auto;
}
.woocommerce .products .classic.product .woocommerce-loop-product__title {
  margin-top: 0;
}
.woocommerce .products .classic.product .price {
  margin-bottom: 0;
}
/* Books Page End */

/* Contact Us Page Start */
#contactOne .divider-wrap {
  margin-bottom: 20px;
}
#contactOne .txtBlock {
  margin-bottom: 10px;
}
#contactOne .iwithtext {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#contactOne .iwithtext .iwt-icon {
  position: relative;
  height: auto;
  width: auto;
  line-height: unset;
}
#contactOne .iwithtext .iwt-icon i {
  font-size: 22px;
  height: auto;
}
#contactOne .iwithtext .iwt-text {
  padding-left: 7px;
}
#contactOne .iwithtext .iwt-text,
#contactOne .iwithtext .iwt-text a {
  color: #19191a;
  transition: 0.5s ease-in-out;
}
#contactOne .iwithtext .iwt-text a:hover {
  color: #046f6c;
}
#contactOne .colRight .vc_column-inner {
  background-color: #f7f7f7;
  border: 1px solid #046f6c;
  border-radius: 40px;
  padding: 50px 50px;
}
#contactOne .txtField,
#contactOne .txtMsg {
  background-color: #fff0;
  border: 1px solid rgb(0 0 0 / 50%);
  border-radius: 30px;
  margin-bottom: 15px;
  padding: 15px;
}
#contactOne .txtMsg {
  height: 200px;
}
#contactOne .cf7sr-g-recaptcha {
  margin-bottom: 20px;
}
#contactOne .subBtn {
  width: 100%;
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff0;
  box-shadow: none !important;
  color: red !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #fff0;
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
  color: red;
}
.wpcf7 form .wpcf7-response-output {
  color: #00a0d2;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}
/* Contact Us Page End */

/* Footer Start */
#logoFooter,
#contentFooter {
  border-bottom: 1px solid #111;
}
#logoFooter .img-with-aniamtion-wrap {
  display: inline-block;
}
#contentFooter .heading {
  margin-bottom: 20px;
}
#contentFooter .menu {
  margin: 0;
}
#contentFooter .menu li {
  list-style: none;
  margin-bottom: 10px;
}
#contentFooter .menu li:last-child {
  margin-bottom: 0;
}
#contentFooter .menu li a,
#contentFooter .iwithtext .iwt-text a {
  color: #111;
  transition: 0.5s ease-in-out;
}
#contentFooter .menu li a:hover,
#contentFooter .iwithtext .iwt-text a:hover {
  color: #fff;
}
#contentFooter .iwithtext {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#contentFooter .iwithtext:last-child {
  margin-bottom: 0;
}
#contentFooter .iwithtext .iwt-icon {
  position: relative;
}
#contentFooter .iwithtext .iwt-icon i {
  width: 23px;
  height: auto;
  line-height: unset;
  color: #111;
  font-size: 20px;
}
#contentFooter .iwithtext .iwt-text {
  padding-left: 20px;
}
#contentFooter .socialIcons {
    display: flex;
    gap: 12px;
    margin: 0;
}
#contentFooter .socialIcons li {
    list-style: none;
}
#contentFooter .socialIcons li a i {
    background-color: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
	transition: .5s ease-in-out;
}
#contentFooter .socialIcons li a:hover i {
    color: #d4b77a;
}
/* Footer End */

/* Responsive Start */
@media (max-width: 1600px) {
  #homeBanner {
    height: 601px;
  }
}
@media (max-width: 1440px) {
  #homeBanner {
    height: 570px;
  }
  #homeTestimonials .iwithtext .iwt-icon img {
    width: 58.3rem;
  }
}
@media (max-width: 1366px) {
  #homeBanner {
    height: 535px;
  }
  #homeAbout,
  #homeBook,
  #homeMatters,
  #homeAuthor,
  #homeTestimonials,
  #aboutOne,
  #contactOne {
    padding: 60px 0 !important;
  }
}
@media (max-width: 1280px) {
  #header-outer #top #logo img {
    height: 38px;
  }
  #header-outer #top .sf-menu .btn-primary a {
    padding: 12px 20px !important;
  }
  #homeBanner {
    height: auto;
    padding: 60px 0 !important;
  }
  #contactOne .colRight .vc_column-inner {
    padding: 30px 20px;
  }
  #logoFooter img {
    width: 220px;
  }
}
@media (max-width: 999px) {
  #header-outer #header-secondary-outer .nectar-center-text {
    height: 100%;
    max-width: 100%;
    line-height: 1.2;
  }
  #homeAbout,
  #homeBook,
  #homeMatters,
  #homeAuthor,
  #homeTestimonials,
  #aboutOne,
  #contactOne,
  #logoFooter,
  #contentFooter {
    padding: 40px 0 !important;
  }
  #contactOne .colRight .vc_column-inner {
    padding: 50px 50px;
  }
  #homeContact .wpcf7-form .col.span_12,
  #homeContact .wpcf7-form .col.span_6,
  #contactOne .wpcf7-form .col.span_12,
  #contactOne .wpcf7-form .col.span_6 {
    margin: 0;
  }
}
@media (max-width: 690px) {
  #header-outer #header-secondary-outer {
    display: block;
    height: 100%;
  }
  #header-outer #header-secondary-outer nav {
    min-height: auto;
  }
  #header-outer #header-secondary-outer .nectar-center-text {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
  }
  #slide-out-widget-area .secondary-header-text {
    display: none;
  }
  #homeMatters .txt-block {
    width: 100%;
  }
  #homeTestimonials .iwithtext {
    align-items: end;
  }
  #homeTestimonials .iwithtext .iwt-icon img {
    height: auto;
  }
}
@media (max-width: 479px) {
  #homeTestimonials .iwithtext {
    flex-direction: column;
    padding: 15px 20px;
  }
  #homeTestimonials .iwithtext .iwt-icon img {
    margin-bottom: 20px;
  }
  #contactOne .colRight .vc_column-inner {
    padding: 20px 20px;
  }
}
@media (max-width: 414px) {
}
@media (max-width: 375px) {
}
@media (max-width: 360px) {
}
/* Responsive End */
