/* -------------------------------------------------------------------------- */
/* -- Base HTML elements ---------------------------------------------------- */
/* -------------------------------------------------------------------------- */

body {
  color: #303030;
  font-family: 'NHaasGroteskDSPro-45Lt';
  font-size: 21px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

@media only screen and (min-width: 550px) and (max-width: 768px) {
  body {
    font-size: 17px;
  }
}

@media only screen and (max-width: 549px) {
  body {
    font-size: 15px;
  }
}

/* @media only screen and (max-width: 320px) { */
/*   body { */
/*     font-size: 12px; */
/*     letter-spacing: 0.25px; */
/*     line-height: 20px; */
/*   } */
/* } */

::selection {
  background: #004dff;
  color: #fff;
}

/* -------------------------------------------------------------------------- */
/* -- HTML elements --------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

/* -- Address & time -------------------------------------------------------- */

address,
time {
  font-style: normal;
}


/* -- Anchors --------------------------------------------------------------- */

a {
  color: #000;
}

a:hover {
  color: #004dff;
}


/* -- Headings -------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  color:  #000;
  line-height: 1.1;
  font-family:  'NHaasGroteskDSPro-65Md';
  font-weight: 400;
  text-transform: none;
}

h1,
.title.title_size_small h1,
.title h1 {
  color: #000;
  font-family:  'NHaasGroteskDSPro-25Th';
  font-size: 84px;
  line-height: 1;
}

h2 {
  font-family:  'NHaasGroteskDSPro-25Th';
  font-size: 62px;
}

h3,
h4 {
  font-family:  'NHaasGroteskDSPro-25Th';
  font-size: 48px;
}

h5 {
  font-size: 21px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

h6 {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

@media only screen and (min-width: 550px) and (max-width: 768px) {
  h1,
  .title.title_size_small h1,
  .title h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 36px;
  }

  h3,
  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 17px;
    letter-spacing: 0.04em;
  }

  h6 {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
}

@media only screen and (max-width: 549px) {
  h1,
  .title.title_size_small h1,
  .title h1 {
    font-family: 'NHaasGroteskDSPro-35XLt';
    font-size: 28px;
  }
  h2 {
    font-family: 'NHaasGroteskDSPro-35XLt';
    font-size: 24px;
  }

  h3,
  h4 {
    font-family: 'NHaasGroteskDSPro-35XLt';
    font-size: 20px;
  }

  h5 {
    font-size: 15px;
    letter-spacing: 0.04em;
  }

  h6 {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
}

/* -- Paragraphs ------------------------------------------------------------ */

p {
  margin: 0 0 1em;
}

/* -- Images ---------------------------------------------------------------- */

.vc_col-sm-6 .vc_single_image-wrapper img {
  margin: 0 0 15px;
}

/* -------------------------------------------------------------------------- */
/* -- Custom modules -------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.separator {
  margin: 50px 0 35px !important;
}

.section_inner_margin,
.parallax_section_inner_margin,
.tribe-events-single-event-title {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.container.bg-blue {
  background: #194dc7;
  color: #fff;
}

.container.bg-blue h5 {
  color: #fff;
}

.container_inner,
.boxed div.section .section_inner,
div.grid_section .section_inner,
.full_width .parallax_content,
.steps_holder_inner,
.carousel-inner .slider_content_outer,
nav.content_menu ul,
.container_inner nav.content_menu,
.footer_top_border.in_grid,
.footer_bottom_border.in_grid,
.title_border_in_grid_holder {
  max-width: 1000px;
  width: 90%;
}

.title_holder .container_inner {
  max-width: initial;
}

@media only screen and (max-width: 650px) {
  .container_inner,
  .boxed div.section .section_inner,
  div.grid_section .section_inner,
  .full_width .parallax_content,
  .steps_holder_inner,
  .carousel-inner .slider_content_outer,
  nav.content_menu ul,
  .container_inner nav.content_menu,
  .footer_top_border.in_grid,
  .footer_bottom_border.in_grid,
  .title_border_in_grid_holder {
    width: 80%;
  }
}

.blue-box {
  margin-top: 50px;
  margin-bottom: 50px;
}

.title,
.title_holder {
  padding: 100px 0 30px !important;
}

.title_subtitle_holder .subtitle {
  font-style: italic;
  margin: 20px 0;
}

.excerpt-outer {
  margin-bottom: 35px;
}

.portfolio_navigation {
  padding: 70px 0 70px;
}

.portfolio_navigation .arrow {
  padding: 44px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .portfolio_navigation .arrow {
    padding: 11px 0;
  }
  .portfolio_navigation .portfolio-navigation-title {
    display: none;
  }
}

.portfolio_navigation .arrow a {
  color: #00FF23;
  /* display: block; */
  font-family: bb9icons;
}


