/*
Theme Name: Boo Child
Theme URI: http://boo.themerella.com/
Author: ThemeRella Team
Author URI: https://themeforest.net/user/themerella
Template:  boo
Description: Versatile, Powerful and Ultimate Wordpress Theme Made by Themerella. Boo is endlessly customizable, fully responsive and retina ready Wordpress theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: boo
Tags: featured-images, two-columns, custom-header, custom-menu, flexible-header, full-width-template, post-formats, theme-options
*/

/* GLOBAL */
.overflow_fix {
  overflow: visible !important;
  margin-top: -36px !important;
  height: 0;
}

#content {
  padding-top: 0;
}

html {
  scroll-behavior: smooth;
}

.vc_column-inner {
  margin-bottom: -1px;
}

.max_wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto !important;
}

@font-face {
  font-family: Polaris;
  src: url("/wp-content/themes/boo-child/fonts/Polaris_V2_Book.otf");
  font-weight: normal;
  font-style: normal !important;
}

@font-face {
  font-family: Polaris-medium;
  src: url("/wp-content/themes/boo-child/fonts/Polaris_V2_Medium.otf");
  font-weight: 500;
  font-style: normal !important;

}

@font-face {
  font-family: Polaris-bold;
  src: url("/wp-content/themes/boo-child/fonts/Polaris_V2_Bold.otf");
  font-weight: 600;
  font-style: normal;
}


h1 {
  font-family: rhode-extended, sans-serif !important;
  font-size: 65px;
  font-weight: 500;
  line-height: 75px;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  font-family: rhode-extended, sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 42px;
  line-height: 44px;
  color: #1D1463;

  padding-top: 0;
  margin-top: 0;
}

h3 {
  font-family: "Polaris-medium", sans-serif;
  font-size: 55px;
  line-height: 55px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0;
}

h4 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Polaris-medium", sans-serif;
  margin-top: 0px;
  margin-bottom: 0;
}

h5 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Polaris-medium", sans-serif;
  margin-top: 0px;
  margin-bottom: 0;
  letter-spacing: .1em;
}

p {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "Polaris-medium", sans-serif;
}

strong {
  font-family: "Polaris-bold", sans-serif;
}

i {
  font-size: inherit !important;
}

p a {
  overflow-wrap: break-word;
}

a {
  transition: 0.3s all ease-in-out
}

p a:hover,
ul a:hover,
p a.purple_link:hover {
  color: #1d1463;
}

p a.purple_link {
  color: #b41d8d;
}


p a.dark_link:hover {
  color: #fff;
}



.ct-font-large {
  font-family: rhode-extended, sans-serif !important;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px !important;
}



li {
  font-family: "Polaris-medium", sans-serif !important;
}

ul {
  font-family: "Polaris-medium", sans-serif !important;
}

/* GRADIENTS */

