/*
Theme Name:         Sonic Concerts 2021
Theme URI:          http://www.seg.ca
Description:        Custom theme created for Sonic Concerts, based on Bootstrap. 
Version:            1.0
Author:             Glen Leck
Author URI:         http://www.glenleck.com/
*/


body, html {
	background: url(images/background.jpg) center top fixed no-repeat #000;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	letter-spacing: 0.05em;
	color: #fff;
    height: 100%;
}

.container {
	padding: 40px 5px 40px 5px;
	color: #fff;
}

a {
	color: #f80000;
	text-decoration: underline;
}

a:hover {
	color: #cc0000;
	transition: 0.5s;
}

h2 {
	font-size: 2.3em;
	font-weight: 900;
	text-transform: uppercase;
	display: inline;
	padding-right: 5px;
}

h3 {
	font-size: 2.25em;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
}

h4 {
	display: inline;
	font-weight: 700;
	font-size: 1.4em;
	line-height: 0.95em;
	text-transform: uppercase;
}

h5 {display: inline;
	color:#8b8b8b; 
	}

.header {
	padding: 40px 0px 40px 0px;
}

.header a {
	color: #fff;
	font-size: 1.2em;
	margin: 40px 15px 0px 0px;
	padding-top: 30px;
}

.header a:hover {
	color: #f80000;
	transition: 0.5s;
}

.social {
	font-size: 1.5em;
	letter-spacing: 0.15em;
}

.newsletter {
	font-size: 0.985em;
	padding-top: 15px;
}

.banner {
	margin: 5px 0px 5px 0px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.9);
}

.navbar-toggler {border-color: #fff;}

.navbar {

	margin: 40px 0px 20px 0px;
	padding: 0 0 0 0;

}

.navbar-nav {
	font-size: 1.15em;
	padding: 8px 0px 0px 6px;
}

.filter-by {color: #4c4c4c !important;}

.filter {
	background: none !important;
	padding: 40px 0px 40px 0px;
}

.filter-option {
	font-size: 1.2em;
	text-align: right;
}

.nav-link {
	color: #fff !important;
}

.nav-link:hover {
	color: #cc0000 !important;
	transition: 0.5s;
}

.dropdown-item {
	color: #f80000 !important;
	text-decoration: none;
	line-height: 1.1em;
}

.dropdown-item:hover {
	color: #000 !important;
	transition: 0.5s;
}

.sort {
	color:#8b8b8b !important;
	padding-left: 30px;
}

.search {
	margin-left: 10px;
}

.searchbutton {
	margin-left: 5px;
	border: 3px;
	font-size: 1.4em;
}

.search-notice {
	background: #fff;
	color: #f00;
	font-size: 20px;
	margin-bottom: 30px;
	padding: 12px;
	text-align: center;
}


.listing-group {
	background: #fff;
	color: #000;
	margin: 5px 0px 0px 0px;
	padding-left: 0px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.9);
}

.listing-group-grey {background: #8b8b8b;}

.listing-group h3 {margin-bottom: 0px;}

.listing-table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.38em;
}



table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px !important;
}

td {
	height: 100% !important;
	border-top: none !important;
}

.listing {margin-bottom: 30px;}

.listing h2 {padding-right: 8px;}
.listing h4 {padding-right: 8px;}

.thumbnail {
	padding: 0px 0px 0px 0px !important;
}

.date {
	background: #8b8b8b;
	padding-left: 15px;

}

