/*!
 * Theme Name:     Twenty Sixteen SMO Child Theme
 * Description:    Custom child theme for Seattle Modern Orchestra
 * Author:         John Teske
 * Template:       twentysixteen
 * Version:        1.0.0
 */

body:before, body:after, body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    top: 0;
    height: 0;
    width: 0;
}

.site {
    margin: 0;
}

.site-header {
    padding-top: 2.625em;
    padding-bottom: 2.625em;
}

body, button, input, select, textarea {
    font-family: "Lato", Geneva, Tahoma, sans-serif;
}

.required {
    font-family: "Lato", Geneva, Tahoma, sans-serif;
}

ul, ol {
    margin: 0 0 1.75em 0;
    padding: 0;
}

ul {
    list-style: none;
}

div.smo-callout {
    font-size: 19px;
    font-size: 1.1875rem;
}

body.home.page main {
    margin-bottom: 3.5em;
}

.main-navigation {
    font-family: "Lato", Geneva, Tahoma, sans-serif;
}

.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
    box-shadow: none;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
}

@media screen and (min-width: 56.875em) {
    .main-navigation a {
        -moz-transition: color .3s;
        -o-transition: color .3s;
        -webkit-transition: color .3s;
        transition: color .3s;
    }
}

.content-bottom-widgets li a {
    color: #686868;
}

.content-bottom-widgets li a:hover {
    color: #DFA635;
}

body.home.page #content-home-widgets li {
    margin-bottom: 1em;
}

body.home.page #content-home-widgets li a {
    color: #DFA635;
	/* #db8827 */
}

body.home.page #content-home-widgets li a:hover {
    color: #686868;
}

a.smo-button {
	position: relative;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-content: center;
    box-shadow: none;
    border: 1px solid #DFA635;
    padding: 0 16px 0 16px !important;
    padding-bottom: 0.625em;
    -moz-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
	white-space: nowrap;
	font-size: 1rem;
	line-height: .8rem;
}

a.smo-button.contrast {
	border-style: none;
	background-color: black;
	color: white;
	text-transform: uppercase;
}

a.smo-button:hover {
    background: #DFA635;
    color: #ffffff;
}

button.search-submit {
    background: #d1d1d1;
}

input[type="search"]:focus {
    border-color: #d1d1d1 !important;
}

.menu-toggle {
    border: 2px solid #eee;
    -moz-transition: border .3s, color .3s;
    -o-transition: border .3s, color .3s;
    -webkit-transition: border .3s, color .3s;
    transition: border .3s, color .3s;
}

.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
    background-color: transparent;
    border-color: #1a1a1a;
    color: #1a1a1a;
}

.widget {
    border-top: 2px solid #eee;
}

.widget .widget-title {
    font-family: "Lato", Geneva, Tahoma, sans-serif;
    text-transform: none;
    font-weight: normal;
}

.entry-title {
    font-family: "Lato", Geneva, Tahoma, sans-serif;
    font-weight: normal;
}

.custom-logo {
    -moz-transition: max-width .3s;
    -o-transition: max-width .3s;
    -webkit-transition: max-width .3s;
    transition: max-width .3s
}

@media screen and (min-width: 56.875em) {
    body.home.page header#masthead {
        background: #111 url("img/SMO-Amy_Vandergon-home2.jpg") center -2em/cover no-repeat;
        padding-bottom: 28.4375em;
        margin-bottom: 2.625em;
    }

    body.home.page .post-thumbnail {
        display: none;
    }

    body.home.page #site-navigation li.menu-item a {
        color: white;
    }

    body.home.page #site-navigation li.menu-item a:hover {
        color: #DFA635;
    }

    body.home.page img.custom-logo {
        opacity: 0;
    }

    body.home.page a.custom-logo-link {
        background-image: url("/wp-content/uploads/2020/09/smo-logo-2020-21_480x240.png");
        background-size: cover;
		width: 280px;
		height: 140px;
    }
}

body.home.page .content-area {
    width: 100%;
}

@media screen and (min-width: 44.375em) {
    body.home.page .post-thumbnail, body.home.page .entry-content {
        margin-right: 0;
    }
}

@media screen and (min-width: 56.875em) {
    body.home.page .post-thumbnail, body.home.page .entry-content {
        margin-right: 0;
    }

    body.home.page .content-bottom-widgets .widget-area, body.home.page .content-bottom-widgets .widget-area {
        float: left;
        margin-right: 7.1428571%;
        width: 28.5714286%;
    }

    body.home.page .content-bottom-widgets .widget-area:nth-last-child(1):last-of-type {
        margin-right: 0;
    }
}

.site-main > article {
    margin-bottom: 1em;
}

.single-concert .entry-header {
	padding-bottom: 20px;
}