.gradient_odd {
  background-image: linear-gradient(to right, #1b1463, #13bcb6);
  font-family: rhode-extended, sans-serif;
}

.gradient_even {
  background-image: linear-gradient(to right, #13bcb6, #1b1463);
  font-family: rhode-extended, sans-serif;
}

.gradient_odd_green {
  background-image: linear-gradient(to right, #007a79, #13bcb6);
}

.gradient_even_green {
  background-image: linear-gradient(to right, #13bcb6, #007a79);
}

.gradient_odd_blue {
  background-image: linear-gradient(to right, #00a0e0, #1d1463);
}

.gradient_even_blue {
  background-image: linear-gradient(to right, #1d1463, #00a0e0);
}

.gradient_odd_purple {
  font-family: rhode-extended, sans-serif;
  background-image: linear-gradient(to right, #b41d8d, #1d1463);
}

.gradient_even_purple {
  font-family: rhode-extended, sans-serif;
  background-image: linear-gradient(to right, #1d1463, #b41d8d);
}

.gradient-pink-purple {
  background-image: -webkit-gradient(linear, left top, right top, from(#b41d8d), to(#1d1463));
  background-image: -webkit-linear-gradient(left, #b41d8d, #1d1463);
  background-image: -o-linear-gradient(left, #b41d8d, #1d1463);
  background-image: linear-gradient(90deg, #b41d8d, #1d1463);
}

.gradient-purple-pink {
  background-image: -webkit-gradient(linear, left top, right top, from(#1d1463), to(#b41d8d));
  background-image: -webkit-linear-gradient(left, #1d1463, #b41d8d);
  background-image: -o-linear-gradient(left, #1d1463, #b41d8d);
  background-image: linear-gradient(90deg, #1d1463, #b41d8d);
}

.gradient-purple-green {
  background-image: -webkit-gradient(linear, left top, right top, from(#1d1463), to(#13bcb6));
  background-image: -webkit-linear-gradient(left, #1d1463, #13bcb6);
  background-image: -o-linear-gradient(left, #1d1463, #13bcb6);
  background-image: linear-gradient(90deg, #1d1463, #13bcb6);
}

.gradient-green-purple {
  background-image: -webkit-gradient(linear, left top, right top, from(#13bcb6), to(#1d1463));
  background-image: -webkit-linear-gradient(left, #13bcb6, #1d1463);
  background-image: -o-linear-gradient(left, #13bcb6, #1d1463);
  background-image: linear-gradient(90deg, #13bcb6, #1d1463);
}

.gradient-purple-blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#1d1463), to(#00a0e0));
  background-image: -webkit-linear-gradient(left, #1d1463, #00a0e0);
  background-image: -o-linear-gradient(left, #1d1463, #00a0e0);
  background-image: linear-gradient(90deg, #1d1463, #00a0e0);
}

.gradient-blue-purple {
  background-image: -webkit-gradient(linear, left top, right top, from(#00a0e0), to(#1d1463));
  background-image: -webkit-linear-gradient(left, #00a0e0, #1d1463);
  background-image: -o-linear-gradient(left, #00a0e0, #1d1463);
  background-image: linear-gradient(90deg, #00a0e0, #1d1463);
}

.gradient-dark-green-green {
  background-image: -webkit-gradient(linear, left top, right top, from(#007a79), to(#13bcb6));
  background-image: -webkit-linear-gradient(left, #007a79, #13bcb6);
  background-image: -o-linear-gradient(left, #007a79, #13bcb6);
  background-image: linear-gradient(90deg, #007a79, #13bcb6);
}

.gradient-green-dark-green {
  background-image: -webkit-gradient(linear, left top, right top, from(#13bcb6), to(#007a79));
  background-image: -webkit-linear-gradient(left, #13bcb6, #007a79);
  background-image: -o-linear-gradient(left, #13bcb6, #007a79);
  background-image: linear-gradient(90deg, #13bcb6, #007a79);
}

li {
  line-height: 35px;
}

ol,
ul {
  margin-bottom: 20px;
}

/* GLOBAL PAGE STYLES */
#page_title,
.visit-title-left {
  margin: 0 auto;
  position: absolute;

  /* positioning*/
  top: -88px;
  z-index: 999;
}

#page_title.three_line_title {
  top: -176px !important;
}

#page_title h2,
#page_title span,
.visit-title-left h2,
.visit-title-left span {
  text-transform: uppercase;
  float: left;
  clear: both;
  display: inline-block;
  font-style: normal;
  color: #fff;
  margin: 0;
  padding: 13px;
  font-size: 60px;
  line-height: 62px;
}


.gradient_title {
  height: auto;
  width: 100%;
  padding: 0 0 25px 0;
  margin: 0;
  float: left;
  z-index: 9999;
  position: relative;
  outline: none;
  border: none;
}

.gradient_title h2 {
  float: left;
  clear: both;
  display: inline-block;
  margin: auto;
  font-style: normal;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
}

.gradient_title-full {
  height: auto;
  width: 100%;
  padding: 0 0 25px 0;
  margin: 0;
  float: left;
}

.gradient_title-full h1 span {
  margin: auto;
  font-style: normal;
  font-size: 90px;
  color: #fff;
  padding: 17px 15px 17px 0;
  text-transform: uppercase;
  text-align: right;
}

/*generic blue gradient, overwitten per page*/
.gradient_odd {
  background-image: linear-gradient(to right, #00a0e0, #1d1463);
}

.gradient_even {
  background-image: linear-gradient(to right, #1d1463, #00a0e0);
}


.line_left {
  padding-left: 30px;
  padding-right: 30px;
}

.line_left p {
  padding-left: 30px;
  font-size: 21px;
}

.line_left.blue {
  border-left: 3px solid #00a0e0;
}

.line_left.blue p {
  border: none !important;
}

.ed_box .vc_column-inner {
  border: 1px #fff solid;
}

.ed_box .vc_column-inner>.wpb_wrapper {
  border-left: 3px solid #13bcb6;
  padding-left: 25px;
  height: 100%;
}

/* blog post */
.blog-single-alt .post-contents>header .entry-title {
  margin-top: -345px;
}

@media(max-width:1199px) {
  .blog-single-alt .post-contents>header .entry-title {
    margin-top: -205px;
  }
}

.blog-single-alt .post-contents .post-image:after {
  background: none !important;
}

/* @media(max-width:768px){
	.blog-single-alt .post-contents>header .entry-title{
    	margin-top: -205px;
	}
} */
/* end blog post */
/* Presented By Logos*/
.presented_logo_row {
  letter-spacing: 0.11em;
}

.presented_logo .icon-container {
  width: 97px;
  height: 97px;

}

.presented_logo .icon-container {
  border: 1px solid #ccc;
}

.presented_logo .icon-container img {
  /* 	display: inline-block;  */
  /* 	height: 100%; */
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-box-inline {
  align-items: center !important;
}


/*   TOGGLE   */
.vc_toggle_title,
.vc_toggle_content {
  padding-left: 0 !important;
}

.vc_toggle_title {
  padding-bottom: 25px !important;
  padding-right: 87px !important;
}

.vc_toggle_title>h4 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.125em;
  font-weight: bold;
}

.vc_toggle_content {
  padding: 25px 0%;
  margin: 0 auto;
  max-width: 720px;
}

.vc_toggle_icon {
  top: 14px !important;
  right: 0 !important;
  left: auto !important;
}

.quote_block {
  border: none;
}


.main-header {
  flex-direction: inherit;
}



/* BUTTONS */
.btn {
  border: none !important;
}

.btn-linear {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none !important;
}

.btn.border-thin span {
  padding: 15px 14px;
  font-family: "Polaris-medium", sans-serif !important;
  letter-spacing: 5px;
  font-weight: 700;
}

.btn.btn-naked span {
  padding: 15px 0px !important;
  font-family: "Polaris-medium", sans-serif !important;
  letter-spacing: 5px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.btn.border-none {
  padding: 0px 40px;
  font-family: "Polaris-medium", sans-serif !important;
  letter-spacing: 5px;
  font-weight: 700;
}

.text_btn.btn.btn-naked span {
  text-transform: uppercase !important;
  font-size: 16px !important;
  line-height: 16px !important;
  letter-spacing: 0.125em !important;
  font-weight: bold !important;
}


/* TRIBE */
.tribe-events-tooltip h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.tribe-events-single-event-description.tribe-events-content ul li {
  text-transform: none;
  color: #000;
  padding: 15px 0;
}


.ct-exhibit-btn {
  padding: 15px 45px;
  background-color: #00A0E0;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.ct-exhibit-btn:hover {
  padding: 15px 45px;
  background-color: #033E87;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.tribe-events-prev-slide::after,
.tribe-events-next-slide::after {
  transition: 0.3s all ease-in-out;
}

.home_tabs .tribe-events-prev-slide:hover::after,
.home_tabs .tribe-events-next-slide:hover::after {
  background-color: #1d1463;
}

.tribe-events-prev-slide:hover::after,
.tribe-events-next-slide:hover::after {
  background-color: #b41d8d;
}

#tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter {
  width: 22%;
}

#tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter {
  width: 20%;
}

#tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter {
  width: 22%;
}

#tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit {
  width: 22%;
}

#tribe-bar-filters .tribe-bar-filters-inner .wilderness-category-select {
  padding: 7px 15px 15px 0;
  height: 65px;
}

/* #tribe-bar-filters .tribe-bar-filters-inner .wilderness-category-select .category-dropdown */

#tribe-bar-filters .tribe-bar-filters-inner .wilderness-category-select .category-dropdown {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right .5em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

#tribe-bar-filters .tribe-bar-filters-inner .wilderness-category-select .category-dropdown::-ms-expand {
  display: none;
}

#tribe-bar-filters .tribe-bar-filters-inner .wilderness-category-select .category-dropdown:hover {
  border-color: #888;
}

#tribe-bar-filters .tribe-bar-filters-inner .wilderness-category-select .category-dropdown:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

#tribe-bar-filters .tribe-bar-filters-inner .wilderness-category-select .category-dropdown option {
  font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] #tribe-bar-filters .tribe-bar-filters-inner .wilderness-category-select .category-dropdown,
:root:lang(ar) #tribe-bar-filters .tribe-bar-filters-inner .wilderness-category-select .category-dropdown,
:root:lang(iw) #tribe-bar-filters .tribe-bar-filters-inner .wilderness-category-select .category-dropdown {
  background-position: left .5em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
#tribe-bar-filters .tribe-bar-filters-inner .wilderness-category-select .category-dropdown:disabled,
#tribe-bar-filters .tribe-bar-filters-inner .wilderness-category-select .category-dropdown[aria-disabled=true] {
  color: graytext;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

#tribe-bar-filters .tribe-bar-filters-inner .wilderness-category-select .category-dropdown:disabled:hover,
#tribe-bar-filters .tribe-bar-filters-inner .wilderness-category-select .category-dropdown[aria-disabled=true] {
  border-color: #aaa;
}

/* QUOTE */
.quote_block {
  position: relative;
  /*z-index: 9999;*/
  /*     border-left: 3px solid #ebebeb; */
  border-left: none !important;
}

.quote_block.media,
.quote_block .media-body {
  overflow: visible;
}

.quote_block p {
  font-family: rhode, sans-serif;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 7px;
  color: #000;
  /*text-align: justify;*/
  text-align: left;
  padding: 0 0 0 40px;
  border-left: 4px solid #ad1d8b;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 50px;
}

.quote_block p::before {
  content: '\201C';
  position: absolute;
  z-index: 9999;
  left: -64px;
  top: 0;
  color: #1d1463;
  font-family: rhode, sans-serif;
  font-size: 140px;
}

.quote_block .testimonial-details {
  text-align: left;
  padding: 0 0 0 45px;
  /*font-family: GalaxiePolaris;
        */
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 2px;
  text-align: left;
  padding-top: 25px;
}

.quote_block .testimonial-details a {
  color: #1d1463;
}

.quote_block .testimonial-details a::before {
  content: '–';
}

.quote_block.testimonial-minimal-square .testimonial-details:before {
  background: transparent;
  display: none;
  width: 0;
}




.extra_info {
  width: 55%;
  line-height: 28px;
  letter-spacing: .050em;
}



/* Presented By Logos*/
.presented_logo_row {
  letter-spacing: 0.11em;
}

.presented_logo .icon-container {
  width: 97px;
  height: 97px;

}



/* HEADER AND NAV */
.fa.fa-ticket:before {
  padding: 5px 0px 0px 0px;
}

.op-is-open-shortcode {
  top: -13px;
  position: relative;
}


.main-bar.solid {
  height: 69px !important;
}

.header-donate {
  height: 68px !important;
  line-height: 68px !important;
}

.header-blue-boxes-shop {
  height: 68px !important;
}

.header-blue-boxes-ticket {
  height: 68px !important;
}

.header-blue-boxes {
  width: 68px !important;
  height: 68px !important;
}


.gradient-pink-purple.header-donate span {
  font-family: "Polaris-medium", sans-serif;
}


.menu_icon.vc_icon_element .vc_icon_element-inner {
  padding: 6px;
  transition: 0.25s all ease-in-out;
}

.menu_icon.vc_icon_element .vc_icon_element-inner:hover {
  background-color: #00a0e0 !important;
}


.entry-content {
  margin-top: -1px;
}




/* HEADER AND NAV */
.main-bar.solid {
  height: 69px !important;
}

.header-donate {
  height: 68px !important;
  line-height: 68px !important;
}

.header-blue-boxes-shop {
  height: 68px !important;
}

.header-blue-boxes-ticket {
  height: 68px !important;
}

.header-blue-boxes {
  width: 68px !important;
  height: 68px !important;
}


.gradient-pink-purple.header-donate span {
  font-family: "Polaris-medium", sans-serif;
}


.menu_icon.vc_icon_element .vc_icon_element-inner {
  padding: 6px;
  transition: 0.25s all ease-in-out;
}

.menu_icon.vc_icon_element .vc_icon_element-inner:hover {
  background-color: #00a0e0 !important;
}


.entry-content {
  margin-top: -1px;
}




/* Header END */
.main-bar.solid>.vc_row {
  padding: 0 0 0 50px !important
}

.module-nav-trigger.dark .bars span {
  background-color: #fff;
}

.header-buttons {
  top: -8px;
  right: 101px;
  position: absolute;
  text-align: right;
  max-width: 500px;
  color: #fff;
}

.header-buttons .header-module {
  padding: 0;
}

.header-left-text {
  /* 	top: 18px !important; */
  left: 213px;
  position: absolute;
  text-align: left;
  max-width: 500px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  line-height: 19px;

  height: 69px;
  padding: 18px 15px 15px 5px;
}

@media screen and (max-width: 1200px) {
  .container-fluid .header-module {
    font-size: 70%;
    line-height: 12px;
  }

  .header-left-text {
    padding: 30px 15px 15px 0;
  }

  .mobile-modules-container {}

  body:not(.mobile-header-overlay) .main-header.clone .mobile-modules-container {
    position: absolute;
    bottom: 5%;
  }

  .mobile-header-container {
    padding: 30px;
  }


}

@media(max-width:414px) {
  body:not(.mobile-header-overlay) .main-header.clone .mobile-modules-container {
    position: absolute;
    bottom: -50px;
  }
}

@media screen and (max-width: 992px) {
  #mobile-nav {
    margin: 70px 0;
  }
}

.header-left-text .header-module {
  padding-right: 0;
  padding-left: 30px;
}


.header-left-text .header-module .op-open {
  color: black;
}

.header-right-box {
  display: inline-block;
}


/* boxes button */
/* :not(.container-is-showing) */
.module-nav-trigger.style4 .module-trigger {
  width: 103px;
  padding-left: 0;
  padding-right: 0;
  height: 70px;
}

.module-nav-trigger.style4 {
  width: 103px;
  text-align: center;
}

.module-nav-trigger.style4 .bars {
  transition: 0.3s all ease-in-out;
}

.module-nav-trigger.style4 .bars::before {
  content: "\f00a";
  font-family: 'FontAwesome';
  font-size: 32px;
  transition: 0.3s all ease-in-out;
}

.module-nav-trigger:hover {
  background-color: #fff;
}

.module-nav-trigger.style4:hover .bars::before {
  color: #000;
}

/* end */


.module-nav-trigger {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all ease-in-out;
}

.module-nav-trigger .bars span {
  display: none;
}

.module-nav-trigger:hover {
  background-color: #fff;
}

.module-fullheight-side.wide .module-nav-trigger {
  background: none;
}

.module-fullheight-side.wide .module-nav-trigger.style4 .module-trigger {
  height: 100%;
  padding: 17px 0;
  line-height: normal;
  width: 25px;
}


.module-fullheight-side.wide .module-nav-trigger .module-trigger .bars {
  position: absolute;
  top: 0;
  left: auto;
  width: auto;
  transform: none;
}

.module-fullheight-side.wide .module-nav-trigger.style4 .bars span {
  display: none !important;
}

.module-fullheight-side.wide .module-nav-trigger.style4 .bars::before {
  content: '\f00d';
  top: 10px;
  left: -4px;
  position: absolute;
}

.module-fullheight-side.wide .module-nav-trigger.style4:hover .bars::before {
  color: #fff;
}

.module-fullheight-side.wide .module-nav-trigger .bars span {
  display: inline-block;
}

.module-fullheight-side.wide .module-nav-trigger:hover {
  background: none;
}

.module-fullheight-side.wide .module-nav-trigger.style4 .bars:hover {
  background: none;
}


/**/
.module-fullheight-side.wide {
  width: 50vw;
}

.module-fullheight-side.wide .module-nav-trigger {
  width: 50px;
  height: 50px;
  top: 25px;
  right: 25px;
  border-left: none;
  background: black;
}

.module-fullheight-side.wide .module-nav-trigger:hover {
  background-color: #00a0e0;
}

.module-fullheight-side .module-inner+.module-nav-trigger.module-container-is-showing .bars span {
  background: #fff;
}

.module-fullheight-side.wide .module-nav-trigger.style4 .bars {
  margin-left: 5px;
}

.module-fullheight-side.wide .module-inner {
  padding-right: 25px;
}

#main_menu {
  margin: 50px 0;
}

#main_menu li.menu-item {
  font-size: 22px;
  font-family: rhode-extended, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  padding: 5px 0;
  margin: 0 0 20px;
  position: relative;
  display: block;
}

#main_menu li.menu-item>a {
  border-bottom: 3px solid black;
  color: #000;
}

#main_menu ul.sub-menu li a {
  font-size: 18px;
  color: #fff !important;
  text-transform: initial;
  font-family: "Polaris-medium", sans-serif;
  padding: 5px 0;
  border-bottom: none;
}

#main_menu ul.sub-menu li a:hover {
  text-decoration: underline;
}

#main_menu .menu-item-has-children i {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 9px;
  margin-left: 10px;
  background: linear-gradient(90deg, #1d1463, #00a0e0);
  padding: 3px 5px;
  border: none;
  cursor: pointer;
}

#main_menu .menu-item-has-children:nth-child(3) i {
  background: linear-gradient(to right, #13bcb6, #007a79);
}

#main_menu .menu-item-has-children:nth-child(5) i {
  background: linear-gradient(to right, #b41d8d, #5d1e79);
}

#main_menu .menu-item-has-children .fa-plus {
  transform: translate(0, 0);
  transition: all 0.25s ease-in-out;
}

#main_menu .menu-item-has-children .fa-minus {
  transform: translate(50%, 0);
  transition: all 0.25s ease-in-out;
}

#main_menu .menu-item-has-children .sub-menu i {
  background: none;
  font-size: 20px;
  top: 7px;
}

#main_menu .sub-menu {
  background-image: linear-gradient(to left, #00a0e0, #1d1463);
  display: block;
  padding: 15px 15px 7px 15px;
  margin-right: 50px;
  margin-top: 2px;
}

#main_menu .sub-menu .menu-item {
  margin: 0;
}

#main_menu .menu-item-has-children:nth-child(3) .sub-menu {
  background: linear-gradient(to right, #13bcb6, #007a79);
}

#main_menu .menu-item-has-children:nth-child(5) .sub-menu {
  background: linear-gradient(to right, #b41d8d, #5d1e79);
}

#main_menu .sub-menu .sub-menu {
  background-image: none !important;
}

#main_menu .menu-item-has-children:nth-child(2) .sub-menu .sub-menu,
#main_menu .menu-item-has-children:nth-child(5) .sub-menu .sub-menu,
#main_menu .menu-item-has-children:nth-child(2) .sub-menu .sub-menu .sub-menu,
#main_menu .menu-item-has-children:nth-child(5) .sub-menu .sub-menu .sub-menu {
  background-image: none !important;
}

#secondary_nav ul {
  display: flex;
  flex-direction: row;
}

#secondary_nav ul .menu-item a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2.5px;
  position: relative;
  display: block;
  padding-right: 25px;
  margin-right: 15px;
  color: #000;
}

#secondary_nav ul .menu-item a::after {
  content: '\f101';
  font-family: FontAwesome;
  font-weight: normal;
  position: absolute;
  right: 7px;
  top: -1px;
  font-size: 18px;
  transform: translate(0, 0);
  transition: all 0.2s ease-in-out;
}

#secondary_nav ul .menu-item a:hover::after {
  transform: translate(30%, 0);
}

ul.social_icon {
  background-image: linear-gradient(to right, #b41d8d, #1d1463) !important;
  text-align: right !important;
  padding: 15px !important;
  margin-right: 50px;
}




/* programs element */
.gmeb-text-white.gmeb-max-w-6xl.gmeb-mx-auto.gmeb-px-8 p {
  color: #ffffff;
}

.gmeb-inline-block.gmeb-px-6.gmeb-py-2.gmeb-text-white.gmeb-uppercase.gmeb-font-medium.gmeb-leading-tight.gradient-public-programs-reverse {
  font-family: rhode-extended, sans-serif !important;
}

.gmeb-inline-block.gmeb-px-6.gmeb-py-2.gmeb-text-white.gmeb-uppercase.gmeb-font-medium.gmeb-leading-tight.gradient-public-programs {
  font-family: rhode-extended, sans-serif !important;
}

.gmeb-inline-block.gmeb-px-6.gmeb-py-2.gmeb-text-white.gmeb-uppercase.gmeb-font-medium.gmeb-leading-tight.gradient-public-programs-reverse:hover {
  color: #ffffff;
}

.gmeb-inline-block.gmeb-px-6.gmeb-py-2.gmeb-text-white.gmeb-uppercase.gmeb-font-medium.gmeb-leading-tight.gradient-public-programs:hover {
  color: #ffffff;
}

.gmeb-bg-blue.gmeb-border-none.gmeb-uppercase.gmeb-px-10.gmeb-py-5 {
  padding: 15px 60px;
  font-family: "Polaris-medium", sans-serif !important;
  letter-spacing: 5px;
  font-weight: 700;
}

.gmeb-bg-blue.gmeb-border-none.gmeb-uppercase.gmeb-px-10.gmeb-py-5:hover {
  background-color: #ffffff;
}

.gmeb-uppercase {
  font-family: "Polaris-medium", sans-serif;
}

.gmeb-uppercase:hover {
  color: #1D1463;
}

.titlebar.titlebar-title-xlg.text-dark h1 {
  font-size: 40px;
}

.titlebar.titlebar-title-xlg.text-dark .titlebar-inner {
  padding-top: 40px;
  padding-bottom: 20px;
}



.tribe-events-nav-previous.tribe-events-nav-left.tribe-events-past {
  display: none !important;
}

.tribe-events-ical.tribe-events-button {
  display: none !important;
}

.tribe-events-event-meta {
  font-size: 20px !important;
  text-transform: uppercase;
}

.tribe-event-wrapper {
  background-color: #000000 !important;
}

.tribe-events-list-event-title {
  text-transform: uppercase !important;
  font-weight: 200 !important;
}

/* No Events */

.tribe-events-widget-no-events {
  font-size: 20px;
  color: #2c96f4;
  text-transform: uppercase;
  font-weight: 600;
}


/*======== PAGE STYLES =========*/


/* HOME */
.home_top_featured .vc_column-inner .wpb_wrapper .btn {
  bottom: 41px;
  position: absolute;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab {
  max-width: 360px;
  width: 100%;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab>a {
  border: none;
  font-family: rhode-extended, sans-serif;
  font-weight: 500;
  color: #D8D8D8 !important;
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab>a:hover {
  color: #00a0e0 !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab>a,
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab>a {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none;
  padding-left: 0 !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active>a {
  font-family: rhode-extended, sans-serif;
  font-weight: 500;
  color: #1d1463 !important;
  font-size: 42px;
  line-height: 58px;
  border-bottom: 3px solid #00a0e0 !important;
  text-transform: uppercase;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active>a {
  border: none;
  border-bottom: 3px solid #00a0e0 !important;
  background-color: transparent !important;
  color: #1d1463;
}

.vc_tta-panels {
  background: transparent !important;
  ;
  border: none !important;
  ;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab>a:focus,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab>a:hover {
  background-color: transparent !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  padding: 0 !important;
  ;
}

.home-main-right-column {
  width: 101px;
}

.home-music-home {
  color: #FFFFFF;
}

.home-music-left {
  font-size: 90px;
  line-height: 174px;
  width: 60%;
}

.home-music-left span {
  width: 100%;
  display: block;
  text-align: right;
  padding-right: 60px;
  font-weight: bold;
}

.home-music-right {
  width: 40%;
}

.home-music-right-text1 {
  font-size: 30px;
}

.home-music-right-text2 {
  font-size: 18px;
}

.home-main-box-left {
  background-image: url("/wp-content/uploads/2019/09/home-backstreet-boys-gray.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-color: #000000;
  color: #FFFFFF;
}

.home-main-box-left:hover {
  background-image: url("/wp-content/uploads/2019/09/home-backstreet-boys.jpg");
}

.home-main-box-center {
  background-image: url("/wp-content/uploads/2019/09/home-educational-programs-gray.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-color: #000000;
  color: #FFFFFF;
}

.home-main-box-center:hover {
  background-image: url("/wp-content/uploads/2019/09/home-educational-programs.jpg");
}

.home-main-box-right {
  background-image: url("/wp-content/uploads/2019/09/home-rita-wilson-gray.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-color: #000000;
  color: #FFFFFF;
}

.home-main-box-right:hover {
  background-image: url("/wp-content/uploads/2019/09/home-rita-wilson.jpg");
}

.home-main-box-text {
  background: #000000;
}

.home-main-box-text-title {
  font-size: 36px;
  display: inline-block;
  font-weight: bold;
  padding: 0px 20px;
  line-height: 60px;
}

.home-main-box-text-container {
  margin-top: -100px;
}

.home-main-box-text-container-3 {
  margin-top: -160px;
}

.home-main-box-text-container-2 {
  margin-left: 40px;
  margin-right: 100px;
  margin-top: 20px;
}

.home-main-box-text-body-1 {
  font-size: 16px;
  display: inline-block;
}

.home-main-box-text-body-2 {
  font-size: 25px;
  line-height: 28px;
  display: inline-block;
  margin: 15px 0;
}

.home-main-box-text-body-1 a {
  color: #b41d8d;
}

.home-main-box-text-body-1 a:hover {
  color: #ffffff;
}

.home-main-img-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 520px;
  width: 100%;
}

.carousel-nav-style3 .carousel-nav {
  padding: 0px 0 25px;
}

.home-exhibit-slider-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/home-events-1-gray.jpg");
  width: 100%;
  height: 500px;
}

.home-exhibit-slider-1:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/home-events-1.jpg");
}

.home-exhibit-slider-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/home-events-2-gray.jpg");
  width: 100%;
  height: 500px;
}

.home-exhibit-slider-2:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/home-events-2.jpg");
}

.home-exhibit-slider-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/home-events-3-gray.jpg");
  width: 100%;
  height: 500px;
}

.home-exhibit-slider-3:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/home-events-3.jpg");
}

.home-exhibit-slider-date {
  color: #ffffff;
  background-color: #000;
  font-size: 16px;
  margin-top: 230px;
  display: inline-block;
  padding: 10px 30px;
}

.home-exhibit-slider-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  padding: 16px 60px 0 30px;
  margin-bottom: 0px;
}

.home-exhibit-slider-button-1 {
  color: #ffffff;
  position: absolute;
  bottom: 65px;
  left: 47px;
  background-color: #00a0e0;
  padding: 5px 40px;
  font-size: 16px;
  font-weight: bold;
}

.home-exhibit-slider-button-2 {
  color: #ffffff;
  position: absolute;
  bottom: 65px;
  left: 247px;
  background-color: #00a0e0;
  padding: 5px 40px;
  font-size: 16px;
  font-weight: bold;
}

.home-exhibit-slider-button-1:hover,
.home-exhibit-slider-button-2:hover {
  color: #00a0e0;
  background-color: #FFFFFF;
}

.flickity-slider .col-md-4 .col-md-4 {
  width: 100%;
  padding: 0;
}

.home-exhibit-header-current,
.home-exhibit-header-current:hover {
  font-family: rhode-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1d1463;
  display: inline-block;
  float: left;
  line-height: 70px;
  font-size: 70px;
  margin: 5px 40px 45px 80px;
  border-bottom: 3px solid #00a0e0;
  padding-bottom: 12px;
  font-weight: bold;
}

.home-exhibit-header-past,
.home-exhibit-header-past:hover {
  font-family: rhode-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #bfbfbf;
  display: inline-block;
  float: left;
  line-height: 50px;
  font-size: 50px;
  margin: 26px 40px 45px 10px;
  font-weight: bold;
}

.home-exhibit-column {
  padding: 0 65px;
}

.home-upcoming-public-main {
  padding: 100px 80px 0;
}

.home-upcoming-public {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/home-rita-wilson-gray.jpg");
  background-size: cover;
  min-height: 500px;
  background-position: center;
}

.home-upcoming-public:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/home-rita-wilson.jpg");
}

.home-upcoming-public-left {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/parliament-funkadelic-gray.jpg");
  background-size: cover;
  min-height: 500px;
  background-position: center;
}

.home-upcoming-public-left:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/parliament-funkadelic.jpg");
}

.home-upcoming-public-right {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/kool-gang-gray.jpg");
  background-size: cover;
  min-height: 500px;
  background-position: center;
}

.home-upcoming-public-right:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/kool-gang.jpg");
}

.home-upcoming-title {
  font-family: rhode-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 80px;
  display: inline-block;
  font-weight: bold;
  padding: 0px 20px;
  line-height: 100px;
  color: #ffffff;
}

.home-upcoming-title-container {
  z-index: 9;
  margin-bottom: -135px;
}

.home-upcoming-title-container-sub {
  padding: 0 80px;
}

.home-upcoming-public-date {
  color: #ffffff;
  background-color: #000;
  font-size: 16px;
  margin-top: 230px;
  display: inline-block;
  padding: 10px 30px;
}

.home-upcoming-public-title {
  font-family: rhode-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  padding: 16px 60px 0 30px;
  margin-bottom: 0px;
}

.home-upcoming-public-button-1 {
  color: #ffffff;
  position: absolute;
  bottom: 65px;
  left: 47px;
  background-color: #00a0e0;
  padding: 5px 40px;
  font-size: 16px;
  font-weight: bold;
}

.home-upcoming-public-button-2 {
  color: #ffffff;
  position: absolute;
  bottom: 65px;
  left: 247px;
  background-color: #00a0e0;
  padding: 5px 40px;
  font-size: 16px;
  font-weight: bold;
}

.home-upcoming-public-button-1:hover,
.home-upcoming-public-button-2:hover {
  color: #00a0e0;
  background-color: #ffffff;
}

.home-music-is-more {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  line-height: 55px;
  padding: 0 100px 40px;
}

.home-music-is-more-right {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  padding: 0 100px 40px;
}

.home-music-is-more-button {
  color: #000000;
  background-color: #ffffff;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: bold;
}

.home-music-is-more-button:hover {
  color: #ffffff;
  background-color: #00a0e0;
}

.home-our-education-title {
  font-family: rhode-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  display: inline-block;
  font-weight: bold;
  padding: 0px 20px;
  line-height: 60px;
  color: #ffffff;
}

.home-our-education-body {
  font-size: 16px;
  line-height: 32px;
}

.home-our-education-text-right {
  margin-left: 115px;
  margin-top: 115px;
}

.home-our-education-img-1 {
  background-image: url("/wp-content/uploads/2019/09/our-education-woman-guitar-gray.jpg");
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-our-education-img-1:hover {
  background-image: url("/wp-content/uploads/2019/09/our-education-woman-guitar.jpg");
}

.home-our-education-img-2 {
  background-image: url("/wp-content/uploads/2019/09/sponsor-a-student-gray.jpg");
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-our-education-img-2:hover {
  background-image: url("/wp-content/uploads/2019/09/sponsor-a-student.jpg");
}

.home-our-education-img-3 {
  background-image: url("/wp-content/uploads/2019/09/keep-the-music-gray.jpg");
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-our-education-img-3:hover {
  background-image: url("/wp-content/uploads/2019/09/keep-the-music-gray.jpg");
}

.home-our-education-1-button,
.home-our-education-2-button,
.home-our-education-3-button {
  color: #ffffff;
  background-color: #000000;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: bold;
}

.home-our-education-1-button:hover {
  color: #ffffff;
  background-color: #1d1463;
}

.home-our-education-2-button:hover {
  color: #ffffff;
  background-color: #13bcb6;
}

.home-our-education-3-button:hover {
  color: #ffffff;
  background-color: #1d1463;
}

/* VISIT */
.visit-title-left span,
.support-title-left span,
.community-title-left span,
.national-reach-title-left span,
.contact-title-left span {
  font-size: 50px;
  display: inline-block;
  font-weight: bold;
  padding: 0px 30px;
  line-height: 80px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.visit-title-left,
.support-title-left,
.community-title-left,
.national-reach-title-left,
.contact-title-left {
  font-family: rhode-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  bottom: -80px;
  z-index: 2;
}

.visit-title-right-body {
  font-size: 15px;
  padding-left: 30px;
  border-left: 3px solid #00A0E0;
  margin-left: 32px;
  padding-right: 100px;
  margin-bottom: 27px;
  margin-top: 10px;
}

.visit-upcoming-main {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/visit-upcoming-main.jpg");
  background-size: cover;
  min-height: 600px;
  background-position: center;
}

.visit-upcoming-main-left {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/home-events-2-gray.jpg");
  background-size: cover;
  min-height: 500px;
  background-position: center;
}

.visit-upcoming-main-right {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/home-events-3-gray.jpg");
  background-size: cover;
  min-height: 500px;
  background-position: center;
}

.visit-upcoming-community {
  font-size: 28px;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 15px;
}

.visit-upcoming-main-all-exhibits-button {
  color: #1d1463;
  background-color: #FFFFFF;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.visit-upcoming-main-all-exhibits-button:hover {
  color: #FFFFFF;
  background-color: #00a0e0;
}

.visit-upcoming-main-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  padding: 16px 60px 0 30px;
  margin-bottom: 0px;
  max-width: 600px;
}

.visit-groups-tours {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url(/wp-content/uploads/2019/09/crossroads_bw.jpg);
}

.visit-groups-tours-html {
  max-width: 350px;
  line-height: normal;
  padding: 100px 0 300px;
}

.visit-groups-tours-title {
  font-family: rhode-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  padding: 9px 17px;
  display: inline-block;
  line-height: normal;
  color: #ffffff;
}

.visit-group-tours-right-text {
  color: #ffffff;
}

.visit-plan-visit-html {
  max-width: 400px;
  line-height: normal;
}

.visit-public-programs {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url(/wp-content/uploads/2019/10/brandi-carlile.jpg);
}

.home-main-box-text-title {
  font-size: 30px;
}

/* ticket price styling (copied code from shelby) */
.ticket_row.vc_row {
  padding: 0 0 !important;
}

.ticket_row .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: row;
}

.ticket_row .wpb_wrapper p {
  white-space: nowrap;
}

.ticket_item span {
  margin-right: 15px;
}

.ticket_item_price span {
  margin-left: 15px;
}

.ticket_subInfo {
  margin: 0;
  padding: 0 0 15px 0;
}

/* more ticket code (randy's code) */
.visit-tickets .wpb_content_element {
  margin: 0;
}

.visit-tickets {
  margin-bottom: 35px;
}

.ticket_subInfo {
  padding-bottom: 10px;
  margin-top: -10px !important;
}

/* UPCOMING EXHIBITS */
.upcoming-exhibits-main-white-text {
  color: #ffffff;
}

/* PAST EXHIBITS */
.past-exhibits-upcoming-button-container {
  text-align: center;
}

.past-exhibits-upcoming-button {
  color: #1d1463;
  background-color: #FFFFFF;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.past-exhibits-upcoming-button:hover {
  color: #FFFFFF;
  background-color: #00a0e0;
}

.past-exhibits-upcoming-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#1d1463), to(#00a0e0));
  background-image: -webkit-linear-gradient(left, #1d1463, #00a0e0);
  background-image: -o-linear-gradient(left, #1d1463, #00a0e0);
  background-image: linear-gradient(90deg, #1d1463, #00a0e0);
}

.past-exhibits-date {
  font-weight: normal;
}

.past-exhibits-event {}

.past-exhibits-list {
  font-size: 16px;
  font-weight: bold;
  color: #1d1463;
  text-transform: uppercase;
  border-bottom: 3px solid #00a0e0;
  padding: 20px;
  margin-bottom: 0;
}

.past-exhibits-list a {
  color: #1d1463;
}

.past-exhibits-list a:hover {
  color: #00A0E0;
}

/* permanent exhibits */
#permanentExhibits .wpb_single_image_progressive.vc_align_left .aspect-ratio-container {
  min-width: -webkit-fill-available !important;
  min-height: 250px;
}

/* SUPPORT */

.support-inspire-box-title {
  font-family: rhode-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 40px;
  padding: 22px 0;
  line-height: normal;
  margin: 0 !important;
}

.support-inspire-box-body {
  color: #ffffff;
  font-size: 16px;
}

.support-your-support-title {
  text-align: center;
  color: #FFFFFF;
  font-size: 36px;
}

.support-slider .flickity-slider .col-one-fifth {
  margin: 0;
  padding: 0;
}

/* MAKE A DONATION */
.make-donation-planned-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url(/wp-content/uploads/2019/10/make-a-donation-planned.jpg);
}


/* MEMBERSHIP DISCOUNTS */
.membership-discounts-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url(/wp-content/uploads/2019/10/membership-discount-box-bg.jpg);
}

.membership-discounts-main-box {
  border-left: 3px solid #13BCB6;
  padding-left: 30px;
  max-width: 470px;
}

.membership-programs-list {
  font-size: 16px;
  font-weight: bold;
  color: #1d1463;
  text-transform: uppercase;
  border-bottom: 3px solid #13BCB6;
  padding: 20px;
  margin-bottom: 0;
}

.membership-programs-list a {
  color: #1d1463;
}

.membership-programs-list a:hover {
  color: #00A0E0;
}

.membership-discounts-page-top-text {
  border-left: 3px solid #13BCB6;
  padding-left: 30px;
  max-width: 700px;
}

.member-discount-green-box-title {
  color: #ffffff;
  font-size: 38px;
  margin-bottom: 0;
  line-height: normal;
}

.member-discount-green-box-link,
.member-discount-green-box-link a {
  color: #00A0E0;
  font-size: 14px;
  margin-bottom: 0;
  line-height: normal;
}

.member-discount-green-box-link a:hover {
  color: #ffffff;
}

.member-discount-white-title {
  color: #ffffff;
  font-size: 28px;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.member-discount-merchant-title {
  color: #000000;
  font-size: 28px;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.member-discount-industry-title {
  color: #000000;
  font-size: 28px;
  line-height: normal;
  text-transform: uppercase;
}

.member-discount-white-main-body {
  color: #ffffff;
  line-height: 24px;
}

.member-discount-white-body {
  color: #ffffff;
  line-height: 24px;
  max-width: 380px;

}

.member-discount-merchant-body {
  color: #000000;
  line-height: 24px;
  max-width: 380px;
}

.member-discount-merchant-logo .aspect-ratio-container {
  margin: 0 auto;
}


.member-discount-industry-gray-box-left {
  width: 49%;
  margin-right: 1%;
  background: #EBEBEB;
  padding: 30px;
  margin-bottom: 25px;
}

.member-discount-industry-gray-box-right {
  width: 49%;
  margin-left: 1%;
  background: #EBEBEB;
  padding: 30px;
  margin-bottom: 25px;
}

.member-discount-industry-gray-box-center {
  width: 50%;
  margin: 0 auto;
  background: #EBEBEB;
  padding: 25px;
  /*margin-bottom: 25px;*/
}


.member-discount-industry-body {
  color: #000000;
  line-height: 24px;
}

/* IN THE COMMUNITY */
.community-blue-blocks {
  background-image: linear-gradient(90deg, #1d1463, #13bcb6);
  padding: 60px 0 60px;
}

.community-blue-blocks-container {
  border-left: 3px solid #13bcb6;
  padding-left: 30px;
  min-height: 260px;
}

/* NATIONAL REACH */
.national-quote-box {
  border-left: 3px solid #B41D8D;
  padding-left: 40px;
  margin-bottom: 10px;
}

.national-quote {
  color: #000000;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 50px;
}

.national-quote-name {
  color: #1D1463;
  font-size: 13px;
  font-weight: bold;
  padding-left: 40px;
}

.national-traveling-box-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  padding: 16px 60px 0 30px;
  margin-bottom: 0px;
}

.national-traveling-box-exhibit {
  color: #ffffff;
  background-color: #5D1E79;
  font-size: 13px;
  display: inline-block;
  padding: 10px 30px;
  font-weight: bold;
}

.national-traveling-box-inside {
  position: absolute;
  bottom: 30px;
}

.national-traveling-box-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/10/national-traveling-1.jpg");
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.national-traveling-box-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/10/national-traveling-2.jpg");
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.national-traveling-box-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/10/national-traveling-3.jpg");
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.national-traveling-box-4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/10/national-traveling-4.jpg");
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* INTERACTIVE MAP */



.location_icon {
  font-size: 36px;
  color: #00a0e0;
  transition: 0.15s all ease-in-out;
  position: absolute;
  z-index: 5;
}

.location_icon.small {
  font-size: 16px !important;
}

.location_icon:hover {
  color: #1d1463;
}

.location_icon.jersey_museum {
  right: 104px;
  top: 275px;
}

.location_icon.nashville_museum {
  right: 353px;
  top: 424px;
}

.location_icon.mississippi_museum {
  right: 429px;
  bottom: 358px;
}

.location_icon.losangeles_museum {
  left: 105px;
  bottom: 373px;
}

.location_icon i {
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 0px 0px #00a0e0;
  border-radius: 50%;
  height: 29px;
  line-height: 29px;
  width: 31px;
}

.location_icon.small i {
  height: 13px;
  line-height: 13px;
  width: 13px;
}

.location_icon:hover i {
  box-shadow: 0px 0px 0px 10px #00a0e0, 0px 0px 0px 20px rgba(0, 160, 224, 0.5);
}

.active_icon i {
  color: #1d1463;
  box-shadow: 0px 0px 0px 10px #00a0e0, 0px 0px 0px 20px rgba(0, 160, 224, 0.5);
}



/* CONTENT BOX */
.offsite_museum_box {
  width: 100%;
  max-width: 650px;
  background: rgba(0, 160, 224, 0.8);
  padding: 50px;
  position: absolute !important;
  z-index: 6;
  display: none;
}

.offsite_museum_box:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 160, 224, 0.8);

  right: -10px;
  top: 283px;
}

.close_button {
  /*content:'\f00d';*/
  /*font-family: FontAwesome;*/
  font-size: 20px;
  font-style: normal;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  color: #fff;
  top: 5px;
  right: 30px;
}

#offsite_jersey.offsite_museum_box {
  right: 166px;
  top: -4px;
}

#offsite_nashville.offsite_museum_box {
  right: 413px;
  bottom: 63px;
}

#offsite_mississippi.offsite_museum_box {
  left: 40px;
  bottom: 50px;
}

#offsite_losangeles.offsite_museum_box {
  left: 166px;
  bottom: 126px;
}

#offsite_losangeles.offsite_museum_box:before {
  border-left: none;
  border-right: 10px solid rgba(0, 160, 224, 0.8);
  left: -10px;
  top: 283px;
}


.offsite_museum_box h3 {
  text-transform: uppercase;
  line-height: 32px !important;
  font-size: 30px !important;
  color: #fff;
}

.offsite_museum_box p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}

.offsite_museum_box p a {
  color: #1d1463;
}

.offsite_museum_box a.btn span {
  color: #fff;
}


/* MOBILE STYLES */

@media screen and (max-width: 1200px) {

  .location_icon {
    font-size: 26px;
  }

  .location_icon.jersey_museum {
    right: 92px;
    top: 230px;
  }

  .location_icon.nashville_museum {
    right: 297px;
    top: 353px;
  }

  .location_icon.mississippi_museum {
    right: 355px;
    bottom: 316px;
  }

  .location_icon.losangeles_museum {
    left: 91px;
    bottom: 331px;
  }

  .location_icon i {
    height: 19px;
    line-height: 19px;
    width: 21px;
  }

  .offsite_museum_box {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    /*top: 0 !important;*/
  }

  .offsite_museum_box:before {
    border: none;
    display: none;
  }


  .offsite_museum_box h3 {
    line-height: 30px !important;
    font-size: 28px !important;
  }

  .offsite_museum_box p {
    font-size: 13px;
    line-height: 18px;
  }

}


@media screen and (max-width: 992px) {
  .offsite_museum_box {
    width: 100%;
    max-width: 100%;
    position: static !important;
    display: block;
  }

  .close_button {
    display: none;
  }

  .offsite_museum_box:before {
    border: none;
    display: none;
  }

  .location_icon {
    display: none;
  }

  .national_reach_map {
    display: none;
  }
}

.quote_block .testimonial-details a {
  pointer-events: none;
  cursor: default;
}


/* GRANTS */
.grant-main-box {
  border-left: 3px solid #00A0E0;
  padding-left: 10px;
}

.grant-submit-letter,
.grant-submit-letter a {
  color: #1D1463;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 60px;
}

.grant-submit-letter a:hover {
  color: #00A0E0;
}

.grant-past {
  background-image: -webkit-gradient(linear, left top, right top, from(#1d1463), to(#00a0e0));
  background-image: -webkit-linear-gradient(left, #1d1463, #00a0e0);
  background-image: -o-linear-gradient(left, #1d1463, #00a0e0);
  background-image: linear-gradient(90deg, #1d1463, #00a0e0);
  padding: 40px 0 30px;
}

.grant-past-right {
  padding-top: 60px;
}

.grant-past-button {
  color: #FFFFFF;
  background-color: #00A0E0;
  padding: 10px 80px;
  font-size: 14px;
  display: inline-block;
}

.grant-past-button:hover {
  color: #00A0E0;
  background-color: #FFFFFF;
}

.grant-toggle-info .vc_toggle_title h4 {
  font-size: 16px;
  font-weight: bold;
  color: #1d1463;
  text-transform: uppercase;
}

.grant-toggle-info h3 {
  color: #00A0E0;
  font-size: 20px;
  text-transform: uppercase;
}

.grant-award-button {
  color: #FFFFFF;
  background-color: #00A0E0;
  padding: 10px 80px;
  font-size: 14px;
  display: inline-block;
}

.grant-award-button:hover {
  color: #FFFFFF;
  background-color: #1d1463;
}

.grant-archiving-list {
  list-style: none;
  margin-bottom: 50px;
  padding-left: 0;
}

.grant-archiving-list li {
  text-transform: uppercase;
  border-bottom: 3px solid #00A0E0;
  color: #1d1463;
  padding: 15px 20px;
  font-weight: bold;
}

.grant-archiving-list li a {
  color: #1d1463;
}

.grant-archiving-list li a:hover {
  color: #00A0E0;
}

.grant-thanks-text a {
  color: #1d1463;
  font-weight: bold;
}

.grant-thanks-text a:hover {
  color: #00A0E0;
}

.university-affiliates-list {
  font-size: 16px;
  font-weight: bold;
  color: #1d1463;
  text-transform: uppercase;
  border-bottom: 3px solid #00A0E0;
  padding: 20px;
  margin-bottom: 0;
}

.university-affiliates-list a {
  color: #1d1463;
}

.university-affiliates-list a:hover {
  color: #00A0E0;
}

.cultural-affiliates-national-programs {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url(/wp-content/uploads/2019/10/cultural-affiliates-national-bg.jpg);
}

.cultural-affiliates-right-text {
  color: #ffffff;
  margin-top: 147px;
  max-width: 400px;
}

.cultural-affiliates-list {
  font-size: 16px;
  color: #1d1463;
  text-transform: uppercase;
  border-bottom: 3px solid #00A0E0;
  padding: 20px;
  margin-bottom: 0;
}

.cultural-affiliates-list a {
  color: #1d1463;
}

.cultural-affiliates-list a:hover {
  color: #00A0E0;
}

/* PRESS */
.press-section-title {
  color: #1D1463;
  font-size: 40px;
}

.press-recent {
  border-left: 3px solid #00A0E0;
  padding: 0 120px 0 15px;
}

.press-recent-date {
  color: #ffffff;
  background-color: #5D1E79;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 30px -30px;
}

.press-recent p {
  font-size: 16px;
  font-weight: bold;
}

.press-media-request {
  background-image: -webkit-gradient(linear, left top, right top, from(#1d1463), to(#00a0e0));
  background-image: -webkit-linear-gradient(left, #1d1463, #00a0e0);
  background-image: -o-linear-gradient(left, #1d1463, #00a0e0);
  background-image: linear-gradient(90deg, #1d1463, #00a0e0);
  padding: 40px 0 15px;
}

.press-media-request-title {
  color: #ffffff;
  font-size: 40px;
  padding-bottom: 10px;
}

.press-media-request-body {
  color: #ffffff;
  font-size: 16px;
}

.press-media-request-button {
  color: #1d1463;
  background-color: #FFFFFF;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.press-media-request-button:hover {
  color: #FFFFFF;
  background-color: #1d1463;
}

.press-media-request-right {
  text-align: center;
  padding: 84px 0;
}

.press-public-all-programs {
  text-align: center;
}

.press-public-all-programs-button,
.press-past-releases-button {
  color: #FFFFFF;
  background-color: #00a0e0;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.press-public-all-programs-button:hover,
.press-past-releases-button:hover {
  color: #FFFFFF;
  background-color: #1d1463;
}

.press-public-programs-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/public-programs-1.jpg");
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
}

.press-public-programs-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/public-programs-2.jpg");
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
}

.press-public-programs-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/public-programs-3.jpg");
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
}

.press-public-programs-date {
  color: #ffffff;
  background-color: #5D1E79;
  font-size: 16px;
  margin-top: 165px;
  display: inline-block;
  padding: 10px 30px;
}

.press-public-programs-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  padding: 16px 60px 0 30px;
  margin-bottom: 0px;
}

.press-public-programs-button {
  color: #ffffff;
  position: absolute;
  bottom: 65px;
  left: 47px;
  background-color: #00a0e0;
  padding: 5px 40px;
  font-size: 16px;
  font-weight: bold;
}

.press-public-programs-button:hover {
  color: #00a0e0;
  background-color: #FFFFFF;
}

.press-past-box .vc_column-inner::after {
  /*.press-past-box::after {
        */
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, transparent 10%, black 100%);
  /*margin-top: -150px;
        */
  height: 100%;
  width: calc(100% - 30px);
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}

.press-past-box-date {
  color: #00a0e0;
  font-size: 16px;
  /*margin-top: 165px;
        */
  /*padding: 0 30px;
        */
  display: inline-block;
}

.press-past-box-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  /*padding: 0 45px 0 30px;
        */
  margin-bottom: 0px;
}

.press-past-box-button {
  color: #00a0e0;
  font-size: 16px;
}

.contact-department {
  color: #1D1463;
  font-size: 36px;
  line-height: normal;
}

.contact-department-title {
  color: #1D1463;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

.contact-department-email {
  color: #000000;
  font-size: 16px;
  margin-bottom: 20px;
}

.dept_emails .vc_column-inner {
  min-height: 616px;
}

.contact-social-box {
  text-align: right;
  margin-top: 18px;
}

.contact-social-box img {
  margin-left: 25px;
}

.contact-facebook {
  background-image: url('/wp-content/uploads/2019/10/icon-facebook-blue.png');
  height: 62px;
  width: 62px;
}

.contact-facebook:hover {
  background-image: url('/wp-content/uploads/2019/10/icon-facebook-purple.png');
}

.contact-twitter {
  background-image: url('/wp-content/uploads/2019/10/icon-twitter-blue.png');
  height: 62px;
  width: 62px;
}

.contact-twitter:hover {
  background-image: url('/wp-content/uploads/2019/10/icon-twitter-purple.png');
}

.contact-instagram {
  background-image: url('/wp-content/uploads/2019/10/icon-instagram-blue.png');
  height: 62px;
  width: 62px;
}

.contact-instagram:hover {
  background-image: url('/wp-content/uploads/2019/10/icon-instagram-purple.png');
}

.contact-youtube {
  background-image: url('/wp-content/uploads/2019/10/icon-youtube-blue.png');
  height: 62px;
  width: 62px;
}

.contact-youtube:hover {
  background-image: url('/wp-content/uploads/2019/10/icon-youtube-purple.png');
}

.contact-faq-body {
  font-size: 18px;
}

/* Contact Toggle Section */
.vc_toggle_title,
.vc_toggle_content {
  padding-left: 0 !important;
}

.vc_toggle_title {
  /* border-bottom: 2px solid #00a0e0;
         */
  /* padding-bottom: 25px !important;
         */
}

.vc_toggle_content {
  padding: 25px 0%;
  margin: 0 auto;
  max-width: 720px;
}

.vc_toggle_icon {
  top: 15px !important;
  right: 0 !important;
  left: auto !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#1d1463), to(#00a0e0));
  background-image: -webkit-linear-gradient(left, #1d1463, #00a0e0);
  background-image: -o-linear-gradient(left, #1d1463, #00a0e0);
  background-image: linear-gradient(90deg, #1d1463, #00a0e0);
}

.vc_toggle_icon::before,
.vc_toggle_icon::after {
  background-color: #fff !important;
}

.vc_toggle_content {
  margin-bottom: 1em;
  margin-top: 1em;
}


/* OUR TEAM */
.team-member-name {
  color: #00A0E0;
  font-size: 24px;
  margin-bottom: 0;
}

.team-member-job {
  color: #000000;
  font-size: 16px;
  margin-bottom: 20px;
}

.team-member-left {}

.team-member-right {
  padding-left: 15px;
}

.team-leadership-left img,
.team-leadership-right img {
  border-left: 6px solid #00A0E0;
  padding-left: 10px;
}

.team-photo-white-box {
  background-color: #fff;
  width: 200px;
  float: right;
  position: absolute;
  z-index: 9;
  right: 60px;
  padding: 60px 10px 60px 20px;
  margin-top: 60px;
}

.team-photo-name {
  font-size: 28px;
  line-height: normal;
  color: #000;
}

.team-photo-title {
  color: #1D1463;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}



.team-member-whole-border.team_member {
  padding-left: 30px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 5px solid #00a0e0;
}

.team-member-whole-border.team_member figure {
  min-height: 300px;
}

.team-member-details {
  background: #fff;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 40px;
}

.team-member-name {
  line-height: 38px;
}

.team-member-title {
  line-height: 18px;
}


/* CALENDAR */
.calendar-member {
  color: #1D1463;
  font-size: 36px;
  line-height: 42px;
}



/*FOOTER */
footer,
footer a {
  color: #fff;
}

.footer-title-blue {
  color: #00a0e0;
}

.footer-logo-amex {
  width: 100px !important;
}

.footer-logo-aeg {
  width: 160px !important;
}

.footer-logo-recording {
  width: 210px !important;
}

.main-footer {
  padding-bottom: 0;
}

.empowering-box {
  background-image: url("/wp-content/uploads/2019/10/empower-new-gray.jpg");
}

.empowering-box:hover {
  background-image: url("/wp-content/uploads/2019/10/empower-new.jpg");
}

.member-box {
  background-image: url("/wp-content/uploads/2019/09/become-member-box-bg-gray-600x400.jpg");
  width: 100%;
  max-width: 600px;
  height: 400px;
}

.member-box:hover {
  background-image: url("/wp-content/uploads/2019/09/become-member-box-bg-color-600x400.jpg");
}

.donor-box {
  background-image: url("/wp-content/uploads/2019/09/become-donor-box-bg-gray-600x400.jpg");
  width: 100%;
  max-width: 600px;
  height: 400px;
}

.donor-box:hover {
  background-image: url("/wp-content/uploads/2019/09/become-donor-box-bg-color-600x400.jpg");
}

footer .vc_column-inner {
  padding-top: 0px !important;
}

.member-box .btn,
.donor-box .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.footer-empowering-odd,
.footer-empowering-even {
  font-size: 28px;
  font-family: rhode-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 9px 17px;
  display: inline-block;
  line-height: normal;
}

.empowering-text-column {
  text-align: left;
  line-height: 147px;
  padding-top: 17px;
}

.empowering-button-column {
  text-align: right;
  line-height: 147px;
}

.empowering-raw-html {
  max-width: 360px;
  line-height: normal;
}

.member-raw-html,
.donor-raw-html {
  max-width: 200px;
  line-height: normal;
  padding: 20px 0 0 5px;
}

.main-footer {
  padding: 30px 0 0;
}

.social-icon.footer-social-icons {
  background-image: none !important;
  text-align: left !important;
  padding: 0 !important;
  margin-top: -15px;
}

.footer2-first-row {
  margin-left: -30px;
  margin-right: -30px;
}

.footer2-first-box-left {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/home-events-1-gray.jpg");
  width: 100%;
  height: 400px;
}

.footer2-first-box-left:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/home-events-1.jpg");
}

.footer2-first-box-right {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/home-events-2-gray.jpg");
  width: 100%;
  height: 400px;
}

.footer2-first-box-right:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 1) 100%), url("/wp-content/uploads/2019/09/home-events-2.jpg");
}

.footer2-first-box-date {
  color: #ffffff;
  background-color: #000;
  font-size: 16px;
  margin-top: 165px;
  display: inline-block;
  padding: 10px 30px;
}

.footer2-first-box-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  padding: 16px 60px 0 30px;
  margin-bottom: 0px;
}

.footer2-first-box-button-1 {
  color: #ffffff;
  position: absolute;
  bottom: 65px;
  left: 47px;
  background-color: #00a0e0;
  padding: 5px 40px;
  font-size: 16px;
  font-weight: bold;
}

.footer2-first-box-button-2 {
  color: #ffffff;
  position: absolute;
  bottom: 65px;
  left: 247px;
  background-color: #00a0e0;
  padding: 5px 40px;
  font-size: 16px;
  font-weight: bold;
}

.footer2-first-box-button-1:hover,
.footer2-first-box-button-2:hover {
  color: #00a0e0;
  background-color: #FFFFFF;
}





/* MOBILE STYLES CODE*/

/* LARGE DESKTOP */
@media screen and (max-width: 1200px) {
  .quote_block p {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 5px;
  }

  ol.tribe-list-widget {
    flex-flow: row wrap;
  }

  li.tribe-events-list-widget-events.type-tribe_events {
    width: 45% !important;
  }

  li.tribe-events-list-widget-events.type-tribe_events:first-child {
    margin-left: 0;
  }

  li.tribe-events-list-widget-events.type-tribe_events:last-child {
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1113px) {
  .gradient_title-full h1 {
    padding: 17px 15px 17px 0;
  }

  .gradient_title-full h1 span {
    font-size: 75px !important;
  }
}

/* SMALL DESKTOP */
@media screen and (max-width: 992px) {
  .home_top_featured .vc_column-inner .wpb_wrapper .btn {
    bottom: auto;
    position: static;
  }


  #page_title,
  .visit-title-left {
    top: -52px;
    z-index: 999;
  }

  #page_title.three_line_title {
    top: -104px !important;
  }

  #page_title h2,
  .visit-title-left h2,
  .visit-title-left span {
    font-size: 40px !important;
  }

  h2 {
    font-size: 22px !important;
    line-height: 26px !important;
  }

  .quote_block p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 5px;
  }

  .gradient_title-full {}

  li.tribe-events-list-widget-events.type-tribe_events {
    width: 100% !important;
    margin: 30px 0 0 0 !important;
  }

  .team-member-details {
    top: auto;
    position: static;
    transform: none;
    right: auto;
    margin-left: -40px;
  }

  .gradient_title-full h1 {
    text-align: center !important;
  }


}

/* TABLET / PHONE */
@media screen and (max-width: 768px) {


  #page_title h2,
  .visit-title-left h2,
  .visit-title-left span {
    font-size: 24px !important;
  }

  .gradient_title h2 span {
    font-size: 22px !important;
  }

  .max_wrapper {
    padding: 0 15px;
  }

  .line_left {
    border: none !important;
  }

  .member-discount-industry-gray-box-left,
  .member-discount-industry-gray-box-right,
  .member-discount-industry-gray-box-center {
    width: 100%;
    margin: 0 auto 25px !important;
  }

  .member-discount-white-title {
    font-size: 32px;
  }

  .member-discount-merchant-title {
    font-size: 32px;
  }

  .member-discount-industry-title {
    font-size: 32px;
  }

  .gradient_title-full h1 span {
    font-size: 50px !important;
    padding: 17px 0px;
  }



}









/* FORM STYLING */

.tribe-event-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: grayscale(1);
  transition: 0.3s all ease-in-out;
}

.tribe-event-image::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

ol.tribe-list-widget {
  list-style: none;
  padding: 0;
  margin-left: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

li.tribe-events-list-widget-events.type-tribe_events {
  /* 	background: black;  */
  padding: 60px 30px;
  color: #fff;
  position: relative;
  z-index: 0;
  /* 	width: 33%;
    margin: 0 15px;*/
  margin: 15px 0;
  width: calc(50% - 15px);
  height: 100%;
  min-height: 420px;
}

li.tribe-events-list-widget-events.type-tribe_events:first-child {
  margin-left: 0;
}

li.tribe-events-list-widget-events.type-tribe_events:last-child {
  margin-right: 0;
}

h4.tribe-event-title,
h4.tribe-event-title a {
  color: #fff;
  padding: 30px 0;
  font-size: 32px;
  line-height: 38px;
  z-index: 3;
}

div.tribe-event-duration {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #fff;
  background: #000;
  padding: 10px 15px 7px 30px;
  margin-left: -30px;
  margin-bottom: 5px;
  text-transform: uppercase;

}

.tribe-event-duration,
.tribe-event-duration .tribe_events-time,
.tribe-event-duration span {
  letter-spacing: 0.25em;
}

.event_learn_more a,
.event_buy_tickets a {
  background-color: #00a0e0;
  border-color: none;
  padding: 15px;
  font-family: "Polaris-medium", sans-serif !important;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  transition: 0.3s all ease-in-out;
  width: 40%;
  color: #fff !important;
}



.event_learn_more a:hover,
.event_buy_tickets a:hover {
  background-color: #1d1463;
  color: #fff;
}

li[class*="tribe-events-category"].tribe-events-list-widget-events .btn a {
  color: #fff !important;
}

.tribe-events-list-widget-events:hover .tribe-event-image {
  filter: grayscale(0);
}

/* .event_buy_tickets a::before{
	content: "\f3ff";
	font-family: FontAwesome;
	font-weight: 900;

} */

/* TRIBE BAR / CALENDAR */

#tribe-events-content .tribe-events-calendar td {
  padding: 10px;
}

#tribe-bar-form {
  background-color: transparent;
}

#tribe-bar-views .tribe-bar-views-inner {
  background-color: transparent;
}

#tribe-bar-views .tribe-bar-views-list {
  background: #fff;
}

#tribe-bar-views .tribe-bar-views-option.tribe-bar-active {
  background: #ccc;
}

#tribe-bar-collapse-toggle:hover {
  cursor: pointer;
  color: #fff;
  background: #1d1463;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #00a0e0;
  color: #ffffff;
  border-color: #00a0e0 !important;
  /* 	padding: 15px 5%; */
  font-family: "Polaris-medium", sans-serif !important;
  letter-spacing: 5px;
  font-weight: 700;
  transition: 0.3s all ease-in-out
}

#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
  background-color: #1d1463;
}


#tribe-bar-form input[type=text] {
  border-bottom: 2px solid #00a0e0;
  padding: 15px;
  font-family: "Polaris-medium", sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
}

#tribe-bar-views-toggle {
  transition: 0.3s all ease-in-out;
}

#tribe-bar-views-toggle:focus,
#tribe-bar-views-toggle:hover {
  background: #ccc;
}

#tribe-bar-views .tribe-bar-views-option.tribe-bar-active {
  background: #ccc;
}

#tribe-bar-form input[type=text]:focus {
  border: none;
  outline: none;
  border-bottom: 2px solid #00a0e0 !important;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102,175,233, 0.6);*/
  box-shadow: 0px 0px 10px 1px rgba(0, 161, 224, 0.35) !important;
}

#tribe-bar-form label {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #1d1463 !important;
  text-transform: uppercase;
  font-family: "Polaris-medium", sans-serif !important;
}

#tribe-events .tribe-events-calendar td {
  border-color: #00a0e0;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-family: "Polaris-medium", sans-serif !important;
  font-size: 99%;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.25;
  margin: 0;
  overflow: hidden;
  padding: 3%;
  text-transform: uppercase;
}

.tribe-events-sub-nav a {
  font-size: 20px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tribe-events-sub-nav a:hover {
  color: #00a0e0 !important;
}

#tribe-events-content h3 {
  border-bottom: none;
}

#tribe-events-content h3:hover {
  border-bottom: 2px solid #000;
}


.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: rhode;
}

/* #tribe-events-content h3 a:after{
	content: "\f101";
	font-family: FontAwesome;
}
 */

.tribe-events-calendar .tribe-events-tooltip {
  padding: 30px;
}

.tribe-events-tooltip h3 {
  padding-bottom: 15px;
  color: #1d1463;
}

.tribe-event-duration {
  padding-bottom: 15px;
  color: #00a0e0;
}

.tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 15px !important;
}

/*

#tribe-events-content a, .tribe-events-event-meta a {
	color: #000;
}

.tribe-events-category-general-exhibit a {
	color: #00a0e0 !important;
}

.tribe-events-category-community a {
	color: #1c1463 !important;
}

.tribe-events-category-public-program a {
	color: #b41d8d !important;
}

.tribe-events-category-educational-program a {
	color: #13bcb6 !important;
}

.tribe-events-category-traveling-exhibit a {
	color: #5d1e79 !important;
}
 */


.btn.event_learn_more {
  position: absolute;
  bottom: 41px;
  margin: 0;
  align-self: flex-start;
}

.btn.event_buy_tickets {
  position: absolute;
  bottom: 41px;
  margin: 0;
  align-self: flex-end;
}

.tribe-events-category-traveling-exhibit .btn.event_buy_tickets a {
  display: none;
}

/* .traveling_page .tribe-events-category-traveling-exhibit a {
    color: #b41d8d !important;
} */

.traveling_page .tribe-events-category-traveling-exhibit a {
  color: #fff !important;
}

.tribe-events-photo-event h3 {
  font-family: rhode-extended, sans-serif;
}

.tribe-events-list-widget-events {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.tribe-bar-filters-inner div {
  padding-left: 0 !important;
}


.single-tribe_events .tribe-events-cal-links {
  height: 80px;
  margin: 0 0 41px 30px;
}

.blue_bg {
  position: relative;
}




/* PHOTO VIEW  */


.tribe-events-list .tribe-event-url {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

/*  */

input:focus,
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus {
  border-color: #00a0e0 !important;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102,175,233, 0.6);*/
  box-shadow: 0px 0px 10px 1px rgba(0, 161, 224, 0.35) !important;
}

.frm_style_formidable-style.with_frm_style input:checked+.frm_slider {
  background-color: #00a0e0 !important;
}


.frm_style_formidable-style.with_frm_style .frm_required {
  color: #b41d8d !important;
}

.with_frm_style .frm_primary_label,
.frm_style_formidable-style.with_frm_style .frm_primary_label {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #1d1463 !important;
  text-transform: uppercase;
  font-family: "Polaris-medium", sans-serif !important;
}

.with_frm_style .frm_left_container .frm_primary_label {
  width: 125px !important;
}

.with_frm_style .frm_form_field input:not([type=radio]):not([type=checkbox]),
.with_frm_style .frm_form_field:not(.frm_dynamic_select_container) select {
  border: none;
  border-radius: 0;
  box-shadow: none;
  /*padding: 0;*/
}

/*input[type=text]*/
.frm_style_formidable-style.with_frm_style .form-field {
  border-bottom: 2px solid #00a0e0;
  padding: 15px;
}

.frm_form_field.form-field.frm_required_field.frm_left_container.frm_full.two_line_label {
  min-height: 100px;
}

#frm_field_114_container.two_line_label {
  min-height: 100px;
}

#frm_field_114_container.two_line_label .frm_time_wrap {
  margin-top: 30px;
}


.frm_form_field.form-field.frm_required_field.frm_left_container.frm_full.three_line_label {
  min-height: 130px;
}

.two_line_label.frm_form_field input {
  margin-top: 30px;
}

.three_line_label.frm_form_field input {
  margin-top: 60px;
}

.textarea_style {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: none !important;
}

.textarea_style label {
  padding-left: 20px !important;
}

.no_label label {
  display: none !important;
}

.frm_style_formidable-style.with_frm_style textarea {
  border-color: #00a0e0 !important;
  border-width: 2px !important;
  border-radius: 0 !important;
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container {
  padding: 0;
}

.no_underline.frm_form_field.frm_full.frm_html_container.form-field,
.frm_form_field.frm_section_heading.form-field.no_underline,
.no_underline {
  border: none !important;
}

.frm_combo_inputs_container {
  max-width: 100% !important;
}

.frm_style_formidable-style.with_frm_style .frm_section_heading {
  margin-top: 60px !important;
}


.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3 {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #1d1463 !important;
  text-transform: uppercase;
  line-height: 16px;
  padding: 0;
  margin: 0;
  padding-top: 60px !important;
}


#frm_field_35_container,
#frm_field_65_container,
#frm_field_125_container,
#frm_field_212_container,
#frm_field_286_container,
#frm_field_287_container {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#frm_field_65-country_container {
  padding-bottom: 0;
  margin-bottom: 0;
}

#frm_field_35-city_container {
  width: 100% !important;
}

#frm_field_35-state_container {
  margin-left: 0 !important;
  width: 50%;
}

#frm_field_35-zip_container {
  width: 47%;
}

/* Description */
.with_frm_style .frm_left_container>p.description::before,
.with_frm_style .frm_left_container>div.description::before,
.with_frm_style .frm_left_container>div.frm_description::before,
.with_frm_style .frm_left_container>.frm_error::before,
.with_frm_style .frm_right_container>p.description::after,
.with_frm_style .frm_right_container>div.description::after,
.with_frm_style .frm_right_container>div.frm_description::after,
.with_frm_style .frm_right_container>.frm_error::after {
  display: none !important;
  width: auto !important;
}

.frm_description {
  color: #ccc !important;
  line-height: 14px !important;
  padding-top: 15px !important;
}

.two_line_label .frm_description,
.three_line_label .frm_description {
  margin-left: -8px !important;
}

.frm_other_input,
.frm_style_formidable-style.with_frm_style .frm_full input.frm_other_input:not(.frm_other_full) {
  border: 2px solid #ccc;
}

hr.form_divide {
  border-top: 1px solid #ccc;
  width: 100%;
  margin: 60px 0;
}

.cal_icon {
  position: relative;
}

.cal_icon::after {
  color: #00a0e0;
  content: '\f133';
  font-family: FontAwesome;
  font-weight: normal;
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 23px;
  height: 15px;
}


.clock_icon {
  position: relative;
}

.clock_icon::after {
  color: #00a0e0;
  content: '\f017';
  font-family: FontAwesome;
  font-weight: normal;
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 53px;
  height: 15px;
}

.dollar_symbol {
  position: relative;
}

.dollar_symbol::after {
  color: #ccc;
  content: '\f155';
  font-family: FontAwesome;
  font-weight: normal;
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 50px;
  height: 15px;
}

/* Button */
#signup .btn.btn-solid {
  border-radius: 0 !important;
  border: none;
}

#signup .btn.btn-solid:hover {
  background-color: #1d1463;
}

