/*!
Theme Name: Aeromax
Theme URI: http://underscores.me/
Author: Chris Lam Design
Author URI: http://chrislamdesign.com
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: aeromax
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.

Aeromax 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/
*/
/* 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: 16px;
		overflow-x: hidden !important;

}


body {
	width: 100%;
	overflow-x: hidden !important;
		font-family: 'Montserrat', sans-serif;

}

/* TYPOGRAPHY */

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	
}
p, li, a {
}
p {
	
}
a {

}
a.wrapper-link {
	text-decoration: none;
	height: 100%;
}

.home-columns {
	gap:0;
	margin-bottom:0;
}
.home-columns.first .wp-block-column{
	padding-bottom:2rem;
}
.home-columns .wp-block-column:not(:first-child) {
	padding-left:3rem;
}
.home-columns .wp-block-column:not(:last-child) {
	padding-right:3rem;
}
.home-columns .wp-block-column:not(:last-child) {
	border-right: 1px solid #CACED1;
}
.home-columns.first {
	border-bottom:1px solid #CACED1;
}

.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;
}

/* GUTENBERG EDITOR COLORS */

.has-blue-background-color {
	background-color: #0C3F63;
}

.has-blue-color {
	color: #0C3F63 !important;
}


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

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

/* 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';
}
.height-auto img, .height-auto {
	height: auto !important;
}

/* layout */
:where(.wp-block-columns.is-layout-flex) {
	gap:4rem;
}
figure.wp-block-image {
	margin-bottom:0 !important;
}
.logo-gallery img {
	max-height:122px;
	width:auto !important;
	object-fit:contain;
}
.story-details img {
	width:100%;
	margin-bottom:16px;
}
.story-details p {
	line-height:1.5 !important;
}
.logo-slide:first-child{
	margin-left:32px;
}
#logo-slider img {
	width:127px;
	height:auto;

}
.logo-slide {
	align-items: center;
	display:flex;
}
/* TOP MENU */
.top-navigation {
	background-color:#0C3F63;
}
/* 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;
}
.site-branding {
	background-color:#F4F5F5;
	display: flex;
	align-items:center;
	justify-content: center;
	width: 338px;
	height:148px;
}
.site-branding img {
	width: 232px;
	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;
}

.main-navigation, .top-navigation, .both-menus {
	width:100%;
}

.main-navigation a:hover {
	border-bottom:1.5px solid #1583E8 !important;
}
.top-navigation, ul#top-menu {
	height: 43px;
}
ul#top-menu {
	margin-bottom:0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
}
ul#top-menu a {
	color:white !important;
	font-weight: 500;
	font-size:14px;

}
ul#top-menu i {
	padding-top:3px;
}
ul#top-menu li:not(:last-child) {
	margin-right:32px;
}
.main-navigation, .mega-menu-wrap, .main-navigation ul  {
	height: 105px !important;
}
.main-navigation ul {
	flex-wrap: wrap;
}
.request-btn {
	clip-path: polygon(0 0,100% 0,100% 100%,13% 100%);
    padding-left: 43px;
    padding-right: 40px;
    background: #01517D;
    height: 43px;
    display: flex;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
}
.wp-block-button__link.has-white-color:hover {
background: linear-gradient(180deg, #DCDFE1 0%, #FFF 100%) !important;
box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25) inset !important;
color: #0C3F63 !important;
text-decoration: none;
}
.wp-block-button__link.has-blue-color:hover {
background: linear-gradient(180deg, #0C3F63 0%, #01517D 100%) !important;
box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25) inset !important;
color: white !important;
text-decoration: none;
}
.wpcf7-submit {
	background: linear-gradient(180deg, #0C3F63 0%, #01517D 100%);
box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25) inset;
color:white;
padding-left:71px;
padding-right:71px;
border:none;
margin-top:16px;
}
.line-height-1 {
	line-height: 1.3;
}
.request-btn a {
	    font-weight: bold !important;
	    letter-spacing:.08rem;
}
.main-navigation ul {
	margin-bottom:0;
	align-items: center !important;
	display: flex !important;
	justify-content: flex-end !important;
}
.main-navigation a {
	font-weight: 500 !important;
}
/* FOOTER */
.site-footer {
	background: linear-gradient(#0C3F63, #01517D);
	min-height: 384px;
	position: relative;
	padding-top:100px;
}
.site-footer h3, .site-footer a, .site-footer p, .site-footer li {
	color: #dddddd;
	font-weight: 400;
}

.site-footer ul {
	list-style: none;
	padding-left:0;
}
.site-footer li {
	margin-bottom: .5rem;
}
.site-footer #menu-main-navigation {
	display: flex;
	list-style: none;
	justify-content: space-between;
}
.site-footer #menu-main-navigation a {
		font-weight: 600;

}
.site-footer .request-btn {
	display: none;
}
.eihe-title-cover h3 {
	text-align: center;
}

.interior-hero-column {
	position: relative;
}
.interior-hero-column img {
	margin-bottom:-150px !important;
	height: 448px;
	width:100%;
	object-fit: cover;
}
.interior-hero {
	overflow-y:visible;
}
img {
	width:100%;
}
.quote-paragraph {
	line-height:1.2;
	border-left:3px solid #0C3F63;
	padding-left:2rem;
}
.services-list {
	list-style: none;
	columns:2;
}
.services-list li {
	margin-bottom: 1rem;
}
.services-list a  {
	font-weight: 600 !important;
	letter-spacing: .1rem;
}
.services-list a:hover {
	text-decoration: none;
	color: #0C3F63;
}
label {
	width: 100%;
	margin-bottom:0;
}
.wp-block-contact-form-7-contact-form-selector p {
	margin-bottom:0;
}

input {
	min-height: 53px;
}
@media only screen and (max-width: 902px) {

	.main-navigation {
		visibility: hidden;
	}
	.site-branding {
		width:250px;

	}
	.site-branding a {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.site-branding img {
		width:100%;
		margin:0 auto;
	}

}
@media only screen and (max-width: 849px) {
	.site-branding {
		width:200px;

	}
	ul#top-menu li:not(:last-child) {
		margin-right:12px;
	}
	.rmp-menu-title-image {
		object-fit: contain;
	}

}

@media only screen and (max-width: 780px) {
	html {
		font-size: 15px;
	}
	.interior-hero-column img {
		margin-bottom:0 !important;
		height:auto;
	}
	.after-interior-hero .wp-block-getwid-section__wrapper {
		padding-top:64px !important;
	}
	.home-columns .wp-block-column:not(:last-child) {
	border-right: none;
}
.home-columns.first {
	border-bottom:none;
}
	.main-navigation, .mega-menu-wrap, .main-navigation ul, .site-branding {
		height:55px !important;
	}
}

@media only screen and (max-width: 480px) {
	html {
		font-size: 14px;
	}
	.request-btn {
		padding-right:10px;
	}
	#menu-item-35 a {
		font-size:10px;
	}
	.site-footer #menu-main-navigation {
		display: block;
		columns:2;
	}
}