/*
Theme Name:   VLMFSS Child Theme
Description:  This child theme is customized using Astra WP, one of the fastest and most versatile theme suitable for blogs, portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed.
Author:       Tiffany Mark
Author URI:   https://tiffanymark.com
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
*/

/* Display */
.inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
ul.list-none {
	list-style-type: none;
	margin-left: 0 !important;
	padding-left: 0 !important;
	max-width: none !important;
}
.content-area ul {
	margin-left: 0 !important;
}
p:empty {
	margin-bottom: 0;
}
a {
	text-underline-offset: 2px;
}
.decoration-solid a,
.decoration-solid a:visited {
	text-decoration: underline !important;
}
@media screen and (min-width: 768px) {
	.columns-3 {
		-webkit-column-count: 3;
		   -moz-column-count: 3;
		        column-count: 3;	
	}
}

/* Spacing */
.leading-none {
	line-height: 1em;
}
.leading-9 {
	line-height: 2.25em;
}
.w-auto,
.ast-mobile-header-content .w-auto .uagb-ifb-image-content,
.ast-mobile-popup-content .w-auto .uagb-ifb-image-content {
	width: auto !important;
}
.justify-between,
.justify-between.uagb-buttons__outer-wrap .uagb-buttons-repeater {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.justify-start,
.justify-start.uagb-buttons__outer-wrap .uagb-buttons-repeater,
.justify-start.wp-block-uagb-marketing-button {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.button-w-full a {
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.ast-plain-container.ast-no-sidebar #primary {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.m-0 {
	margin: 0 !important;
}
.ast-single-entry-banner[data-post-type="post"] .ast-container {
	padding: 2em;
}
@media screen and (max-width: 767px) {
	.mobile-w-32 {
		width: 8rem !important;
	}
}
/* Buttons & Links */
.fluentform .ff_btn_style {
	padding: 15px 30px !important;
}
.help-icon a .uagb-button__link,
.ast-custom-button-link[href="#get-away"] .ast-custom-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: none;
}

.help-icon a .uagb-button__link:before,
.ast-custom-button-link[href="#get-away"] .ast-custom-button:after {
	background: var(--ast-global-color-2);
	content: "";
	display: inline-block;
	-webkit-mask-image: url(/wp-content/themes/astra_child/assets/images/info.svg);
	mask-image: url(/wp-content/themes/astra_child/assets/images/info.svg);
	-webkit-mask-size: 30px 30px;
	mask-size: 30px 30px;
	-webkit-mask-repeat: none;
	mask-repeat: none;
	height: 30px;
	width: 30px;
}
.ast-custom-button-link[href="#get-away"] .ast-custom-button:after {
	margin-left: 4px;
	-webkit-mask-image: url(/wp-content/themes/astra_child/assets/images/quick-exit.svg);
	mask-image: url(/wp-content/themes/astra_child/assets/images/quick-exit.svg);
	-webkit-mask-size: 20px 20px;
	mask-size: 20px 20px;
	-webkit-mask-repeat: none;
	mask-repeat: none;
	height: 20px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	width: 20px;
}
.ast-custom-button-link[href="#get-away"]:hover .ast-custom-button:after {
	background: var(--ast-global-color-5);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.icon-gift a:after {
	background: var(--ast-global-color-2);
	content: "";
	display: inline-block;
	-webkit-mask-image: url(/wp-content/themes/astra_child/assets/images/gift.svg);
	mask-image: url(/wp-content/themes/astra_child/assets/images/gift.svg);
	-webkit-mask-size: 18px 18px;
	mask-size: 18px 18px;
	-webkit-mask-repeat: none;
	mask-repeat: none;
	height: 18px;
	width: 18px;
	margin-left: 10px;
}
.help-icon-01 a .uagb-button__link:before {
  margin-right: 12px;
  -webkit-mask-image: url(/wp-content/themes/astra_child/assets/images/psychology.svg);
	mask-image: url(/wp-content/themes/astra_child/assets/images/psychology.svg);
}
.help-icon-02 a .uagb-button__link:before {
	margin-right: 12px;
  -webkit-mask-image: url(/wp-content/themes/astra_child/assets/images/warning.svg);
	mask-image: url(/wp-content/themes/astra_child/assets/images/warning.svg);
}
.help-icon-03 a .uagb-button__link:before {
	margin-right: 12px;
  -webkit-mask-image: url(/wp-content/themes/astra_child/assets/images/translate.svg);
	mask-image: url(/wp-content/themes/astra_child/assets/images/translate.svg);
}
.help-icon-04 a .uagb-button__link:before {
	margin-right: 12px;
  -webkit-mask-image: url(/wp-content/themes/astra_child/assets/images/info.svg);
	mask-image: url(/wp-content/themes/astra_child/assets/images/info.svg);
}
.help-icon-01 a:hover .uagb-button__link:before,
.help-icon-02 a:hover .uagb-button__link:before,
.help-icon-03 a:hover .uagb-button__link:before,
.help-icon-04 a:hover .uagb-button__link:before {
	background: var(--ast-global-color-5);
}
.cta-hover-dodge:hover {
	mix-blend-mode: color-dodge;
}
.ast-single-post .entry-content a:link {
	text-decoration: none;
}

/* Forms */
.fluentform .ff-el-input--label label {
	font-family: "Jost", sans-serif;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span {
	background: var(--ast-global-color-1) !important;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span {
	border-color: var(--ast-global-color-1) !important;
}
.fluentform .frm-fluent-form .text-danger {
	color: #be0404;
}

/* Video Player */
.player {
	border-radius: 1rem;
	overflow: hidden !important;
	z-index: 1;
}

/* Header */
.site-above-header-wrap.ast-container {
	max-width: 100% !important;
	padding: 0 !important;
}
.ast-header-button-1 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}
.ast-advanced-headers-title {
	padding-bottom: .5em;
}
.site-header-primary-section-right aside {
	width: 100%;
}
.header-widget-area img[src*=".svg"] {
	-webkit-filter: invert(23%) sepia(71%) saturate(1395%) hue-rotate(191deg) brightness(95%) contrast(95%);
	        filter: invert(23%) sepia(71%) saturate(1395%) hue-rotate(191deg) brightness(95%) contrast(95%);
	height: 28px;
}
.astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg,.transparent-custom-logo .astra-logo-svg,.advanced-header-logo .astra-logo-svg) {
	height: auto !important;
}
.ast-mobile-header-content .uagb-infobox__content-wrap,
.ast-mobile-popup-content .uagb-infobox__content-wrap{
	padding: 5px;
}
.ast-mobile-header-content .uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-content, 
.ast-mobile-header-content .uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-image-content,
.ast-mobile-popup-content .uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-content, 
.ast-mobile-popup-content .uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-image-content {
	text-align: left;
	margin-bottom: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1214px) {
	.ast-builder-menu-1 .menu-item > .menu-link {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
/* Footer */
.site-footer,
.site-footer .widget-title,
.site-footer h2,
.site-footer a {
	color: var(--ast-global-color-5);
}
.site-footer a:hover,
.site-footer a:active {
	color: var(--ast-global-color-3);
}
.site-footer .widget-title,
.site-footer h2,
.footer-social-inner-wrap:before {
	font-family: "Jost", sans-serif;
	font-size: 1rem;
	font-weight: normal;
	text-transform: uppercase;
}
.site-footer .widget,
.site-footer .ast-builder-html-element > h2,
.footer-social-inner-wrap:before {
	margin-bottom: 1em;
}
.site-above-footer-inner-wrap .menu {
	line-height: 2.25em;
}
@media screen and (min-width: 544px) {
	.site-primary-footer-wrap.ast-builder-grid-row-3-equal .ast-builder-grid-row {
		-ms-grid-columns: 2fr 1fr;
		grid-template-columns: 2fr 1fr;
	}
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section:nth-of-type(1) {
		-ms-grid-column: 1;
		    grid-column-start: 1;
		-ms-grid-column-span: 2;
		grid-column-end: 3;
		-ms-grid-row: 1;
		    grid-row-start: 1;
		-ms-grid-row-span: 1;
		grid-row-end: 2;
	}
}
#astra-footer-menu{
	border-top: 1px solid #fff;
	padding-top: 2em;
}
.footer-social-inner-wrap:before {
	content: "Follow us";
	display: block;
}
/* Copyright logo */
a.tm-logo, 
a.tm-logo:hover {
  text-decoration: none;
  color: var(--ast-global-color-5); /*white*/
  opacity: .5;
}
a.tm-logo:hover {
  opacity: 1;
}
.tm-logo img {
  vertical-align: middle;
}