.frm_style_formidable-style.with_frm_style .frm_submit button,
#signup .btn.btn-solid span {
  text-transform: uppercase;
  font-family: “Polaris-bold”, sans-serif !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 0.35em;
  padding: 1.1em 2.1em !important;
  transition: 0.25s all ease-in-out;
  border-radius: 0 !important;
  border: none;
}


.frm_pos_top.frm_section_spacing.frm_trigger {
  padding: 15px 0 3px 0;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  font-family: rhode-extended, sans-serif !important;
  font-weight: 500;
  color: #1d1463 !important;
  border: none !important;
}

.frm_form_field.frm_section_heading.form-field {
  padding: 0;
}


@media screen and (max-width: 768px) {
  .with_frm_style fieldset fieldset {
    width: 100%;
  }
}



/* SEARCH PAGE */
.search.search-no-results .search-form label::after {
  display: none;
}

@media(max-width:414px) {
  .search.search-no-results h1 {
    font-size: 38px;
    line-height: 55px;
  }
}

.search-post-title {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #1d1463 !important;
  text-transform: uppercase;
  line-height: 16px;
  /* 	padding: 0;
	margin: 0;
	clear:both; */
  padding-top: 60px !important;
}

.search-post-title,
.search-post-excerpt p,
.search-post-link {
  padding: 0;
  margin: 0;
  clear: both;
  width: 100%;
  float: left;
}

