h2.site-title {
    font-family: "Playfair Display", serif;
    font-size: 25pt;
    color: #427f7f;
    margin: 0;
    padding: 0;
    line-height: 25pt;
}

h2.site-title a {
    text-decoration: none;
}

p.site-description {
    margin: 5px 0;
}
.single-top-picture img {
  display: block;
}

div.single-top-picture {
  display: block;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  max-width: 2000px;
}


.entry-content {
    overflow: hidden;
}


@media screen and (min-width: 48em) {
  .single-top-picture {
    display: block;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
  }
    .single-top-picture img {
      visibility: hidden;
    }
}

.single-wrapper {
    padding: 0;
    margin: 30px 0;
    min-height: 300px;
    overflow: hidden;
}

.gallery-page-wrapper {
    padding: 5px;
    margin: 30px 0;
    min-height: 300px;
    overflow: hidden;
}

.single-page-top-link-wrap {
    margin: 0;
    padding: 0 5px;
}

@media screen and (min-width: 48em) {
  .single-wrapper {
    
  }
    h2.site-title {
        font-size: 30pt;
        line-height: 30pt;
    }
    .single-page-top-link-wrap {
        margin: 0;
        padding: 5px 10px;
    }
}

@media screen and (min-width: 62em) {
    
}






/*************** HOTEL ALBUMS **********************/
.hotel-album-list {
    margin: 10px 0;
    list-style: none;
    padding: 0;
    text-align: center;
}

.hotel-album-list li {
    margin: 0 6px 6px 0;
    display: inline-block;
}

.hotel-album-list img {
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    cursor: pointer;
}

.hotel-albums-item {
    padding: 0px;
    box-shadow: 0px 0px 3px 0px #6f9f89;
    margin: 0 auto 30px auto;
    width: 98%;
}

.hotel-albums-item-desc {
    margin: 10px 0 40px 0;
    padding: 10px;
}




@media screen and (min-width: 48em) {
    .hotel-album-list img {
        max-width: 160px;
        max-height: 160px;
    }
    .hotel-album-list li {
        margin: 0 10px 10px 0;
    }
    .hotel-album-list {
        text-align: left;
    }
    .hotel-albums-item {
        padding: 20px;
        margin-bottom: 50px;
        box-shadow: 0px 0px 6px 0px #6f9f89;
        width: 95%;
    }
    .hotel-albums-item-desc {
        border-left: 2px solid #94c1b1;
    }
}

@media screen and (min-width: 62em) {
    .hotel-album-list img {
        max-width: 200px;
        max-height: 200px;
    }
}



