@charset "UTF-8";
/* Initial Setup */
html, body {
  max-width: 100vw !important;
}

body {
  overflow-x: hidden !important;
}

/* Variables */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px !important;
}

[v-cloak] {
  display: none;
}

#wpadminbar {
  z-index: 9999999999 !important;
}

.elementor-location-header {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999999;
}

#main-header {
  z-index: 9999999;
}

.elementor-swiper, .elementor-main-swiper, .elementor-swiper-button {
  z-index: 0 !important;
}

.elementor-swiper-button {
  -webkit-transform: none !important;
}
.elementor-swiper-button-prev {
	left: -20px !important;
}
.elementor-swiper-button-next {
	right: -20px !important;
}

@media only screen and (max-width: 1025px) {
  .desktop-only {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 1140px) {
  .equal-height-content {
    height: 100%;
    display: flex;
  }
}
/* Typography */
h1, h2, h3, h4, h5, h6, p {
  cursor: default;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a {
  color: #CF9F45;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover {
  color: #E31B35;
}
/*
*:not(.menu-item, .elementor-heading-title) a:hover:not(.elementor-button):not(.has-submenu):not(.elementor-sub-item) {
  color: #E31B35 !important;
}
*:not(.menu-item, .elementor-heading-title) a:active:not(.elementor-button):not(.has-submenu):not(.elementor-sub-item) {
  color: #E31B35 !important;
}
*/
.elementor-9 .elementor-element.elementor-element-8e6e503 .elementor-nav-menu--dropdown a:hover {
  color: white !important;
}

h6 a:hover:not(.elementor-button) {
  color: #CF9F45 !important;
  text-decoration:none;	
}
h6 a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: inherit;
  opacity: 0.8;
  padding-left: 10px;
}
h6 a:after:hover {
  opacity: 1;
}

p {
  line-height: 30px;
}

/* Mobile Typography */
/* Navigation Submenu */
@media only screen and (min-width: 1140px) {
  .elementor-nav-menu--dropdown {
    top: auto !important;
    left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    position: fixed !important;
    right: 0 !important;
    padding: 20px 0 !important;
    text-align: center !important;
    justify-content: center !important;
    margin-top: 30px !important;
  }
}
/* Half Backgrounds */
.half-background .elementor-background-overlay {
  transform: translateX(-50%);
}
@media only screen and (max-width: 1140px) {
  .half-background .elementor-background-overlay {
    transform: none;
  }
}

.half-background-right .elementor-background-overlay {
  transform: translateX(50%);
}
@media only screen and (max-width: 1140px) {
  .half-background-right .elementor-background-overlay {
    transform: none;
  }
}

/* Review Ratings */
@media only screen and (min-width: 1140px) {
  .elementor-testimonial .elementor-star-rating {
    position: absolute;
    top: 25px;
    right: 20px;
  }
}

/* FAQs */
.faq_question h3, .faq_question h4 {
  cursor: pointer !important;
}
.faq_question h3:after, .faq_question h4:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 0;
  color: #EFEFEF;
  opacity: 0.8;
}
.faq_question h3:after:hover, .faq_question h4:after:hover {
  opacity: 1;
}

.faq_answer strong {
  font-weight: 900 !important;
}

/* Colored Links */
p.elementor-heading-title a {
  color: #CF9F45 !important;
  text-decoration: underline;
}

