/*
Theme Name: OCTC 2018
Theme URI: #
Author: NL
Author URI: 
Description: 
Version: 1.0.0
Text Domain: octc
*/

/*---
Dark Blue = #012c40;/*-Dark Blue-*
Bright Blue = #017fba;/*-Bright Blue-*
Dark Gray = #666666;/*-Dark Gray-*
Medium Gray = #d1d1d1;/*-Medium Gray-*
Light Gray = #f2f2f2;/*-Light Gray-*
--*/

html,
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  width: 100%;
}

.full {
  width: 100%;
  float: left;
  position: relative;
}

.cont {
  width: 1175px;
  margin: 0 auto;
}

.topbar {
  width: calc(100% - 40px);
  padding: 10px 20px 10px 20px;
  background-color: #012c40; /*-Dark Blue-*/
  float: left;
}

.topbar a {
  color: #ffffff;
  text-decoration: none;
  float: right;
  margin: 0 0 0 20px;
  font-size: 0.8em;
}

#header-frame {
}

#header .logo {
  width: 400px;
  float: left;
  margin: 15px 0 15px 0;

  transition: all 1s;
}

#header .title {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2em;
  color: #012c40; /*-Dark Blue-*/
  width: calc(100% - 450px);
  padding: 0 0 0 50px;
  margin-top: 50px;
  float: left;
  font-weight: bold;

  transition: all 1s;
}

#header .subtitle {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1em;
  color: #666666; /*-Dark Gray-*/
  width: calc(100% - 450px);
  padding: 0 0 0 50px;
  float: left;
  font-style: italic;

  transition: all 1s;
}

.mobile-menu {
  display: none;
}

#header ul.mainUl {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  background-color: #017fba; /*-Bright Blue-*/

  transition: all 1s;
}

#header ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  background-color: #017fba; /*-Bright Blue-*/

  transition: all 1s;
}

#header ul li {
  float: left;
  padding: 10px 15px 10px 38px;
  width: auto;
  position: relative;
  text-align: center;
  cursor: pointer;

  transition: all 1s;
}

#header ul li ul {
  position: absolute;
  top: 38px;
  left: 35px;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
}

#header ul li:hover ul {
  pointer-events: auto;
  opacity: 1;

  transition: 0.5s all;
}

#header ul li ul li {
  width: 150px;
  float: left;
  margin: 0 0 0 0;
  border-bottom: 1px solid #012c40; /*-Dark Blue-*/
  padding: 5px 10px 5px 10px;
  text-align: left;
  background-color: #f2f2f2; /*-Light Gray-*/
  color: #012c40; /*-Dark Blue-*/
}

#header ul li ul li:last-child {
  border-bottom: none;
}

#header ul li ul li a {
  color: #012c40; /*-Dark Blue-*/
}

#header ul a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.75em;
  font-family: Verdana, Geneva, sans-serif;

  transition: all 1s;
}

.main {
  padding: 0 0 200px 0;
  background-image: url(http://oceancitytheatrecompany.com/wp-content/themes/octc-2019/assets/images/border-01.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: auto 150px;
  min-height: 500px;
}

.main p,
#home p {
  color: #666666; /*-Dark Gray-*/
  font-size: 0.8em;
  line-height: 180%;
}

.main p a #home p a {
  color: #666666; /*-Dark Gray-*/
}

.main ul {
  color: #666666; /*-Dark Gray-*/
  font-size: 0.8em;
  line-height: 135%;
  margin: 0 0 0 20px;
  margin: 0 0 0 20px;
  padding: 0;
}

h3 {
  font-size: 1em;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  color: #012c40; /*-Dark Blue-*/
  margin-top: 0;
}

h3 a {
  color: #012c40; /*-Dark Blue-*/
  text-decoration: none;
}

h3 .right-link {
  color: #666666; /*-Dark Gray-*/
  font-size: 0.8em;
  float: right;
  font-weight: normal;
}

h4 {
  font-size: 0.85em;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  color: #012c40; /*-Dark Blue-*/
}

h4 a {
  color: #012c40; /*-Dark Blue-*/
  text-decoration: none;
}

h2 {
  width: calc(100% - 40px);
  padding: 10px 20px 10px 20px;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: #012c40; /*-Dark Blue-*/
}

