.modal button.close {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
.site-wrapper {
  min-height: 100vh;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4300;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translateY(0, -25%);
    -moz-transform: translateY(0, -25%);
    -ms-transform: translateY(0, -25%);
    -o-transform: translateY(0, -25%);
    transform: translateY(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translateY(0, 0);
    -moz-transform: translateY(0, 0);
    -ms-transform: translateY(0, 0);
    -o-transform: translateY(0, 0);
    transform: translateY(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3700;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal button.close {
  position: absolute;
  top: 0px;
  right: -35px;
  color: #fff; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon_-pjaf99.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon_-pjaf99.woff") format("woff"), url("../fonts/icomoon_-pjaf99.ttf") format("truetype"), url("../fonts/icomoon_-pjaf99.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-right:before {
  content: "\e600"; }

.icon-chevron-left:before {
  content: "\e601"; }

.icon-google-plus2:before {
  content: "\ea89"; }

.icon-google-plus3:before {
  content: "\ea8a"; }

.icon-facebook:before {
  content: "\ea8c"; }

.icon-facebook2:before {
  content: "\ea8d"; }

.icon-facebook3:before {
  content: "\ea8e"; }

.icon-ello:before {
  content: "\ea8f"; }

.icon-instagram:before {
  content: "\ea90"; }

.icon-twitter:before {
  content: "\ea91"; }

.icon-twitter2:before {
  content: "\ea92"; }

.icon-twitter3:before {
  content: "\ea93"; }

.icon-feed2:before {
  content: "\ea94"; }

.icon-feed3:before {
  content: "\ea95"; }

.icon-feed4:before {
  content: "\ea96"; }

.icon-youtube:before {
  content: "\ea97"; }

.icon-youtube2:before {
  content: "\ea98"; }

.icon-youtube3:before {
  content: "\ea99"; }

.icon-youtube4:before {
  content: "\ea9a"; }

.icon-vimeo:before {
  content: "\ea9c"; }

.icon-vimeo2:before {
  content: "\ea9d"; }

.icon-vimeo3:before {
  content: "\ea9e"; }

.icon-tumblr:before {
  content: "\eabb"; }

.icon-tumblr2:before {
  content: "\eabc"; }

.icon-soundcloud:before {
  content: "\eac4"; }

.icon-soundcloud2:before {
  content: "\eac5"; }

.icon-pen:before {
  content: "\e908"; }

.icon-bubbles:before {
  content: "\e96c"; }

.icon-cancel-circle:before {
  content: "\ea0d"; }

.icon-cross:before {
  content: "\ea0f"; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0.6em;
  margin-bottom: 0.6em; }

.title-underlined {
  font-weight: 400;
  padding-bottom: 0.3em;
  border-bottom: 1px dotted #bbb; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "brandon-grotesque", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px;
  font-size: 14px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

article {
  margin-bottom: 20px; }
  article.post {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd; }

.page .entry-content {
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.7); }

.entry-header {
  padding: 20px 20px 0 20px; }
  .entry-header .entry-title {
    margin: 0px; }
    .entry-header .entry-title, .entry-header .entry-title a {
      color: #333;
      font-weight: 500;
      text-decoration: none; }
  .entry-header .page-title {
    margin: 0px;
    font-weight: 300;
    border-bottom: 1px dotted #bbb;
    text-align: center;
    padding-bottom: 20px; }

.wp-post-image {
  border: 1px solid #ddd; }

.entry-meta {
  padding: 0px 20px;
  font-style: italic; }
  .entry-meta span {
    display: inline-block;
    margin-right: 10px;
    font-size: 70%; }
    .entry-meta span, .entry-meta span a {
      color: #999; }

.entry-footer:before, .entry-footer:after {
  content: " ";
  display: table; }
.entry-footer:after {
  clear: both; }
.entry-footer span {
  display: inline; }

.post-edit-link, .cat-links span, .cat-links a, .tags-links span, .tags-links a {
  display: inline-block;
  border: 1px solid #999;
  font-size: 12px;
  padding: 5px 10px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
  text-decoration: none; }
  .post-edit-link i, .cat-links span i, .cat-links a i, .tags-links span i, .tags-links a i {
    margin-right: 5px; }
  .post-edit-link, .post-edit-link > a, .cat-links span, .cat-links span > a, .cat-links a, .cat-links a > a, .tags-links span, .tags-links span > a, .tags-links a, .tags-links a > a {
    color: #999; }
  .post-edit-link:hover, .cat-links span:hover, .cat-links a:hover, .tags-links span:hover, .tags-links a:hover {
    background-color: #999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .post-edit-link:hover, .post-edit-link:hover > a, .cat-links span:hover, .cat-links span:hover > a, .cat-links a:hover, .cat-links a:hover > a, .tags-links span:hover, .tags-links span:hover > a, .tags-links a:hover, .tags-links a:hover > a {
      color: #fff; }

.entry-content, .entry-summary {
  font-size: 14px;
  padding: 10px 20px 20px 20px; }
  .entry-content:before, .entry-content:after, .entry-summary:before, .entry-summary:after {
    content: " ";
    display: table; }
  .entry-content:after, .entry-summary:after {
    clear: both; }
  .entry-content p, .entry-summary p {
    line-height: 1.4em; }
  .entry-content p:first-of-type, .entry-summary p:first-of-type {
    margin-top: 0; }
  .entry-content p:last-of-type, .entry-summary p:last-of-type {
    margin-bottom: 0; }
  .entry-content a, .entry-summary a {
    color: #333;
    font-weight: 600; }

.entry-social {
  padding: 10px 20px 0 20px; }

.entry-footer .sermanni-social {
  display: inline-block; }
.sermanni-social a.social-link {
  display: inline-block;
  padding: 0px 10px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #eee;
  color: #555;
  text-decoration: none;
  vertical-align: middle; }
  .sermanni-social a.social-link:hover {
    -webkit-animation: blink 0.5s ease-in;
    -moz-animation: blink 0.5s ease-in;
    animation: blink 0.5s ease-in; }
  .sermanni-social a.social-link span {
    vertical-align: middle;
    font-size: 12px;
    display: inline-block;
    line-height: 17px; }
  .sermanni-social a.social-link i {
    margin-right: 5px;
    line-height: 12px; }
    .sermanni-social a.social-link i:before {
      vertical-align: middle;
      font-size: 14px; }
  .sermanni-social a.social-link.twitter-share {
    background-color: #48b7d6;
    color: #fff; }
  .sermanni-social a.social-link.facebook-share {
    background-color: #3c5a95;
    color: #fff; }
  .sermanni-social a.social-link.google-share {
    background-color: #d44a3c;
    color: #fff; }
  .sermanni-social a.social-link.comment-share {
    background-color: #333;
    color: #fff; }

.entry-footer {
  background-color: #f3f3f3;
  padding: 10px 20px; }

.moretag {
  padding: 5px 13px 9px;
  margin-right: 10px;
  background-color: #eee;
  color: #555;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .moretag:hover {
    background-color: #555;
    color: #eee; }

.navigation {
  margin-top: 10px; }
  .navigation span {
    padding: 15px;
    border: 1px solid #777;
    display: block; }
    .navigation span.next-post {
      text-align: right; }
    .navigation span a {
      color: #777;
      display: inline-block;
      font-size: 16px;
      font-weight: 100;
      text-decoration: none; }
    .navigation span:hover {
      -webkit-animation: blink 0.5s linear;
      -moz-animation: blink 0.5s linear;
      animation: blink 0.5s linear;
      color: #000;
      border: 1px solid #000; }

.widgets-area {
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .widgets-area {
      margin-top: 30px; } }
  .widgets-area .widget {
    margin-bottom: 20px; }
  .widgets-area > li {
    list-style-type: none; }

.widget-list {
  padding: 0;
  margin: 0; }
  .widget-list .type-show {
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 13px; }
    .widget-list .type-show .show {
      margin-top: 7px;
      margin-bottom: 7px; }
    .widget-list .type-show .entry-title {
      margin: 5px 0 0 0;
      font-size: 18px; }

article.type-video {
  margin: 0; }

.hdvid-preview {
  padding-bottom: 11px;
  background-color: #f9f9f9;
  border: 1px solid #eee; }
  .hdvid-preview h1 {
    font-size: 28px; }

.hdvideo-container {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  padding-bottom: 56.25%;
  padding-left: 100%;
  position: relative;
  width: 0;
  height: 0;
  box-sizing: content-box;
  margin-bottom: 15px;
  margin-top: 15px; }
  .video-active .hdvideo-container {
    opacity: 0.4; }
  .hdvideo-container .video-holder {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ffffff;
    background-size: cover;
    background-position: center center; }
  .hdvideo-container .video-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: left;
    font-weight: 200;
    font-size: 15px; }

.play-border {
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 40; }
  @media screen and (max-width: 991px) {
    .play-border {
      width: 50px;
      height: 50px;
      margin-top: -25px;
      margin-left: -25px; } }

.video-holder:hover .play-border, .video-cover-mini:hover .play-border {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5); }

.video-holder:hover .play-button, .video-cover-mini:hover .play-button {
  border-left-color: rgba(0, 0, 0, 0.9); }

.video-holder:active .play-border, .video-holder:active .play-border, .video-holder:focus .play-border, .video-holder:focus .play-border, .video-cover-mini:hover .play-border, .video-cover-mini:hover .play-border, .video-cover-mini:focus .play-border, .video-cover-mini:focus .play-border {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2); }

.play-button {
  position: relative;
  top: 19px;
  left: 34%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 35px solid rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 991px) {
    .play-button {
      top: 12px;
      left: 32%;
      border-top: 13px solid transparent;
      border-bottom: 13px solid transparent;
      border-left: 24px solid rgba(0, 0, 0, 0.4); } }

.btn-primary {
  font-size: 14px;
  padding: 10px;
  border: 2px solid #444;
  color: #444;
  margin: 5px 0;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear; }
  .btn-primary:hover {
    background-color: #444;
    color: #fff; }
  .btn-primary.btn-lg {
    font-size: 18px;
    padding: 30px; }
  .btn-primary.btn-block {
    text-align: center;
    display: block; }
  .btn-primary:focus {
    outline: none; }

.latest-shows-class {
  background-color: rgba(65, 210, 181, 0.9);
  color: #fff;
  padding: 0; }
  .latest-shows-class .widgettitle {
    background-color: #2bb599;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .latest-shows-class article.show {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .latest-shows-class article.show:last-of-type {
    margin-bottom: 0px; }
  .latest-shows-class .widget-view-all {
    background-color: #2bb599;
    color: #fff; }
    .latest-shows-class .widget-view-all:hover {
      -webkit-transition: background-color 0.5s linear;
      -moz-transition: background-color 0.5s linear;
      transition: background-color 0.5s linear;
      background-color: #218c77; }

.type-show {
  margin: 0px; }
  .archive .type-show, .single .type-show {
    padding: 0;
    border-bottom: 1px dotted #999;
    margin-bottom: 20px; }
  .type-show .edit-show {
    margin-top: 15px; }
  .type-show .entry-header {
    padding: 0; }
  .type-show .entry-title {
    font-weight: 400;
    color: #1b7362;
    font-weight: 600;
    color: #176354;
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .type-show .show-meta {
    text-align: right; }
    .type-show .show-meta .venue-price, .type-show .show-meta .buy-show {
      display: block; }
    .type-show .show-meta .buy-show {
      color: #ffffff;
      border: 2px solid #ffffff;
      padding: 10px;
      display: block;
      text-align: center;
      line-height: 1em;
      text-decoration: none;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .archive .type-show .show-meta .buy-show, .single .type-show .show-meta .buy-show {
        color: #444444;
        border: 2px solid #444444; }
      .type-show .show-meta .buy-show:hover {
        background-color: #fff;
        color: #41d2b5; }
  .type-show .event-date {
    display: block;
    vertical-align: middle;
    color: #fff; }
  .type-show .entry-content {
    padding: 0 20px; }
  .type-show a[data-toggle="collapse"] {
    display: block;
    color: #fff;
    font-size: 20px;
    text-decoration: none; }
    .type-show a[data-toggle="collapse"] .entry-title {
      font-size: 20px; }
  .type-show .entry-content {
    padding: 20px 0 0 0; }

.widget-view-all {
  font-family: "brandon-grotesque", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 10px;
  text-decoration: none; }

[id^="ttdUniversalPixelTag"] {
  max-height: 1px;
  overflow: hidden; }

.social-links {
  top: 20px;
  position: fixed;
  z-index: 3500;
  right: 20px;
  font-size: 2em; }
  .admin-bar .social-links {
    top: 40px; }
    @media screen and (max-width: 767px) {
      .admin-bar .social-links {
        top: 60px; } }
  .social-links li {
    margin-bottom: 10px; }
    .social-links li > a {
      color: #999;
      -webkit-transition: color 0.25s linear;
      -moz-transition: color 0.25s linear;
      transition: color 0.25s linear; }
    .social-links li:hover > a {
      color: #666; }
  @media screen and (max-width: 768px) {
    .social-links {
      display: none; } }
  .affix .social-links {
    top: 0;
    right: 0;
    position: relative;
    font-size: 1.3em; }
    @media screen and (max-width: 768px) {
      .affix .social-links {
        display: inline-block; } }
    @media screen and (min-width: 769px) {
      .affix .social-links {
        clear: both;
        float: right;
        margin-left: 15px; } }
    .affix .social-links li {
      float: left;
      margin-bottom: 0px;
      display: inline-block;
      margin: 0 7px; }
      @media screen and (min-width: 769px) {
        .affix .social-links li {
          margin-left: 15px; } }
      .affix .social-links li > a {
        display: block; }
        @media screen and (min-width: 769px) {
          .affix .social-links li > a {
            margin-top: 12px; } }
        @media screen and (min-width: 768px) {
          .affix .social-links li > a {
            margin-top: 15px; } }

.tweet-list .of-tweet {
  border-bottom: 2px solid #aaa;
  padding: 10px 15px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear; }
  .tweet-list .of-tweet:hover {
    border-color: #01d8ff;
    background-color: #fefefe; }
  .tweet-list .of-tweet a {
    color: #666;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    transition: color 0.4s linear; }
    .tweet-list .of-tweet a:hover {
      color: #01d8ff; }

.instagram-feed {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 10px !important; }
  .instagram-feed .insta-item {
    display: block; }
  .instagram-feed .slick-dots {
    position: relative;
    bottom: auto;
    display: block;
    width: auto;
    list-style: none;
    text-align: left;
    display: inline-block;
    padding: 0 0 0 20px; }
  .instagram-feed .media {
    margin-top: 10px !important;
    margin-bottom: 10px; }
    .instagram-feed .media .media-left {
      padding-left: 10px; }
  .instagram-feed .media-body {
    font-size: 15px;
    padding-right: 25px; }
  .instagram-feed .insta-avatar {
    width: 70px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5px 10px 5px;
    border: 3px solid #fafafa;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }
  .instagram-feed h5.timeago {
    color: #81868a;
    font-weight: 600;
    font-size: 17px; }
  .instagram-feed h4.media-heading {
    color: #3f729b;
    font-weight: 600;
    font-size: 23px; }
    .instagram-feed h4.media-heading a {
      color: #3f729b;
      text-decoration: none; }
      .instagram-feed h4.media-heading a:hover {
        text-decoration: underline; }

.of_instagram_timeline {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden; }

.ig-b- {
  display: inline-block; }

.ig-b- img {
  visibility: hidden; }

.ig-b-:hover {
  background-position: 0 -60px; }

.ig-b-:active {
  background-position: 0 -120px; }

.ig-b-v-24 {
  width: 137px;
  height: 24px;
  background: url(../../../../static/images/ig-badge-view-sprite-24.png) no-repeat 0 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ig-b-v-24 {
    background-image: url(../../../../static/images/ig-badge-view-sprite-24-2x.png);
    background-size: 160px 178px; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -moz-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease; }

/* =WordPress Core
-------------------------------------------------------------- */
.entry-content img {
  max-width: 100%;
  height: auto; }

.aligncenter, .alignright, .alignleft {
  max-width: 50%;
  height: auto; }
  @media screen and (max-width: 480px) {
    .aligncenter, .alignright, .alignleft {
      max-width: 100%;
      display: block;
      margin-bottom: 30px;
      float: none;
      margin: 0; } }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

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

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.instagram-feed .insta-item {
  display: none; }
  .instagram-feed .insta-item:first-of-type {
    display: block; }
.instagram-feed.slick-initialized .insta-item {
  display: block; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transition: background 0.4s linear;
  -moz-transition: background 0.4s linear;
  transition: background 0.4s linear; }

.slick-dots li.slick-active button, .slick-dots li:hover button {
  background: rgba(0, 0, 0, 0.5); }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

/*# sourceMappingURL=main.css.map */