@charset "UTF-8";

:root {
  --primary-font: "EB Garamond", Garamond, "Times New Roman", serif;
  --secondary-font: Garamond, "EB Garamond", "Times New Roman", serif;
  --alt-font: "Bodoni Moda SC", "Times New Roman", serif;
  --button-font: Inter, Helvetica, Arial, sans-serif;
  --sans-font: "Josefin Sans", sans-serif;

  --theme-light-color: #a8a6a1;
  --theme-medium-color: #38383b;
  --theme-dark-color: #141616;

  --navbar-color: black;
  --navbar-text-color: white;
  --navbar-hover-color: #2c4372;
  --footer-text-color: #bcbab4;
  --footer-hover-color: #3b5998;
  --button-text-color: white;
  --button-hover-color: #706f6e;
  --button-dark-color: #585552;

  --subscribe-background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/sites/2/2025/10/plants-01.jpg");
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body.home {
  color: var(--theme-medium-color);
}
.hestia-title {
  font-family: var(--primary-font) !important;
  font-weight: 600;
  letter-spacing: -0.03em;
}
h5.description {
  font-family: var(--secondary-font);
  font-size: 20px;
  font-weight: 400;
}
.footer h5.description {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 26px;
}
.hestia-info p {
  font-family: var(--sans-font) !important;
  color: #555555;
}
.card-plain .card-title, .card-raised .card-title, .info-title {
  font-family: var(--primary-font) !important;
}
.card-plain h4.card-title, h4.info-title {
  font-size: 24px;
}
.card-description {	
  font-family: var(--secondary-font);
  font-size: 18px !important;
}

h1.book-title,
.book-title h1 {
  font-size: 55px;
  font-weight: 400;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-top: 0;
}
h1.book-title .title-note {
  font-size: 39px;
  font-style: italic;
}
.book-subtitle h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.book-tag-line h2 {
  font-size: 37px !important;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.book-description {
  margin-bottom: 35px;
}
.book-description p,
.about-text {
  font-family: var(--primary-font) !important;
  font-size: 18px;
  font-weight: 500;
}
.alt-book-description {
  font-size: 19px !important;
  font-style: italic;
  margin-top: 30px;
}
.book-desc-bold {
  font-weight: 700;
  font-style: normal;
}
.book-quote {
  text-align: center;
  font-style: normal !important;
}
.quote-text {
  font-family: var(--primary-font), serif;
  font-size: 24px;
  font-weight: 500;
}
.book-quote .quote-text {
  color: #888888;
}
.quote-bold {
  font-weight: 800;
}
.quote-author {
  font-family: var(--primary-font);
  font-size: 17px;
  margin-left: 70px;
}
.book-quote .quote-author {
  color: var(--theme-light-color);
  margin-top: 15px;
}
.quote-author-name {
  font-weight: 700;
}
p.book-genre {
  font-family: var(--button-font) !important;
  font-size: 13pt !important;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-align: center;
  margin-top: 40px;
}
.ebook-instructions {
  font-family: var(--primary-font);
  font-size: 18px;
  margin-bottom: 0 !important;
}

.sib_signup_form .hestia-title {
  font-size: 37px;
  font-weight: 400;
  color: white;
}
.post-subscribe {
  text-align: left;
  font-size: 14px;
}
.post-subscribe p {
  color: white !important;
}

.paragraph-lead {
  font-family: var(--sans-font);
  font-size: 19px !important;
  font-style: italic;
  font-weight: 400;
}

.highlighted {
  background-color: #eeeeee;
}
.highlighted h4 {
  font-family: var(--primary-font) !important;
  font-weight: 600;
  font-style: italic;
}
.hanging {
  padding-left: 1em;
}
.hanging h4 {
  text-indent: -1em;
}

.blog-dropcap {
  float: left;
  display: inline-block;
  margin: 0 0.05em 0 0;
  font-family: "Times New Roman", serif;
  font-style: normal;
  font-size: 5.75em;
  height: 0.8em;
  width: 0.8em;
  line-height: 0.8em;
  text-align: center;
  overflow: hidden;
  background-color: #e0e0e0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/
.main-raised {
  margin-top: 0px !important;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body:not(.single-post) .header-filter::before {
  background-color: rgba(0, 0, 0, 0) !important;
}

body.privacy-policy .page-header,
body.archive .page-header,
body.search-results .page-header {
  min-height: 0;
  padding-bottom: 0;
}
body.privacy-policy .page-header .container,
body.archive .page-header .container,
body.search-results .page-header .container {
  padding-top: 85px !important;
  padding-bottom: 25px !important;
  width: 100%;
  background-color: var(--theme-medium-color) !important;
}

.footer-big {
  padding-top: 0 !important;
}
.sib_signup_form {
  padding-top: 50px;
  padding-bottom: 44px;
  margin-bottom: 22px;
  background-image: var(--subscribe-background);
  background-size: cover;
  background-position: center center;
}
.subscribe-row {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.subscribe-col {
  padding-left: 0;
  padding-right: 0;
}
div.sib-email-area {
  padding-bottom: 0;
}
input[type="email"].sib-email-area {
  height: 51px;
  margin-top: 10px;
  padding-left: 12px;
  padding-bottom: 10px;
  background-color: white;
  background-image: none !important;
}
.ebook-signup input[type="email"] {
  background-color: #eeeeee;
  width: 233px;
}
.ebook-signup .form-group {
  padding-bottom: 0;
}
.sib_signup_form .grecaptcha-badge {
  visibility: hidden;
}

.crop-video {
  position: relative;
  overflow: hidden;
}
.bkg-video-wrap {
  position: absolute;
  z-index: 0;
}

body.page-id-1246 .elementor-1246 {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.book-image-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  visibility: hidden;
}
.quote-section {
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}
.ebook-signup-section {
  display: none;
}
.ebook-signup-section .g-recaptcha {
  margin: auto;
  width: 304px;
}
.ebook-signup-section .status-msg {
  height: 60px;
}
.status-msg {
  font-size: 15px;
  font-weight: 700;
  color: #bf0016;
}
.progress-spinner {
  text-align: center;
}

.site-section {
  padding-top: 10px;
}
.site-icon-col {
  width: 100px !important;
}
.site-icon-col .elementor-widget-wrap {
  padding-left: 20px !important;
  padding-right: 0 !important;
}
.site-name-col .elementor-widget-wrap {
  padding-top: 15px !important;
}

.zoom-hover a img {
  transition: 1s ease-out;
}
.zoom-hover a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  transition: 1s ease-out;
}

.floater {
  z-index: 100;
}
.floater img {
  position: absolute;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
nav.navbar {
  font-family: var(--secondary-font);
  color: var(--navbar-text-color);
  background-color: var(--navbar-color);
}
.hestia-title-tagline-wrap .site-title {
  font-family: var(--primary-font);
  font-size: 30px;
  letter-spacing: -.03em;
}
.navbar .navbar-nav > li {
  margin-right: 0;
  margin-left: 0;
}
.navbar-nav a {
  color: var(--navbar-text-color) !important;
  font-size: 19px !important;
  text-transform: none !important;
}
.navbar-nav a:hover {
  color: var(--navbar-hover-color) !important;
}
.navbar-nav li a[href*="facebook.com"],
.navbar-nav li a[href*="instagram.com"],
.navbar-nav li a[href*="medium.com"] {
  font-size: 0 !important;
}
.navbar-nav li a[href*="medium.com"]:before {
    font-weight: 900;
    content: "\f3c7" !important;
}

footer.footer.footer-black {
  background-color: var(--theme-medium-color) !important;
}
.footer .footer-menu a {
  font-family: var(--secondary-font);
  font-size: 20px;
  color: var(--footer-text-color) !important;
  text-transform: none;
}
.footer .footer-menu a:hover {
  color: var(--footer-hover-color) !important;
}
.footer-big .footer-menu li a[href*="medium.com"] {
  font-size: 0;
  color: white !important;
  padding: 10px;
}
.footer-big .footer-menu li a[href*="medium.com"]:hover {
  opacity: 1 !important;
  color: var(--footer-hover-color) !important;
}
.footer-big .footer-menu li a[href*="medium.com"]:before {
    font-family: "Font Awesome 5 Brands";
    font-size: 16px;
    font-weight: 900;
    content: "\f3c7";
}
footer.no-subscribe {
  padding-top: 8px !important;
}
footer.no-subscribe .sib_signup_form {
  display: none;
}
.back-to-top {
  display: none;
  margin-top: 30px;
  margin-bottom: 10px;
}
.back-to-top a {
  font-family: var(--button-font);
  font-size: 11pt;
  font-weight: 400;
  letter-spacing: .05em;
}
.back-to-top a:hover {
  color: var(--footer-hover-color) !important;
}
.copyright {
  font-family: var(--secondary-font);
  font-size: 17px;
  color: var(--footer-text-color) !important;
}

body.blog .navbar.navbar-transparent,
body.page-id-1090 .navbar.navbar-transparent {
  background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
body.blog .navbar .active a,
body.page-id-1090 .navbar .active a {
  color: yellow !important;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.btn.btn-primary {
  font-family: var(--button-font);
  font-size: 11pt;
  font-weight: 400 !important;
  color: var(--button-text-color) !important;
  letter-spacing: .05em;
  border-radius: 0 !important;
}
a.btn.btn-primary:hover {
  background-color: var(--button-hover-color);
}
input[type="submit"].sib-default-btn:hover {
  background-color: var(--button-hover-color);
}
.blog-sidebar-wrapper .subscribe-button {
  width: 158px;
  margin: 10px auto;
}
.nav-links {
  text-align: center;
  margin-top: 5px;
}
.nav-links a {
  cursor: pointer;
}
.scroll-arrow {
  margin: 0 10px;
}

/*--------------------------------------------------------------
## Popup
--------------------------------------------------------------*/
.pum-theme-bottom-bar .pum-content {
  font-family: var(--sans-font) !important;
  font-size: 15px !important;
  text-align: center;
}
.pum-theme-lightbox .pum-title {
  font-family: var(--sans-font) !important;
  margin-bottom: 12px;
}
.pum-theme-lightbox .pum-content {
  font-family: var(--sans-font) !important;
  font-size: 16px !important;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/
section.hestia-about {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.hestia-about.section-image {
  background-color: rgba(0, 0, 0, 0);
}
.hestia-about.section-image::after {
  background-color: rgba(0, 0, 0, 0);
}
.hestia-about h1 {
  font-family: var(--primary-font) !important;
  color: white;
  font-size: 67px;
  font-weight: 600;
}
.hestia-about .sub-title p {
  font-family: var(--primary-font);
  font-size: 50px;
  font-weight: 400;
  color: white;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.3;
}

/*--------------------------------------------------------------
## Testimonials Section
--------------------------------------------------------------*/
.hestia-testimonials {
  padding-top: 10px;
}
.hestia-testimonials-content {
  display: none;
}
.quote-cell {
  height: 200px;
  padding: 0;
}
.hestia-testimonials .quote-text {
  margin-bottom: 8px;
}

/*--------------------------------------------------------------
## Books Section
--------------------------------------------------------------*/
.hestia-team {
  padding: 0;
}
.hestia-team .container {
  width: 100%;
  padding: 0;
}
.hestia-team-title-area {
  display: none;
}
.hestia-team-content .row {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.book-back-light {
  background-color: var(--theme-medium-color);
}
.book-back-dark {
  background-color: var(--theme-dark-color);
}
.team-book-row {
  padding: 85px 10px 55px 10px;
}
.team-book-col {
  padding-left: 25px;
  padding-right: 25px;
}
.hestia-team h1.book-title {
  color: white;
}
.hestia-team-content .card-profile {
  text-align: center;
}
.hestia-team-content .card-profile h6.category {
  display: none;
}
.hestia-team-content .card-image {
  margin-top: 15px;
  height: 60%;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.team-book-col:has(> .card-image) {
  max-width: 550px;
}
.hestia-team .card-title {
  font-size: 37px !important;
  font-weight: 400;
  color: white;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 28px;
}
.hestia-team-content .card-profile p {
  font-family: var(--primary-font);
  font-size: 18px;
  color: #ddd;
  text-align: left;
  margin-bottom: 20px;
}
.hestia-team-content .book-desc-bold {
  color: white;
}

/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/
.home section.hestia-blogs {
  overflow: hidden;
  padding-bottom: 0;
  background-color: var(--theme-light-color);
}
.home section.hestia-blogs .hestia-title {
  font-size: 45px;
  font-weight: 400;
}
.home section.hestia-blogs .hestia-title,
.home section.hestia-blogs h4 a,
.home section.hestia-blogs h5,
.home section.hestia-blogs p {
  color: white;
}
.home section.hestia-blogs .card-plain h4.card-title {
  font-weight: 500;
  text-align: left;
}
.home section.hestia-blogs .btn.btn-primary {
  background-color: var(--button-dark-color) !important
}
.home section.hestia-blogs a.btn.btn-primary:hover {
  background-color: var(--button-hover-color) !important;
}
.home section.hestia-blogs .nav-links img {
  filter: brightness(65%) contrast(250%);
}
.card-blog .card-description {
  text-align: left;
}
.article-cell {
  height: 610px;
  vertical-align: top;
  padding: 0;
}


/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
body.single-post .main-raised {
  margin-bottom: 0;
}
.section.related-posts {
  background-color: var(--theme-light-color);
}
.section.related-posts h2.hestia-title {
  color: white;
  font-weight: 400;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.blog-sidebar-wrapper li {
  line-height: 1.5em !important;
  margin-bottom: 10px;
}
#search-2.widget_search {
  max-width: 330px;
  margin: 30px auto;
}
#search-2.widget_search input.search-field {
  border-color: #ccc;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
body.search-results h2.card-title {
  font-size: 25px;
}
.blog-normal {
  font-size: 18px;
}
.blog-opener {
  font-family: var(--primary-font) !important;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  color: black;
}
.single-post-wrap .blog-quote p {
  font-family: "Times New Roman", serif;
  font-size: 20px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1200px) {

  .hestia-team-content .card-profile p {
    font-size: 21px;
  }
  .book-description p,
  .about-text {
    font-size: 21px;
  }
  .alt-book-description {
    font-size: 22px !important;
  }
  p.book-genre {
    font-size: 15pt !important;
  }
  .ebook-instructions {
    font-size: 19px;
  }
  .subscribe-row {
    margin-left: calc(30vw - 170px) !important;
    margin-right: calc(30vw - 170px) !important;
  }

}

@media (max-width: 992px) {
  .hestia-title-tagline-wrap .site-title {
    display: none;
  }
  .navbar-nav {
    margin-left: -150px;
  }

  .article-cell {
    height: 640px;
  }

  .subscribe-row {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .blog-normal {
    font-size: 16px;
  }
  .blog-opener {
    font-size: 16px;
  }
  .single-post-wrap .blog-quote p {
    font-size: 16px;
  }

}

@media (max-width: 784px) {

  .hestia-title-tagline-wrap .title {
    font-size: 27px;
  }
  .hestia-about h1 {
    font-size: 48px;
  }
  .hestia-about .sub-title p {
    font-size: 36px;
    margin-left: 70px;
    margin-right: 70px;
  }
  .quote-section {
    padding-left: 0;
    padding-right: 0;
  }
  body.page-id-1246 .elementor-1246 {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
  .page-header {
    margin-top: 70px;
  }

  body.home .main-raised {
    margin-top: 58px !important;
  }
  .main-raised {
    margin-top: 0;
  }

  .navbar.navbar-fixed-top .navbar-collapse {
    background-color: var(--navbar-color);
  }
  .navbar.navbar-transparent {
    background-color: var(--navbar-color);
    color: var(--navbar-text-color);
  }
  .navbar .navbar-nav > li a i {
    margin-right: 11px;
  }
  .back-to-top {
    display: block;
  }

  h2.hestia-title, h2.title {
    font-size: 34px;
  }

  body.privacy-policy .page-header .container,
  body.archive .page-header .container,
  body.search-results .page-header .container {
    padding-top: 32px !important;
  }

  .article-cell {
    height: calc(23.2vw + 480px);
  }

  .hestia-title-tagline-wrap .site-title {
    font-size: 27px;
    display: block;
  }

  .sib_signup_form .hestia-title {
    font-size: 30px;
  }
  .subscribe-row {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  div.sib-email-area {
    padding-left: 70px;
    padding-right: 70px;
  }
  .post-subscribe {
    margin-top: 15px;
  }
  .ebook-signup {
    text-align: center;
  }
  .ebook-instructions {
    font-size: 17px;
  }
  .ebook-signup .ebook-email-col {
    padding: 0 calc(30vw - 60px);
  }
  .ebook-signup input[type="email"] {
    width: 100%;
  }
  .ebook-signup-section .g-recaptcha {
    margin-top: 25px;
    margin-bottom: 15px;
  }

}

@media (max-width: 576px) {

  h1.book-title,
  .book-title h1 {
    font-size: 45px;
  }
  h1.book-title .title-note {
    font-size: 32px;
  }
  .book-subtitle h4 {
    font-size: 25px;
  }
  .hestia-team .card-title,
  .book-tag-line h2 {
    font-size: 30px !important;
  }
  .home section.hestia-blogs .hestia-title {
    font-size: 37px;
  }
  .quote-text {
    font-size: 19px;
  }
  .quote-author {
    font-size: 14px;
  }
  div.sib-email-area {
    padding-left: 30px;
    padding-right: 30px;
  }

}

@media (max-width: 480px) {

  .hestia-about h1 {
    font-size: 38px;
  }
  .hestia-about .sub-title p {
    font-size: 28px;
    margin-left: 0;
    margin-right: 0;
  }
  h1.book-title,
  .book-title h1 {
    font-size: 38px;
  }
  h1.book-title .title-note {
    font-size: 27px;
  }
  .book-subtitle h4 {
    font-size: 21px;
  }
  .hestia-team .card-title,
  .book-tag-line h2 {
    font-size: 26px !important;
  }
  .home section.hestia-blogs .hestia-title {
    font-size: 31px;
  }

  .navbar-nav li {
    text-align: center !important;
  }

  .quote-section .quote-text {
    font-size: 16px;
  }
  .quote-section .quote-author {
    font-size: 13px;
    margin-left: 0;
  }

  .article-cell {
    height: 600px;
  }

  .subscribe-row {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }

  .copyright {
    font-size: 15px;
  }

  .pum-theme-bottom-bar .pum-content {
  text-align: left;
    font-size: 12px !important;
  }

  .single-post-wrap .blog-quote p {
    font-size: 14px;
  }

}