/* Show Calendar Widget */
#show-widget {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 415px;
  max-width: 90vw;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 1025px) {
  #show-widget {
    width: 100vw;
    max-width: 100vw;
    max-height: 100vh;
    left: 0;
  }
}
#show-widget .show-widget__header {
  background-color: #E31B35;
  padding: 16px 30px;
  cursor: pointer;
}
@media only screen and (max-width: 1025px) {
  #show-widget .show-widget__header {
    padding: 20px;
  }
}
#show-widget .show-widget__header .header__calendaricon, #show-widget .show-widget__header .header__upicon {
  display: inline-block;
  cursor: pointer;
}
#show-widget .show-widget__header .header__calendaricon {
  padding-right: 20px;
}
@media only screen and (max-width: 1025px) {
  #show-widget .show-widget__header .header__upicon {
    position: absolute;
    right: 30px;
    top: 30px;
  }
}
#show-widget .show-widget__header .header__title {
  color: #630818;
  font-family: "Overpass", sans-serif;
  font-size: 21px;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 80px;
  cursor: pointer;
  line-height: 1;
}
@media only screen and (max-width: 1025px) {
  #show-widget .show-widget__header .header__title {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 340px) {
  #show-widget .show-widget__header .header__title {
    font-size: 16px;
  }
}
#show-widget .show-widget__header:hover {
  background-color: #de1b34;
}
#show-widget .show-widget__header:hover .header__title {
  color: white;
}
#show-widget .show-widget__body {
  background-color: #EFEFEF;
  padding: 0px 30px 0;
  /* Orig 30px 30px 0px */
  max-height: 70vh;
  overflow: auto;
}
@media only screen and (max-width: 1025px) {
  #show-widget .show-widget__body {
    max-height: 70vh;
  }
}
@media only screen and (max-width: 767px) {
  #show-widget .show-widget__body {
    max-height: 80vh;
    padding: 10px 30px 0;
  }
}
#show-widget .show-widget__body .body__title {
  color: #111314;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  /* Orig 40px */
  margin-right: 20px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #show-widget .show-widget__body .body__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 340px) {
  #show-widget .show-widget__body .body__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
#show-widget .show-widget__body .show-widget__navigation {
  cursor: default;
  display: inline-block;
}
#show-widget .show-widget__body .show-widget__navigation i {
  color: #CF9F45;
  cursor: pointer;
  font-size: 22px;
  display: inline-block;
}
#show-widget .show-widget__body .show-widget__navigation i:first-child {
  margin-right: 20px;
}
#show-widget .show-widget__body .show-widget__navigation i:hover {
  color: #111314;
}
@media only screen and (max-width: 340px) {
  #show-widget .show-widget__body .show-widget__navigation i {
    font-size: 20px;
  }
}
#show-widget .show-widget__body .show-widget__list {
  padding-left: 0;
  min-height: 330px;
}
@media only screen and (max-width: 767px) {
  #show-widget .show-widget__body .show-widget__list {
    min-height: 0;
  }
}
@media only screen and (max-width: 767px) {
  #show-widget .show-widget__body .show-widget__list {
    max-height: 80vh;
  }
}
@media only screen and (max-width: 340px) {
  #show-widget .show-widget__body .show-widget__list {
    padding-bottom: 10px;
  }
}
#show-widget .show-widget__body .show-widget__list li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  /* Orig 20px */
  padding-bottom: 10px;
  /* Orig 20px */
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 1025px) {
  #show-widget .show-widget__body .show-widget__list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
#show-widget .show-widget__body .show-widget__list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#show-widget .show-widget__body .show-widget__list li .show__title {
  color: #111314;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 18px;
}
@media only screen and (max-width: 1025px) {
  #show-widget .show-widget__body .show-widget__list li .show__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 340px) {
  #show-widget .show-widget__body .show-widget__list li .show__title {
    font-size: 16px;
  }
}
#show-widget .show-widget__body .show-widget__list li .show__dates {
  font-weight: 400;
  text-transform: capitalize;
}
#show-widget .show-widget__body .show-widget__list li .show__image {
  width: 152.5px;
  height: 106.75px;
 /* padding-bottom: 70%; */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#show-widget .show-widget__body .show-widget__list li h6 {
  margin-bottom: 0;
}
#show-widget .show-widget__body .body__footer {
  background-color: #DBDBDB;
  padding: 20px;
  text-align: center;
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (max-width: 767px) {
  #show-widget .show-widget__body .body__footer {
    padding: 15px;
  }
}
#show-widget .show-widget__body .body__footer .body__viewall {
  text-align: center;
  background-color: #111314;
  color: white;
  border: #111314;
  padding: 10px 50px 8px 50px;
  font-size: 16px;
  line-height: 22px;	
}