.inheadertitle {
  width: calc(100% - 40px);
  padding: 10px 20px 10px 20px;
  font-size: 1.5em;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #012c40; /*-Dark Blue-*/
}

footer {
  background-color: #012c40; /*-Dark Blue-*/
  float: left;
  width: 100%;
  padding: 25px 0 25px 0;
}

footer p,
#home footer p {
  text-align: center;
  color: #ffffff;
  font-size: 0.75em;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

/*------------------ General Layouts -----------------------*/
.main .cont .main-content {
  width: calc(60% - 25px);
  float: left;
  border-left: 5px solid #012c40; /*-Dark Blue-*/
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 25px;

  transition: all 1s;
}

.main .cont .main-content a {
  color: #666666; /*-Dark Gray-*/
}

.main .cont .main-content p:nth-child(1) {
  margin-top: 0;
}

.main .cont .main-content img {
  width: 100%;
  height: auto;
}
.main .cont .main-content form img {
  width: 1px;
  height: 1px;
}

.main .cont .img-frame {
  width: calc(40% - 50px);
  float: left;
  margin: 20px 0 0 50px;

  transition: all 1s;
}

.main .cont .img-frame img {
  width: calc(100% - 6px);
  margin-bottom: 20px;
  border: 3px solid #d1d1d1; /*-Medium Gray-*/
}

.main .top-section {
  background-color: #f2f2f2; /*-Light Gray-*/
  padding: 15px 0 15px 0;
  margin-bottom: 35px;
}

.main .top-section p {
  color: #012c40; /*-Dark Blue-*/
}

/*------------------ HOMEPAGE -----------------------*/
#home .top {
  padding: 0 0 50px 0;
  background-image: url(http://oceancitytheatrecompany.com/wp-content/themes/octc-2019/assets/images/border-01.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: auto 150px;
}

#home .slider-frame {
  width: calc(70% - 6px);
  margin: 20px 0 0 0;
  float: left;
  border: 3px solid #d1d1d1; /*-Medium Gray-*/
}

#home .about-frame {
  width: calc(30% - 60px);
  float: left;
  padding: 20px 30px 30px 30px;
}

#home #links a {
  width: calc(33.3% - 13.3333px);
  float: left;
  border: 10px solid #d1d1d1; /*-Medium Gray-*/
  position: relative;
}

#home #links a:nth-child(1) {
  border-right: 0;
}

#home #links a:nth-child(3) {
  border-left: 0;
}

#home #links a img {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: -4px;
}

#home #links a .desc {
  width: 85%;
  position: absolute;
  top: 15px;
  left: 5%;
  z-index: 10;
}

#home #links a .desc p.title {
  text-decoration: none;
  color: #ffffff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;

  transition: all 1s;
}

#home #links a .desc p {
  text-decoration: none;
  color: #ffffff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 150%;

  transition: all 1s;
}

#home .news-frame {
  width: 65%;
  float: left;
}

#home .news-frame h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  padding: 10px 5% 10px 5%;
  width: calc(100% - 10%);
}

#news-events-home .news-entry {
  width: calc(100% - 10%);
  border-bottom: 1px solid #012c40; /*-Dark Blue-*/
  margin: 0 5% 0 5%;
  padding: 20px 0 20px 0;
}

#news-events-home .news-entry:last-child {
  border-bottom: none;
}

#news-events-home .news-entry .inner {
  width: 100%;
  margin: 0;
  display: inline-block;
}

#news-events-home .news-entry .inner a {
  text-decoration: none;
  color: #666666; /*-Dark Gray-*/
}

#news-events-home .news-entry img {
  width: calc(30% - 20px - 6px);
  float: left;
  padding: 10px;
  border: 3px solid #d1d1d1; /*-Medium Gray-*/
}

#news-events-home .news-entry .det {
  width: calc(70% - 20px - 40px);
  float: left;
  margin: 0 0 0 20px;
}

#news-events-home .news-entry .det h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

#news-events-home .news-entry .det p:nth-child(2) {
  margin-top: 0;
}

#news-events-home .news-entry .det p:nth-child(3) {
  padding: 20px;
  background-color: #f2f2f2; /*-Light Gray-*/
}