/* -- Fullscreen video background ------------------------------------------- */

#bgvid .bg-image,
#bgvid video {
  display: block;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  z-index: -100;
}

#bgvid .bg-image {
  background: url('../videos/bb9.gif') no-repeat;
  background-size: cover;
  display: none;
}

@media only screen and (max-width: 1000px) {
  #bgvid video {
    display: none;
  }

  #bgvid .bg-image {
    display: block;
  }
}


/* -- Custom modules -------------------------------------------------------- */

.dis-text {
  -moz-transition: filter 500ms linear, -moz-filter 500ms linear;
  -o-transition: filter 500ms linear, -o-filter 500ms linear;
  -webkit-transition: filter 500ms linear, -webkit-filter 500ms linear;
  transition: filter 500ms linear, -moz-filter 500ms linear, -o-filter 500ms linear, -webkit-filter 500ms linear;

  border: 0px solid #184DC8;
  color: #fcff00;
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  font-family: 'NHaasGroteskDSPro-65Md';
  font-size: 84px;
  letter-spacing: 0.5px;
  line-height: 85px;
  padding: 50px 0 0;
  text-align: center;
  text-shadow: 0px 1px 0px #777777;
}

@media only screen and (max-width: 1000px) {
  .dis-text {
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    -webkit-filter: none;
    filter: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .dis-text {
    font-size: 68px;
    line-height: 72px;
    padding: 40px 0;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  .dis-text {
    font-size: 44px;
    line-height: 46px;
    padding: 20px 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
  .dis-text {
    font-size: 34px;
    line-height: 36px;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .dis-text {
    font-size: 28px;
    line-height: 30px;
    padding: 20px 0;
  }
}

.dis-text:hover {
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.dis-text a,
.dis-text a:hover {
  border: 0px solid #184DC8;
  color: #fcff00;
  font-family: 'NHaasGroteskDSPro-65Md';
  font-size: 84px;
  letter-spacing: 0.5px;
  line-height: 85px;
  text-shadow: 0px 1px 0px #777777;
  text-decoration: underline;
}

.dis-text-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 100;
  margin: 0;
}

.bb9-module {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 0 50px;
}

.bb9-module h2,
.bb9-module h3 {
  color: #184DC8;
  margin: 80px 0 20px;
}

.bb9-module time {
  color: #184DC8;
}

.qbutton {
  background: #00FF23;
  border: 2px solid #00FF23;
  color: #004dff !important;
  font-family: 'NHaasGroteskDSPro-65Md';
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2.75px;
  margin: 40px;
  text-transform: uppercase;
}

.qbutton:hover {
  color: #fff !important;
  background: #004dff;
  border: 2px solid #004dff;
}

.qbutton:focus {
  color: #fff;
}

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


/* -- Artists --------------------------------------------------------------- */

.bb9-module-artist-front {
  text-align: center;
}

.bb9-module-artist-front a {
  color: #184DC8;
  font-family:  'NHaasGroteskDSPro-65Md';
  font-size: 21px;
  letter-spacing: 1.75px;
  line-height: 40px;
}

.bb9-module-artist-front .artist-country {
  font-family: 'NHaasGroteskDSPro-55Rg';
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 25px;
  text-transform: uppercase;
}

/* -- Events preview -------------------------------------------------------- */

.bb9-module-upcoming-events-entry {
  background: #004dff;
  background: rgba(24, 78, 200, 0.8);
  color: #fff;
  /* line-height: 25px; */
  line-height: 1.4;
}

.bb9-module-upcoming-events-entry a {
  color: #fff !important;
}

.bb9-module-upcoming-events-entry .qbutton {
  color: #184DC8 !important;
}

.bb9-module-upcoming-events-entry .qbutton:hover {
  color: #fff !important;
}

.bb9-module-upcoming-events-entry h2,
.bb9-module-upcoming-events-entry h3,
.bb9-module-upcoming-events-entry h5 {
  color: #fff;
}

.bb9-module-upcoming-events-entry h5 {
  margin: 0 0 5px 0;
}

.bb9-module-upcoming-events-entry hr {
  border: none;
  background: #4c78e3;
  display: block;
  height: 1px;
  margin: 30px 0;
}

.bb9-module-upcoming-events-entry p {
  margin: 0 0 15px;
}

.bb9-module-upcoming-events-entry time {
  color: #fff;
  display: block;
  margin: 0 0 10px;
}

.bb9-module-upcoming-events-entry .arrow {
  color: #00FF23 !important;
  display: block;
  font-family: 'bb9icons';
  font-size: 16px;
  margin: 28px 0 0;
}

.bb9-module-upcoming-events-entry .bb9-upcoming-events-entry-day {
  color: #fff;
  display: block;
  font-family:  'NHaasGroteskDSPro-35XLt';
  font-size: 36px;
  letter-spacing: 1.5px;
  line-height: 34px;
  padding: 34px 0 0;
}

.bb9-module-upcoming-events-entry .taglist {
  font-family: 'NHaasGroteskDSPro-55Rg';
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 25px;
  text-transform: uppercase;
}

.bb9-module-upcoming-events-entry .attachment-thumbnail {
  width: 95%;
}

/* .bb9-module-upcoming-events-entry .vc_btn3 { */
/*   background: #fff; */
/*   color: #184DC8; */
/* } */


/* -- Events preview single ------------------------------------------------- */

.bb9-module-upcoming-events-entry-single {
  color: #184DC8;
  padding: 225px 0 170px;
}

.bb9-module-upcoming-events-entry-single a,
.bb9-module-upcoming-events-entry-single a:hover {
  color: #184DC8 !important;
}

.bb9-module-upcoming-events-entry-single p,
.bb9-module-upcoming-events-entry-single h2 {
  font-family: 'NHaasGroteskDSPro-45Lt';
  font-size: 36px;
  letter-spacing: 1.75px;
  line-height: 45px;
  margin: 0 0 25px;
}

.bb9-module-upcoming-events-entry-single h3 {
  font-family: 'NHaasGroteskDSPro-35XLt';
  font-size: 84px;
  letter-spacing: 1.5px;
  line-height: 90px;
  margin: 0 0 15px;
}

.bb9-module-upcoming-events-entry-single .qbutton:hover {
  color: #fff !important;
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .bb9-module-upcoming-events-entry-single {
    padding: 50px 0;
  }

  .bb9-module-upcoming-events-entry-single p,
  .bb9-module-upcoming-events-entry-single h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .bb9-module-upcoming-events-entry-single h3 {
    font-size: 56px;
    line-height: 62px;
  }
}

@media only screen and (max-width: 320px) {
  .bb9-module-upcoming-events-entry-single {
    padding: 50px 0;
  }

  .bb9-module-upcoming-events-entry-single p,
  .bb9-module-upcoming-events-entry-single h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .bb9-module-upcoming-events-entry-single h3 {
    font-size: 56px;
    line-height: 62px;
  }
}


/* -- Video background ------------------------------------------------------ */

.bb9-module-video-background {
  background: transparent;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: center;
}

.bb9-module-video-background iframe,
.bb9-module-video-background video {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  z-index: -100;
}

@media only screen and (max-width: 1000px) {
  .bb9-module-video-background {
    background: #184DC8;
  }

  .bb9-artists .bb9-module-video-background {
    background: url('../videos/artists.jpg') no-repeat center center;
    background-size: cover;
  }

  .bb9-module-video-background iframe,
  .bb9-module-video-background video {
    display: none;
  }
}


/* -- News preview ---------------------------------------------------------- */

.bb9-news-button-col {
  text-align: center;
}


/* -- Stage ----------------------------------------------------------------- */

.q_slide_title {
}

.carousel-indicators {
  display: none !important;
}

.home .carousel-inner h2, .carousel-inner .q_slide_subtitle {
  font-family: 'NHaasGroteskDSPro-35Xlt';

}

.carousel-inner h2, .carousel-inner .q_slide_subtitle {
  font-weight: 400;
}

#qode-bb9-home .q_slide_subtitle,
#qode-bb9-home-de .q_slide_subtitle,
#qode-bb9-home .q_slide_subtitle span,
#qode-bb9-home-de .q_slide_subtitle span {
  color: #184DC8;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.2;
  text-shadow: none;
}

@media only screen and (max-width: 768px) {
  #qode-bb9-home .q_slide_subtitle,
  #qode-bb9-home-de .q_slide_subtitle,
  #qode-bb9-home .q_slide_subtitle span,
  #qode-bb9-home-de .q_slide_subtitle span {
    font-size: 20px;
  }
}

@media only screen and (max-height: 700px) {
  #qode-bb9-home .carousel-inner .slider_content,
  #qode-bb9-home-de .carousel-inner .slider_content {
    top: 15% !important;
  }
}

#qode-bb9-home .carousel-inner .slider_content .text .qbutton,
#qode-bb9-home-de .carousel-inner .slider_content .text .qbutton {
  background: #00FF23 !important;
  border: 2px solid #00FF23 !important;
  color: #004dff !important;
  margin: 60px 10px 0;
}

