/*
Theme Name: Generic Child
Theme URI: https://generic.tools/
Author: Bryan Hadaway
Author URI: https://calmestghost.com/
Version: 1.3.3
Description: >-
	Generic Child Theme
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Template: generic
Tags: accessibility-ready, one-column, two-columns, right-sidebar, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready, blog, e-commerce, portfolio
Text Domain: generic-child

Generic WordPress Theme © 2015-2020 GenericTools
Generic is distributed under the terms of the GNU GPL
*/

:root {
	--blue: #00ACCB;
	--pink: #EC008C;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus, .button:hover, .button:focus {
	opacity: 1;
}
.boxes:after {
	display: none;
}

@font-face {
    font-family: 'NextExitRounded';
    src: url('fonts/NextExitRounded-Regular.woff2') format('woff2'),
         url('fonts/NextExitRounded-Regular.woff') format('woff'),
         url('fonts/NextExitRounded-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NextExitRounded';
    src: url('fonts/NextExitRounded-Light.woff2') format('woff2'),
         url('fonts/NextExitRounded-Light.woff') format('woff'),
         url('fonts/NextExitRounded-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NextExitRounded';
    src: url('fonts/NextExitRounded-Bold.woff2') format('woff2'),
         url('fonts/NextExitRounded-Bold.woff') format('woff'),
         url('fonts/NextExitRounded-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'NextExitRounded';
    src: url('fonts/NextExitRounded-Black.woff2') format('woff2'),
         url('fonts/NextExitRounded-Black.woff') format('woff'),
         url('fonts/NextExitRounded-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}


.flex {
	display: flex;
}
button {
	background: transparent;
	padding: 0;
}
.site-width {
	position: relative;
	width: 1120px;
	max-width: 100%;
	margin: 0 auto;
}
.screen-reader-text {
	border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text.skip-link {
	position: absolute;
	left: auto !important;
	top: 2px !important;
}
.screen-reader-text.skip-link:focus {
	display: block;
    font-size: 1em;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    right: 5px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000 !important;
	background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #333;
}
a,
a:hover {
	text-decoration: none;
}
.mobile-only {
	display: none;
}

body, input, textarea,
#content .entry-content ol,
#content .entry-content ul	{
	font-family: 'Rubik', sans-serif;
	color: #000;
}
p {
	margin: 0;
}
.entry-content a:hover {
	text-decoration: underline;
}

#content .ampm-button,
#header .ampm-button,
#hero .ampm-button,
#loader-popup .ampm-button,
#form-popup .ampm-button {
	display: inline-block;
	padding: 14px 25px;
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
    font-weight: 500;
    border-radius: 43px;
    background-color: var(--blue);
    color: #000;
    transition: background-color 0.2s ease-in-out;
}
#content .ampm-button:hover,
#header .ampm-button:hover,
#hero .ampm-button:hover,
#loader-popup .ampm-button:hover,
#form-popup .ampm-button:hover {
    background-color: var(--pink);
}
#hero .hero-button {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
#hero .pause:focus-visible,
#hero .play:focus-visible {
	outline: 2px solid #fff;
}

.boxes-section {
	position: relative;
	z-index: 1;
	padding-top: 67px;
}
.boxes-section .boxes {
	gap: 26px;
}
.boxes-section .box-item {
	text-align: center;
	width: 33.3%;
}
.boxes-section .box-item .img-wrapper img {
	display: block;
	max-width: none !important;
	height: auto;
}
.boxes-section .box-item .box-content {
	padding: 31px 40px 40px 40px;
	background-color: #F0F0F0;
}
.boxes-section .box-item.no-img .box-content {
	padding: 0;
	text-align: right;
	background-color: transparent;
}
.boxes-section .box-item .box-content .box-title {
	margin-bottom: 26px;
	font-family: 'NextExitRounded', serif;
	font-size: 42px;
	font-weight: 700;
}
#content .boxes-section .box-item .box-content .box-text {
	margin-bottom: 26px;
	font-size: 17px;
	line-height: 28px;
}

#header {
	position: relative;
	z-index: 2;
	padding: 19px 48px;
	background: #313131;
}
#header .flex {
	justify-content: space-between;
	align-items: center;
}
#header .header-cta-wrapper {
	gap: 12px;
}
#header .ampm-button {
	padding: 6px 19px;
	font-family: 'NextExitRounded', sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1px;
	background-color: var(--pink);
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
}
#header .ampm-button.wolt-btn {
	padding: 10px 14px;
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #000;
	background-color: var(--blue);
	text-shadow: none;
	-webkit-text-stroke-width: 0;
	-webkit-text-stroke-color: transparent;
}
#header .ampm-button:hover {
	background-color: var(--blue);
}
#header #menu {
	font-size: 17px;
	font-weight: 500;
}
#header #menu ul {
	display: flex;
	gap: 66px;
}
#header #menu ul li {
	display: inline-block;
}
#header #menu ul li a {
	padding: 0;
	margin: 0;
}
#header #menu a:hover,
#header #menu a:focus,
#header #menu li.current-menu-item a {
	color: #A2D5E5;
	text-decoration: underline;
}
#header .mobile-menu-trigger {
	display: none;
}

