/**
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
*/


/* START GLOBAL */

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0 auto;
    min-width: 320px;
    background: #fff;
    font-family: Georgia,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
    color: #6f6f6f;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td {
    direction: ltr;
}

/* 
Need to use :root :where to override styles introduced by WordPress also using that method.
https://make.wordpress.org/core/2024/06/21/wordpress-6-6-css-specificity/
*/
:root :where(.is-layout-flex) {
    gap: 0;
}

body .ast-container,
body .ast-container-fluid {
    padding-left: 0;
    padding-right: 0;
}

p,
.site-content .is-layout-flex > :is(*, div),
.entry-content p {
    line-height: 1.35;
    margin-bottom: 2.5rem;
}

.entry-content p.fixed-font-14px {
    font-size: 14px;
}

/* 
Do NOT apply left and right padding to the content area since some pages have content areas with banners that must be full width. 

The "entry-title-block-heading" class is added in WP's editor to the Heading Element's "Additional CSS class(es)" field.
*/
.site-header,
.site-content .entry-header,
#siteFooter .twelve.columns,
.site-content h3.entry-title-block-heading,
.entry-content div.n2-ss-slider div.n2-ss-slide--focus,
.entry-content div#n2-ss-2 .n2-style-3745c27e4cee514fb93ac00b0ec9858c-simple {
    padding: 0 10%;
}

/* END GLOBAL */



/* START HEADER */

.site-header {
    padding-top: 16px;
    padding-bottom: 19px;
    background-color: #051b35;
}

.site-header .ast-primary-header-bar {
    background: transparent;
}

.site-header a {
    text-decoration: none;
}

.site-header .ast-primary-header-bar {
    border: none;
    border-bottom: none;
}

.site-header,
.site-header .site-title a,
.site-header .site-title a:focus,
.site-header .site-title a:hover,
.site-header .site-title a:visited,
.site-header .ast-builder-menu-1 .menu-item > .menu-link {
    color: #fff;
}

.site-header .site-title a {
    font-size: 3.3rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    text-decoration: none;
}

header.ast-logo-title-inline .ast-site-identity {
    padding-top: 0;
    padding-bottom: 0;
}


header .ast-mobile-header-wrap .ast-builder-grid-row {
    grid-template-columns: unset;
}

body.ast-main-header-nav-open.ast-header-break-point header .ast-mobile-header-wrap .ast-mobile-header-content {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

header .ast-builder-menu-mobile .main-navigation .main-header-menu,
header .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link,
header .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link,
body.ast-main-header-nav-open.ast-header-break-point header .ast-mobile-header-wrap .ast-mobile-header-content,
header .main-navigation .main-header-menu {
    background: transparent;
}

header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal,
header .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link {
    color: #e6e6e6;
}

header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal,
header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: #e6e6e6;
}

header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg:focus {
    outline: none;
    border: none;
}

header .ast-grid-right-section {
    justify-content: flex-end;
}

/* END HEADER */



/* START GENERAL CONTENT AREA */

body.ast-desktop .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 16px;
}

body.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 16px;
}

.main-navigation .main-header-menu .menu-link {
    padding: 0 20px;
}

.entry-content .map_wrapper {
    padding: 0 20%;
}

/* 
Map circle markers are being replaced by the theme's astr-child.js code with a style that could not be easily produced
without adding a secondary circle to each map marker thereby making it possible to create a bullseye. So hiding the
original markers to avoid first showing them while waiting for the replacements to be generated.
*/
.entry-content .map_wrapper circle.imapsCircle {
    display: none;
}

/*
.entry-content .map_wrapper circle.imapsCircle {
    r: 4;
    fill: #fff;
    stroke: #000;
    stroke-width: 3px;
}
*/

.site-header-primary-section-right .main-navigation ul {
    margin-top: 13px;
    margin-bottom: 0;
}

.site-content {
    font-size: 1.92rem;
}

