/*!
Theme Name: AirSource One
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: airsource-one
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

AirSource One is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.border-radius img {
	border-radius:10px !important;
}
.terms-footer {
	z-index: 100 !important;
	position:relative;
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link, .wp-block-buttons .wp-block-button__link {
	width:auto !important;
}
.footer-logo .alignright {
	float:left !important;
	
}
.wp-block-getwid-accordion__header {
	padding: 20px 32px !important
}
.wp-block-getwid-accordion__header-title {
	line-height:1.2 !important;
}

.site-header.scrolled .site-branding img {
	
	width:108px;
	margin-top:-115px;
	margin-left:0px;
}
/* ACCESSIBLITY */
.offscreen {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip-path: inset(1px 1px 1px 1px);
	clip-path: inset(1px, 1px, 1px, 1px);
}

.skip-to-content.offscreen:focus {
	position: relative;
	display: inline-block;
	height: auto;
	width: auto;
	padding: 0.625em 1.25em;
	background-color: #002e5e;
	color: #fff;
	overflow: visible;
	clip-path: none;
	text-decoration: none;
}

html {
	font-size: 14px;
}

body {
	width: 100%;
	overflow-x: hidden !important;
}

.wp-block-getwid-accordion__header-wrapper {
	background:white !important;
}
.wp-block-getwid-accordion__header-wrapper a {
	color: #051257;
	font-weight:bold;
	font-size:2rem;
}

/* Base state: hidden + slightly shifted down */
.appear {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease-out,
    transform 0.4s ease-out;
  will-change: opacity, transform;
}

/* Final state when revealed */
.appear.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* TYPOGRAPHY */

h1, h2, h3, h4, h5, .arrow-rollover a {
	font-family: 'Barlow Condensed', sans-serif;
}
#mega-menu-menu-1 a {
		font-family: 'Barlow Condensed', sans-serif !important;

}
p, li, a {
	font-family: 'News Cycle', sans-serif;
}
p, li {
	font-size: 1.75rem;
	color:#565656;
}
.wp-block-columns {
	gap:7rem;
}
.wp-block-button__link:hover {
	background: #051257;
}
.line-height-1 {
	line-height: 1;
}
mark {
	padding:0 !important;
}
.uppercase {
	text-transform: uppercase;
}
.light {
	font-weight: 300 !important;
}
.h-auto {
	min-height: auto !important;
}
.bold {
	font-weight: 700 !important;
}
strong {
	font-weight: 600 !important;
}

.centered {
	text-align: center;
}
.white {
	color: white;
	z-index: 1000;
}
.no-bullets {
	list-style: none;
	padding-left: 0;
}

.site-main {
	min-height: 80vh;
	padding-top:58px;
}

.top-logo {
	position: absolute;
	top:-63px;
	right:0;
	width:294px;
}

.wp-block-button a {
	text-decoration: none;
	font-weight: 600;
	letter-spacing:1px;
	padding: 12px 40px !important;
	font-size: 24px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close:before {
	font-size: 40px;
}
.mega-menu-toggle.mega-menu-open {
	color: white !important;
	visibility: hidden;
}
.mega-close {
	right:40px !important;
	top:50px !important;
}
#mega-menu-item-33 a {
	text-align: center !important;
}
.mega-chat-btn a {
	text-align:center !important;
}
li.mega-chat-btn:hover a {
	color:white !important;
}
li.mega-chat-btn:hover {
	background:#051257 !important;
}
#mega-menu-menu-1 a:hover {
	color:#57C7EE !important;
}
/* GUTENBERG EDITOR COLORS */

.has-blue-background-color {
	background-color: #051257;
}

.has-blue-color {
	color: #051257;
}

.has-turq-background-color {
	background-color: #57C7EE;
}


.has-turq-color {
	color: #57C7EE;
}

.has-white-background-color {
	background-color: #ffffff;
}

.has-white-color {
	color: #A6B3BB;
}

.has-black-background-color {
	background-color: #000000;
}

.has-black-color {
	color: #000000;
}


/* IMAGES */
.object-fit-contain, .object-fit-contain img {
	object-fit: contain;
	font-family: 'object-fit:contain';
}

.object-fit-cover, .object-fit-cover img {
	object-fit: cover;
	font-family: 'object-fit:cover';
}