#hero.inner-hero {
	position: relative;
	height: 267px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#content {
	width: 100%;
	padding: 0;
	float: none;
}

.page-template-page-regular .entry-content p + h2 {
	margin-top: 30px;
}


#footer {
	position: relative;
	padding: 41px 48px;
	background: #313131;
}
#footer .footer-logo {
	position: absolute;
	top: 0;
	right: 104px;
}
#footer #footer-nav {
	font-size: 17px;
	font-weight: 500;
}
#footer #footer-nav a {
	color: #fff;
}
#footer #footer-nav a:hover {
	color: #A2D5E5;
	text-decoration: underline;
}


#footer > .flex {
	justify-content: center;
}
#footer #footer-nav .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 63px;
    list-style: none;
    padding: 0;
    margin: 0;
	font-size: 17px;
	font-weight: 500;
}

#footer #footer-nav .menu li.menu-item-has-children {
	min-width: 80px;
}
#footer #footer-nav .menu li.menu-item-has-children > a {
	color: var(--blue);
}
#footer #footer-nav .menu li.hide > a {
	opacity: 0;
	visibility: hidden;
	cursor: default;
}
#footer #footer-nav .menu li ul {
    margin-top: 12px;
}
#footer #footer-nav .menu li ul li {
	margin-top: 11px;
}

#footer .footer-socials {
	position: absolute;
	top: 50%;
	left: 48px;
	transform: translateY(-50%);
	gap: 17px;
}

@media (max-width: 1399px) {
	.site-width {
		width: 1000px;
	}
	.boxes-section .boxes {
        gap: 20px;
    }
    .boxes-section .box-item .box-content {
        padding: 28px 30px 36px 30px;
    }
    .boxes-section .box-item .box-content .box-title {
        font-size: 36px;
    }
	.boxes-section .box-item .img-wrapper img {
		max-width: 100% !important;
	}
}

@media (max-width: 1299px) {
	.site-width {
		width: 920px;
	}
	#header {
		padding: 19px 30px;
	}
	#site-title a {
		display: block;
		width: 180px;
	}
	#header #menu ul {
		gap: 32px;
	}
	#header .ampm-button {
		padding: 6px 16px;
		font-size: 30px;
	}
	#content .ampm-button {
		font-size: 22px;
	}
	.boxes-section .boxes {
        gap: 18px;
    }
    .boxes-section .box-item .box-content {
        padding: 26px 24px 32px 24px;
    }
    .boxes-section .box-item .box-content .box-title {
        font-size: 32px;
    }
	#footer .footer-logo {
		right: 60px;
	}
}

@media (max-width: 1099px) {
	.site-width {
		width: 860px;
	}
	#header {
		padding: 19px 20px;
	}
	#site-title a {
		width: 170px;
	}
	#header .ampm-button.wolt-btn {
		padding: 10px 12px;
		font-size: 22px;
	}
	#header .ampm-button {
		padding: 7px 14px;
		font-size: 28px;
	}
	#hero.inner-hero {
		height: 240px;
	}
}

@media (max-width: 1023px) {
	.site-width {
		padding: 0 24px;
	}
	#hero .hero-button {
		font-size: 20px;
	}
	#content .ampm-button {
		font-size: 20px;
	}
	#header {
		padding: 18px 15px;
	}
	#header #site-title a {
		display: block;
		width: 138px;
	}
	#header #menu {
		margin-top: 0;
	}
	#header #menu ul {
		gap: 24px;
	}
	#header .header-cta-wrapper {
		flex-direction: column;
		gap: 10px;
	}
	#header .ampm-button {
		font-size: 24px;
	}
	#header .ampm-button.wolt-btn {
		padding: 9px 12px;
		font-size: 20px;
	}
	.boxes-section .box-item .box-content {
		padding: 20px 20px 30px 20px;
	}
	.boxes-section .box-item .box-content .box-title {
		margin-bottom: 20px;
		font-size: 30px;
		line-height: 1;
	}
	#footer .footer-logo {
		right: 40px;
		width: 170px;
	}
	#footer #footer-nav {
		transform: translateX(-10px);
	}
	#footer #footer-nav .menu {
		gap: 30px;
	}
	#footer .footer-socials {
		gap: 14px;
		left: 30px;
	}
	#footer .footer-socials a {
		width: 32px;
		height: 32px;
	}

	#hero.inner-hero {
		height: 180px;
	}
}