.site-content .imapsContainer.imapsLabel foreignObject {
   height: 2rem !important;
}

.site-content .imapsContainer.imapsLabel div {
    font-size: 1.4rem;
    line-height: 0.8;
}

.site-content .entry-header {
    margin: 0;
}

.site-content .entry-header .entry-title {
    margin-top: 15px;
    margin-bottom: 0;
}

h1,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6, 
.entry-content h6 {
    font-weight: bold;
    font-style: normal;
    color: #000;
    text-rendering: optimizeLegibility;
    line-height: 1.1;
    margin-bottom: 14px;
    margin-top: 14px;
}

h5,
.entry-content h5 {
    padding: 5px 0;
}


.entry-content h1 {
    font-size: 3.58rem;
}

.entry-content h2 {
    font-size: 3.3rem;
}

header.entry-header h1.entry-title,
.entry-content h3 {
    font-size: 3.02rem;
}

header.entry-header h1.entry-title,
header.entry-header h3.entry-title,
.site-content h3.entry-title-block-heading {
    font-weight: 300;
}

.entry-content h4 {
    font-size: 2.74rem;
}

.entry-content h5 {
    font-size: 2.46rem;
}

.entry-content h6 {
    font-size: 2.18rem;
}

.entry-content a {
    font-size: 1.92rem;
}

.entry-content h1.gray,
.entry-content h2.gray,
.entry-content h3.gray,
.entry-content h4.gray,
.entry-content h5.gray,
.entry-content h6.gray {
    color: #6f6f6f;
    margin-bottom: 5px;
    margin-top: 0;
}

#content .entry-content > .wp-block-group.is-content-justification-center {
    padding: 0 26%;
}

.link {
    color: #0070c0;
}

.link:hover,
.link:focus,
.link:active {
    text-decoration: underline;
    color: #0070c0;
}

.entry-content h6.gray a {
    color: #6f6f6f;
}

.entry-content ul.side-nav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 17px 0;
}

.entry-content ul.side-nav li {
    display: block;
    list-style: none;
    margin: 0 0 7px 0;
}

.entry-content ul.side-nav li a {
    display: block;
}

.entry-content ul.side-nav li.divider {
    border-top: 1px solid #e6e6e6;
    height: 0;
    padding: 0;
}

.entry-content ul.side-nav {
    padding: 0;
    margin-top: 10px;
}

.entry-content ul.side-nav > li {
    padding-left: 20px;
}

.entry-content ul.side-nav > li > a {
    color: #6f6f6f;
    font-size: 1.92rem;
}

.entry-content ul.side-nav > li > a:hover {
    text-decoration: underline;
}

.entry-content ul.side-nav > li > ul > li > a {
    color: #6f6f6f;
    font-size: 14px;
}

.entry-content p.gray,
.entry-content p.gray a
.entry-content p.gray-bold,
.entry-content p.gray-bold a,
.entry-content ul.side-nav li.active a {
    color: #4d4d4d;
}

.entry-content p.gray-bold,
.entry-content p.gray-bold a,
.entry-content ul.side-nav li.active a {
    font-weight: bold;
}

.entry-content p.gray-bold a:hover {
    text-decoration: underline;
}

.entry-content .underline {
    text-decoration: underline;
}

.site-content .subheader {
    line-height: 1.3;
    color: #000;
    font-weight: 300;
    margin-bottom: 17px;
}

.site-content .ast-container #primary {
    padding: 0;
    margin: 0;
}

/* END GENERAL CONTENT AREA */


/* START PRIVACY POLICY AND TERMS OF USE */


/* 
The "page-terms-of-use" class below are added in WP's editor to the "Additional CSS class(es)" field in order to apply
the following styles.
*/

.site-content .wp-block-group.page-terms-of-use p,
body.privacy-policy .site-content p {
    line-height: 1.35;
    margin-bottom: 2.5rem;
    font-size: 14px;
}

