/*
    Theme Name: Marlboro Music 2017
    Theme URI: https://marlboromusic.org
    Description: Custom theme for Marlboro Music 2017
    Version: 1.0.0
    Author: Dinkuminteractive
    Author URI: http://www.dinkuminteractive.com/
    Tags: Clean, Custom
*/
body {
  overflow-x: hidden;
}
a {
  color: #770029;
}
a:hover,
a:focus {
  color: #770029;
  text-decoration: underline;
}
.clearfix {
  clear: both;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
/*image styling*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
  margin-bottom: 20px;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.space15 {
  clear: both;
  height: 15px;
}
/*comment styling*/
/*comment*/
#comment-section p {
  margin-bottom: 10px;
}
#comment-section p label {
  display: block;
  font-size: 14px;
}
#comment-section p#form-allowed-tags {
  display: none;
}
#comment-section form#commentform input[type="text"],
#comment-section form#commentform textarea {
  background: #f6f6f6;
  border: 1px solid #cecece;
  border-radius: 3px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.12);
  height: auto;
  letter-spacing: 1px;
  outline: none;
  padding: 0 8px;
}
#comment-section form#commentform input[type="text"] {
  width: 30%;
}
#comment-section form#commentform textarea {
  padding: 10px;
  width: 60%;
  height: 120px;
}
#comment-section form#commentform input[type="text"]:focus,
#comment-section form#commentform textarea:focus {
  background: #eef7fc;
  border: 1px solid #75b1d9;
  box-shadow: none;
}
#comment-section h3 {
  margin: 0 0 20px;
  font-size: 18px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}
#comment-section ul li {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
#comment-section ul li:last-child {
  border: none;
}
#comment-section ul {
  padding: 0;
  margin: 0;
}
#comment-section figure {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 12px;
}
#comment-section figure img {
  max-width: 100%;
  height: auto;
}
#comment-section .comment-detail {
  float: left;
}
#comment-section .comment-meta cite {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
}
#comment-section .comment-meta a {
  font-weight: normal;
  color: #ccc;
}
#respond {
  margin-top: 30px;
}
#comment-section ul li.depth-2 {
  margin-left: 50px;
}

/*====== rewrite =======*/
.toprow h5 {
  margin-top: 14px;
}
.toprow {
  padding: 0;
}
.toprow ul li {
  display: inline-block;
  padding: 8px 0;
}
.toprow ul li.social.cart {
  background: rgba(0, 0, 0, 0.4);
  padding-left: 8px;
  padding-right: 8px;
}
.float-cart {
  visibility: hidden;
}
.float-cart.show {
  visibility: visible;
}
/*Float Cart*/
.float-cart {
  position: absolute;
  background: #fff;
  right: -150%;
  opacity: 0;
  z-index: 99999;
  font-size: 14px;
  padding: 1.5rem 2.5rem;
  border: 1px solid #dcdcdc;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.float-cart a {
  color: #0074bf;
  letter-spacing: normal;
  text-transform: none;
}
.float-cart.show {
  opacity: 1;
  right: 15px;
}
@media screen and (max-width: 62em) {
  .float-cart {
    width: 100%;
  }
  .float-cart.show {
    bottom: auto;
    top: 0;
    right: 0;
  }
}

.float-cart__title {
  border-bottom: 1px solid #e5e5e5;
}

.float-cart__title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 10px;
}

.float-cart__item {
  overflow: hidden;
  padding: 15px 0;
  color: black;
  border-bottom: 1px solid #e5e5e5;
}
.float-cart__item:last-child {
  border: none;
}

.float-cart__thumb {
  float: left;
  margin-right: 15px;
}

.float-cart__dtl {
  overflow: hidden;
  color: black;
}
.float-cart__dtl h4 {
  margin: 0;
  line-height: 1.3em;
  font-size: 14px;
  font-weight: 600;
}
.float-cart__dtl h4 a {
  color: #0074bf;
}

.float-cart__small {
  font-size: 14px;
  color: #868686;
}
.float-cart__small span,
.float-cart__small a {
  color: #868686;
  font-size: 14px;
}

.float-cart__xs {
  display: inline-block;
  border-right: 1px solid #868686;
  padding: 0 8px;
  line-height: 1em;
}
.float-cart__xs:first-child {
  padding-left: 0;
}
.float-cart__xs:last-child {
  padding-right: 0;
  border: none;
}

.float-cart__foo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.float-cart__close {
  position: absolute;
  right: 1.3rem;
  top: 10px;
  width: 22px;
  height: 32px;
  opacity: 0.3;
}
.float-cart__close:hover {
  opacity: 1;
}
.float-cart__close:before,
.float-cart__close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 22px;
  width: 2px;
  background-color: #6f6f6f;
}
.float-cart__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.float-cart__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

span.small-notice {
  margin-top: 5px;
  display: inline-block;
}

