/*
Theme Name: Hispanic Society of America
Author: Merry Plus
Author URI: https://merry.plus
Description:
Version: 1.0
Text Domain: hispanicsociely.org
*/
/*--- FLEX CONTAINERS ---*/
/* Fit the image on its Container */
/* Background center and cover */
/* TRANSITIONS */
/* TRANSFORM */
/* Rotates */
:root {
  --plyr-color-main: #c4693a !important;
  --plyr-range-fill-background: #c4693a !important;
}

.current-exhibitions .exhibition-grid {
  max-width: 1260px;
  margin: 0 auto !important;
}
.current-exhibitions .lm-inner-grid {
  position: relative;
}
.current-exhibitions .ex-permalink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
}

.single-exhibition.postid-54 .current-exhibitions > div:nth-child(2),
.single-exhibition.postid-3104 .current-exhibitions > div:nth-child(2) {
  width: 100% !important;
  padding-right: 24px;
}
@media only screen and (max-width: 980px) {
  .single-exhibition.postid-54 .current-exhibitions > div:nth-child(2),
.single-exhibition.postid-3104 .current-exhibitions > div:nth-child(2) {
    width: 48.5% !important;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-exhibition.postid-54 .current-exhibitions > div:nth-child(2),
.single-exhibition.postid-3104 .current-exhibitions > div:nth-child(2) {
    width: 100% !important;
  }
}
.single-exhibition.postid-54 .current-exhibitions > div:nth-child(8),
.single-exhibition.postid-3104 .current-exhibitions > div:nth-child(8) {
  margin-top: -48px;
}
@media only screen and (max-width: 1280px) {
  .single-exhibition.postid-54 .current-exhibitions > div:nth-child(8),
.single-exhibition.postid-3104 .current-exhibitions > div:nth-child(8) {
    margin-top: -62px;
  }
}
@media only screen and (max-width: 1024px) {
  .single-exhibition.postid-54 .current-exhibitions > div:nth-child(8),
.single-exhibition.postid-3104 .current-exhibitions > div:nth-child(8) {
    margin-top: -96px;
  }
}
@media only screen and (max-width: 980px) {
  .single-exhibition.postid-54 .current-exhibitions > div:nth-child(8),
.single-exhibition.postid-3104 .current-exhibitions > div:nth-child(8) {
    margin-top: auto;
  }
}
.single-exhibition.postid-54 .current-exhibition,
.single-exhibition.postid-3104 .current-exhibition {
  position: static !important;
}
@media only screen and (max-width: 980px) {
  .single-exhibition.postid-54 .current-exhibition,
.single-exhibition.postid-3104 .current-exhibition {
    position: absolute !important;
  }
}

#page .rc-section-exhibition .content_intro {
  height: auto;
  padding: 0 0 0 45px;
  border: none;
  width: 100% !important;
  margin: 0 !important;
  float: left;
}
@media only screen and (max-width: 767px) {
  #page .rc-section-exhibition .content_intro {
    padding: 0 0 0 0;
  }
}
#page .rc-section-exhibition .content_intro:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -35px;
  top: 16px;
  background: url(../img/cross-black.png);
  background-size: 18px;
}
@media only screen and (max-width: 767px) {
  #page .rc-section-exhibition .content_intro .title {
    padding: 0 0 10px 15px;
  }
}

#custom-single-exhibition.rc-single-exhibition {
  width: 100% !important;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}
