/*
Theme Name:   Astra Child
Description:  Astra Child Theme
Author:       Roy and Bryan
Template:     astra
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
*/
:root {
    --c-primary: #221A60;
    --c-red: #D7282F;
    --c-secondary : #B9C8CF;
    --medium : 800px
}

/* Fonts */

.hfeed.site {
	max-width: 1920px;
	margin: 0 auto;
}
h2, .entry-content h2 {
    fon-size: 20px
}

/* Helpers */

.red-label {
    padding: 7px 14px;
    border-radius: 33px;
    display: inline-block;
    background-color: var(--c-red) ;
}

.has-hover-shadow div.fl-post-grid-post,
.fl-button-has-icon a .icon-k-arrows {
    transition: .5s ease-out;
}

.has-hover-shadow div.fl-post-grid-post:hover {
    box-shadow: 0px 0px 9px 5px rgb(0 0 0 / 10%);
}



.undelined-list-col ul {
    list-style: none;
    margin: 20px 0;
    display: grid;
/*     grid-template-columns: repeat(2, 1fr); */
	grid-template-columns: 1fr;
	align-items: end;
}

.undelined-list-col li {
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: #2384C0;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
}

.undelined-list-col li:after {
    content: "";
    width: calc(100% - 21px);
    height: 1px;
    display: block;
/*     border: 1px solid #2384C0; */
    margin: 7px 0 6px 0px;
}

@media(max-width: 768px) {
	.inner-card .card-grid .card--image {
		display: none;
	}
	.inner-card .card-grid .card--content {
		width: 100%;
	}
}

.disable-link .fl-post-grid-post a {
	pointer-events: none;
}

.pmarginb-20 p{
 margin-bottom: 20px;   
}


.height-100 {
    height: 100%;
}

.width-100 {
    width: 100%;
}

.dynamic-bg {
    background: no-repeat center;
    background-image: var(--mobile);
    background-size: cover;
}

.fl-button-has-icon a .icon-k-arrows {
    display: inline-block;
}

.fl-button-has-icon a:hover .icon-k-arrows {
    display: inline-block;
    transform: translateX(10px);
}

.with-arrow a:hover:after {
    transform: translateX(20px);
}

.with-arrow a::after {
    content: "";
    display: inline-block;
    background: no-repeat url(assets/images/arrows.svg);
    height: 29px;
    width: 56px;
    margin-left: 20px;
	margin-bottom: clamp(-5px, calc(-5px + (100vw - 320px) * (5 / 1600)), 0px);
    transition: .5s ease-out;
    /* arrows.svg */
}

/*Author avatar box*/
.author-box{
    color: var(--c-primary);
    font-size: 13px;
}
.author-box--content {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.author-box--avatar {
    border-radius: 100%;
    overflow: hidden;
    margin-right: 13px;
}

.author-box--content-header {
    line-height: 155%;
}
.author-box--content-name {
    font-weight: 700;
}

.author-box--description {
    font-weight: 200;
}

.rounded-items {
    border-radius: 48px;
}
@media (max-width: 768px) {
	.rounded-items {
		border-radius: 27px;
	}
}

.grid-container {
    display: flex;  
    flex-flow: row wrap
}

.btn-arrow i.fl-button-icon {
    font-size: 12px;
}

.card--content {
    text-align: left;
    padding: 70px 40px;
}

.pull-up-content {
    /*margin-top: clamp(-200px, calc(-200px + (100 * ((100vw - 1280px) / 640))), -100px);*/
	margin-top: -100px;
}

@media (max-width: 1280px) {
    .pull-up-content {
        margin-top: -200px;
    }
}

@media (max-width: 1024px) {
    .pull-up-content {
        margin-top: -200px;
    }
}

@media (max-width: 992px) {
    .pull-up-content {
        margin-top: -20px;
    }
}

@media (max-width: 800px) {
    .pull-up-content {
        margin-top: -40px;
    }
}

@media (max-width: 768px) {
	.pull-up-content {
    	margin-top: -130px;
	}
}


.stack-cards {
    margin: 0;
    --stack-cards-gap: 0px; 
}
  
  .stack-cards__item {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    height: 0;
    padding-bottom: 50%;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    overflow: hidden; }

    .stack-cards__item > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;     
    }


.graphic-banners  .stack-cards__item {
    background-color: #E8F6FA;
}

.stack-cards__item {
    overflow: hidden;    
    background: #F2F5F6 no-repeat center;
    background-size: cover;
    padding-top: 200px;
    text-align: center;
}

.stack-cards__item:nth-of-type(even) {
    background-color: #E8F6FA;
}

.graphic-banners .stack-cards__item .inner-card {
    height: 700px;
    padding: 98px 20px 20px 20px;
}

.graphic-banners .stack-cards__item{
    border-radius: 27px 27px 0 0;
}

.stack-cards__item .inner-card .card-content{
    max-width: 900px;
    margin: 0 auto;
}