.btn-sm-red {
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
}
.pre-post .single-pre-post p {
  line-height: 22px;
}
.title-post-box {
  line-height: 28px;
}
.pre-post .single-pre-post .events li h3 {
  color: #770029;
}
.inner-col .issuuembed {
  margin-bottom: 30px;
}
.main-cont blockquote {
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 5px 20px;
  margin: 20px 0 20px 20px;
  font-size: 17px;
  border-left: 2px solid #eee;
}
.main-hero figcaption h2 {
  text-shadow: 2px 2px 5px #000;
}
#header {
  padding-bottom: 15px;
}
.microw {
  margin: 40px 0 30px;
  text-align: center;
}
.microw figure {
  display: inline-block;
}
.foo-top-nav h5 {
  margin-bottom: 15px;
}
.foo-top-nav ul.supportus li,
.foo-top-nav ul.contactus li:last-child {
  margin-top: 10px;
}
.socmed h5 {
  margin-bottom: 25px !important;
}
.foo-bottom-nav ul li {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .foo-bottom-nav ul li {
    margin-bottom: 15px;
  }
}
.foo-bottom-nav ul li a {
  font-weight: 400;
}
.main-cont .wp-caption .wp-caption-text {
  margin: 10px 0 -5px;
}
@media screen and (min-width: 62em) {
  .foo-top-nav .sc-col {
    padding-left: 38px;
  }
}
.socmed li {
  margin-right: 20px;
}
.socmed li a i.fa-facebook:hover,
.socmed li a i.fa-facebook:focus,
.socmed li a i.fa-instagram:hover,
.socmed li a i.fa-instagram:focus,
.socmed li a i.fa-youtube:hover,
.socmed li a i.fa-youtube:focus {
  color: #000;
}
.toprow ul li a:hover,
.toprow ul li a:focus {
  color: #fff;
  text-decoration: underline;
}
.navigation ul ul {
  padding-top: 15px;
  top: 100%;
  background: transparent;
  cursor: pointer;
}
.navigation ul li ul li {
  background: #770029;
}
.navigation ul li a {
  min-height: 21px;
  display: inline-block;
}
.col-cont .inner-col {
  overflow: hidden;
}
/*homepage*/
.pre-post .single-pre-post .events li:hover {
  background-color: #fff;
}
.pre-post .single-pre-post figcaption h2.title-post-box br {
  display: none;
}
.pre-post .single-pre-post h3 {
  font-size: 14px;
}
.pre-post .single-pre-post .events li .date {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pre-post .single-pre-post figure a.imgLiquidFill {
  display: block;
  width: 100%;
  height: 200px;
}
.top-slide .wrap-slide .imageslides.videoslides {
  padding: 1.2% 0;
  background: #e6e1db;
}
.top-slide .wrap-slide .imageslides.videoslides h2 {
  margin-top: 60px;
  color: #000;
  text-shadow: none;
}
.videowrap.col-sm-5 {
  padding-right: 60px;
}
.videowrap iframe {
  max-width: 100%;
}
/*plan visit*/
.exp .inner .intro p {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 17px;
  font-weight: normal;
}
.adv-featured {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.where-to-stay .exp .inner {
  background: #f1f9f9;
}
body.places-to-eat .exp .inner {
  background: #faeeee;
}
body.what-to-do .exp .inner {
  background: #f3f6ef;
}
.opt-list li {
  padding: 0;
}
.opt-list li a {
  display: block;
  padding: 9px;
}
body.where-to-stay .opt-list li.active,
.opt-list li.where-to-stay:hover {
  background: #7ac3c9;
}
body.places-to-eat .opt-list li.active,
.opt-list li.places-to-eat:hover {
  background: #cf5959;
}

body.what-to-do .opt-list li.active,
.opt-list li.what-to-do:hover {
  background: #88a764;
}

.adv .single-pre-post figure a.imgLiquidFill {
  display: block;
  width: 100%;
  height: 235px;
}
.adv .single-pre-post figcaption a {
  color: #404040;
}
.filter-brochures ul li.active {
  border-radius: 2px;
}
.adv .single-pre-post p.plan-map-title {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 10px;
}

/*single plan visit*/
.acf-map {
  width: 100%;
  height: 200px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.acf-map.map-contact {
  height: 400px;
}
.acf-map img {
  max-width: inherit !important;
}
/*contact*/
ul.nav.contact-menu {
  margin-bottom: 30px;
}
ul.nav.contact-menu li {
  display: block;
  float: left;
  width: 49%;
  position: relative;
  margin: 0 1%;
}
ul.nav.contact-menu li:first-child {
  margin-left: 0;
}
ul.nav.contact-menu li:last-child {
  margin-right: 0;
}
ul.nav.contact-menu li a {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 22px;
  text-align: center;
  border-bottom: 3px solid rgb(112, 112, 112);
  color: #000;
}
ul.nav.contact-menu li a:hover,
ul.nav.contact-menu li.active a {
  border-bottom: 3px solid #770029;
  background-color: #eee;
}
ul.nav.contact-menu li a span {
  display: inline-block;
  font-size: 14px;
  font-style: italic;
}
.address header {
  margin-bottom: 20px;
  text-align: center;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.address header strong {
  font-size: 24px;
}
.address header em {
  font-size: 18px;
}
.contact-content .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.contact-content .tab-pane.active {
  height: auto;
  overflow: visible;
}
/*blog and blog detail*/
.filter-brochures ul li a {
  color: #404040;
}
.filter-brochures ul li.active a {
  color: #fff;
}
.fullimage {
  margin: 0 -25px 30px;
}
.post-title-bg {
  padding: 40px 20px 25px;
}
.hd-post-author {
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.hd-post-meta {
  font-style: italic;
  font-size: 15px;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #000;
}
.hd-post-meta a {
  color: #000;
}
.hd-post-meta a:hover {
  color: #0072bc;
  text-decoration: none;
}
article.postdetail.center-post p:first-child:first-letter {
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 75px;
  line-height: 50px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
#exTab1 .tab-content {
  padding: 30px 0;
}
#exTab1 .tab-content h2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 32px;
}
#exTab1 {
  padding-top: 40px;
  border-top: 1px solid #e6e6e6;
}
#exTab1 .nav.nav-pills {
  text-align: center;
}
#exTab1 .nav.nav-pills li {
  display: inline-block;
  float: none;
}
#exTab1 .nav.nav-pills li a {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  background: transparent;
  color: #000;
  font-style: italic;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 0;
}
#exTab1 .nav.nav-pills li.active a {
  color: #770029;
}
#exTab1 .nav.nav-pills li {
  border-right: 3px solid #404040;
}
#exTab1 .nav.nav-pills li:last-child {
  border: none;
}
#exTab1 .publications {
  margin-bottom: 30px;
}
.btn-purchase {
  border: 1px solid #770029;
  padding: 8px 15px;
  max-width: 200px;
  width: 200px;
  white-space: normal;
  float: right;
  font-size: 13px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
  letter-spacing: 0px;
}
.btn-purchase:hover {
  color: #fff;
  background-color: #770029;
}
.related-post {
  padding: 70px 0;
}
.related-post p.section-title {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 40px;
}
.related-post a {
  display: block;
}
.related-post a:hover {
  text-decoration: none;
}
.related-post .title-post-box {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.related-post a:hover .title-post-box {
  color: #770029;
}
.related-post .alignleft {
  text-align: right;
  margin: 0 0 20px 0;
  padding-right: 30px;
}
.related-post .alignright {
  margin: 0 0 20px 0;
  padding-left: 30px;
}
.related-post .with-img .title-post-box {
  display: inline-block;
}
.related-post .with-img figure {
  display: inline-block;
  max-width: 100px;
}
.related-post .alignleft.with-img figure {
  margin-left: 20px;
}
.related-post .alignright.with-img figure {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .related-post {
    padding-bottom: 10px;
  }
  .related-post .alignleft,
  .related-post .alignright {
    float: none;
    text-align: center;
    padding: 0;
  }
}

/*archive blog and detail*/
.embed-rec .content-column {
  margin-top: 30px;
}

/*single publication & recordings*/
.single-learn_recordings .col-cont .inner-col h1,
.single-learn_publications .col-cont .inner-col h1 {
  margin-bottom: 10px;
}
.single-learn_recordings .inner-col h3.subtitle,
.single-learn_publications .inner-col h3.subtitle {
  margin: 0;
  font-style: italic;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 19px;
}

/*about - staff*/
.placelist .desc {
  color: #000;
  text-align: center;
}
.placelist .desc strong {
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 6px;
}
.placelist a:hover .desc,
.placelist a:hover .desc strong {
  color: #7c173e;
}
.placelist a:hover {
  text-decoration: none;
}
.seasonal .placelist figure,
.year-round-staff .placelist figure,
.page-template-page-staff-php .placelist figure {
  text-align: center;
}
.seasonal .placelist .inner,
.year-round-staff .placelist .inner,
.page-template-page-staff-php .placelist .inner {
  width: 176px;
}
.staff-pic figure {
  float: right;
  margin: 0 0 20px 20px;
}
.staff-pic .detail {
  margin-bottom: 30px;
}
.staff-pic .detail p.name {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.staff-pic .detail span.position {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 25px;
}
.placelist .desc {
  padding: 10px;
}
.seasonal .placelist .desc strong,
.year-round-staff .placelist .desc strong,
.page-template-page-staff-php .placelist .desc strong {
  font-size: 14px;
}
.seasonal .placelist .desc span,
.year-round-staff .placelist .desc span,
.page-template-page-staff-php .placelist .desc span {
  font-size: 14px;
  line-height: 16px;
}

/* about - gallery */
/*Photo Gallery*/
.photo-gallery-list {
  margin: 0;
  padding-top: 15px;
}
#blog-gallery {
  clear: both;
  text-align: center;
}
/* #blog-gallery .acf-photo-gallery  */
.inner-col .photo-gallery-list .acf-photo-gallery {
  position: relative;
  border: 1px solid #cccccc;
  padding: 4px;
  width: calc(25% - 20px);
  float: left;
  margin: 0 10px 20px;
  list-style-type: none;
}
.inner-col .acf-photo-gallery:hover,
#blog-gallery .acf-photo-gallery:hover {
  background: #efefef;
}
.inner-col .acf-pagination,
#blog-gallery .acf-pagination,
.learn-listen .acf-pagination {
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 25px;
}
.inner-col .acf-pagination span.page-numbers.current,
#blog-gallery .acf-pagination span.page-numbers.current,
.learn-listen .acf-pagination span.page-numbers.current,
.inner-col .acf-pagination a.page-numbers:hover,
#blog-gallery .acf-pagination a.page-numbers:hover,
.learn-listen .acf-pagination a.page-numbers:hover {
  background-color: #726661 !important;
  color: white !important;
  text-decoration: none !important;
}
.inner-col .acf-pagination span.page-numbers.current,
#blog-gallery .acf-pagination span.page-numbers.current,
.learn-listen .acf-pagination span.page-numbers.current,
.inner-col .acf-pagination a.page-numbers,
#blog-gallery .acf-pagination a.page-numbers,
.learn-listen .acf-pagination a.page-numbers {
  padding: 0 10px 3px;
  font-size: 15px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  border: 1px solid #cccccc;
  color: #77778a;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.archive_blog-template-default.single .fancybox-title.fancybox-title--wrap {
  padding: 20px;
}
#fancybox-title {
  font-size: 14px !important;
}
.fancybox-title-inside #fancybox-title {
  padding: 0 10px;
}
.photo-gallery-list ul {
  padding: 20px 10px 30px;
  text-align: center;
}
.photo-gallery-list ul li {
  display: inline-block;
  margin: 0 1px 0 0;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.photo-gallery-list ul li:last-child {
  margin: 0;
}
.photo-gallery-list ul li:after {
  content: "/";
  margin-left: 10px;
  color: #999;
}
.photo-gallery-list ul li:last-child:after {
  display: none;
}
.photo-gallery-list ul li a {
  color: #999;
}
.photo-gallery-list ul li.active a,
.photo-gallery-list ul li a:hover {
  color: #000;
}

/* about -recordings */
body.recordings #exTab1 {
  margin-top: 40px;
  border: none;
  padding: 0;
}
body.recordings #exTab1 .nav.nav-pills {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
body.recordings #exTab1 .tab-content {
  padding: 10px 0;
}
#exTab1 .tab-content a {
  color: #000;
}
#exTab1 .tab-content a.pubrec {
  font-size: 17px;
  line-height: 32px;
}
#exTab1 .tab-content a:hover {
  color: #770029;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/*404*/
.content-404 {
  padding: 60px 0 100px;
  text-align: center;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.content-404 h1 {
  font-size: 42px;
  margin: 0 0 30px;
}

/*donation*/
.col-cont .inner-col .donor-select h3 {
  margin: 20px 0;
  font-size: 17px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif !important;
}
.donor-select .seat-list {
  margin: 30px 0;
}
.donor-select .seat-list th,
.donor-select .seat-list td {
  padding: 5px 10px;
}
.donor-select .seat-list tr:nth-child(2) td {
  padding-top: 10px;
}
.donor-select .seat-list tr:last-child td {
  padding-bottom: 10px;
}
#donor-form .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 15px;
}
#donor-form .gform_wrapper .ginput_complex {
  margin-bottom: -15px;
}
#donor-form .gform_wrapper input,
#donor-form .gform_wrapper textarea {
  margin-bottom: 10px;
}
#donor-form
  .gform_wrapper
  .ginput_complex
  .ginput_cardinfo_right
  input.ginput_card_security_code {
  width: 112px;
}
@media (min-width: 641px) {
  #donor-form .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    width: 50%;
  }
}
@media (max-width: 640px) {
  #donor-form .gform_wrapper select {
    margin-bottom: 10px !important;
  }
}

