﻿/* Main Stylesheet */


/*** Bootstrap Override
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media(max-width:767px) {
  .row {
    margin: 0;
  }
}
/*** End Bootstrap Override ***/



/*** Overlays
-------------------------------------------------------------------*/
.darkOverlay {
  background: rgba(0,0,0,0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.boxOverlay {
  background: rgba(32,37,76,0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
/*** End Overlays ***/



/* Panels
-------------------------------------------------------------------*/
.panelWrap {
  background-size: cover;
  background-position: center;
  position: relative;
}
.panelWrap .inside {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media(max-width:767px) {
  .panelWrap .inside {
    padding: 50px 0;
  }
}
/*** End Panels ***/



/*** Structure
-------------------------------------------------------------------*/
html { height: 100%; }
body {
  height: 100%;
  font-family: "brandon-grotesque", san-serif;
  line-height: 0;
  font-size: 16px;
  letter-spacing: 1px;
}

#wrap {
  line-height: 20px;
  overflow: hidden;
}


/* Header Area */
header {
  display: table;
  padding: 15px 0;
  width: 100%;
  max-width: 1600px;
  height: 100px;
  margin: auto;
}
.siteTitle {
  display: table-cell;
  float: none;
  vertical-align: middle;
  text-align: left;
  text-transform: uppercase;
}
.siteTitle h1 {
  font-size: 24px;
  line-height: 38px;
  color: #003399;
}
.siteTitle h1 a {
  color: #003399;
}
.siteTitle h1 a:hover {
  text-decoration: none;
}
.siteTitle h1 small {
  margin-left: 5px;
}
.siteLogo {
  width: 40px;
  margin-right: 10px;
  margin-top: -10px;
  float: left;
}
.mainMenu {
  display: table-cell;
  float: none;
  font-family: Georgia, sans-serif;
  vertical-align: middle;
  text-transform: uppercase;
}
@media(min-width:768px) and (max-width:991px) {
  .siteTitle h1 {
    font-size: 18px;
  }
}
@media(max-width:767px) {
  header {
    background: #fff;
    height: 50px;
    padding: 0;
    position: fixed;
    z-index: 9999;
  }
  .siteLogo {
    margin-top: 0;
  }
  .siteTitle {
    padding: 5px 0 5px 10px;
  }
  .siteTitle h1 {
    font-size: 20px;
    line-height: 23px;
    margin-top: 8px;
  }
  .siteTitle h1 small {
    display: block;
  }
}


/* Page Wrap */
#page {
  margin: 0 auto;
}
@media(max-width:767px) {
  #page {
    padding-top: 50px;
  }
}


/* Hero Section */
#heroPanel .slideControls #prev {
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  margin-top: -20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#heroPanel .slideControls #next {
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  margin-top: -20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#heroPanel .slideControls.on #prev,
#heroPanel .slideControls.on #next {
  opacity: 0.2;
}
.heroSlide {
  background-size: cover;
  background-position: center;
  width: 100%;
}
.heroSlide:not(:first-child) {
  display: none;
}
.heroSlide .inside {
  padding: 0 40px;
  height: 600px;
  display: table;
}
.heroSlide .inside > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.heroSlide h1 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 5px #000;
}
.heroSlide p {
  color: #f6f6f6;
  font-size: 16px;
  font-family: Georgia, sans-serif;
  font-style: italic;
  line-height: 26px;
  text-shadow: 0 0 5px #000;
}
.heroSlide a.btn-hero {
  background: #ff1f1f;
  border-radius: 30px;
  padding: 15px 30px;
  margin-right: 30px;
  margin-top: 30px;
  color: #fff;
  text-transform: uppercase;
}
@media(max-width:767px) {
  .heroSlide .inside {
    padding: 50px 0;
  }
  .heroSlide h1 {
    font-size: 24px;
    line-height: 34px;
  }
}


/* Title Hero */
#titleHero {

}
#titleHero h1 {
  text-transform: uppercase;
  color: #fff;
}
#titleHero h2 {
  color: #fff;
}


/* Home Top Panel */
#homeTop {
  text-align: center;
}
#homeTop h3 {
  font-weight: lighter;
  font-size: 25px;
  margin-bottom: 15px;
  text-transform: none;
}
#homeTop hr {
  width: 300px;
}
#homeTop p {
  font-size: 18px;
  font-family: Georgia, sans-serif;
  font-style: italic;
  line-height: 35px;
}