@media (max-width: 767px) {
	.mobile-only {
		display: block;
	}
	body.mobile-menu-open {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	body.mobile-menu-open.admin-bar #wpadminbar {
		display: none;
	}
	#hero .hero-button {
		padding: 10px 25px;
		font-size: 18px;
	}
	#content .ampm-button {
		width: auto !important;
		font-size: 18px;
	}
	#header {
		padding: 0px 24px 13px;
		z-index: 4;
	}
	#header #site-title a {
		width: 133px;
	}
	#header .mobile-menu-trigger {
		display: block;
		position: relative;
		width: 24px;
		height: 20px;
		margin-top: 10px;
		margin-left: 6px;
	}
	#header .mobile-menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}
	#header .mobile-menu-trigger span:nth-child(1) {
		top: 0;
	}
	#header .mobile-menu-trigger span:nth-child(2) {
		top: 8px;
	}
	#header .mobile-menu-trigger span:nth-child(3) {
		top: 16px;
	}
	body.mobile-menu-open #header .mobile-menu-trigger span:nth-child(1) {
		top: 50%;
		transform: rotate(45deg);
	}
	body.mobile-menu-open #header .mobile-menu-trigger span:nth-child(2) {
		opacity: 0;
	}
	body.mobile-menu-open #header .mobile-menu-trigger span:nth-child(3) {
		top: 50%;
		transform: rotate(-45deg);
	}
	#header #menu {
		display: none;
	}
	#header .header-cta-wrapper {
		width: 90%;
		margin: 38px auto 0;
		gap: 18px;
		align-items: stretch;
	}
	#header .ampm-button {
		display: none;
		padding: 16px 22px;
		font-size: 46px;
		text-align: center;
	}
	#header .ampm-button.wolt-btn {
		padding: 13px 22px;
		font-size: 28px;
	}
	body.mobile-menu-open #header .ampm-button {
		display: inline-block;
	}
	body.mobile-menu-open #header #menu {
		display: block;
		position: fixed;
		top: 76px;
		left: 0;
		width: 100%;
		height: calc(100vh - 76px);
		padding-top: 43px;
		background: #E9F4F9;
		z-index: 2;
	}
	body.mobile-menu-open #header #menu ul {
		flex-direction: column;
		align-items: center;
		gap: 34px;
	}
	body.mobile-menu-open #header #menu ul li a {
		font-size: 32px;
		color: #000;
	}

	#content .boxes-section .boxes {
        flex-direction: column;
		gap: 24px;
    }
    .boxes-section .box-item {
        width: 100%;
    }
    .boxes-section .box-item .box-content {
        padding: 18px 24px 24px;
    }
	.boxes-section .box-item .img-wrapper img {
		width: 100%;
	}
    .boxes-section .box-item .box-content .box-title {
        margin-bottom: 16px;
		font-size: 36px;
        line-height: 34px;
    }
	#content .boxes-section .box-item .box-content .box-text {
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 24px;
	}
	#content .boxes-section .box-item .box-content .button {
		padding: 10px 20px;
	}

	#footer {
		padding: 0 24px 44px;
	}
	#footer > .flex {
		flex-direction: column;
		gap: 36px;
	}
	#footer .footer-logo {
		position: static;
		width: 133px;
		height: 63px;
	}
	#footer #footer-nav {
		transform: none;
	}
	#footer #footer-nav .menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 26px;
		text-align: right;
		font-size: 16px;
	}
	#footer #footer-nav .menu li.hide > a {
		display: none;
	}
	#footer .footer-socials {
		top: auto;
		bottom: 44px;
		left: 24px;
		transform: none;
	}
	#footer .footer-socials a {
		width: 40px;
		height: 40px;
	}

	#hero.inner-hero {
		height: 125px;
	}
}

@media (max-width: 420px) {
	.site-width {
		padding: 0 20px;
	}
	#header .ampm-button {
		font-size: 40px;
	}
}