/*for presenters*/
.for-content {
  margin-top: 40px;
}
.for-content .section {
  margin-bottom: 50px;
}
.for-content .section h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif !important;
}
.for-content .section ul.tour {
  border: 2px solid #812c51;
  padding: 10px 25px;
}
.for-content .section ul.tour li {
  border-bottom: 1px solid #dfdfdf;
}
.for-content .section ul.tour li:last-child {
  border-bottom: none;
}
.for-content .section ul.tour li h4 {
  margin: 15px 0 5px !important;
  color: #000;
  font-weight: normal;
  font-size: 17px;
}
.for-content .section ul.tour li h4 a {
  color: #0072bc;
}
.for-content .section ul.tour li p {
  font-style: italic;
  color: #666;
  font-size: 15px;
}
.for-content .section ul.docs li {
  margin-bottom: 10px;
}
.for-content .section ul.docs li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #770029;
  padding-right: 80px;
  background: url(assets/img/doc.png) no-repeat center right 5px;
  background-size: 65px 82px;
}
.for-content .section ul.docs li a:hover,
.for-content .section ul.docs li a:focus {
  text-decoration: none;
  background-color: rgba(119, 0, 41, 0.1);
}
.for-content .section ul.docs li p {
  display: table-cell;
  height: 120px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0px !important;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
  padding-left: 10px;
}
.for-content .section a.btn {
  padding: 5px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
  text-transform: none;
  font-size: 11px;
}
.for-content .section .logos.row li .logo {
  margin-bottom: 10px;
}
.for-content .section .logos.row li .logo figure {
  display: table-cell;
  vertical-align: middle;
  height: 140px;
  padding: 0 5px;
  border: 1px solid #770029;
  text-align: center;
}
.for-content .section .photos.row li {
  margin-bottom: 20px;
}
.for-content .section .photos.row li .box {
  border: 1px solid #770029;
  padding: 5px;
  margin-bottom: 10px;
}
.for-content .section .photos.row li .box figure {
  max-height: 137px;
  overflow: hidden;
  max-width: 100%;
}

/*====== default ======*/
.inner-col {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 17px;
  line-height: 25px;
}
.main-cont .inner-col p {
  margin-bottom: 15px;
}
.main-cont .inner-col p iframe {
  margin-top: 20px;
}
.inner-col h1,
.inner-col h2,
.inner-col h3,
.inner-col h4,
.inner-col h5,
.inner-col h6 {
  margin: 5px 0 20px 0;
}
.col-cont .inner-col h2,
.col-cont .inner-col h3,
.col-cont .inner-col h4 {
  margin-top: 30px;
}
.col-cont .inner-col h1,
.col-cont.learn-listen h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
}
.cta {
  border: 1px solid #770029;
  padding: 25px 10px 15px;
  margin: 40px 0 10px;
}
.cta h4 {
  font-size: 20px;
  color: #000;
  padding: 0;
  margin: 0 0 5px !important;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif !important;
}
.cta p {
  font-size: 15px;
  margin-bottom: 10px !important;
}
.cta .btn-sm-red {
  margin-top: 5px;
  max-width: 224px;
  padding: 10px 25px;
  font-weight: normal;
  font-size: 13px;
}
.cta .btn-sm-red .fa-lock::before {
  content: "\f023";
  font-family: "FontAwesome";
  font-style: normal;
  padding-right: 5px;
}
.cta-info p {
  text-align: center;
  font-size: 12px;
}
/*====== Page Annual =====*/
.main-cont .inner-col .annual-list {
  color: #404040;
  display: block;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.15);
}
.main-cont .inner-col .annual-list .caption {
  padding: 20px;
}
.main-cont .inner-col .annual-list p {
  margin: 0;
  margin: 0;
  color: #404040;
  font-size: 15px;
}
.main-cont .inner-col .annual-list h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.page-template-template-annual-child-php #rightside .name {
  line-height: 1.4;
}

/*====== navigation =====*/
.toprow ul li.social {
  padding-right: 0;
  margin-left: 15px;
}
.toprow ul li.social a {
  display: inline-block;
  text-align: center;
  font-size: 12px;
}
.navigation ul li:last-child ul {
  left: -50px;
}
.navigation ul li ul li a {
  white-space: normal;
}
.navigation ul li.current-menu-item > a,
.navigation ul li.current-menu-parent > a,
.navigation ul li.current-page-ancestor > a {
  color: #770029;
}
.navigation ul li.current-menu-item > a,
.navigation ul li.current-menu-parent > a,
.navigation ul li.current-page-ancestor > a {
  position: relative;
  display: inline-block;
}
.navigation ul li.current-menu-item > a:after,
.navigation ul li.current-menu-parent > a:after,
.navigation ul li.current-page-ancestor > a:after {
  content: " ";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: #770029;
  left: 0;
  bottom: 0;
}
.navigation ul li.current-menu-item ul.sub-menu li a,
.navigation ul li.current-menu-parent ul.sub-menu li a,
.navigation ul li.current-page-ancestor ul.sub-menu li a {
  color: #fff;
}
.navigation ul li.current-menu-item ul.sub-menu li.current-menu-item a,
.navigation ul li.current-menu-item ul.sub-menu li.current_page_item a,
.navigation ul li.current-menu-parent ul.sub-menu li.current-menu-item a,
.navigation ul li.current-menu-parent ul.sub-menu li.current_page_item a,
.navigation ul li.current-page-ancestor ul.sub-menu li.current-menu-item a,
.navigation ul li.current-page-ancestor ul.sub-menu li.current_page_item a,
.navigation
  ul
  li
  ul.sub-menu
  li.current-page-ancestor:not(.current-page-parent)
  a,
.navigation
  ul
  li
  ul.sub-menu
  li.current-menu-ancestor:not(.current-page-parent)
  a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .navigation ul li {
    margin: 0 22px;
  }
}
@media (max-width: 992px) {
  .navigation ul li {
    margin: 0 3px;
  }
}
@media (max-width: 980px) {
  .navigation ul li a {
    font-size: 10px;
  }
}
.sidebar-wdg .side-info {
  background: #fff;
  padding: 20px;
}
.sidebar-wdg .side-info a {
  color: #770029;
}
.sidebar-wdg ul li ul li.active a {
  color: #770029;
}
.sidebar-wdg ul li {
  padding: 0;
}
.sidebar-wdg ul li a {
  padding: 15px 20px;
  display: block;
}
.sidebar-wdg ul li.active a,
.sidebar-wdg ul li.current-parent a {
  background-color: #770029;
  color: #fff;
}
.sidebar-wdg ul li ul li {
  padding: 0;
}
.sidebar-wdg ul li ul.open li a {
  background: #fff;
  color: #000;
}
.sidebar-wdg ul li ul.open li.active a {
  color: #770029;
}
.sidebar-wdg ul li ul.open li a {
  padding-bottom: 0;
}
.sidebar-wdg ul li ul.open li:last-child a {
  padding-bottom: 15px;
}
/*====== footer =======*/
.credits {
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
  font-size: 12px;
}
.subscribe p {
  margin: 16px 0;
}
#subscribeform .gform_wrapper .top_label .gfield_label {
  display: none;
}
#subscribeform .gform_wrapper ul.gform_fields li.gfield,
#subscribeform .gform_wrapper .gform_footer,
#subscribeform .gform_wrapper .top_label div.ginput_container {
  padding: 0;
  margin: 0;
}
#subscribeform input[type="text"] {
  height: 45px;
  width: 89%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#subscribeform .gform_footer.top_label {
  position: absolute;
  top: 16px;
  right: 15px;
  height: 45px;
  width: 50px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#subscribeform .gform_footer.top_label:before {
  content: "";
  background: #000;
  border: 1px solid #000;
  position: absolute;
  width: 50px;
  height: 45px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#subscribeform .gform_footer.top_label:after {
  position: absolute;
  content: "\f054";
  color: #fff;
  font-size: 25px;
  top: 10px;
  left: 16px;
}
#subscribeform input[type="submit"] {
  text-indent: -9999999px;
  background: transparent;
  border: 1px solid transparent;
  width: 100%;
  height: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  min-width: auto;
  position: relative;
  z-index: 1;
}
#subscribeform .gform_footer.top_label:hover:before {
  background: #626262;
  border-color: #626262;
}
#footer .foo-btm.no-broder {
  border-top: none;
  padding-top: 10px;
}
#footer .foo-btm.no-broder .copyright {
  margin-bottom: 15px;
}

/*error*/
body img.gform_ajax_spinner,
#subscribeform .gform_wrapper div.validation_error {
  display: none !important;
}
#subscribeform
  .gform_wrapper.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error {
  max-width: 100% !important;
  border: none;
  background: transparent;
}
#subscribeform .gform_wrapper .validation_message {
  color: red;
}

