:root {
  --width-container: 1536px;
  --break: 1.5em;
  --void: 9.375em;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-grey: #F1F2F2;
  --font-h1: clamp(2.5rem, 3vw + 1rem, 3rem); /*48-40*/;
  --font-h2: clamp(2.125rem, 2.25vw + 1rem, 2.5rem); /*40-34*/
  --font-h3: clamp(1.75rem, 1.5vw + 1rem, 2.125rem); /*34-28*/
  --font-h4: clamp(1.375rem, 0.75vw + 1rem, 1.75rem); /*28-22*/
  --font-h5: clamp(1.188rem, 0.5vw + 1rem, 1.5rem); /*24-19*/
  --font-base: clamp(1rem, 0.5vw + 1rem, 1.25rem); /*20-16*/;
  --font-small: 0.875rem;
}

/*--------------------------------------------------------------
GENERAL ALL WEBSITE
--------------------------------------------------------------*/
.container {
  max-width: 100%;
}
@media (min-width: 768px){
  .container {
    max-width: var(--width-container);
  }
  .container.header-main {
    max-width: calc(var(--width-container) + 2rem);
  }
}
@media (max-width: 767px){
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/*FONTS*/
h1,h2,h3,h4,h5{
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
:is(h1,h2,h3,h4,h5) :is(a, a:visited, a:hover, a:focus){
  text-decoration: none;
  color: var(--color-black);
}
.site-main h1{
  font-size: var(--font-h1);
}
.site-main h2{
  font-size: var(--font-h2);
}
.site-main h3{
  font-size: var(--font-h3);
}
.site-main h4{
  font-size: var(--font-h4);
}
.site-main h5{
  font-size: var(--font-h5);
}
.site-main p{
  font-size: var(--font-base);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.button.cta {
  font-size: var(--font-h5);
  min-width: auto;
  text-align: center;
  text-transform: uppercase;
}
.button.cta.smaller{
  font-size: var(--font-base);
}
.button.more{
  font-size: var(--font-h5);
}
.entries .tags li {
  margin: 0 0.3rem 0.3rem  0;
}
.entries .tags li a {
  font-size: var(--font-small);
}
.entries .button.more {
  font-size: var(--font-h5);
  float: initial;
  margin-bottom: 2rem;
  margin-right: 1rem;
}
.entries .tags + .meta{
  margin-top: 1.25rem ;
  margin-bottom: 0.25rem;
  color: var(--color-black);
}
.entries .meta + .title{
  font-size: var(--font-h5);
  margin-top: 0;
}
.site-main .excerpt p{
  font-size: 1rem;
}
.entries .excerpt + p{
  margin-top: var(--break);
}

/*--------------------------------------------------------------
HELPERS
--------------------------------------------------------------*/
.text-center{
  text-align: center;
}
.text-right{
  text-align: center;
}
.text-left{
  text-align: left;
}
p:emty{
  display: none;
}

/*--------------------------------------------------------------
GENERAL PAGE
--------------------------------------------------------------*/
.page-template-homepage-redesigned .breadcrumb{
  display: none;
}
.page-template-homepage-redesigned .site-content,
.page-template-homepage-redesigned .site-main {
  background-color: var(--color-grey);
}
.page-template-homepage-redesigned .hero{
  margin-bottom: calc(var(--void) / 2);
}
.page-template-homepage-redesigned .site-main section {
  margin-bottom: var(--void);
}
@media screen and (max-width: 767px) {
  .page-template-homepage-redesigned .site-main section {
    margin-bottom: calc(var(--void) / 2);
  }
}

/*--------------------------------------------------------------
GENERAL BATCH
--------------------------------------------------------------*/
.batch{
  display: grid;
  max-width: var(--width-container);
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
}
.batch img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.batch .image-primary{
  grid-area: main-image;
}
.batch .content{
  grid-area: main-content;
  padding: min(3.5rem, 5vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .batch{
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .batch{
    grid-template-areas: "main-image"
                         "main-content";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
  }
  .batch img{
    aspect-ratio: 16 / 9;
  }
}

/*--------------------------------------------------------------
GENERAL OTHERS
--------------------------------------------------------------*/
.headlines.text-center,
.destination .headlines,
.destination-slide .headlines{
  margin-bottom: 3rem;
}
.headlines.text-center h3,
.destination .headlines h3,
.destination-slide .headlines h3{
  margin-top: 0;
  font-weight: 300;
}
.headlines h2{
  font-size: var(--font-h1);
  margin-top: 0;
  margin-bottom: 0;
}
.headlines h2 + p{
  font-size: var(--font-small);
  margin-top: 0.5em;
  margin-bottom: 2.5em;
}
.site-main p.footnotes{
  font-size: 1rem;
  padding-bottom: 0.5em;
}
.destination-slide  h4,
.competition-display h4{
  font-size: var(--font-h2);
  margin-top: 0;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 1023px) {
  .headlines.text-center,
  .destination-slide .headlines{
    margin-bottom: var(--break);
  }
}

/*--------------------------------------------------------------
HOME SLIDESHOW
--------------------------------------------------------------*/
.hero.hero h2{
  margin-bottom: 0.25em;
  text-transform: uppercase;
}
.hero.hero h3{
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.hero .flickity-slider{
  z-index: 10;
}
.hero .flickity-page-dots{
  position: absolute;
  bottom: 3vw;
  z-index: 1000;
}
.hero .flickity-page-dots .dot{
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
  border: solid 2px var(--color-white);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.hero .flickity-page-dots .dot:hover,
.hero .flickity-page-dots .dot.is-selected{
  background-color: var(--color-white);
}

/*--------------------------------------------------------------
FEATRUED HOTEL
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .featured-hotel{
    max-height: 1000px;
    grid-template-areas: "main-image extra-images"
                         "main-image main-content";
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    grid-template-rows: minmax(0, 1fr) minmax(0,  max-content);
  }
  .featured-hotel .image-secondary{
    grid-area: extra-images;
    display: flex;
    flex-direction: row;
  }
  .featured-hotel .image-secondary .image-secondary-pic{
    flex-basis: 100%;
  }
  .featured-hotel .image-secondary .image-secondary-pic + .image-secondary-pic{
    flex-basis: 66.66%;
  }
}
@media screen and (min-width: 1024px) {
  .featured-hotel.reverse{
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .featured-hotel .image-secondary img + img{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .featured-hotel .image-secondary{
    display: none;
  }
}

/*--------------------------------------------------------------
LATEST EVENTS
--------------------------------------------------------------*/
.event-display .content{
  justify-content: space-between;
  align-items:flex-start;
}
.event-display .date{
  margin-top: 0;
  margin-bottom: 0;
}
.event-display .date + h3{
  margin-top: 0;
}
.event-display .button-wrapper{
  margin-top: 2.5em;
}
@media screen and (min-width: 768px) {
  .event-display{
    height:clamp(740px, auto, 1200px);;
    grid-template-areas: "main-content main-image";
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1fr);;
  }
}

/*--------------------------------------------------------------
LATEST NEWS
--------------------------------------------------------------*/
.news-display {
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(clamp(clamp(100%/(4 + 1) + 0.1%, (1200px - 100vw)*1000, 100%/(2 + 1) + 0.1%), (768px - 100vw)*1000, 100%/(1 + 1) + 0.1%), (480px - 100vw)*1000, 100%), 1fr));
  gap: 3.125em;
  background-color: transparent;
}
.news-display.entries .hentry {
  width: 100%;
}

/*--------------------------------------------------------------
COMPETITION
--------------------------------------------------------------*/
.competition,
.competition-display{
  background: var(--color-black);
}
.competition{
  padding: min(6.50rem, 6vw) 0 min(5.250rem, 7vw) 0;
}
.competition > *{
  color: var(--color-white);
}
.competition :is(a, a:visited, a:hover, a:focus){
  color: var(--color-white);
}
.competition-display .content{
  justify-content: space-between;
  align-items:flex-start;
}
@media screen and (min-width: 768px) {
    .competition-display{
      height:clamp(645px, auto, 1200px);
      grid-template-areas: "main-image main-content";
      grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) ;
      grid-template-rows: minmax(0, 1fr);
    }
}
@media screen and (max-width: 767px) {
  .competition{
    padding: min(6.250rem, 5vw) 0 min(5.250rem, 1vw) 0;
  }
}

/*--------------------------------------------------------------
DESTINATION
--------------------------------------------------------------*/
.destination-wrapper{
  width: calc(100% - 120px);
}
.destination-wrapper .headlines h2{
  font-size: var(--font-h4);
}
.destination-wrapper .headlines h3{
  font-size: var(--font-base);
  margin-bottom: 0;
}
.destination-wrapper .flickity-button{
  width: 60px;
}
.destination-wrapper .flickity-prev-next-button.previous {
  left: -60px;
}
.destination-wrapper .flickity-prev-next-button.next {
  right: -60px;
}
.destination-wrapper .flickity-button.previous::before,
.destination-wrapper .flickity-button.next::before {
  right: 0;
  left: 0;
}
.destination-slide{
  width: 100%;
  display: flex;
}
/*.destination-slide .content,
.destination-slide .gallery{
    width: 50%;
}*/
.destination-slide .content{
  justify-content: space-between;
  align-items:flex-start;
}
.destination-slide .gallery{
  grid-area: main-image;
  margin: 0;
}
.destination-slide .pic-secondary{
  display: none;
}
@media screen and (min-width: 768px) {
  .destination-slide .batch{
    max-height: 740px;
    grid-template-areas: "main-content main-image";
    grid-template-columns:minmax(0, 1.4fr) minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
  }
  .destination-slide .gallery{
    display: flex;
    flex-direction: row-reverse;
  }
  .destination-slide .pic-primary{
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .destination-slide .batch{
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  }
  .destination-slide .pic-secondary{
    flex-direction: column;
    display: flex;
    flex-basis: 100%;
  }
  .destination-slide .pic-secondary .pic-wrapper{
    height: 100%;
  }
}

/*--------------------------------------------------------------
STYLES
--------------------------------------------------------------*/
.styles-grid .styles-grid-inner{
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.styles-grid .styles-grid-inner .styles-grid-item{
  position: absolute;
  /* transition: all 0.3s ease-in-out; */
}
.styles-grid .styles-grid-inner .styles-grid-item .styles-grid-item-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.styles-grid .styles-grid-inner .styles-grid-item .styles-grid-item-text{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  text-align: center;
  padding: 0px 20px;
  color: var(--color-white);
  font-size: 25px;
  text-transform: uppercase;
  margin: 0px;
}
/*.styles-grid-item{
  opacity: 0;
  transform: scale(0);
  transition: left .4s, top .4s;
}
.styles-grid-item:nth-child(odd){
  aspect-ratio: 1/1;
  overflow: hidden;
}*/
.styles-grid-item:nth-child(even){
  aspect-ratio: 3/4;
  overflow: hidden;
}
.styles-grid-item.appear{
  animation: gridItemAppears .4s forwards;
}
.styles-grid .btn-masonry {
  cursor: pointer;
}
@keyframes gridItemAppears {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*--------------------------------------------------------------
HOT PICTURE
--------------------------------------------------------------*/
.hot-pictures{
  background-color: var(--color-white);
  padding: min(6.50rem, 6vw) 0 min(5.250rem, 7vw) 0;
}
.hotpics-display {
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(clamp(clamp(100%/(4 + 1) + 0.1%, (1200px - 100vw)*1000, 100%/(2 + 1) + 0.1%), (768px - 100vw)*1000, 100%/(1 + 1) + 0.1%), (480px - 100vw)*1000, 100%), 1fr));
  gap: 3.125em;
}
.hotpics-display .thumb-container{
  aspect-ratio: 1 / 1;
  display: block;
}
.hotpics-display .stars{
  margin-top: 1em;
  margin-bottom: 0.25rem;
}
.hotpics-display h3{
  font-size: var(--font-h5);
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.hotpics-display p.locations a{
  font-size: var(--font-small);
  margin-top: 0;
  margin-bottom: 2.5em;
  text-transform: initial;
  font-weight: 300;
  margin-bottom: 1em;
}
.hotpics-display p.locations a :is(a, a:visited){
  color: var(--color-black);
  text-decoration: none;
}
.hotpics-display .hotpic-item .thumb-container{
  position: relative;
}
@media screen and (max-width: 767px) {
  .hotpics-display .thumb-container{
    aspect-ratio: 16/9;
  }
  .hot-pictures{
    padding: min(3.5rem, 5vw) 0;
  }
}

/*--------------------------------------------------------------
EXTRA FONT SIZES
--------------------------------------------------------------*/
.hero .slide-content h3{
  font-size: var(--font-h3);
  text-transform: initial;
}
.block-content .content-container h2,
.destinations-container .destinations-content h2{
  font-size: var(--font-h2);
}
.has-sidebar .widget-title,
.block h2 span,
.box-title span{
  font-size: var(--font-h3);
}
.block-content .content-container p{
  font-size: var(--font-base);
}

/*--------------------------------------------------------------
Inspiration - "BEST GAY ISLANDS" block
--------------------------------------------------------------*/
.block-content.left{
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .block-content.left{
    padding: 2rem;
  }
  .block-content.left .content-container,
  .block-content.left .image-container {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .block-content.left .image-container {
    width: calc(60% - 1rem);
  }
  .block-content.left .content-container {
    width: calc(40% - 1rem);
  }
}

/*--------------------------------------------------------------
Other extras
--------------------------------------------------------------*/
.loop .entry .slide-content {
  padding: min(3.5rem, 5vw);
}
@media screen and (min-width: 768px) {
  .loop:not(.grid).not-carousel .thumb-container{
    aspect-ratio: 4/3;
  }
  .loop:not(.grid).not-carousel img {
    object-fit: unset;
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    min-width: inherit;
    min-height: inherit;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}