.search-post-link a {
  transition: 0.3s all ease-in-out;
}

.search-post-link a .fa {
  /* 	position: relative;
	left: 10px; */
  transition: 0.3s all ease-in-out;
  transform: translateX(10px);
}

.search-post-link a:hover {
  color: #1d1463;
}

.search-post-link a:hover .fa {
  transform: translateX(15px);
}



.search-form input[type=search] {
  background: transparent;
  border: none;
  padding: 10px;
  border-bottom: 3px solid #00a0e0;
  color: #ccc;
  text-decoration: none !important;
  font-size: 22px;
  letter-spacing: 0.06em;
}

.search-form label {
  position: relative;
}

.search-form label::after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0.5;
}

.search-form input[type=submit] {
  display: none;
}

.search-form input[type=submit] {
  background-color: #00a0e0;
  color: #ffffff;
  border-color: #00a0e0;
  padding: 15px 5%;
  font-family: "Polaris-medium", sans-serif !important;
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out
}

.search-form input[type=submit]:hover {
  background-color: #1d1463;
  border-color: #1d1463 !important;
}

#event_page_title {
  margin-top: -140px !important;
}


@media (max-width: 600px) {

  #event_page_title {
    margin-top: 0 !important;
  }
}

.blue_bg {
  margin-top: 0px !important;
}