#custom-single-exhibition.rc-single-exhibition .rc-section-exhibition {
  width: 100%;
  overflow: auto;
  float: left;
}
#custom-single-exhibition.rc-single-exhibition .rc-section-exhibition:after {
  content: "";
  clear: both;
  display: table;
}
#custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.banner {
  padding-top: 33.66%;
  background-size: cover !important;
  background-position: center !important;
  margin-top: 143px;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1280px) {
  #custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.banner {
    margin-top: 0;
    padding-top: 50%;
  }
}
#custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-audio {
  padding-bottom: 15px;
}
#custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-audio .inner-content {
  background-color: #e9e9e7;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  #custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-audio .inner-content {
    padding: 40px 30px;
  }
}
#custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-audio .inner-content audio#player {
  width: 100%;
}
#custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-audio .inner-content .audio-wrapper .plyr--audio {
  border-radius: 2px;
}
#custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-content .inner-content.rc-text {
  padding-bottom: 30px;
}
#custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-content .inner-content.rc-text article {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 2rem;
}
@media only screen and (max-width: 767px) {
  #custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-content .inner-content.rc-text article {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
#custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-content .inner-content.rc-text article p {
  display: block;
  font-size: 17px;
  line-height: 1.8em;
  padding-bottom: 2rem !important;
  margin: 0rem !important;
}
#custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-content .rc-row.row-first-ctn .rc-column:first-child {
  padding-right: 8%;
  padding-bottom: 40px;
}
#custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-content .rc-row.fuillwidth {
  padding-bottom: 0;
}
#custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-content .rc-row.rc-row-options {
  padding-top: 0 !important;
}
@media only screen and (max-width: 980px) {
  #custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-slider {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-slider .rc-row {
    width: 100%;
  }
}
#custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-timeline .rc-row.fuillwidth {
  border-top: 1px solid #c56933;
}
@media only screen and (max-width: 588px) {
  #custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-timeline .rc-row.fuillwidth {
    padding-bottom: 0;
  }
}
#custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-timeline .rc-row.fuillwidth .content_intro .inner-content .title:before {
  top: 16px;
}
@media only screen and (max-width: 588px) {
  #custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-timeline .rc-row.ex-timeline {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 980px) {
  #custom-single-exhibition.rc-single-exhibition .rc-section-exhibition.exhibition-timeline .rc-row.ex-timeline article#post-5263 .timeline-image {
    background-position: 0 40% !important;
  }
}

.rc-row {
  width: 90%;
  max-width: 1265px;
  margin: 0 auto;
  padding: 20px 0;
}
.rc-row .inner-content {
  float: left;
  width: 100%;
}
.rc-row p.small-text {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rc-row p.small-text.text-center {
  text-align: center;
}
.rc-row .rc-column p {
  font-size: 17px;
  line-height: 1.8em;
  color: #515150;
}
.rc-row .rc-column.column-right-image {
  background-size: cover !important;
  background-position: center !important;
}
.rc-row h1, .rc-row h2, .rc-row h3, .rc-row h4, .rc-row h5, .rc-row h6 {
  font-family: "PT Serif Caption", serif;
  text-transform: inherit;
  letter-spacing: 0;
  margin: 0;
  padding-bottom: 15px;
  line-height: 1.7em;
}
.rc-row h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
}
.rc-row.rc-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rc-row.rc-col-2 .rc-column {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .rc-row.rc-col-2 .rc-column {
    width: 100%;
  }
}
.rc-row.row-first-ctn .rc-column:first-child .inner-content p {
  margin: 0;
  font-family: "PT Serif Caption", serif;
}
.rc-row.row-first-ctn .rc-column:first-child .inner-content p.author-sub-text {
  padding-bottom: 15px;
}
.rc-row.row-first-ctn .rc-column:first-child .inner-content h4 {
  padding: 0;
}
.rc-row.row-first-ctn .rc-column:first-child .inner-content h1.title {
  font-style: italic;
  width: 100% !important;
  overflow: inherit;
  text-overflow: inherit;
  padding-bottom: 30px;
  white-space: inherit;
}

