/*
 Theme Name:   Adrian Sandi (Twenty Fifteen)
 Theme URI:    http://adriansandi.com
 Description:  Twenty Fifteen child theme
 Author:       Helen Hou-Sandi
 Author URI:   http://helenhousandi.com
 Template:     twentyfifteen
 Version:      1.0.0
*/

@import url( '../twentyfifteen/style.css' );

body:before,
body {
	box-shadow: none;
	background-color: #1c2448;
	color: #f9f9f9;
	font-family: Lato, sans-serif;
}

hr {
	background: #0e1223;
	color: #0e1223;
	border: 0;
	border-bottom: 1px solid #2a366d;
	height: 2px;
	line-height: 1px;
	margin: 12px 0;
	clear: both;
}

a,
.entry-content a {
	color: #f4d83a;
	border: none;
}

a:hover,
a:focus,
.entry-content a:hover,
.entry-content a:focus {
	color: #f4d83a;
	text-decoration: underline;
}

.site-title a {
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 9.8666667%; /* 296 / 3000 */
	background: url(images/logo-landscape.png) center no-repeat;
	background-size: 100% auto;
	text-indent: -200%;
}

.site-header {
	padding-left: 5%;
	padding-right: 5%;
}

.site-header,
.secondary {
	background-color: #1c2448;
}

.secondary-toggle:before {
	color: #f9f9f9;
	transition: color .2s ease-in;
}

.secondary-toggle:hover:before {
	color: #f4d83a;
}

.secondary-toggle,
.secondary-toggle:hover {
	border-color: transparent;
}

#site-navigation li {
	border: none;
}

#site-navigation a {
	padding: 0;
	color: #fff;
	transition: color .2s ease-in;
	font-size: 1.25em;
	text-transform: uppercase;
}

#site-navigation a:hover {
	color: #f4d83a;
	text-decoration:none;
}

#site-navigation li.current-menu-item a {
	color: #f4d83a;
	font-weight: normal;
}

#site-navigation li.current-menu-item a:after {
	content: "\2190";
	margin-left: 10px;
}

.widget {
	color: #f9f9f9;
	font-size: .7em;
}

.hentry {
	margin-left: 0;
	padding-top: 0;
	box-shadow: none;
	background: transparent;
}

.entry-header,
.entry-content {
	padding: 0 5%;
}

.entry-title {
	margin-bottom: 1em;
	text-transform: uppercase;
}

.entry-content h4 {
	margin-top: 1.4545em;
}

.wp-playlist.wp-audio-playlist {
	border: none;
	background-color: transparent;
	color: #f9f9f9;
}

.entry-content .wp-playlist .wp-playlist-caption {
	color: #f9f9f9;
}

.entry-content .wp-playlist-item-title,
.entry-content .wp-playlist-item-length {
	font-size: 18px;
	font-size: 1.8rem;
}

.entry-content .wp-playlist-item {
	border-bottom: 0;
	padding: .2em 0;
}

.wp-playlist-item .wp-playlist-caption {
	padding: 0;
}

.wp-playlist-item .wp-playlist-item-artist {
	display: none;
}

.entry-content .wp-playlist .wp-playlist-playing {
	background-color: transparent;
	color: #f4d83a;
}

.entry-content .wp-playlist .wp-playlist-playing .wp-playlist-caption {
	color: #f4d83a;
}

.wp-playlist .wp-playlist-current-item {
	height: 75px;
}

.wp-playlist .wp-playlist-current-item .wp-playlist-item-title {
	font-size: 22px;
	font-size: 2.2rem;
}

.wp-playlist .wp-playlist-current-item img {
	display: none;
}

.entry-content .mejs-container,
.entry-content .mejs-container .mejs-controls {
	background-color: transparent;
}

.entry-content .mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #f4d83a;
}

.entry-content .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: rgba( 255, 255, 255, .02 );
}

.gform_wrapper input[type="submit"] {
	background-color: #f9f9f9;
	color: #1c2448;
	line-height: 1;
}

.gform_wrapper input[type="submit"]:hover {
	background-color: #f4d83a;
}

.gform_wrapper input[type="submit"]:active {
	position: relative;
	top: 1px;
}

.entry-content .gform_wrapper input[type="text"],
.entry-content .gform_wrapper input[type="url"],
.entry-content .gform_wrapper input[type="email"],
.entry-content .gform_wrapper input[type="tel"],
.entry-content .gform_wrapper input[type="number"],
.entry-content .gform_wrapper input[type="password"],
.entry-content .gform_wrapper textarea {
	padding: 5px;
	border: 3px solid #fff;
	font-size: 1em;
}

.entry-content .gform_wrapper input[type="text"]:focus,
.entry-content .gform_wrapper input[type="url"]:focus,
.entry-content .gform_wrapper input[type="email"]:focus,
.entry-content .gform_wrapper input[type="tel"]:focus,
.entry-content .gform_wrapper input[type="number"]:focus,
.entry-content .gform_wrapper input[type="password"]:focus,
.entry-content .gform_wrapper textarea:focus {
	border-color: #f4d83a;
}

.entry-footer {
	display: none;
}

.home .entry-header {
	display: none;
}

.home .entry-content h1 {
	margin-top: 0;
}

.event-years {
	display: inline-block;
	list-style: none;
}

.event-years li {
	display: inline-block;
	margin-left: 2em;
}

.entry-content .event-date {
	width: 40px;
	float: left;
	clear: both;
	margin: 5px 20px 20px 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}

.entry-content .event-date span {
	display: block;
}

.entry-content .event-month {
	text-transform: uppercase;
}

.entry-content .event-day {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-content .event {
	width: calc( 100% - 60px );
	margin-bottom: 2em;
	float: left;
}

.entry-content .event p {
	margin: 0;
}

.entry-content .event-content p:first-child {
	margin: 0;
}

.event-map {
	margin-bottom: 0;
}

@media screen and (max-width: 38.75em) {
	.site-main {
		padding-bottom: 7.6923%;
	}
}

@media screen and (min-width: 38.75em) {
	.site-main {
		padding-top: 0;
	}

	.hentry {
		margin-right: 0;
	}
}

@media screen and (max-width: 59.6875em) {
	.secondary {
		margin: 0 5%;
		padding: 0;
	}

	.main-navigation,
	.secondary .widget {
		margin-bottom: 7.6923%;
	}
}

@media screen and (min-width: 59.6875em) {
	.site-header {
		padding: 0 20%;
	}

	.site-title a {
		padding-bottom: 104.545454545%; /* 230 / 220 */
		background-image: url(images/logo.png);
	}

	.site-main {
		padding-top: 8.3333%;
	}

	.hentry {
		margin-right: 8.3333%;
	}

	.entry-header,
	.entry-content {
		padding: 0;
	}
}
