/*!
Theme Name: Dallas Symphony Orchestra
Theme URI: http://pixelslam.com/
Author: Pixelslam
Author URI: http://pixelslam.com/
Description: The Dallas Symphony Orchestra theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dso

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dso is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.isLoggedIn {
	display: none;
}

.nav__flyout .flyout-wrapper .flyout__menu--util li.isLoggedIn a svg {
	margin-top: 3px;
}

.nav__flyout .flyout-wrapper .flyout__menu--util li.isLoggedIn a svg {
	margin-bottom: 3px;
}

.dso-inline-audio {
	background-color: white;
	padding: 2rem 0;
}

.dso-audio-clip {
	margin-bottom: 1rem;
	margin-left: 30px;
	position: relative;
}

.dso-audio-clip:hover {
	cursor: pointer;
}

.dso-audio-clip .dso-audio-clip__icon {
	background-image: url(images/volume-up-solid.svg);
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 20px;
	margin-right: 1rem;
	vertical-align: middle;
	width: 20px;
}

.dso-audio-clip:hover .dso-audio-clip__icon {
	background-image: url(images/play-solid.svg);
}

.dso-audio-clip.dso-audio-clip--playing .dso-audio-clip__icon {
	background-image: url(images/pause-solid.svg);
}

.dso-audio-clip p {
	display: inline-block;
	margin-bottom: 0.25em;
	position: relative;
	vertical-align: middle;
}

.dso-audio-clip__underline {
	background-color: #70d9f7;
	bottom: 0;
	display: block;
	height: 2px;
	left: calc(20px + 1rem);
	position: absolute;
	width: 0;
}

.sponsor__list .sponsor img {
	background-color: transparent;
	margin: 0 auto;
	width: 70%;
}

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

	.sponsor__list .sponsor img {
		width: 100%;
	}
}

.row--align-items-center {
	align-items: center;
}

p.buy-tickets__starting-at {
	font-size: 1rem;
}