.eatanddrink-details .wp-block-cover{
    position: relative;
    height: 45vh;
    overflow: hidden;
}
.eatanddrink-details .wp-block-cover img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.post_gallery {
    display: grid;
    max-width: 100%;
    gap: 1rem;
}
.post_gallery.three_imgs {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 200px);
}
.img_wrap:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}
.img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}



#gal_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw !important;
    max-width: 100vw;
    height: 100vh !important;
    z-index: 999999;
    margin: 0px !important;
    background: rgba(0, 0, 0, .9);
    padding-top: 50px;
}
.thumb-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}
.column {
    width: 10%;
    height: 100%;
    aspect-ratio: 1 / 1;
}
.thumb-wrapper img.demo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    max-height: 550px;
}
.mySlides {
    height: 550px;
    background-color: transparent;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.mySlides img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: transparent;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

section.eatanddrink-details > .has-global-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img_wrap {
    position: relative;
}
.more_imgs {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
}

.contactinfo {
    background-color: var(--wp--preset--color--tertiary);
    width: 45%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.map {
    width: 100%;
}
.acf-map {
    width: 100%;
    height: 100%;
    min-height: 350px;
}

.acf-map img {
   max-width: inherit !important;
}
.info_block.last_one {
    margin-top: auto !important;
    display: flex;
    justify-content: space-around;
}
.info_block.last_one .link {
    padding-right: 25px;
}
.contactinfo-wrapper {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.info_block p{
    margin:0;
    font-size: 16px;
}
.info_block p:last-child,
.info_block p.social_btn{
    padding-bottom:20px;
}
.info_block + .info_block {
    border-top: 1px solid var(--wp--preset--color--secondary);
    padding-top: 20px;
}
.info_block .info_header{
    font-size: 18px;
    font-weight: 600;
    margin-bottom:10px;
}
.info_block p.social_btn {
    display: inline-block;
    margin: 0 10px 0 0;
}
.social_btn a {
    display: block;
    width: 44px;
    background: #000;
    height: 44px;
    border-radius: 100%;
    position: relative;
}
.social_btn svg {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.social_btn {
    display: inline-block;
    margin: 0 10px 0 0;
}
.social_btn .facebook svg{
    top: 60%;
    width: 23px;
}

.info_block.last_one .link{
    font-weight: 700;
}
.link a:hover .arrow-button_icon:before {
    height: 30px;
    top: -11px;
    left: 2px;
    background-color: var(--wp--preset--color--secondary);
}
.link a:hover .arrow-button_icon:after {
    top: -12px;
    left: -3px;
    border-top: 3px solid var(--wp--preset--color--secondary);
    border-left: 3px solid var(--wp--preset--color--secondary);
}
.arrow-button_icon {
    display: inline-block;
    position: relative;
    width: 2px;
    height: 20px;
    rotate: 90deg;
    margin-left: 20px;
}
.arrow-button_icon:before {
    width: 3px;
    height: 20px;
    background-color: var(--wp--preset--color--primary);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 2px;
    transition: 0.35s ease;
}
.arrow-button_icon:after {
  width: 10px;
  height: 10px;
  left: -3px;
  border-top: 3px solid var(--wp--preset--color--primary);
  border-left: 3px solid var(--wp--preset--color--primary);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transition: 0.35s ease;
}


@media (max-width: 768px) { 
    .contactinfo-wrapper {
        flex-direction: column;
    }
    .contactinfo {
        width: 100%;
    }

    .eatanddrink-details .wp-block-cover{
        height: 230px;
    }
    .post_gallery.three_imgs {
        grid-template-rows: repeat(2, 90px);
    }
    .modal-content{max-height: 360px;}
    .mySlides{height: 360px;}
    .column {width: 20%;}
}






