body { font-family:'Bitter', serif; background-color:#fff; padding-top:0.5em; } /* Old: #fc922e */ 

p, h1, h2, h3, h4, h5, h6 { margin-top:0; padding-top:0; }
h2, h3, h4, h5, h6 { margin-bottom:1em; }
p { font-size:1.1em; }
button { margin:0; padding:0; border:0; }


.check-back-msg { text-align:center; }
.dn { display:none; }
.album-title { font-style:italic; }
.required { color:red; }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-align:right;
}
::-moz-placeholder { /* Firefox 19+ */
  text-align:right;
}
:-ms-input-placeholder { /* IE 10+ */
  text-align:right;
}
:-moz-placeholder { /* Firefox 18- */
  text-align:right;
}

.share-links { padding-top:1em; font-size:1.3em; }

/* Page */

.page {
	background-color:#fff;
	margin-bottom:0.5em;
	padding-top: 2em;
	padding-bottom: 2em;
	min-height:300px;
}
h2.page-heading {  }

@media only screen and (max-width: 991px) {
	.page-heading {
		margin-left: 1em;
	}
}

.page--header__menu {
	min-width: 300px;
}

@media (min-width: 768px) {
	.page--header {
		display: flex;
		justify-content: space-between;
	}

	.page--header__menu {
		display: flex;
		justify-content: flex-end;
	}
}

.page--header__menu-item {
	margin-left: 15px;
	font-size: 17px;
}


/* Utility */

.l__margin-nobottom {
	margin-bottom: 0 !important;
}

.text-primary {
	color: #e1963b;
}

a.text-primary:hover {
	color: #e1963b;
}

.thumb {
	display: block;
	margin: 1em 0;
}


/* Header */

.header-main {
	position: relative;
	display: flex;
	justify-content: space-between;
	border-bottom: 3px solid #e1963b;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
}

