﻿/* CNT and HOB special events CSS */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    text-shadow: none;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0; 
}
.submit-field {
    float: none;
    width: 50%;
}
.msgBox {
    text-align: center;
    margin-top: 10px;
}
.msgBoxGreen {
    background-color: rgba(200, 250, 150, 0.7);
}
.msgBoxRed {
    background-color: rgba(250, 150, 150, 0.7);
}
textarea {
    resize: vertical;
}
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* img {
    max-width:100%; /*to ensure images are responsive*/
    height:auto;
}
body {
	background-color:#000;
}
/***********START CONTENT********/
.wrapper {
	width:100%;
    max-width:1180px;
	margin:0px auto;
    margin-top:20px;
	background-color:#fff;
	color:#333;
	/*overflow:auto;*/
}
header.SpEvents {
    position:absolute;
    z-index:5;
    top:20px;
    left:30px;
    width: 100%;
    max-width: 200px;
    height:80px;
}
header.SpEvents-no-images {
    position:absolute;
    z-index:5;
    top:20px;
    left:30px;
    width: 50%;
    height:80px;
}
.top-left {
	display:block;
	vertical-align:top;
    float:left;
    height:80px;
    padding-top:4px;
}
.top-right {
	width:38%;
    float:right; 
    padding:20px 10px 10px 20px;
    font-size:12px;
    color:#444;
    font-family: Arial, sans-serif;
    text-decoration:none;
}
.sliding {
	position:relative;
	width:100%;
	margin: 0;
   padding: 0;
}
.owl-carousel {
    z-index: initial;
}
.overlay-special-events {
	position:absolute;
	top:20px;
	left:0px;
	max-width:80%;
	background-color:rgba(121,148,162,.7);
}
.main-special {
    margin-left:10px;
    margin-right:10px;
	width:100%;
	margin-top:-10px;
    background-color:#fff;
    padding:0px 10px;
    display:block;
}
section.section-left {
	float:left;
	width:62%;
	padding:10px;
    padding-right:30px;
	margin: 0 0;
}
h3.spec {
	display:inline-block;
	margin-top:40px;
    -webkit-margin-after: 0em;
    margin-bottom:2px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#222;
    font-size:16px;
    text-transform:uppercase;
}
.padd {
	padding:0px 10px 7px 0px;
	font-family:Arial, Helvetica, sans-serif;
    color:#444;
    font-size:14px;
    line-height:19px;
    margin-top:5px;
}
.ve-details {
    border: 1px solid #ccc;
    width:100%;
    padding:7px 12px 5px;
    margin-top:35px;
    margin-bottom:25px;
}
.ve-details-links {
    margin-bottom:20px;
}
.ve-details-hob {
     background-color:#fff;
    width:97%;
    padding:9px 12px 7px;
    margin-top:35px;
    margin-bottom:25px;
}
.ve-links-hob {
    margin-top:50px;
    margin-bottom:60px;
}
.ve-links-hob a:link {
    color: #90201a;
    font-size:14px;
    font-weight:bold;
    text-decoration:underline;
    margin-right:50px;
    margin-left:5px;
}
.ve-details-links a:link{
    color: #90201a !important;
    font-size:14px;
    font-weight:bold;
    text-decoration:underline;
    margin-right:50px;
    margin-left:5px;
}
table#stats {
    margin-top:6px;
    border: 0px solid #bbb;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    width: 97%;
    font-family:"brandon-grotesque-black", Arial, Helvetica, sans-serif;
}
table#stats th {
    background:rgb(144,32,26);
    font-weight: normal;
    vertical-align: middle;
    border-right:0px solid #bbb;
    color:#fff;
}
table#stats th.hob-th {
    background:rgb(144,32,26);
    color:#fff;
    padding:7px 4px;
    letter-spacing:.8px;
}
table#stats th, table#stats td {
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    padding: 6px 0px;
    text-align: center;
}
table#stats td.first {
    border-left: 1px solid #bbb;
}
.venue-capacity-links {
    margin-left: 5px;
    color: #8d3131;
    text-decoration: underline;
    font-size: .9em;
    font-weight: bold;
}
/* Sp-Events Gallery */
.venue-gallery {
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    padding:0px 3px;
    border:1px solid #ccc;
}
.venue-gallery-hob {
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    padding:0px 3px;
    background-color:#fff;
    border:3px solid #fff;
}
.venue-gallery img {
    padding:6px 3px;
    height:auto;
    margin: 0 0 0px;
}
.venue-gallery-hob img {
    padding:6px 3px;
    /*width:24.7%;*/
    height:auto;
    margin: 0 0 0px;
}
/*#lb {
	background-color: #000;
	background-color: rgba(0,0,0,.7);
	position: fixed;
	left: 0px; 
	right: 0px; 
	top: 0px; 
	bottom: 0px; 
	display: none;
}
#lb .light {
	position: fixed;
	left: 0px; right: 0px;  bottom: 0px; top: 0px; 
	margin: auto;
	padding: 10px;
	max-width: 800px;
   /* height:400px;*/
