/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme scaffold for Epik Competition Phase 1 custom templates and styling.
Template: astra
Version: 1.0.7
Text Domain: astra-child
*/

body.epik-phase-1-ready {
	background: #f6f8fb;
}

.site-footer {
	margin-top: 10px;
}

.epik-footer-legal-menu {
	background: transparent;
	border-top: 0;
	flex-basis: 100%;
	padding: 0 16px 14px;
	text-align: center;
	width: 100%;
}

.epik-footer-legal-menu__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.epik-footer-legal-menu__list a {
	color: #16385c;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.epik-footer-legal-menu__list a:hover,
.epik-footer-legal-menu__list a:focus {
	color: #1f6fd1;
	text-decoration: underline;
}

.epik-cookie-notice {
	background: #1f5fa8;
	bottom: 0;
	box-shadow: 0 -2px 12px rgba(11, 31, 58, 0.18);
	color: #ffffff;
	left: 0;
	padding: 10px 16px;
	position: fixed;
	right: 0;
	z-index: 99999;
}

.epik-cookie-notice[hidden] {
	display: none !important;
}

.epik-cookie-notice__inner {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
	margin: 0 auto;
	max-width: 1180px;
}

.epik-cookie-notice__text {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
	margin: 0;
	text-align: center;
}

.epik-cookie-notice__text a {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.epik-cookie-notice__button {
	background: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 6px;
	color: #112947;
	cursor: pointer;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding: 8px 12px;
}

.epik-cookie-notice__button:hover,
.epik-cookie-notice__button:focus {
	background: #f6f9fd;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.55);
	outline: none;
}

body.epik-cookie-notice-visible {
	padding-bottom: 58px;
}

@media (max-width: 1024.9px) {
	#ast-desktop-header {
		display: none !important;
	}

	#ast-mobile-header {
		display: block !important;
	}
}

@media (min-width: 1025px) {
	#ast-mobile-header {
		display: none !important;
	}
}

@media (max-width: 640px) {
	.epik-cookie-notice__inner {
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
	}

	.epik-cookie-notice__button {
		width: 100%;
	}

	body.epik-cookie-notice-visible {
		padding-bottom: 128px;
	}
}