@media only screen and (max-width: 1000px) {
  #qode-bb9-home .carousel-inner .slider_content .text .qbutton,
  #qode-bb9-home-de .carousel-inner .slider_content .text .qbutton {
    margin: 5px;
  }
}

#qode-bb9-home .carousel-inner .slider_content .text .qbutton:hover,
#qode-bb9-home-de .carousel-inner .slider_content .text .qbutton:hover {
  background: #004DFF !important;
  border: 2px solid #004DFF !important;
  color: #fff !important;
}

@media only screen and (max-width: 1200px) {
  .carousel:not(.advanced_responsiveness) .carousel-inner h2 {
    line-height: 1 !important;
  }
}

.carousel:not(.advanced_responsiveness) .carousel-inner h2 span {
  font-size: 120px !important;
  line-height: 1 !important;
}

.carousel:not(.advanced_responsiveness) .carousel-inner .qbutton {
  font-size: 12px;
  font-weight: 400;
  height: 39px;
  letter-spacing: 2.75px;
  line-height: 39px;
  padding: 0px 14px;
}

@media only screen and (min-width: 1201px) {
  .carousel-inner h2 {
    margin: 10px 0 50px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .carousel:not(.advanced_responsiveness) .carousel-inner h2 span {
    font-size: 100px !important;
  }
}

@media only screen and (min-width: 321px) and (max-width: 600px) {
  .carousel:not(.advanced_responsiveness) .carousel-inner h2 span {
    font-size: 60px !important;
  }
}

@media only screen and (max-width: 320px) {
  .carousel:not(.advanced_responsiveness) .carousel-inner h2 span {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .carousel:not(.advanced_responsiveness) .carousel-inner {
    position: fixed;
  }
}


/* -- Misc ------------------------------------------------------------------ */

.blog_holder {
  /* margin-top: 50px; */
  margin-top: 1em;
}


/* -- Parallax section ------------------------------------------------------ */

.parallax_section_holder {
  background-size: cover;
}


/* -- DIS lazyload section -------------------------------------------------- */

.bb9-module-dis {
  /* background: rgba(24, 78, 200, 0.8); */
  background: rgba(255, 255, 255, 0.7);
  /* background: url('../../../uploads/2015/12/307.jpg'); */
  padding: 0;
  position: relative;
}

.bb9-module-dis .parallax_section_holder {
  /* animation-duration: 2s; */
  /* animation-name: grow; */
  height: 0;
  transition: height 2s;
}

.bb9-module-dis .qbutton {
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  /* bottom: 30px; */
  left: 50%;
  margin: 30px 0;
  /* position: absolute; */
  /* top: initial; */
}


/* -- Pie chart ------------------------------------------------------------- */

.bb9-piechart {
  /* background: #184DC8; */
  padding: 40px 0 0 0;
}

.bb9-piechart .tocounter {
  position: relative;
  top: 37%;
  z-index: 100;
}

.bb9-piechart .bb9-pie-title {
  position: relative;
  top: 29%;
}

.bb9-pie-title {
  font-size: 16px;
  /* text-transform: uppercase; */
}


/* -- Artists --------------------------------------------------------------- */

.bb9-artists .bb9-module-video-background {
  /* background: rgba(24, 78, 200, 0.8); */
  color: #fff;
  padding: 80px 0;
}

.bb9-artists .bb9-module-video-background h2 {
  color: #fff;
  margin: 0 0 20px;
}

.bb9-artists .bb9-module-video-background h2,
.bb9-artists .bb9-module-video-background p {
  max-width: 600px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 600px) {
  .bb9-artists .bb9-module-video-background h2,
  .bb9-artists .bb9-module-video-background p {
    max-width: 420px;
  }
}

@media only screen and (max-width: 480px) {
  .bb9-artists .bb9-module-video-background h2,
  .bb9-artists .bb9-module-video-background p {
    max-width: 300px;
  }
}

.bb9-artists .bb9-module-video-background .wpb_column {
  margin: 0 0 50px;
}


/* -- Special page ---------------------------------------------------------- */

.special-container h1 a:hover,
.special-container h2 a:hover,
.special-container p a:hover {
  color: #fff;
}

.special-container h1,
.special-container h2 {
  color: #fff;
  margin: 0 0 20px;
  text-shadow: -1px 1px 2px #333;
}

.special-container p {
  color: #fff;
  /* color: #184DC8; */
  text-shadow: -1px 1px 2px #333;
}

.special-container .qbutton {
  background: #004dff !important;
  border: 2px solid #004dff;
  color: #fff !important;
  margin: 40px 0 0;
}

.special-container .qbutton:hover {
  background: #00ff23 !important;
  border: 2px solid #00ff23;
  color: #004dff !important;
}

.special-container .parallax_content {
  background-color: rgba(0,0,0,0.25);
  height: 100%;
  max-width: initial;
  padding: 300px 0;
  width: 100%;
}

.special-container .parallax_section_inner_margin {
  margin-left: 15px !important;
  margin-right: 15px !important;
}


/* -- Featured news --------------------------------------------------------- */

.featured-news {
  color: #fff;
}

/* .featured-news p, */
/* .featured-news time { */
/*   font-family: NHaasGroteskDSPro-45Lt; */
/*   font-size: 21px; */
/*   letter-spacing: 0.75px; */
/*   line-height: 35px; */
/* } */

/* .featured-news h2 { */
/*   font-family: 'NHaasGroteskDSPro-25Th'; */
/*   font-size: 84px; */
/*   letter-spacing: 2px; */
/*   line-height: 90px; */
/* } */

.featured-news time {
  display: block;
  margin: 0 0 10px;
}

.featured-news .qbutton {
  margin: 0;
}


/* -- Artists overview ------------------------------------------------------ */

.bb9-artists-list h2 {
  color: #184DC8;
  margin: 0 0 10px;
}

.bb9-artists-list ul {
  margin: 0 0 20px;
}


/* -- Keyframes ------------------------------------------------------------- */

@keyframes grow {
  0% {
    height: 0px;
  }
  100% {
    height: 1080px;
  }
}


/* -- Navigation Prev / Next ------------------------------------------------ */

.portfolio_navigation .portfolio_button a {
  display: none;
}

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

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

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

.portfolio_navigation .wpb_wrapper p:nth-of-type(1) {
  font-family: 'NHaasGroteskDSPro-65Md';
  font-size: 12px;
  color: #184DC8;
  letter-spacing: 2.75px;
  line-height: 14px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.portfolio_navigation .wpb_wrapper p:nth-of-type(2) {
  font-family: 'NHaasGroteskDSPro-65Md';
  font-size: 22px;
  color: #000000;
  letter-spacing: 0.25px;
  line-height: 30px;
  margin-bottom: 10px;
}

.portfolio_navigation .wpb_wrapper .portfolio_button {
  margin-top: 36px;
}

.portfolio_navigation .wpb_wrapper p:nth-of-type(3) {
  font-family: 'NHaasGroteskDSPro-45Lt';
  font-size: 21px;
  color: #303030;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin-bottom: 15px;
}


/* -- Social icons ---------------------------------------------------------- */


.bb9-social-icons {
  margin: 100px 0 !important;
}

.bb9-social-icons .fa-stack {
  background: #fff;
  border: 2px solid #184DC8;
  color: #184DC8;
  font-size: 38px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}

.bb9-social-icons .fa-stack span {
  color: #184DC8;
}

.bb9-social-icons .q_social_icon_holder.circle_social .fa-stack:hover {
  background: #184DC8;
  color: #fff;
}

.bb9-social-icons .q_social_icon_holder {
  margin: 0 11px;
}

@media only screen and (max-width: 500px) {
  .bb9-social-icons .fa-stack {
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }

  .bb9-social-icons .q_social_icon_holder {
    margin: 0 1px;
  }
}

/* -- Program --------------------------------------------------------------- */

.tribe-events-ical {
  display: none;
}

.tribe-events-list-separator-month {
  display: block;
  font-family:  'NHaasGroteskDSPro-45Lt';
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 45px;
  margin: 35px 0 0;
}

.type-tribe_events a:hover {
  color: #000;
}

.vcalendar hr {
  border: none;
  background: #d9d9d9;
  display: block;
  height: 1px;
  margin: 15px 0 35px;
}

.type-tribe_events p.bb9-event-location {
  color: #184DC8;
}

p.bb9-event-location {
  margin: 0 0 20px;
}

p.bb9-event-location img {
  margin: 0 10px 0 0;
}

.type-tribe_events h5 {
  margin: 0 0 5px;
}

.type-tribe_events p:last-of-type {
  margin: 0 0 35px;
}

.type-tribe_events time {
  color: #184DC8;
  display: block;
  margin: 0 0 10px;
}

.type-tribe_events .arrow {
  color: #00FF23;
  display: block;
  font-family: 'bb9icons';
  font-size: 16px;
  margin: 28px 0 0;
}

.bb9-event-cal {
  background: url('../img/cal.png') no-repeat center;
  margin: 0;
  height: 51px;
  width: 50px;
}

@media only screen and (max-width: 768px) {
  .bb9-event-cal {
    margin: 0 0 20px;
  }
}

.bb9-event-day {
  display: block;
  font-family:  'NHaasGroteskDSPro-35XLt';
  font-size: 36px;
  letter-spacing: 1.5px;
  line-height: 34px;
  padding: 6px;
}

.type-tribe_events .bb9-event-day {
  color: #fff;
}


/* -- Event Filter ---------------------------------------------------------- */

.tribe-bar-date-filter ,
.tribe-bar-search-filter ,
.tribe-bar-submit {
  display: inline-block;
}

.tribe-bar-geoloc-filter {
  display: none;
}


#tribe-events-bar {
  padding: 50px 0 0 0;
}

.tribe-bar-submit {
  margin: 0;
}

.tribe-bar-collapse-toggle-full-width{
  display: none;
}

.tribe-bar-filters {
  /* color: #184DC8; */
  /* font-family: 'NHaasGroteskDSPro-65Md'; */
  /* font-size: 12px; */
  /* letter-spacing: 2.75px; */
  /* line-height: 14px; */
  /* text-transform: uppercase; */
}

.tribe-bar-filters label {
  vertical-align: middle;
}

.form-control.venue,
.tribe-bar-filters input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("../img/arrowdown.png") right 10px center no-repeat;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #999999;
  font-family: 'NHaasGroteskDSPro-65Md';
  font-size: 12px;
  letter-spacing: 2.75px;
  line-height: 14px;
  margin: 0 20px 0 10px;
  padding: 10px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 180px;
}

.tribe-bar-submit input {
  background: #00FF23;
  border: 2px solid #00FF23;
  border-radius: 5px;
  color: #004dff !important;
  font-family: 'NHaasGroteskDSPro-65Md';
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2.75px;
  margin: 0;
  padding: 10px 23px;
  text-transform: uppercase;
  vertical-align: middle;
  width: initial;
}

.events-archive .title_holder {
  /* background: url('../../../uploads/2015/12/044.jpg'); */
}

@media only screen and (max-width: 1000px) {
  .tribe-bar-submit {
    margin: 0;
  }

  .tribe-bar-date-filter,
  .tribe-bar-search-filter,
  .tribe-bar-submit {
    display: block;
    margin: 0 0 10px;
  }

  .tribe-bar-geoloc-filter {
    display: none;
  }

  .tribe-bar-filters label {
    display: block;
  }

  .tribe-bar-filters input {
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    width: 100%;
  }


  .tribe-bar-submit .tribe-events-button {
    border: 1px solid #00ff23;
    margin: 20px 0;
  }
}


/* -- Guided Tours ---------------------------------------------------------- */

.bb9-guided-tours {
  padding: 200px 0;
}

.bb9-guided-tours .full_section_inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
}