@media only screen and (max-width: 767px) {
  .owl-carousel#owl-carousel-exhibitions {
    padding: 0 0 65px;
  }
}
@media only screen and (max-width: 588px) {
  .owl-carousel#owl-carousel-exhibitions {
    padding: 0 0 40px;
  }
}
.owl-carousel#owl-carousel-exhibitions .owl-stage-outer .owl-stage {
  min-height: 550px;
}
@media only screen and (max-width: 1280px) {
  .owl-carousel#owl-carousel-exhibitions .owl-stage-outer .owl-stage {
    min-height: 510px;
  }
}
@media only screen and (max-width: 1120px) {
  .owl-carousel#owl-carousel-exhibitions .owl-stage-outer .owl-stage {
    min-height: 450px;
  }
}
@media only screen and (max-width: 980px) {
  .owl-carousel#owl-carousel-exhibitions .owl-stage-outer .owl-stage {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .owl-carousel#owl-carousel-exhibitions .owl-controls {
    display: none !important;
  }
}
.owl-carousel#owl-carousel-exhibitions .owl-controls .owl-nav .owl-next, .owl-carousel#owl-carousel-exhibitions .owl-controls .owl-nav .owl-prev {
  background-image: none;
  background-size: none;
  width: 36px;
  height: 36px;
  right: 22px;
  color: #fff;
  background: #dcdcda;
  text-align: center;
  padding: 4px;
  border-radius: 50%;
  line-height: 2;
  top: 38%;
}
@media only screen and (max-width: 980px) {
  .owl-carousel#owl-carousel-exhibitions .owl-controls .owl-nav .owl-next, .owl-carousel#owl-carousel-exhibitions .owl-controls .owl-nav .owl-prev {
    top: 36%;
  }
}
.owl-carousel#owl-carousel-exhibitions .owl-controls .owl-nav .owl-next {
  right: -28px;
  padding-top: 2px;
  padding-right: 2px;
}
.owl-carousel#owl-carousel-exhibitions .owl-controls .owl-nav .owl-prev {
  left: -28px;
  padding-top: 2px;
  padding-left: 2px;
}
.owl-carousel#owl-carousel-exhibitions .owl-item .slider-caption {
  position: relative;
  bottom: -18px;
  margin: 0 auto;
  left: -18%;
  right: 0;
  z-index: 999;
  width: 135%;
  display: none;
}
@media only screen and (max-width: 767px) {
  .owl-carousel#owl-carousel-exhibitions .owl-item .slider-caption {
    bottom: -70px;
    width: 225%;
    left: -63%;
    display: none !important;
  }
}
.owl-carousel#owl-carousel-exhibitions .owl-item .inner-item-ctn {
  display: block;
  padding: 60px 4%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .owl-carousel#owl-carousel-exhibitions .owl-item .inner-item-ctn {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 479px) {
  .owl-carousel#owl-carousel-exhibitions .owl-item .inner-item-ctn {
    padding: 85px 0;
  }
}
@media only screen and (max-width: 588px) {
  .owl-carousel#owl-carousel-exhibitions .owl-item .inner-item-ctn {
    padding: 35px 0;
  }
}
.owl-carousel#owl-carousel-exhibitions .owl-item .inner-item-ctn .slider-image {
  padding-top: 110%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  background-position: top center !important;
  z-index: 9;
  position: relative;
}
@media only screen and (max-width: 588px) {
  .owl-carousel#owl-carousel-exhibitions .owl-item .inner-item-ctn .slider-image {
    padding-top: 200%;
  }
}
@media only screen and (max-width: 479px) {
  .owl-carousel#owl-carousel-exhibitions .owl-item .inner-item-ctn .slider-image {
    padding-top: 240%;
  }
}
.owl-carousel#owl-carousel-exhibitions .owl-item.active:first-of-type .inner-item-ctn {
  padding-left: 0;
}
.owl-carousel#owl-carousel-exhibitions .owl-item.active:last-of-type .inner-item-ctn {
  padding-right: 0;
}
.owl-carousel#owl-carousel-exhibitions .owl-item.active.center .slider-image {
  transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 99;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 980px) {
  .owl-carousel#owl-carousel-exhibitions .owl-item.active.center .slider-image {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-carousel#owl-carousel-exhibitions .owl-item.active.center .slider-image {
    transform: scale(2.3, 2.3);
    -webkit-transform: scale(2.3, 2.3);
    -moz-transform: scale(2.3, 2.3);
    -ms-transform: scale(2.3, 2.3);
    -o-transform: scale(2.3, 2.3);
    border: 5px solid #fff;
  }
}
@media only screen and (max-width: 479px) {
  .owl-carousel#owl-carousel-exhibitions .owl-item.active.center .slider-image {
    transform: scale(3.4, 3.4);
    -webkit-transform: scale(3.4, 3.4);
    -moz-transform: scale(3.4, 3.4);
    -ms-transform: scale(3.4, 3.4);
    -o-transform: scale(3.4, 3.4);
  }
}
@media only screen and (max-width: 588px) {
  .owl-carousel#owl-carousel-exhibitions .owl-item.active.center .slider-image {
    padding-top: 130%;
  }
}
@media only screen and (max-width: 479px) {
  .owl-carousel#owl-carousel-exhibitions .owl-item.active.center .slider-image {
    padding-top: 120%;
  }
}
.owl-carousel#owl-carousel-exhibitions .owl-item.active.center .slider-caption {
  display: block;
}

