/*home mobile*/
@media only screen and (max-width: 768px) { 
.blockWrap_a00ea9f3267f43d7ad987ab34c029d00 {
    padding-top: 100px;
    padding-bottom: 100px;
    }
.block_a00ea9f3267f43d7ad987ab34c029d00 .contentTitle {
    font-size:45px;
    }
.blockWrap_b09da7e84c9f4c2e8c405c2a1e5290c2 {
    padding-top: 100px;
    padding-bottom: 100px;
    }
.block_b09da7e84c9f4c2e8c405c2a1e5290c2 .contentTitle {
    font-size:45px;
    }
.blockWrap_a260d38d0cfb40ad8793d1c948c86c64 {
    padding-top: 100px;
    padding-bottom: 100px;
    }
.block_a260d38d0cfb40ad8793d1c948c86c64 .contentTitle {
    font-size:45px;
    }
}
 /***************************************** SITEWIDE *****************************************/
/* Navigation Hover State */
.navContainer .navContent ul li a:hover {
    font-weight: bold;
    color: #c08081;
}
.navContainer .navContent ul li .selected {
    font-weight: bold;
}
/* dropdown selected item */
.navContainer .navContent ul li ul a.selected {
    color:#c08081;
}
/*footer newsletter*/
/*.footerContent .emailCapture input {*/
/*    width: 37%;*/
/*}*/
.scForm button {
    padding: 0.58em 1em;
}
.emailCapture {
    margin-top: 0.5em;
}
button, .button, input[type=submit] {
    background: transparent;
    font-size: 16px;
    border: 1px solid white;
}
.imgCaption p.imgCaption-credit {
    font-size: 15px !important;
}
/*@media only screen and (min-width: 1024px) { */
   /*nav hover effect */
/*    .navContent ul li a::after {*/
/*    	position: absolute;*/
/*    	bottom: 100%;*/
/*    	left: 0;*/
/*    	width: 100%;*/
/*    	height: 2px;*/
/*    	background-size: cover;*/
/*    	background: #999;*/
/*    	content: '';*/
/*    	opacity: 0;*/
/*    	-webkit-transition: opacity 0.5s;*/
/*    	-moz-transition: opacity 0.5s;*/
/*    	transition: opacity 0.5s;*/
/*    }*/
/*    .navContent ul li a:hover::after,*/
/*    .navContent ul li a:focus::after {*/
/*    	opacity: 1;*/
/*    }*/
/*}*/

/*.headerContainer {*/
/*    margin-top:0.5%;*/
/*}*/

 /***************************************** HOME *****************************************/
/*buy tickets button*/
.items_b8d37dcd0ba14ae2b2359ca2ac5e9a1d .item:hover{
    background-color:#411421;
    border: 2px solid #411421;
    -ms-transition: background-color .5s ease-out; 
    -webkit-transition: background-color .5s ease-out; 
    -o-transition: background-color .5s ease-out; 
    -moz-transition: background-color .5s ease-out; 
    transition: background-color .5s ease-out;
}


/***************************************** CONTACT *****************************************/
/*email button*/
.items_e808da492ff3485eadcc90b0c3244cf8 .item:hover{
    background-color:#411421;
    border: 2px solid #411421;
    -ms-transition: background-color .5s ease-out; 
    -webkit-transition: background-color .5s ease-out; 
    -o-transition: background-color .5s ease-out; 
    -moz-transition: background-color .5s ease-out; 
    transition: background-color .5s ease-out;
}