.rs-sub-header {
  top: 60px;
  position: fixed;
  z-index: 200;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  left: 0;
  width: 100%;
}
.rs-sub-header .rs-sub-header-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0px;
}

@font-face {
  font-family: "HoeflerTitling-LightSC";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  font-variant-caps: small-caps;
  font-variant-numeric: lining-nums;
  src: url("../fonts/woff/HoeflerTitling-Light_Web.woff") format("woff"), url("../fonts/woff2/HoeflerTitling-Light_Web.woff2") format("woff2");
}
@font-face {
  font-family: "HoeflerTitling-LightItalic";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/woff/HoeflerTitling-LightItalic_Web.woff") format("woff"), url("../fonts/woff2/HoeflerTitling-LightItalic_Web.woff2") format("woff");
}
@font-face {
  font-family: "HoeflerTitling-Light";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/woff/HoeflerTitling-Light_Web.woff") format("woff"), url("../fonts/woff2/HoeflerTitling-Light_Web.woff2") format("woff2");
}
@font-face {
  font-family: "HoeflerTitling-Light";
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/woff/HoeflerTitling-LightItalic_Web.woff") format("woff"), url("../fonts/woff2/HoeflerTitling-LightItalic_Web.woff2") format("woff");
}
@font-face {
  font-family: "HoeflerTitling-Bold";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/woff2/HoeflerTitling-Bold_Web.woff2") format("woff2"), url("../fonts/woff/HoeflerTitling-Bold_Web.woff") format("woff");
}
body {
  -webkit-font-smoothing: antialiased;
}

.press-release-main {
  padding: 50px 0;
}