.rc-row.ex-timeline .lm-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 10px 0;
}
.rc-row.ex-timeline .lm-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #d4d4d4;
  margin: 0 auto;
}
@media only screen and (max-width: 588px) {
  .rc-row.ex-timeline .lm-wrap:after {
    display: none;
  }
}
.rc-row.ex-timeline .lm-wrap:nth-child(odd) .column-inner-timeline {
  order: 2;
  padding-left: 5%;
}
@media only screen and (max-width: 588px) {
  .rc-row.ex-timeline .lm-wrap:nth-child(odd) .column-inner-timeline {
    padding-left: 0;
  }
}
.rc-row.ex-timeline .lm-wrap:nth-child(odd) .column-inner-timeline .timeline-content {
  padding-left: 25px;
}
@media only screen and (max-width: 980px) {
  .rc-row.ex-timeline .lm-wrap:nth-child(odd) .column-inner-timeline .timeline-content {
    padding-left: 0;
  }
}
.rc-row.ex-timeline .lm-wrap:nth-child(odd) .column-inner-timeline.no-content {
  order: 1;
}
.rc-row.ex-timeline .lm-wrap:nth-child(even) .column-inner-timeline:first-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 5%;
}
@media only screen and (max-width: 588px) {
  .rc-row.ex-timeline .lm-wrap:nth-child(even) .column-inner-timeline:first-child {
    padding-right: 0;
  }
}
.rc-row.ex-timeline .lm-wrap:nth-child(even) .column-inner-timeline:first-child .timeline-inner-item.timeline-image {
  order: 2;
}
.rc-row.ex-timeline .lm-wrap:nth-child(even) .column-inner-timeline:first-child .timeline-inner-item.timeline-content {
  order: 1;
  padding-right: 25px;
}
@media only screen and (max-width: 980px) {
  .rc-row.ex-timeline .lm-wrap:nth-child(even) .column-inner-timeline:first-child .timeline-inner-item.timeline-content {
    order: 2;
    padding-right: 0;
  }
}
.rc-row.ex-timeline .lm-wrap:nth-child(even) .column-inner-timeline:first-child .timeline-inner-item.timeline-content h4.entry-title {
  text-align: right;
}
.rc-row.ex-timeline .lm-wrap:nth-child(even) .column-inner-timeline:first-child .timeline-inner-item.timeline-content p, .rc-row.ex-timeline .lm-wrap:nth-child(even) .column-inner-timeline:first-child .timeline-inner-item.timeline-content h2 {
  text-align: right;
}
.rc-row.ex-timeline .lm-wrap .divider-dot {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  right: 0;
  top: 20px;
  background: #c3683b;
  border-radius: 50%;
  z-index: 99;
  margin: 0 auto;
}
@media only screen and (max-width: 588px) {
  .rc-row.ex-timeline .lm-wrap .divider-dot {
    display: none;
  }
}
.rc-row.ex-timeline .lm-wrap .column-inner-timeline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50%;
  padding: 15px 0;
}
@media only screen and (max-width: 980px) {
  .rc-row.ex-timeline .lm-wrap .column-inner-timeline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 588px) {
  .rc-row.ex-timeline .lm-wrap .column-inner-timeline {
    width: 100%;
  }
}
.rc-row.ex-timeline .lm-wrap .column-inner-timeline .timeline-inner-item.timeline-content p {
  font-family: "PT Serif Caption", serif;
  margin: 0;
}
.rc-row.ex-timeline .lm-wrap .column-inner-timeline .timeline-inner-item.timeline-content h4.entry-title {
  padding: 0;
  line-height: 1.7em;
}
.rc-row.ex-timeline .lm-wrap .column-inner-timeline .timeline-inner-item.timeline-content h4.entry-title a {
  font-family: "PT Serif Caption", serif;
  font-size: 20px;
  font-style: italic;
}
.rc-row.ex-timeline .lm-wrap .column-inner-timeline .timeline-inner-item.timeline-image {
  width: 100%;
  max-width: 160px;
  padding-top: 30%;
  background-size: cover !important;
  background-position: center !important;
}
@media only screen and (max-width: 1280px) {
  .rc-row.ex-timeline .lm-wrap .column-inner-timeline .timeline-inner-item.timeline-image {
    padding-top: 45%;
  }
}
@media only screen and (max-width: 1024px) {
  .rc-row.ex-timeline .lm-wrap .column-inner-timeline .timeline-inner-item.timeline-image {
    padding-top: 60% !important;
  }
}
@media only screen and (max-width: 980px) {
  .rc-row.ex-timeline .lm-wrap .column-inner-timeline .timeline-inner-item.timeline-image {
    padding-top: 45% !important;
    max-width: 70%;
    margin-bottom: 25px;
    background-position: 0 29% !important;
  }
}
@media only screen and (max-width: 588px) {
  .rc-row.ex-timeline .lm-wrap .column-inner-timeline .timeline-inner-item.timeline-image {
    max-width: 100%;
    background-position: 0 18% !important;
  }
}
@media only screen and (max-width: 588px) {
  .rc-row.ex-timeline .lm-wrap .column-inner-timeline.no-content {
    display: none !important;
  }
}