/*====page purchase ticket =====*/
.col-cont .inner-col {
  position: relative;
}
.purchase-content {
  margin-bottom: 60px;
}
.purchase-content .content-box {
  background: #fcfcf7;
  border: 1px solid #d1d1d1;
  padding: 20px 25px 10px;
  font-style: italic;
  font-size: 15px;
}
.purchase-content .content-box p {
  font-size: 15px;
}
/*seat list in purchase ticket & donate page*/
.seat-list {
  border: 1px solid #e8ebef;
  margin: 40px 0 10px;
  width: 100%;
}
.seat-list th,
.seat-list td {
  padding: 10px 15px;
  padding-top: 10px;
}
.seat-list th {
  background: #e8ebef;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.seat-list td {
  font-size: 15px;
}
.seat-list tr:nth-child(2) td {
  padding-top: 20px;
}
.seat-list tr:last-child td {
  padding-bottom: 20px;
}
.purchase-content .seat-desc p {
  font-style: italic;
  font-size: 15px;
}
.purchase-content figure {
  margin-top: 20px;
}
.btn_proceed_checkout {
  float: right;
}
.show_seatchart {
  margin: 0 0 20px;
  border-top: 1px dashed #bdbdbd;
}
.show_seatchart:first-child {
  padding-top: 0;
}
.show_seatchart .seatChart__table__prodname h4 {
  margin-top: 17px;
  color: #000;
  font-size: 17px;
}
.show_seatchart .seatChart__table__prodname p.venue {
  color: #666;
  font-style: italic;
}
.show_seatchart .seat-preference-qty {
  padding-right: 0;
}
.show_seatchart select.form-control {
  background: #fff !important;
  border-radius: 0;
  font-size: 15px;
  padding: 6px;
}
.show_seatchart .select::after {
  padding: 6px 10px;
  right: 12px;
  top: 4px;
  font-size: 13px;
}
.show_seatchart .seat-preference .price {
  margin-top: 17px;
}
.seatChart__table_label {
  background-image: url(assets/img/sold.png);
}
.seatChart .woocommerce-error {
  margin: 20px 0 0;
}

/*Hero Sidebar*/
.main-hero-sidebar .cover {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 15% 0;
}
@media only screen and (min-width: 62em) {
  .main-hero-sidebar .cover {
    min-height: 325px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    align-item: center;
  }
  .main-hero .cover {
    -ms-flex-align: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    align-item: flex-end;
  }
}
.main-hero .cover {
  position: relative;
}
.img-caption {
  position: absolute;
  right: 0;
  top: calc(100% - 37px);
  width: 220px;
  max-width: 100%;
  clear: both;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.img-caption .trigger,
.img-caption span {
  background: #717171;
  color: #fff;
  font-size: 14px;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 8px 15px;
  float: right;
  margin: 0;
  cursor: pointer;
}
.img-caption .trigger {
  font-style: italic;
  font-weight: bold;
  font-size: 17px;
}
.img-caption span {
  clear: both;
  width: 100%;
}
.img-caption .trigger:hover,
.img-caption .trigger:focus {
  text-decoration: none;
}

/*Gravity Form Gereral*/
.gform_wrapper .gfield_radio li label {
  font-weight: normal;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
.gform_wrapper ul.gfield_radio li input[type="radio"] {
  margin-top: 0 !important;
}
.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  padding-left: 7px;
  font-weight: normal;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  font-weight: normal !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper
  .field_sublabel_below
  div[class*="gfield_time_"].ginput_container
  label {
  font-weight: normal;
  margin-bottom: 20px !important;
}
.gform_wrapper .top_label .gfield_label {
  font-size: 14px;
}
.gform_wrapper ul.gform_fields li.gfield {
  margin-top: 25px;
}
.gform_wrapper .ginput_complex {
  margin-bottom: -10px;
}
.gform_wrapper .ginput_complex input {
  margin-bottom: 15px;
}
.gform_wrapper .ginput_container input.ginput_quantity[type="text"] {
  width: 4rem;
}
.gform_wrapper .ginput_complex.ginput_container_creditcard {
  margin-bottom: -5px !important;
}
.gform_wrapper ul.gform_fields li.gfield select {
  font-size: 14px;
  height: 38px;
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  letter-spacing: 1px;
  font-weight: 500;
  border-radius: 0;
  padding: 8px 16px;
  background-color: #770029;
  color: #fff;
  font-size: 14px !important;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
  border: 0;
  text-transform: uppercase;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background-color: #601230;
  color: #fff;
}
.gform_wrapper .ginput_container_radio,
.gform_wrapper .ginput_container_checkbox {
  margin-top: 5px !important;
}
.gform_wrapper .gfield_radio,
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio li,
.gform_wrapper .gfield_checkbox li {
  margin: 0 !important;
}
.gform_wrapper .gfield_radio li input,
.gform_wrapper .gfield_checkbox li input {
  height: 32px;
}
.gform_wrapper .gfield_radio li label {
  margin-top: 0 !important;
}
.gform_wrapper .gfield_checkbox li label {
  margin-top: 2px !important;
}

/*Checkout*/
.page-checkout {
  background: #fff;
  position: relative;
}
#header-ckout {
  padding: 40px 0;
  background: #000 url("assets/img/banner-home.jpg") no-repeat center center;
  background-size: cover;
  border-top: 4px solid #770029;
  color: #fff;
  position: relative;
}
#header-ckout::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #330015;
  opacity: 0.7;
}
#header-ckout.no-banner {
  background: transparent;
  color: #000;
  border-top: none;
}
#header-ckout.no-banner::before {
  display: none;
}
#header-ckout .toprow-left img {
  width: 310px;
}
#header-ckout .toprow-right {
  text-align: right;
}
#header-ckout .toprow-right .phone-text {
  font-weight: 600;
  margin: 0 0 5px 0;
  font-size: 19px;
}
#header-ckout .toprow-right .phone-text .fa-phone {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#header-ckout .toprow-right .phone-text a,
#header-ckout .toprow-right .time {
  color: #fff;
}
#header-ckout.no-banner .toprow-right .phone-text a {
  color: #000;
}
#header-ckout.no-banner .toprow-right .time {
  color: #585858;
}

/* cart and checkout page*/
.page-checkout .col-cont {
  margin-top: 0;
}
.col-cont .inner-col-checout {
  padding: 0;
  margin-bottom: 80px;
}
.cart .col-cont .inner-col-checout,
.shipping-step.col-cont .inner-col-checout {
  overflow: visible;
}
.col-cont .inner-col-checout h1 {
  margin: 40px 0;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
  font-size: 29px;
  font-weight: 600;
}
.inner-col-checout .tbl-checkout th,
.inner-col-checout .tbl-checkout tr.active th {
  border-top: none;
  padding: 10px 0;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #d0d0d0;
  text-align: right;
}
.inner-col-checout .tbl-checkout tr th.product-name {
  text-align: left;
}
.inner-col-checout .tbl-checkout td {
  padding: 45px 0;
  font-size: 16px;
  vertical-align: top;
  border-top: none;
  border-bottom: 1px dashed #ebebeb;
}
.inner-col-checout .tbl-checkout td.product-name figure {
  float: left;
  width: 15%;
}
.inner-col-checout .tbl-checkout td.product-name figcaption {
  float: left;
  width: 85%;
  padding-left: 25px;
}
.inner-col-checout .tbl-checkout td.product-name p.blue {
  font-weight: 600;
  font-size: 16px;
  color: #0074bf;
}
.inner-col-checout .tbl-checkout td.product-name p {
  font-size: 14px;
  color: #868686;
}
.tb-checkoutwrap form {
  position: relative;
}
.woocommerce button.button[name="update_cart"] {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
}
.woocommerce .quantity .qty.input-select {
  height: 40px;
  width: 80px;
  font-size: 16px;
  padding: 0 30px 0 15px;
  border: 1px solid #c2c2c2;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  margin-top: -10px;
}
.woocommerce .quantity {
  position: relative;
}
.woocommerce .quantity::before {
  content: "";
  position: absolute;
  height: 26px;
  width: 1px;
  background: #cccccc;
  right: 30px;
  top: 7px;
}
.woocommerce .quantity::after {
  content: "\f0d7";
  font-family: "FontAwesome";
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 20px;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
.inner-col-checout .tbl-checkout td.product-subtotal {
  position: relative;
}
.inner-col-checout .tbl-checkout .product-remove a.button {
  background: transparent;
  color: #000;
  padding: 10px 20px;
  position: absolute;
  top: 39px;
}
.inner-col-checout .tbl-checkout .product-remove a.button:hover,
.inner-col-checout .tbl-checkout .product-remove a.button:focus {
  background: transparent;
}
.woocommerce .cart_totals table.shop_table {
  border: none;
}
.woocommerce .cart_totals table.shop_table tbody th,
.woocommerce .cart_totals table.shop_table tbody td {
  border: none;
  padding: 3px 0;
  font-weight: normal;
  text-align: right;
}
.woocommerce .cart-next-button {
  text-align: right;
}
.inner-col-checout .promocode {
  max-width: 250px;
  position: relative;
}
.inner-col-checout .inputpromocode {
  padding: 6px 72px 6px 12px;
  border-radius: 0;
  box-shadow: none !important;
}
.inner-col-checout .btn-promote {
  position: absolute;
  right: 1px;
  bottom: 1px;
  height: 32px;
  border: 0;
  border-left: 1px solid #ccc;
  border-radius: 0;
  background-color: #eee;
  font-size: 14px;
  width: 60px;
}
.inner-col-checout .tbl-checkout th {
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
}
.inner-col-checout .steps li {
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
  font-size: 14px;
}
.inner-col-checout .coupon label {
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
  font-size: 16px;
}
.main-cont .inner-col .cart-empty {
  margin-bottom: 30px;
}
.page-checkout #footer .copyright {
  text-align: left;
  padding-top: 15px;
}
.page-checkout #footer .supported {
  margin-top: 0;
}
.page-checkout #footer .supported ul {
  text-align: right;
}
.page-checkout #footer .supported li {
  margin-bottom: 0;
}

