/*
	Theme Name: ABMC PWA
	Theme URI: https://www.reingold.com
	Description: ABMC PWA
	Version: 1.0
	Author: Reingold
	Author URI: https://www.reingold.com
	Tags: ABMC PWA, blank, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



.abmc-fullscreen-page {
	margin:0;
	background:#00205c;
	color:#fff;
}

.abmc-fullscreen-page__main {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:18px;
	min-height:100vh;
	padding:32px;
	background:#00205c;
	color:#fff;
	text-align:center;
}

.abmc-fullscreen-page__main > * {
	max-width:760px;
}

.abmc-fullscreen-page__main > .block-language-selection {
	width:100%;
	max-width:none;
}

.abmc-fullscreen-page__main h1,
.abmc-fullscreen-page__main h2 {
	margin:0;
	color:#fff;
	font-family:minion-pro, "Times New Roman", Times, serif;
	font-size:40px;
	line-height:1.1;
}

.abmc-fullscreen-page__main p {
	margin:0;
	color:#fff;
	font-size:16px;
	line-height:1.6;
}

.abmc-fullscreen-page__main a {
	color:#fff;
	text-decoration:underline;
}

.abmc-error-page__main a {
	font-size:14px;
	font-weight:700;
	letter-spacing:0.08em;
	text-decoration:none;
	text-transform:uppercase;
}

.abmc-language-selection-page {
	margin:0;
	background:#fff;
	color:#ffffff;
}

.abmc-language-selection-page__main {
	min-height:100vh;
}

.block-language-selection {
	position:relative;
	display:flex;
	min-height:100vh;
	justify-content:center;
	overflow:hidden;
	background:#fff;
	color:#ffffff;
	font-family:"Source Sans Pro Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.block-language-selection__background {
	position:absolute;
	inset:0;
}

.block-language-selection__background img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}

.block-language-selection__overlay {
	position:absolute;
	inset:0;
	background:rgba(0, 51, 92, 0.1);
}

.block-language-selection__panel {
	position:relative;
	z-index:1;
	display:flex;
	flex-direction:column;
	align-items:center;
	width:calc(100% - 32px);
	min-height:642px;
	margin:0 16px;
	padding:40px 24px 24px;
	overflow:hidden;
	background:#00205c;
	box-shadow:0 32px 64px rgba(0, 0, 0, 0.5);
}

.block-language-selection__seal {
	position:relative;
	z-index:1;
	width:70px;
	height:70px;
	flex:0 0 auto;
}

.block-language-selection__heading {
	position:relative;
	z-index:1;
	width:100%;
	margin-top:30px;
	text-align:center;
}

.block-language-selection__site-name {
	max-width:412px;
	margin:0;
	margin-right:auto;
	margin-left:auto;
	color:#ffffff;
	font-family:minion-pro, "Times New Roman", Times, serif;
	font-size:32px;
	line-height:1.16;
	font-weight:700;
}

.block-language-selection__tour-label {
	margin:8px 0 0;
	color:#ffffff;
	font-family:minion-pro, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:1.55;
	font-weight:600;
}

.block-language-selection__theme {
	position:relative;
	z-index:1;
	display:flex;
	align-items:center;
	justify-content:center;
	width:calc(100% + 48px);
	margin:30px -24px 0;
	padding:12px;
	background:#807552;
}

.block-language-selection__theme p {
	max-width:412px;
	margin:0;
	color:#ffffff;
	font-family:minion-pro, "Times New Roman", Times, serif;
	font-size:22px;
	line-height:1.3;
	font-weight:700;
	font-style:italic;
	text-align:center;
}

.block-language-selection__ctas {
	position:relative;
	z-index:1;
	display:grid;
	width:100%;
	margin-top:30px;
}

.block-language-selection__cta {
	display:flex;
	align-items:center;
	justify-content:center;
	gap:4px;
	min-height:44px;
	padding:10px 24px;
	border-bottom:1px solid #807552;
	background:transparent;
	color:#ffffff;
	font-size:12px;
	line-height:1;
	font-weight:600;
	letter-spacing:0.08em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	transition:background-color 160ms ease, color 160ms ease;
}

.block-language-selection__cta:hover,
.block-language-selection__cta:focus {
	background:#f5f5f0;
	color:#00205c;
}

.block-language-selection__cta-icon {
	font-size:24px;
	line-height:0.75;
}

.block-language-selection__silhouette {
	position:relative;
	z-index:0;
	width:auto;
	height:140px;
	margin-top:30px;
	flex:0 0 auto;
}

@media only screen and (min-width:768px) {
	.block-language-selection {
		min-height:100vh;
	}

	.block-language-selection__background {
		position:static;
		flex:1 1 auto;
		min-height:100vh;
	}

	.block-language-selection__overlay {
		display:none;
	}

	.block-language-selection__panel {
		width:460px;
		min-height:100vh;
		margin:0;
		padding:40px 40px 24px;
		flex:0 0 460px;
	}

	.block-language-selection__seal {
		width:100px;
		height:100px;
	}

	.block-language-selection__heading {
		margin-top:20px;
	}

	.block-language-selection__theme {
		width:460px;
		margin:20px -40px 0;
	}

	.block-language-selection__theme p {
		font-size:26px;
	}

	.block-language-selection__ctas {
		max-width:380px;
		margin-top:40px;
	}

	.block-language-selection__cta {
		min-height:53px;
		font-size:14px;
	}

	.block-language-selection__silhouette {
		height:205px;
	}
}

@media only screen and (min-width:1200px) {
	.block-language-selection__background {
		position:absolute;
		inset:0;
	}

	.block-language-selection__panel {
		margin-right:auto;
		margin-left:auto;
	}
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
