/* PROMO TILES */
.admin .preview-item {
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.admin .preview-item p {
  width: auto;
}

.admin .preview-item span {
  float: none;
}

.admin .preview-item a {
  color: #888888;
}

.admin .preview-item a:hover {
  color: #000;
}

.fr-promo {
  display: none;
}
.admin .preview-item .fr-promo {
  display: block;
}

#promos {
  overflow: hidden;
  z-index: 15;
  width: 100%;
  padding-top: 30px;
}
#promos h1 {
  font: 27px "Vendetta", serif;
  text-transform: none;
}
#promos h3 {
  font: 700 30px "Gotham", sans-serif;
  text-transform: uppercase;
}
#promos h2.h3 {
  font: 700 30px "Gotham", sans-serif;
  text-transform: uppercase;
  margin-top: 11px;
}
.admin .preview-item #promos {
  position: static;
}
.admin .preview-item #promos a {
  color: #fff;
}
.admin .preview-item #promos a:hover {
  color: #fff1e7;
}

.admin #preview-template-a article {
  display: inline-block;
  height: 300px;
  width: 400px;
  margin: 0 3px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.admin #preview-template-a article .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  float: none;
  position: relative;
  margin: 0 !important;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}
.admin #preview-template-a article .thumbnail img {
  display: none;
}
.admin #preview-template-a article .promocontent {
  left: -1px;
  right: -1px;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  transition: background-color 250ms linear;
}
.admin #preview-template-a article .promocontent:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px; /* Adjusts for spacing */
}
.admin #preview-template-a article .promocontent .wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #58585a;
  padding: 22px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .admin #preview-template-a article .promocontent .wrapper {
    background: rgba(88, 88, 90, 0.8);
  }
}
.admin #preview-template-a article .fs_title {
  color: #fff1e7;
  display: block;
  font: 700 17px "Gotham", sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
}
.admin #preview-template-a article .fs_descr {
  color: #fff1e7;
  font: 20px "Vendetta", serif;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
}
.admin #preview-template-a article .content {
  max-height: 300px;
  overflow: hidden;
}
.admin #preview-template-a article .button {
  background: #fcdcd8;
  border: 0;
  cursor: pointer;
  color: #58585a;
  display: inline-block;
  font: 700 12px "Gotham", sans-serif;
  font-weight: 700 !important;
  position: relative;
  padding: 8px 15px !important;
  margin: 0;
  margin-top: 14px;
  height: auto !important;
  text-decoration: none;
  text-transform: initial;
  text-align: center;
  white-space: nowrap;
  overflow: visible;
  border-radius: 5px;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: background-color 250ms linear;
}
.admin #preview-template-a article .button:hover, .admin #preview-template-a article .button.active, .admin #preview-template-a article .button.active {
  background: #fff1e7;
  box-shadow: none !important;
  text-shadow: none !important;
}

.promotiles {
  text-align: center;
}
.promotiles .slide {
  display: inline-block;
  height: 300px;
  margin: 0 3px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 25%;
}
.promotiles .slide:hover .wrapper {
  max-height: 100% !important;
}
.promotiles .slide:hover .content {
  max-height: 300px;
}
.promotiles .slide .promocontent {
  left: -1px;
  right: -1px;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  transition: background-color 250ms linear;
}
.promotiles .slide .promocontent:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px; /* Adjusts for spacing */
}
.promotiles .slide .promocontent .wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #58585a;
  padding: 12px 22px 22px;
  box-sizing: border-box;
  max-height: 60px;
  transition: max-height 1s;
}
@media only screen and (max-width: 1024px) {
  .promotiles .slide .promocontent .wrapper {
    max-height: 300px !important;
    padding: 22px;
    background: rgba(88, 88, 90, 0.8);
  }
}
.promotiles .slide .fs_title {
  color: #fff1e7;
  display: block;
  font: 700 17px "Gotham", sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
}
.promotiles .slide .fs_descr {
  color: #fff1e7;
  font: 20px "Vendetta", serif;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0 !important;
}
.promotiles .slide .content {
  max-height: 0;
  overflow: hidden;
  margin-top: 16px;
  transition: max-height 1s;
}
@media only screen and (max-width: 1024px) {
  .promotiles .slide .content {
    max-height: 300px;
  }
}
.promotiles .slide .button {
  background: #fcdcd8;
  color: #58585a;
  font: 700 12px/1 "Gotham", sans-serif;
  margin-top: 14px;
}
.promotiles .slide .button:hover {
  background: #fff1e7;
}
.promotiles .slick-arrows-container {
  font-size: 0;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.promotiles .slick-arrows-container .slick-arrow {
  background: #fcdcd8;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  text-indent: -1000em;
  border-radius: 100%;
}
.promotiles .slick-arrows-container .slick-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid #58585a;
  border-bottom: 0;
  border-left: 0;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.promotiles .slick-arrows-container .slick-arrow:hover {
  background: #bcbec0;
}
.promotiles .slick-arrows-container .slick-next:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