/* Hero Slider Widget */
#hero-slider .hero-slider__label {
  color: #CF9F45;
}
#hero-slider .hero-slider__divider {
  display: block;
  width: 100px;
  height: 0px;
  border-bottom: 4px solid #CF9F45;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1025px) {
  #hero-slider .hero-slider__divider {
    margin: 0 auto 20px;
  }
}
#hero-slider .hero-slider__copy {
  line-height: 30px;
}
#hero-slider .hero-slider__image {
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 65%;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1600px) {
  #hero-slider .hero-slider__image {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1025px) {
  #hero-slider .hero-slider__image {
    width: 70%;
    max-width: 70%;
    padding-bottom: 70%;
    margin: 0 auto;
  }
}
#hero-slider .hero-slider__navigation {
  cursor: default;
}
#hero-slider .hero-slider__navigation i {
  color: #CF9F45;
  cursor: pointer;
  font-size: 34px;
  display: inline-block;
}
#hero-slider .hero-slider__navigation i:first-child {
  margin-right: 20px;
}
#hero-slider .hero-slider__navigation i:hover {
  color: white;
}
#hero-slider .hero-slider__slide {
  display: none;
}
#hero-slider .hero-slider__slide:first-child {
  display: block;
}

/* Show Masonry (Seasons) */
.show-masonry .show-masonry__card {
  position: relative;
  margin-bottom: 60px;
  margin-left: 5px;
  margin-right: 5px;
  height: 500px;
  perspective: 1000px;	
}
@media only screen and (max-width: 991px) {
  .show-masonry .show-masonry__card {
    height: 62vw;
  }
}
@media only screen and (max-width: 767px) {
  .show-masonry .show-masonry__card {
    height: 105vw;
  }
}
@media only screen and (max-width: 600px) {
  .show-masonry .show-masonry__card {
    height: 125vw;
  }
}
@media only screen and (max-width: 400px) {
  .show-masonry .show-masonry__card {
    height: 135vw;
  }
}
@media only screen and (max-width: 360px) {
  .show-masonry .show-masonry__card {
    height: 140vw;
  }
}
@media only screen and (max-width: 300px) {
  .show-masonry .show-masonry__card {
    height: 150vw;
  }
}
.show-masonry .show-masonry__card.yellow .show-masonry__topsection {
  background-color: #CF9F45;
}
.show-masonry .show-masonry__card.yellow .show-masonry__body {
  background-color: #CF9F45;
}
.show-masonry .show-masonry__card .scoop {
  background-color: #111314;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  z-index: 2;	
}
.show-masonry .show-masonry__card .scoop.scoop--tl {
  top: -30px;
  left: -30px;
}
.show-masonry .show-masonry__card .scoop.scoop--tr {
  top: -30px;
  right: -30px;
}
.show-masonry .show-masonry__card .scoop.scoop--bl {
  bottom: -30px;
  left: -30px;
}
.show-masonry .show-masonry__card .scoop.scoop--br {
  bottom: -30px;
  right: -30px;
}
.show-masonry .show-masonry__card .show-masonry__topsection {
  width: 190px;
  background-color: #E31B35;
  position: absolute;
  top: -20px;
  left: calc(50% - 90px);
  text-align: center;
  z-index: 2;
  padding: 8px 0 7px;
}
.card-top-section{
  width: 190px;
  background-color: #E31B35;
  position: absolute;
  top: -30px;
  left: calc(50% - 90px);
  text-align: center;
  z-index: 99;
  padding: 8px 0 8px 0;	
}
.show-masonry .show-masonry__card .show-masonry__topsection h1, .show-masonry .show-masonry__card .show-masonry__topsection h2, .show-masonry .show-masonry__card .show-masonry__topsection h3, .show-masonry .show-masonry__card .show-masonry__topsection h4, .show-masonry .show-masonry__card .show-masonry__topsection h5, .show-masonry .show-masonry__card .show-masonry__topsection h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.card-top-section h1, .card-top-section h2, .card-top-section h3, .card-top-section h4, .card-top-section h5, .card-top-section h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.show-masonry .show-masonry__card .show-masonry__topsection sup {
  font-size: 65%;
  font-weight: 400;
}
.card-top-section sup{
  font-size: 65%;
  font-weight: 400;
}
.show-masonry .show-masonry__card .show-masonry__topsection h2 {
  font-size: 32px;
  font-weight: bold;
  font-family: "Sen", sans-serif;
  line-height: 32px;
}
.card-top-section h2{
  font-size: 32px;
  font-weight: bold;
  font-family: "Sen", sans-serif;
  line-height: 32px;
}
.show-masonry .show-masonry__card .show-masonry__topsection h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Sen", sans-serif;
  line-height: 1em;
}
.card-top-section h3{
  font-size: 28px;
  font-weight: bold;
  font-family: "Sen", sans-serif;
  line-height: 1em;
}
.show-masonry .show-masonry__card .show-masonry__topsection h4 {
  font-weight: bold;
}
.card-top-section h4{
  font-weight: bold;
}
.show-masonry .show-masonry__card .show-masonry__topsection h5 {
  color: white;
  font-family: "Overpass", sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 0.5em;
}
.card-top-section h5{
  color: white;
  font-family: "Overpass", sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 0.5em;
}
.show-masonry .show-masonry__card .show-masonry__topsection h5 i {
  color: #000000;
}
.card-top-section h5 i{
  color: #000000;
}
.show-masonry .show-masonry__card .show-masonry__topsection h6 {
  color: white;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.card-top-section h6{
  color: white;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.show-masonry .show-masonry__card .show-masonry__topsection h6 strong {
  font-weight: bold;
}
.card-top-section h6 strong {
  font-weight: bold;
}
.show-masonry .show-masonry__card .show-masonry__flip {
  transition: all 0.3s ease;
  display: block;
}
.show-masonry .show-masonry__card .show-masonry__flip:hover {
  transform: translateY(-3px);
  color: white !important;
}
.show-masonry .show-masonry__card .show-masonry__sponsor {
  color: white !important;
  text-decoration: underline;
}
.show-masonry .show-masonry__card .show-masonry__sponsor:hover {
  color: white !important;
}
.show-masonry .show-masonry__card .card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.show-masonry .show-masonry__card .card__back {
  pointer-events: none;
}
.show-masonry .show-masonry__card.flipped .card__inner {
  transform: rotateY(180deg);
}
.show-masonry .show-masonry__card.flipped .card__back {
  pointer-events: all;
}
.show-masonry .show-masonry__card.flipped .card__front {
  pointer-events: none;
}
.show-masonry .show-masonry__card .card__front, .show-masonry .show-masonry__card .card__back {
  position: absolute;
  width: 100%;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  visibility: visible;
  backface-visibility: hidden;
}
.show-masonry .show-masonry__card .card__back {
  background-color: #EFEFEF;
  padding: 70px 40px 40px;
  min-height: 100%;
  transform: rotateY(180deg);
}
.show-masonry .show-masonry__card .card__back h4 {
  color: #111314;
  text-align: center;
  font-family: "Overpass", sans-serif;
  font-size: 19px;
  font-weight: 900;
}
.show-masonry .show-masonry__card .card__back h4 i {
  color: #E31B35;
  padding-left: 5px;
}
.show-masonry .show-masonry__card .card__back label {
  color: #111314;
  text-align: center;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
  width: 100%;
}
.show-masonry .show-masonry__card .card__back .show-masonry__divider {
  display: block;
  margin: 10px auto;
  width: 100px;
  height: 1px;
  border-bottom: 2px dashed #DBDBDB;
}
.show-masonry .show-masonry__card .card__back p {
  color: #111314;
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}
.show-masonry .show-masonry__card .show-masonry__footer {
  border-top: 1px solid #111314;
  text-align: center;
  position: absolute;
  bottom: 60px;
  width: calc(100% - 80px);
}
.show-masonry .show-masonry__card .show-masonry__footer ul.links {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 10px;
}
.show-masonry .show-masonry__card .show-masonry__footer ul.links li {
  display: block;
}
.show-masonry .show-masonry__card .show-masonry__footer ul.links li a {
  color: #111314;
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.show-masonry .show-masonry__card .show-masonry__footer ul.links li a:hover {
  color: #CF9F45;
}
.show-masonry .show-masonry__card .show-masonry__footer .elementor-button {
  display: inline-block;
  margin: 0 auto;
}
.show-masonry .show-masonry__card .show-masonry__close {
  color: #111314;
  font-size: 40px;
  position: absolute;
  bottom: 8px;
  left: calc(50% - 15px);
}
.show-masonry .show-masonry__card .show-masonry__image {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  background-size: cover;
  background-position: center center;
}
.show-masonry .show-masonry__card .show-masonry__body {
  background-color: #E31B35;
  padding: 30px;
  min-height: 267px;
  text-align: center;
  color: white;
  position: relative;
}
.show-masonry .show-masonry__card .show-masonry__body .show-masonry__icon {
  color: #E31B35;
  background-color: white;
  border-radius: 100%;
  font-size: 16px;
  padding: 12px 14px 12px 12px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  top: -20px;
  left: calc(50% - 15px);
}
.show-masonry .show-masonry__card .show-masonry__body h4 {
  color: white;
  text-align: center;
  margin-bottom: 0;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Overpass", sans-serif;
  font-weight: 900;
  font-size: 21px;
  letter-spacing: 0.5px;
}
.show-masonry .show-masonry__card .show-masonry__body label {
  color: #DBDBDB;
  font-size: 16px;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 767px) {
  .show-masonry .show-masonry__card .show-masonry__body label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.show-masonry .show-masonry__card .show-masonry__body .elementor-button {
  display: inline-block;
  color: white;
  border-color: white;
  font-size: 21px;
  font-weight: 900;
  font-family: "Overpass", sans-serif;
  padding: 5px 20px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.show-masonry .show-masonry__card .show-masonry__body .elementor-button:hover {
  color: #E31B35;
  background-color: white;
  border-color: white;
}
.show-masonry .show-masonry__card .show-masonry__body h6 a {
  color: white;
}
.show-masonry .show-masonry__card .show-masonry__body h6 a:hover {
  color: white !important;
}
.show-masonry .show-masonry__card .show-masonry__body hr {
  border-color: white;
  margin-bottom: 10px;
}
.show-masonry .show-masonry__card .show-masonry__body p {
  color: white;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}

/* Image w/ Title Block */
.image-block {
  height: 320px;
}
.image-block .elementor-widget-container {
  height: 100%;
}
.image-block h2 {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Celebration Packages */
.celebration-bullet {
  margin-bottom: 15px !important;
}
.celebration-bullet p {
  font-size: 16px;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  padding-left: 25px;
}
.celebration-bullet p:before {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: bold;
  color: #CF9F45;
  font-size: 12px;
  position: absolute;
  left: 0;
}

/* Season Partnerships */
.benefit-bullet {
  margin-bottom: 15px !important;
}
.benefit-bullet p {
  font-size: 16px;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  padding-left: 25px;
}
.benefit-bullet p:before {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
  color: #EFEFEF;
  font-size: 14px;
  position: absolute;
  left: 0;
}

/* Dining Menus */
.dining-course-title span {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 20px;
  border: 2px solid;
  text-align: center;
}

.dining-choice-count h6 {
  display: flex;
  align-items: center;
}
.dining-choice-count h6:after {
  content: "";
  flex: 1;
  margin-left: 1rem;
  height: 1px;
  background-color: #707070;
}

.blog-masonry .blog-masonry__featuredimage {
  height: 0;
  padding-bottom: 70%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.blog-masonry .blog-masonry__categories {
  list-style: none;
  margin-left: 15px;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid #444444;
  width: 100%;
}
.blog-masonry .blog-masonry__categories li {
  display: inline-block;
  padding-left: 0;
  padding-right: 20px;
}
.blog-masonry .blog-masonry__categories li a {
  color: #EFEFEF;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-masonry .blog-post {
  padding-left: 130px;
}
.blog-masonry .blog-post p {
  font-size: 16px;
}
.blog-masonry .blog-post h3 a, .blog-masonry .blog-post h4 a, .blog-masonry .blog-post h6 a {
  color: white;
}
.blog-masonry .blog-post .blog-post__date {
  text-align: center;
  width: 70px;
  position: absolute;
  left: 40px;
  top: 0;
}
.blog-masonry .blog-post .blog-post__date .date__daymonth {
  color: #CF9F45;
  border-bottom: 1px solid #444444;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.blog-masonry .blog-post .blog-post__date .date__year {
  color: #CF9F45;
  opacity: 0.6;
}

/* Show Menus */
h6 a:hover:not(.elementor-button).trigger_popup_menu {
  color: white !important;
  text-decoration:none;	
}

/* Hide Top Bar on Extra Small */
/*@media only screen and (max-width: 400px) {
  #top-bar {
    display: none;
  }
} */
.pagination {
  display: flex;
  justify-content: center;
}
.pagination a {
  color: #E31B35;
}
.pagination a:hover {
  color: white;
}
.pagination a, .pagination span {
  font-family: "Sen", Sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 40px;
}
.pagination a:last-child, .pagination span:last-child {
  margin-right: 0;
}
.elementor-top-section.parallaxBG {
	background-color: #111314;
}
.dialog-type-lightbox {z-index:99999999 !important;}
/*# sourceMappingURL=custom.css.map */