/*************** GALLERY ALBUMS **********************/
.gallery-wrapper{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.gallery-album-list {
    margin: 0 auto 40px auto;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-album-list div {
    width: 120px;
    height: 120px;
    background-color: #999;
}

.gallery-album-list li {
    display: inline-block;
    flex: 1 1 calc(33.33% - 30px);
    margin: 5px;
    box-sizing: border-box;
    max-width: 120px;
    max-height: 120px;
}

.gallery-album-list img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
}

.gallery-albums-item {
    padding: 0px;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    box-shadow: 1px 1px 5px #999;
}

.gallery-album-item {
    border: 2px solid;
    padding: 0px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.gallery-albums-item h3 {
    margin: 10px 4px;
}

.gallery-album-desc-over {
    margin: 20px 0;
    padding: 0;
}

.gallery-albums-item-desc {
    margin: 10px 4px 20px 4px;
    padding: 10px;
    border-left: 4px solid;
}

.gallery-album-list-more {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    
}

.gallery-album-list-more a,
.gallery-album-list-more a:focus,
.gallery-album-list-more a:visited {
    margin: 0 auto;
    padding: 30px 0;
    display: table-cell;
    vertical-align: middle;
    background-color: #6f7d7d;
    width: inherit;
    height: inherit;
    text-align: center;
    color: #fbfbfb;
    
}

.gallery-album-list-more a:hover {
    background-color: #ddd;
    color: #777;
    
}


.gallery-grid {
    padding: 0px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
  
  .gallery-grid .img-over img {
    vertical-align: middle;
    display: block;
    width: 100%;
    height: auto;
  }
  
  .gallery-grid .img-over {
    background-color: #FFFFFF;
    display: block;
    float: left;
    margin: 0.8%;
    width: 23%;
    border: 10px solid #fff;
    box-shadow: 2px 2px 4px #777;
  }
  
  @media (max-width: 1024px) {
    .gallery-grid .img-over {
      width: 31.3%;
    }
  }
  
  @media (max-width: 767px) {
    .gallery-grid .img-over {
      width: 48%;
    }
  }
  
  @media (max-width: 479px) {
    .gallery-grid .img-over {
      margin: 2% 0;
      width: 100%;
    }
  }




@media screen and (min-width: 22em) {
    .gallery-album-list li {
        max-width: 140px;
        max-height: 140px;
    }
    .gallery-album-list div {
        width: 140px;
        height: 140px;
    }
}


@media screen and (min-width: 48em) {
    .gallery-album-list li {
        max-width: 160px;
        max-height: 160px;
    }
    .gallery-album-list {
        text-align: left;
    }
    .gallery-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .gallery-albums-item {
        width: 49%;
    }
    .gallery-albums-item h3 {
        margin: 20px;
    }
    .gallery-albums-item-desc {
        margin-left: 20px;
        margin-right: 20px;
    }
    .gallery-album-item {
        padding: 20px;
    }
    .gallery-album-list div {
        width: 160px;
        height: 160px;
    }
}

@media screen and (min-width: 52em) {
    .gallery-album-list li {
        max-width: 180px;
        max-height: 180px;
    }
    .gallery-album-list-more a,
    .gallery-album-list-more a:focus,
    .gallery-album-list-more a:visited {
        padding: 55px 0;
    }
    .gallery-album-list div {
        width: 180px;
        height: 180px;
    }
}

@media screen and (min-width: 62em) {
    .gallery-album-list li {
        max-width: 200px;
        max-height: 200px;
    }
    .gallery-album-list-more a,
    .gallery-album-list-more a:focus,
    .gallery-album-list-more a:visited {
        padding: 55px 0;
    }
    .gallery-album-list div {
        width: 200px;
        height: 200px;
    }
}


/*************** CONTACTS PAGE **********************/
.contact-form-wrapper {
    max-width: 800px;
    padding: 20px;
    border: 2px solid #ccc;
    margin: 50px auto;
}

.contact-form-wrapper label {
    display: block;
    font-size: 9pt;
    color: #9e9e9e;
}

.contacts-page-submit-mess {
    background-color: #f5feff;
    border: 1px solid #bbb;
    padding: 40px;
    margin: 20px 0;
    text-align: center;
    overflow: hidden;
    min-height: 10px;
}



/***************** top-booking-button OPTIONS ********************/
.mh-interior-top-booking-buttons-wrapper {
    display: block;
    min-height: 80px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.mh-interior-top-booking-buttons-surrogate {
    margin: 0;
    padding: 0;
    height: 0;
}
.mh-interior-top-booking-buttons-over {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 60px;
    padding: 0;
    margin: 10px 0;
    background-color: #F6F6F6;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
.mh-interior-top-booking-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: inherit;
    padding: 10px 15px;
    margin: 0 0 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 16pt;
    font-weight: 500;
}

.mh-interior-top-booking-button-over {
    display: block;
    overflow: hidden;
    margin: 0 0 10px 0;
    height: inherit;
}
.mh-interior-top-booking-button {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    font-weight: 600;
    font-size: 11pt;
}
.mh-interior-top-booking-button:visited,
.mh-interior-top-booking-button:hover {
    color: #fff;
}
@keyframes animateBtn {
    0% {
        left: -550px;
    }

    30% {
            left: -250%;
    }


    65% {
            left: 100%;
    }

    100% {
            left: 500%;
    }
}
.mh-interior-top-booking-button::after {
    -webkit-animation: animateBtn 6s ease 6s infinite;
    -o-animation: animateBtn 6s ease 6s infinite;
    animation: animateBtn 6s ease 6s infinite;
    left: -150px;
    position: absolute;
    content: "";
    display: block;
    width: 200px;
    top: -14px;
    height: 106px;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 40%, rgb(255 255 255 / 70%) 60%, rgba(255, 255, 255, 0) 80%);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(63deg);
    margin-left: 0px;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
  }

.single-top-picture + .main-wrapper {
    background-color: transparent;
}

@media screen and (min-width:485px) {
    .mh-interior-top-booking-buttons-over {
        flex-direction: row;
    }
    .mh-interior-top-booking-phone {
        width: 47%;
    }
    .mh-interior-top-booking-button-over {
        width: 47%;
        margin: 10px;
    }
}
@media screen and (min-width:750px) {
    .mh-interior-top-booking-phone {
        font-size: 20pt;
        display: flex;
        margin: 5px;
    }
    .mh-interior-top-booking-buttons-over {
        float: right;
        width: 80%;
        border-top: none;
        border-right: 1px solid #bbb;
        justify-content: end;
    }
}
@media screen and (min-width:900px) {
    .mh-interior-top-booking-buttons-over {
        width: 70%;
    }
    .mh-interior-top-booking-phone {
        font-size: 18pt;
    }
    .mh-interior-top-booking-button {
        font-size: 12pt;
    }
}
@media screen and (min-width: 76.5em){
    .single-top-picture + .main-wrapper {
        margin-top: -80px;
        position: relative;

    }
    .mh-interior-top-booking-buttons-surrogate {
        height: 80px;
    }
    .mh-interior-top-booking-buttons-wrapper {
        margin-top: 35px;
    }
}
/***************** END top-booking-button OPTIONS ********************/