/* #content.content{padding:0;margin:0;} */


/* WOOCOMMERCE STORE */

.main-bar,
.main-header .container-fluid {
  background-color: #000 !important;
}

.header-module .navbar-toggle .icon-bar:before,
.header-module .navbar-toggle .icon-bar:after {
  background-color: #fff;
}

.module-nav-trigger:hover {
  background-color: #00a0e0;
}

.vc_custom_1575615652892 {
  z-index: 0;
}

.store_main_nav,
.store_main_nav .modules-container,
.store_main_nav .header-module,
.store_footer_nav {
  width: 100%;
  margin: 0 !important;
}

#menu-store-menu-main,
#menu-store-footer {
  display: flex;
  justify-content: space-between;
}

#menu-store-menu-main.main-nav>li {
  padding-left: 0;
  padding-right: 0;
}

.store_main_nav .menu-item a,
.store_footer_nav .menu-item a,
#menu-store-menu-main.main-nav>li>a {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: "Polaris-bold", sans-serif;
}

#menu-store-menu-main.main-nav>li>a {
  padding-bottom: 3px;
}

.store_main_nav .menu-item a,
#menu-store-menu-main.main-nav>li>a {
  color: #fff;
}

.store_footer_nav .menu-item a {
  color: #00a0e0;
}