/*    z-index:6;
}
#lb .light img { 
    width: 100%; 
    height:auto;
   border:5px solid #fff;
   margin-top:30%;
}

#lb .light .close {
	position: absolute;
	right: 10px; 
	top: 23.5%;
	background-color: #fff;
	width: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
    opacity:1;
}*/
/*#lb .light .text {
	position: absolute;
	left: 10px; 
	bottom: 10px; 
	right: 10px;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 10px;
}*/
/*end gallery*/
section.fullwidth {
    width:100%;
    margin-left:15px;
    margin-right:15px;
}
section.fullwidth-hob {
    width:100%;
    margin-top:0px;
    margin-left:15px;
    margin-right:15px;
}
article.section-right {
	float:left;
	width:35%;
	padding:10px;
    padding-top:0px;
    font-family:Arial, Helvetica, sans-serif;
	margin:0 0;
	vertical-align:top;
    margin-right:15px;
}
.spec_contact {
	padding:0px;
    margin-top:5px;
    font-size:14px;
    line-height:19px;
    padding-bottom:15px;
}
.sp-contct {
    border-top:1px solid #90201a;
    display:block;
    margin-top:15px;
}
.hob-sp-events {
	padding:0px;
    margin-top:20px;
    font-size:14px;
    line-height:19px;
    padding-bottom:0px;
    color:#333;
}
.spec_contact a img {
    margin-left:4px;
}
.other-inqu {
    font-size: 12px;
    color: #333;
    padding-top: 20px;
    padding-bottom:20px;
}
.other-inqu2 {
    font-size: 12px;
    color: #333;
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid #90201a;
}
.directions {
    width:100%;
    margin:0 auto;
    text-align:center;
}
.main-special2 {
    padding:0px 20px 40px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:20px;
    width:98%;
    display:block;
}
.premium-seats-form {
    max-width: 685px;
}

form.hob-form {
    margin:0 auto;
    padding-top:5px;
    text-align:center;
    max-width: 700px;
 }
 fieldset {
    width:50%;
    float:left;
}
.special-e-form label {display:none;}

.cnt-form fieldset.full-field, .hob-form fieldset.full-field {
        width:100%;
        margin:0 auto;
        text-align:center;
        float:none;
}
.submit-center {
    width:100%;
    margin:0 auto;
   text-align:center;
}
.submit-request-button {
    margin:0 auto;
    margin-top:20px;
    padding: 6px 0px;
    background:#90201a;
    color:#fff;
    font-size:14px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    font-weight:bold;
    text-align: center;
    width: 70%;
}
.full-site-button {
    margin:0 auto;
    margin-top:20px;
    padding: 7px 45px;
    background:#90201a;
    color:#fff;
    border: none;
    box-shadow: none;
    cursor: pointer;
    font-weight:bold;
    text-align: center;
    width: 100%;
    font-size: 17px;
    transition: background 0.1s linear;
}
.full-site-button:hover {
    text-decoration: none;
}
.sub-req-btn {
     margin:0 auto;
    background:#90201a;
    padding: 10px 15px;
    margin-top:20px;
    border: 0;
     width: 70%;
    color: #fff;
    font-family: "brandon-grotesque-black", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: background 0.1s linear;
            transition: background 0.1s linear; }
    .sub-req-btn:hover,
    .sub-req-btn:active,
    .sub-req-btn:focus {
        background: #712323;
        text-decoration: none;
    } 

