/******/
/*** GLOBAL ***/
/******/

a {
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

a:visited {
	text-decoration:none;
}

.button-container {
	padding: 2.25rem 0 .875rem 0;
}

nav a {
	text-decoration: none;
}

footer ul {
	padding-inline-start: 0!important;
}

nav {
	margin-left: .75rem;
}

nav ul li, footer ul li {
	padding-right: .75rem;
	margin-block-start: .0625rem;
}

nav .grid-parent, section .grid-container-full .grid-parent {
	padding-left: 0;
	padding-right: 0;
}

.menu li {
	float: left;
}

.nav-padding a:first-child {
	padding-right: 4rem;
}

nav img {
	width: 16.938rem;
}

footer img {
	width: 25.625rem;
	max-width: none;
}

.button-full {
	width: 100%;
	display: block;
}

/* SECTIONS */

.info img {
	width: 5.063rem;
}

.info {
	margin-top: -.2rem;
}

.faq {
	margin-top: -.2rem;
}

.column {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
}

img {
	box-shadow: none !important;
}

nav {
	background-color: var(--blue) !important;
}

.image-text-image-container {
	height: inherit;
}

.image-text-img {
	top: 20%;
}

.ginput_container, .ginput_container input {
	height: 100% !important;
}

.ginput_container input {
	background-color: transparent !important;
	color: var(--blue) !important;
	border: 0.063rem solid var(--blue) !important;
}

/* GALLERY */

section.image-gallery .swiper-button-next, section.image-gallery .swiper-button-prev {
	position: relative;
}

.masonry-grid {
	column-count: 3;
	column-gap: 24px;
}
.masonry-item {
	break-inside: avoid;
	margin-bottom: 24px;
	width: 100%;
	cursor: pointer;
}
	
.modal-swiper {
	color: var(--white) !important;
	position: absolute !important;
	top: 50%;
}

.modal-swiper-prev{
	left: 0;
}

.modal-swiper-next{
	right: 0;
}
	
.modal-image-wrapper {
	height: 70vh;
}
	
@media screen and (max-width: 47.9375rem) {
	.masonry-grid {
		column-count: 2;
	}
	
	.modal-image-wrapper {
		height: 40vh;
	}
}
	
.slider-image {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}
	
.gallery-modal {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.8);
	backdrop-filter: blur(3px);
  	-webkit-backdrop-filter: blur(3px);
	justify-content: center;
	align-items: center;
	z-index: 100;
	overflow-x: hidden;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;    
	-ms-user-select: none;      
	cursor: default;
}

.gallery-modal-content {
	position: relative;
	background: none;
	padding-left: 10px;
	padding-right: 10px;
	max-height: 90%;
	overflow: hidden;
}
	
.body-lock-scroll {
	overflow: hidden;
	width: 100%;
	position: relative;
}
	
.gallery-modal-close-icon {
	width: 50px;
	height: 50px;
	position: absolute;
	cursor: pointer;
	z-index: 101;
}

.gallery-modal-close-icon::before,
.gallery-modal-close-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 2px;
	transform-origin: center;
}

.gallery-modal-close-icon::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.gallery-modal-close-icon::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.gallery-modal .gallery-modal-close-icon::before,
.gallery-modal .gallery-modal-close-icon::after {
	background-color: var(--white);
}

.gallery-modal .gallery-modal-close-icon {
	top: 10px;
	right: 15px;
}

.gallery-caption {
	color: var(--white);
}

@media screen and (min-width: 64.0625rem) and (max-width: 93.75rem) {
	.nav-padding a:first-child {
		padding-right: 2rem;
	}
}

@media screen and (min-width: 48rem) and (max-width: 64rem) {
	.nav-padding a:first-child {
		padding-right: 1rem;
	}
}


@media screen and (max-width: 47.9375rem) {
	
	.image-text-img {
		position: relative !important;
		transform: none !important;
		top: 0 !important;
	}
	
	nav img {
		width: none;
		max-width: 100% !important;
	}
	
	nav {
    	background-color: transparent !important;
	}
	
	#menu a {
        color: var(--blue);
        font-family: "Pitch", sans-serif;
		font-size: 1.25rem;
    }
	

	footer img {
		width: 20rem;
		max-width: none;
	}
	
	.menu-bg-cover {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #000000;
		z-index: 0;
		transition: all 350ms ease;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.prompt {
  		position: fixed;
  		width: 100%;
  		text-align: center;
  		line-height: 114px;
  		color: #666;
	}

	.reveal {
 		 opacity: .95;
  		display: block;
  		pointer-events: auto;
  		visibility: visible;
  		z-index: 50;
	}

	.hamburger-shell {
 		margin: 0;
  		position: fixed;
  		overflow: hidden;
  		width: 80px;
  		height: 64px;
  		overflow: auto;
  		top: 0;
  		right: 0;
  		cursor: pointer;
  		padding: 0;
  		background: transparent;
  		border: none;
  		z-index: 100;
  		background-color: var(--blue);
  		padding-left: 16px;
	}

	.top, .middle {
  		position: absolute;
  		width: 50px;
  		height: 3px;
  		background-color: #fefefe;
  		transition: all 350ms ease-in-out;
  		top: 24px;
	}

	.middle {
  		top: 36px;
	}

	#menu {
  		position: fixed;
  		left: calc(100% - 662px);
  		top: 61px;
  		display: none;
  		margin-right: 60px;
  		text-decoration: none;
  		font-weight: 100;
  		font-size: 40px;
  		color: #000000;
  		padding: 12px 24px;
  		width: 600px;
  		text-align: right;
  		z-index: 70;
	}

	#menu li {
  		text-decoration: none!important;
  		list-style: none;
  		color: #fefefe;;
		padding-top: .5rem;
  		transition: all 150ms ease;
	}

	#menu li:hover {
  		color: #C20000;
  		padding-right: 3px;
	}

	.menu-open .top {
  		transform: rotate(225deg);
  		-webkit-transform: rotate(225deg);
  		top: 30px;
  		background-color: #fefefe;;
  		height: 2px;
	}

	.menu-open .middle {
 		transform: rotate(-225deg);
 		-webkit-transform: rotate(-225deg);
  		top: 30px;
  		background-color: #fefefe;;
  		height: 2px;
	}

	.menu-name {
  		font-family: neue-haas-grotesk-text, sans-serif;
		font-weight: 700;
  		color: #4A4E10;
  		font-size: 16.3px;
  		text-decoration: none;
  		position: absolute;
  		top: 40px;
  		left: -1px;
  		transition: all 350ms;
	}

	.menu-open .menu-name {
  		top: 64px;
  		color: #fefefe;;
	}

	.social-icons {
  		float: right;
  		text-align: right;
  		margin-top: 80px;
		padding-top: 40px;
	}
	
	.social-icons img {
		margin-left: 12px;
	}
	
	.social-icons a {
		margin-left: 12px;
	}
	
	#mobile-logo {
		margin: 0!important;
		padding-top: 16px;
		padding-bottom: 11px;
	}
	
	#mobile-logo .mobile-grid-100 {
		padding-left: 4px;
	}

}