/* Rental Hall */
.rentalGallery {
  text-align: justify;
}
.rentalGallery ul {
  margin: 0;
  padding: 0;
}
.rentalGallery ul li {
  list-style: none;
  display: inline-block;
}

#rentalPanel {
  overflow: hidden;
}
#rentalPanel .slideControls #prev {
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  margin-top: -20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#rentalPanel .slideControls #next {
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  margin-top: -20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#rentalPanel .slideControls.on #prev,
#rentalPanel .slideControls.on #next {
  opacity: 0.5;
}
.rentalSlide {
  width: 100%;
}
.rentalSlide {
}
.rentalSlide:not(:first-child) {
  display: none;
}
@media(max-width:767px) {
  
}


/* Main Content Area */
#contentPanel {

}
#contentPanel .inside {
  padding: 30px 0;
}
#content {

}
#content p {
  
}

/* Sidebar Area */
#sidebar {
  padding: 30px 15px;
}
.page-home #sidebar {
  padding: 0 15px;
}
#sidebar p {

}


/* Testimonial Panel */
#testSlider {
  margin: 0 50px;
}
.testSlide {
  width: 100%;
  color: #000;
  padding: 0 10px;
}
.testSlide:not(:first-child) {
  display: none;
}
.testSlide p.text {
  font-size: 26px;
  line-height: 36px;
  font-style: italic;
}
.testSlide p.author {
  font-size: 16px;
}
.quoteLeft {
  width: 40px;
  font-size: 40px;
  position: absolute;
}
.quoteRight {
  width: 40px;
  font-size: 40px;
  margin-top: -40px;
  right: 0;
  position: absolute;
}

/* Testimonial Page */
#testWrap {

}
.testItem {
  margin-bottom: 30px;
}
.testItem img {
  width: 25%;
  float: left;
}
.testItem.withImg p {
  margin-left: 30%;
  margin-top: 10px;
  margin-bottom: 15px;
}
.testItem:nth-child(even) {
  text-align: right;
}
.testItem:nth-child(even) img {
  float: right;
}
.testItem.withImg:nth-child(even) p {
  margin-right: 30%;
  margin-left: 0;
}
@media(max-width:767px) {
  .testItem img,
  .testItem:nth-child(even) img {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .testItem.withImg p,
  .testItem.withImg:nth-child(even) p {
    margin: 0;
  }
}

/* Box Panel */
#boxPanel {

}
#boxPanel .inside {
  padding: 0;
}
#boxItem {
  background-size: cover;
  background-position: center;
  display: table;
  height: 250px;
  padding: 0;
}
#boxItem a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}
#boxItem a:hover {
  text-decoration: none;
}
#boxItem a:hover .boxOverlay {
  opacity: 1;
}
#boxItem h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: lighter;
  padding: 0 25%;
  z-index: 1;
  position: relative;
}
@media(min-width:1600px) {
  #boxItem {
    height: 350px;
  }
}
@media(min-width:768px) and (max-width:991px) {
  #boxItem {
    height: 175px;
  }
  #boxItem h3 {
    font-size: 18px;
  }
}
@media(max-width:767px) {
  #boxItem {
    width: 100%;
  }
}

/* Home Secondary Panel */
#secondPanel {

}
#secondPanel .row > div:first-child {
  margin-bottom: 50px;
}


/* Schedule Panel */
#schedulePanel {
  background: #20254c;
  text-align: center;
  color: #fff;
}
#schedulePanel h2 {
  font-size: 22px;
}
#schedulePanel h3 {
  margin: 30px 0 0;
  font-size: 18px;
  font-weight: lighter;
}
#schedulePanel p {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: lighter;
}
#schedulePanel a {
  color: #fff;
}
#schedulePanel hr {
  width: 300px;
}


/* Footer Area */
footer {
  background: #000;
  color: #fff;
  text-transform: uppercase;
}
footer p {
  text-align: center;
  margin: 15px 0;
  font-size: 12px;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: none;
  color: #fff;
}
footer img.codemay {
  width: 110px;
  margin-top: -5px;
}
/*** End Structure ***/



/*** Typography (Links, Paragraphs, Headings, etc.)
-------------------------------------------------------------------*/
a {
  color: #20254c;
  text-decoration: none;
}
a:hover {
  color: #20254c;
  text-decoration: underline;
}

p {
  margin: 26px 0;
  line-height: 26px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "brandon-grotesque", san-serif;
}

h1 {
  font-size: 36px;
  line-height: 46px;
  margin: 0;
  text-transform: uppercase;
}

