/*
	@FONTS      Font inclusions
	@GENERAL    General use classes
	@BASIC      Basic colors, fonts and backgrounds
	@ANIMATE    Animations
	@BUTTONS    Buttons
	@FORMS      Forms
	@LAYOUTFIX  Global Layout Fix
	@HEADER     Site Header
	@NAV        Main navigation
	@MAIN       Site inner
	@SIDE       Sidebar
	@FOOTER     Footer
	@HOME     	Homepage
	@TEMP       Work in progress

	Palette:
		White: #fff
		Black: #2D2526

	font-family: 'Montserrat', sans-serif;

*/


/* @FONTS */

@font-face {
	font-family: 'Yanone Kaffeesatz';
	font-style: normal;
	font-weight: 400;
	src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url(https://fonts.gstatic.com/s/yanonekaffeesatz/v9/3y976aknfjLm_3lMKjiMgmUUYBs04Y8bH-o.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* @GENERAL */
html {
	font-size: 10px;
}

body {
	font-family: 'Montserrat', sans-serif;
	color: #2D2526;
	font-size: 16px;
	font-size: 1.6rem;
}

.clear {
	clear: both;
}

.hidden,
.screen-reader-text,
.home h1.entry-title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}


/* @BASIC */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	color: #2B2C40;
}

h1.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	color: #2B2C40;
	text-align: center;
	margin-bottom: 48px;
}

h2 {
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	text-transform: uppercase;
}

a,
a:visited {
}
a:hover,
a:focus {
}


/* @ANIMATE */

.wow {
	visibility: hidden;
}
/* Remove animations on mobile */
@media only screen and (max-width: 1023px) {
	.wow {
		visibility: visible !important;
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}


/* @BUTTONS */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input.button,
input.btn,
a.button,
a.btn {
	background: #B03220;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2.0rem;
	padding: 16px 32px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
input.button:hover,
input.btn:hover,
.button:hover,
.btn:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
input.button:focus,
input.btn:focus,
a.button:focus,
a.btn:focus {
}


/* @FORMS */


/* @LAYOUTFIX */

.site-container {
	min-width: 280px;
}

@media only screen and (min-width: 960px) {
	.content {
    width: 100%;
	}

	.full-width-content .entry-content .alignwide {
    max-width: 1440px;
	}

}


/* @HEADER */
.site-header {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.wp-custom-logo .site-container .title-area {
	float: none;
	margin: 38px auto;
	text-align: center;
	transition: all .2s ease-in-out;
}

.wp-custom-logo .site-container .title-area img {
	transition: all .2s ease-in-out;
}

.site-description {
	clip: 0;
	height: auto;
	position: static !important;
	width: auto;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	color: #445D93;
	margin-bottom: 0;
	transition: all .2s ease-in-out;
}

@media screen and (min-width: 960px) {

	.fixed-header.wp-custom-logo .site-container .title-area {
		margin: 16px auto;
	}

	.fixed-header.wp-custom-logo .site-container .title-area img {
		max-height: 30px;
	}

	.fixed-header .site-description {
		font-size: 1px;
		color: transparent;
	}

}

/* @NAV */
.nav-primary {
	background: #2B2C40;
	box-shadow: -300px 0 0 0 #2B2C40, 300px 0 0 0 #2B2C40;
	padding: 0;
}

.genesis-nav-menu a {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	padding: 18px 14px;
}

.genesis-nav-menu a:hover {
	color: #6B8ECA;
}

.genesis-nav-menu .current-menu-item > a {
	background: #6B8ECA;
	color: #fff;
}

@media only screen and (min-width: 960px) {
	.nav-primary {
    float: none;
		text-align: center;
	}
}

/* @MAIN */
.cta-container {
	text-align: center;
	margin: 46px auto;
}

/* @SIDE */


/* @FOOTER */
.footer-widgets {
	background: #2B2C40;
	color: #F4EBD9;
	text-align: center;
}

.footer-widget-area a.button {
	background: #6B8ECA;
}

footer.site-footer {
	background: #2B2C40;
	color: #F4EBD9;
	font-size: 12px;
	font-size: 1.2rem;
	border: none;
	padding: 0;
}

footer.site-footer .wrap {
	border-top: 1px solid #F4EBD9;
	padding-top: 12px;
	padding-bottom: 12px;
}

footer.site-footer .wrap::before,
footer.site-footer .wrap::after {
	display: none;
}

footer.site-footer a {
	color: #F4EBD9;
}

footer.site-footer a:hover {
	color: #6B8ECA;
}

#siteauthor a {
    font-family: 'Yanone Kaffeesatz', arial, serif;
    text-transform: none;
    font-size: 15px;
}

@media only screen and (min-width: 960px) {

	.footer-widget-area {
    float: none;
    margin-bottom: 0;
    width: 100%;
	}

	footer.site-footer .wrap {
		display: flex;
		justify-content: space-between;
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}

}

/* @HOME */
.home-cover {
	height: 345px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.home-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}

.home-events-list-container {
	background: #F8F4EB;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	border-radius: 0 44px 0 44px;
	padding: 38px 34px;
	margin-bottom: 96px;
}

.home-events-list-container h2 {
	margin-bottom: 30px;
}

.home-events-list-container .event-wrapper {
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px solid #EDD0A4;
}

.home-events-list-container .event-wrapper img {
	display: block;
	margin: auto;
	margin-bottom: 1rem;
}

.home-events-list-container .event-wrapper h3 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}

.home-events-list-container .event-wrapper p {
	margin-bottom: 1rem;
}

.home-events-list-container .event-wrapper .event-location {
	font-weight: bold;
}

.home-events-list-container .event-wrapper .event-date {
	background: #445D93;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.produzioni-container {
	text-align: center;
	margin-top: 30px;
}

.produzioni-container .produzione {
	text-align: center;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	/* margin-bottom: 32px; */
	margin: 20px 15px 32px;
	background: #F8F4EB;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  border-radius: 0 0 20px 20px;
}

.produzioni-container .produzione a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.produzioni-container .produzione img {
	margin-bottom: 26px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.produzioni-container .produzione h3 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.produzioni-container .produzione p {
	font-style: italic;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
}

/* .produzioni-container .produzione::before {
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	width: 42%;
	background: #F8F4EB;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	border-radius: 0 0 20px 20px;
	z-index: -20;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: .4;
} */

@media screen and (min-width: 960px) {

	.home-events-list-container {
		width: 66.6666%;
		margin-left: auto;
		margin-right: auto;
		margin-top: -75px;
		position: relative;
	}

	.home-events-list-container .event-wrapper {
		display: flex;
		text-align: left;
		align-items: flex-start;
	}

	.home-events-list-container .event-wrapper p {
		margin-bottom: 0;
	}

	.home-events-list-container .event-wrapper .event-central-column {
		padding: 0 16px;
		margin-right: auto;
	}

	.home-events-list-container .event-wrapper img {
		width: 118px;
		margin: 0;
	}

	.home-events-list-container .event-wrapper .event-date {
		flex: 0 0 97px;
		display: flex;
		flex-direction: column;
		background: transparent;
		padding: 0;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}

	.home-events-list-container .event-wrapper .event-date .event-date-day {
		background: #445D93;
		font-size: 60px;
	}

	.home-events-list-container .event-wrapper .event-date .event-date-month {
		color: #2B2C40;
		font-size: 20px;
	}

	.produzioni-container {
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
	}

	.produzioni-container .produzione {
		flex: 0 0 calc(100% / 3 - 30px);
		padding: 20px 15px 15px;
	}

	/* .produzioni-container .produzione::before {
		width: 64%;
	} */

}


/* @TEMP */
