/*
Theme Name:  vast-afc-child
Theme URI:  
Description:  
Author:  
Textdomain:  
Author URI:  
Template:  vast
Version:  1.0
License:  
License URI:                  
*/

@import url("../vast/style.css");

/*.has-base-background-color {
    background-color: #ffabab !important;
}

body{
	background-color:red!important;
}*/




.vast-hero-a__title {
	font-size: clamp(150px, calc(10vw + -40px), 180px);
	line-height: clamp(150px, calc(10vw + -40px), 180px);
	margin: 0;
	text-align: left;
	color: #ffffff;
	font-family: 'field-gothic-condensed';
	font-weight: 700;
	font-style: normal;
	width: 100%;
	display: flex;
	align-items: flex-start;
	text-transform: none;
	flex-direction: column;
}


.vast-block-a{
    background-color: #ffffff;
    color: #002575;
}

.vast-block-a__subtitle{
color: #002575;
}


.vast-footer-a__carousel{
	display: none;
}

/* Hide "user_type" field from contact form-a */
.vast-form-a .vast-form-a__field--user-type,
.vast-form-a .vast-form-a__field[data-field="user_type"],
.vast-form-a select[name="user_type"],
.vast-form-a input[name="user_type"],
.vast-form-a .vast-form-a__select-wrapper:has(select[name="user_type"]),
.vast-form-a .vast-form-a__input-wrapper:has(input[name="user_type"]) {
	display: none !important;
}

/* Hide "Company" field from contact form-a */
.vast-form-a .vast-form-a__field--company,
.vast-form-a .vast-form-a__field[data-field="company"],
.vast-form-a input[name="company"],
.vast-form-a .vast-form-a__input-wrapper:has(input[name="company"]) {
	display: none !important;
}

/* Alternative targeting if the above doesn't work */
/* .vast-form-a__field:nth-child(3),
.vast-form-a__field:nth-child(4) {
	display: none !important;
} */

@media (max-width: 1200px) {


    .vast-hero-a__title {
    	font-size: 60px;
    	line-height: 60px;
    }


}