input[type="text"].special-ev, input[type="email"].special-ev, input[type="tel"].special-ev {
    margin: 4px 4px 4px 0px;
    padding: 6px 18px;
    width: 188px;
    border:1px solid #ccc;
}
input[type="text"].special-ev-hob, input[type="email"].special-ev-hob, input[type="tel"].special-ev-hob, select.special-ev-hob {
    margin: 5px 0;
    padding: 10px 15px;
    font-size: 18px;
    width: 100%;
}
input[type="text"].hear-about-us {
    margin: 4px 4px 4px 0px;
    font-weight:normal;
    border-radius: 0;
    background: #fff;
    width: 70%;
    padding: 6px 7px;
    border:1px solid #ccc;
}
input[type="text"].hear-about-us2 {
    padding: 10px 15px;
    font-size: 18px;
    margin: 5px 0;
    font-weight: normal;
    color: #999;
    border-radius: 0;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
}
input:required {
    box-shadow: none;
}
.dropdown-menu {
    border-radius:0px;
    margin:0 0;
    left:50px;
}
.dropdown-menu>li>a {
    color:#999;
}
.hob-socials {
    margin:0 auto;
    margin-top:7px;
    text-align:center;
}
.hob-socials img {
    margin: 0 0 0px;
} 
.pop-item {
    position:relative;
    overflow:auto;
} 
.img-copy {
    position:absolute;
    overflow:auto;
    bottom:6px;
    right:10px;
    width:280px;
    height:60px;
}
.img-copy h6 {
    color:#fff;
    font-size:12px;
    letter-spacing:1px;
    line-height:14px;
    margin: 0 0;
    padding:0 0;
}

.img-copy img {
    width:20px;
   vertical-align:text-bottom;
   display:inline;
   margin-bottom:0;
}

.se-page-btn {
    position: absolute;
    top: 75%;
    left: 3%;
}

/***** MEDIA QUERIES***********/

@media  (min-width: 1020px) {
    .dropdown-menu {
        left:50px;
    }
    .hob-dr-menu {
        left:35px;
    }
}
@media screen and (max-width: 1223px) {
    input[type="text"].special-ev, input[type="email"].special-ev, input[type="tel"].special-ev, input[type="text"].special-ev-hob, input[type="email"].special-ev-hob, input[type="tel"].special-ev-hob, select.form-control, select.special-ev-hob {
        width: 97%;
    }
    .submit-field {
        text-align:center;
        margin:0 auto;
    }
 }