.store_main_nav .menu-item,
.store_footer_nav .menu-item,
#menu-store-menu-main.main-nav>li {
  border-bottom: 3px solid transparent;
}

.store_main_nav .current_page_item,
.store_main_nav .menu-item:hover,
.store_footer_nav .current_page_item,
.store_footer_nav .menu-item:hover,
#menu-store-menu-main.main-nav>li:hover {
  /*text-decoration: underline;*/
  transition: 0.2s all ease-in-out;
  border-bottom: 3px solid #00a0e0;
}

.module-trigger:hover .woocommerce-Price-amount.amount {
  color: #fff !important;
}

.module-cart .header-cart-container {
  width: auto;
}

.featured-box-product-alt {
  border-radius: 0;
  margin-bottom: 0 !important;
}

.featured-box-product-alt .featured-box-content {
  border-color: transparent !important;
  padding: 15px !important;
  color: #000 !important;

}

.store_featured_home .featured-box-content,
.store_featured_home .featured-box-content a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.store_featured_home .featured-box-content h3 {
  font-size: 22px;
  line-height: 32px;
  font-family: "Polaris-bold", sans-serif;
  text-align: center;

}

.store_featured_home .featured-box-content p {
  font-size: 12px;
  line-height: 22px;
  font-family: "Polaris-medium", sans-serif;
  text-align: center;
}