.site-content .wp-block-group.page-terms-of-use a,
body.privacy-policy .site-content a {
    font-size: 1.92rem;
    color: #6f6f6f;
    line-height: inherit;
}

.site-content .wp-block-group.page-terms-of-use .privacy-policy-effective-date-field,
body.privacy-policy .site-content .privacy-policy-effective-date-field {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 14px;
    color: inherit;
}

.site-content .wp-block-group.page-terms-of-use  ol,
body.privacy-policy .site-content ol {
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    list-style-position: outside;
}

.site-content .wp-block-group.page-terms-of-use .list-with-links li,
body.privacy-policy .site-content .list-with-links li {
    padding: 0;
    margin-bottom: 5px;
}

.site-content .wp-block-group.page-terms-of-use ul,
.site-content .wp-block-group.page-terms-of-use ul li,
body.privacy-policy .site-content ul,
body.privacy-policy .site-content ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    direction: ltr;
}

.site-content .wp-block-group.page-terms-of-use ul,
body.privacy-policy .site-content ul {
    padding-left: 20px;
    line-height: 1.6;
    margin-bottom: 17px;
    list-style-position: outside;
}

.site-content .wp-block-group.page-terms-of-use .list-with-links li a,
body.privacy-policy .site-content .list-with-links li a {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
}

.site-content .wp-block-group.page-terms-of-use .list-with-links li a:hover,
body.privacy-policy .site-content .list-with-links li a:hover {
    text-decoration: underline;
    color: inherit;
}

.site-content .wp-block-group.page-terms-of-use div.section,
body.privacy-policy .site-content div.section {
    margin-block-start: 0;
    margin-block-end: 0;
}

/* END PRIVACY POLICY AND TERMS OF USE */


/* START FOOTER */

footer .site-above-footer-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

footer .site-above-footer-wrap[data-section="section-above-footer-builder"] {
    background-color: transparent;
    min-height: unset;
}

footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
    max-width: unset;
    min-height: unset;
    margin-left: auto;
    margin-right: auto;
}

footer .site-below-footer-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

footer .site-below-footer-wrap[data-section="section-below-footer-builder"] {
    border: none;
    border-top: none;
}

#siteFooter {
    margin-top: 100px;
    padding-top: 10px;
    padding-bottom: 20px;
}

#siteFooter .twelve.columns {
    margin: 10px 0 0;
    min-height: 1px;
    float: left;
    width: 100%;
}

#siteFooter > div > div {
    font-size: 12px;
}

#siteFooter .row {
    *zoom:1;
}

#siteFooter .row:before,
#siteFooter .row:after {
    content: " ";
    display: table;
}

#siteFooter .row:after {
    clear: both;
}

#siteFooter,
#siteFooter a {
    background-color: #051b35;
    color: #fff;
}

#siteFooter a:hover {
    text-decoration: underline;
}

/* END FOOTER */


/* START RESPONSIVE OVERRIDES */

/* 
The "npg-responsive-..." classes below are added in WP's editor to the "Additional CSS class(es)" field in order to apply
the following styles.
*/

@media only screen and (max-width: 1110px) {
    .entry-content .npg-responsive-no-float-100-percent-wide {
        float: none;
        display: inline-block;
        width: 100%;
    }

    .entry-content .npg-responsive-no-float-100-percent-wide > *:nth-child(2) {
        margin-top: 2.5rem;
    }
}

/* START SMART SLIDER CUSTOMIZATION */

.entry-content div.n2-ss-align.n2-ss-align-visible {
    overflow: hidden;
}

.entry-content div.n2-ss-slider div.n2-ss-slide--focus,
.entry-content div#n2-ss-2 .n2-style-3745c27e4cee514fb93ac00b0ec9858c-simple {
    top: 40.3vh !important;
    left: 0;
    height: 125px;
    position: absolute;
    float: none;
    width: 100% !important;
    text-align: center;
    background: none;
    opacity: unset;
    box-shadow: none;
    border: 0;
    border-radius: 0;
}