/* NAVIGATION */
.site-header {
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	z-index: 1000;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	height: 157px;
	background:transparent;
	width:100%;
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top:59px solid #051257;

}
.site-branding img {
	width: 216px;
	height: auto;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	margin-left:84px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.site-header {


}
.text-shadow {
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);

}
.arrow-rollover a {
	position: relative;
	text-decoration:none;
}
.arrow-rollover a:hover {
	color:#57C7EE;
	cursor: pointer;
}
.arrow-rollover a:hover:before {
	content:'';
	position: absolute;
	width:24px;
	height:30px;
	left:-68px;
	background:url(/wp-content/uploads/2025/11/Polygon-1.png);
	background-size:cover;
	top:50%;
	transform:translateY(-50%);

}
#mega-menu-wrap-menu-1 {
	right:86px;

}
#mega-menu-wrap-menu-1 ul {
	padding-top:120px !important;
	max-height:780px !important;
	padding-left:57px !important;
}
#mega-menu-wrap-menu-1 li {
	margin-bottom:19px !important;
}
#mega-menu-wrap-menu-1 li a {
	text-transform: uppercase !important;
	font-weight: 600;
}
.chat-btn {
	background-color:#57C7EE !important;
	color:white !important;
	max-width:258px !important;
	border-radius:8px !important;
	padding:12px 18px !important;
}
#mega-menu-wrap-menu-1 .export-menu a {
	font-size: 18px !important;
	text-transform: none !important;
	color:white !important;
	font-weight:400 !important;
	text-decoration: underline !important;
}
.export-menu-flex {
	margin-top: 32px;
}
/* FOOTER */
.site-footer {
	min-height: 100px;
	position: relative;
}
.site-footer h3, .site-footer a, .site-footer p, .site-footer li {
	font-weight: 400;
}
.site-footer h3 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.site-footer p, .site-footer p, .site-footer li {
}
.site-footer ul {
	list-style: none;
	padding-left:0;
	display: block !important;
}
.site-footer li {
	margin-bottom: .5rem;
}
.negative-image {
	margin-top:-170px;
}
.position-relative {
	position: relative;
}
.footer-map {
	position: absolute;
	bottom:0px;
	left:50%;
	transform: translateX(-50%);
	width:90%;
}
label {
	width:100%;
}
.form-control {
	border-radius:12px;
	height:46px;
}
.blue-list {
	padding-left:2rem;
}
.blue-list li {
		border-bottom:1px solid #57C7EE;
		margin-bottom:12px;
		padding-bottom:6px;

}
.wpcf7-submit {
	border:none;
	background: #57C7EE;
	color:white;
	padding: 8px 64px;
	border-radius:8px;

}
.wpcf7-submit:hover {
	background:#081257;
}
@media only screen and (max-width: 1126px) {

.negative-image {
	margin-top:0px;
}
	.wp-block-button a {
		font-size:23px;
	}
}
@media only screen and (max-width: 980px) {
.wp-block-button a {
		font-size:22px;
	}
	
}
@media only screen and (max-width: 786px) {
	html {
		font-size: 15px;
	}
	.wp-block-button a {
		font-size:20px;
	}
	h3 {
		font-size:2.75rem !important;
	}
	.wp-block-columns {
	gap:1rem !important;
}
.negative-image {
	margin-top:initial;
}
.order-1 {
	order:1;
}
.order-2 {
	order:2;
}
	.top-logo {
	position: relative;
	top:initial;
	right:initial;
	width:294px;
}
	.site-branding img {
		width:175px;
	}
	#mega-menu-wrap-menu-1 {
		right:32px;
	}
	.site-branding img {
		margin-left:32px;
	}
	.footer-text {
		font-size:2rem !important;
	}
	
	

}

@media only screen and (max-width: 480px) {
	html {
		font-size: 14px;
	}
	
	.site-branding img {
		width:130px;
	}
	.wp-block-button a {
		font-size:18px;
	}
	h1 {
		font-size:3rem !important;

	}
	h2, h3 {
		font-size:2.1rem !important;
	}
	.footer-logo img {
		width:150px !important;
	}
	div.wp-block-button {
		width:auto !important;
	}
	.arrow-rollover h2:hover:before {
 		left:-24px;
 		width:16px;
 		height:20px;
 }
 .footer-map {
 	bottom:120px;
 }
	.footer-text {
		font-size:1.2rem !important;
	}
}


@media only screen and (max-width: 420px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 22px !important;
	}
	
}

@media only screen and (max-width: 370px) {
	h1 {
		font-size:2.75rem !important;
	}
	
}
@media only screen and (max-width: 320px) {
	h1 {
		font-size:2.5rem !important;
	}
	
}