#news-events-home .news-entry .det p.date {
  font-style: italic;
  color: #666666; /*-Dark Gray-*/
}

#news-events-home .news-entry .det p {
  color: #012c40; /*-Dark Blue-*/
  margin-bottom: 0;
  line-height: 1.4em;
}

.home .shows-frame {
  width: 35%;
  float: left;
}

.home .shows-frame h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  padding: 14px 20px 13px 20px;
}

.home .shows-frame h2 a {
  text-decoration: none;
  color: #ffffff;
}

.home .shows-frame .show-entry {
  width: 90%;
  border-bottom: 1px solid #012c40; /*-Dark Blue-*/
  margin: 20px 5% 0px 5%;
  padding-bottom: 20px;
}

.show-frame-inner .show-entry:last-child {
  border-bottom: none !important;
}

.home .shows-frame .show-entry .inner {
  width: 100%;
  margin: 0 0 15px 0;
  display: inline-block;
}

.home .shows-frame .show-entry h4 {
  margin: 0 0 10px 0;
}

.home .shows-frame .show-entry .inner {
  background-color: #f2f2f2; /*-Light Gray-*/
  width: calc(100% - 135px - 20px);
  min-height: 55px;
  float: left;
  padding: 10px;
  line-height: 1.4em;
  margin: 0;
}

.home .shows-frame .show-entry .inner p {
  margin: 0;
}

p.location {
  color: #012c40 !important;
  font-weight: bold;
  margin: 0;
  font-size: 1em;
}
p.shows {
  color: #012c40 !important;
  margin: 0;
  font-size: 1em;
}
p.ticket-price {
  color: #012c40 !important;
  margin: 0;
  font-size: 1em;
}

a.ticket-link {
  background: #012c40;
  color: #fff !important;
  padding: 10px 20px;
  margin: 10px 0 30px 0;
  text-decoration: none;
  float: left;
}

.clear {
  width: 100%;
  clear: both;
}

.home .shows-frame .show-entry .btn {
  position: relative;
  width: auto;
  height: 30px;
  color: #ffffff;
  background-color: #012c40; /*-Dark Blue-*/
  line-height: 30px;
  padding: 0 10px 0 10px;
  float: left;
  text-transform: uppercase;
  font-size: 0.65em;
  text-decoration: none;
}

.home .shows-frame .show-entry .btn:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-left: 15px solid #012c40; /*-Dark Blue-*/
  border-bottom: 15px solid transparent;
}

.purchaseBtn {
  position: relative;
  width: auto;
  height: 30px;
  color: #ffffff !important;
  background-color: #012c40; /*-Dark Blue-*/
  line-height: 30px;
  padding: 0 10px 0 10px;
  float: left;
  text-transform: uppercase;
  font-size: 0.65em;
  text-decoration: none;
}

.purchaseBtn:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-left: 15px solid #012c40; /*-Dark Blue-*/
  border-bottom: 15px solid transparent;
}

#home .shows-frame .show-entry a {
  text-decoration: none;
}

#home #subForm {
  width: calc(35% - 100px - 2px - 60px);
  margin: 50px 0 0 50px;
  padding: 20px 30px 20px 30px;
  background-color: #f2f2f2; /*-Light Gray-*/
  float: left;
  position: absolute;
  bottom: 20px;
  right: 50px;
}

#home #subForm h3 {
  text-align: center;
  color: #012c40; /*-Dark Blue-*/
  margin-top: 0;
}

#home #subForm input {
  width: calc(100% - 14px);
  padding: 7px;
  margin-bottom: 7px;
  float: left;
  font-size: 0.75em;
  border: none;
}

#home #subForm #button {
  background-color: #012c40; /*-Dark Blue-*/
  color: #ffffff;
  padding: 10px;
  width: calc(100%);
  margin-top: 12px;
  float: left;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
}

#home .shows-frame h2 a span {
  font-size: 0.6em;
  float: right;
  font-weight: normal;
  margin-top: 5px;
}

#home #social {
  color: #ffffff;
  background-color: #017fba; /*-Bright Blue-*/
  background: -webkit-linear-gradient(
    left,
    #017fba,
    #012c40
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    right,
    #017fba,
    #012c40
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    right,
    #017fba,
    #012c40
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #017fba, #012c40); /* Standard syntax */
  padding: 0px 20px 0px 0px;
  width: calc(100% - 20px);
}