/*donation in cart and checkout*/
.page-checkout .donation {
  margin-bottom: 40px;
}
.bottom-cart__box-tax {
  background: #f8f4e1;
  border: 1px solid #e1edf2;
  padding: 20px 10px;
}
.bottom-cart__box-tax p {
  margin-bottom: 0;
}

.bottom-cart__box-tax-unstyled {
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.bottom-cart__amount {
  text-align: right;
}
@media (max-width: 992px) {
  .bottom-cart__amount {
    text-align: left;
    margin-top: 10px;
  }
}
.bottom-cart__amount .bootstrap-select {
  width: 93px !important;
}

.select__custom--wrapper {
  position: relative;
  display: inline-block;
}
.select__custom--wrapper:after {
  content: "";
  position: absolute;
  height: 19px;
  width: 1px;
  background: #cccccc;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.select__custom {
  background: url("assets/img/arrow-select.png") calc(100% - 10px) 50% no-repeat;
  background-color: white;
  background-size: 9px auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
  position: relative;
  padding-right: 35px;
}

.select__custom--mid {
  width: 93px;
  margin-left: auto;
}

.select__custom--min {
  width: 70px;
}
@media screen and (max-width: 62em) {
  .select__custom--min {
    margin-left: auto;
  }
}

/*new donation in cart*/
.bottom-cart__amount .select__custom--wrapper select,
.bottom-cart__amount .nyp .nyp-input {
  height: 43px;
}
.bottom-cart__amount .nyp .nyp-input {
  width: 80px;
  text-align: center;
  font-size: 14px;
}
.bottom-cart__amount .nyp,
.bottom-cart__amount .button-area {
  margin-left: 15px;
  display: inline-block;
}
.bottom-cart__amount .nyp {
  display: none;
}
.page-checkout .bottom-cart__box-tax .checkout-button {
  margin-top: 0;
}
.bottom-cart__box-tax .btn--black {
  background: #000;
  color: #fff;
  padding: 10px 40px;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
}

/*new donation in checkout*/
.bottom-cart--side .donation {
  padding: 35px 0;
  margin: 0;
}
.bottom-cart--side .bottom-cart__desc {
  font-size: 16px;
  line-height: 1.6em;
}
.bottom-cart--side .bottom-cart__amount {
  margin: 20px 0 0;
  text-align: left;
}
.bottom-cart--side .select__custom--mid {
  margin-left: 0;
}
.bottom-cart--side .bottom-cart__amount .select__custom--wrapper::after {
  top: -2px;
}
.page-checkout .bottom-cart--side .checkout-button {
  margin-top: 0;
}
.bottom-cart--side .btn-grey {
  background: #dfdfdf;
  border: none;
  vertical-align: baseline;
  text-transform: capitalize;
  letter-spacing: 0px;
  padding: 10px 25px;
}

/*checkout*/
.page-checkout .space30 {
  height: 30px;
}
.page-checkout .space100 {
  height: 100px;
}
.page-checkout .foo-copy {
  position: absolute;
  bottom: 30px;
}
.page-checkout .main-cont .foo-copy p {
  color: #686868;
  font-size: 14px;
}
.page-checkout .col-md-7.main-cont {
  border-right: 1px solid #d0d0d0;
  padding-right: 45px;
  position: relative;
  min-height: 1200px;
}
.page-checkout .col-md-7.main-cont::after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: calc(100% + 1px);
  background: #f2f2f2;
  position: absolute;
}
.page-checkout .col-md-5.cart-item {
  padding-left: 45px;
  margin-top: 50px;
}
.page-checkout .steps {
  margin: 50px 0 20px;
}
.page-checkout .steps ol {
  text-align: left;
  padding-left: 0;
}
.page-checkout .steps ol li {
  width: auto;
  padding-right: 10px !important;
  font-size: 23px;
  color: #b9b9b9;
  text-transform: capitalize;
}
.page-checkout .steps ol li a {
  color: #b9b9b9;
}
.page-checkout .steps ol li.active a {
  color: #000;
}
.page-checkout .steps ol li .fa {
  padding-left: 10px;
}
.page-checkout .main-cont p {
  font-size: 16px;
}
.page-checkout .main-cont label {
  font-size: 16px;
  margin-bottom: 20px;
}
.page-checkout .form-control {
  border-radius: 0;
}
.page-checkout .checkout-button {
  text-align: left;
  margin-top: 60px;
}
.page-checkout .checkout-button .btn {
  float: right;
}
.page-checkout .checkout-button a {
  width: auto;
}
.page-checkout .checkout-button a.return-cart {
  float: left;
  margin-top: 10px;
  color: #585858;
  font-size: 16px;
}
.page-checkout .checkout-button a.return-cart:hover,
.page-checkout .checkout-button a.return-cart:focus {
  text-decoration: none;
  color: #000;
}
.page-checkout .checkout-button a.return-cart .fa {
  padding-right: 5px;
}
.page-checkout .foo-copy figure {
  width: 125px;
  margin-bottom: 20px;
}