#exhibiton-landing .owl-carousel#owl-carousel-exhibitions .owl-stage-outer .owl-stage {
  min-height: auto !important;
}
#exhibiton-landing .owl-carousel#owl-carousel-exhibitions .owl-item .inner-item-ctn .owl-item.active.center .slider-image {
  margin-bottom: 0 !important;
}

.postid-5196 .owl-carousel#owl-carousel-exhibitions .owl-item .inner-item-ctn .slider-image, .postid-5195 .owl-carousel#owl-carousel-exhibitions .owl-item .inner-item-ctn .slider-image {
  padding-top: 155%;
  margin-bottom: 80px;
}

.lm-slider-title {
  text-align: center;
  font-size: 20px;
}

.carousel {
  width: 100%;
}
.carousel.is-fullscreen .carousel-image {
  height: auto;
  max-height: 100%;
}
.carousel .carousel-image {
  display: block;
  height: 415px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 150px;
  max-width: 100%;
  margin-right: 10px;
}
@media only screen and (max-width: 479px) {
  .carousel .carousel-image {
    height: auto;
  }
}
.carousel .flickity-button {
  background: #dddcda;
  color: #fff;
}
.carousel .flickity-button.flickity-prev-next-button {
  width: 35px;
  height: 35px;
}
.carousel .flickity-button.flickity-prev-next-button.previous {
  left: -45px;
}
.carousel .flickity-button.flickity-prev-next-button.next {
  right: -45px;
}
.carousel .flickity-button:disabled {
  opacity: inherit;
}
.carousel .flickity-button.flickity-fullscreen-button {
  color: #000 !important;
}

.flickity-caption {
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
  padding: 20px 10px;
  font-size: 14px;
}

.flickity-enabled.is-fullscreen {
  z-index: 999 !important;
}

.exhibition-mobile-slider {
  display: none;
}
@media only screen and (max-width: 980px) {
  .exhibition-mobile-slider {
    display: block;
  }
}

.slider-mobile-wrapper {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.slider-mobile-wrapper h3 {
  text-transform: capitalize;
}
@media only screen and (max-width: 980px) {
  .slider-mobile-wrapper p {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .slider-mobile-wrapper p {
    text-align: left;
  }
}

.postid-5169 .exhibition-mobile-slider {
  margin-bottom: 2.5rem;
}
