/**
Theme Name: The Davis Veloce (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
*/
/* Global Styles */
body, .entry-content p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.vidaloka-regular, .entry-content h1 {
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
}

.entry-content h2 {
  font-size: 30px;
  color: #454F54;
}

/* Typography */
.entry-content p {
  margin: 10px 0px;
  font-size: 18px;
  color: #000;
}

.entry-content h1 {
  font-size: 50px;
  font-weight: 400;
}

/* COLORS */
.light-bg {
  background-color: #EEEBE3;
  padding: 50px;
}

/* Links */
a {
  color: #000;
  text-decoration: none !important;
}

/* Buttons */
/* Containers and Layout */
:root :where(.is-layout-flow)>* {
  margin-block-start: 0px;
  margin-block-end: 0;
}

.ast-container, .ast-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.ast-container {
  max-width: 100%;
}

.entry-content>.wp-block-columns {
  padding: 0px;
}

.entry-content[data-ast-blocks-layout]>* {
  max-width: 100%;
}

.entry-content .contained {
  max-width: 1200px;
  margin: 0 auto;
}

.entry-content .contained-900 {
  max-width: 900px;
  margin: 0 auto;
}

.entry-content .contained-90 {
  max-width: 90%;
  margin: 0 auto;
}

.contain-p {
  max-width: 600px;
  margin: 0 auto 0px !important;
}

.center {
  text-align: center;
}

.center-va {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.center-va-right {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.center-va-left {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

/* Header */
.ast-builder-menu-1 .menu-item.current-menu-item a {
  color: #000;
}

.ast-builder-menu-1 .menu-item>.menu-link:hover {
  color: var(--ast-global-color-3);
}

.main-header-menu>.menu-item>.menu-link {
  text-transform: uppercase;
  font-size: 16px;
}

.ast-builder-grid-row {
  max-width: 1200px;
  margin: 0 auto;
  width: 1200px;
}

.header-top-links {
  display: flex;
  justify-content: space-between;
}

.header-top-links p a {
  margin: 0 20px;
}

/* BODY SSECTION */
.banner-home {
  position: relative;
}

.banner-home .banner-text {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  text-align: center;
}

.banner-home .banner-text h1 {
  line-height: 1em;
  font-size: 70px;
}

.banner-text p {
  color: #a7353a;
  font-weight: 600;
  font-size: 30px;
  line-height: 1em;
}

h3 .inner-h1 {
  font-family: "Vidaloka", serif;
  font-size: 52px;
  font-weight: 400;
}

.red-bg, .red-bg h3, .red-bg p {
  background-color: #a7353a;
  color: #fff;
}

.black-bg h3 {
  color: #fff;
}

.black-bg {
  background-color: #000;
}

.gold-bg {
  background-color: #c38646;
}

.blue-bg {
  background-color: #688da0;
}

.entry-content .red {
  color: #a7353a;
}

.entry-content h3 {
  font-size: 36px;
}

.wp-block-columns.padding-row {
  padding: 20px 0px;
}

.wp-block-columns.padding-row-big {
  padding: 50px 0px;
}

.white-btn {
  background-color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 10px 20px;
  color: #a7353a;
  font-weight: 600;
}

.white-btn:hover {
  background-color: #a7353a;
  color: #fff;
}

.black-btn {
  background-color: #000;
  border: 1px solid #000;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
}

.black-btn:hover {
  background-color: #fff;
  color: #000;
}

.red-btn {
  background-color: #a7353a;
  border: 1px solid #a7353a;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
}

.red-btn:hover {
  background-color: #fff;
  color: #a7353a;
}

.margin-top-p p {
  margin-top: 20px;
}

/* Footer */
.site-primary-footer-wrap {
  position: relative;
}

.site-primary-footer-wrap::before {}

/* HR Styles */
/* Animations */
.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);
}

.scale-img .scale-target figure {
  position: relative;
  overflow: hidden;
}

/* Overlay layer */
.scale-img .scale-target figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  /* light black */
  transition: opacity 0.5s ease;
  pointer-events: none;
}

/* Image animation */
.scale-img .scale-target img {
  transition: transform 0.5s ease;
}