#home #social .connect-box {
  position: relative;
  width: 165px;
  height: 50px;
  color: #ffffff;
  background-color: #012c40; /*-Dark Blue-*/
  text-align: center;
  line-height: 50px;
  float: left;
  margin-right: 50px;
  text-transform: uppercase;
  font-size: 0.85em;
}

#home #social .connect-box:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 0px;
  height: 0px;
  border-top: 25px solid transparent;
  border-left: 25px solid #012c40; /*-Dark Blue-*/
  border-bottom: 25px solid transparent;
}

#home #social p {
  width: auto;
  color: #ffffff;
  float: left;
  margin-top: 15px;
}

#home #social a {
  float: right;
  width: 30px;
  margin: 10px 5px 0 0;
}

#home #social a img {
  width: 100%;
}

#home #sponsorbanner {
  margin: 0 auto;
  border: 3px solid #d1d1d1; /*-Medium Gray-*/
  background-color: #ffffff;
  padding: 10px;
}

#home #sponsorbanner .gallerylayer {
  top: 10px !important;
  left: 10px !important;
}

#home .bottom {
  padding: 0 0 400px 0;
  background-image: url(http://oceancitytheatrecompany.com/wp-content/themes/octc-2019/assets/images/border-01.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: auto 150px;
}

#mailing-list #subForm {
  width: calc(75% - 100px - 2px - 60px);
  padding: 20px 30px 20px 30px;
  background-color: #f2f2f2; /*-Light Gray-*/
  float: left;

  transition: all 1s;
}

#mailing-list #subForm h3 {
  text-align: center;
  color: #ffffff;
  margin-top: 0;
}

#mailing-list #subForm input {
  width: calc(100% - 14px);
  padding: 7px;
  margin-bottom: 5px;
  float: left;
  font-size: 0.75em;
  border: none;
}

#mailing-list #subForm #button {
  background-color: #012c40; /*-Dark Blue-*/
  color: #ffffff;
  padding: 10px;
  width: calc(100%);
  margin-top: 10px;
  float: left;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
}

/*------------------ SPONSORS -----------------------*/
#sponsors #sponsor-links {
  background-color: #f2f2f2; /*-Light Gray-*/
  padding: 0 0 15px 0;
  margin-bottom: 25px;
}

#sponsors #sponsor-links p {
  color: #012c40; /*-Dark Blue-*/
}

#sponsors ul.main-sponsors {
  list-style: none;
  width: 100%;
  display: inline-block;
  padding: 0;
  margin-top: 0;
  margin-left: 0 !important;
}

#sponsors ul.main-sponsors li {
  width: calc(25% - (11.25px + 20px + 6px));
  float: left;
  padding: 10px;
  border: 3px solid #d1d1d1; /*-Medium Gray-*/
  background-color: #ffffff;
  margin: 0 15px 15px 0px;
}

#sponsors ul.main-sponsors li:nth-child(4n + 0) {
  margin-right: 0;
}

#sponsors ul.main-sponsors li img {
  margin: 0 auto;
  display: block;
}

@media (max-width: 1100px) {
  #sponsors ul.main-sponsors li img {
    width: 100%;
    height: auto;
  }
}

/*------------------ OCEAN CITY LINKS -----------------------*/
#links-oc {
  padding-bottom: 200px;
}

#links-oc h3 {
  margin-top: 1em;
}

#links-oc ul {
  list-style: none;
  width: 100%;
  display: inline-block;
  padding: 0;
  margin-top: 0;
  margin-left: 0 !important;
}

#links-oc ul li {
  width: calc(33.3% - (40px / 3));
  float: left;
  margin: 0 20px 40px 0px;
}

#links-oc ul li a {
  text-decoration: none;
}

#links-oc ul li p {
  margin: 0;
}

#links-oc ul li h4 {
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
}

#links-oc ul li img {
  width: calc(100% - 20px - 6px);
  float: left;
  padding: 10px;
  border: 3px solid #d1d1d1; /*-Medium Gray-*/
}

#links-oc ul li:nth-child(3n + 0) {
  margin-right: 0;
}