.bb9-guided-tours .qbutton {
  margin: 40px 0;
}


/* -- Visit ----------------------------------------------------------------- */

@media only screen and (max-width: 1000px) {
  .page-id-15450 .price-table-1,
  .page-id-16477 .price-table-1 {
    margin: 0 0 50px;
  }
}

.page-id-15450 h4,
.page-id-16477 h4 {
  margin: 0 0 10px;
}

.page-id-15450 h2,
.page-id-16477 h2,
.page-id-15450 p,
.page-id-16477 p {
  margin: 0 0 20px;
}

.page-id-15450 a,
.page-id-16477 a,
.page-id-15450 a:hover,
.page-id-16477 a:hover {
  color: #184DC8;
}

.page-id-15450 footer a,
.page-id-16477 footer a,
.page-id-15450 footer a:hover,
.page-id-16477 footer a:hover {
  color: #fff;
}

.bb9-visit-admissions .price_table_inner {
  background: #184DC8;
  color: #fff;
}

.bb9-visit-admissions .q_price_table .price_button .qbutton {
  background: #00FF23;
}

.bb9-visit-admissions .q_price_table .price_button .qbutton:hover {
  background: #184DC8;
}

.bb9-visit-guided .price_table_inner {
  background: #00FF23;
  color: #184DC8;
}