/* Hover effects */
.scale-img.clicked .scale-target img {
  transform: scale(1.2);
}

.scale-img.clicked .scale-target figure::after {
  opacity: 0;
  /* fade overlay out */
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* FOOTER */
.footer-logos img {
  margin: 0px 20px;
}

.ast-footer-copyright {
  text-align: left;
  font-size: 12px;
}

/* Media Queries */
@media only screen and (max-width: 1200px) {
  .ast-builder-grid-row {
    width: 100%;
  }
}

@media only screen and (max-width: 760px) {
  .swap {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* glightbox */
/* 1. Force the slide container to shrink-wrap the image */
.gslide-inner-content {
  display: inline-block !important;
  position: relative !important;
  vertical-align: middle;
}

/* 2. Position the close button relative to this shrink-wrapped container */
.gclose {
  position: absolute !important;
  /* Use a positive value to keep it INSIDE the image corner
       OR use a small negative value like -40px if there is padding */
  top: 10px !important;
  right: 10px !important;
  /* Look & Feel */
  display: flex !important;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  /* Semi-transparent black */
  padding: 8px 12px;
  border-radius: 5px;
  width: auto !important;
  height: auto !important;
  z-index: 9999;
}

/* 3. The 'X' Icon */
.gclose svg {
  width: 24px !important;
  height: 24px !important;
  fill: #fff;
}

/* 4. The 'CLOSE' Text */
.gclose::after {
  content: 'CLOSE';
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-family: sans-serif;
  margin-left: 8px;
  text-transform: uppercase;
}

/* 5. Ensure the "Next/Prev" buttons don't overlap your new close button */
.gnext, .gprev {
  z-index: 9998 !important;
}

.spacer-custom {
  height: 50px !important;
}

.seperator .line {
  border-bottom: 5px solid #8a615b;
  width: 100px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  header .custom-logo-link img {
    max-width: 160px;
    width: 253px;
  }

  .desktop {
    display: none;
  }

  .taller-banner img {
    height: 50vh;
    object-fit: cover;
  }

  .side-images img {
    display: none;
  }

  .desktop {
    display: none;
  }

  .mobile-padding {
    padding: 0px 20px;
  }

  .entry-content .mobile-bottom {
    margin-bottom: 30px;
  }

  .banner-home .banner-text {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    text-align: center;
    padding: 20px 10px;
  }

  .banner-home .banner-text h1 {
    line-height: 1em;
    font-size: 42px;
  }

  .banner-text p {
    color: #a7353a;
    font-weight: 600;
    font-size: 22px;
    line-height: 1em;
  }

  .entry-content h3 {
    font-size: 24px;
  }

  h3 .inner-h1 {
    font-family: "Vidaloka", serif;
    font-size: 32px;
    font-weight: 400;
  }

  .entry-content p {
    margin: 10px 10px;
    font-size: 16px;
  }

  .entry-content h1 {
    font-size: 34px;
    font-weight: 400;
  }

  .center-cols-mobile .alignleft, .center-cols-mobile .alignright {
    text-align: center !important;
    display: inline-block;
    float: none;
    margin: 0px;
  }

  .center-cols-mobile .center-va-right, .center-cols-mobile .center-va-left {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .center-cols-mobile .center-va-right p, .center-cols-mobile .center-va-left p, .center-cols-mobile .center-va-left h3, .center-cols-mobile .center-va-right h3 {
    text-align: center !important;
  }

  .center-cols-mobile .center-va-right p, .center-cols-mobile .center-va-left p {
    font-size: 14px;
    margin: 10px 0px;
  }

  .frm_pro_form {
    padding: 20px;
  }

  .ast-footer-copyright p {
    text-align: center !important;
    font-size: 12px;
  }

  .ast-builder-html-element p {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* FORMS */
.with_frm_style .frm_slimselect.ss-main, .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=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style {
  width: auto;
  font-size: 20px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #ffffff;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  color: #a7353a;
  cursor: pointer;
  font-weight: normal;
  border-radius: 0px;
  text-shadow: none;
  padding: 8px 33px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px #eeeeee;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background: #a7353a;
  border-color: #fff;
  color: #fff;
}

.with_frm_style .frm_primary_label, .with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label {
  color: #fff;
}