.press-item-listings {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.press-item {
  width: 33.33%;
  text-align: center;
  margin: 0 0 45px;
  padding: 0 15px;
  transition: 0.15s ease-in-out;
}
.press-item:hover {
  transform: scale(1.05);
}

.press-item .press-inner-box {
  padding: 0 20px;
  cursor: pointer;
}

.press-item .press-inner-box h3 {
  font-family: "HoeflerTitling-Light", serif;
  color: rgb(35, 35, 35);
  /* text-transform: uppercase;*/
  /*font-variant: all-small-caps;*/
  text-transform: uppercase;
  font-size: 34px;
  line-height: 36px;
  font-style: inherit;
  font-weight: inherit;
  margin-bottom: 12px;
  word-wrap: normal;
}

.press-item .press-inner-box .release-date {
  color: #ed2024;
  text-align: center;
  padding-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1.4px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.press-item .press-inner-box p {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  color: #000;
}

.press-item .press-inner-box .press-img {
  margin-bottom: 18px;
}

.press-item .press-inner-box .press-img img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
}

.press-release-main.conversations-videos p {
  font-style: normal;
  letter-spacing: 0;
}

.arrow-link h2:after {
  content: "";
  background: url(images/arrow_red.svg) no-repeat;
  top: 10px;
  position: relative;
  display: block;
  width: 45px;
  height: 20px;
  margin: 0 auto;
}

.arrow-link h2 a:hover {
  color: #000 !important;
}

.divider.gray {
  background-image: linear-gradient(to right, rgb(181, 181, 181) 40%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  height: 2px;
}

.full-banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  /*background: url(images/banner-shadow.svg) no-repeat center;*/
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.load-more-main a,
.load-more-main a:focus {
  background: #e5e5e5;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.load-more-main {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.load-more-main a.clicked:after {
  content: "";
  background: url(images/loader.gif) no-repeat;
  width: 34px;
  height: 34px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 50px;
  top: 4px;
}

.load-more-main a.clicked span {
  opacity: 0.2;
}

.press-inner-box em {
  font-family: inherit;
  font-style: italic;
}

.press-inner-box em {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}

.exhibition-event-item {
  width: calc(33.33% - 20px);
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  height: auto !important;
}

.exhibition-event-inner-box {
  padding: 24px;
  height: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}

.exhibition-event-item .exbevntimg {
  margin-bottom: 18px;
}

.exhibition-event-item h4 {
  font-family: Montserrat, sans-serif;
  color: #000000;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 28px;
  font-weight: 300;
  margin: 30px 0;
}

.exhibition-event-item h4 a:hover {
  color: #ED2024;
}

.exhibition-event-item .exbevnt-info {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.exhibition-event-item .event-venue {
  font-weight: 500;
  color: #878787;
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
  max-height: 45px;
  min-height: 45px;
}

.past-exibition-events .exhibition-event-item .event-venue {
  min-height: 30px;
}

.exhibition-event-item .event-venue span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #232323;
  font-style: italic;
}

.exhibition-event-item .event-venue.hide span {
  opacity: 0;
}

.exhibition-event-item .exbevnt-date {
  font-size: 13px;
  line-height: 20px;
  color: #ED2024;
  font-weight: 500;
}

.exhibition-event-item .exbevnt-custom-text {
  font-size: 13px;
  line-height: 20px;
  color: #ED2024;
  font-weight: 500;
  margin-bottom: 10px;
}

.exhibition-event-item .location {
  font-size: 13px;
  line-height: 20px;
  color: #ED2024;
  margin-bottom: 0;
  font-weight: 500;
}

.exhibition-event-item .vneue {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.exhibition-event-item .event-link {
  /*opacity: 0;*/
  font-size: 11px;
  margin-top: 5px;
  line-height: 20px;
  min-height: 20px;
  color: #232323;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  -ms-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
  font-weight: 500;
}

/*.exhibition-event-item:hover .event-link {opacity: 1;}*/
.exhibition-event-item .event-link a {
  position: relative;
  margin-left: -30px;
}

.exhibition-event-item .event-link img {
  max-width: 24px;
}

.exhibition-event-item .event-link a img {
  filter: brightness(0);
  transition: all 0.3s ease-in-out !important;
  position: absolute;
  top: 3px;
  left: auto;
  right: -30px;
  width: 22px;
}

.exhibition-event-item .event-link a:hover {
  color: red;
}

.exhibition-event-item .event-link a:hover img {
  filter: brightness(1);
  right: -40px;
}

.exhibition-event-inner-box .exbevntimg img {
  min-height: 200px;
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}

.exhibitions-history-year {
  flex-wrap: wrap;
}

.exhibitions-history-content {
  padding-left: 10px;
  padding-right: 10px;
  padding-right: 54px;
  margin-bottom: 20px;
}

.exhibition-divider .elementor-widget-divider,
.rs-divider {
  display: block;
  background-image: linear-gradient(to right, #232323 40%, rgba(255, 255, 255, 0) 20%);
  /* background-position: bottom; */
  background-size: 3px 1px;
  background-repeat: repeat-x;
  height: 1px;
}

.exhibition-divider .elementor-widget-divider {
  margin-left: 9px;
  margin-right: 9px;
  margin-top: -3px;
}

.elementor-top-column .elementor-element-49f0fb1 {
  height: 20px;
}

body.single-exhibition {
  background-color: #F7F7F7;
}
body.single-exhibition .container {
  background-color: #FFF;
  margin-bottom: 40px;
}
body.single-exhibition .title-holder {
  margin-top: 32px;
  margin-bottom: 24px;
}
body.single-exhibition h1 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  padding-right: 20%;
  line-height: 1.2;
}

.rs-single-exhibition {
  color: #000;
}
.rs-single-exhibition em {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}
.rs-single-exhibition .top-page {
  padding: 98px 210px 0px 210px;
}
.rs-single-exhibition .top-page strong {
  font-size: 14.5px;
}
.rs-single-exhibition .top-page .featured-image {
  padding-bottom: 70%;
  position: relative;
}
.rs-single-exhibition .top-page .featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rs-single-exhibition .exhibition-location {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 24px;
  font-weight: 500;
}
.rs-single-exhibition .exhibition-location p {
  margin: 0;
}
.rs-single-exhibition .bottom-page {
  margin-top: 32px;
  padding: 0px 160px 40px 210px;
}
.rs-single-exhibition .bottom-page strong {
  font-size: 14.5px;
}
.rs-single-exhibition .bottom-page .bottom-page-content {
  position: relative;
  padding-top: 0px;
}
.rs-single-exhibition .bottom-page .rs-divider {
  height: 1px;
}
.rs-single-exhibition .bottom-page .rs-divider.top {
  margin-bottom: 10px;
}
.rs-single-exhibition .bottom-page .rs-divider.bottom {
  margin-top: 10px;
}
.rs-single-exhibition .bottom-page .exhibition-press-release {
  font-size: 15px;
  line-height: 1.8;
}
.rs-single-exhibition .bottom-page .columns {
  display: flex;
}
.rs-single-exhibition .bottom-page .columns .column-1 {
  flex-basis: 75%;
}
.rs-single-exhibition .bottom-page .columns .column-2 {
  flex-basis: 25%;
}
.rs-single-exhibition .bottom-page .exhibition_info {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 15px;
}
.rs-single-exhibition .bottom-page .exhibition_info p {
  margin-top: 0;
}
.rs-single-exhibition .bottom-page .exhibition-button {
  margin: 20px 0;
}
.rs-single-exhibition .bottom-page .additional-content a {
  padding: 10px 20px;
  background-color: #000;
  color: #FFF;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: none;
  border: "none";
  display: inline-block;
  min-width: 160px;
  text-align: center;
  margin-top: 16px;
}
.rs-single-exhibition .bottom-page .additional-content a:hover {
  background-color: #333;
}

@media screen and (max-width: 768px) {
  .exhibition-event-item {
    width: "auto";
  }
}
em,
.elementor-element em {
  font-family: inherit;
  font-style: italic;
}

.elementor-6582 .elementor-element.elementor-element-1c94280 > .elementor-container {
  display: block;
}

.small-caps {
  font-family: "inherit" !important;
  font-variant: small-caps !important;
  letter-spacing: 1.5px;
}

.elementor-widget-video .elementor-widget-container {
  padding-bottom: 60px;
}
.elementor-widget-video .elementor-widget-container .elementor-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  max-height: 0;
}
.elementor-widget-video .elementor-video-iframe,
.elementor-widget-video .elementor-video {
  position: absolute;
  top: 0;
}

.arrow-link h2:after {
  content: "";
  background: url(../images/arrow_red.svg) no-repeat;
  top: 10px;
  position: relative;
  display: block;
  width: 45px;
  height: 20px;
  margin: 0 auto;
}

body.page-id-6368 .exhibition-tab-section.tab-history .elementor-widget-container {
  padding-right: 44px;
}

.heading-serif-34 .elementor-heading-title {
  font-size: 36px;
}

#mobile-fullscreen {
  background-color: rgba(255, 255, 255, 0.9607843137) !important;
  backdrop-filter: none !important;
}

body.home header {
  display: none !important;
}

body.page-id-6368 .museum-collection-items li.elementor-icon-list-item span {
  font-family: "HoeflerTitling-Light", serif !important;
  letter-spacing: 0px;
  color: #232323;
  font-size: 26px !important;
  line-height: 34px !important;
  margin: 0 auto 10px;
  max-width: 700px;
}

.collecting-gallery-card .elementor-column-gap-default > .elementor-column > .elementor-element-populated.elementor-widget-wrap {
  padding: 0;
}
.collecting-gallery-card .elementor-column-gap-default > .elementor-column > .elementor-element-populated.elementor-widget-wrap .elementor-widget-heading {
  margin-bottom: 8px;
}

.caps-text-13.side-bar-text {
  margin-top: 0px;
}
.caps-text-13.side-bar-text p {
  margin: 0;
  line-height: 1.4;
}

.heading-serif-34 .elementor-heading-title {
  font-variant-numeric: lining-nums !important;
}

.dialog-widget.dialog-type-lightbox {
  background-color: rgba(255, 255, 255, 0.9411764706);
  --lightbox-ui-color: #555;
  --lightbox-ui-color-hover: #000;
}

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

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0;
}