.store_section_title h3 {
  font-size: 24px;
  font-family: "Polaris-bold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  width: 100%;
}

.woocommerce-LoopProduct-link h3 {
  font-size: 16px;
  line-height: 22px;
  font-family: "Polaris-bold", sans-serif;
  letter-spacing: 0.05em;
}

.featured-box-info,
.sku_wrapper {
  display: none !important;
}

.store_footer_payments .vc_icon_element {
  margin-bottom: 0;
}

.store_footer_payments .wpb_wrapper {
  display: flex;
  justify-content: center;
}

.store_footer_payments .vc_icon_element-icon {
  opacity: 0.5;
  transition: 0.3s all ease-in-out;
}

.store_footer_payments .vc_icon_element-icon:hover {
  opacity: 1;
}

#store_mobile_nav {
  display: none;
}

@media screen and (max-width: 991px) {

  #menu-store-menu-main,
  #menu-store-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  #store_mobile_nav {
    display: block;
  }
}

@media screen and (max-width: 768px) {

  #menu-store-menu-main,
  #menu-store-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .store_main_nav .menu-item a,
  .store_footer_nav .menu-item a {
    padding: 10px;
  }
}



/* single page */
.single-product .titlebar {
  display: none;
}

.woocommerce-page.single-product .entry-title,
.product_title.entry-title {
  font-size: 36px;
  line-height: 46px;
  font-family: "Polaris-bold", sans-serif !important;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.woocommerce-page.single-product #content div.product p.price,
.woocommerce-page.single-product div.product p.price,
.woocommerce ul.products li.product .price {
  font-family: rhode, sans-serif !important;
  color: #00a0e0;
  font-size: 32px;
}

.woocommerce ul.products li.product .price {
  font-size: 24px;
}


.woocommerce .sku_wrapper,
.woocommerce .availability_status,
.woocommerce div.product form.cart table.variations td.label label {
  font-size: 14px;
  font-family: "Polaris-medium", sans-serif;
}

.woocommerce div.product form.cart .button,
.woocommerce button.button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  background-color: #00a0e0;
  color: #ffffff;
  border-color: transparent !important;
  padding: 15px 30px;
  font-family: "Polaris-medium", sans-serif !important;
  letter-spacing: 5px;
  font-weight: 700;
  transition: 0.3s all ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce button.button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover {
  background-color: #1d1463;
  color: #fff;
  text-decoration: none;
}

.woocommerce-page.single-product #content div.product .woocommerce-tabs,
.woocommerce-page.single-product div.product .woocommerce-tabs {
  background: #ccc;
}

.related.products {
  padding: 60px 0;
}


.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 15px 7px;
}

fieldset {
  margin-bottom: 15px !important;
}

legend {
  color: #1d1463;
  font-size: 16px;
  padding-top: 30px;
  text-transform: uppercase;
}








/* from single-event.php */


/* .container{
	width: 100%;
	margin: 0 auto;
	padding: 0;
} */


.tribe-events-single-event-description.tribe-events-content {
  max-width: 800px;
  margin: 0 auto !important;
  font-family: "Polaris-medium", sans-serif;
}



p,
ul,
li,
a {
  font-family: "Polaris-medium", sans-serif;
}

.tribe-events-notices {
  margin-bottom: 30px;
  margin-top: 10px;
}

#page_title {
  left: 0;
  max-width: 75%;
}

#event_page_title {}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: none !important;
  /* border-bottom: 1px dotted #1d1463; */
}


.titlebar.titlebar-title-xlg.text-dark {
  display: none
}

.featured_image {
  margin-top: -2px;
  padding-top: 300px !important;
  padding-bottom: 300px !important;

  height: auto;

  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.single-tribe_events .tribe-events-single-event-title {
  color: #fff;
  font-size: 36px !important;
  line-height: 70px !important;
  padding: 13px;
  text-transform: uppercase;
  /* background-image: linear-gradient(to right, #00a0e0, #1d1463); */
}

.detail_wrapper {
  display: flex;
  padding-bottom: 60px;
}

.blue_bg {
  background: #1d1463;
  margin-top: -71px;
  /* margin-bottom: 115px; */
  height: 100%;
  padding-bottom: 30px;
}

/* .red_bg {
		background: #c43522;
		padding: 30px;
		height: 100%;
		color: #fff;

		max-width: 635px;
		margin-left: 30px;
	} */

.events_image-third {
  max-width: 1170px;
  margin: 0 auto !important;
}

.event_additional_info {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.event_additional_info ul,
.tribe-events-content ul {
  list-style: none;
  padding: 0 0 0 17px;
  margin: 0;
  /* Remove default bullets */
}

.event_additional_info ul li::before,
.tribe-events-content ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #00a0e0;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.sponsorship_wrapper span {
  color: #fff;
}

.tribe-events-meta-group.tribe-events-meta-group-details,
.tribe-events-meta-group.tribe-events-meta-group-venue {
  padding: 0;
  margin: 0;
  height: auto;
  font-family: "Polaris-medium", sans-serif;
}

.tribe-events-single-section-title {
  display: none;
}


.sw-event_details {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}

.details_left,
.details_right {
  display: flex;
  flex-direction: column;
  /* padding: 0 15px; */
}

.details_left {
  padding-right: 15px
}

.details_right {
  padding-left: 15px
}

.detail_title {
  color: #00a0e0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.11em;
  font-family: "Polaris-medium", sans-serif;
}

.tribe_events-time,
.tribe_events-cost,
.detail_info {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.11em;
  font-weight: 600;
  font-family: "Polaris-medium", sans-serif;
}


/* #tribe-events-content a, .tribe-events-event-meta a{color:#fff;} */
.tribe-events-event-meta .tribe-events-event-categories a {
  color: #fff !important;
}

.tribe-events-event-meta .tribe-events-meta-group {
  width: 100%;
}

.tribe-events-single-event-description.tribe-events-content p,
.tribe-events-single-event-description.tribe-events-content ul {
  font-size: 16px;
  line-height: 32px !important;
  letter-spacing: 0.11em;
  padding-bottom: 15px;
}

.single-tribe_events .tribe-events-cal-links {
  max-width: 800px;
}

.tribe-events-cal-links {
  margin-left: 30px;
}



/*
	.snippet_title {
		font-size: 30px;
		letter-spacing: 0.11em;
		color: #fff;
		text-transform: uppercase;
		line-height: 36px;
		font-weight: 700;
	}

	.snippet_content p {
		font-size: 14px;
		letter-spacing: 0.11em;
		color: #fff;
		padding: 15px 0 0 0;
		margin: 0;
		line-height: 20px;
		font-weight: 700;
	} */


.event_buy_tickets {
  margin-top: 0;
  margin-bottom: 13px;
}

.buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  flex-wrap: wrap;

}