.entry-content div.n2-ss-slider div.n2-ss-slide--focus,
.entry-content div#n2-ss-2 .n2-font-86860a54b7064aeda4451b2de9b363f3-simple {
    margin-bottom: 0px;
    color: #fff;
    font-family: Georgia,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 4rem;
}

.entry-content div.n2-ss-slider div.n2-ss-slide--focus {
    opacity: 1;
    filter: opacity(1);
}

.entry-content div#n2-ss-2 .n2-font-86860a54b7064aeda4451b2de9b363f3-simple {
    display: none;
}

.entry-content div#n2-ss-2 .nextend-arrow {
    background: rgb(255, 255, 255, 0.6);
    color: #000;
    fill: #000;
    border-radius: 22px;
    padding: 5px;
}

.entry-content div#n2-ss-2 .nextend-arrow img {
    width: 21px;
    filter: invert(75%);
}

@media (max-width: 1920px) {
    .entry-content div#n2-ss-2 .n2-ss-slide,
    .entry-content div#n2-ss-2 .n2-ss-slider-4 {
        height: 91.1vh !important;
    }
}

@media (max-width: 1536px) {
    .entry-content div#n2-ss-2 .n2-ss-slide,
    .entry-content div#n2-ss-2 .n2-ss-slider-4 {
        height: 88.9vh !important;
    }
}

@media (max-width: 1440px) {
    .entry-content div#n2-ss-2 .n2-ss-slide,
    .entry-content div#n2-ss-2 .n2-ss-slider-4 {
        height: 89.3vh !important;
    }
}

@media (max-width: 1336px) {
    .entry-content div#n2-ss-2 .n2-ss-slide,
    .entry-content div#n2-ss-2 .n2-ss-slider-4 {
        height: 87.5vh !important;
    }
}

@media (max-width: 921px) {
    header .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
        color: #e6e6e6;
    }

    footer .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .entry-content div.n2-ss-slider div.n2-ss-slide--focus,
    .entry-content div#n2-ss-2 .n2-font-86860a54b7064aeda4451b2de9b363f3-simple {
        font-size: 3rem;
    }

    .entry-content div.n2-ss-slider div.n2-ss-slide--focus,
    .entry-content div#n2-ss-2 .n2-style-3745c27e4cee514fb93ac00b0ec9858c-simple {
        top:37vh;
    }

    .entry-content .map_wrapper {
        padding: 0 10%;
    }
}

@media (max-width: 570px) {
    .entry-content div#n2-ss-2 .n2-ss-slide,
    .entry-content div#n2-ss-2 .n2-ss-slider-4 {
        height: 84.4vh !important;
    }
}

@media (max-width: 544px) {
    footer .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
        text-align:left;
    }
}

@media (max-width: 428px) {
    .site-header .site-title a {
        font-size: 2.3rem;
    }
    
    .entry-content div#n2-ss-2 .n2-ss-slide,
    .entry-content div#n2-ss-2 .n2-ss-slider-4 {
        height: 81.0vh !important;
    }

    #content .entry-content > .wp-block-group.is-content-justification-center {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
}

@media (max-width: 412px) {
    .entry-content div#n2-ss-2 .n2-ss-slide,
    .entry-content div#n2-ss-2 .n2-ss-slider-4 {
        height: 80.2vh !important;
    }
}

@media (max-width: 390px) {
    .entry-content div#n2-ss-2 .n2-ss-slide,
    .entry-content div#n2-ss-2 .n2-ss-slider-4 {
        height: 79.0vh !important;
    }
}

@media (max-width: 360px) {
    .entry-content div#n2-ss-2 .n2-ss-slide,
    .entry-content div#n2-ss-2 .n2-ss-slider-4 {
        height: 78.4vh !important;
    }
}

/* END SMART SLIDER CUSTOMIZATION */

/* END RESPONSIVE OVERRIDES */