h2 {
  font-size: 26px;
  line-height: 36px;
  margin: 0;
  text-transform: uppercase;
}
h2.pagetitle {
  font-weight: lighter;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
h2.widgettitle {
  font-size: 16px;
  line-height: 26px;
}
h2.widgettitle hr {
  margin: 15px 0 20px;
}
h2.tribe-events-page-title {
  display: none;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  margin: 0 0 15px;
  color: #20254c;
  text-transform: uppercase;
}

.postmetadata {
  color: #777;
  font-size: 0.9em;
  line-height: 1.5em;
}
.postmetadata p {
  padding: 0;
  margin: 0;
}

.social {
  text-align: center;
  margin: 30px 0;
}
.social .fa {
  font-size: 35px;
  display: inline-block;
  margin: 0 10px;
}
/*** End Typography ***/



/*** Buttons ***/
.btn {
  
}
/*** End Buttons ***/



/*** Navigation
-------------------------------------------------------------------*/
.navigation {
  height: 20px;
  width: 100%;
  text-align: center;
}
.navigation .page-numbers {
  margin: 0;
  padding: 0 3px;
}
/*** End Navigation ***/



/*** Extra Stuff
-------------------------------------------------------------------*/
.clear {
  clear: both;
}

.hidden {
  display: none;
}

hr {
  border-color: #f2f2f2;
  width: 90%;
  margin: 0 auto;
}
hr.green {
  border-color: #4f6339;
}
hr.yellow {
  border-color: #ecebd3;
}
hr.short {
  width: 75px;
}
hr.left {
  margin: 0;
}

.bg {
  background-image: linear-gradient(to bottom, #cc0000, #A40000);
  background-color: #CC0000;
}
/*** End Extra Stuff ***/



/*** Lists
-------------------------------------------------------------------*/
.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

#sidebar ul, #sidebar ol {
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 30px;
}
#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
  margin: 5px 0 0;
}
#sidebar ul ul ul {
  margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
  list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
}

/*** Events List ***/
ol.tribe-list-widget {
  margin: 0;
  padding: 0;
}
ol.tribe-list-widget li {
  list-style: none !important;
  margin-bottom: 25px !important;
}
ol.tribe-list-widget li h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
ol.tribe-list-widget li h4 a {
  color: #000;
}
ol.tribe-list-widget li .tribe-event-duration {
  font-style: italic;
}
/*** End Lists ***/



/*** Images
-------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto !important;
}
p img {
  padding: 0;
  max-width: 100%;
  height: auto !important;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}

iframe {
  max-width: 100%;
}

/*** Img Captions ***/
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100% !important;
  max-width: 100%;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  width: 98%;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
/*** End Images ***/



/*** Search Form
-------------------------------------------------------------------*/
#searchform {
  margin: auto;
  padding: 0;
  text-align: center;
}
#searchform .searchfield {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0;
  width: calc(100% - 65px);
  padding: 3px;
}
#searchform .searchsubmit {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 3px;
  width: 60px;
}
/*** End Search Form ***/



/*** Forms & Inputs
-------------------------------------------------------------------*/
.wpcf7 .row {
  margin-bottom: 15px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 textarea {
  border: 1px solid #ccc;
  background: #efefef;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  padding: 8px;
}
.wpcf7 select {
  border: 1px solid #ccc;
  background: #efefef;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  padding: 5px 8px;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 textarea:focus {
  background: #fff;
}
.wpcf7 input[type="submit"] {
  background-color: #eee;
  border: 1px solid #a7a7a7;
  border-radius: 0;
  padding: 5px 15px;
  float: right;
}
/*** End Forms & Inputs ***/



/*** Comments
-------------------------------------------------------------------*/
#commentform {
  margin: 5px 10px 0 0;
}
#commentform p {
  margin: 5px 0;
}
#commentform input {
  font-size: 0.9em;
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
}
#commentform textarea {
  font-size: 0.9em;
  width: 100%;
  padding: 2px;
}
#commentform #submit {
  margin: 0 0 5px auto;
  float: right;
}

#respond:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.commentlist {
  padding: 0;
  text-align: justify;
}
.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
  margin: 10px 5px 10px 0;
}
.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}

.children {
  padding: 0;
}

.nocomments {
  color: #777;
  text-align: center;
  margin: 0;
  padding: 0;
}

.commentmetadata {
  font-weight: normal;
  margin: 0;
  display: block;
}
/*** End Comments ***/



/*** Date Field ***/
.ui-datepicker td span, .ui-datepicker td a {
  padding: 0.8em 0.5em;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  padding: 15px;
}