/* default styles for the understrap child theme */

.text-dark {
	color: #000 !important;
}
.text-light {
	color: #fff !important;
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .h1,
.text-light .h2,
.text-light .h3,
.text-light .h4,
.text-light .h5,
.text-light .h6 {
	color: #fff;
}

#menu-sidebar,
a,
a::before {
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

ul.aw-hover-menu > li.dropdown > ul.dropdown-menu {
	display: block;
	left: -9999px;
}
ul.aw-hover-menu > li.dropdown:hover > ul.dropdown-menu,
ul.aw-hover-menu > li.dropdown > a:focus+ul.dropdown-menu,
ul.aw-hover-menu > li.dropdown.focus > ul.dropdown-menu,
ul.aw-hover-menu > li.dropdown > ul.dropdown-menu:focus {
	top: 95%;
	left: 0;
}

div#main-nav {
	justify-content: flex-end;
}

a#mobile-nav-toggle {
	font-size: 1.75rem;
	margin-right: 1rem;
}

#menu-sidebar.open {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
#menu-sidebar {
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	width: 500px;
	height: 100vh;
	max-width: 100%;
	background-color: #fff;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
	overflow: auto;
	overflow: inherit;
	padding: 1.5rem 3rem 3rem;
	z-index: 9999;
	overflow-y: scroll;

}
.admin-bar #menu-sidebar {
	top: 32px;
}

#menu-sidebar a {
	padding: 0.5rem 0;
	font-weight: 400;
	font-size: 1.35em;
}
.close {
	opacity: 1;
	float: none;
	text-shadow: none;
}
#menu-sidebar .close-wrapper {
	text-align: right;
	margin: 1rem auto;
}

#menu-sidebar #menu-social-icons {
	display: block;
}
#menu-sidebar .contact-link {
	font-size: 1rem;
}
#menu-sidebar ul#menu-social-nav li {
	margin-left: 0rem;
}
a#mobile-nav-toggle {
	margin-left: auto;
}

ul#sidebar-menu > li {
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}
#menu-sidebar ul {
	list-style: none;
}
ul#sidebar-menu ul {
	margin-top: 1rem;
}
ul#sidebar-menu ul > li {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
ul#sidebar-menu ul > li:last-child {
	margin-bottom: 0;
}


.col-inner > *:last-child,
.site-info > *:last-child {
	margin-bottom: 0;
}

.bg-image {
	background-position: center;
	background-size: cover;
}

.content-section {
	position: relative;
	z-index: 1;
}

#page span.wpcf7-spinner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.padding-sm {
	padding-top: var(--padding-sm);
	padding-bottom: var(--padding-sm);
}
.padding-md {
	padding-top: var(--padding-md);
	padding-bottom: var(--padding-md);
}
.padding-lg {
	padding-top: var(--padding-lg);
	padding-bottom: var(--padding-lg);
}

figure.image-wrapper.size-cover {
	display: flex;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding-top: 56.25%;
}
figure.image-wrapper.size-cover.row-height {
	padding-top: 0;
}
.content-inner-wrapper.layout_image-with-content figure.image-wrapper {
	margin-bottom: 0;
}
figure.image-wrapper > img {
	width: 100%;
}
figure.image-wrapper.size-cover > img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform:  translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	object-fit: cover;
}

#page .dropdown-item.active,
#page .dropdown-item:active,
#page ul.dropdown-menu > li.menu-item:hover > .dropdown-item {
	background-color: #e2e2e2;
	color: inherit;
}
ul.dropdown-menu {
	padding: 0;
	border-radius: 0;
}
ul.dropdown-menu  a.dropdown-item {
	padding: 1rem 2rem;
}
.layout_full-width-media {
	height: 35vw;
	max-height: 500px;
	min-height: 275px;
	position: relative;
}
.layout_full-width-media.height-vh {
	height: 100vh;
	max-height: none;
	min-height: auto;
}
.layout_full-width-media figure.image-wrapper, .layout_full-width-media .video-wrapper {
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
}
.video-wrapper > video.background-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
}

ul.social-icons {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

ul.social-icons > li {
	font-size: 1.15em;
	margin-top: auto;
	margin-bottom: auto;
}

ul.social-icons > li+li {
	margin-left: 0.75rem;
}

.layout_full-width-media .content-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3rem;
}

.layout_full-width-media a.scroll-arrow {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 2em;
}

.grecaptcha-badge {
	z-index: 5;
}

a.navbar-brand.custom-logo-link {
	width: 230px;
}

li.scroll-link > a,
a.scroll-link {
	scroll-behavior: smooth;
}

.content-row+.content-row {
	margin-top: 2rem;
}

.content-section.bg-white:not(.p-0)+.content-section.bg-white,
.content-section.bg-none:not(.p-0)+.content-section.bg-none {
	padding-top: 0;
}

.col-image > figure.image-wrapper {
	margin-bottom: 0;
}

header#page-header {
	overflow: hidden;
	position: relative;
}

header#page-header > .content-section {
	position: relative;
	z-index: 1;
}
header#page-header {
	min-height: 650px;
}

figure.image-wrapper.size-cover.hero-background {
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 0;
}


#page .btn-primary {
	color: #fff;
}

header.entry-header h1.entry-title {
	text-align: center;
}