/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

strong {
  font-weight: 700;
}

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5 {
  padding-bottom: 20px;
  line-height: 1.2;
}

.wide-col p + h2, .wide-col p + h3, .wide-col p + h4, .wide-col p + h5 {
  margin-top: 25px;
}

div.wpcf7 form {
  padding: 30px 0;
  border-top: 1px solid #474745;
  border-bottom: 1px solid #474745;
  margin-bottom: 30px;
}

div.wpcf7 .wpcf7-response-output {
  color: #fff;
}

form .wpcf7-form-control-wrap {
  padding-top: 5px;
}

.main-content li {
  padding-bottom: 10px;
}


#eventbrite-widget-modal-trigger-66569959541 {
	margin-bottom: 30px;
}

p iframe {
  max-width: 100%;
  height: auto;
  min-height: 450px;
  margin: 15px 0;
}

.flexBanner {
 position: relative; 
 overflow: hidden;
}
.flexBanner ul, .flexBanner li {
  margin: 0;
  padding: 0;
}
.flexBanner li {
  list-style-type: none;
}

.flexslider.loading .slides {
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}

.flexslider .slides {
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}


.flexslider .flex-prev, .flexslider .flex-next {
  width: 40px;
  height: 40px;
  -webkit-background-size: 40px;
  background-size: 40px;
  background-repeat: no-repeat;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

.flexslider .flex-prev {
  background-image: url(../images/arrow-left.svg);
  left: 100px!important;
}
.flexslider .flex-next {
 background-image: url(../images/arrow-right.svg); 
 right: 100px!important;
}

.flexslider {
  position: relative;

}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: white;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  width: 100%;
  max-width: 62rem;
  margin: auto;
  padding: 0 1.25rem;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .wrapper {
    max-width: 73.125rem;
    padding: 0;
  }
}

.hero-slider {
  position: relative;
}
.hero-slider h2 {
  color: white;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 1.25rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.hero-slider .slick-slide {
  position: relative;
  background-size: cover;
  height: 25rem;
}
.hero-slider .slick-slide img {
  opacity: 0;
  visibility: hidden;
}
.hero-slider img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-slider .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 70%;
}
@media screen and (min-width: 768px) {
  .hero-slider .hero-content {
    width: 100%;
  }
  .hero-slider h2 {
    font-size: 3.875rem;
    line-height: 3.875rem;
  }
  .hero-slider .slick-slide {
    background: none;
    height: auto;
  }
  .hero-slider .slick-slide img {
    opacity: 1;
    visibility: visible;
  }
}