/*checkout - order review*/
.blockUI.blockOverlay {
  background: transparent !important;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td label {
  font-weight: normal;
}
.woocommerce-checkout-review-order-table .cart_item td,
.order-item-table td {
  padding: 20px 0;
  border-bottom: 1px dashed #d7d7d7;
  font-size: 16px;
}
.woocommerce-checkout-review-order-table .cart_item td.product-thumb figure,
.order-item-table td.product-thumb figure {
  max-width: 90%;
  position: relative;
}
.woocommerce-checkout-review-order-table
  .cart_item
  td.product-thumb
  .product-quantity,
.order-item-table td.product-thumb .product-quantity {
  background: #000;
  color: #fff;
  padding: 0px 8px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 14px;
}
.woocommerce-checkout-review-order-table
  .cart_item
  td.product-thumb
  .product-quantity {
  padding: 1px 7px;
}
.woocommerce-checkout-review-order-table .cart_item td.product-name,
.order-item-table td.product-name {
  font-weight: bold;
  padding: 20px 10px;
}
.woocommerce-checkout-review-order-table .coupon_checkout td,
.woocommerce-checkout-review-order-table .donation td {
  padding: 30px 0 20px;
  border-bottom: 1px dashed #d7d7d7;
}
.woocommerce-checkout-review-order-table .coupon_checkout .form-row {
  display: inline-block;
}
.woocommerce-checkout-review-order-table .coupon_checkout .form-control {
  max-width: 230px;
  height: 40px;
}
.woocommerce-checkout-review-order-table .coupon_checkout .form-row .btn-grey {
  background: #dfdfdf;
  border: none;
  height: 40px;
  margin-left: 20px;
  vertical-align: baseline;
  text-transform: capitalize;
  letter-spacing: 0px;
  padding: 10px 25px;
}
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td,
.order-item-table tfoot th,
.order-item-table tfoot td {
  padding: 10px 0 0;
  font-size: 18px;
  border: none;
}
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.order-item-table .order-subtotal th,
.order-item-table .order-subtotal td {
  padding-top: 30px;
}
.order-item-table tfoot th {
  font-weight: normal;
}

/*checkout - billing and shipping form*/
.page-checkout .col-cont .inner-col h3.title-lnCart,
.wcopc-product-single.woocommerce #customer_details h5,
.wcopc-product-single.woocommerce #payment h3.title-lnCart,
.wcopc-product-single.woocommerce h5#order_review_heading {
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
  font-size: 20px;
}
.wcopc-product-single.woocommerce #customer_details h5,
.wcopc-product-single.woocommerce h5#order_review_heading {
	margin-top: 30px;
	margin-bottom: 20px;
}
.page-checkout .main-cont p.login-ask,
.wcopc-product-single.woocommerce .main-cont p.login-ask {
  margin-top: 30px;
  font-size: 14px;
  color: #585858;
}
.page-checkout .woocommerce ul.address-options,
.wcopc-product-single.woocommerce ul.address-options {
  border: 1px solid #d0d0d0;
  margin-top: 30px;
}
.page-checkout .woocommerce ul.address-options > li,
.wcopc-product-single.woocommerce ul.address-options > li {
  clear: both;
}
.page-checkout .woocommerce ul.address-options li.panel,
.wcopc-product-single.woocommerce ul.address-options li.panel {
  margin-bottom: 0;
  border: none;
}
.page-checkout .woocommerce form .form-row,
.wcopc-product-single.woocommerce form .form-row {
  padding: 3px 0;
}
.page-checkout .woocommerce form .form-row label,
.wcopc-product-single.woocommerce form .form-row label {
  font-size: 14px;
  margin-bottom: 3px;
}
.page-checkout .woocommerce form .form-row input.input-text,
.page-checkout .woocommerce form .form-row textarea,
.wcopc-product-single.woocommerce form .form-row input.input-text,
.wcopc-product-single.woocommerce form .form-row textarea {
  border-radius: 4px;
}
.page-checkout .woocommerce form .form-row select,
.page-checkout .woocommerce form .form-row span,
.wcopc-product-single.woocommerce form .form-row select,
.wcopc-product-single.woocommerce form .form-row span {
  height: 34px;
}
.page-checkout .woocommerce form .form-row span,
.wcopc-product-single.woocommerce form .form-row span {
  line-height: 34px;
  font-size: 14px;
}
.page-checkout .woocommerce form .form-row span.select2-selection--single,
.wcopc-product-single.woocommerce form .form-row span.select2-selection--single {
  padding: 0 4px;
}
.page-checkout .woocommerce form .form-row .input-checkbox,
.wcopc-product-single.woocommerce form .form-row .input-checkbox {
  float: none;
  max-width: 15px;
}
.page-checkout .woocommerce form .form-row label.checkbox,
.wcopc-product-single.woocommerce form .form-row label.checkbox {
  font-weight: normal;
  color: #585858;
}
.page-checkout .woocommerce-info,
.wcopc-product-single.woocommerce-info {
  display: none;
}
.page-checkout .woocommerce .login,
.wcopc-product-single.woocommerce .login {
  position: absolute;
  background: #fff;
  top: 0;
  z-index: 9;
  left: 50%;
  width: 500px;
}
.page-checkout .woocommerce .login .form-row label.inline,
.wcopc-product-single.woocommerce .login .form-row label.inline {
  margin-left: 15px;
  font-weight: normal;
}
.page-checkout .woocommerce .login .form-row label.inline span,
.wcopc-product-single.woocommerce .login .form-row label.inline span {
  padding-left: 5px;
}
.page-checkout .woocommerce .login .btn,
.wcopc-product-single.woocommerce .login .btn {
  margin: 15px 0 10px;
}
.page-checkout .woocommerce .login .close-login-form,
.wcopc-product-single.woocommerce .login .close-login-form {
  position: absolute;
  right: -13px;
  top: -13px;
  background: #fff;
  border: 1px solid #d3ced2;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 1em;
  padding: 4px 6px;
  cursor: pointer;
}
.page-checkout .overlay,
.wcopc-product-single.woocommerce .overlay {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  position: absolute;
  z-index: 8;
  top: 0;
}
.page-checkout .contact_info,
.wcopc-product-single.woocommerce .contact_info {
  border-bottom: 1px dashed #d7d7d7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-checkout .woocommerce form .create-account,
.wcopc-product-single.woocommerce form .create-account {
  margin-top: 15px;
}
.page-checkout .woocommerce .checkout .ship-preview.o-hide,
.page-checkout .woocommerce #ship-to-different-address,
.wcopc-product-single.woocommerce .checkout .ship-preview.o-hide,
.wcopc-product-single.woocommerce #ship-to-different-address {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/*checkout - shipping review*/
.shipping-review table {
  width: 100%;
  border: 1px solid #d0d0d0;
}
.shipping-review table tr > th,
.shipping-review table tr > td {
  font-weight: normal;
  padding: 10px 15px;
  font-size: 14px;
  border-bottom: 1px solid #d0d0d0;
}
.shipping-review table tr > th {
  text-align: center;
}
.page-checkout .main-cont .shipping-review p {
  margin-bottom: 0;
  font-size: 14px;
}

/*checkout - payment method*/
.page-checkout .woocommerce-checkout #payment {
  background: transparent;
  margin-top: 30px;
}
.page-checkout .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: 1px solid #d0d0d0;
  border-radius: 0;
}
.page-checkout .woocommerce-checkout #payment ul.payment_methods li label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.page-checkout .woocommerce-checkout #payment ul.payment_methods li > label,
.page-checkout .woocommerce-checkout ul.address-options li > label {
  display: block;
  padding: 10px 25px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 0px;
  font-size: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
  margin-bottom: 0 !important;
  cursor: pointer;
  background: #fff;
  color: #000;
}
.page-checkout
  .woocommerce-checkout
  #payment
  ul.payment_methods
  li
  input[type="radio"],
.page-checkout .woocommerce-checkout ul.address-options li input[type="radio"] {
  display: none;
}
.page-checkout
  .woocommerce-checkout
  #payment
  ul.payment_methods
  li
  input[type="radio"]
  + label
  span,
.page-checkout
  .woocommerce-checkout
  ul.address-options
  li
  input[type="radio"]
  + label
  span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 10px 10px 0 0;
  vertical-align: middle;
  background: url("assets/img/radio_fill.png") 0 0 no-repeat;
  cursor: pointer;
  float: left;
  background-size: 15px auto;
  -moz-background-size: 15px auto;
  -webkit-background-size: 15px auto;
}
.page-checkout
  .woocommerce-checkout
  ul.address-options
  li
  input[type="radio"]
  + label
  span {
  margin-top: 5px;
}
.page-checkout
  .woocommerce-checkout
  #payment
  ul.payment_methods
  li
  input[type="radio"]:checked
  + label
  span,
.page-checkout
  .woocommerce-checkout
  ul.address-options
  li
  input[type="radio"]:checked
  + label
  span {
  background: url("assets/img/radio_empty.png") 0 0 no-repeat;
  background-size: auto auto;
  background-size: 15px auto;
  -moz-background-size: 15px auto;
  -webkit-background-size: 15px auto;
}
.page-checkout .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}
.page-checkout .woocommerce-checkout #payment div.payment_box,
.page-checkout .woocommerce-checkout ul.address-options .option-box {
  margin-top: 0;
  background: #f9f9f9;
  padding: 25px;
  margin-bottom: 0;
}

/* checkout - thank you order */
.thank-order .order-item-table {
  margin-top: 40px;
}
.thank-order .col-cont .inner-col h3.title-lnCart {
  font-size: 29px;
  margin: 70px 0 50px;
}
.thank-order .main-cont .inner-col p {
  font-size: 19px;
  line-height: 1.7;
}
.thank-order .btn-return-home {
  margin-top: 80px;
}

/*carnegie*/
body.carnegie .title_md {
  font-family: Georgia, Times, "Times New Roman", serif;
  margin-bottom: 30px;
}
body.carnegie .title_md span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
}
body.carnegie .col-cont .inner-col article .desc p {
  border: 1px solid #e4e1aa;
  padding: 5px 10px;
  border-radius: 4px;
  background: #fbf9d2;
  font-size: 15px;
}
.carnegie_all {
  margin: 40px 0;
}
.carnegie_list {
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
  padding: 25px 10px;
}
.carnegie_list p:last-child {
  margin-bottom: 0;
}
/*box concerts schedule*/
ul.concert-schedule li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
ul.concert-schedule li:first-child {
  border-top: 1px solid #ccc;
}
ul.concert-schedule li a {
  color: #000;
  overflow: hidden;
  display: block;
  padding: 20px 10px;
}
ul.concert-schedule li a:hover {
  background: #f2f2f2;
  text-decoration: none;
}
ul.concert-schedule li a h5 {
  float: right;
}
ul.concert-schedule li .concert-desc {
  font-size: 15px;
  font-style: italic;
}
ul.concert-schedule li .concert-desc h4 {
  color: #000;
  margin: 0 0 15px;
  font-style: normal;
}
ul.concert-schedule li a:hover .concert-desc h4 {
  color: #0072bb;
}