.concert-details {
	padding: 0 7.6923%;
}
.concert-details .content-actions {
	padding: 0 0 30px 0;
}
.concert-details > .event-meta .actions,
.concert-details > .event-meta .share {
	display: none;
}
@media screen and (min-width: 61.5625em) {
	
	.single-concert .entry-header {
		padding: 0;
		display: grid;
		grid-template-columns: auto 200px;
		grid-gap: 30px;
	}
	.single-concert .entry-header .actions {
		text-align: right;
	}
	
	.concert-details {
		padding: 0;
		display: grid;
		grid-template-columns: [column-start] auto [meta] 400px [column-end];
		grid-template-rows: [row-start] auto [row-end];
		grid-gap: 60px;
	}
	.concert-details > .event-content {
		grid-column-start: column-start;
		grid-column-end: meta;
		grid-row-start: row-start;
		grid-row-end: row-end;
	}
	.concert-details > .event-content .content-actions,
	.concert-details > .event-content .share {
		display: none;
	}
	.concert-details > .event-meta {
		grid-column-start: meta;
		grid-column-end: column-end;
		grid-row-start: row-start;
		grid-row-end: row-end;
	}
	.concert-details > .event-meta .actions,
	.concert-details > .event-meta .share {
		display: block;
	}
}

.content-area.concerts {
	
}
.content-area.concerts .site-main {
	
}

.content-area.concerts .site-main .subscribe-link {
	margin: 0 7.6923% 50px 7.6923%;
	text-align: center;
}
.content-area.concerts .site-main .subscribe-link hr {
	margin: 0;
}
.content-area.concerts .site-main .subscribe-link h3 {
	margin: 20px;
}
.content-area.concerts .site-main .subscription-details .share {
	margin: 0 7.6923%;
}
.subscription-details .entry-header {
	display: none;
}
.content-area.concerts .eo-events > li {
	margin: 0 0 40px 0;
	padding: 20px 0;
}

.event-list .event-title {
	margin-bottom: 0;
}
.event-list .event-title > span {
	display: block;
	padding-bottom: 15px;
}
.event-list > li {
	padding-bottom: 0 !important;
}
.event-list .event-title > span.actions a.smo-button.contrast {
	display: inline-block;
	margin: 0;
	padding: 8px 12px;
    font-size: .8rem;
	white-space: nowrap;
}

.event-list .actions {
	display: grid;
	grid-template-columns: auto 147px;
	grid-gap: 20px;
	padding: 10px 0 20px 0;
}

.event-list .actions .event-details-link a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	padding: 6px;
	text-align: center;
	background-color: #eee;
	font-weight: bold;
	letter-spacing: 1px;
	-moz-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}
.event-list .actions .event-details-link a:hover {
	background: #DFA635;
    color: #ffffff;
}
.event-list .actions .event-tickets-link .smo-button {
	width: 100%;
}

@media screen and (min-width: 61.5625em) {
	.content-area.concerts {
		width: 100%;
	}
	.content-area.concerts .site-main {
		display: grid;
		grid-gap: 40px;
		grid-template-columns: 60% auto;
	}
	.content-area.concerts .site-main .subscribe-link {
		display: none;
	}
	.content-area.concerts .site-main .subscription-details .share {
		margin: 0;
	}
	.content-area.concerts .eo-events > li {
		border: solid 2px #eee;
		padding: 20px;
	}
	.event-list .event-title {
		display: grid;
		grid-gap: 20px;
		grid-template-columns: auto 110px;
		margin-bottom: 16px;
	}
	.event-list .event-title > span {
		padding-bottom: 0;
	}
	.event-list .event-title > span.actions {
		text-align: right;
	}
}

.page-template-repertoire .site-content {
	padding: 0;
}
.page-template-repertoire .site-content .repertoire {
	width: 100%;
	margin: 0;
}

.repertoire .tablepress .odd td {
	background-color: transparent;
}

.repertoire .tablepress th {
	font-size: 12px;
	color: #3b3b3b;
}
.repertoire .tablepress td {
	font-size: 14px;
	vertical-align: middle;
}

.repertoire .tablepress tfoot th, 
.repertoire .tablepress tfoot th:hover,
.repertoire .tablepress thead th, 
.repertoire .tablepress thead th:hover {
	background-color: #eeeeee;
}

.repertoire .tablepress thead th:nth-child(1),
.repertoire .tablepress tbody td:nth-child(1) {
	width: auto !important;
}
.repertoire .tablepress tbody td:nth-child(1) {
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
}

.repertoire .tablepress tbody td:nth-child(3),
.repertoire .tablepress tbody td:nth-child(4),
.repertoire .tablepress tbody td:nth-child(5),
.repertoire .tablepress tbody td:nth-child(7){
	font-size: 12px;
}

.repertoire .tablepress thead th:nth-child(6),
.repertoire .tablepress tbody td:nth-child(6) {
	width: 80px !important;
}
.repertoire .tablepress tbody td:nth-child(6) {
	font-size: 18px;
	line-height: 18px;
	font-weight: bolder;
	color: #da8643;
}

#tablepress-repertoire_filter {
	padding: 0 0 6px 0;
}
#tablepress-repertoire_filter input {
	width: 400px;
	background-color: transparent;
}
#tablepress-repertoire_filter label {
	font-size: 14px;
	color: #3b3b3b;
}