html:not(.has-lightbox) .sl-wrapper,
html:not(.has-lightbox) .mfp-wrap.mfp-ready,
html:not(.has-lightbox) .mfp-with-zoom.mfp-ready.mfp-bg {
  display: none;
}

@media (min-width: 1400px) {
  .blog-post-swiper.swiper-wrapper.\34  + .blog-arrow {
    display: none;
  }
}
@media (min-width: 1024px) {
  .blog-post-swiper.swiper-wrapper.\31  + .blog-arrow,
  .blog-post-swiper.swiper-wrapper.\32  + .blog-arrow,
  .blog-post-swiper.swiper-wrapper.\33  + .blog-arrow {
    display: none;
  }
}
@media (max-width: 1199px) {
  .press-release-main {
    padding: 50px 50px;
  }
  .about-acc-main .about-acc-content {
    padding: 0 50px;
  }
  .press-item .press-inner-box {
    padding: 0 10px;
  }
  .press-item .press-inner-box h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .cpt-blog-single-template .blog-single-post-content-part {
    max-width: 90%;
  }
  .post-content-part .post-content-box,
  .archive-image-part .container-inner {
    max-width: 580px;
  }
  .post-author-img {
    left: -100px;
  }
  .search-result-items .blog-post-swiper.justify-content-center {
    justify-content: start;
  }
}
@media (max-width: 991px) {
  .exhibition-event-item {
    width: calc(50% - 20px);
  }
  .press-release-main {
    padding: 50px 70px;
  }
  .press-item {
    width: 50%;
    max-width: 315px;
  }
  .press-item .press-inner-box {
    padding: 0;
  }
  .press-item .press-inner-box h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .about-acc-main .about-acc-title {
    height: 300px;
  }
  .about-acc-main .about-acc-content {
    padding: 0 40px;
  }
  .post-part-info {
    margin-bottom: 24px;
  }
  .post-author-img {
    position: relative;
    left: 0;
    margin-right: 14px;
  }
  .post-info-details {
    display: inline-block;
    margin-bottom: 0;
  }
  .post-author-img img {
    max-width: 65px;
    min-height: 65px;
    min-width: 65px;
  }
  .post-info-details .date:before {
    display: none;
  }
  .post-info-details .red {
    display: inline-block;
  }
  .post-part-info .d-flex {
    align-items: center;
  }
  .post-content-part:first-child .post-part-text h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .post-part-text h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .archive-image-part .img-caption {
    opacity: 1;
    position: relative;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .post-info-details .author {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 959px) {
  .footer-social-items {
    margin-top: -70px;
  }
  .rs-sub-header-inner {
    display: none;
  }
  .rs-single-exhibition .top-page,
  .rs-single-exhibition .bottom-page {
    padding: 98px 30px 0px 30px;
  }
  .rs-single-exhibition .bottom-page {
    padding-top: 0px;
  }
}
@media (min-width: 767px) {
  body:not(.elementor-editor-active) .exhibition-tab-section {
    display: none;
  }
  body:not(.elementor-editor-active) .exhibition-tab-section.active {
    display: block;
  }
  .exhibition-tab-section {
    padding-top: 145px;
    padding-bottom: 120px;
  }
  .exhibition-events-swiper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 30px 0 0;
  }
  .exhibition-events-main .swiper-button-main {
    display: none;
  }
}
@media (max-width: 767px) {
  .press-item-listings {
    margin: 0;
  }
  .rodney-smith-home img {
    min-width: 300px;
  }
  .exhibition-event-slider {
    position: relative;
  }
  .exhibition-tab-section {
    padding-top: 100px;
  }
  .exhibition-events-swiper {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    width: 100%;
  }
  .exhibition-events-swiper::-webkit-scrollbar {
    display: none;
  }
  .exhibition-event-item {
    width: calc(100vw - 40px);
    margin: 0;
    margin-left: 20px;
    white-space: normal;
    flex-shrink: 0;
    scroll-snap-align: center;
  }
  .exhibition-event-item:first-child {
    margin-left: 0;
  }
  /* .custom-arrow .swiper-button-prev,
  .custom-arrow .swiper-container-rtl .swiper-button-next {
      background: url(../images/slider-arrow.png) no-repeat;
      width: 21px;
      background-size: contain;
      height: 21px;
      cursor: pointer;

      &.disabled {
          opacity: 0.5;
          pointer-events: none;
      }

  }
      */
  .custom-arrow .swiper-button-next,
  .custom-arrow .swiper-button-prev {
    background: url(../images/slider-arrow.png) no-repeat;
    width: 21px;
    background-size: contain;
    height: 21px;
    margin: 0 10px;
    cursor: pointer;
  }
  .custom-arrow .swiper-button-next.swiper-button-next,
  .custom-arrow .swiper-button-prev.swiper-button-next {
    transform: rotate(-180deg);
  }
  .custom-arrow .swiper-button-next.disabled,
  .custom-arrow .swiper-button-prev.disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .exhibition-events-main .swiper-button-main {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .exhibition-tab-section.tab-museum {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .museum-collection-items li.elementor-icon-list-item {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .exhibition-tab-section.tab-history {
    background: #fff;
    padding: 40px 25px;
    margin: 25px -20px 0;
  }
  .tab-history.pt-0 {
    margin-bottom: 0 !important;
  }
  .tab-history.pt-0.no-border {
    margin-bottom: -100px !important;
    margin-top: 0 !important;
  }
  .press-release-main {
    padding: 50px 20px;
  }
  .about-acc-main .about-acc-title {
    height: 150px;
  }
  .about-acc-main .about-acc-title h2:after {
    width: 34px;
    height: 14px;
  }
  .about-acc-main {
    margin-top: 14px;
  }
  .about-acc-main .about-acc-content {
    padding: 0 20px;
    margin: 24px 0 40px;
  }
  .about-acc-main .about-acc-content p {
    font-size: 22px;
    line-height: 28px;
  }
  .about-acc-main .chrono-timeline-info .chrono-title p {
    font-size: 13px;
    line-height: 22px;
  }
  .about-acc-main .chrono-timeline-year p {
    font-size: 14px;
    line-height: 24px;
  }
  .about-acc-main .chrono-timeline-caption p {
    font-size: 12px;
    line-height: 18px;
  }
  .chrono-timeline-caption {
    margin: 10px 0 0 0;
    border: none;
    max-width: inherit;
    text-align: center;
  }
  .chrono-timeline-image {
    display: inline-block;
    margin: 20px 0 30px -70px;
  }
  .chrono-timeline-photo {
    max-width: 100%;
  }
  .press-release-main.conversations-videos {
    padding-bottom: 0;
  }
  .press-item:last-child {
    margin-bottom: 0;
  }
  .load-more-main {
    margin: 20px 0 30px;
  }
  .cpt-blog-single-template .blog-single-post-content-part {
    max-width: 100%;
    padding: 60px 18px 20px;
    box-shadow: none;
  }
  .cpt-blog-single-template {
    background: #fff;
    padding-bottom: 0;
  }
  .page-title-part {
    padding: 0;
    font-size: 0;
    height: 5px;
  }
  .post-info-details * {
    font-size: 12px;
  }
  .post-content-part {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .archive-image-part {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .post-part-text p,
  .post-part-text ul li {
    font-size: 13px;
    line-height: 22px;
  }
  .archive-image-part .img-caption {
    font-size: 11px;
    line-height: 18px;
  }
  .blackbg {
    background: #272727 !important;
  }
  .blog-post-item {
    width: 180px !important;
  }
  .blog-post-inner-boxs {
    max-height: 200px;
    max-width: 180px;
  }
  .blog-post-inner-boxs .exbevnt-info {
    padding: 10px;
  }
  .elementor .blog-post-inner-boxs img {
    min-width: 180px;
    max-width: 180px;
    height: 180px;
  }
  .blog-post-item.white-box img {
    max-height: 130px;
    min-width: inherit;
  }
  .blog-post-item.white-box .exbevntimg {
    height: 180px;
  }
  .blog-post-inner-boxs .exbevnt-info div {
    max-width: 100%;
  }
  .blog-post-inner-boxs .exbevnt-info h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .blog-post-inner-boxs .exbevnt-info span {
    font-size: 10px;
  }
  .blog-post-listings-main {
    padding-top: 20px;
  }
  /*.blog-arrow .swiper-button-next, .blog-arrow .swiper-container-rtl .swiper-button-prev {right: -5px;}
  .blog-arrow .swiper-button-prev, .blog-arrow .swiper-container-rtl .swiper-button-next {left: -5px;}*/
  .search-field.open {
    width: 100%;
    max-width: 350px;
  }
  .aspoals-box-main {
    max-width: 95%;
    padding: 60px 30px 20px;
  }
  .aspoals-content {
    font-size: 22px;
    line-height: 28px;
  }
  .page-id-6331 .elementor-lightbox .dialog-lightbox-close-button {
    top: 120px;
    right: 30px;
  }
  .footer-social-items {
    margin-top: -50px;
    justify-content: center;
  }
  body.single-exhibition #content-wrap.container {
    max-width: 100%;
  }
  .rs-single-exhibition .columns {
    display: flex;
    flex-direction: column;
  }
  .rs-single-exhibition .bottom-page .exhibition-button {
    margin: 0;
  }
  .grey-button {
    width: auto;
    display: inline-block;
  }
}
@media (max-width: 560px) {
  .press-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
body {
  -webkit-font-smoothing: antialiased;
}

.grey-button {
  padding: 10px 20px;
  background-color: #000;
  color: #FFF;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  min-width: 160px;
  text-align: center;
  font-weight: 600;
}
.grey-button:hover {
  background-color: #333;
  color: #FFF;
}

.no-paragraph-breaks p {
  margin: 0;
}/*# sourceMappingURL=rodney-smith-styles.css.map */