.bb9-visit-guided .price_table_inner ul li.table_title .title_content {
  color: #184DC8;
}

.bb9-visit-guided .q_price_table .price_button .qbutton {
  background: #184DC8;
  color: #fff !important;
}

.bb9-visit-guided .q_price_table .price_button .qbutton:hover {
  background: #00FF23;
  color: #184DC8 !important;
}

.price_in_table .mark,
.price_in_table .value {
  display: none;
}

.q_price_table .price_button .qbutton {
  border: none;
}

.qode_pricing_list {
  margin: 20px 0 !important;
}

.qode_pricing_list p {
  margin: 0;
  vertical-align: middle;
}

.qode_pricing_list .qode_pricing_item_price_inner span {
  line-height: 35px !important;
}

.qode_pricing_list .qode_pricing_list_item {
  padding: 10px 0;
  /* margin: 10px 0; */
}

.qode_pricing_list .qode_pricing_item_price_inner span {
  color: #184DC8;
  font-family: 'NHaasGroteskDSPro-45Lt';
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0.75px;
  line-height: 35px;
}

.price_table_inner ul li.table_title .title_content {
  font-family:  'NHaasGroteskDSPro-65Md';
  font-weight: 400;
}

.qode_pricing_item_text {
  vertical-align: middle;
}

