@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Exo:400,700,900');
@import url(https://fonts.googleapis.com/css?family=Oswald);

body {
	background-color: #eeeeee;
    background-image: url(../images/bg.jpg);
}

.navbar {
  	margin-bottom: 20px;
	margin-top: 5px;
}

.nav-link {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #FFFFFF !important;
	margin-left: 10px;
	margin-right: 10px;
}

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

.mr-auto {
	margin: auto;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,0.5);
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.ticketlink {
    background-color: #d90e81;
    padding: 0px;
}

.header-container {
	background-color: #2852be;
}

.body-container {
	background-color: #FFF;
	padding: 20px 40px;
}

.quote-container {
	background-color: #2852be;
	padding: 40px 40px;
	min-height: 180px;
}

.quote-container ul {
	margin: 0;
	padding: 0;
}

.schedule-container {
	background-color: #FFF;
	padding: 20px 40px;
}

.footer-container {
}

.sub-container1 {
	padding-top: 25px;
}

.sub-container2 {
	padding-top: 25px;
	background-color: #FFF;
}

.sub-container2 blockquote {
	padding-top: 15px;
	padding-left: 25px;
}

.map-column {
	margin-left: 0;
	margin-right: 0;
}

h1 {
    font-size: 35px;
    color: #d90e81;
    font-family: 'Exo', sans-serif;
    font-weight: 900;
	padding-bottom: 15px;
}

h2 {
    font-size: 35px;
    color: #d90e81;
    font-family: 'Exo', sans-serif;
    font-weight: 900;
	text-align: center;
	margin-bottom: 15px;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    font-family: 'Exo', sans-serif;
    font-weight: 900;
	text-align: center;
}

h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #000000;
	margin-bottom: 0;
	font-weight: 700;
}

.tucci-quote {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 25px;
	padding-bottom: 15px
}

.quote {
	text-align: center;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 30px;
	margin-bottom: 0;
}

.quoter {
	text-align: center;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
}

.mw-feature {
	margin-bottom: 20px;
}

.feature-pic {
	padding-bottom: 20px;
	display: block;
	margin: auto;
}

.description-box {
	padding-top: 10px;
}

.bff-box {
	padding-top: 20px;
}

.view-commercial {
	cursor: pointer;
}

.modal-dialog {
    max-width: 800px;
}

.modal-content {
	padding-left: 20px;
	padding-right: 20px;
}

.modal-header {
	padding-left: 0;
	padding-right: 0;
}

.social-icon {
	max-width: 74px;
	width: 25%;
	margin-left: 10px;
	margin-right: 10px;
}

.locationbox {
    width: 100%;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    float: left;
}

.locationbox p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

.showdates {
    width: 100%;
    background-color: #2852be;
    padding: 10px;
    color: #FFFFFF;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.showinfo {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.showinfo a {
    color: #d90e81;
	text-decoration: underline;
}

.tixbtn {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	color: #ffffff !important;
	font-size: 20px;
	background: #d90e81;
	padding: 10px 20px 10px 20px;
	text-decoration: none !important;
}

.AU-NZ {
	margin-top: 40px;
	margin-bottom: 40px;
}

.page-pic {
	display: block;
	margin: auto;
}

.review-tag {
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
}

.castbox {
	text-align: center;
}

.castbox p {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #d90e81;	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

.copyright {
    font-family: Arial, Helvetica, sans-serif;
    color: #111;
    font-size: 11px;
    font-weight: bold;
	text-align: center;
	padding-top: 20px;
}

.castbio {
	margin-bottom: 15px;
}

.bio-pic {
	cursor: pointer;
}

label {
	margin-bottom: 3px;
	font-size: 12px;
}

.label_error {
	color: #ff0000;
}

.error {
	border-color: #ff0000 !important;
}

/*-------------QOUTE ROTATOR-------------*/
#quotes,#quotes li blockquote,#quotes li cite {
	display:block;
	clear:both;
}

#quotes {
	height:100%;
	overflow:visible;
	padding-top: 100px;
}

#quotes li {
	list-style:none;
	position:absolute;
	width: 95%;
}

#quotes li blockquote {
	top:0;
	left:0;
	overflow:visible;
	list-style:none;
	opacity:0;
	margin:0;
	font-family: 'Exo', sans-serif;
	font-weight: 900;
	color: #FFFFFF;
	font-size: 45px;
	line-height: 45px;
	text-align: center;
	width: 100%;
}

#quotes li cite {
	padding-top:8px;
	font-family: 'Exo', sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	width: 100%;
}
/*-----------END QOUTE ROTATOR-----------*/


@media screen and (max-width: 1200px) {
	
	.nav-link {
		font-size: 15px;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.castbox p {
		font-size: 11px !important;
	}
	
}

@media screen and (max-width: 992px) {
	
	.tucci-quote {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 25px;
		padding-bottom: 15px
	}
	
	.quote {
	    font-size: 20px;
	}
	
	h1 {
    	font-size: 25px;
		padding-bottom: 10px;
	}
	
	h2 {
    	font-size: 25px;
	}
	
	#quotes {
		padding-top: 0px;
	}
	
	.castbox p {
		font-size: 15px !important;
		margin-top: 10px;
	}	
}

@media screen and (max-width: 768px) {
	
	.bff-box {
		padding-top: 0px;
	}
	
	#quotes li blockquote {
		font-size: 40px;
		line-height: 40px;
	}
	
	.map-column {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.review-tag {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}

@media screen and (max-width: 576px) {
	
	#quotes li blockquote {
		font-size: 30px;
		line-height: 30px;
	}
	
	html {
		font-size: 12px;
	}
	
}