/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 @font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?vpfi7');
  src:  url('../fonts/icomoon.eot?vpfi7#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?vpfi7') format('truetype'),
    url('../fonts/icomoon.woff?vpfi7') format('woff'),
    url('../fonts/icomoon.svg?vpfi7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
  content: "\e909";
}
.icon-arrow-left:before {
  content: "\e90b";
}
.icon-arrow-right:before {
  content: "\e90c";
}
.icon-arrow-up:before {
  content: "\e90d";
}
.icon-zoom-icon:before {
  content: "\e907";
}
.icon-accordion-arrow:before {
  content: "\e906";
}
.icon-roundel:before {
  content: "\e908";
}
.icon-search-icon:before {
  /*content: "\e900";*/
}
.icon-facebook-icon:before {
  content: "\e901";
}
.icon-instagram-icon:before {
  content: "\e902";
}
.icon-snapchat-icon:before {
  content: "\e903";
}
.icon-tiktok-icon:before {
  content: "\e904";
}
.icon-twitter-icon:before {
  content: "\e905";
}
.icon-tripadvisor-icon:before {
  content: "\e90a";
}
/*Rotate*/
.rotate-right:before{
  transform: rotate(90deg);
}
.rotate-left:before{
  transform: rotate(-90deg);
}

/*Custom Blocks*/

@media only screen and (max-width: 767px) {
    .break-container{
        width:93.333vw;
        position:relative;
        left:calc(-1 * 100vw/2);
    }
    .custom-block-posts-row{
      overflow-x: auto;
      flex-wrap: nowrap!important;
    }
}


.poster{
    background-size: cover;
    background-position: center;
   bottom: 0;
   left: 0;
   opacity: 1.0;
   position: absolute;
   right: 0;
   top: 0;
   z-index: -1;
   height: 100%;
   width: 100%;
 transition: all 0.3s ease-in;
}
