/**
Theme Name: Astra Child
Author: Brainstorm Force
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
*/

html {
	scroll-behavior: smooth;
}

.flex {
    display: flex!important;
}

.overlay {
  background: rgba(0,0,0,0);
  transition: all linear .4s;
  display: none;
}

/*#page.sticky #content {
	padding-top: 120px;
}*/

.open-menu .overlay {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.67);
    position: fixed;
    z-index: 2;
    display: block;
}

header .flex {
height: 100px;
}

header .logo img {
    display: block;
    max-width: 320px;
    margin: auto;
    width: 100%;
}

header .flex {
    align-items: center;
    justify-content: center;
    height: 150px;
}

header .flex > div {
  width: 33.33%;
}

header nav ul {
  display: none;
}

header nav.open ul {
  display: block;
}

/*header.sticky-header .flex {
  height: 100px;
}*/

.sticky header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
}

#mobile-menu-container {
    display: inline-block;
    cursor: pointer;
}

#mobile-menu-btn .mobile-bars {
width: 32px;
height: 2px;
background-color: #333;
margin: 6px 0;
border-radius: 1px;
transition: none!important;
}

#mobile-menu-btn .mobile-bars:last-child {
margin-bottom: 0;
}

#mobile-menu-btn .mobile-bars:first-child {
margin-top: 0;
}

nav.open #mobile-bar1 {
    -webkit-transform: rotate(-45deg) translate(-25%, 5px);
    transform: rotate(-45deg) translate(-25%, 5px);
}

nav.open #mobile-bar2 {
    opacity: 0;
}

nav.open #mobile-bar3 {
    -webkit-transform: rotate(45deg) translate(-20%, -4px);
    transform: rotate(45deg) translate(-20%, -4px);
}

header .cta {
    text-align: right;
}

header .cta a {
    font-size: 13px;
}

#vastu-logo {
    opacity: 0;
    transition: all .5s linear;
}

.button {
  border: none;
  color: black;
  background-color: transparent;
  padding: 0;
}

nav.site-navigation {
  background: transparent;
  transition: background linear .4s;
}

.menu-container.mobile {
  display: none !important;
}

header nav.site-navigation.desktop ul {
  display: block;
}

nav.site-navigation.desktop {
    display: flex;
    justify-content: center;
}

nav.site-navigation.open {
  background: #f7f8f9;
  top: 0;
  z-index: 2;
  right: 0;
  padding: 15px 30px;
  height: 2000px;
  position: absolute;
  width: 21%;
  min-width: 300px;
}

nav.site-navigation.open #mobile-menu-container {
    float: right;
}

/*header.sticky-header {
    background: #f7f8f9!important;
}*/

/*.sticky-header ul.menu-wrapper.menu {
  margin: 35px 0 0 0;
  padding-top: 30px;
}*/

/*.sticky-header .menu-container {
    position: absolute;
    left: 0;
}*/

ul.menu-wrapper.menu {
    list-style: none;
}

.site-navigation li {
    font-family: 'Lora',serif;
}

.site-navigation li a {
  border-bottom: 1px solid #f7f8f9;
  transition: none;
}

.site-navigation li a:hover {
  border-bottom: 1px solid #cdc8c3;
    text-decoration: none;
    padding-bottom: 8px;
}

.site-navigation li.menu-item-has-children > a:hover {
  border-bottom: none;
}

header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  border-bottom: 1px solid grey;
}

ul.in-page-menu {
    list-style: none;
    text-align: center;
    margin: 0;
}

ul.in-page-menu li {
    display: inline;
    margin: 10px;
    font-size: 1.3rem;
}

ul.in-page-menu li a {
    cursor:pointer;
    border-bottom: 1px solid #ccc09a;
}

ul.in-page-menu li:first-child:after {
    content: '';
    margin-left: 30px;
    border-right: 1px solid grey;
}

.sub-menu {
  margin-top: 10px;
}

.sub-menu li {
  margin-bottom: 8px;
}

.sub-menu li a {
  color: #5e5c5c;
  font-size: .95em;
}

div#n2-ss-5 .nextend-arrow img {
    filter: brightness(41.3%);
}

div#n2-ss-5 .n2-ss-slide {
  background-color: transparent;
}

ol li {
  margin-bottom: 15px;
}

/* IMAGE HOVER OVERLAY */

.img-hover .elementor-background-overlay:hover {
    opacity: 0.1!important;
}

.site-footer-section>* {
    margin-bottom: 35px;
}

.has-text-align-center {
  text-align: center;
}

.no-margin-bottom {
    margin-bottom: 0!important;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 20px!important;
}

.gform_wrapper.gravity-theme .gsection {
  margin: 25px 0 15px;
}

.gform_wrapper.gravity-theme .gfield select {
  width: 100%;
  height: 45px;
  font-size: 17px!important;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 17px!important;
}

.footer-widget-area[data-section="section-footer-menu"] .astra-footer-horizontal-menu {
    justify-content: center;
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
}

section#text-4 {
    text-align: center;
}

footer .site-above-footer-wrap h2 {
    margin-bottom: 20px;
}

footer .site-above-footer-wrap p:first-child {
    margin-bottom: 35px;
}

footer .site-above-footer-wrap p.respect-privacy {
    margin-top: -20px;
}

footer a.elementor-icon {
    background: transparent;
    font-size: 35px;
}

footer .socials.flex {
    justify-content: center;
    gap: 7px;
    margin-bottom: 20px;
    align-items: center;
}

footer .elementor-icon i:before {
    color: var( --e-global-color-astglobalcolor0 );
}