/* .event_buy_tickets-content {
		margin-bottom: 13px;
	} */

.event_buy_tickets.btn i,
.event_buy_tickets-content.btn i,
.event_buy_tickets-all.btn i {
  margin-right: 10px;
}


.event_buy_tickets,
.event_buy_tickets-content,
.event_buy_tickets-all {
  /* width: 100%; */
}

.event_buy_tickets-content,
.event_buy_tickets-all {
  margin: 10px 0;
}

.event_buy_tickets-all.btn {
  margin-left: 0;
}


.event_buy_tickets a,
.event_buy_tickets-content a,
.event_buy_tickets-all a {
  background-color: #00a0e0;
  border-color: none;
  padding: 15px 60px;
  font-family: "Polaris-medium", sans-serif !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
  transition: 0.3s all ease-in-out;
  width: auto;
  color: #fff !important;
  display: inline-block;
}

.event_buy_tickets a {
  background-color: #00a0e0;
  margin-left: 30px;
}

.event_buy_tickets-content a {
  background-color: #000;
}

/* .event_buy_tickets-content a {
		padding: 15px 30%;
	} */

.event_buy_tickets a:hover {
  background-color: #fff;
  color: #1d1463 !important;
}

.event_buy_tickets-content a:hover,
.event_buy_tickets-all a:hover {
  background-color: #1d1463;
  color: #fff !important;
}

.detail_wrapper {
  display: flex;
  flex-direction: row;
}

.single-tribe_events #tribe-events-footer {
  margin: 0;
  padding: 0;
  border: none;
}

ul.tribe-events-sub-nav {
  display: flex;
  /* primary flex container */
  flex-direction: row;
  /* horizontal alignment of flex items */
  flex-wrap: wrap;
  align-items: stretch;
  /* will apply equal heights to flex items */
  justify-content: space-between;
  height: 100%;
  margin: 0 -15px !important;
}

.tribe-events-sub-nav .tribe-events-nav-previous,
.tribe-events-sub-nav .tribe-events-nav-next {
  transition: 0.3s all ease-in-out;
  background: #1d1464;
  color: #fff !important;

  display: flex;
  /* nested flex container */
  flex-direction: column;
  /* vertical alignment of flex items */
  justify-content: center;
  /* center flex items vertically */
  align-items: center;
  /* center flex items horizontally */
}





/* .tribe-events-sub-nav .tribe-events-nav-previous span,
	.tribe-events-sub-nav .tribe-events-nav-next span{
			display: inline-block;
			min-height: 30px;
	} */


.tribe-events-sub-nav .tribe-events-nav-previous a,
.tribe-events-sub-nav .tribe-events-nav-next a {
  color: #fff !important;
  padding: 30px;
  height: 100%;
  width: 100%;
  transition: 0.3s all ease-in-out;

  font-family: "Polaris-medium", sans-serif !important;
  font-size: 14px !important;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;

  display: flex;
  /* nested flex container */
  flex-direction: row;
  /* vertical alignment of flex items */
  align-items: center;
  /* center flex items horizontally */
}


/* .tribe-events-sub-nav .tribe-events-nav-previous {
	}

	.tribe-events-sub-nav .tribe-events-nav-next {
	} */


.tribe-events-sub-nav .tribe-events-nav-previous a {
  text-align: left;
  justify-content: flex-start;
}

.tribe-events-sub-nav .tribe-events-nav-next a {
  text-align: right;
  justify-content: flex-end;
}

.tribe-events-sub-nav .tribe-events-nav-previous i {
  margin-right: 15px;
}

.tribe-events-sub-nav .tribe-events-nav-next i {
  margin-left: 15px;
}


.tribe-events-sub-nav .tribe-events-nav-previous:hover,
.tribe-events-sub-nav .tribe-events-nav-next:hover {
  background: #00a0e0;
  transition: 0.3s all ease-in-out;
}


@media (max-width: 1199px) and (min-width: 992px) {


  .featured_image {
    padding-top: 245px !important;
    padding-bottom: 245px !important;
  }
}


@media (max-width: 991px) and (min-width: 768px) {
  .featured_image {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }

  .tribe-events-single-event-title,
  .single-tribe_events .tribe-events-single-event-title {
    font-size: 30px !important;
    line-height: 62px !important;
  }

}

@media (max-width: 991px) {

  .main-bar>.vc_row.wpb_row {
    position: absolute !important;
    left: -15px;
    top: 58px;
    padding-left: 0 !important;
    height: 42px;
    background-color: black;
    width: calc(100% + 30px);
  }

  #header-left-text {
    left: 0;
    width: 100%;
    padding: 0;
  }

  #header-left-text .header-module {
    display: block;
  }

  #header-left-text .header-module .op-is-open-shortcode {
    top: 0;
  }

  main#content {
    margin-top: 25px;
  }



  .blue_bg {
    margin-top: -62px;
    margin-bottom: 30px;
  }

  .red_bg {
    max-width: 100%;
    margin-left: 0px;
  }

  /* .event_buy_tickets {
			margin-bottom: 42px;
		} */

  .detail_wrapper {
    display: flex;
    flex-direction: column;
  }

  blockquote {
    text-align: center;
    padding: 15px !important;
    /* width: 100%; */

    width: 100%;
    position: static;
    /* left: 50%;
		right: 50%; */
    margin-left: 0;
    margin-right: 0;

    /* margin: 0 auto !important; */
    border-left: none !important;
  }

  blockquote p {
    font-size: 20px !important;
    line-height: 30px !important;
  }

}

@media (max-width: 767px) {
  .blue_bg {
    margin-top: -56px;
  }

  .details_left,
  .details_right {
    width: 100%;
    padding-left: 15px;
  }

  .details_left {
    padding-right: 0
  }

  .details_right {
    padding-left: 0
  }

  .featured_image {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }

  .tribe-events-single-event-title,
  .single-tribe_events .tribe-events-single-event-title {
    font-size: 24px !important;
    line-height: 55px !important;
  }

  .sw-event_details {
    flex-direction: column;
    padding: 30px;
  }

  .blue_bg {
    padding-bottom: 30px;
  }

  .red_bg {
    padding: 15px;
  }
}

@media (max-width: 600px) {

  ul.tribe-events-sub-nav {
    flex-direction: column;
    /* horizontal alignment of flex items */
    flex-wrap: wrap;
  }

  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
    width: 100%;
    margin: 15px 0 0 0;
  }

  #tribe-events-footer:after,
  #tribe-events-footer:before,
  #tribe-events-header:after,
  #tribe-events-header:before {
    display: none;
  }
}


@media (max-width: 400px) {

  .event_buy_tickets a {
    display: block;
    margin-left: 15px;
    width: calc(100% - 30px)
  }
}



.sw-tribe-event-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  filter: grayscale(1);
  transition: 0.3s all ease-in-out;
}

.sw-tribe-event-image::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 20%, rgba(0, 0, 0, 0.0) 70%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.tribe-events-event-image:hover .sw-tribe-event-image {
  filter: grayscale(0);
}

.sw-custom_cal_list_view .tribe-event-duration {
  z-index: 2;
  position: relative;
}

.sw-event_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  padding: 60px 30px;
  color: #fff;
  position: absolute;
  z-index: 0;
  margin: 0;
  width: 100%;
  height: 100%;

  top: 0;
  left: 0;
}


.sw-custom_cal_list_view h4.tribe-event-title,
.sw-custom_cal_list_view h4.tribe-event-title a {
  color: #fff !important;
  padding: 30px 0;
  font-size: 43px;
  z-index: 2;
  line-height: 53px;
  padding-right: 30px;
}


.sw-list_buttons {
  position: absolute;
  z-index: 3;
  bottom: 40px;
}

.sw-custom_cal_list_view .event_learn_more a,
.sw-custom_cal_list_view .event_buy_tickets a {
  color: #fff !important;
  margin: 0;
}

.sw-custom_cal_list_view .btn.event_buy_tickets,
.sw-custom_cal_list_view .btn.event_learn_more {
  position: static;
  /*     left: 0; */
  align-self: flex-start;
}


.sw-custom_cal_list_view .btn.event_learn_more {
  margin-bottom: 40px;
}


#tribe-events .tribe-events-content blockquote p {
  margin: 0 auto;
  width: 95%;
  line-height: 40px;
}





#tribe-events .tribe-events-content blockquote {
  text-align: center;
  padding: 15px 25% !important;
  /* width: 100%; */

  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

  /* margin: 0 auto !important; */
  border-left: none !important;
}

#tribe-events .tribe-events-content blockquote p {
  font-size: 30px !important;
  line-height: 40px !important;
  padding: 0 !important;
  width: 100%;
  max-width: unset !important;
  text-transform: uppercase;
}


/* CR Calendar fixes  */

h3.wilderness-closed-tuesday {
  font-size: 1.6em;
  line-height: 1.3em;
  padding: 0.4em;
}

#tribe-events-content h3.wilderness-closed-tuesday:hover {
  border-bottom: 0;
}

.wilderness-daynum {
  font-size: 20px;
  font-weight: 500;
  font-family: rhode;
}

.main-header .elementor-widget-container>div:not(.module-container),
.header-module>div:not(.module-container) {
  top: 0;
}


.single-tribe_events .vc_custom_1572891704453 {
  margin-top: -39px !important;
}


.single-tribe_events a.btn.btn-solid.border-thin.text-uppercase.ra_button_6086e2873f70a.btn-linear.vc_custom_1598565629716 {
  margin-top: -39px !important;
}


.single-tribe_events .vc_custom_1572891704453 .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
  margin-top: -3px;

}



/* new hours styles */

.museum-hours {}

table.op-table.op-table-overview {
  border: none;
}


.museum-hours p {
  font-family: "Polaris-bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;

}

tr.op-row.op-row-day {
  border: none;
  padding: 0;
}

td.op-cell.op-cell-periods {
  border: none;
  padding: 0 10px;
}


.museum-hours .op-cell-heading {
  font-family: "Polaris-bold", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  border: none;
  padding: 0 5px 0 0;
  font-weight: 300;
}

.museum-hours .op-period-time {
  font-family: "Polaris-bold", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}


.wpb_column.vc_column_container.vc_col-sm-3.vc_col-xs-6.rella-column-responsive-61b7746ae8d2d .museum-hours p {
  display: none;
}

.museum-hours p {
  display: none;
}

p.detail_title {
  display: block;
}

tr.op-row.op-row-day th {
  border: none;
}



.wpb_text_column.wpb_content_element.museum_hours th.op-cell.op-cell-heading {
  color: white;
}



.wpb_text_column.wpb_content_element.museum_hours span.op-period-time {
  color: white;
}


.wpb_text_column.wpb_content_element.museum_hours span.op-closed {
  color: white;

}



.wpb_text_column.wpb_content_element.vc_custom_1642716089729 .op-overview-shortcode {
  display: block;
  margin-bottom: 40px;
  margin-top: -30px;
  margin-left: 20px;
}



.sw-event_details table.op-table.op-table-overview {
  color: white;
}





#events-header {
  margin-bottom: 100px;
}

#events-header h2 {
  margin-bottom: 25px;
}

#events-header strong {
  margin-top: 25px;

}

#events-header a {
  background: #1D1463;
  margin-top: 25px;

}

#events-header a span {
  color: white;

}

.tribe-events-tooltip a {
  color: red !important;
}

.event-main-info ol li a {
  color: blue !important;
  font-weight: 900 !important;
  text-decoration: underline;
}

.vc_icon_element {
  margin-bottom: 0 !important;
}