#links-oc ul li img {
  margin: 0 auto;
  display: block;
}

/*------------------ PAST SHOWS -----------------------*/
#past-shows ul {
  list-style: none;
  width: 100%;
  display: inline-block;
  padding: 0;
  margin-top: 30px;
  margin-left: 0 !important;
}

#past-shows ul li {
  width: calc(25% - (60px / 4));
  float: left;
  margin: 0 20px 40px 0px;
}

#past-shows ul li:nth-child(4n + 0) {
  margin-right: 0;
}

#past-shows ul li img {
  margin: 0 auto;
  display: block;
}

#past-shows ul li a {
  text-decoration: none;
}

#past-shows ul li p {
  margin: 0;
}

#past-shows ul li h4 {
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
}

#past-shows ul li img {
  width: calc(100% - 20px - 6px);
  float: left;
  padding: 10px;
  border: 3px solid #d1d1d1; /*-Medium Gray-*/
}

#past-shows ul li img {
  margin: 0 auto;
  display: block;
}

#past-shows ul li p.btn {
  width: auto;
  padding: 5px 15px 5px 15px;
  margin-top: 5px;
  background-color: #012c40; /*-Dark Blue-*/
  color: #ffffff;
  margin-right: 10px;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
}

/*------------------ CURRENT SEASON -----------------------*/
#current-season .show-entry {
  width: 100%;
  border-bottom: 1px solid #012c40; /*-Dark Blue-*/
  padding: 25px 0 25px 0;
}

#current-season .show-entry:last-child {
  border-bottom: none;
}

#current-season .show-entry .inner {
  width: 100%;
  display: inline-block;
}

#current-season .show-entry img {
  width: calc(30% - 20px - 6px);
  float: left;
  padding: 10px;
  border: 3px solid #d1d1d1; /*-Medium Gray-*/
}

#current-season .show-entry .det {
  width: calc(70% - 20px - 40px - 225px);
  float: left;
  margin: 0 0 0 20px;
  background-color: #f2f2f2; /*-Light Gray-*/
  padding: 20px;
}

#current-season .show-entry .det h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

#current-season .show-entry .det p:nth-child(2) {
  margin-top: 0;
}

#current-season .show-entry .det p.description {
  font-style: italic;
  color: #666666; /*-Dark Gray-*/
  line-height: 1.4em;
  margin-bottom: 15px;
}

#current-season .show-entry .det p {
  color: #012c40; /*-Dark Blue-*/
  line-height: 1.4em;
  margin-bottom: 0;
}

#current-season .show-entry .inner a {
  position: relative;
  width: auto;
  height: 38px;
  color: #ffffff;
  background-color: #012c40; /*-Dark Blue-*/
  line-height: 40px;
  padding: 0 20px 0 20px;
  float: left;
  text-transform: uppercase;
  font-size: 0.85em;
  text-decoration: none;
}

#current-season .show-entry .inner a:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 0px;
  height: 0px;
  border-top: 19px solid transparent;
  border-left: 19px solid #012c40; /*-Dark Blue-*/
  border-bottom: 19px solid transparent;
}

#current-season .show-entry .inner a.details {
  background-color: #017fba; /*-Bright Blue-*/
}

#current-season .show-entry .inner a.details:after {
  border-left: 19px solid #017fba; /*-Bright Blue-*/
}

/*------------------- SHOW DETAILS ----------------------*/
#show-details .img-frame {
  width: 40%;
  margin: 15px 0 0 0;
}

#show-details .img-frame .gallery-btn {
  width: 100%;
  float: left;
  text-align: center;
  color: #ffffff;
  background-color: #017fba; /*-Bright Blue-*/
  text-decoration: none;
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.75em;
  padding: 10px 0 10px 0;
  margin: 10px 0 10px 0;
}

#show-details .img-frame img {
  width: calc(100% - 6px);
  margin-bottom: 0;
}

#show-details .img-frame.gal a:nth-child(1) {
  width: calc(100%);
  height: auto;
  margin-bottom: calc(10px / 3);
  float: left;
}

#show-details .img-frame.gal .thumb-cont {
  float: left;
  margin-top: 5px;
  width: calc(100%);
}

