/**
 * Theme Name: HighSkool
 * Theme URI: https://highskool.ekole.fr
 * Author: Charlie Merland
 * Author URI: https://caercam.org/
 * Description: A custom-mage high school theme for Ekole projects.
 * Version: 1.2
 * Text Domain: highskool
 */

* {
	margin: 0;
	padding: 0;
	transition: all .3s ease;
}

body {
	background: #fff;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Work Sans',inherit sans-serif;
	overflow-x: hidden;
}

body.no-scroll {
	overflow: hidden;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #111;
}

.grecaptcha-badge {
	display: none !important;
}

.container {
	margin: 0 auto;
	max-width: 72em;
	padding: 0 1rem;
	width: calc( 100% - 2rem );
}

.alignleft {
	display: inline;
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}

/*.wp-block-image .alignleft {
	display: inline;
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}*/

.alignright {
	display: inline;
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

/*.wp-block-image .alignright {
	display: inline;
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}*/

.aligncenter {
	clear: both;
	display: block;
	margin: 1.5em auto;
}

.wp-block-image .aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

.primary-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: auto !important;
}

.primary-title .elementor-heading-title {
	margin: 0 !important;
	padding: .75rem 3rem .75rem 1rem !important;
}

.secondary-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: auto !important;
}

.secondary-title span {
	display: table;
	padding: .25rem .5rem;
}

/**
 * Site Intro.
 */

.site-intro.fullscreen {
	bottom: 0 !important;
	left: 0 !important;
	position: fixed !important;
	right: 0 !important;
	top: 0 !important;
	z-index: 9999999;
}

.site-intro .elementor-image,
.site-intro .elementor-heading-title {
	opacity: 0 !important;
	transition: opacity 1.5s ease;
}

.site-intro.loaded .elementor-image,
.site-intro.loading .elementor-image,
.site-intro.loaded .elementor-heading-title {
	opacity: 1 !important;
}

/**
 * Site Header.
 */

.k-site-header {
	background-color: #fff;
	height: 8rem;
	position: relative;
}