.header-main:before {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: -18px;
	margin: auto;
	content: '';
	display: block;
	height: 35px;
	width: 300px;
	background-image: url('../img/TheArmyOfLove-stars.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

@media (max-width: 1199px) {
	.header-main {
		display: block;
	}
}

@media (min-width: 768px) {
	#home .header-main {
		margin-bottom: 0;
		padding-bottom: 0;
	}	
}


.logo {
	position: relative;
	display: inline-block;
	height: 75px;
	background-color: #fff;
}

@media (min-width: 1200px) {
	.logo img {
		margin-right: 25px;
	}
}

.logo img {
	height: 100%;
	width: auto;
	margin-bottom: 1.5em;
}

h1.logo {
	margin: 0;
	padding: 0;
}



/* Navigation */

nav.navbar { margin-bottom:0.5em; border: 0; }
nav.navbar a { color: #e1963b; }
nav.navbar h1 { text-transform:uppercase; font-weight:bold; }
nav.navbar li:hover a { background-color: #e1963b; color: #fff; }
.navbar .navbar-toggle { margin:0; padding:0; padding-top:0.5em; z-index:10; }
.navbar .navbar-toggle .icon-bar {
    background-color: #f9d3a1; /* ff9d01 */
}

ul.nav li { text-transform:uppercase; }

@media (min-width: 992px) and (max-width: 200px) {
	.navbar-nav {
		text-align: center;
	}
}

.social-media-icons,
.social-media-icons-mobile {
	display: flex;
	align-items: center;
}

.social-media-icons-mobile {
	width: 100%;
	justify-content: center;
	padding: 0.5em 0;
}

@media (max-width: 767px) {
	.social-media-icons {
		display: none;
	}
}

@media (min-width: 768px) {
	.social-media-icons-mobile {
		display: none;
	}
}

.social-media {
	margin: 0;
	padding: 0;
	width: 29px;
}

.social-media a:hover {
	background-color:transparent;
}

.social-media a img {
	height:16px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.social-media-icons {
		position: absolute;
		top: 15px;
		right: 15px;
		width: auto;
	}
}



/* Footer */

footer { padding-top:1em; padding-bottom:1em; border-top:1px solid #ddd; }


/* Home */

.home-desktop {
	display: block;
}
.home-mobile {
	display: none;
}

.home-alert {
	text-align: center;
	border: 0;
	border-radius: 5px;
	padding: 1em;
	margin-bottom: 1em;
	font-size: 1.3em;
	background-color: #ffddc1;
}

.home-alert .thumb {
	display: none;
}

.home-banner {
	margin: 0 -15px 1.5em -15px;
	position: relative;
}

@media (min-width: 768px) {
	.home-banner {
		margin: 0 -15px 2.5em -15px;
	}
}

.home-banner:after {
	content: '';
	display: table;
	clear: both;
}

.home-banner img {
	max-width: 100%;
}

#home { padding-top:1em; }
#home h3 { font-size:1.4em; }
#home h4 { font-size:1.5em; }

.featured-video,
.home-events,
.home-album,
.home-news {
	padding-bottom: 2em;
	margin-bottom:1em;
}

.home-events h3,
.home-news h3,
.home-album h3,
.home-store-promo h3,
.home-subscribe h3,
.home-contact h3 {
	font-weight: bold;
}

.home-news {
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0;
}
.home-news h3,
.home-news h4 {
	margin-bottom: 0.5em;
}
.home-news img {
	max-width: 100%;
	width: 250px;
}
.featured-video {
	margin-top: 1.5em;
	border-bottom: 0;
}

.home-events h4 { margin-bottom:0.5em; }
.home-events h5 { margin-bottom:0; font-size:1.3em; }

.home-events, .home-news { border-bottom: 0; }
.home-news img.post-excerpt-image {
	max-width:100%;
	text-align: center;
}

#home .bottom-section { padding-top: 1em; }

.home-subscribe { margin:1em 0 2em 0; padding:1em auto 2em auto; }

.featured-video img { max-width:100%; }

.home-album { text-align:center; }
.home-album img { max-width:100%; }

.home-store-promo,
.home-subscribe,
.home-contact {
	border-top: 1px solid #bbb;
	padding-top: 1em;
	padding-bottom: 1em;
}

#home .featured-video {
	margin-top: 3em;
}

@media (max-width: 767px) {
	.home-news {
		border-top: 1px solid #bbb;
		padding-top: 1em;
		padding-bottom: 2em;
	}
	.home-store-promo {
		padding-bottom: 2em;
	}
	#home .featured-video {
		padding-top: 2em;
	}
}

.featured-song-title {
	color: #ffd300;
}

.featured-song-title:hover,
.featured-song-title:focus {
	color: #015eac;
}

/* Homepage Slider - You Know Which Way To Go */

.home-slider {
	background-color: #fff;
	margin-bottom: 0.5em;
}
.carousel {
	position: relative;
	width: 100%;
}
.carousel img { max-width:100%; }
.carousel .item-3 .carousel-caption { font-size:3em; top:20%; right:auto; bottom:auto; left:55%; }
.carousel .item-3 .carousel-caption span { font-size:0.8em; }
.carousel .item-3 .carousel-caption a { color:#fff; }

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-out .7s;
  left: 0;
  opacity: 0; /* hide all slides */
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}
.carousel.fade .item:first-child {
  top: auto;
  opacity: 1; /* show first slide */
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
}

.home-slider .carousel-inner {
	position:relative;
	background-color: #FFFFFF;
	border: 1px solid #555;
}


/* Homepage Slider - Ride on the Mystery */

.home-slider #ride-on-the-mystery .image { float:left; position:relative; width:40%; }
.home-slider #ride-on-the-mystery .image img { width:100%; margin:25px 0 25px 25px; }
.home-slider #ride-on-the-mystery .caption { float:right; width:55%; color:#fff; text-align:center; font-size:1.5em; padding-top: 1.5em; }
.home-slider #ride-on-the-mystery .caption a { color:#fff; }
.home-slider #ride-on-the-mystery .caption .line-1 { font-size:1em; color: #fff; text-align: center; margin-bottom: 2em; }
.home-slider #ride-on-the-mystery .caption .line-2 { font-size:1.2em; margin-bottom:2em; }
.home-slider #ride-on-the-mystery .caption .line-3 { margin-bottom:2em; }
.home-slider #ride-on-the-mystery .caption .line-3 a { text-decoration: underline; }
.home-slider #ride-on-the-mystery .caption .line-5 button { margin:0.5em; }
.home-slider #ride-on-the-mystery .caption h3 { font-size:1.3em; color:#a3c1e5; text-transform: uppercase; }
.home-slider #ride-on-the-mystery .caption h3 a { color:#a3c1e5; }


/* Homepage Slider - You Know Which Way To Go */

.home-slider .item-005 {
	padding: 15px 0 15px 15px;
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.home-slider .item-005 .line-1 {
	margin-bottom: 30px;
	margin-top: 22px;
	font-size: 1.3em;
	text-transform: uppercase;
}

#home .home-slider .item-005 h3 {
	font-size: 1.9em;
	line-height: 1.5;
	margin-bottom: 1em;
	color: #015eac;
}

.home-slider .item-005 h2 {
	margin-bottom: 1em;
	color: #fc922e;
}

#home .home-slider .item-005 h4 {
	font-size: 1.3em;
	line-height: 1.5;
	margin-bottom: 0.75em;
	padding-right: 2em;
	padding-left: 2em;
	color: #333333;
}


.home-slider .item-005 .caption {
	text-align: center;
}

.home-slider .item-005 .image img {
	width: 380px;
}

@media only screen and (max-width: 1199px) {
	.home-slider .item-005 .image img {
		width: 310px;
	}

	.home-slider .item-005 .caption {
		padding-right: 5px;
	}

	.home-slider .item-005 .line-1 {
		font-size: 1.1em;
		margin-top: 10px;
		margin-bottom: 30px;
	}

	#home .home-slider .item-005 h3 {
		font-size: 1.5em;
		margin-bottom: 1em;
	}

	.home-slider .item-005 h2 {
		font-size: 25px;
		margin-bottom: 2.1em;
	}

	.home-slider .item-005 h2 span {
		white-space: nowrap;
	}

	#home .home-slider .item-005 h4 {
		font-size: 1.2em;
	}

}