@media screen and (max-width:1032px) {
    .venue-gallery-hob img {
        padding: 6px 3px;
        width: 24.6%;
    }
}
@media screen and (max-width: 940px) {
     fieldset {
        width: 100%;
         margin:0 auto;
        text-align:center;
    }
    .reserve {
        margin:0 auto;
        text-align:center;
    }
    .dropdown-menu {
        left:35px;
    }
    .sub-req-btn {
        width: 100%;
    }
}
@media screen and (max-width:816px) {
    #lb .light .close {
        display:none;
    }
}
@media screen and (max-width: 785px) {
    .venue-gallery-hob img {
        padding: 6px 3px;
        width: 24.5%;
    }
}
@media screen and (max-width: 768px) {
    .ve-details-hob{
        width:100%;
        margin-top:20px;
    }
    .ve-links-hob {
        padding-right:12px;
        padding-left:12px;
    }
    section.section-left, article.section-right {
        width:100%;
        float:none;
        margin:0 auto;
        margin-right:10px;
    }
    section.fullwidth {
        padding:20px 20px 40px;
    }
    section.fullwidth-hob {
        padding:0px 0px 40px;
    }
    fieldset {
        float:left;
        width:33%;
    }
    fieldset.comments {
        width: 100%;
        float: right;
    }
    fieldset.full-field, .sp-events_header {
        width:100%;
        margin:0 auto;
        text-align:center;
        float:none;
    }
    input[type="text"].hear-about-us2 {
        width: 100%;
        font-size: 17px;
    }
    .top-right {
        padding: 12px 8px 0px 0px;
    }
    .dropdown-menu {
        left:70px;
    }
    .hob-dr-menu {
        left:85px;
    }
    .main-special, .main-special2 {
        margin-left:2px;
    }
    section.section-left {
        padding-right: 10px;
    }
    .sp-contct {
        padding-left:0px;
        padding-right:10px;
        padding-bottom:10px;
        border-bottom:1px solid #90201a;
    }
    .venue-gallery-hob {
        border:1px solid #fff;
    }
    .se-page-btn {
        top: 65%;
        left: 2%;
        right: 2%;
        text-align: center;
    }
}
@media screen and (max-width:580px) {
     fieldset {
        width:50%;
    }
}
@media screen and (max-width: 530px) {
    .top-right {
        padding: 2px 5px 0px 0px;
    }
     .hear-about-us, .hear-about-us2 {
        width:75%;
    }
     .dropdown-menu {
        left:50px;
    }
     .hob-dr-menu {
        left:45px;
    }
   .ve-links-hob a:link {
        margin-right:45px;
        margin-left:0px;
    }
   .ve-details-links a:link {
        margin-right:15px;
        margin-left:0px;
    }
   h3.spec {
       margin-top:25px;
   }
}
@media screen and (max-width: 520px)  {
    header.SpEvents {
        top:10px;
        left:15px;
    }
    .top-left img {
        width:130px !important;
    }
}
@media screen and (max-width: 480px) {
    table#stats {
        font-size:11px;
    }
     .hob-dr-menu {
        left:55px;
    }
     .ve-links-hob a:link {
        margin-right:15px;
    }
    .sub-req-btn {
        font-size: 14px;
    }
}
@media screen and (max-width: 423px) {
    .sliding {
        min-height: 125px;
        overflow: auto;
    }
   fieldset {
        float:none;
        width:96%;
    }
}




/* FILLMORE THEME OVERRIDES */

.fillmore-wrapper .top-left img {
    float: left;
    margin-top: 10%;
}

.fillmore-wrapper article .wrapper {
    margin-top: 0;
    max-width: 1400px;
    text-align: left;
}

.fillmore-wrapper .wrapper .container {
    margin: 0 auto;
    padding: 0 15px;
}

.fillmore-wrapper .spec_contact p {
    color: #444;
    font-size: 14px;
    line-height: 19px;
    font-family: inherit;
    margin: 0;
    text-align: left;
}

.footer-cnt h4 {
    font-size: 32px;
    line-height: 40px;
    color: #fffce0;
    font-family: "ApexNew-Bold";
}

.footer-links h6 {
    font-size: 17px;
    line-height: 20px;
    color: #36a2d9;
    font-family: "ApexNew-Bold";
}

@media (max-width: 1200px) {
    .fillmore-wrapper .top-left img {
        margin-top: 15%;
    }
}

@media (max-width: 768px) {
    .fillmore-wrapper nav .logo img {
        width: 50%;
    }

    .fillmore-wrapper .wrapper .se-page-btn {
        top: 78%;
    }

    .fillmore-wrapper .sliding .top-left {
        float: right;
    }

    .fillmore-wrapper .top-left img {
        margin-top: 40%;
        margin-right: 10%;
        float: right;
    }
}

@media (max-width: 600px) {
    .fillmore-wrapper .wrapper .SpEvents {
        left: 0;
        right: 0;
    }

    .fillmore-wrapper .wrapper .top-left {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

        .fillmore-wrapper .wrapper .top-left img {
            float: none;
            margin-right: 0;
            margin-top: 15%;
        }
}

@media (min-width: 768px) {
    .fillmore-wrapper .container {
        width: auto;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .fillmore-wrapper .container {
        width: auto;
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {
    .fillmore-wrapper .container {
        width: auto;
    }
}

@media (min-width: 1301px) {
    .fillmore-wrapper .container {
        padding: 0;
    }
}