.home:not(.page-template-page-noheader) .k-site-header {
	background-image: url(assets/img/header-s.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 50vh !important;
	padding: 36vh 0 10vh;
}

/**
 * Site Burger.
 */

.k-site-burger {
	background: transparent;
	border: 0;
	box-shadow: 0 0 0;
	cursor: pointer;
	display: none;
	height: 3rem;
	position: absolute;
	right: 2.5rem;
	top: 2.5rem;
	width: 3rem;
	z-index: 10;
}

.scrolled .k-site-burger,
.k-site-burger.active {
	display: block;
}

.burger-line {
	background: #333;
	cursor: pointer;
	display: block;
	float: right;
	height: .25rem;
	margin: .25rem 0;
}

.burger-line:nth-child(1) {
	width: 70%;
}

.burger-line:nth-child(2) {
	width: 90%;
}

.burger-line:nth-child(3) {
	width: 80%;
}

.k-site-burger:hover .burger-line {
	background: #111;
	width: 100%;
}

/**
 * Site Menu.
 */

.k-site-menu {
	align-items: center;
	background: #fff;
	display: flex;
	height: 8rem;
	justify-content: space-between;
	left: 0;
	overflow: visible !important;
	padding: 0 !important;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
	width: 100% !important;
}

.k-site-menu .k-main-menu {
	/*height: 3rem;*/
	list-style: none;
	/*position: absolute;
	right: 2rem;
	top: 2.5rem;*/
	z-index: 1;

	max-width: calc( 100% - 24rem );
}

.scrolling .k-site-menu {
	margin-top: -8rem;
}

.admin-bar.scrolled .k-site-menu {
	top: 2rem;
}

.scrolled .k-site-menu {
	box-shadow: 0 1rem 0 rgba(31, 56, 114, .25);
	margin-top: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}

.scrolled .k-main-menu,
.scrolled .ubermenu-responsive-default.ubermenu.ubermenu-main {
	display: none !important;
}

.k-site-menu .k-main-menu.active {
	background: #fff;
	box-shadow: 0 1rem 0 rgba(31, 56, 114, .25);
	display: flex !important;
	flex-wrap: wrap;
	height: auto;
	justify-content: center;
	left: 0;
	max-width: none;
	padding: 2.5rem 6rem 3rem 3rem;
	position: absolute;
	top: 8rem;
	width: calc( 100% - 9rem );
	z-index: 9999:
}

.k-site-menu .ubermenu-responsive-default.ubermenu.ubermenu-main.active {
	display: flex !important;
	margin-right: 6rem;
}

.k-main-menu .menu-item {
	display: inline-block;
	text-align: center;
}

/*.main-menu .menu-item {
	flex: 0 0 auto
	width: 25%;
}*/

.k-main-menu .menu-item.mobile-only {
	display: none;
}

.k-main-menu .menu-item a {
	display: block;
	font-weight: 400;
	font-size: 1rem;
	height: 3rem;
	line-height: 3rem;
	padding: 0 1rem;
}

.k-main-menu .menu-item a img {
	height: 1rem;
	width: 1rem;
}

.k-main-menu .menu-item.active a {}

.k-main-menu .menu-item:hover a,
.k-main-menu .menu-item a:hover {}

.k-main-menu > .menu-item > .sub-menu {
	display: none;
	margin: 0 0 0 -0.5rem;
	position: absolute;
}

.k-main-menu > .menu-item:hover > .sub-menu {
	display: block;
	padding: .5rem;
}

.k-main-menu > .menu-item > .sub-menu::before {
	border: .5rem solid transparent;
	content: '';
	left: 3rem;
	position: absolute;
	top: -1rem;
}

.k-main-menu > .menu-item > .sub-menu > .menu-item {
	display: block;
	text-align: left;
}

/**
 * Site Branding.
 */

.k-site-brand {
	/*left: 0;*/
	/*margin: 8rem 0 0 0;*/
	/*position: absolute;*/
	/*top: 0;*/
	z-index: 9999;
}

.k-site-brand.mobile {
	align-items: center;
	display: flex;
	/*margin: -1.5rem 0 0 0;*/
}

.k-site-menu .k-main-menu.active + .k-site-brand,
.k-site-menu .k-main-menu.active + .k-site-brand + .k-site-brand.mobile {
	margin-left: -28rem;
}

.k-site-brand a {
	display: block;
	text-decoration: none;
}

.k-site-brand a:hover {}

.k-site-brand img {
	height: 16rem;
	float: left;
	margin-right: 1rem;
	width: 16rem;
}

.k-site-name {
	color: #333;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	top: 3rem;
}

.k-site-brand.mobile {
	max-height: 100%;
	max-width: 24rem;
	width: 60%;
}

.k-site-brand.mobile img {
	height: 6rem;
	margin: 1rem;
	width: auto;
}

.k-site-brand.mobile,
.scrolled .k-site-brand {
	display: none;
}

.scrolled .k-site-brand.mobile {
	display: block;
}

/**
 * Scroll Blocks.
 */

.k-mobile-menu {
	display: none;
	height: 6rem;
	list-style: none;
	position: absolute;
	right: 8rem;
	text-align: center;
	top: 1rem;
}

.k-mobile-menu .menu-item {
	background-color: #333;
	border: .125rem solid #333;
	display: inline-block;
	height: 5.75rem;
	margin: 0 .5rem;
	top: 1rem;
	vertical-align: top;
	width: 5.75rem;
}

.k-mobile-menu .menu-item.secondary-item {
	background-color: #fff;
	border: .125rem solid #333;
	height: 3rem;
	line-height: 3rem;
	margin: 1.5rem 2rem 0 0;
	padding: 0 1rem;
	vertical-align: top;
	width: auto;
}

.k-mobile-menu .menu-item.secondary-item .menu-image {
	display: none;
}

.k-mobile-menu .menu-item a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.k-mobile-menu .menu-item.secondary-item a {
	color: #333;
}

.k-mobile-menu .menu-image {
	height: 2.5rem;
	margin: 1rem auto .5rem;
	padding: 0 !important;
	width: 2.5rem;
}

.k-mobile-menu .menu-image img {
	height: 2.5rem;
	width: 2.5rem;
}

.k-mobile-menu .menu-image-title {
	display: block;
	font-size: .875rem;
	font-weight: 500;
	text-align: center;
}

.k-mobile-menu .menu-item.two-lines .menu-image-title {
	line-height: .75rem;
	margin-top: -.25rem;
}

.k-mobile-menu .menu-item.secondary-item.two-lines .menu-image-title {
	font-size: 1rem;
	line-height: 3.5rem;
}

.scrolled .k-mobile-menu {
	display: block;
}

/**
 * Content.
 */

.site-content {
	overflow: hidden;
}

/**
 * Entries.
 */

.hentry .entry-header {
	margin: -4rem auto 4rem;
	max-width: 60rem;
	position: relative;
}

.hentry .entry-header .entry-thumbnail {
	background-color: #333;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	min-height: 30rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.hentry .entry-header .entry-title {
	background: #fff;
	margin: -3rem 2rem 0;
	padding: 1rem;
	position: relative;
	text-align: center;
	width: calc( 100% - 6rem );
	z-index: 1;
}

.hentry .entry-header .entry-meta {
	font-size: .75rem;
	font-weight: 500;
	opacity: .75;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.hentry .entry-header .entry-meta::before,
.hentry .entry-header .entry-meta::after {
	background: #d4ad3c;
	content: '';
	height: .125rem;
	left: calc( 50% - 2rem );
	position: absolute;
	width: 4rem;
}

.hentry .entry-header .entry-meta::before {
	top: -.5rem;
}

.hentry .entry-header .entry-meta::after {
	bottom: -.5rem;
}

.hentry .entry-content {
	margin: 0 auto;
	max-width: 50rem;
}

.page.elementor-page .hentry .entry-content {
	max-width: none;
}

.hentry .entry-content h1,
.hentry .entry-content h2,
.hentry .entry-content h3,
.hentry .entry-content h4,
.hentry .entry-content h5,
.hentry .entry-content h6 {
	margin: 1.5rem 0 1rem;
}

.hentry .entry-content h1 {
	font-size: 2.5rem;
	font-weight: 300;
}

.hentry .entry-content h2 {
	font-size: 2rem;
	font-weight: 500;
}

.hentry .entry-content h3 {
	font-size: 1.5rem;
	font-weight: 500;
}

.hentry .entry-content h4 {
	font-size: 1.25rem;
	font-weight: 500;
}

.hentry .entry-content h5 {
	font-size: 1rem;
	font-weight: 600;
}

.hentry .entry-content h6 {
	font-size: .875rem;
	font-weight: 700;
}

.hentry .entry-content p {
	line-height: 2rem;
	margin-bottom: 1.5rem;
}

.hentry .entry-content ul {
	line-height: 2.5rem;
	margin: 1.5rem;
	padding: 0 0 0 1.5rem;
}

.archive-title .wp-block-cover-image {
	min-height: 14rem;
}

.entry-title .wp-block-cover-image .wp-block-cover-image-text {
	color: #fff !important;
	font-size: 3rem;
	font-weight: 300;
}

.entry-title .wp-block-cover-image .wp-block-cover-image-text .label {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	opacity: .8;
}

.wp-block-image {
	margin: 1.5rem auto;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 2.5rem 1.5rem;
}

/**
 * Training Archives.
 */

.training-archives {
	display: block;
	margin: 4rem 0;
	min-height: 18rem;
	padding-left: 20rem;
	position: relative;
}

.training-archives .results-header p {
	padding: 1rem 2rem;
}

.training-archives .hentry {
	border-top: .05rem solid #cfd0d8;
	margin: 0 1rem;
	padding: 0;
	width: calc( 100% - 2rem );
}

.training-archives .hentry.has-parent {
	margin: 0 1rem;
}

.training-archives .hentry .entry-title {
	font-weight: 300;
	margin: 0;
}

.training-archives .hentry .entry-title .entry-terms {
	float: left;
	font-size: .75rem;
	font-weight: 500;
	margin: 1rem 1rem -2rem 1rem;
	opacity: .5;
	position: relative;
	z-index: 1;
}

.training-archives .hentry .entry-title .entry-term {
	position: relative;
}

.training-archives .hentry .entry-title .entry-term:not(:last-child) {
	padding-right: 1rem;
}

.training-archives .hentry .entry-title .entry-term:not(:last-child)::after {
	content: '−';
	position: absolute;
	right: .25rem;
}

.training-archives .hentry .entry-title .entry-permalink {
	color: #333;
	display: block;
	padding: 2rem 1rem 1rem;
	position: relative;
}

.training-archives .hentry .entry-title .entry-permalink:hover,
.training-archives .hentry.active .entry-title .entry-permalink {
	background: #e9eaf0;
}

.training-archives .hentry .entry-title .entry-permalink::after {
	background: url(assets/img/right.svg) center center no-repeat;
	background-size: 1rem;
	content: '';
	height: 1rem;
	opacity: .5;
	position: absolute;
	right: 1rem;
	top: 2rem;
	width: 1rem;
}

.training-archives .hentry.active .entry-title .entry-permalink::after {
	transform: rotate(180deg);
	transition: transform .3s ease;
}

.training-archives .hentry .entry-content {
	height: 0;
	margin: 0 1rem;
	overflow: hidden;
}

.training-archives .hentry.active .entry-content {
	background: #e9eaf0;
	height: auto;
	margin: 0 0 1rem;
	padding: 0 1.5rem 1rem;
}

.training-archives .hentry.active .entry-content .entry-readmore {
	background: #333;
	color: #fff;
	display: block;
	float: none;
	margin: 1rem auto;
	padding: .75rem 2rem;
	text-align: center;
	width: 12rem;
}

.training-archives .filtering-options {
	background: #333;
	color: #fff;
	left: 0;
	margin: 0 1rem;
	padding: 2rem 1.5rem;
	position: absolute;
	top: 0;
	width: 15rem;
}

.training-archives .filtering-title {
	font-weight: 500;
}

.training-archives .filtering-title img {
	height: 1rem;
	margin-right: .25rem;
	vertical-align: top;
	width: 1rem;
}

.training-archives .filtering-options ul {
	list-style: none;
	margin: 1rem auto 0;
}

.training-archives .filtering-options li {
	display: inline-block;
	margin-bottom: .5rem;
	position: relative;
	width: 100%;
}

.training-archives .filtering-options a,
.training-archives .filtering-options input,
.training-archives .filtering-options select {
	background: transparent;
	border: .125rem solid #fff;
	display: block;
	color: #fff;
	padding: .5rem 1.5rem;
	text-transform: uppercase;
	width: 100%;
}

.training-archives .filtering-options select {
	margin-top: 1rem;
}

.training-archives .filtering-options input {
	background: transparent;
	width: calc( 100% - 3.25rem );
}

.training-archives .filtering-options .search-field .search-trainings {
	background: url(assets/img/search.svg) center center no-repeat;
	background-size: 1rem;
	content: '';
	cursor: pointer;
	height: 1rem;
	opacity: .75;
	position: absolute;
	right: .75rem;
	top: .625rem;
	width: 1rem;
}

.training-archives .filtering-options .search-field:hover .search-trainings {
	opacity: 1;
}

.training-archives .filtering-options li.active a {
	position: relative;
}

.training-archives .filtering-options li.active a::after {
	content: '\00d7';
	font-size: 1.5rem;
	position: absolute;
	right: 1rem;
	top: .125rem;
}

.training-archives .filtering-options a:hover,
.training-archives .filtering-options li.active a {
	background: #fff;
	color: #333;
}

.training-archives .filtering-options li.active a:hover {
	opacity: .95;
}

/**
 * Posts Navigation.
 */

.navigation.pagination {
	margin: 1.5rem auto;
	text-align: center;
}

.navigation.pagination .nav-links .page-numbers {
	position: relative;
}

.navigation.pagination .nav-links .page-numbers.current {
	font-weight: 600;
}

.navigation.pagination .nav-links .page-numbers:not(:first-child) {
	margin-left: 2rem;
}

.navigation.pagination .nav-links .page-numbers:not(:first-child)::before {
	background: #333;
	border-radius: .25rem;
	content: '';
	height: .25rem;
	position: absolute;
	left: -1.25rem;
	top: .5rem;
	width: .25rem;
}

/**
 * Site Footer.
 */

.site-footer {
	margin: 4rem 0 0;
}

.footer-menu {
	background: #333;
}

.footer-menu .menu {
	list-style: none;
	padding: 1rem 0;
	text-align: center;
}

.footer-menu .sub-menu {
	display: none;
}

.footer-menu .menu-item {
	display: inline-block;
}

.footer-menu .menu-item a {
	color: #fff;
	display: block;
	height: 3rem;
	line-height: 3rem;
	padding: 0 1rem;
	text-decoration: none;
}

.footer-address {
	margin: 2rem auto;
	text-align: center;
}

.footer-address .address-title {
	font-size: 1.25rem;
}

.footer-address .address-complete {
	margin: .5rem auto;
	max-width: 90%;
}

.footer-address .address-part {
	display: inline-block;
	margin: 0 0 0 2rem;
	position: relative;
}

.footer-address .address-part:not(:first-child)::before {
	background: #333;
	border-radius: .25rem;
	content: '';
	height: .25rem;
	position: absolute;
	left: -1.25rem;
	top: .5rem;
	width: .25rem;
}

/**
 * Social links.
 */

.footer-social {
	text-align: center;
}

.footer-social .menu {
	list-style: none;
}

.footer-social .menu-item {
	display: inline-block;
	margin: 0 .125rem;
}

.footer-social .menu-item a {
	text-decoration: none;
}

.footer-social .menu-item svg {
	height: 2rem;
	width: 2rem;
}

.footer-social .menu-item svg > rect {
	fill: #a5a6b0;
}

.footer-social .menu-item svg > path {
	fill: #fff;
}

.footer-social .menu-item.item-twitter:hover svg > rect {
	fill: #50abf1;
}

.footer-social .menu-item.item-facebook:hover svg > rect {
	fill: #3a559f;
}

.footer-social .menu-item.item-instagram:hover svg > rect {
	fill: #c536a4;
}

.footer-social .menu-item.item-linkedin:hover svg > rect {
	fill: #0084b1;
}

/**
 * Links.
 */

.footer-links {
	margin-top: 1.5rem;
	text-align: center;
}

.footer-links .menu {
	list-style: none;
}

.footer-links .menu-item {
	display: inline-block;
	margin: 0 .125rem;
}

.footer-links .menu-item a {
	background: #a5a6b0;
	color: #fff;
	display: block;
	font-weight: 500;
	padding: .5rem;
	text-decoration: none;
}

.footer-links .menu-item a:hover {
	background: #333;
}

/**
 * Legal stuff.
 */

.footer-legal {
	font-size: .875rem;
	margin: 2rem auto;
	text-align: center;
}

.footer-legal .menu {
	list-style: none;
}

.footer-legal .menu-item {
	display: inline-block;
	margin: 0 .25rem;
}

.footer-legal .menu-item a {
	color: #333;
}


/**
 * Responsive.
 */

/** max-width 1280px */
@media screen and (max-width: 80rem) {

	.site-brand img {
		height: 14rem;
		width: 14rem;
	}

}

/** max-width 1152px */
@media screen and (max-width: 72rem) {

	.site-brand img {
		height: 12rem;
		width: 12rem;
	}

	.main-menu .menu-item a {
		font-size: 1rem;
		padding: 0 .5rem;
	}

	.mobile-menu {
		right: 6rem;
	}

	.mobile-menu .menu-item.secondary-item {
		margin: 1.5rem 1rem 0 0;
	}

}

/** max-width 1024px */
@media screen and (max-width: 64rem) {

	.site-name {
		font-size: .875rem;
		max-width: 16rem;
		top: 2.5rem;
	}

	.training-archives {
		padding-left: 16rem;
	}

	.training-archives .filtering-options {
		padding: 1.5rem 1rem;
		width: 12rem;
	}

	.training-archives .filtering-title {
		font-size: .875rem;
	}
}

/** max-width 960px */
@media screen and (max-width: 60rem) {

	.site-menu .main-menu {
		display: none;
		right: 8rem;
		top: 2.5rem;
	}

	.site-burger {
		display: block;
	}

	.mobile-menu .menu-item.secondary-item {
		background: #333;
		border: 0;
		height: 6rem;
		margin: 0 .5rem;
		padding: 0;
		width: 6rem;
	}

	.mobile-menu .menu-item.secondary-item a {
		color: #fff;
	}

	.mobile-menu .menu-item.secondary-item .menu-image {
		display: block;
	}

	.mobile-menu .menu-item.secondary-item .menu-image-title.two-lines {
		font-size: .875rem;
		line-height: .75rem;
		margin-top: -.25rem;
	}

	.site-calltoaction .call-to-action a {
		padding: 2rem;
	}

	.site-calltoaction .cta-icon {
		margin: 0 auto 1rem;
	}

	.site-calltoaction .cta-icon img {
		height: 3rem;
		width: 3rem;
	}

	.site-presentation .gallery-item:nth-child(4) {
		display: none;
	}

	.site-presentation .gallery-item {
		width: 33.333333%;
	}

}

/** max-width 800px */
@media screen and (max-width: 50rem) {

	.home:not(.page-template-page-noheader) .site-header {
		/*height: 100vh;*/
		min-height: auto;
		padding-bottom: 4rem;
	}

	.site-brand img {
		height: 10rem;
		width: 10rem;
	}

	.mobile-menu .menu-item {
		display: none;
	}

	.mobile-menu .menu-item.secondary-item {
		display: inline-block;
	}

	.scrolled .site-menu {
		top: 0 !important;
	}

	.main-menu .menu-item {
		width: 33.333333%;
	}

	.training-archives {
		padding: 0;
	}

	.training-archives .filtering-options {
		margin: -2rem auto 2rem;
		position: relative;
		width: calc( 100% - 2rem );
	}

	.training-archives .filtering-options ul {
		display: flex;
		flex-wrap: wrap;
	}

	.training-archives .filtering-options li {
		flex: 0 0 auto;
		margin: 0 .25rem .5rem;
		width: calc( 33.3333333% - .5rem );
	}

	.training-archives .filtering-options li.search-field {
		width: calc( 100% - .5rem );
	}

	.training-archives .hentry {
		margin: 0 !important;
		width: 100%;
	}
}

/** max-width 640px */
@media screen and (max-width: 40rem) {

	.site-header {
		height: 6rem;
		max-height: none;
	}

	.site-brand {
		display: none;
	}

	.site-brand.mobile {
		display: block;
	}

	.site-brand img {
		height: 8rem;
		width: 8rem;
	}

	.site-name {
		top: 2.5rem;
	}

	.main-menu .menu {
		flex-direction: column;
	}

	.main-menu .menu-item {
		width: 100%;
	}

	.scrolled .site-name {
		top: 1.5rem;
	}

	.scrolled .site-menu {
		height: 6rem;
		z-index: 100000;
	}

	.scrolled .site-burger {
		top: 1.5rem;
	}

	.scrolled .site-brand.mobile img {
		height: 4rem;
		margin: 1rem;
		width: auto;
	}

	.scrolled .mobile-menu .menu-item.secondary-item {
		height: 4rem;
		margin-top: 0;
		width: 4rem;
	}

	.scrolled .mobile-menu .menu-item.secondary-item .menu-image {
		margin: .75rem;
	}

	.scrolled .mobile-menu .menu-item.secondary-item .menu-image-title {
		display: none;
	}

	.site-description {
		font-size: 2.5rem;
	}

	.main-menu .sub-menu,
	.ubermenu-submenu {
		display: none !important;
	}
}

/** max-width 480px */
@media screen and (max-width: 30rem) {

	.site-burger {
		top: 1.5rem;
	}

	.site-menu {
		height: 6rem;
	}

	.site-menu .menu.active {
		padding: 1.5rem 0;
		width: 100%;
	}

	.site-brand.mobile img {
		height: 4rem;
		width: 4rem;
	}

	.site-name {
		top: 1.5rem;
	}

	.main-menu .menu-item.mobile-only {
		display: block;
	}

	.mobile-menu .menu-item.secondary-item {
		display: none;
	}

	.site-description {
		font-size: 2rem;
	}

}

/** max-width 448px */
@media screen and (max-width: 28rem) {

	.site-burger,
	.scrolled .site-burger {
		right: 1rem;
		top: 0.5rem;
	}

	.site-menu,
	.scrolled .site-menu {
		height: 4rem;
	}

	.site-brand.mobile {
		width: 75%;
	}

	.site-brand.mobile img,
	.scrolled .site-brand.mobile img {
		height: 3rem !important;
		margin: .5rem 1rem !important;
		width: 3rem;
	}

	.site-name,
	.scrolled .site-name {
		top: .75rem;
	}

}

/** max-width 320px */
@media screen and (max-width: 20rem) {

	.site-name,
	.scrolled .site-name {
		font-size: .75rem;
		top: .75rem;
	}
}

@media screen and (max-height: 50rem) {

	.home:not(.page-template-page-noheader) .site-header {
		min-height: 60vh !important;
		padding: 50vh 0 10vh;
	}

	.site-header {
		height: 4rem;
	}

	.site-intro {
		position: static;
	}

}

@media screen and (max-height: 30rem) {

	.site-menu {
		height: 4rem !important;
	}

	.site-brand {
		display: none !important;
	}

	.site-brand.mobile {
		display: block !important;
		height: 3rem !important;
	}

	.site-brand.mobile img {
		height: 3rem !important;
		margin: .5rem !important;
		width: 3rem !important;
	}

	.site-name,
	.site-burger,
	.mobile-menu {
		top: .5rem !important;
	}

	.mobile-menu .menu-item,
	.mobile-menu .menu-item.secondary-item {
		height: 3rem !important;
		margin: 0 .125rem !important;
		width: 3rem !important;
	}

	.mobile-menu .menu-item .menu-image-title,
	.mobile-menu .menu-item.secondary-item .menu-image-title {
		display: none !important;
	}

	.mobile-menu .menu-item .menu-image,
	.mobile-menu .menu-item.secondary-item .menu-image {
		margin: .25rem !important;
	}

}
