/* Extended CSS Styles */

/* Layout */
.page-container {
	padding-top: 115px;
}
.grid-container {
	max-width: 75rem;
}
.full-height {
	min-height: 100vh;
}
.over-hidden {
	overflow: hidden;
}

/* Global */
.mobile-only {
	display: none!important;
}
.has-overlay .overlay {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.has-overlay {
	position: relative;
}
.has-overlay .top-index {
	display: block;
	z-index: 10;
}
.has-overlay .overlay.dark {
	background: rgb(0,0,0, 0.75);
}
.has-overlay .overlay.light {
	background: rgb(255,255,255, 0.75);
}

/* Typography */
.uppercase {
	letter-spacing: 2px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 700;
	font-style: normal;
}
body, address {
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 500;
}
.text-center {
	text-wrap: balance;
}

/* Header */
header .main-header {
	padding: 20px 0;
}
header .main-header .menu {
	padding: 10px 0;
}
#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	background-color: #670099!important;
}

/* Footer */
footer {
	float: left;
	width: 100%;
}
footer ul,
footer li {
	list-style: none;
}
footer h4,
footer a,
footer p {
	font-size: 14px;
}
footer .main-footer {
	padding: 80px 0;
}
footer .main-footer .menu li {
	float: left;
	width: 100%;
}
footer .main-footer .menu li > a {
	padding: 0;
	line-height: 24px;
}
footer .lower-footer {
	padding: 7px 0;
}
footer .lower-footer #menu-lower-footer {
	float: right;
}
footer .copy,
footer #menu-lower-footer a {
	font-size: 14px;
	padding: 10px 0!important;
	line-height: 26px;
}
footer .copy {
	margin: 0;
}

/* Sidebar */
.sidebar-content {
	background-color: #F1F1F1;
	border-radius: 10px;
	padding: 50px;
	margin-bottom: 30px;
}
.sidebar-content .menu li > a {
	font-size: 16px;
	line-height: 21px;
	font-weight: 900;
	color: #000000;
}

/* Heading */
.has-sub {
	position: relative;
	margin-bottom: 80px;
	float: left;
	width: 100%;
}
.has-sub h3 {
	display: block;
    z-index: 2;
    position: relative;
}
.behind-sub {
    position: absolute;
    color: #F1F1F1;
    font-weight: 1000;
    font-size: 86px;
    line-height: 38px;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.behind-sub.darker {
	color: #E5E5E5;
}

/* Page Blocks */
#gallery .slick-slide {
	max-height: 620px;
	overflow: hidden;
	border-radius: 10px;
}
#gallery .slick-slide img {
	width: 100%;
}
#gallery .slick-arrow {
	position: absolute;
	top: 45%;
    display: block;
    z-index: 1;
    background-color: #670199;
    color: #ffffff;
    padding: 20px;
    border-radius: 5px;
}
#gallery .slick-arrow.slick-prev {
	left: 7%;
}
#gallery .slick-arrow.slick-next {
	right: 7%;
}

#informationboxes .info-box {
	border-radius: 10px;
	min-height: 280px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
#informationboxes .info-box a {
    height: 100%;
    z-index: 2;
    position: relative;
}
#informationboxes .info-box a > h3 {
	color: #ffffff;
}
#informationboxes .info-box .overlay {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	background: rgb(103,0,153, 0.75);
}

#news-blocks .box .box-content h4 {
	color: #670099;
	margin-bottom: 20px;
}
#news-blocks .box .box-content p {
	margin-bottom: 20px;
}
#news-blocks .box .blog-image {
	max-height: 240px;
    overflow: hidden;
    border-radius: 10px;
}

#team .team-image {
	background-position: center;
    background-size: cover;
    height: 300px;
    border-radius: 10px;
}
#team .team-details {
	float: left;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 40px;
}
#team .team-details .bio {
	float: left;
	width: 100%;
	padding: 0 40px;
}
#team .team-details .bio > p {
	font-size: 14px;
}

/* Locations */
.page-template-single-location .location-details,
.page-template-single-location-subpage .location-details {
	display: flex;
	margin: auto;
	font-weight: 700;
	margin-bottom: 20px;
	clear: both;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.page-template-single-location .location-heading .rating,
.page-template-single-location-subpage .location-heading .rating {
	position: absolute;
    top: 0;
    right: 0;
}
.page-template-single-location .location-details > span > i,
.page-template-single-location-subpage .location-details > span > i {
	margin-right: 10px;
}
.page-template-single-location .location-details > span > a,
.page-template-single-location-subpage .location-details > span > a {
	color: #000000;
}
.page-template-single-location .short-introduction,
.page-template-single-location-subpage .short-introduction {
	padding: 0 10%;
	margin-top: 60px;
}
.page-template-single-location #informationboxes,
.page-template-single-location-subpage #informationboxes {
	margin-top: 60px;
}