.hidden_label .gfield_label {
    display: none !important;
}

input[type=submit],
.wp-element-button {
    padding: 7px 14px !important;
    border-radius: 33px !important;
}

input[type=submit]:hover,
.wp-element-button:hover {
   background-color: #8CD3E8 !important;
   color: #FFF !important;
}


/* Gforms Helpers */

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border-radius: 6px;
}

.gfield {
    margin-bottom: 9px;
}


/* Footer Start */

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

.site-footer {
    padding-top: 0 !important;
}

.site-footer::before {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: #FFF;
    border-radius: 0 0 27px 27px;
    margin-bottom: 40px;
}

.site-primary-footer-wrap,
.site-below-footer-wrap {
    /*max-width: 995px;*/
    margin: 0 auto;
}

.site-footer {
    padding: 0 20px;
    font-size: 12px;
}

.site-footer,
.site-footer a,
.site-footer h2,
.site-footer .widget .wp-block-heading,
.site-footer .ast-footer-copyright {
    color: #FFF;
}

.site-footer .footer-logo {
    margin-bottom: 20px;
    display: block;
}

.site-footer .footer-nav-wrap:before,
.site-footer .gform_title,
.site-footer .wp-block-heading {
    font-size: 21px;
    font-weight: 700;
}

.site-footer #block-2.widget_block > p {
    display: none;
}

.site-footer .footer-nav-wrap:before {
    content: "Quick Links";    
    display: block;
    margin-bottom: 16px;
}

.site-footer .gform_description {
    margin: 0;
}

.site-footer .gform-body{
    margin-bottom: 20px;
}

.gfield_validation_message,
.gform_submission_error {
    color: #f48f8f !important;
}
.gform_submission_error  {
    
    font-size: 16px;
    margin-bottom: 10px;
} 


.ast-builder-grid-row-2-lheavy .ast-builder-grid-row {
    grid-template-columns: 10fr 1fr !important;
}

.site-footer-primary-section-4 .is-layout-constrained > * {
    margin-block-start: 0;
}


.site-footer input[type=text],
.site-footer input[type=email] {
    background: #D9D9D9;
    font-size: 10px;
    width: 100%;
    padding: 7px 11px;
    border-radius: 8px;
}

.site-footer .gform_footer  {
    text-align: right;
}

.site-footer .gfield {
    margin-bottom: 5px;
}

.footer-blog-link {
    margin-top: 20px !important;
}
@media (max-width: 575px) {
	.footer-blog-link {
		margin-top: 0 !important;
	}
}

.footer-blog-link a {
    color: #8CD3E8;
    font-size: 14px;
    font-weight: 700;
}

.dynamic-bg {
    background-image: var(--desktop); 
}

.dynamic-bg { 
    background-image: var(--xl); 
}



/* Medium */
/*@media (min-width: 768px) {*/
    .medium-6 {
        width: 50%;
    }
	
	.hidden-text-content .fl-post-grid-post  {
		position:relative
	}
	
	.hidden-text-content h2.fl-post-grid-title  {
		margin-bottom: 0 !important;
	}
	
	.hidden-text-content .fl-post-grid-text {
		position: absolute;
		top: 0;
		z-index: 20;
		display: flex;
		height: 100%;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		background: rgb(0 0 0 / 44%);
		opacity: 0;
		text-align: center;
	}
	
	.hidden-text-content .fl-post-grid-text:hover {
		opacity: 1
	}
		
	.hidden-text-content .fl-post-grid-text a  {
		color: #FFF !important
	}

@media (min-width: 800px) {
    .graphic-banners .stack-cards__item {
        border-radius: 95px 95px 0 0;
    }
    .site-footer::before {
        height: 100px;
        border-radius: 0 0 95px 95px;
    }
}

/* END Start */

/* CAPTCHA - START */
.gform_wrapper .no-top-label-footer .gfield_label {
  display: none;
}

.no-top-label-footer {
	display: flex;
	justify-content: center;
}
#gform_wrapper_9 .gform_footer input[type="submit"],
#gform_wrapper_9 .gform_footer button {
    margin-top: 0 !important;
}

.name-form9 {
	width: 302px !important;
	margin-left: auto;
	margin-right: auto;
}
.email-form9 {
	width: 302px !important;
	margin-left: auto;
	margin-right: auto;
}
#gform_9 {
	width: 304px;
}

/*@media (max-width: 391px) {
	.no-top-label-footer {
	margin-right: 46px;
    margin-top: 13px;
	}
}
@media (max-width: 431px) {
	.no-top-label-footer {
	    margin-right: 86.5px;
   		margin-top: 16px;
	}
}
@media (max-width: 375) {
}*/

.gform_wrapper .no-top-label .gfield_label {
  display: none;
}
.gform_wrapper .no-top-label-right .ginput_recaptcha {
	display: flex;
  	justify-content: flex-end;
}
.custom-form-signup-home .gform_footer {
	display: flex;
  	justify-content: flex-end;
}
/* CAPTCHA - END */