h4.qode_pricing_item_title {
  margin: 0;
  margin-bottom: 0 !important;
}


@media only screen and (min-width: 321px) and (max-width: 768px) {
  .qode_pricing_list .qode_pricing_item_price_inner span {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 320px) {
  .qode_pricing_list .qode_pricing_item_price_inner span {
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 20px;
  }
}

.visit-container h1,
.visit-container h2 {
  color: #fff;
  margin: 0 0 20px;
}

.visit-container .qbutton {
  margin: 40px 0;
}

.visit-container .parallax_content {
  margin: 0 auto;
  max-width: 700px;
  padding: 200px 0;
}

.visit-container {
  color: #fff;
}

.visit-container.light h1,
.visit-container.light h2,
.visit-container.light {
  color: #184DC8;
}


/* -- 404 ----------------------------------------------------------------- */

.error404 a,
.error404 a:hover {
  color: #184DC8;
}

.error404 .title_holder {
  padding: 100px 0 0 0 !important;
}

.content.content_top_margin {
  margin-top: 0 !important;
}

/* -- Single views -------------------------------------------------------- */

.post_image {
  position: relative;
}

.post_image .post_image_caption {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px;
  position: absolute;
}

/* -- Essay --------------------------------------------------------------- */

.text-block {
  margin: 0 auto;
  max-width: 700px;
}

/* -- Quote --------------------------------------------------------------- */

blockquote {
  text-align: center;
}

blockquote h3 {
  background-image: linear-gradient(#000 50%, #000 50%);
  background-position: 0 1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  display: inline;
  font-family:  'NHaasGroteskDSPro-65Md';
  text-decoration: none;
}