/*Slider Home*/
.home #header {
  background: transparent;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
}
.home .navigation ul li a {
  color: #ffffff;
}
.home .top-slide-second {
  position: relative;
}
.top-slide-second .main-hero figcaption h1,
.top-slide-second .main-hero figcaption h2 {
  color: #ffffff;
  text-shadow: none;
  font-size: 50px;
  font-weight: 700;
  max-width: 560px;
  line-height: 1.2;
  margin: 20px 0 30px;
}
.top-slide-second .main-hero figcaption span {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-family: "Georgia", Open Sans, sans-serif;
}
.home .top-slide-second .overlay-banner {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.top-slide-second .imageslides {
  padding: 0 15px 0;
  max-height: 720px;
  background-size: cover;
  padding-top: 270px;
}
.wrap-sync-nav {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.sync-nav p {
  cursor: pointer;
  color: #acaaa8;
  font-size: 15px;
  text-align: center;
  margin: 0;
  padding: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 95px;
  line-height: 3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sync-nav p:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.sync-nav p:hover,
.sync-nav p.slick-current {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn:focus,
.sync-nav p:focus {
  outline: none;
}
.sync-nav p span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}
.ytslide-inner {
  position: absolute;
  width: 100%;
  max-height: 720px;
  overflow: hidden;
  z-index: -1;
  left: 0;
  top: 0;
}
.ytslide-inner video {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
  height: inherit;
}
.ytslide-inner iframe.ytplayer {
  display: none;
  background: #000;
}
.ytplayer {
  position: absolute;
  left: 0;
  top: 0;
}
#imagethumb {
  max-height: 720px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .main-hero figcaption {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .top-slide-second .imageslides {
    text-align: center;
  }
  .top-slide-second .main-hero figcaption h1,
  .top-slide-second .main-hero figcaption h2 {
    margin: 20px auto 30px;
  }
  .sync-nav p {
    padding: 15px 25px;
  }
  .ytslide-inner {
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .ytslide-inner video {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .secrow {
    float: right;
    margin-top: -73px;
  }
  .top-slide-second .imageslides {
    padding-top: 205px;
    height: 480px;
  }
  .top-slide-second .main-hero figcaption h1,
  .top-slide-second .main-hero figcaption h2 {
    font-size: 30px;
  }
  .wrap-sync-nav {
    display: none;
  }
  .home .slick-prev,
  .home .slick-next {
    top: 61%;
  }
  .ytslide-inner {
    height: 480px;
  }
}
@media only screen and (max-width: 500px) {
  /*.ytplayer {
        height: 500px !important;
    }*/
}

/* learn&listen */
.learn-listen p {
  font-family: "Georgia", Open Sans, sans-serif;
  font-size: 17px;
  line-height: 25px;
}
.learn-listen .filter {
  padding-top: 25px;
  padding-bottom: 25px;
}
.learn-listen .filter .dropdown {
  background: #fff;
  border: none;
  color: #000;
  font: 15px Georgia, Times, "Times New Roman", serif;
  padding: 10px;
  width: 260px;
  height: 40px;
}
.learn-listen .top-form {
  text-align: right;
}
.learn-listen .top-form h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
  vertical-align: top;
}
.learn-listen #subscribeform.top-form .gform_wrapper {
  display: inline-block;
  margin: 0;
  width: 65%;
}
.learn-listen #subscribeform.top-form .gform_footer.top_label::after {
  display: none;
}
.learn-listen #subscribeform.top-form .gform_footer.top_label {
  top: 0;
  width: auto;
}
.learn-listen #subscribeform.top-form input[type="submit"] {
  background: #770029;
  border-color: #770029;
  text-indent: inherit;
  width: auto;
}
.learn-listen #subscribeform .gform_wrapper .validation_message {
  padding-top: 5px;
}
.adv.learn-listen a:hover {
  text-decoration: none;
}
.adv.learn-listen .single-pre-post {
  padding: 20px;
  padding-bottom: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.adv.learn-listen a:hover .single-pre-post {
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.11);
}
.adv.learn-listen .single-pre-post .tag {
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 7px;
  display: block;
  font-weight: 600;
}
.adv.learn-listen .single-pre-post figure .imgLiquidFill {
  height: 200px;
  display: block;
  width: 100%;
  position: relative;
}
.adv.learn-listen .single-pre-post figure.video .fa.fa-music {
  position: absolute;
  color: #fff;
  opacity: 0.7;
  font-size: 70px;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  margin: 0;
}
.adv.learn-listen .single-pre-post .record {
  border: 1px solid #cbcbcb;
  padding: 10px 15px 5px;
}
.adv.learn-listen .single-pre-post .record .fa.fa-music {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}
.adv.learn-listen .single-pre-post .record .caption {
  display: inline-block;
  width: calc(100% - 30px);
  margin-left: 10px;
}
.adv.learn-listen .single-pre-post .record .caption h2 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.adv.learn-listen .single-pre-post .record p {
  line-height: 1.4;
}
.adv.learn-listen .single-pre-post figcaption {
  padding: 5px 0 10px;
}
.adv.learn-listen .single-pre-post p.date-loc {
  font-style: italic;
}
.learn-listen .not-found {
  margin-bottom: 35px;
}

/*Historic Recordings*/
#searchrec .form-control {
  max-width: 340px;
  display: inline-block;
  border-radius: 0px;
  height: 50px;
  vertical-align: top;
  padding: 10px 17px;
  font-size: 16px;
}
#searchrec .btn.btn-sm-red {
  letter-spacing: 3px;
  padding: 14px 30px;
  width: 150px;
  margin-left: -4px;
}
.learn-listen .record-list {
  margin-top: 50px;
}
.learn-listen .paginate-result {
  float: none;
  margin: 20px 0;
  text-align: center;
}
.learn-listen .paginate-result p {
  margin: 21px 0 0;
}
.learn-listen .paginate-result span:first-child {
  display: none;
}
.learn-listen .paginate-result span,
.learn-listen .paginate-result span.current,
.learn-listen .paginate-result a {
  float: none;
  padding: 0 10px 3px;
  font-size: 15px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  border: 1px solid #cccccc;
  color: #77778a;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 25px;
}
.paginate-result span.current,
.learn-listen .paginate-result a:hover {
  background-color: #726661;
  color: white !important;
}
#record-detail .inner-col,
#record-detail .box-join {
  margin-bottom: 75px;
}
#record-detail .sidebar-wdg {
  margin-right: 3%;
}
#record-detail .rec-info {
  background: #fff;
  padding: 1px 25px 25px;
}
#record-detail .rec-info h4 {
  font-size: 18px;
  margin: 30px 0 15px;
}
#record-detail .rec-info p {
  font-family: "Georgia", Open Sans, sans-serif;
  font-size: 15px;
  margin-bottom: 5px;
}
#record-detail .rec-info p.venue {
  text-transform: capitalize;
}
#record-detail .box-join p {
  color: #fff;
}
#record-detail h1 {
  max-width: 100%;
  font-size: 25px;
}
#record-detail h3 {
  margin-top: 15px;
  font-style: italic;
  font-size: 17px;
}
#record-detail ul li {
  border: none;
  margin-bottom: 25px;
}
#record-detail #sounds {
  float: none;
  width: auto;
}
#record-detail #sounds ul li strong {
  width: auto;
  font-size: 15px;
  margin-bottom: 10px;
  color: #000;
}
#record-detail #sounds .mejs-container {
}
#record-detail #sounds #media-titles {
  position: relative;
  padding: 20px;
}
#record-detail #sounds #media-titles:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}
#record-detail #sounds {
  background-color: #222222;
}
#record-detail #sounds .media-title {
}
#record-detail #sounds .media-title a {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  cursor: pointer;
}
#record-detail #sounds .media-title a:hover {
  background-color: #323131;
}
#record-detail #sounds .media-title a.selected {
  text-decoration: underline;
}
#record-detail .form-search {
  text-align: center;
  border-top: 1px solid #e1e1e1;
  padding: 47px 0 22px;
  margin-top: 60px;
  float: none;
}

/* Summer concerts - overview */
.summer .tab-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
.summer .opt-list li:hover,
.exTab1 .opt-list li.active {
  background: #7ac3c9;
}
.summer .opt-list li a:hover,
.exTab1 .opt-list li a:focus {
  text-decoration: none;
}

/* Summer concerts - weekly programs */
.summer .tab-content {
  margin: 30px 0;
}
.summer .program-item {
  border: 1px solid #dfdfdf;
  padding: 20px 5px 10px;
  margin-bottom: 15px;
}
.summer .inner-col .program-item .no-desc {
  min-height: 42px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.summer .inner-col .program-item h4 {
  margin: 0 0 10px;
  color: #000;
  font-weight: normal;
  line-height: inherit;
}
.summer .inner-col .program-item .no-desc h4 {
  margin-bottom: 0;
}
.summer .inner-col .program-item p {
  font-style: italic;
  color: #666;
  font-size: 16px;
}
.btn.btn-maroon {
  border: 1px solid #770029;
  background: #770029;
  color: #fff;
}
.btn.btn-maroon:hover {
  background: #fff;
  color: #770029;
}
.btn.btn-white {
  border: 1px solid #770029;
  background: #fff;
  color: #770029;
}
.btn.btn-white:hover {
  background: #770029;
  color: #fff;
}
.summer .btn.btn-maroon,
.summer .btn.btn-white {
  max-width: 220px;
  padding: 10px 15px;
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  letter-spacing: 0px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
}
.summer .nav {
  text-align: center;
  margin: 0 auto;
}
.summer .nav li {
  letter-spacing: 4px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif;
  font-size: 15px;
  padding: 10px 15px;
  display: inline-block;
  float: none;
}
.summer .nav li a {
  padding: 0 0 5px;
  background: #fff;
}
.summer .nav li.active a {
  background: #fff;
  color: #770029;
}
.summer .nav li.active a::after,
.summer .nav li:hover a::after {
  color: #770029;
  content: " ";
  width: 97%;
  height: 2px;
  display: block;
  position: absolute;
  background: #770029;
  left: 0;
  bottom: 0;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* Add style 2018 */
@media screen and (max-width: 767px) {
  #header .secrow {
    position: relative;
    z-index: 10000;
    margin: 0;
    width: 100% !important;
    background: white;
    height: 46px !important;
    padding-top: 25px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  #header .secrow .nav-toggle {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 999;
    margin: 0;
    color: #770029;
    background-color: white;
    width: auto;
    display: inline-block !important;
    text-align: center;
    background-position: center center;
    background-size: 25px auto;
    border-radius: 3px;
    height: auto;

    font-size: 0;
    width: 30px;
    height: 25px;
  }

  #header .secrow .nav-toggle {
    top: 28px;
    right: 10px;
  }
  #header .secrow .navigation {
    background-color: white;
    margin-top: 0;
    padding-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.1803921568627451);
    position: relative !important;
  }

  #header .microw {
    text-align: center;
    margin-bottom: 0;
    display: none;
  }

  #header .microw .container {
    padding-right: 0;
  }

  #header .navigation ul li a:first-child {
    padding-left: 10px;
  }

  #subscribeform .gform_footer.top_label {
    top: 0;
  }

  .navigation ul li ul {
    display: none;
  }

  #header .navigation ul > li > a {
    color: #000;
    display: block;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 15px;
    border: none;
    font-weight: 400;
  }

  #header .navigation ul > li:last-child > a {
    border: none;
  }

  #header .navigation.opened {
    max-height: none !important;
  }

  #header .microw {
    margin-right: auto;
    margin-left: auto;
  }

  .adv .single-pre-post {
    height: auto !important;
  }
}