.cta-col-section {
  overflow: hidden;
  text-align: center;
}
.cta-col-section .cta-col {
  max-width: 28.75rem;
  margin: auto;
  margin-bottom: 2.5rem;
}
.cta-col-section .cta-col.two-col {
  max-width: 47.5rem;
}
.cta-col-section .cta-col h2 {
  color: #b92619;
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.cta-col-section .cta-col p {
  color: #909090;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
.cta-col-section .cta-col img {
  display: block;
  max-width: 100%;
  margin: auto;
  height: auto;
  margin-bottom: 20px;
}
.cta-col-section .cta-col img.round-image {
  overflow: hidden;
  border-radius: 50%;
  max-width: 58%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cta-col-section {
    margin-bottom: 0;
  }
  .cta-col-section .cta-col {
    position: relative;
  }
  .cta-col-section .cta-col .button {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10.625rem;
  }
}

@media screen and (min-width: 768px) {
  .two-col-cta .two-col {
    float: left;
    width: 48%;
    margin-right: 4%;
    height: 29.375rem;
  }
  .two-col-cta .two-col img {
    display: block;
    margin-bottom: 1.25rem;
  }
  .two-col-cta .two-col p {
    max-width: 25rem;
    margin: auto;
    margin-bottom: 1.25rem;
  }
  .two-col-cta .two-col:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1020px) {
  .two-col-cta .two-col {
    height: 31.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .two-col-cta .two-col {
    height: 34.375rem;
  }
}

@media screen and (min-width: 768px) {
  .three-col-cta .three-col {
    float: left;
    width: 32%;
    margin-right: 2%;
    height: 33.75rem;
    box-sizing: border-box;
    position: relative;
  }
  .three-col-cta .three-col:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1020px) {
  .three-col-cta .three-col {
    height: 30rem;
  }
}
@media screen and (min-width: 1200px) {
  .three-col-cta .three-col {
    height: 28.75rem;
  }
}

.button,
button {
  border: none;
  text-align: center;
  display: inline-block;
  padding: 0.625rem 1.25rem;
  color: #e5e5e5;
  background: #b92619;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.125rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.button:hover, .button:focus,
button:hover,
button:focus {
  background: #8c1d13;
}
.button.load-more,
button.load-more {
  margin: auto;
  display: block;
  width: 12.5rem;
  margin-bottom: 5rem;
}
.button.load-more.hidden,
button.load-more.hidden {
  display: none;
}

.illustrated-bg {
  background: url(images/wood.jpg) top center repeat #1b1b1a;
}

.main-content {
  min-height: 31.25rem;
  padding-top: 2.5rem;
  background: #1b1b1a;
  overflow: hidden;
}
.main-content.white-bg {
  background: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .main-content.illustrated-bg {
    background: url(images/wood.jpg) top center repeat #1b1b1a;
  }
}
@media screen and (min-width: 1020px) {
  .main-content {
    padding-top: 7.5rem;
  }
  .main-content.has-hero {
    padding-top: 5rem;
  }
}

.page-intro {
  text-align: center;
  margin-bottom: 2.5rem;
}
.page-intro.small-margin {
  margin-bottom: 1.25rem;
}
.page-intro h1 {
  margin-bottom: 1.25rem;
}
.page-intro p {
  width: 90%;
  max-width: 35rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page-intro p {
    width: 100%;
  }
}

.news-page .page-intro {
  text-align: left;
  margin-bottom: 1.875rem;
}
.news-page .page-intro h1 {
  margin-bottom: 0;
}
.news-page .page-intro h4 {
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.ramblin-main-fair-logo {
  display: block;
  margin: auto;
  max-width: 43.75rem;
  margin-bottom: 2.5rem;
}
.ramblin-main-fair-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.snake-header {
  background: url(images/snake-header.png) top left no-repeat;
  padding-left: 5rem;
  padding-top: 1.875rem;
  font-size: 2rem;
  color: white;
  height: 9.25rem;
  width: 48.75rem;
  margin-bottom: 1.25rem;
  max-width: 100%;
  box-sizing: border-box;
}
.snake-header.centered {
  margin: auto;
  margin-bottom: 2.5rem;
}
.snake-header h1 {
  color: #e5e5e5;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .snake-header {
    padding-left: 5.75rem;
    padding-top: 1.375rem;
  }
  .snake-header h1 {
    font-size: 3.125rem;
  }
}

.widgets {
  overflow: hidden;
  background: black;
  padding: 2.5rem 0;
}
.widgets .three-col {
  text-align: center;
  margin-bottom: 2.5rem;
  height: auto;
}
.widgets .three-col h2 {
  margin-bottom: 1.25rem;
}
.widgets .booking-widget {
  height: 58.75rem;
  overflow: hidden;
  width: 100%;
}
.widgets .booking-widget iframe {
  height: 100%;
  background: white;
}
.widgets .ui-datepicker-trigger {
  top: -26px;
  margin-left: 0;
  left: 10px;
}
.widgets #homein,
.widgets #homeout {
  float: left;
  width: 50%;
  padding: 0;
}
.widgets .c-season-book {
  margin: 0;
}
.widgets .Booking_com_plugin {
  max-width: 18.75rem;
  margin: auto;
}
.widgets .Booking_com_plugin p {
  color: #666666;
}
.widgets .Booking_com_plugin .button {
  background: none;
  border-radius: 0;
}
.widgets .Booking_com_plugin .button button {
  font-size: 1.125rem;
  border-radius: 0;
  border: 0;
  text-transform: none;
}
.widgets .Booking_com_plugin input[type=text] {
  display: block;
  width: 100%;
  padding: 0.625rem;
  box-sizing: border-box;
}
.widgets .Booking_com_plugin input[type=text].hasDatepicker {
  padding-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .widgets {
    padding: 4.375rem 0;
  }
  .widgets #searchboxInc_209 form {
    height: 34rem;
  }
  .widgets .three-col {
    float: left;
    width: 32%;
    margin-right: 2%;
    height: 36.25rem;
    overflow-y: scroll;
  }
  .widgets .three-col:last-child {
    margin-right: 0;
  }
}

.app-banner {
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(images/app-ad-mobile-bg.jpg);
  height: 18.75rem;
  background-size: cover;
  width: 100%;
  text-align: center;
}
.app-banner .download-apps {
  padding-top: 1.875rem;
}
.app-banner .download-apps h2 {
  color: white;
  margin-bottom: 1.25rem;
}
.app-banner .app-download {
  width: 10rem;
  height: 3.75rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .app-banner {
    background-image: url(images/app-ad-bg.jpg);
    height: 31.125rem;
  }
  .app-banner .download-apps {
    padding-top: 10rem;
    width: 50%;
    float: right;
  }
  .app-banner .app-download {
    display: inline-block;
    margin-right: 2.5rem;
  }
  .app-banner .app-download:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1020px) {
  .app-banner .download-apps {
    width: 24.625rem;
  }
  .app-banner .download-apps h2 {
    font-size: 3rem;
    line-height: 3.375rem;
  }
}

.cta-buttons {
  overflow: hidden;
  margin-bottom: 5rem;
  text-align: center;
}
.cta-buttons .button {
  display: block;
  margin: auto;
  margin-bottom: 1.25rem;
  max-width: 17.5rem;
}
.cta-buttons .button.send-another {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .cta-buttons {
    margin-top: -2.5rem;
  }
  .cta-buttons .button {
    max-width: none;
    display: inline-block;
    margin: auto;
  }
  .cta-buttons.multiple {
    max-width: 37.5rem;
    margin: auto;
    margin-bottom: 5rem;
  }
  .cta-buttons.multiple .button {
    float: left;
  }
  .cta-buttons.multiple .button:last-child {
    float: right;
  }
}

.site-search {
  padding: 0;
  margin: 1.875rem 0;
}
.site-search form {
  position: relative;
}
.site-search input[type=text] {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0.625rem;
  border-radius: 4px;
  background: #e5e5e5;
  border: none;
  font-size: 0.875rem;
  -webkit-appearance: none;
}
.site-search input[type=submit] {
  position: absolute;
  background: none;
  top: 0;
  right: 0;
  border: 0;
  background-image: url(images/search-icon.svg);
  background-size: 16px 16px;
  background-position: 10px 11px;
  background-repeat: no-repeat;
  display: block;
  border: none;
  width: 2.375rem;
  height: 2.0625rem;
}

.search-item {
  margin-bottom: 2.5rem;
}

.alignleft {
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}

.alignright {
  float: right;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.hamburger {
  padding: 0.625rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  position: absolute;
  z-index: 11;
  right: 0.875rem;
  top: 0.75rem;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 1px solid #b92619;
  border-radius: 4px;
  margin: 0;
  overflow: visible;
  font-size: 10px;
  padding-bottom: 4px;
  color: #b92619;
}
.hamburger .text {
  margin-top: 4px;
  display: block;
}
.hamburger:hover, .hamburger:focus {
  opacity: 0.9;
  background: none;
}
@media screen and (min-width: 1020px) {
  .hamburger {
    display: none;
  }
}

.hamburger-box {
  width: 25px;
  height: 17px;
  display: block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #b92619;
  border-radius: 0px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #b92619;
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  background-color: #b92619;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #b92619;
}

.main-header {
  height: 4.375rem;
  background: white;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}
.main-header .wrapper {
  position: relative;
  overflow: visible;
}
.main-header .rm-logo {
  z-index: 11;
  position: relative;
  text-decoration: none;
  width: 11.25rem;
  height: 3rem;
  top: 0.6875rem;
  display: block;
  margin: auto;
}
@media screen and (min-width: 1020px) {
  .main-header {
    height: auto;
    background: white;
    border-bottom: none;
    overflow: hidden;
  }
  .main-header .wrapper {
    position: relative;
    height: 100%;
  }
  .main-header .main-header-wrapper {
    height: 7.5rem;
  }
  .main-header .rm-logo {
    position: absolute;
    left: 50%;
    margin-top: 2rem;
    margin-left: -6.875rem;
    width: 13.75rem;
    height: 4.25rem;
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-header .rm-logo {
    margin-top: 1.75rem;
    margin-left: -7.5rem;
    width: 15rem;
    height: 4.375rem;
  }
}

.header-spacer {
  margin-top: 4.375rem;
}
@media screen and (min-width: 1020px) {
  .header-spacer {
    margin-top: 6.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .header-spacer {
    margin-top: 6.25rem;
  }
}

.login-menu {
  position: absolute;
  top: 25rem;
  left: 1.25rem;
}
.login-menu a {
  color: white;
  text-decoration: none;
}
.login-menu a:hover, .login-menu a:focus, .login-menu a.active {
  font-weight: 700;
}
.login-menu li {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1020px) {
  .login-menu {
    top: 1.875rem;
    left: auto;
    right: 5rem;
  }
  .login-menu li {
    border-right: 1px solid #ecb92d;
    padding-right: 0.625rem;
    float: left;
    margin: auto;
  }
  .login-menu li:last-child {
    border: none;
    margin-left: 0.625rem;
  }
  .login-menu a {
    color: #000;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1200px) {
  .login-menu {
    right: 12.5rem;
  }
}

.main-header .site-search {
  position: absolute;
  top: 22.5rem;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s opacity, 0.3s visibility 0.3s;
  transition: 0.3s opacity, 0.3s visibility 0.3s;
  padding: 0 1.25rem;
  margin: 1.875rem 0;
}
.main-header .site-search form {
  position: relative;
}
.main-header .site-search input[type=text] {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0.625rem;
  border-radius: 4px;
  background: #e5e5e5;
  border: none;
  font-size: 0.875rem;
  -webkit-appearance: none;
}
.main-header .site-search .submit {
  position: absolute;
  background: none;
  top: 0;
  right: 0;
  border: 0;
  background-image: url(images/search-icon.svg);
  background-size: 16px 16px;
  background-position: 10px 11px;
  background-repeat: no-repeat;
  display: block;
  border: none;
  width: 2.375rem;
  height: 2.0625rem;
}
@media screen and (max-height: 400px) {
  .main-header .site-search {
    top: 18.5rem;
  }
}
@media screen and (min-width: 1020px) {
  .main-header .site-search {
    top: 0;
    right: 0;
    width: 15rem;
    margin-top: 1.875rem;
    padding: 0;
  }
}

.social-menu {
  position: absolute;
  top: 28.75rem;
  left: 0;
  text-align: center;
  z-index: 11;
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s opacity, 0.3s visibility 0.3s;
  transition: 0.3s opacity, 0.3s visibility 0.3s;
}
.social-menu ul {
  overflow: hidden;
  margin: auto;
}
.social-menu li {
  display: inline-block;
  margin-right: 0.4375rem;
  margin-bottom: 0;
}
.social-menu li:last-child {
  margin-right: 0;
}
.social-menu a {
  color: white;
  text-decoration: none;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  display: block;
}
.social-menu a svg path,
.social-menu a svg circle {
  fill: #b92619;
}
.social-menu a:hover, .social-menu a:focus, .social-menu a.active {
  opacity: 0.8;
}
@media screen and (max-height: 400px) {
  .social-menu {
    top: 23.75rem;
  }
}
@media screen and (min-width: 360px) {
  .social-menu li {
    margin-right: 0.75rem;
  }
}
@media screen and (min-width: 480px) {
  .social-menu li {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1020px) {
  .social-menu {
    top: 1.875rem;
    left: 0;
    margin-left: 0;
    text-align: left;
    width: 16.25rem;
  }
  .social-menu li {
    margin-right: 0.625rem;
  }
  .social-menu a {
    width: 1.875rem;
    height: 1.875rem;
  }
  .social-menu a svg path,
  .social-menu a svg circle {
    fill: #c9c9c9;
  }
}

.menu-overlay {
  position: fixed;
  background: #ecb92d;
  height: 120vh;
  min-height: 800px;
  width: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  visibility: hidden;
}
.menu-overlay.sub-menu-open .top-level-menu {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.menu-overlay.sub-menu-open .site-search {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s opacity, 0.3s visibility;
  transition: 0.3s opacity, 0.3s visibility;
}
.menu-overlay.sub-menu-open .social-menu {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1020px) {
  .menu-overlay {
    opacity: 1;
    z-index: 10;
    position: absolute;
    visibility: visible;
    height: 100%;
    min-height: 0;
    background: transparent;
  }
}

.is-active .menu-overlay {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}
.is-active .rm-logo {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.is-active .hamburger {
  position: fixed;
}
.is-active.fade-out .menu-overlay {
  opacity: 0;
}

.mobile-back {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: 0.75rem;
  height: 1.25rem;
  z-index: 11;
  padding: 0.625rem 0.875rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s opacity, 0.3s visibility;
  transition: 0.3s opacity, 0.3s visibility;
}
.mobile-back.showing {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1020px) {
  .mobile-back {
    display: none;
  }
}

.main-nav {
  text-align: center;
  color: white;
  margin-top: 4.375rem;
  overflow: hidden;
  height: 100vh;
  color: #666666;
  font-family: "Bree Serif", serif;
}
.main-nav .top-level-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  margin: auto;
}
.main-nav .top-level-menu li {
  list-style-type: none;
}
.main-nav .top-level-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  margin: auto;
}
.main-nav .top-level-menu .sub-menu li a {
  position: relative;
}
.main-nav .top-level-menu .sub-menu li.current-menu-item a {
  color: #b92619;
}
.main-nav .top-level-menu .sub-menu.is-active {
  visibility: visible;
  opacity: 1;
}
.main-nav .top-level-menu .menu-item-has-children .show-sub-menu {
  display: block;
}
.main-nav .top-level-menu .menu-item-has-children .sub-menu .show-sub-menu {
  display: none;
}
.main-nav .top-level-menu .show-sub-menu {
  display: none;
  padding: 1.25rem;
  width: 2.5rem;
  height: 100%;
  box-sizing: border-box;
  background-image: url(images/right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px 18px;
  background-position: 20px 23px;
  padding: 0.625rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  cursor: pointer;
}
.main-nav li {
  margin: auto;
  padding: 0 1.25rem;
}
.main-nav li:last-child a {
  border-bottom: 1px solid #b92619;
}
.main-nav li.current-menu-item > a, .main-nav li.current-menu-parent > a {
  color: #b92619;
}
.main-nav a {
  color: #666666;
  text-decoration: none;
  padding: 20px;
  font-size: 22px;
  display: block;
  border-top: 1px solid #b92619;
  font-weight: 400;
  position: relative;
}
@media screen and (max-height: 400px) {
  .main-nav a {
    padding: 0.875rem;
  }
  .main-nav .top-level-menu .show-sub-menu {
    background-position: 20px 18px;
  }
}
@media screen and (min-width: 1020px) {
  .main-nav {
    background: white;
    position: absolute;
    bottom: auto;
    top: 5.125rem;
    width: 100%;
    margin-top: 0;
  }
  .main-nav .top-level-menu .show-sub-menu,
  .main-nav .top-level-menu .menu-item-has-children .show-sub-menu {
    display: none;
  }
  .main-nav ul {
    overflow: hidden;
    margin: auto;
  }
  .main-nav li {
    width: auto;
    display: block;
    padding: 0;
    margin-right: 0.625rem;
    padding-right: 0.625rem;
    float: left;
    border-right: 2px solid #b92619;
  }
  .main-nav li:first-child {
    margin-left: 0.625rem;
  }
  .main-nav li:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
  }
  .main-nav li:last-child a {
    border: none;
  }
  .main-nav li:nth-child(2) {
    margin-right: 21.25rem;
    border: none;
  }
  .main-nav a {
    border: none;
    display: block;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav li:nth-child(2) {
    margin-right: 39%;
  }
  .main-nav a {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .main-nav li:nth-child(2) {
    margin-right: 39%;
  }
}

.secondary-nav {
  background: #b92619;
  text-align: center;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px inset;
}
.secondary-nav ul {
  margin: auto;
}
.secondary-nav li {
  display: inline-block;
  padding: 0.875rem 0;
  margin-right: 3.75rem;
}
.secondary-nav li:last-child {
  margin-right: 0;
}
.secondary-nav a {
  color: white;
  text-decoration: none;
  font-size: 1.375rem;
  font-family: "Bree Serif", serif;
}
.secondary-nav .current-menu-item a,
.secondary-nav .current_page_parent a,
.secondary-nav .current-menu-parent a {
  color: #ecb92d;
}
.secondary-nav .menu-item-49 a,
.secondary-nav .menu-item-50 a {
  color: #6e0d05;
}
@media screen and (min-width: 1020px) {
  .secondary-nav {
    display: block;
  }
}

::-webkit-input-placeholder {
  color: #666666;
}

::-moz-placeholder {
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  color: #666666;
}

.feeds-footer {
  background: #ecb92d;
  padding: 2.5rem 0;
  overflow: hidden;
}
.feeds-footer p {
  color: #666666;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.feeds-footer a {
  color: #b92619;
  text-decoration: none;
  font-weight: 500;
}
.feeds-footer h3 {
  color: #b92619;
  font-family: "Bree Serif", serif;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.feeds-footer .newsletter {
  margin-bottom: 3.125rem;
}
.feeds-footer .newsletter input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}
.feeds-footer .newsletter p {
  font-size: 1.375rem;
  line-height: 1.75rem;
  max-width: 90%;
  font-weight: 400;
}
.feeds-footer .newsletter input[type=text],
.feeds-footer .newsletter input[type=email] {
  background: white;
  border: 0;
  padding: 0.625rem;
  display: block;
  width: 90%;
  box-sizing: border-box;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
.feeds-footer .cff-page-name {
  font-size: 1.125rem;
}
.feeds-footer .cff-author-text {
  margin-top: 1.25rem;
}
.feeds-footer #cff .cff-author .cff-author-text * {
  margin: 0 0 0 100px;
  color: #666666;
}
.feeds-footer #cff.cff-default-styles .cff-author .cff-author-text * {
  font-weight: normal;
}
.feeds-footer #cff .cff-author-img {
  width: 5rem;
}
.feeds-footer #cff .cff-author-img img {
  width: 100%;
}
.feeds-footer #cff .cff-item {
  border-bottom: 0;
}
.feeds-footer .tweet {
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.feeds-footer .tweet-text {
  float: left;
  width: 80%;
}
.feeds-footer .tweet-text p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.625rem;
}
.feeds-footer .twitter-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.625rem;
  display: block;
  float: left;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .feeds-footer .col {
    float: left;
    width: 33.33%;
  }
}

footer {
  background: #434343;
  padding: 1.875rem 0 3.75rem;
  text-align: center;
  font-family: "Bree Serif", serif;
  color: white;
}
footer a {
  color: white;
  text-decoration: none;
}
footer .social-menu {
  position: static;
  margin: auto;
  margin-bottom: 1.875rem;
}
footer .social-menu svg path,
footer .social-menu svg circle {
  fill: white;
}
footer .footer-logo {
  width: 10.5rem;
  height: 6.25rem;
  display: block;
  margin: auto;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
footer .copyright {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  color: white;
}
@media screen and (min-width: 1200px) {
  footer .social-menu {
    width: 15.8125rem;
  }
  footer .social-menu a {
    width: 2.5rem;
    height: 2.5rem;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Bree Serif", serif;
  font-weight: bold;
  font-size: 1.75rem;
  color: #b92619;
}

.home h1 {
  font-size: 2.125rem;
}
@media screen and (min-width: 768px) {
  .home h1 {
    font-size: 3.125rem;
  }
}

h1 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

p {
  color: #909090;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}

ol,
ul {
  margin-bottom: 1.25rem;
  margin-left: 20px;
}
ol li,
ul li {
  color: #909090;
  font-size: 1.125rem;
  line-height: 1.5rem;
  list-style-position: outside;
}

ol li {
  list-style-type: decimal;
}

ul li {
  list-style-type: disc;
}

a {
  color: #b92619;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  margin: auto;
  height: auto;
}

/* Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin: auto;
  position: relative;
}
.slick-slider.slick-initialized {
  opacity: 1;
}

.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);
  -ms-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;
  background-position: center center;
  display: none;
  box-sizing: border-box;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: auto;
}
.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;
}

.carousel {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel.slick-initialized {
  opacity: 1;
}

.no-js .carousel {
  overflow: hidden;
  opacity: 1;
}

.slick-dots {
  margin-top: 0;
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  box-sizing: border-box;
}
.slick-dots li {
  padding: 0px;
  display: inline-block;
  margin-right: 10px;
  z-index: 2;
}
.slick-dots li button {
  border: 0;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: #666666;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.slick-dots button {
  border-radius: 50%;
  height: 0.75rem;
  width: 0.75rem;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  background: white;
}

.slider-arrow {
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  position: absolute;
  top: -13.75rem;
  left: 1.25rem;
  z-index: 2;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}
.slider-arrow.slider-right {
  right: 1.25rem;
  left: auto;
}
.slider-arrow:hover, .slider-arrow:focus {
  background: white;
}
@media screen and (min-width: 768px) {
  .slider-arrow {
    top: -13.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .slider-arrow {
    top: -13.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .slider-arrow {
    top: -18.125rem;
  }
}
@media screen and (min-width: 1882px) {
  .slider-arrow {
    top: -21.25rem;
  }
}

.slider-arrows {
  height: 100%;
  position: relative;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  box-sizing: border-box;
  width: 100%;
  max-width: 62rem;
  z-index: 5;
}
@media screen and (min-width: 1200px) {
  .slider-arrows {
    max-width: 73.125rem;
  }
}

.no-js-nav {
  display: none;
}

.no-js .slider {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .no-js .slider {
    max-width: 80%;
    margin: auto;
  }
}

.line-up {
  overflow: hidden;
}
.line-up .line-up-artist {
  max-width: 32.5rem;
  margin: auto;
}
.line-up .line-up-artist h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 0.625rem;
}
.line-up .line-up-artist img {
  display: block;
  margin: auto;
  margin-bottom: 1.25rem;
}
.line-up .line-up-artist a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .line-up .line-up-artist {
    max-width: none;
    float: left;
    margin-bottom: 2%;
    width: 32%;
    margin-right: 2%;
    min-height: 20.625rem;
    /*&:nth-child(7),
    &:nth-child(8),
    &:nth-child(9),
    &:nth-child(10),
    &:nth-child(11),
    &:nth-child(12),
    &:nth-child(13),
    &:nth-child(14),
    &:nth-child(15),
    &:nth-child(16) {
        width: 32%;
        margin-right: 2%;
        min-height: rem(440px);
    }
    &:nth-child(9),
    &:nth-child(12),
    &:nth-child(15) {
        margin-right: 0;
    }*/
  }
  .line-up .line-up-artist:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1020px) {
  .line-up .line-up-artist {
    min-height: 23.75rem;
  }
}

.line-up-day h2,
.line-up-stage h2 {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 2rem;
}
.line-up-day h3,
.line-up-stage h3 {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .line-up-day h2,
  .line-up-stage h2 {
    font-size: 2.625rem;
  }
  .line-up-day h3,
  .line-up-stage h3 {
    font-size: 2rem;
  }
}

.lineup-filters {
  text-align: center;
  margin-bottom: 40px;
}
.lineup-filters label {
  display: block;
  color: #909090;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.lineup-filters .styled-select {
  overflow: hidden;
  width: 300px;
  border-radius: 0.25rem;
  margin: auto;
  margin-bottom: 10px;
  background: url(images/down-arrow.svg) 270px 10px no-repeat white;
  background-size: 1.25rem 1.25rem;
}
.lineup-filters .styled-select select {
  -webkit-appearance: none;
  width: 110%;
  padding: 0.625rem;
  font-size: 1rem;
  border-radius: 0;
  border: none;
  background: none;
}
@media screen and (min-width: 1020px) {
  .lineup-filters {
    overflow: hidden;
    max-width: 55.625rem;
    margin: auto;
    margin-bottom: 2.5rem;
  }
  .lineup-filters label,
  .lineup-filters .styled-select {
    float: left;
    margin-right: 1.25rem;
  }
  .lineup-filters label:last-child,
  .lineup-filters .styled-select:last-child {
    margin-right: 0;
  }
  .lineup-filters label {
    margin-top: 0.625rem;
  }
}

.user-edited {
  max-width: 47.5rem;
  margin: auto;
  overflow: hidden;
  padding-bottom: 2.5rem;
}
.user-edited p:first-of-type {
  font-size: 1.375rem;
  line-height: 1.625rem;
}
.user-edited img,
.user-edited iframe {
  display: block;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .side-col {
    float: left;
    width: 22%;
    box-sizing: border-box;
  }
  .side-col.fixed {
    position: fixed;
  }
  .side-col.locked {
    position: absolute;
  }
}

.wide-col {
  padding-bottom: 2.5rem;
}
.wide-col h1 {
  margin-bottom: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wide-col {
    float: left;
    width: 65%;
    margin-left: 10%;
    box-sizing: border-box;
  }
}

.menu-is-fixed .wide-col {
  left: 22%;
  position: relative;
}

.info-nav {
  margin-bottom: 1.25rem;
}
.info-nav a {
  display: block;
  background: #b92619;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 0.625rem;
  font-weight: 700;
}
.info-nav a:hover, .info-nav a.active {
  color: #ecb92d;
}
.info-nav ul {
  margin: auto;
}
.info-nav li {
  margin-bottom: 1.25rem;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .info-nav {
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
}

.quick-facts {
  color: white;
  margin-bottom: 5rem;
}
.quick-facts p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.quick-facts h2 {
  margin-bottom: 1.25rem;
}
.quick-facts strong,
.quick-facts b {
  color: #666666;
  font-weight: 700;
}
.quick-facts p {
  color: white;
}
@media screen and (min-width: 1020px) {
  .quick-facts p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.info-section {
  margin-bottom: 5rem;
}
.info-section:first-of-type p:first-of-type {
  font-size: 1.375rem;
  line-height: 2rem;
}
.info-section:first-of-type h2 {
  display: none;
}
.wide-col h1 {
  margin-bottom: 0;
}

.map {
  width: 100%;
  height: 15rem;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .feed-col {
    float: left;
    width: 69%;
  }
}

.social-col h2 {
  color: white;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.social-col h2.large {
  font-size: 2.375rem;
}
.social-col .yottie-widget-video-preview {
  margin-bottom: 1.25rem;
}
.social-col .yottie div {
  overflow: hidden;
}
.social-col .social-section {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.social-col .insta-link {
  float: left;
  display: block;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.social-col .insta-link img {
  max-width: 100%;
  height: auto;
  display: block;
}
.social-col .insta-link:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .social-col {
    margin-top: 2rem;
    float: right;
    width: 28%;
    margin-bottom: 2.5rem;
  }
}

.news-features-feed {
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.news-features-feed .news-item,
.news-features-feed .news-item--vertical {
  max-width: none;
  overflow: hidden;
  margin: auto;
  margin-bottom: 1.25rem;
}
.news-features-feed .news-item img,
.news-features-feed .news-item--vertical img {
  margin-bottom: 1.25rem;
}
.news-features-feed .news-item h2,
.news-features-feed .news-item--vertical h2 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.news-features-feed .news-item img,
.news-features-feed .news-item--vertical img {
  display: block;
  margin: auto;
  margin-bottom: 0.625rem;
}
.news-features-feed .news-item a,
.news-features-feed .news-item--vertical a {
  text-decoration: none;
}
.news-features-feed .gallery-preview {
  display: block;
  width: 50%;
  height: auto;
  float: left;
}
@media screen and (min-width: 480px) {
  .news-features-feed .news-item--vertical {
    overflow: hidden;
    margin-bottom: 1.25rem;
  }
  .news-features-feed .news-item--vertical img {
    float: left;
    width: 30%;
    height: auto;
  }
  .news-features-feed .news-item--vertical .news-item-text {
    float: left;
    width: 70%;
    padding-left: 1.25rem;
    box-sizing: border-box;
  }
  .news-features-feed .news-item--vertical.wide .news-item-text {
    width: 100%;
    padding: 0;
  }
  .news-features-feed .news-item--vertical h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 0.625rem;
  }
  .news-features-feed .gallery-preview {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .news-features-feed .news-item {
    max-width: none;
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    min-height: 23.75rem;
  }
  .news-features-feed .news-item:nth-child(2n) {
    margin-right: 0;
  }
  .news-features-feed .news-item.wide {
    width: 100%;
    margin-right: 0;
    min-height: 0;
  }
}

.latest-news {
  overflow: hidden;
  padding: 2.5rem 0;
  text-align: center;
}
.latest-news h2 {
  font-size: 2.625rem;
  margin-bottom: 2.5rem;
}
.latest-news .latest-news-items {
  overflow: hidden;
}
.latest-news .news-item {
  max-width: 32.5rem;
  margin: auto;
  text-align: left;
}
.latest-news .news-item h3 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 0.625rem;
}
.latest-news .news-item img {
  display: block;
  margin: auto;
  margin-bottom: 1.25rem;
}
.latest-news .news-item a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .latest-news {
    padding: 4.375rem 0;
  }
  .latest-news .news-item {
    max-width: none;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    min-height: 20rem;
  }
  .latest-news .news-item:nth-child(3n) {
    margin-right: 0;
  }
}

.cats {
  margin: auto;
  margin-top: 0.625rem;
}
.cats li {
  display: inline-block;
  border-right: 1px solid white;
  margin-right: 0.125rem;
  padding-right: 0.375rem;
}
.cats li:last-child {
  margin-right: 0;
  border-right: 0;
}

.galleries {
  overflow: hidden;
}
.galleries .gallery {
  max-width: 32.5rem;
  margin: auto;
}
.galleries .gallery h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 0.625rem;
}
.galleries .gallery img {
  display: block;
  margin: auto;
  margin-bottom: 0.625rem;
}
.galleries .gallery a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .galleries .gallery {
    max-width: none;
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    min-height: 26.25rem;
  }
  .galleries .gallery:nth-child(3n) {
    margin-right: 0;
  }
}

.gallery-preview-container {
  overflow: hidden;
}

a.hidden {
  display: none;
}

.buy-tickets-links {
  overflow: hidden;
}
.buy-tickets-links .buy-link {
  position: relative;
  margin: auto;
  margin-bottom: 1.25rem;
}
.buy-tickets-links .buy-link img {
  max-width: 100%;
  height: auto;
}
.buy-tickets-links .buy-text {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  text-align: center;
}
.buy-tickets-links .buy-text h1,
.buy-tickets-links .buy-text h2,
.buy-tickets-links .buy-text h3 {
  color: white;
  padding-bottom: 5px;
}
.buy-tickets-links .buy-text h1 {
  font-size: 2rem;
}
.buy-tickets-links .buy-text h2 {
  max-width: 11.25rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin: auto;
}
.buy-tickets-links .buy-text h3 {
  font-size: 0.875rem;
  margin-top: 0.625rem;
  margin-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .buy-tickets-links .buy-link {
    float: left;
    width: 48%;
    margin-right: 4%;
    
  }
  .buy-tickets-links .buy-link:nth-child(2n) {
    margin-right: 0;
  }
  .buy-tickets-links .buy-text h1 {
    font-size: 4.375rem;
  }
  .buy-tickets-links .buy-text h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    max-width: 15rem;
  }
  .buy-tickets-links .buy-text h3 {
    font-size: 1.125rem;
    margin-top: 0.625rem;
    /* margin-bottom: 0.625rem; */
    margin-bottom: 20px;
  }
}

.buy-tickets-smallprint {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  max-width: 80%;
  margin: auto;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .buy-tickets-smallprint {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 3.75rem;
  }
}

.contact-form {
  margin-bottom: 2.5rem;
}
.contact-form h2 {
  margin-bottom: 1.25rem;
}
.contact-form label {
  display: block;
  margin-bottom: 0.625rem;
}
.contact-form input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  width: 100%;
  background: #d2d2d2;
  display: block;
  padding: 0.625rem;
  border: none;
  margin-bottom: 1.25rem;
  box-sizing: border-box;
  border-radius: 0;
}
.contact-form textarea {
  height: 6.25rem;
}
@media screen and (min-width: 768px) {
  .contact-form {
    float: left;
    width: 48%;
  }
  .contact-form input[type=submit] {
    margin-top: 11.25rem;
  }
}

.contact-info p {
  color: #666666;
}
.contact-info p strong,
.contact-info p b {
  color: #b92619;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .contact-info {
    float: right;
    width: 48%;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  width: 40px;
  height: 40px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

button.mfp-arrow-left {
  left: 30px;
}

button.mfp-arrow-left {
  height: 40px;
  width: 40px;
  content: '';
  background: url(images/prev-btn.svg) top left no-repeat;
}

button.mfp-arrow-right {
  right: 30px;
  height: 40px;
  width: 40px;
  content: '';
  background: url(images/next-btn.svg) top left no-repeat;
}

/*.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}*/
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* =transition */
.mfp-ready .mfp-figure {
  opacity: 0;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-image-loaded .mfp-figure,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0;
}

.mfp-iframe-scaler {
  overflow: visible;
  /*so the close button is shown*/
}

.mfp-zoom-out-cur {
  cursor: auto;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.apparel-content {
  text-align: center;
  margin-bottom: 80px;
}

.apparel-video {
  position: relative;
  margin-bottom: 80px;
}

.apparel-text {
  width: 80%;
  max-width: 37.5rem;
  margin: auto;
  margin-bottom: 2.5rem;
}
.apparel-text h1,
.apparel-text p {
  margin-bottom: 1.875rem;
}
.apparel-text p {
  color: #666666;
}

.shop-items {
  overflow: hidden;
  margin-bottom: 0;
}
.shop-items .shop-item {
  margin-bottom: 2.5rem;
}
.shop-items .shop-item p {
  margin-bottom: 0;
}
.shop-items .shop-item h4 {
  font-size: 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .shop-items {
    margin-bottom: 2.5rem;
  }
  .shop-items .shop-item {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 31.875rem;
  }
  .shop-items .shop-item:nth-child(3n) {
    margin-right: 0;
  }
}

body .yottie-widget-video-info-title {
  font-family: "Bree Serif", serif;
  font-size: 1.125rem;
  font-weight: bold;
}

.video-preview-feed {
  text-align: center;
}
.video-preview-feed .button {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.playlists {
  margin-top: 2.5rem;
  text-align: center;
}
.playlists h1 {
  margin-bottom: 2.5rem;
}

.videos-feed {
  margin-bottom: 5rem;
  overflow: hidden;
}
.videos-feed .video-two-col {
  margin-bottom: 1.25rem;
  text-align: left;
}
.videos-feed .video-two-col h3 {
  font-size: 1.25rem;
  margin-top: 1.25rem;
}
.videos-feed .video-two-col p {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .videos-feed .video-two-col {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .videos-feed .video-two-col:nth-child(2n) {
    margin-right: 0;
  }
}

.featured-video-list {
  overflow: hidden;
}

.featured-videos h2 {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .featured-videos h2 {
    font-size: 3rem;
  }
}

.video-col {
  margin-right: 1.25rem;
}
.video-col h3 {
  font-size: 1.25rem;
  margin-top: 1.25rem;
}
.video-col p {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .video-col {
    float: left;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .video-col:last-child {
    margin-right: 0;
  }
}

.video-preview-feed {
  overflow: hidden;
}
.video-preview-feed .video-preview img {
  max-width: 100%;
}

.wp-polls-archive {
  /* background-color: #ffffff; */
}

.wp-polls,
.wp-polls-form {
  /* background-color: #ffffff; */
}

.wp-polls ul li,
.wp-polls-ul li,
.wp-polls-ans ul li {
  text-align: left;
  background-image: none;
  display: block;
  margin-bottom: 1.25rem;
}

.wp-polls ul,
.wp-polls-ul,
.wp-polls-ans ul {
  text-align: left;
  list-style: none;
  float: none;
  color: #909090;
}

.user-edited .wp-polls p:first-of-type {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}

.wp-polls .poll-label {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}

.wp-polls ul li:before,
.wp-polls-ans ul li:before,
#sidebar ul ul li:before {
  content: '';
}

.wp-polls IMG,
.wp-polls LABEL,
.wp-polls INPUT,
.wp-polls-loading IMG,
.wp-polls-image IMG {
  display: inline;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.wp-polls-ul {
  padding: 0px;
  margin: 0px 0px 10px 10px;
}

.wp-polls-ans {
  width: 100%;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  /* background-color: #ffffff; */
}

.wp-polls-loading {
  display: none;
  text-align: center;
  height: 16px;
  line-height: 16px;
}

.wp-polls-image {
  border: 0px;
}

.main-content .wp-polls .Buttons {
  border: none;
  padding: 10px;
  background-color: #b92619;
  color: white;
}

/* Polls Archive Paging */
.wp-polls-paging a,
.wp-polls-paging a:link {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #0066cc;
  color: #0066cc;
  background-color: #FFFFFF;
}

.wp-polls-paging a:visited {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #0066cc;
  color: #0066cc;
  background-color: #FFFFFF;
}

.wp-polls-paging a:hover {
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
}

.wp-polls-paging a:active {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #0066cc;
  color: #0066cc;
  background-color: #FFFFFF;
}

.wp-polls-paging span.pages {
  padding: 2px 4px 2px 4px;
  margin: 2px 2px 2px 2px;
  color: #000000;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}

.wp-polls-paging span.current {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  font-weight: bold;
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
}

.wp-polls-paging span.extend {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
}

/* New Styles */


.ourButt {
	margin-bottom: 30px;
}

.widgets #searchboxInc_209 form {
	height: auto!important;
}

.widgets .three-col {
	height: auto;
	overflow: auto;
}
.widgets .bookHolder {
	max-height:420px;
	overflow: auto;
}

footer button.eventButton {
	float: none;
	cursor: pointer;
}

.feeds-footer #cff .cff-author-img {
	width: 40px;
}
.feeds-footer #cff .cff-author-img a {
	display: block;
}

.feeds-footer #cff .cff-author-img img {
	width: 40px;
	height: 40px;
}

#cff .cff-author .cff-date {
	margin: 0!important;
}

.centered {
	display: block;
	padding: 0 30px 60px;
	text-align: center;
	
}

/* Slider 

.hero-slider {
	background-color: #131312;
}

.hero-slider .hero-content {
	position: relative;
	padding: 40px 30px;
	background-color: #131312;
	top: auto;
	left: auto;
	transform: none;
	box-sizing: border-box;
}
.slider-arrows {
	top: auto;
	bottom: 0;
}

.slider-arrow {
	top: auto;
	bottom: 23px;
}

.slick-dots {
	position: relative;
	margin: auto;
	bottom: auto;
	left: auto;
	transform: none;
	padding: 0 40px 40px;
}

.slick-dots li {
	margin: 0 5px;
}
*/

/*** Page Intro ***/

.page-intro {

}

/*** Gallery ***/

.negMargin {
  margin-left: -15px;
  margin-right: -15px;
}

.galleryGrid {
  padding: 50px 0;
}

.galleryGrid:after {
  content: "";
  display: block;
  clear: both;
}

.galleryGrid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.galleryGrid ul li {
  width: 25%;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}


@media(max-width: 600px) {
  .galleryGrid ul li {
    width: 50%;
  }
}

.galleryGrid ul li a {
  display: block;
  margin: 0 15px 30px;
}
.galleryGrid ul li a img {
  display: block;
  width: 100%;
  height: auto;
}

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

/*** Videos ***/

.gallery-preview-container {
  margin-bottom: 30px;
}

.channelVid {
  margin: 30px 0;
}
.channelVid iframe {
  display: block;
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}

/*** Pagination ***/

.pagination {
  text-align: center;
  display: block;
  vertical-align: top;
  margin-bottom: 50px;
}

.pagination a, .pagination span {
  vertical-align: top;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  height: 50px;
  width: 50px;
  margin: 0 5px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 17px;
}

.pagination span {
  background-color: #b92619;
  color: #fff;
}

/*** News Feeds ***/

.latest-feed {
  margin-bottom: 100px;
}

.sharing {
  display: block;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #292929;
}

.sharing:after {
  content: "";
  display: block;
  clear: both;
}

.sharing p.small {
  font-size: 16px;
  float: left;
  margin-right: 20px;
}

.sharing ul.social {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.sharing ul.social li {
  display: block;
  float: left;
  margin-right: 15px;
}

/*** VIP FORM ***/

div.wpcf7-response-output {
  padding: 30px!important;
  border: 1px solid;
  border-color: #474745;
  color: #fff;
}

div.wpcf7 form.invalid .wpcf7-response-output, div.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #b92619;
}

div.wpcf7-mail-sent-ok {
  background-color: #398f14;
  color: #fff;
}
div.wpcf7-validation-errors {
  background-color: #900000;
  color: #fff;
}

/*** Footer ***/

#footer a.button {
  margin-bottom: 50px;
}

.sideMap {
  display: block;
  margin-bottom: 40px;
}

.side-col iframe {
  display: block;
  width: 100%;
  height: 250px;
}

.wpcf7 form input[type="text"], .wpcf7 form input[type="email"], .wpcf7 form input[type="number"], .wpcf7 form select, .wpcf7 form textarea {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
}
.wpcf7 form input[type="checkbox"] {
  width: 15px;
  height: 15px;
  background-color: #efefef;
  -webkit-appearance: none;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
.wpcf7 form input[type="submit"] {
  width: auto;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
  background-color: #b92619; 
  color: #fff;
  outline: 0;
  border: none;
  margin-top: 15px;
}

form .wpcf7-form-control-wrap {
  display: block;
  
}

form .wpcf7-form-control-wrap.what-year span.wpcf7-list-item {
  display: block;
}

form span.wpcf7-list-item {
  margin-left: 0;

}

form span.wpcf7-list-item label {
  margin-bottom: 0;
}

.wpcf7 form label {
  margin-bottom: 15px;
  display: block;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
}

#counter {
  text-align: center;
  padding: 20px 0;
  color: #fff; 
  
}

#counter > span {
  font-size: 65px;
  font-weight: 700;
  display: inline-block;
  width: 140px;
  padding: 15px;
  box-sizing: border-box;
  border: 2px solid rgba(255,255,255,.5);
  background-color: rgba(255,255,255,.1);
}

#counter span span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding-bottom: 5px;
}

@media(max-width: 720px) {
  #counter > span {
    font-size: 35px;
    width: 90px;
  } 
}