footer .ast-footer-copyright p {
    margin-bottom: 0;
    line-height: 1.4;
}

footer h2.has-text-align-center {
    margin-bottom: 10px;
}

.page-1653 .elementor-section .elementor-container {
  gap: 30px;
}

.small-gap div {
  gap: 15px!important;
}

.small-gap .elementor-widget:not(:last-child) {
  margin-block-end: 0;
}

.page-1653 .elementor-divider {
  padding: 40px 0 !important;
}

.elementor-button-wrapper .elementor-button {
    line-height: 1.2;
}

.topbar-languages .socials {
    float: right;
}

.topbar-languages .socials span.title {
font-size: 16px;
    line-height: 38px;
    margin-right: 10px;
}

.topbar-languages .socials .elementor-icon i,.topbar-languages .socials .elementor-icon svg {
    width: .75em;
    height: .5em;
}

.topbar-languages .socials .elementor-icon i:before,.topbar-languages .socials .elementor-icon svg:before {
    font-size: 26px;
    position: absolute;
    left: 29%;
    transform: translateX(-50%);
    top: 6px;
}

.fa-youtube:before {
    content: "\f16a";
}

@media screen and (min-width:922px) {
  header .flex {
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 50px 0 30px;
}
  header .ast-container {
    max-width: 100%;
    padding: 0 15%;
  }

  header nav.site-navigation.desktop li.menu-item-has-children:after {
    content: '';
    width: 5px;
    height: 5px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    -webkit-transform: rotate(45deg);
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    vertical-align: 4px;
}

  header nav.site-navigation.desktop .sub-menu {
    display: none;
    position: absolute;
    z-index: 1;
    background: #f7f8f9;
    padding: 15px;
    width: auto;
    min-width: 200px;
    border-top: 1px solid #cdc8c3;
}

header nav.site-navigation.desktop li.menu-item:hover .sub-menu {
  display: block;
}

header nav.site-navigation.desktop ul {
  padding: 0;
  margin: 0 auto;
  width: auto;
}

.site-navigation li {
  font-family: 'Lora', serif;
  font-size: .6rem;
  text-transform: uppercase;
  margin: 0 3px;
  letter-spacing: .5px;
}
    li.menu-item {
        position: relative;
        display: inline-block;
    }

    .site-navigation li .sub-menu li.menu-item {
      display: block;
      line-height: 1.3;
  margin-bottom: 10px;
  }

  .site-navigation .sub-menu li a:hover {
  padding-bottom:1px;
}

  header#header {
    padding-bottom: 20px;
}
header .logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto 5px;
  width: 350px;
}
  .mobile {
    display: none!important;
  }
    }

  @media screen and (min-width:1024px) {
    .site-navigation li {
      margin: 0 10px;
  }

  }

    @media screen and (max-width:1024px) {

    .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 20px;
}

ul.in-page-menu li {
    font-size: 1rem;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    padding-top: 2em;
    padding-bottom: 1em;
}

p, li {
  font-size: 20px;
}

}

@media screen and (max-width:921px) {

  header#header {
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    gap: 20px;
}

.menu-container.mobile {
  display: block !important;
}

header .ast-container.flex {
  margin: 0;
  padding: 0;
  width: auto!important;
}

#vastu-logo {
  height: 100px;
}

header .flex {
  height: auto;
}

header .flex > div {
  width: auto;
  margin-top: -4px;
}

nav.site-navigation.desktop {
  display: none;
}

ul.menu-wrapper.menu {
  list-style: none;
  border-top: 1px solid grey;
  width: 100%;
  margin: 44px 0 0 0;
  padding-top: 20px;
  transition: none;
}

.site-navigation li {
  font-size: .65rem;
  display: block;
  margin: /*0 0 15px 0*/ 0;
  font-family: 'Lora', serif;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 8px;
}

nav.site-navigation.open #mobile-menu-container {
  margin-top: 4px;
}

}

@media screen and (max-width:768px) {
    
    .desktop {
        display: none;
    }

  .language.flex {
    float: none;
  }

    header .flex {
        height: auto;
    }

    header .flex > div {
  width: auto;
}

#vastu-logo {
  height: 60px;
}

header .flex > div#vastu-logo {
  flex: 1;
}

header .site-navigation {
    height: 16px;
}

header .cta img {
    width: 29px;
}

  h1, .entry-content h1 {
    font-size: 26px!important;
    }

.site-footer-above-section-1.site-footer-section.site-footer-section-1 {
    padding: 0 20px;
}

form#gform_1 div#gform_fields_1 {
    display: flex;
    flex-wrap: wrap;
}

form#gform_1 div#field_1_2, form#gform_1 div#field_submit{
    flex: auto!important;
    width: 100%;
}


ul.in-page-menu li {
    font-size: 1rem;
}

ul.in-page-menu li:first-child:after {
    content: 'or';
    margin-left: 0;
    border-right: none;
    display: block;
    margin: 7px;
}

ul.in-page-menu li a {
    border-bottom: 1px solid #ccc09a;
}

body .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 16px;
}

    body .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        padding: 35px 24px;
    }
    
footer .socials.flex {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    margin-bottom: 0px;
    padding: 7px 0 0;
}

footer .elementor-icon i {
    height: 20px;
    width: .7em;
    opacity: .8;
}

footer .elementor-icon i:before {
    font-size: 22px;
}

}

@media screen and (min-width: 1439px) {
    nav.site-navigation.open {
  padding: 55px 3%;
}

    .site-navigation li {
        font-size: .65rem;
    }
    
}