#show-details .img-frame.gal .thumb-cont img {
  border: none;
  width: 100%;
}

#show-details .img-frame.gal .thumb-cont a,
#show-details .img-frame.gal .thumb-cont a:nth-child(1) {
  width: calc(33.3% - (10px / 3));
  padding: 0;
  border: none;
  height: 90px;
  overflow: hidden;
  float: left;
  margin: 0 5px 5px 0;
}

#show-details .img-frame.gal .thumb-cont a:nth-child(3n + 0) {
  margin-right: 0;
}

#show-details .main-content {
  width: calc(60% - 25px - 25px);
  margin-left: 25px;
}

#show-details h3.about {
  border-bottom: 1px solid #012c40; /*-Dark Blue-*/
  padding-bottom: 7px;
  margin-top: 10px;
}

/*------------------ News & Events -----------------------*/
#news-events .news-entry {
  width: 100%;
  border-bottom: 1px solid #012c40; /*-Dark Blue-*/
  padding: 25px 0 25px 0;
}

#news-events .news-entry:last-child {
  border-bottom: none;
}

#news-events .news-entry .inner {
  width: 100%;
  display: inline-block;
}

#news-events .news-entry img {
  width: calc(30% - 20px - 6px);
  float: left;
  padding: 10px;
  border: 3px solid #d1d1d1; /*-Medium Gray-*/
}

#news-events .news-entry .det {
  width: calc(70% - 40px);
  float: left;
  margin: 0 0 0 20px;
}

#news-events .news-entry .det h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

#news-events .news-entry .det p:nth-child(2) {
  margin-top: 0;
}

#news-events .news-entry .det p:nth-child(3) {
  background-color: #f2f2f2; /*-Light Gray-*/
  padding: 20px;
}

#news-events .news-entry .det p.date {
  font-style: italic;
  color: #666666; /*-Dark Gray-*/
}

#news-events .news-entry .det p {
  color: #012c40; /*-Dark Blue-*/
  margin-bottom: 0;
  line-height: 1.4em;
}

#news-events .news-entry .det p a {
  color: #012c40; /*-Dark Blue-*/
  text-decoration: none;
}

/*------------------ Contact -----------------------*/
.contact-form {
  width: calc(100% - 60px);
  background-color: #f2f2f2; /*-Light Gray-*/
  padding: 20px 30px 30px 30px;
  float: left;
  margin-top: 30px;
}

.contact-form h4 {
  margin-top: 0;
  margin-bottom: 10px;
}

.contact-form .field {
  width: 100%;
  float: left;
}

.contact-form input,
.contact-form textarea {
  width: calc(100% - 10px);
  padding: 5px;
  font-size: 0.8em;
  border: none;
  float: left;
  margin: 0 0 10px 0;
}

.contact-form p {
  margin: 0;
  float: left;
}

.contact-form p.required,
.contact-form disc {
  color: #012c40; /*-Dark Blue-*/
}

.contact-form #button {
  background-color: #012c40; /*-Dark Blue-*/
  color: #ffffff;
  padding: 10px;
  width: calc(100% - 0px);
  margin-top: 10px;
  float: left;
}

.contact-form p.required {
  width: 100%;
  float: left;
}

@media (max-width: 1540px) {
  #home #links a .desc p.title {
    font-size: 26px;
  }

  #home #links a .desc p {
    font-size: 14px;
  }
}

@media (max-width: 1340px) {
  #home #links a .desc p.title {
    font-size: 24px;
  }

  #home #links a .desc p {
    font-size: 12px;
  }
}

@media (max-width: 1340px) {
  #home #links a .desc p.title {
    font-size: 20px;
  }

  #home #links a .desc p {
    font-size: 12px;
  }

  #home #links a .desc {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  .cont {
    width: calc(100% - 50px);
    margin: 0 25px 0 25px;
    float: left;
  }

  #header .logo {
    width: 300px;
  }

  #header .title,
  #header .subtitle {
    width: calc(100% - 350px);
  }

  #header .title {
    margin-top: 30px;
  }

  #header ul.mainUl {
    width: 945px;
    margin-left: calc((100% - 945px) / 2);
  }

  #header ul li {
    padding: 10px 15px 10px 15px;
  }

  #header ul li ul {
    left: 15px;
  }

  .inheadertitle {
    float: left;
  }

  #home #subForm {
    width: calc(35% - 50px - 2px - 40px);
    right: 25px;
  }

  #mailing-list #subForm {
    width: calc(100% - 2px - 60px);
  }
}