@media only screen and (max-width: 991px) {
	.home-slider .item-005 .caption {
		padding-left: 10px;
		padding-right: 0;
	}

	.home-slider .item-005 .line-1 {
		margin-top: 5px;
		margin-bottom: 20px;
		font-size: 0.9em;
	}

	#home .home-slider .item-005 h3 {
		font-size: 1.2em;
		margin-bottom: 1em;
	}

	.home-slider .item-005 h2 {
		font-size: 24px;
		margin-bottom: 1.2em;
	}

	#home .home-slider .item-005 h4 {
		font-size: 1em;
	}

}

@media only screen and (max-width: 767px) {
	.home-slider .item-005 .line-1 {
		font-size: 1.1em;
		margin-top: 10px;
		margin-bottom: 30px;
	}

	#home .home-slider .item-005 h3 {
		font-size: 1.5em;
		margin-bottom: 1em;
	}

	.home-slider .item-005 h2 {
		font-size: 25px;
		margin-bottom: 1em;
	}

	#home .home-slider .item-005 h4 {
		font-size: 1.1em;
	}
}

@media only screen and (max-width: 699px) {
	.home-slider .item-005 .line-1 {
		margin-top: 5px;
		margin-bottom: 20px;
		font-size: 1em;
	}

	#home .home-slider .item-005 h3 {
		font-size: 1.4em;
		margin-bottom: 1em;
	}

	.home-slider .item-005 h2 {
		font-size: 26px;
		margin-bottom: 1.2em;
	}

	#home .home-slider .item-005 h4 {
		font-size: 1em;
	}

}

@media only screen and (min-width: 601px) and (max-width: 699px) {
	.home-slider .item-005 .image {
		flex: 1 0 50%;
	}
	.home-slider .item-005 .caption {
		flex: 1 1 auto;
	}
}

@media only screen and (min-width: 601px) {
	.home-slider .item-005 {
		align-items: center;
	}

	.home-slider .item-005 .caption {
		width: 75%;
	}
}

@media only screen and (max-width: 600px) {
	.home-slider .item-005 {
		display: block;
		text-align: center;
	}

	.home-slider .item-005 .image img {
		width: 80%;
		margin-bottom: 1.5em;
	}

	.home-slider .item-005 .caption {
		margin-bottom: 1.5em;
	}

	#home .home-slider .item-005 h3 {
		font-size: 1.7em;
		line-height: 1.5;
		margin-bottom: 1em;
	}

	.home-slider .item-005 h2 {
		font-size: 30px;
	}

	#home .home-slider .item-005 h4 {
		font-size: 1.3em;
	}
}

@media only screen and (max-width: 500px) {
	h1.logo {
		height: 60px;
		margin: 0 0 1em 0;
	}
	.home-slider .item-005 .image img {
		width: 100%;
	}
}

