/**
Theme Name: The Preserve Bancroft (Astra)
Author: harman
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* ASTRA OVERRIDE CSS */
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

html {
  scroll-behavior: smooth !important;
  font-family: "Montserrat", sans-serif;
}

html body {
  font-family: "Montserrat", sans-serif;
}

.ast-container, .ast-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

:root :where(.is-layout-flow)>* {
  margin-block-start: 0px;
  margin-block-end: 0;
}

.entry-content>.wp-block-columns {
  padding: 0px;
}

.xl-font {
  font-size: 86px;
  line-height: 1em;
  font-weight: 900;
}

.entry-content h1 {
  line-height: 1em;
}

.white-text p, .white-text li, .white-text h1, .white-text h3, .white-text h2 {
  color: #fff;
}

.entry-content .contained {
  max-width: 1200px;
  margin: 0 auto;
}

.entry-content p {
  margin-bottom: 15px;
  font-size: 18px;
}

.white-text {
  color: #fff;
}

.medium {
  font-size: 22px;
}

/* CUSTOM STYLES */
.entry-content h2, .entry-content h4 {
  color: #B59B69;
}

.entry-content h2 {
  font-size: 44px;
  margin-bottom: 20px;
}

.entry-content h3 {
  font-size: 30px;
}

.gold-btn a {
  background-color: #b39a6c;
  border: 1px solid #b39a6c;
  display: inline-block;
  color: #fff;
  text-decoration: none !important;
  padding: 10px 20px;
  font-size: 20px;
}

.gold-text {
  color: #B59B69;
}

.sep {
  text-align: center;
  border-bottom: 1px solid #fff;
  margin: 0px auto 26px;
  line-height: 0px;
  width: 150px;
}

.contained-900 {
  max-width: 900px;
  margin: 0 auto !important;
}

.brown-bg {
  background-color: #f0ebe1;
}

.dark-bg {
  background-color: #393939;
}

.tb-padding {
  padding: 60px 0px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-40 {
  margin-top: 40px;
}

.entry-content ul, .entry-content ol {
  padding-left: 0px;
}

.feature-list {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 0px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.feature-list li {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  position: relative;
  padding: 0 20px;
  color: #fff;
  font-size: 20px;
  max-width: 190px;
  text-align: center;
}

/* thank you page */
.deer-height .content_banner .bgimage {
  min-height: 100vh;
}

/* Add vertical separator */
.feature-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  height: 174px;
  width: 1px;
  background-color: #ccc;
}

.vertical-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vertical-feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: inherit;
  color: #fff;
}

.vertical-feature-list i {
  color: #fff;
  /* Optional: style the icon */
}

.vertical-feature-list .separator {
  flex-grow: 1;
  height: 50px;
  width: 1px;
  background-color: #fff;
  margin: 0 10px;
}

.vertical-feature-list img {
  max-width: 100px;
}

.copyright {
  color: #fff;
  font-size: 12px;
  max-width: 600px;
  margin: 20px auto;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
  min-height: var(--field-height);
  line-height: 1.3;
  background: none;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
  font-size: 20px;
  background-color: #b39a6c;
  border-radius: 0px;
  border-color: #b39a6c;
  padding: 10px 80px;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  font-size: 20px;
  background-color: #b39a6c;
  border-radius: 0px;
  border-color: #b39a6c;
  padding: 10px 80px;
}

@media only screen and (max-width: 790px) {
  .contained-900, .contained {
    padding: 20px;
  }

  .feature-list li:not(:last-child)::after {
    display: none;
  }

  .entry-content h2 {
    font-size: 40px;
  }

  .footer-include img {
    margin-bottom: 50px;
  }
}

/* FADE IN ANIMATION */
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in.fade-in-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(400px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in-right.fade-in-right-visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in-left.fade-in-left-visible {
  opacity: 1;
  transform: translateX(0);
}