@media (max-width: 1068px) {
  #header {
    width: 100%;
    margin: 0;
  }

  #header ul.mainUl {
    width: 900px;
    margin-left: calc((100% - 900px) / 2);
  }

  #header ul a {
    font-size: 0.7em;
  }

  #header ul li ul li {
    width: 135px;
  }

  #header .logo {
    margin-left: 25px;
  }

  #header .title,
  #header .subtitle {
    width: calc(100% - 350px);
    padding: 0 0 0 25px;
  }

  #header .title {
    font-size: 1.65em;
    margin-top: 33px;
  }

  .inheadertitle {
    font-size: 1.15em;
  }

  #current-season .show-entry .det {
    width: calc(70% - 20px - 40px - 160px);
    margin: 0 0 0 20px;
    padding: 20px;
  }

  #current-season .show-entry .inner a {
    height: 30px;
    line-height: 30px;
    padding: 0 15px 0 15px;
    font-size: 0.65em;
  }

  #current-season .show-entry .inner a:after {
    border-top: 15px solid transparent;
    border-left: 15px solid #012c40; /*-Dark Blue-*/
    border-bottom: 15px solid transparent;
  }

  #current-season .show-entry .inner a.details:after {
    border-left: 15px solid #017fba; /*-Bright Blue-*/
  }

  #home .slider-frame {
    width: calc(60% - 6px);
  }

  #home .about-frame {
    width: calc(40% - 60px);
  }

  #home .news-frame {
    width: 55%;
  }

  #home .shows-frame {
    width: 45%;
  }

  #home #subForm {
    width: calc(45% - 50px - 2px - 40px);
    right: 25px;
  }
}