.date h3 {color: #fff;}

.market {background: #282828;
	color: #fff;
}

.venue {
	padding: 0px 15px 0px 15px;
}

.details {
	padding: 0px 15px 0px 15px;
	font-size: 0.899em;
	border-left: 3px dashed;
	border-right: 3px dashed;
}

.age,
.doors,
.show {
	margin: 0 0 0 0;
}

.doors span,
.show span {color: #8b8b8b;}

.buy {text-align: center; font-size: 1.05em;}

.buy-tickets {
	background: #f80000; 
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 25px;
	padding: 2px 2px 2px 2px !important;
}

.buy-tickets.red {background: #f80000; color: #fff;}
.buy-tickets.black {background: #282828; color: #fff;}
.buy-tickets.grey {background: #8b8b8b; color: #fff;}
.buy-tickets.custom {background: #2a4564; color: #fff;}

.sold-out {
	background: #8b8b8b; 
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 25px;	
	padding: 2px 2px 2px 2px !important;
}

.buy-tickets:hover {
	background: #000;
	text-decoration: none;
}

.buy-tickets.black:hover,
.buy-tickets.grey:hover,
.buy-tickets.custom:hover,
.sold-out:hover
 {
 	background: #ccc !important;
	color: #000;
	text-decoration: none;
}


.modal {margin-top: 100px;}

.modal-title {color:#000; text-align: center; sans-serif; font-size: 2em; line-height: 0.9em; padding: 20px 10px 20px 0px;}

footer {margin: 40px 0px 40px 0px;}

footer .social a {color: #fff;}

footer .social a:hover {
	color: #cc0000;
	transition: 0.5s;
}

.sidebar-listing {margin: 25px 0px 15px 0px; font-size: 0.9em;}

.sidebar-listing a {color: #f80000 !important;}
.sidebar-listing a:hover {color: #fff !important;}


/* EVENT PAGE 
-------------------------------------------------- */

.banner-event {
	margin: 20px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.9);
}

.banner-event img {
	width: 100%;
}

.event-container {
	margin: 0px 0px 0px 0px;
}

.event-container h2 {
	font-size: 3.5em;
	line-height: 0.9em; 
	display: block;
}

.event-container h4 {
	margin-right: 5px;
}

.event-main {
	background: #fff;
	color: #000;
	margin: 0px 0px 15px 0px;
	padding: 25px 25px 25px 25px;
}

.event-main table {font-size: 2em; margin: 25px 0px 25px 0px;}

.event-details {
	margin: 25px 0px 25px 0px;
	padding: 10px 0px 10px 0px;
	font-size: 1.5em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.event-details-artist {
	margin: 25px 0px 25px 0px;
	padding: 10px 0px 10px 0px;
	font-size: 1.4em;
}

.listing-table-artist {font-size: 0.4em; line-height: 2.2em;}

.map {font-size: 0.6em; padding: 6px 0px 0px 6px;}

.event-sidebar {
	background: #000;
	color: #fff;
	text-align: center;
	margin: 0px 0px 15px 0px;
	padding: 35px 0px 15px 0px;
}

.advance {margin: 25px 0 0 0 ;}

.advance, 
.dos, 
.event-age, 
.event-doors, 
.event-show {line-height: 1.15em; font-size: 1.2em;}

.event-age {margin-top: 25px;}

.also {font-size: 0.9em; font-weight: 400; 	color:#8b8b8b; margin: 25px 25px 25px 25px;}

.event-buy {
	font-size: 2.4em;
	font-weight: 700;
	background: #f80000; 
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 25px;
	padding: 5px 15px 5px 15px !important;
	margin: 10px 0px 35px 0px;
}

.event-buy:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

.event-buy.red {background: #f80000; color: #fff;}
.event-buy.black {background: #282828; color: #fff;}
.event-buy.grey {background: #8b8b8b; color: #fff;}
.event-buy.custom {background: #2a4564; color: #fff;}

.other-dates {
	background: #3b3b3b;
	color: #000;
	padding: 25px 0px 25px 0px;
}

.other-dates h3 {color: #fff; line-height: 0.9em;}

.event-other-dates {
  list-style-type: none;
  padding: 0;
  margin: 0;
  }

.event-other-dates a {
	line-height: 1.4em;
	font-size: 1.2em;
	color: #fff;
}

.event-other-dates a:hover { color: #f80000; }

.artist-links {padding: 25px 25px 15px 25px;}

.event-purchase-info {
	background: #000;
  color: #fff;
  text-align: center;
  margin: 0px -25px 15px;
  padding: 35px 0px 15px 0px;
}

.mobile-only {
	display: none;
}
.mobile-hide {
	display: block;
}
@media (max-width: 767px) { 
	.mobile-only {
		display: block;
	}
	.mobile-hide {
		display: none;
	}
	.event-main {
    margin: 0px;
  }
}



/* RESPONSIVE 
-------------------------------------------------- */

/* bootstrap large to extra large */

@media (max-width: 1200px) { 

h2 {font-size: 2em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1.025em;}

.header a {	font-size: 1em; }

.newsletter {
	font-size: 0.9em;
	padding-top: 10px;
}

.navbar-nav {
	font-size: 1em;
	padding: 8px 0px 0px 6px;
}

.artistpage {font-size: 0.75em !important;}

.listing-table {
	font-size: 0.875em;
	line-height: 1.175em;
}

.buy-tickets,
.sold-out,
.alt {
	font-size: 0.98em;
	padding: 3px 5px 3px 5px;
}

.details {font-size: 0.7em;}

footer {font-size: 0.9em;}

}

/* bootstrap medium to large */

@media (max-width: 992px){

body, html {background-size: 1600px 900px; }

.container {padding: 20px 10px 20px 10px;}

h2 {font-size: 1.65em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
h5 {font-size: 0.75em;}

.header {padding: 20px 0px 30px 0px;}

.menu {font-size: 0.725em; padding-right: 0px; padding-top: 10px;}

.social {font-size: 1.25em;	letter-spacing: 0.35em; padding-top: 8px;}

.newsletter {font-size: 0.675em;}

.navbar-nav {font-size: 0.75em;
	padding: 0px 0px 0px 6px;
}

.navbar-toggler {font-size: 1.025em; color: #fff !important; opacity: 1; border: none;}
.navbar-toggler-icon {font-size: 0.65em; color:#8b8b8b !important;}

.nav-link { font-size: 1.3em; line-height: 1.1em; display: inline;}

.artistpage {font-size: 0.75em !important;}

.date {	padding-left: 8px;}

.date h3 {font-size: 1.4em; line-height: 0.8em;}

.market {background: #282828;
	color: #fff;
}

.venue {
	padding: 0px 2px 0px 8px;
	font-size: 0.9em;
}

.details {
	padding: 0px 2px 0px 8px;
	font-size: 0.57em;
}

.age,
.doors,
.show {
	margin: 0 0 0 0;
}

.buy {font-size: 0.85em; line-height:1em;}

.more-info {font-size: 0.65em; line-height: 0.5em;}

.listing-table {
	font-size: 0.75em;
	line-height: 1.175em;
}

.more {font-size: 0.75em;}

.event-main {padding: 25px 15px 25px 15px;}

.event-buy {font-size: 1.5em;}
.event-details {font-size: 1.1em;}
.event-other-dates a {font-size: 1em;}


footer {font-size: 0.8em;}

}

@media (max-width: 768px){
  /**table,tr,td{
    display: block;
  } **/

body, html {background-size: 1440px 810px; }

.container {padding: 20px 20px 20px 20px;}

.menu {font-size: 1em; padding-right: 0px; padding-top: 10px; text-align: center;}

.logo {padding: 30px 0px 15px 0px;}

.social {text-align: center !important; font-size: 1.6em; padding-left: 30px;}

.metaslider.ms-theme-simply-dark .flexslider ul.slides .caption-wrap, .metaslider.ms-theme-simply-dark .rslides .caption-wrap, .metaslider.ms-theme-simply-dark div.nivoSlider .nivo-caption, .metaslider.ms-theme-simply-dark .cs-title { margin: 0px 0px 0px 0px !important;}

.metaslider.ms-theme-simply-dark .flexslider ul.slides .caption-wrap .caption, .metaslider.ms-theme-simply-dark .rslides .caption-wrap .caption, .metaslider.ms-theme-simply-dark div.nivoSlider .nivo-caption, .metaslider.ms-theme-simply-dark .cs-title {font-size: 0.675em !important; line-height: 1.025em !important; padding: 0.25em 0.5em !important;}

.filter {padding: 40px 0px 60px 0px;}

 h2, h4, h5 {display: block; text-align: center;}

h2 {font-size: 2em; margin-bottom: 0px; line-height: 1em;}
h4 {font-size: 1.6em;}
h5 {font-size: 0.9em;}

.event-container h2 {
	font-size: 2.5em;
	line-height: 0.9em; 
	display: block;
}

.newsletter {text-align: center !important; font-size: 0.75em; padding-top: 0px;}

.navbar-toggler {font-size: 1.8em; padding-right: 0;}
.navbar-toggler-icon {font-size: 0.6em;}

.artistpage {font-size: 0.5em !important;}

.date {font-size: 0.95em; padding-top: 10px; line-height: 1em;}
.date h3 {font-size: 1.6em; padding-bottom: 5px;}
.market {font-size: 0.95em; line-height: 1em;}

.details {
	padding: 0px 15px 0px 15px;
	font-size: 0.925em;
	border-left: none;
	border-right: none;
}

.venue {padding-top: 5px; padding-bottom: 2px;  line-height: 1em;}
.buy {padding-bottom: 10px;}
.buy-tickets {font-size: 1.15em; line-height: 1em; padding-top: 2px !important; padding-bottom: 2px !important; margin-top: 2px; margin-bottom: 2px;}

.sold-out,
.alt {font-size: 1.15em; line-height: 1em; padding-top: 2px !important; padding-bottom: 2px !important; margin-top: 2px; margin-bottom: 2px;}

.more-info {font-size: 1.1em; }

 .listing {text-align:center; margin-bottom: 50px;}
 .listing-table {text-align: left; font-size: 0.9em;}
 .more {font-size: 0.9em; line-height: 1em;}

footer {text-align: center;}

}

.hide {
	display: none!important;
}