/**
Theme Name: Meridian  (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, body p, body h2, body h1, body h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.momo, .noshift {
  font-family: "Momo Signature", cursive;
  font-weight: 400;
  font-style: normal;
}

:root :where(.is-layout-flow)>* {
  margin-block-start: 0px;
  margin-block-end: 0;
}

body.page {
  background-color: #F4EFE7;
}

b, strong {
  font-weight: 700 !important;
}

/* Typography */
/* COLORS */
/* Links */
a {
  color: #000;
  text-decoration: none !important;
}

/* Buttons */
/* CUSTOM */
.site-content .ast-container {
  display: flex;
  margin-top: 112px;
}

.entry-content p {
  margin-bottom: 10px;
  font-size: 18px;
}

.green-bg {
  background: #9FA693;
  border-radius: 20px;
  padding: 20px 60px;
}

.green-bg p {
  color: #F4EFE7
}

.green-bg img {
  border-radius: 20px;
}

.curve img {
  border-radius: 42px;
}

.green-bg h2 {
  color: #F4EFE7;
  margin-bottom: 20px;
}

.green-bg strong {
  color: #252B3C;
}

.floating-button {
  background: #C38989;
  padding: 14px 20px;
  color: #fff;
  display: inline-block;
  border-radius: 35px;
  width: 200px;
  font-weight: 600;
  text-align: center;
  position: fixed;
  top: 5%;
  right: 10%;
  display: none;
}

.home .floating-button {
  display: block;
}

.orange-btn {
  background: #C38989;
  padding: 20px;
  color: #fff;
  display: inline-block;
  border-radius: 35px;
  min-width: 200px;
  font-weight: 600;
  text-align: center;
}

.light-btn {
  background: #f4efe7;
  padding: 20px;
  color: #252B3C;
  display: inline-block;
  border-radius: 35px;
  width: 200px;
  font-weight: 600;
}

.light-btn:hover, .orange-btn:hover, .floating-button:hover {
  color: #252B3C;
}

.colsfour img {
  margin-bottom: 20px;
}

.colsfour p strong {
  color: #000;
}

.colsfour p {
  color: #8D8D8D;
}

.noshift {
  font-size: 40px;
  margin-bottom: 20px;
}

.ready-content .noshift {
  font-size: 40px;
  margin: 0px 0px 10px;
}

.relative {
  position: relative;
}

.ready-content .relative img {
  position: absolute;
  top: -100%;
  left: -40%;
  max-width: 128px;
}

.hshift {
  font-size: 40px;
  margin-bottom: 20px;
  font-family: "Momo Signature", cursive;
  font-weight: 400;
  font-style: normal;
}

.subtitle {
  margin: 20px 0px;
}

.readyhomepage {
  position: relative;
}

.ready-content {
  position: absolute;
  bottom: 13px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  color: #F4EFE7;
}

.ready-content h3 {
  color: #F4EFE7;
}

/* align bottom */
.align-bottom {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.frm_button_submit.frm_final_submit {
  background: #c38989 !important;
  border-color: #c38989 !important;
  font-size: 16px !important;
  padding: 20px 40px !important;
  border-radius: 40px !important;
}

.frm_fields_container label {
  color: #8D8D8D !important;
}

/* Containers and Layout */
.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-l {
  max-width: 1366px;
  margin: 0 auto;
}

.entry-content .contained {
  max-width: 1200px;
  margin: 0 auto;
}

.entry-content .contained-900 {
  max-width: 900px;
  margin: 0 auto;
}

.entry-content .contained-800 {
  max-width: 800px;
  margin: 0 auto;
}

.entry-content .contained-90 {
  max-width: 90%;
  margin: 0 auto;
}

.entry-content .contain-padding {
  padding: 0px 50px;
}

.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-left {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.padding {
  padding: 50px 0px;
}

/* Header */
.ast-builder-grid-row {
  max-width: 1200px;
  margin: 0 auto;
  width: 1200px;
}

/* Footer */
/* 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);
}

/* FOOTER */
.footer-logos img {
  margin: 0px 20px;
  max-width: 93%;
}

.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;
  }

  .ast-footer-copyright p {
    text-align: center;
  }

  .ast-footer-copyright p img {
    margin: 10px 20px;
  }

  .ast-builder-html-element p {
    text-align: center !important;
  }

  .desktop {
    display: none;
  }

  .mobile-blocks {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-blocks img {
    max-width: 80px;
  }

  .ready-content .noshift {
    font-size: 26px;
    margin: 0px 0px 10px;
  }

  .ready-content .relative img {
    position: absolute;
    top: -100%;
    left: -40%;
    max-width: 79px;
  }

  .contained, .contained-900 {
    padding: 0px 10px;
  }

  .footer-include .col-12 {
    text-align: center;
  }

  .footer-include .col-12 img {
    margin-bottom: 10px;
  }

  .social-aligns {
    justify-content: center !important;
    margin: 20px;
  }
}