@media only screen and (max-width: 450px) {
	#home .home-slider .item-005 h3 {
		font-size: 1.4em;
	}

	.home-slider .item-005 h2 {
		font-size: 25px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.home-slider .item-005 {
		display: block;
	}

	.home-slider .item-005 .caption {
		padding-top: 1em;
		width: 100%;
	}
}

#home .home-events h3,
#home .home-news h3,
#home .featured-video h3:first-of-type {
	font-weight: bold;
}

.home-store-promo a {
	display: block;
	width: 100%;
	text-align: center;
}
.home-store-promo-image img {
	display: inline;
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.home-news {
		margin-top: 2em;
	}
	.home-store-promo-image img {
		max-width: 250px;
	}
}

/* About */

.bio-section {
	margin-bottom: 3em;
	padding: 0 20px;
}

.bio-section .image img {
	max-width:100%;
}

@media only screen and (max-width: 700px) {
}

@media only screen and (min-width: 701px) {
	.bio-section {
		display: flex;
		align-items: stretch;
	}

	.bio-section:nth-of-type(odd) {
		flex-direction: row;
	}

	.bio-section:nth-of-type(even) {
		flex-direction: row-reverse;
	}

	.bio-section:nth-of-type(odd) .text {
		padding-left: 3em;
	}

	.bio-section:nth-of-type(even) .text {
		padding-right: 3em;
	}

	.bio-section .text {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media only screen and (min-width: 701px) and (max-width: 768px) {
	.bio-section {
		justify-content: space-evenly;
	}
	
	.bio-section .image,
	.bio-section .text {
		width: 50%;
		flex: 1 1 auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.bio-section .image {
		width: 35%;
	}
	.bio-section .text {
		width: 65%;
	}
}

@media only screen and (max-width: 991px) {
	.bio-section:nth-of-type(1) {
		display: block;
	}

	.bio-section:nth-of-type(1) .image {
		width: 100%;
	}

	.bio-section:nth-of-type(1) .text {
		padding: 0;
		width: 100%;
	}

	.bio-section .text {
		margin-top: 15px;
	}
}

@media only screen and (min-width: 992px) {
	.bio-section .image {
		width: 35%;
	}
	.bio-section .text {
		width: 65%;
	}

	.bio-section:nth-of-type(1) .image,
	.bio-section:nth-of-type(1) .text {
		width: 50%;
	}
}



/* Music */

#music h2.page-heading { margin-bottom:0; }

ul.albums { margin-top:2em; border-top:3px solid #fc922e; }
.album { position:relative; padding:3em 0 2em 0; }
.album.selected .album-title { text-align:center; font-size:2.7em; }
.album.last { border:0; }
.albums li.album { border-bottom:3px solid #fc922e; }
.albums li .album-image img { max-height:400px; border: 1px solid #bbb; }
.albums li .album-info { padding-top:0; text-align:center; }
.albums li .album-info h3 { font-size:2em; margin-bottom:1em; padding-bottom:0; }
.albums li .call-to-action { font-size:1.5em; margin-bottom:1.5em; }
.albums li .listen { font-size:1.5em; padding-top:1em; }
.albums li .listen a { text-decoration: underline; }
.albums li .buy { padding-top:3em; }
.album-image { position:relative; text-align:center; }
.album-image img { max-width:100%; margin-bottom:1em; border: 1px solid #bbb; }
button.buy-now { font-family: 'Lato', arial, sans-serif; background: #ff9d01; color:#fff; padding:0.3em 1.5em; box-shadow:none; border-width:0; }

.pre-call-to-action { color:#c00; }
.call-to-action a { margin:0 0.5em; }
.call-to-action button { margin: 0; }
.buy { font-size:1.5em; }
.music-player { position:relative; }
.ttw-music-player .tracks li { padding-left:15px !important; }
.ttw-music-player .tracklist .title { width:350px !important; padding-left:0 !important; }
.ttw-music-player .tracklist .duration { padding:0; margin:0; }

.album-description {
	padding: 0 75px;
	font-size: 20px;
}

@media only screen and (max-width: 991px) {
	.album-description {
		margin-top: 2em;
	}
}

.album.selected .hide-on-single {
	display: none;
}

.albums .hide-on-list {
	display: none;
}
.hide-on-list {
	text-align: left;
	font-size: 16px;
}
.buy .hide-on-list a {
	width: 100%;
	margin: 0;
}

#album-rideonthemystery h3 a { color:#382777; }
#album-get-up-and-go h3 a { color:#fd9a09; }
#album-get-up-and-go .album-info { padding-top:3em; }

.cta-heading {
	display: block;
	width: 100%;
/*	background-color: #fc922e;
	color: #fff;
	font-size: 80%;
*/
}

.buy a {
	display: inline-block;
	margin: 5px;
	width: 119px;
	height: 35px;
	background-size: contain;
	background-position: center center;
}

.buy-now-Spotify { 
	background:url('../img/logo-spotify.png') 100% no-repeat;
}
.buy-now-AppleMusic { 
	background:url('../img/logo-applemusic.png') 100% no-repeat;
}
.buy-now-iTunes { 
	background:url('../img/logo-itunes.png') 100% no-repeat; 
}
.buy-now-amazon { 
	background:url('../img/logo-amazon.png') 100% no-repeat;
}
.buy-now-googleplay {
	background:url('../img/logo-googleplay.png') 100% no-repeat;
}
.buy-now-cdbaby {
	background:url('../img/logo-cdbaby.png') 100% no-repeat;
}
.buy-now-amazonMusic {
	background:url('../img/logo-amazon-music.png') 100% no-repeat;
}


#album-newworkspreview h3 {
	margin-top: 1.5em;
}


/* Video */

.video-playing { margin-bottom:3em; }
li.video { margin-bottom:2em; background-color:#eee; }
li.video .video-thumb { padding:0; }
li.video .video-thumb img { max-width:100%; }
li.video .video-info { padding:2em 2em; }
li.video .video-info p { font-size:1.3em; }



/* Events */

.page-events {

}

ul.event-calendar { margin-left: 15px; }
.event-calendar { font-size:1.1em; }
.event-calendar li.event { position: relative; padding-top:1em; padding-bottom:2em; border-bottom:1px solid #ddd; }
.event-calendar li:last-child { border-bottom:0; }
.event-calendar li.event > div { float:left; padding-right:2em; }

.event-title { font-size:1.2em; font-weight:bold; }


/* News */

#news h3 { margin-top:1em; margin-bottom:0.5em; }
#news h4 { font-size:1.7em; margin-top:2em; text-transform: uppercase; }
#news .articles li { padding-bottom:1em; margin-bottom:2em; border-bottom:1px solid #bbb; }
#news .articles { margin-bottom:4em; }
#news img.post-image {
	margin: 1em 0;
	max-width: 100%;
}
#news img {
	max-width: 100%;
}

.news-year {
	background-color: #e1963b;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 7px 0;
}


/* Store */

.products {
	display: grid;
	grid-template-columns: 33.333333% 33.333333% 33.333333%;
	grid-gap: 15px;
}

.product {
	position: relative;
	text-align: center;
	padding-bottom: 50px;
}

.product-image {
	display: inline-block;
	position: relative;
	padding: 0 15px;
	height: 330px;
	max-width: 300px;
}

.product-image:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

.product-image img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.product-image-bg {
	background-color: #eee;
}

.product-info {
	margin-top: 20px;
	text-align: center;
	word-wrap: break-word;
}

.product-note {
	display: block;
	font-size: 12px;
}

.product-name {
	font-size: 18px;
}

.store-cart-button-top {
	float: right;
}

@media only screen and (max-width: 991px) {
	.products {
		grid-template-columns: 50% 50%;
	}
}

@media only screen and (max-width: 500px) {
	.products {
		display: block;
	}
}


/* Contact */

.business-contacts { text-align:center; }
.business-contacts p { min-height:3em; }
.business-contacts .panel { padding:1.3em 0; }

.contact-form { padding-top:3em; }

@media screen and (max-width: 991px) {
	.contact-form h3 { text-align:center; }
}

.contact-form .mail-address { margin-bottom: 2em; }

.contact-form textarea { height:15em; }

.contact-form fieldset#mailing-address { display:none; }



/* Media Queries */

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

	ul.navbar-nav.main-menu { float:left; }
	ul.navbar-nav.social-media-icons { float:right; }

}


@media screen and (min-width:992px) and (max-width:1199px) {

	.navbar-nav { float:none !important; width:100%; padding-right:0; }
	.navbar-nav > li { float:none; display:inline-block; }

	nav.navbar { padding-bottom:1em; }
	nav.navbar li a { padding-bottom:0; }

	.home-slider { width:auto; }
	.home-slider #ride-on-the-mystery .image img { max-height:450px; margin:25px 0 25px 25px; }
	.home-slider #ride-on-the-mystery .caption { padding-top:30px; }

	.home-news p {
		padding-left: 0;
	}

	/*
	.home-slider #ride-on-the-mystery .image { float:left; width:500px; }
	.home-slider #ride-on-the-mystery .image img { max-height:450px; margin:25px 0 25px 40px; }
	.home-slider #ride-on-the-mystery .caption { float:right; width:700px; color:#fff; text-align:center; font-size:1.5em; padding-top:60px; }
	.home-slider #ride-on-the-mystery .caption a { color:#fff; }
	.home-slider #ride-on-the-mystery .caption .line-1 { font-size:0.9em; margin-bottom:1em; }
	.home-slider #ride-on-the-mystery .caption .line-2 { font-size:1.2em; margin-bottom:2em; }
	.home-slider #ride-on-the-mystery .caption .line-3 { margin-bottom:1.5em; }
	.home-slider #ride-on-the-mystery .caption .line-3 a { text-decoration: underline; }
	.home-slider #ride-on-the-mystery .caption .line-5 button { margin:0.5em; }
	.home-slider #ride-on-the-mystery .caption h3 a { color:#a3c1e5; }
	*/

}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.navbar-nav {
		margin: 0 auto 1em auto;
	}

	.navbar-nav>li>a {
		padding-top: 0;
	}
}

@media screen and (max-width:991px) {
	.navbar-nav {
		margin: 0 auto;
	}

	.carousel .item-3 .carousel-caption { font-size:2em; }
	.home-slider #ride-on-the-mystery .image { width:55%; }
	.home-slider #ride-on-the-mystery .image img { max-height:300px; margin:10px; }
	.home-slider #ride-on-the-mystery .caption { width:43%; font-size:1.2em; padding-top:2em; }
	.home-slider #ride-on-the-mystery .caption .buy-now-iTunes { height:30px; width:83px; background-size:contain; }
	.home-slider #ride-on-the-mystery .caption .buy-now-amazon { height:30px; width:62px; background-size:contain; }
	.home-slider #ride-on-the-mystery .caption .line-1 { font-size:0.8em !important; margin-bottom:1em; }
	.home-slider #ride-on-the-mystery .caption .line-2 { font-size:0.9em; margin-bottom:2em; }
	.home-slider #ride-on-the-mystery .caption h3 { font-size:1.3em !important; }
	.home-slider #ride-on-the-mystery .caption .line-3 { font-size:0.8em !important; margin-bottom: 1.3em; }
	.home-slider #ride-on-the-mystery .caption .line-4 { font-size:0.8em !important; }

	.home-events, .home-news, .home-album {  }

	.home-news h3,
	.home-store-promo h3,
	#home .featured-video h3:first-of-type {
		text-align: center;
		margin-bottom: 1em;
	}
	.home-events { padding-bottom: 0; }
	.home-news p,
	.home-subscribe p,
	.home-contact p,
	.home-events p {
		font-size: 1em;
	}

	.home-news p {
		padding-left: 0;
	}

	.home-news {
		margin-bottom: 2em;
	}

	#home .bottom-section { padding-top: 0; margin-bottom: 0; padding-bottom: 0; }

	#home h3, #home h4 { font-size: 1.2em; }

	li.video .video-info {
		padding:1em;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.home-events {
		padding-top: 0;
	}
	#home .home-events h3,
	#home .home-news h3 {
		font-size: 1em;
	}
	.home-events h5 {
		font-size: 1em;
	}
	.home-events p {
		font-size: 0.9em;
	}
	.home-events a {
		font-size: 0.85em;
		line-height: 0.8em;
	}
}

@media (min-width: 768px) {
	.navbar-nav {
		text-align: center;
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.home-news {
		padding-bottom: 2em;
	}
}

@media screen and (max-width: 767px) {

	.header-section-mobile {
		padding-right: 15px;
		padding-left: 15px;
	}

	.home-desktop {
		display: none;
	}
	.home-mobile {
		display: block;
	}

	.home-news,
	.home-events,
	.featured-video {
		padding-bottom: 1em;
	}

	.home-news p {
		text-align: center;
		padding-left: 0;
	}

	.home-news p img {
		width: 60%;
	}

	.home-events {
		text-align: center;
	}

	ul.navbar-nav { text-align:center; }
	ul.navbar-nav.social-media-icons { float:none; text-align:center; border-top:0; }

	ul.navbar-nav > li:not(:last-of-type) { border-bottom:1px solid #bbb; }

	.home-subscribe {
		padding-top: 1em;
	}

	.page {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.bio-section .text { padding-right:1em; }
	.home-slider { width:100%; }

	.home-slider #ride-on-the-mystery .caption { padding-top: 2em; }
	.home-slider #ride-on-the-mystery .image { width:40%; }
	.home-slider #ride-on-the-mystery .caption { width:57%; font-size:1.2em; padding-top: 3em; }
	.carousel .item-3 .carousel-caption { font-size:2em; left:55%; top:12%; }

	/*#home .row { margin:auto 5px; }*/

	.home-slider #ride-on-the-mystery .caption .line-1 { font-size:1em; margin-bottom:1em; }
	.home-slider #ride-on-the-mystery .caption .line-2 { font-size:1em; margin-bottom:2em; }
	.home-slider #ride-on-the-mystery .caption .line-3 { font-size:0.9em; margin-bottom: 1.5em; }

}

@media screen and (max-width:760px) {
	.home-slider #ride-on-the-mystery .caption { padding-top: 2.5em; }
}

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

	.home-slider #ride-on-the-mystery .caption .line-1 { font-size:1em; margin-bottom:1em; }
	.home-slider #ride-on-the-mystery .caption h3 { font-size:1.5em; }
	.home-slider #ride-on-the-mystery .caption .line-2 { font-size:1em; margin-bottom:2em; }
	.home-slider #ride-on-the-mystery .caption .line-3 { font-size:0.9em; margin-bottom: 1.5em; }

}


@media screen and (max-width:649px) {
	p { font-size:1.2em; }
	.home-slider #ride-on-the-mystery .caption { padding-top: 1.5em; }
	.carousel .item-3 .carousel-caption { font-size:1.5em; left:54%; top:1em; }
}

@media screen and (min-width:600px) {
	.home-slider #ride-on-the-mystery .caption h3 { font-size:1.4em; }
	.event-date { width:27%; }
	.event-time { width:27%; }
	.event-title-location { width:46%; }
	.check-back-msg { padding:10em 0 14em 0; }
}

@media screen and (max-width:599px) {

	.home-news p img {
		width: 100%;
	}

	.home-slider #ride-on-the-mystery .caption { width:55%; }
	.home-slider #ride-on-the-mystery .caption .line-1 { font-size:0.7em; margin-bottom:0.5em; }
	.home-slider #ride-on-the-mystery .caption .line-2 { font-size:0.8em; margin-bottom:0.5em; }
	.home-slider #ride-on-the-mystery .caption h3 { font-size:1.3em; }

	.check-back-msg { padding:2em 0 6em 0; }

	.event-calendar li.event { margin-bottom:1em; }
	.event-calendar li.event > div { float:none; padding-right:0; }
	.event-date { width:auto; }
	.event-time { width:auto; }
	.event-title-location { width:auto; }
}

@media screen and (max-width: 500px) {
	.home-slider #ride-on-the-mystery { padding-bottom:2em; }
	.home-slider #ride-on-the-mystery .image { float:none; width:auto; height:auto; text-align:center; padding:15px 15px 0 15px; }
	.home-slider #ride-on-the-mystery .image img { max-height: none; }
	.home-slider #ride-on-the-mystery .image img { margin:0; }	
	.home-slider #ride-on-the-mystery .caption { float:none; width:auto; }
	.home-slider #ride-on-the-mystery .caption .line-1 { font-size:0.9em; margin-bottom:0.7em; }
	.home-slider #ride-on-the-mystery .caption .line-2 { font-size:1em; margin-bottom:0.7em; }
	.home-slider #ride-on-the-mystery .caption h3 { font-size:1.5em; }

	.carousel .item-3 .carousel-caption { font-size:2em; left:55%; top:12%; }

	.carousel .item-3 .carousel-caption { font-size:1.2em; left:57%; top:15%; }
	nav.navbar h1 { font-size:1.8em; }
}

@media screen and (max-width:380px) {
	.carousel .item-3 .carousel-caption { font-size:1.2em; left:55%; top:0; }
	nav.navbar h1 { font-size:1.8em; }
}
