.kyl_post_content[data-post-type="page"] .content_wrapper .text_container {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  max-width: 970px;
  font-family: 'Montserrat', sans-serif;
  color: #455255;
}
.kyl_post_content[data-post-type="page"] .content_wrapper .text_container h2 {
  font-weight: 300;
  font-size: 35px;
  font-family: 'Cormorant Garamond', sans-serif;
  line-height: 42px;
  margin: 0 0 25px;
}
.kyl_post_content[data-post-type="page"] .content_wrapper .text_container h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 10px;
  font-family: 'Montserrat', sans-serif;
}
.kyl_post_content[data-post-type="page"] .content_wrapper .text_container p {
  margin: 0;
}
.kyl_post_content[data-post-type="page"] .content_wrapper .text_container p a {
  text-decoration: underline;
  color: #D5002F;
}
.kyl_post_content[data-post-type="page"] .content_wrapper .text_container p strong {
  font-weight: 600;
}
.kyl_post_content[data-post-type="post"] .content_wrapper .text_container {
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #455255;
}
.kyl_post_content[data-post-type="post"] .content_wrapper .text_container p {
  max-width: 850px;
  margin: 0;
}
.kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery {
  margin: 50px 0;
}
.kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery .thumbnail {
  position: relative;
  cursor: pointer;
  height: 250px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery .thumbnail {
    height: 650px;
  }
}
.kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery .thumbnail:before {
  background: transparent linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%) no-repeat center;
  position: absolute;
  height: 50%;
  width: 100%;
  content: '';
  bottom: 0;
  left: 0;
}
.kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery .thumbnail .title {
  font-weight: 300;
  font-size: 30px;
  font-family: 'Cormorant Garamond', sans-serif;
  position: absolute;
  line-height: 37px;
  max-width: 500px;
  color: #FFF;
  bottom: 40px;
  width: 100%;
  left: 40px;
  margin: 0;
  display: none;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery .thumbnail .title {
    display: block;
  }
}
.kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery .thumbnail .show_more_hint {
  background: transparent url('../assets/img/gallery_white.svg') no-repeat right top;
  font-weight: 300;
  font-size: 15px;
  max-width: calc(100% - 40px);
  background-size: 18px;
  padding-right: 28px;
  position: absolute;
  color: #FFF;
  bottom: 20px;
  right: 20px;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery .thumbnail .show_more_hint {
    bottom: 40px;
    right: 40px;
    max-width: calc(100% - 860px);
  }
}
.kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery .gallery {
  display: none;
  background-color: #FFF;
  overflow-y: auto;
  position: fixed;
  height: 100%;
  z-index: 99;
  width: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
.kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery .gallery .content_wrapper {
  padding-bottom: 50px;
  position: relative;
  padding-top: 50px;
}
.kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery .gallery .content_wrapper .close_gallery {
  background: transparent url('../assets/img/cross_dark.svg') no-repeat center;
  background-size: 100%;
  position: absolute;
  border: none;
  height: 16px;
  width: 16px;
  right: 15px;
  z-index: 1;
  top: 15px;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery .gallery .content_wrapper .close_gallery {
    right: 0;
  }
}
.kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery .gallery .content_wrapper .gallery_item {
  margin: 0 0 15px;
  overflow: hidden;
}
.kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery .gallery .content_wrapper .gallery_item:first-of-type {
  position: relative;
}
.kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery .gallery .content_wrapper .gallery_item:first-of-type:before {
  background: transparent linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%) no-repeat center;
  position: absolute;
  height: 50%;
  width: 100%;
  content: '';
  bottom: 0;
  left: 0;
}
.kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery .gallery .content_wrapper .gallery_item .gallery_image img {
  display: block;
  height: auto;
  width: 100%;
}
.kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery .gallery .content_wrapper .gallery_item .gallery_caption {
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 15px;
  display: none;
  color: #455255;
}
.kyl_post_content[data-post-type="post"] .content_wrapper .text_container .kyl_post_gallery .gallery .content_wrapper .gallery_item .gallery_caption:empty {
  display: none;
}
.kyl_post_content[data-post-type="store"] .content_wrapper,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kyl_post_content[data-post-type="store"] .content_wrapper .image_container,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .image_container {
  margin: 0 0 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content[data-post-type="store"] .content_wrapper .image_container,
  .kyl_post_content[data-post-type="restaurant"] .content_wrapper .image_container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 590px);
    flex: 0 0 calc(100% - 590px);
    margin: 0;
  }
}
.kyl_post_content[data-post-type="store"] .content_wrapper .image_container img,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .image_container img {
  display: block;
  height: auto;
  width: 100%;
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container {
  line-height: 22px;
  font-weight: 300;
  font-size: 15px;
  color: #455255;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content[data-post-type="store"] .content_wrapper .text_container,
  .kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container {
    align-content: space-between;
    -ms-flex-line-pack: justify;
    padding: 0 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 590px;
    flex: 0 0 590px;
  }
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_content,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_content {
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_content,
  .kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_content > p,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_content > p {
  margin: 0;
  font-weight: 300;
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_content > p > a,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_content > p > a {
  pointer-events: none;
  margin: 0 0 25px;
  cursor: default;
  display: block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_content > p > a,
  .kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_content > p > a {
    margin: 0 0 35px;
    max-width: 260px;
    max-height: 90px;
  }
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_content > p > a img,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_content > p > a img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 200px;
  max-height: 90px;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_content > p > a img,
  .kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_content > p > a img {
    max-width: 260px;
    max-height: 90px;
  }
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_content .read_more,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_content .read_more {
  overflow: hidden;
  height: 0;
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_content .open_read_more,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_content .open_read_more {
  text-decoration: underline;
  letter-spacing: 1.4px;
  line-height: 18px;
  margin: 15px 0 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  display: block;
  color: #757474;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info,
  .kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .restaurant_special,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .restaurant_special {
  margin: 30px 0 0;
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .restaurant_special .label,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .restaurant_special .label {
  font-weight: 500;
  margin: 0;
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .restaurant_special .special_download,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .restaurant_special .special_download {
  background: transparent url('../assets/img/download_red.svg') no-repeat left center;
  background-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
  padding-left: 24px;
  color: #D5002F;
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_opening_hours,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_opening_hours {
  margin: 30px 0 0;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_opening_hours,
  .kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_opening_hours {
    margin: 20px 0 0 0;
  }
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_opening_hours .label,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_opening_hours .label {
  font-weight: 500;
  margin: 0;
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_opening_hours .table .table_row,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_opening_hours .table .table_row {
  display: block;
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_opening_hours .table .table_row .table_col,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_opening_hours .table .table_row .table_col {
  display: inline-block;
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_opening_hours .table .table_row .table_col.days,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_opening_hours .table .table_row .table_col.days {
  font-weight: 500;
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_opening_hours .table .table_row .table_col.value,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_opening_hours .table .table_row .table_col.value {
  font-weight: 300;
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_contact,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_contact {
  margin: 30px 0 0;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_contact,
  .kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_contact {
    margin: 20px 0 0 0;
  }
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_contact .headline,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_contact .headline {
  font-weight: 500;
  margin: 0;
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_contact .phone,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_contact .phone,
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_contact .fax,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_contact .fax,
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_contact .email,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_contact .email {
  margin: 0;
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_contact .phone .label,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_contact .phone .label,
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_contact .fax .label,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_contact .fax .label,
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_contact .email .label,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_contact .email .label {
  font-weight: 500;
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_contact .phone .value,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_contact .phone .value,
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_contact .fax .value,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_contact .fax .value,
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_contact .email .value,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_contact .email .value {
  font-weight: 300;
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_contact .phone a,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_contact .phone a,
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_contact .fax a,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_contact .fax a,
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .store_contact .email a,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .store_contact .email a {
  text-decoration: underline;
  color: #D5002F;
  font-weight: 300;
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .website_link,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .website_link {
  transition: all 0.3s ease;
  text-transform: uppercase;
  background-color: #FFF;
  border: 1px solid #455255;
  letter-spacing: 1.4px;
  text-align: center;
  padding: 13px 20px;
  margin: 40px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  display: block;
  color: #455255;
}
@media screen and (min-width: 1024px) {
  .kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .website_link,
  .kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .website_link {
    margin: 30px 0 0 0;
    max-width: 280px;
  }
}
.kyl_post_content[data-post-type="store"] .content_wrapper .text_container .post_info .website_link:hover,
.kyl_post_content[data-post-type="restaurant"] .content_wrapper .text_container .post_info .website_link:hover {
  background-color: #455255;
  color: #FFF;
}