.learn-listen #subscribeform.top-form .gform_wrapper {
  position: relative;
}

#subscribeform input[type="text"] {
  width: calc(100% - 50px);
}

@media screen and (max-width: 72em) {
  .learn-listen #subscribeform.top-form .gform_wrapper {
    width: 100%;
  }

  .learn-listen .top-form h4 {
    width: 100%;
    text-align: left;
  }

  .learn-listen .filter .dropdown {
    margin-top: 40px;
  }

  body.past-participants .cols3 .col:first-child {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
  }

  body.past-participants .cols3 .col {
    width: 48%;
    margin-right: 5px;
    margin-left: 7px;
  }
}

@media screen and (max-width: 48em) {
  .learn-listen .filter .dropdown {
    margin: 0;
    margin-bottom: 15px;
  }

  body.past-participants .cols3 .col {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }
}

/* Add style 270218 */
.mb-logo {
  display: none;
}

.mb-logo img {
  width: 100%;
  max-width: 230px;
}

ul.mb-nav-foo {
  background-color: white;
  margin-top: 25px;
  margin-bottom: 3px;
  padding-top: 0;
  border-top: 1px solid #c1c1c1;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

ul.mb-nav-foo li {
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}

#header .navigation ul.mb-nav-foo li a {
  padding: 6px 10px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  border: none;
}

.mbSelect-nav .fa {
  position: absolute;
  right: 10px;
  top: 18px;
  z-index: 5;
}

.mbSelect {
  display: none;
}

.mbSelect-nav {
  display: flex;
}

@media screen and (max-width: 767px) {
  #header .secrow {
    padding-right: 15px;
    padding-left: 15px;
    height: auto !important;
    min-height: 40px;
  }

  .microw figure {
    display: none;
  }

  ul.mb-nav-foo {
    display: flex;
  }

  .mb-logo {
    display: block;
  }

  .secrow .navigation ul.nav-main {
    padding-top: 18px;
  }

  .toprow ul li:not(.social) {
    display: none;
  }

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

  .toprow .toprow-left h5 {
    text-align: center;
  }

  .toprow .toprow-right {
    text-align: center;
    position: static;
  }

  .toprow .toprow-right ul {
    margin: 0 !important;
    text-align: center !important;
  }
  .toprow .float-cart {
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    top: 15px;
    text-align: left;
  }

  .navigation.opened {
    margin-bottom: 0 !important;
  }

  #header .secrow .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  #header .secrow .navigation {
    margin-right: -15px;
    margin-left: -15px;
    margin: 0;
  }
}

@media screen and (min-width: 62em) {
  .mbSelect {
    display: block;
  }

  .mbSelect-nav {
    display: none;
  }
}

/*confirmation style*/
body.page-template-page-purchase_ticket_woo .woocommerce-message {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

body.page-template-page-purchase_ticket_woo .woocommerce-error::before,
body.page-template-page-purchase_ticket_woo .woocommerce-info::before,
body.page-template-page-purchase_ticket_woo .woocommerce-message::before {
  display: none;
}

.shop-confirm {
  width: 80%;
  height: 140px;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 30px #333;
  position: absolute;
  top: -150px;
  left: 10%;
  z-index: 1;
  background: #fff;
}
.shop-confirm p {
  width: 78%;
  float: right;
  text-align: center;
  margin: 20px 0px 0px 0px !important;
}
.shop-confirm i.fa.fa-shopping-cart {
  color: #770029;
  font-size: 100px;
}
.shop-confirm p a {
  color: #770029;
  text-decoration: underline;
  font-style: italic;
}
.shop-confirm a.close {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  font-size: 35px;
  color: #000;
  background: #fff;
  opacity: 1;
  right: -10px;
  top: -10px;
  position: absolute;
}

.nav-toggle.active {
  /* background-image : url('assets/img/icon_close.png'); */
}

.ph-number {
  color: white;
}
.ph-number:visited,
.ph-number:hover,
.ph-number:active {
  color: white;
}

/* Remove box join in single page visit */
@media screen and (max-width: 48em) {
  .single-planning .box-join {
    display: none;
  }

  .single-planning .col-cont .inner-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-template-page-without-sidebar .inner-col {
    padding: 25px 20px 0;
  }
  .page-template-template-page-without-sidebar .inner-col .title_md {
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
  }
  .page-template-template-page-without-sidebar .inner-col h3 {
    text-align: center;
    padding: 0 0 10px;
    font-size: 20px;
    line-height: 1.3;
  }
  .page-template-template-page-without-sidebar .inner-col img {
    margin: 0 -20px 25px;
    max-width: calc(100% + 40px);
  }
  .fullimage {
    margin: 0 0 30px;
  }
  .boxthin {
    padding: 0 20px;
  }
}

/*Cart Total*/
@media screen and (max-width: 768px) {
  td[data-title="Shipping"] {
    display: none !important;
  }
}

.main-hero__cover {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.main-hero .main-hero__cover figcaption {
  margin: 0;
  padding: 0;
  z-index: 10;
  left: 0;
  bottom: 0;
  background-color: #000;
  padding: 1rem 2.5rem;
}

@media screen and (min-width: 62em) {
  .main-hero .main-hero__cover figcaption {
    position: absolute;
    background-color: transparent;
    text-align: left;
  }
}

@media screen and (max-width: 62em) {
  .main-hero .main-hero__cover figcaption {
    font-size: 28px;
  }

  .sidebar-wdg .box-join {
    display: none;
  }
}

@media screen and (max-width: 48em) {
  .main-hero .main-hero__cover figcaption {
    font-size: 23px;
  }
}

/*Navigation Mobile*/
ul.mb-nav-foo {
  display: none;
}

.mb-nav-head {
  display: none;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.btn-mbnav-close {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: #670426 url(assets/img/mb-nav-close.png) center center no-repeat;
  background-size: 28px auto;
}

.nav-iconz {
  display: none;
  background: transparent url(assets/img/angle-arrow-down.svg) center center
    no-repeat;
  background-size: 14px auto;
  position: absolute;
  width: 45px;
  height: 43px;
  right: 0;
  top: 0px;
  z-index: 100;
}

body.nav-opened {
  overflow: hidden;
  height: 100%;
}

@media screen and (max-width: 767px) {
  nav.navigation {
    background-color: #0085c7;
    color: white;
    width: 80%;
    max-width: 350px;
    height: 100%;
    position: fixed;
    left: auto;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    z-index: 999;
    overflow-x: scroll;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-height: none !important;
    clip: auto !important;
  }

  nav.navigation.opened {
    right: 0;
    opacity: 1;
    visibility: visible;
  }

  .mb-nav-head {
    display: flex;
  }

  #header .secrow .navigation {
    position: fixed !important;
    background-color: #770029;
    overflow-y: scroll;
  }

  #header .navigation ul > li > a {
    text-transform: uppercase;
    text-align: left;
    color: white;
    padding: 15px 40px 15px 30px;
    line-height: 1.4em;
    display: block;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    font-weight: 600;
    width: 100%;
    border-bottom: 1px solid #861a3f;
  }

  ul.mb-nav-foo li {
    display: block;
  }

  ul.mb-nav-foo {
    display: block;
    background-color: #670426;
    border: none;
  }

  #header .navigation ul.mb-nav-foo li a {
    color: white;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-iconz {
    display: inline-block;
  }

  .navigation ul li {
    position: relative;
  }

  .navigation ul ul {
    background-color: #670426;
  }

  .navigation ul ul li {
    background: transparent;
  }

  .navigation ul li ul li {
    background: transparent;
  }

  .navigation ul li:hover > a,
  .navigation ul li.active > a {
    background-color: #670426;
  }
}

@media only screen and (max-width: 767px) {
  .col-cont .inner-col {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

#playlist {
  list-style: none;
}
#playlist li {
  margin-bottom: 1px !important;
}
#playlist li a {
  color: black;
  text-decoration: none;
}
#playlist .current-song a {
  color: blue;
}

.option-box.address-option-send-address.panel-collapse.collapse.in
  .shipping_address {
  display: block !important;
}

/*AAT - col Grid*/
@media screen and (max-width: 62em) {
  .cols3 .col {
    width: 45%;
    margin-left: 15px !important;
    margin-right: 15px;
  }
}

@media screen and (max-width: 48em) {
  .cols3 .col {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  table.officer td,
  table.trustees td {
    display: block;
  }
  table.officer td .m-hide,
  table.trustees td .m-hide {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .staff-pic figure {
    float: none;
    margin: 0;
    margin-bottom: 25px;
    text-align: center;
  }
}

body.past-participants .cols3 .col,
body.tour-participants .cols3 .col {
  margin-bottom: 20px;
}

/*aat - Table Style*/
table {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}