@media (max-width: 950px) {
  #header {
    width: 100%;
    margin: 0;
  }

  #header .logo {
    width: 250px;
  }

  #header ul.mainUl {
    width: 100%;
    margin-left: 0;
  }

  #header ul li {
    padding: 7px 10px 7px 10px;
  }

  #header ul a {
    font-size: 0.65em;
  }

  #header ul li ul {
    left: -25px;
    top: 32px;
  }

  #header ul li ul li {
    width: 135px;
  }

  #header .title,
  #header .subtitle {
    width: calc(100% - 300px);
  }

  #header .title {
    font-size: 1.25em;
    margin-top: 35px;
  }

  #header .subtitle {
    font-size: 0.8em;
  }

  .main .cont .main-content {
    width: calc(50% - 25px);
  }

  .main .cont .img-frame {
    width: calc(50% - 50px);
  }

  #home #social p {
    font-size: 0.6em;
  }

  #home #social .connect-box {
    margin-right: 35px;
  }

  #home #links a .desc p.title {
    font-size: 18px;
  }

  #home #links a .desc p {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .topbar {
    display: none;
  }

  .mobile-menu {
    width: calc(100% - 20px);
    float: left;
    color: #ffffff;
    display: block;
    padding: 10px 10px 10px 10px;
    background-color: #012c40; /*-Dark Blue-*/
    text-transform: uppercase;
    cursor: pointer;
  }

  .mobile-menu .mobile-show {
    width: 100%;
    float: left;
    cursor: pointer;
  }

  .mobile-menu ul {
    display: none;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-menu ul li {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-menu ul li:last-child {
    border-bottom: none;
  }

  .mobile-menu ul li ul li:last-child {
    border-bottom: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-menu ul li ul {
    margin: 0 0 0 0;
    padding: 10px 0 10px 0;
    width: calc(100%);
    border-top: 0;
    display: none;
  }

  .mobile-menu ul li ul li {
    width: calc(100% - 25px);
    padding: 10px 0 10px 25px;
  }

  .mobile-menu ul li a {
    color: #ffffff;
    text-decoration: none;
  }

  #header ul.mainUl {
    display: none;
  }

  #header .logo {
    width: 80%;
    margin: 25px 10% 15px 10%;
  }

  #header .title,
  #header .subtitle {
    width: 90%;
    margin: 0 0 0 5%;
    text-align: center;
    padding: 0;
  }

  #header .title {
    font-size: 1.5em;
  }

  #header .subtitle br {
    display: none;
  }

  #header .subtitle {
    margin: 10px 0 25px 5%;
  }

  .inheadertitle .cont {
    margin-left: 0 !important;
  }

  .main {
    padding-bottom: 130px;
    background-repeat: no-repeat;
  }

  .main .cont .main-content {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    margin-bottom: 0;
  }

  .main-content img {
    width: 100%;
    height: auto;
  }

  .main-content form img {
    display: none;
  }

  #jr img {
    width: 100%;
    height: auto;
  }

  .main .cont .img-frame {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }

  .main .cont {
    width: 90%;
    margin-left: 5%;
  }

  .main .top-section {
    margin-bottom: 5px;
  }

  #links-oc ul li {
    width: 100%;
    margin: 0 0 25px 0;
  }

  #home #links a {
    width: calc(100% - 20px);
    margin: 0;
    margin-bottom: -10px;
  }

  #home #links a .desc p.title {
    font-size: 22px;
  }

  #home #links a .desc p {
    font-size: 14px;
  }

  #home #links a .desc {
    width: 90%;
  }

  #home #links a:nth-child(3) {
    border-left: 10px solid #ffffff;
    margin-bottom: 0;
  }

  #news-events-home .news-entry img {
    width: calc(100% - 20px - 6px);
  }

  #news-events-home .news-entry .det {
    width: calc(100% - 40px);
    margin: 20px 0 0 0;
  }

  #home #social .connect-box {
    width: 100%;
    text-align: center;
  }

  #home #social .connect-box:after {
    display: none;
  }

  #home #social {
    padding-right: 0;
    width: 100%;
  }

  #home #social p {
    text-align: center;
    width: 90%;
    margin: 10px 0 0 5%;
  }

  #home #social a {
    width: 15%;
    margin: 15px 2.5% 15px 2.5%;
  }

  #home .about-frame {
    width: calc(100% - 60px);
  }

  #home .news-frame {
    width: 100%;
  }

  #home .shows-frame {
    width: 100%;
  }

  #home #subForm {
    width: calc(100% - 50px - 2px - 40px);
    right: auto;
    bottom: auto;
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    position: relative;
  }

  #sponsors ul.main-sponsors li {
    width: calc(100% - (6px + 20px));
    margin: 0 0 25px 0;
  }

  #sponsors ul.main-sponsors li img {
    width: 75%;
    height: auto;
  }

  #news-events .news-entry img {
    width: calc(100% - 20px - 6px);
  }

  #news-events .news-entry .det {
    width: calc(100% - 40px);
    margin: 15px 0 0 0;
    float: left;
  }

  #current-season .show-entry {
    padding-bottom: 15px;
  }

  #current-season .show-entry img {
    width: calc(100% - 20px - 6px);
  }

  #current-season .show-entry .det {
    width: calc(100% - 40px);
    margin: 15px 0 15px 0;
  }

  #current-season .show-entry .inner a {
    position: relative;
    width: calc(100%);
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 0.85em;
    text-align: center;
  }

  #current-season .show-entry .inner a:after {
    display: none;
  }

  #past-shows ul {
    list-style: none;
    width: 100%;
    display: inline-block;
    padding: 0;
    margin-top: 30px;
    margin-left: 0 !important;
  }

  #past-shows ul li {
    width: 100%;
    float: left;
    margin: 0 0 35px 0;
  }

  #past-shows ul li img {
    width: calc(100% - 20px - 6px);
    float: left;
    padding: 10px;
    border: 3px solid #d1d1d1; /*-Medium Gray-*/
  }

  #past-shows ul li img {
    margin: 0 auto;
    display: block;
  }

  #past-shows ul li p.btn {
    width: 100%;
    padding: 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
  }

  #show-details .img-frame {
    width: 100%;
    margin: 15px 0 0 0;
  }

  #show-details .img-frame.gal .thumb-cont {
    display: none;
  }

  #show-details .main-content {
    width: 100%;
    margin: 25px 0 0 0;
  }

  footer p:first-child {
    display: none;
  }
}