/* simple-sitemap - START */
.simple-sitemap-wrap ul.simple-sitemap-page > li.page_item {
    list-style-type: none;
}
.simple-sitemap-wrap ul.simple-sitemap-page > li.page_item > a{
	font-size: 1rem;
    color: #2F286A;
}
.simple-sitemap-wrap ul.simple-sitemap-page > li.page_item > ul.children{
    margin: 0 0 0 3em;
}
.simple-sitemap-wrap h3.post-type {
	font-size: 2.125rem;
}
/* simple-sitemap - END */

/* Menu - START */
.main-navigation ul li.menu-item .menu-link {
	font-size: clamp(14px, 0.925921875vw, 17.77777px) !important;
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .sub-menu {
        width: 180px !important;
    }
}

@media(max-width: 920px) {
	.ast-header-break-point .ast-icon.icon-arrow svg {
		margin-left: 0px !important;
	}
}

/* Menu - END */
/*.fl-post-grid.masonry  {
	width: 100% !important;
}*/
@media(max-width: 768px) {
	.support-request-gform .gform-body ul {
		margin: 0 0 1.5em 0;
	}
	.ready-start-contactus-mobile a.fl-button{
		line-height: 1 !important;
	}
	.ready-start-contactus-mobile .fl-button-right {
		justify-self: end;
	}
}

@media (max-width: 461px) {
	.fl-node-maw3plck2dog.fl-col > .fl-col-content {
		display: block;
		margin: 0 auto;
		padding-bottom: 34.49px;
		width: 304px;
	}
	.fl-node-qjit7hyb1g3u.fl-module > .fl-module-content {
		margin-right: clamp(-3px, -190.5px + 50vw, 24.5px) !important;
	}
}

@media (max-width: 575px) {
	#gform_9 {
		margin-left: clamp(16px, -174.9091px + 50.9091vw, 44px);
	}
	#gform_fields_9 input {
		font-size: 16px !important;
		padding: 10px 11px 10px 11px !important;
	}
	.site-footer-primary-section-4 {
		margin-left: clamp(16px, -174.9091px + 50.9091vw, 44px);
		margin-right: clamp(13px, -198.3636px + 56.3636vw, 44px) !important;
	}
	.wp-block-button {
		position: relative !important;
		top: -48px !important;
	}
	#gform_wrapper_9 .gform_footer input[type="submit"],
	#gform_wrapper_9 .gform_footer button {
		/*margin-right: clamp(14px, -190.5455px + 54.5455vw, 44px);*/
		position: relative;
        top: -15px !important;
	}
	.wp-block-buttons.is-content-justification-left.is-vertical {
		align-items: flex-end !important;
	}
	.has-text-align-right.footer-blog-link a{
		display: flex !important; 
		justify-content: center !important;
	}
	.has-text-align-left footer-blog-link {
		display: flex !important; 
		justify-content: center !important;
	}
}

@media (min-width: 1528px) and (max-width: 1920px) {
    .ast-primary-header-bar .site-primary-header-wrap {
        max-width: 100%;
    }
	.site-header-primary-section-left {
		margin-left: clamp(100px, -13.0408px + 7.398vw, 129px);
	}
	.ast-grid-right-section {
		margin-right: clamp(100px, -13.0408px + 7.398vw, 129px);
	}
}

@media (min-width: 820px) and (max-width: 1024px) {
	.ast-primary-header-bar .site-primary-header-wrap {
        max-width: 100%;
    }
	.site-header-primary-section-left {
		margin-left: clamp(50px, -50.4902px + 12.2549vw, 75px);
	}
	.ast-grid-right-section {
		margin-right: clamp(50px, -50.4902px + 12.2549vw, 75px);
	}
}

.fl-slide-text-left {
	display: flex;
	align-items: center;
}

#validation_message_9_4 {
  display: none;
}

@media (max-width: 1920px) and (min-width: 1280px) {
    .fl-content-slider-navigation {
        padding-top: clamp(30px, 270px + -12.5vw, 110px);
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .fl-content-slider-navigation {
        padding-top: 70px;
    }
}

/* Sitemap - START */
.custom-sitemap-container ul {
    margin: 0 0 0 1.2em;
    padding: 0;
}
.custom-sitemap-wrap ul.custom-sitemap-page > li.page_item {
    list-style-type: none;
}
.custom-sitemap-wrap ul.custom-sitemap-page > li.page_item > a{
	font-size: 1rem;
    color: #2F286A;
}
.custom-sitemap-wrap ul.custom-sitemap-page > li.page_item > ul.children{
    margin: 0 0 0 3em;
}
.custom-sitemap-wrap h3.custom-post-type {
	font-size: 2.125rem;
}
/* Sitemap - END */