#mainlogo
{
    height: 170px;
}

@font-face {
    font-family: 'Magic Romance';
    src: url('MagicRomance.woff2') format('woff2'),
        url('MagicRomance.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.padding50
{
    padding: 20px;
}


.fixed
{
  overflow: hidden;

  position: fixed;
    top: 0px;
    left: 0px;
}


.row-ahero-element
{
       margin-top: 250px;
    padding-top: 200px;
    padding-bottom: 200px;
    font-style: normal; 
               background-size: cover;
           background-position: center left;
}

.row-ahero-element p
{
    color: white;
    font-size: 1.5em;
  filter: drop-shadow(0 0 0.55rem black);
}



.stntext
{
box-shadow: none !important;
    font-size: 1.22em;
  font-family: 'Fraunces', serif;
    color: #373435;
    filter: none;
}

@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}



@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}

.bannerslot {
  max-width: 100%;
  margin: 0 auto;
  height: 100px;
  padding: 0;
  font-family: 'Lato', sans-serif;
}


ol {
  box-sizing: border-box;
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 10px;
}

ol::-webkit-scrollbar {
  width: 0;
}


ol::-webkit-scrollbar-track {
  background: transparent;
}

ol::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}


ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
position: relative;
}

.carousel__flexholder
{


width: 100%;
height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;

  align-items: stretch;
}

.carousel__flextop
{
    
}

.slidertextmain
{
    font-family: 'Fraunces', serif;
  padding: 10px; background-color: #DFBC52; color: white; font-size: 50px;
    font-size: 2.5em;
    padding: 10px;
    font-weight: 800;
    margin-top: 350px;
    margin-right: 100px;
   display: inline-block;
   
}

.slidertextsub
{

   
}

.carousel__flexmid
{margin-top:auto; 
flex-grow: 1;
    width: 100%;
    text-align: right;

    
}



.carousel__moretext
{

font-family: 'Magic Romance';
      font-size: 40px;
    
padding-top: 20px !important;
padding-bottom: 20px !important;
 font-style: normal;
 font-weight: normal;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 
    color: white !important;
    font-size: 1.8em !important;

background-color: #642C24;


}

.carousel {
  position: relative;
      padding-top: calc(75vh);
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  position: relative;
  text-align: center;
  flex: 0 0 100%;
  width: 100%;
  background-size: cover;

 background-position: center center;

}



.frontpage
{
margin-top: 265px;
height: calc(71vh);
}


.notfront
{
    margin-top: 250px;
    padding-top: 100px;
    font-style: normal;
}

.ticketlist
{
margin-top: 265px;
height: auto !important;

}


.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.notfront h1
{
    margin-top: 50px;
}

.udatcolsflexrow
{

     display: flex;
  flex-direction: row;
  flex-wrap: wrap;
margin-left: auto;
margin-right: auto;
       width: 100%;

 
}

.wandf
{
    width: 50%;
}

.colstack
{
    width: 100%;
}

.locationbar
{
    
    background-color: #3d1a17;
    color: white;
    padding-top:10px;
    padding-bottom: 10px;
}

.locationbar span
{
    padding-left: 70px;
}

video {
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
 height: 100vh;
  width: 100%;
  overflow: hidden;
  margin-top: 250px;

}
.new-video-hero {

  z-index: -1;



  position: relative;
  overflow: hidden;
  text-align: center;

  align-items: center;
  justify-content: center;
}


.reviewsub
{
    font-size:.6em;
    padding: 5px;
    background-color: #CAA773;
    color: 
#642C24;
}

.udatcolsflexcol
{
    display: flex;
}

.udatcolsflexcol:nth-child(1)
{
    flex-basis: 50%;

}

.udatcolsflexcol:nth-child(2)
{
    flex-basis: 50%;
    width: 50%;


}

.review-right
{
    padding: 50px;
}



@media (max-width: 800px) {
  


.carousel__moretext
{

font-family: 'Magic Romance';
    font-size: 1.5em !important;



}

.slidertextmain
{

    font-family: 'Fraunces', serif;
  padding: 10px; background-color: #DFBC52; color: white; font-size: 50px;
    font-size: 1.3em;
    padding: 10px;
    font-weight: 800;
    margin-top: 200px;

   display: none;
   
}


  
#mainlogo
{

    height: 130px;
}
  
* {
  box-sizing: border-box;
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
}

*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}
  
  
  .carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: hidden;
  counter-reset: item;
  scroll-behavior: auto;
  
}

.frontpage
{
margin-bottom: 100px;
}  
  .carousel {
  position: relative;
     
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}

  
  .carousel__moretext
{
    z-index: 999;
    margin-top: 0px;
}
  
  .udatcolsflexrow {
    flex-direction: column;
    
  }
  
  .udatcolsflexcol:nth-child(1)
{
width: 100% !important;    

}

.udatcolsflexcol:nth-child(2)
{
width: 100% !important;

}
}


h1
{
  filter: drop-shadow(0 0 0.55rem black);  
  font-size: 2.5em;
     cursor:pointer;
font-family: 'Magic Romance';
 color: white;
 font-weight: normal;
 width: 100%;

    
}

.spacestext{
    float: right;
    font-size: 11px;
    background-color: red;
    padding: 2px;
    color: white;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 19999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.box {
    position: absolute;
    padding: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #333;
    color: #fff;
}

h2, .box p {
  margin: 0 20px;
}

.close {
    position: absolute;
    left: 100%;
    top: 0;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    background-color: #5c5c5c;
    cursor: pointer;
    text-decoration: none;
}


.backbutton
{
    padding: 20px;
    margin: 5px;
    background-color: white;
    color: red;
}

.responsivemap
{
    width: 96%;

    height: auto;
    min-height: 500px;
}

.backbutton:hover
{
    padding: 20px;
    margin: 5px;
    background-color: white;
    color: black;
}

.arrow
{
    width: 55px !important;
    padding-left: 10px;
    padding-right: 10px;
}

h2
{
  font-size: 16px;
  
}



.pinboard h2
{
    font-family: 'Rye', cursive;
      font-size: 40px;
    
color: white;
 font-style: normal;
 font-weight: normal;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
    
}

@font-face {
    font-family: 'EngraversGothic';
    src: url('EngraversGothicBT-Regular.woff2') format('woff2'),
        url('EngraversGothicBT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.mc-field-group
{

    width: auto;
}

.udatitemtext
{
    padding-bottom: 20px;
    text-align: center;
}

.frontfeeds
{

    margin-top: -8px;
}

.frontfeeds h6
{
       font-size: 2.0em;
       margin: 8px;
}

.frontfeeds .udatitemholder-multiple-holder
{
    margin-left: 50px;
    margin-right: 50px;

}

.udatitemholder-multiple:hover
{
      -ms-transform: rotate(0.1deg) !important; /* IE 9 */
  transform: rotate(0.1deg) !important;
    transition: 0.1s ease-in-out;


}

.frontfeeds .feeditem6
{
    background-color: #DFBC52;
      -ms-transform: rotate(-0.8deg); /* IE 9 */
  transform: rotate(-0.8deg);
  color: #642C24;
}

.frontfeeds .feeditem1
{
    background-color: #DFBC52;
      -ms-transform: rotate(-0.8deg); /* IE 9 */
  transform: rotate(-0.8deg);
  color: #642C24;
}

.frontfeeds .feeditem2
{
    background-color: #642C24;
    
      -ms-transform: rotate(0.9deg); /* IE 9 */
  transform: rotate(0.9deg);
    color: #DFBC52;
}

.frontfeeds .feeditem4
{
    background-color: #642C24;
    
      -ms-transform: rotate(0.9deg); /* IE 9 */
  transform: rotate(0.9deg);
    color: #DFBC52;
}

.frontfeeds .feeditem3
{
    background-color: #353d44;
      color: #A2B3BB;
      -ms-transform: rotate(-0.3deg); /* IE 9 */
  transform: rotate(-0.3deg);
}

.frontfeeds .feeditem5
{
    background-color: #353d44;
      color: #A2B3BB;
      -ms-transform: rotate(-0.3deg); /* IE 9 */
  transform: rotate(-0.3deg);
}
.udatitemtext a
{
    color: rgba(255,255,255);
    border: 2px solid rgba(255,255,255);
    padding: 5px;
border-radius: 5px;
}
.udatitemticket-text
{
    font-size: 1em;
    line-height: 1.2em;
    padding: 15px;
       
       color: #642C24;

    background-color: #DFBC52;
    
}

.ticketitemtextprice
{
    text-align: center;
    font-size: 1.3em;
    background-color: #642C24;
    padding: 20px;
    color: #DFBC52;
}


.ticketitemtext
{
    text-align: center;
    font-size: 1.3em;
    background-color: #642C24;
    padding: 20px;
    color: #DFBC52;
}

.ticket--headline h1
{
    font-family: 'Magic Romance';
    font-style: normal;
    color: white;
    text-align: left;
    margin-top: 100px;
    
}

.ticketlist
{
    background-position: center bottom;
    background-image: url(playinggolf.jpg);
    background-size: cover;
    
}


.textframe
{
    margin-top: 20px;
    filter: drop-shadow(0 0 0.55rem black);
    margin: 50px;
    background-image: url(bgtextex.webp);
    background-size: cover;
    padding: 50px;
    font-size: 1.22em;
    text-align: left;
      background-color: white;
  
}

.textframe img 
{ width: 100%; height: auto;}


.textframeb
{
    filter: drop-shadow(0 0 0.55rem black);
width: 95%;
    background-image: url(bgtextex.webp);
    background-size: cover;
text-align: center;

    font-size: 1.22em;
    text-align: center;
      background-color: yellow;
  -ms-transform: rotate(0.6deg); /* IE 9 */
  transform: rotate(0.6deg);
  padding-bottom: 20px;

}

.pinboardb
{
    font-family: 'Rye', cursive;
      font-size: 40px;
    
padding-top: 10px !important;
padding-bottom: 10px !important;
 font-style: normal;
 font-weight: normal;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
    margin-top: -40px;
    color: white !important;
    font-size: 2.0em !important;

background-color: #642C24;

}


.pinboard
{
      border: 10px solid transparent;
      color: #e6e6e6;
 border-image: url(borderelement.png) 30 repeat;

  background-image: url(borderfill.png);


          
}

@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}

        
}
 
@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}

    100%{transform: rotate(10deg);}
}
 
 
 .swingimage img
 {
     width: 
     300px;
 }
.swingimage{

        overflow: hidden;

  position: fixed;
    top: -30px;
    left: 75%;
    z-index: 9999;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
}




.hiwmenubarinner
{
margin-left: 11px;
margin-right: 11px;
margin-top: 12px;
color: #E6E6E6;
}


.hiwmenubar
{
    margin-top: 20px;
    width: 98%;
    max-width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.hiwmenucontent
{
  
     text-align: center;
    margin-left: auto;
    margin-right: auto; 
    
}

.himenubararrow
{
    float:left;
}


.careersimg h1
{
    color: white;
}

.himenubarnav
{
  width: calc(100% - 228px);
    float:left;
    background-color: #632925;
    height: 53px;
    color: white;
}


.oldpaper img
{
    width: 100%;
}


.internalpad
{
   
}



.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999991;
  top: 0;
  left: 0;
  background-repeat: repeat-y;
         background-image: url('sidenav.png');  
background-size: contain;
  overflow-x: hidden;

  transition: 0.5s;
 padding-top: 60px;

}

.sidenav img
{
    padding-left: 15px;
}

.sidenav a {
  padding: 5px 5px 5px 32px;
  text-decoration: none;
  font-size: 15px;
  color: #000000;
  display: block;
  transition: 0.3s;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}


.sidenav a:hover {
    background-image: url('navbg.png');
    background-size: cover;
  color: #f1f1f1;
        animation: shake 0.5s;
}


@media screen and (max-height: 450px) {

  .sidenav a {font-size: 18px;}




}





.rotblock
{
text-align:right;

      margin-top: 25vh;
    
}
.frontbold
{

  padding: 10px; background-color: #DFBC52; color: white; font-size: 50px;

}

.frontboldb
{

  padding: 10px; background-color: #A2B3BB; color: white; font-size: 30px;

}

.paper
{
      background-image: url('paperbg.png');

   height: 240px;
    background-size: cover;
    background-position: center bottom;  
  
}


.paper img
{
    padding-top: 30px;
}

#menuimg
{
    position: fixed;
    top: 30px;
    left: 10px;
}

.rowcontent-instagram
{
        background-image: url('oldpaper.jpg');  
           background-size: 100% auto;
           padding: 50px;
}

.oldpaper .row-element2 .udatcolsflexrow
{

}

.oldpaperd
{
          background-image: url('oldpaper.jpg');  
           background-size: 100% auto;  
      
}


.oldpaperc
{
           background-color: #E9D8C5;
      
}

.oldpaperb
{
          
          background-image: url('oldpaper.jpg');  
           background-size: 100% auto;  
           margin-top: -30px;
}

.oldpaper
{
        background-image: url('oldpaper.jpg');  
           background-size: 100% auto;
     
}

.paperfix
{
    padding: 0px !important;
  }
  .resultgroupdetail
  {
      background-color:  white;
      padding: 20px;
   
  }  
  
 
  .resultgroupheader
  {
      background-color: black;
      color: white;
      padding: 20px;
      margin-top: 15px;
      margin-bottom: 15px;
  }
  
  .homepager
  {
      height: 80vh;
          background-image: url('hiwimage.jpeg');  
          background-size: cover;
          background-position: center center;
  }

.row-result-element
{
    padding: 20px;
}

.rowcontent-wysiwyg a
{
    color: black;
    
    

}


.rowcontent-wysiwyg a:hover
{
    text-decoration: underline;


}
 



.paperfix .row-content .twocol-content
{
         background-image: url('oldpaper.jpg');  
           background-size: 100% auto;
           padding: 50px;  
}



.paperfix .row-content .rowcontent-wysiwyg
{
         background-image: url('oldpaper.jpg');  
           background-size: 100% auto;
           padding: 50px;  
}

.wquest h1
{
    color: white;
}


.findus h1
{
    color: white;
}

.lookaround p
{
    color: white;
    filter: drop-shadow(0 0 0.55rem black);

}


.wquest
{
        background-image: url('wizardsquest.jpg');  
           background-size: cover;
           background-position: center left;
           color: white;
    
}


.corporate
{
        background-image: url('corporate.jpg');  
           background-size: cover;
           background-position: center left;
           color: white;
    
}


.faqs
{
        background-image: url('faqs.jpg');  
           background-size: cover;
           background-position: center left;
           color: white;
    
}

.lookaround
{
        background-image: url('lookaround.jpg');  
           background-size: cover;
           background-position: center left;
           color: white;
    
}

.findus
{
        background-image: url('findus.jpg');  
           background-size: cover;
           background-position: center left;
           color: white;
 
}
.careersimg
{
        background-image: url('careersimg.jpg');  
           background-size: cover;
           background-position: top right;

}

.tavern
{
        background-image: url('tavern.jpg');  
           background-size: cover;
           background-position: center right;

}

.faqs .row-content p, .tavern .row-content p, .wquest .row-content p
{
      filter: drop-shadow(0 0 0.55rem black);
    color: white;
}

.careersimg .row-content, .findus .row-content, .lookaround .row-content, .faqs .row-content, .corporate .row-content, .tavern .row-content, .wquest .row-content
{
        min-height: 400px; 
}

.oldpaper
{
        background-image: url('oldpaper.jpg');  
           background-size: 100% auto;
           padding: 50px;
}

.careersimg p
{
    filter: drop-shadow(0 0 0.55rem black);
    color: white;
}


.bookingrepro
{
        margin-top: 10px;
    padding: 20px;
    color: #373435;   
background-color: white;
font-size: 18px;
}
.bookingterms
{
        margin-top: 10px;
    padding: 20px;
    color: #373435;   
background-color: white;
font-size: 12px;
}


.startbooking
{
      padding: 20px;
    background-color: #373435;   
color: white;
font-size: 18px;  
}

.udatbookingtimecontainer
{
margin-top:-20px;
 background-color: #373435;   

}

.udatbookingtimecontainertop
{
    padding: 20px;
    background-color: #373435;   
color: white;
font-size: 18px;
}

.eventlisttitle
{
    float: left;
    width: 60%;
}

.eventlisttitle h4
{
    float: left;

    padding: 0px;
    margin: 0px;
    width: 100%;
}

.featuredevent
{
    background-color: LemonChiffon !important;
}

.eventlistpick
{
    float: left;
    text-align: center;
    min-width: 80px;
}

.eventlistpickb
{
    float: left;
    
}

.eventbtn:hover
{
    background-color: lightblue;
  cursor: pointer; 
  color: #373435;  
}

.eventbtn
{
     border: none;
 background-color: #373435;  
 text-align: center;
 padding: 3px;
 min-width: 40px;
color: white;
    
}

.eventlistareasub
{
    margin-top: 10px;
    padding: 20px;
    color: #373435;   
background-color: white;
}

.udatbookingtimecontainerlower
{
    margin-top: 10px;
    padding: 20px;
    color: #373435;   
background-color: white;
}

.selbtn
{
    background-color: yellow !important;
}
.udatbookingtimecontainer h3
{

    color: white;
    padding: 23px;
}

.udatbooking-container
{
      display: flex;
  flex-direction: row;
  flex-wrap: wrap;
   justify-content: space-between;
  width: 100%;
}

.udatbookingtime
{
    padding: 10px;
    float: left;
margin: 1%;
background-color: white;
width: 19%;
min-width: 100px;

}

.udatbookingtime:hover
{
cursor: pointer;
background-color: lightblue;
    
}

.udatbooking-column
{
 display: flex;
 padding: 1%;
  flex-direction: column;
  flex-basis: 50%;
  flex: 1;   
}

.udat-bookingzone
{
        
           padding-top: 20px;
           padding-bottom: 20px;
}

.books
{
    background-image: url('bookfooter.png');
    min-height: 250px;
    background-position: center top;
    background-size: cover;

}

.navleft
{
    float: left;
    width: 95%;
}

.navright
{
    width: 5%;
    float: left;
    color: blue;
}





.udatwrapper
{
    margin-top: -65px;
}


.udatitemonelevelimage
{
    border: 7px solid #FFFFFF;
     border-radius: 50%;
    float: left;
    width: 115px;
    height: 113px;
    margin-right: 5%;
}

.twocol-b
{
    text-align: right;
}

.twocol-b img
{
    clip-path: polygon(0 9%, 100% 0, 100% 100%, 0 95%);
    width: 90%;
}

.udatitemoneleveltext
{
    float: left;
    width: 60%;
    padding-lefT: 1%;
}

.udatitemoneleveltext h6
{
    margin-top: 5px;
    
}

.itemitemoneleveltextblock
{
    margin-top: -50px;
}

.udatimageonelevelimage .img
{
    width: 100%;
}

.rowcontent-grid
{
    padding-top: 20px;
}

.row-element4 .grid1
{
    background-color: red;
}

        .textframenonrot a:hover
{

border-radius: 5px;
background-color: black;
color: white;
padding: 5px;

}

@media (max-width: 700px)
{
    
    .getexistingbookingb
    {
           margin-left: 4%;
    }
    
    .responsivemap
    {
        margin-left: 4.5%;
        width: 96%;
    }
    
    

    .textframe
{
    margin: 10px 0px 00px 0px;
    background-image: url(bgtextex.webp);
    background-size: cover;
    padding: 0px;
    font-size: 1em;
    text-align: left;
      background-color: white;
padding: 20px;
}

.careers img
{
    width: 100% !important;
}
    
    .pinboardb
{
    background-size: cover;
}

    .rotblock
    {
      margin-top: 10vh;
    }
    
 .sidenav
 {
     padding-top: 20px;
 }
 .sidenav img
 {
     
     width: 60px;
 }
 
 #menuimg
{ top: -10px;
    width: 60px;
}





.arrow
{
    display: none;
}
 
 .udatbooking-column
 {
     flex-basis: 100%;
 }

    
    .grid-style1
      {
      grid-template-columns: 100% !important;
      
        grid-template-areas: 
        
        'style5'
        'style1'
        'style2'
        'style3'
        'style4'
        !important;
      }
      
}

.actionsmallimage
{
    width: 100%;
}


.breakfree
{
    clear: both;
}

/* Shop Specific Elements */

.udatshopblock-full
{
    background-color: #F9EEDF;
    padding: 15px;
    height: auto;
    overflow: auto;
  
}





/* The Modal (background) */
.modal {
   
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
   text-align: center;
  padding: 40px;
  border: 1px solid #888;
  max-width: 400px;
  width: 80%;
}




.shopcontinuebtn:hover
{

    background-color: #DCDCDC;
    font-size: 18px;


    padding: 20px;
     border-radius: 5px;
    color: #666;

}

.shopcontinuebtn
{
    background-color: #666;
    font-size: 18px;
    
    text-align: center;
  padding: 20px;
     border-radius: 5px;
    color: white;
}





.shopbtn:hover
{

    background-color: #DCDCDC;
    font-size: 13px;
    width: 98%;
    text-align: center;
    padding: 1%;
     border-radius: 5px;
    color: #666;
    cursor: copy;
}

.shopbtn
{

    background-color: #666;
    font-size: 13px;
    width: 98%;
    text-align: center;
    padding: 1%;
     border-radius: 5px;
    color: white;
}

.shopprice
{

      font-size: 18px;
       color: #B8860B;
}

.shoptitle
{
    font-size: 25px;
    padding-bottom: 10px;
}



.baskettable {
  
  border-collapse: collapse;
  width: 100%;
}

.baskettable td, .baskettable th {

  padding: 8px;
}





.baskettable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;


}

.shopblockleft
{
    float: left;
    width: 25%;
}

.shophholder
{
    min-height: 500px;
}

.shopblockright
{
    float: right;
    width: 72%;
}

.shopblockleft img
{
    width: 85%;
    max-width: 80px;
}

.lisatext
{
    font-size: 30px;
    font-style: oblique;
}

.lisafulltext
{
    font-size: 15px;
    min-height: 60px;
    
}

.checkoutbtn
{
  
    padding: 5px;
}


.cartbtn
{

    padding: 5px;
}


.titlespan a
{
    color: black;
}
.titlespan
{

   margin-top: 10px;
    margin-bottom: 10px;
}

.vouchers
{
      background-color: #e1effa;
}

.vouchers h2
{
    color:  #046BAE !important;
    font-family: Georgia;
}

.soldoutbannertext
{
    
    color: white !important;
    background-color: #046BAE !important;
    text-align: center;
font-size: .6em !important;
}

.lastfewbannertext
{
        font-family: 'Hyperwave Three';
    color: white !important;
    background-color:  #046BAE !important;
    padding: 10px;
    position: relative;
    top: -290px;
    font-size: 2.5em;
    left: 10px;
}


.lastonebannertext
{
        font-family: 'Hyperwave Three';
    color: #046BAE !important;
    background-color: white !important;
      padding: 10px;
        position: relative;
    top: -290px;
    font-size: 2.5em;
    left: 10px;
}


/* End Shop */



.twocol-flex-sidebar
{
  display: flex;
  align-items: top;
 justify-content: space-between;
 margin-bottom: 40px;

}


.twocol-content-sidebarmain
{
   
    background: url("lacebg.png");
    background-repeat: repeat;

 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 20px;
 padding-right: 20px;
 margin-top: 40px;
 margin-bottom: 40px;
  flex-basis: 70%;
}

.twocol-content-sidebarside
{

margin-top: 40px;
flex-basis: 23%;
}

.form-row-element
{
    color: white !important;
    background-color: black !important;
}

.essentials h1
{
    font-size: 40px;
    font-weight: 100;
    color: white;
    line-height: 50px;
}

	
.grid-container
{
      display: grid;
  
}


.grid-style1
{
     grid-template-columns: 25% 25% 25% 25%;
    
    grid-template-areas: 
    
    'style1 style2 style5 style5'
    'style3 style4 style5 style5';
}


.grid-style2
{
    
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-areas: 
    
    'style1 style1 style2 style4'
    'style1 style1 style3 style5';
}


.grid-style3
{
    
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-areas: 
    
    'style1 style3 style3 style4'
    'style2 style3 style3 style5';
}


.grid-style4
{
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-areas: 
    
    'style1 style1 style1 style2'
    'style1 style1 style1 style3';
}

.grid-style5
{
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-areas: 
    
    'style1 style3 style3 style3'
    'style2 style3 style3 style3';
}

.grid-style6
{
    grid-template-columns: 33% 33% 33%;
    grid-template-areas: 
    
    'style1 style3 style4'
    'style2 style3 style4';
}

.grid-style7
{grid-template-columns: 33% 33% 33%;
    grid-template-areas: 
    
    'style1 style2 style4'
    'style1 style3 style4';
}


.grid-style9
{grid-template-columns: 33% 33% 33%;
    grid-template-areas: 
    
    'style1 style1 style2'
    'style3 style4 style4';
}

.grid-style11
{grid-template-columns: 33% 33% 33%;
    grid-template-areas: 
    
    'style1 style2 style3'
    'style4 style4 style4';
}

.grid-style14
{grid-template-columns: 33% 33% 33%;
    grid-template-areas: 
    
    'style1 style2 style2'
    'style1 style3 style3'
    'style1 style4 style4';
}

.grid-style8
{grid-template-columns: 33% 33% 33%;
    grid-template-areas: 
    
    'style1 style2 style3'
    'style4 style5 style6';
}


.grid-style12
{    grid-template-columns: 25% 25% 25% 25%;
    grid-template-areas: 
    
    'style1 style1 style1 style2'
    'style3 style3 style3 style3';
}



.grid-style10
{grid-template-columns: 33% 33% 33%;
    grid-template-areas: 
    
    'style1 style2 style3'
    'style4 style5 style5';
}

.grid-style13
{grid-template-columns: 33% 33% 33%;
    grid-template-areas: 
    
    'style1 style2 style3'
    'style1 style2 style4'
    'style1 style2 style5';
}

.grid-style15
{grid-template-columns: 33% 33% 33%;
    grid-template-areas: 
    
    'style1 style2 style5'
    'style1 style3 style5'
    'style1 style4 style5';
}



.grid1 {grid-area: style1;}
.grid2 {grid-area: style2; }
.grid3 {grid-area: style3; }
.grid4 {grid-area: style4; }
.grid5 {grid-area: style5; }
.grid6 {grid-area: style6; }
.grid7 {grid-area: style7; }
.grid8 {grid-area: style8; }
.grid9 {grid-area: style9; }
.grid10 {grid-area: style10; }
.grid11 {grid-area: style11; }
.grid12 {grid-area: style12; }
.grid13 {grid-area: style13; }
.grid14 {grid-area: style14; }


.whatson h2
{
    color:  #046BAE; !important;
    font-family: Georgia;
}


.whatson
{
  background-color: white;
  margin-top: -90px !important;
}

.eventgrid
{


}

.udat-fullarticle-text 
{
    line-height: 2em;
    font-size: 1.2em;
}

.udat-fullarticle-text img
{
    width: 100%;
    height: auto !important;
}



.goto-top-btn
{
  border-radius: 6px;
  border: 2px solid white;
  background-color: black;
  font-family: Georgia;
  color: white;
  padding: 8px;
  position: fixed; /* Fixed/sticky position */
bottom: 20px; /* Place the button at the bottom of the page */
right: 30px;
z-index: 999;
}

.goto-top-btn:hover
{
    cursor: pointer;
  border-radius: 6px;
  border: 2px solid black;
  background-color: white;
font-family: Georgia;
  color: black;
  padding: 8px;
  position: fixed; /* Fixed/sticky position */
bottom: 20px; /* Place the button at the bottom of the page */
right: 30px;
z-index: 999;
}


.newsarticle
{
  font-family: Georgia;
        background-color:  #996632;
      padding-bottom: 40px;
      color: #d4cbc1;
      padding-top: 40px;
}

.whatson
{
  background-image: url('eventbg.png');
  background-size: cover;
  padding-bottom: 80px;
}


.row-categoryarticle
{
 background-color: #d4cbc1;
 padding-top: 30px;
}



.row-categoryarticle-alt
{
 background-color: #996632;
 padding-top: 30px;
}

.newslist-maintext
{
      font-family: Georgia;
        color:  #996632;
      padding-bottom: 30px;
}

.newslist-headline
{
     font-size: 2em;
  color:  #996632;
  
  margin-bottom: 35px;
  padding-bottom: 20
}
  .udat-fullarticle-headline
  {
    padding-top: 30px;
       font-size: 2em;

    margin-bottom: 35px;
    padding-bottom: 20px;
  }



.newslist-headlinedate
{
  font-family: Georgia;
    color:  #996632;
    font-weight: bold;
    padding-top: -20px;
  padding-bottom: 30px;
}

.udat-fullarticle-headlinedate
{
  font-family: Georgia;

    font-weight: bold;
  padding-bottom: 30px;
      padding-top: -20px;
        color:  #d4cbc1;
}

.newslist-headlinedate-alt
{
  font-family: Georgia;

    font-weight: bold;
  padding-bottom: 30px;
      padding-top: -20px;
        color:  #d4cbc1;
}


.newslist-link a
{

border-radius: 6px;
padding: 10px;
color: #3A3183;
border: 2px solid #3A3183;
text-decoration: none;
  font-family: Georgia;
}

.newslist-link a:hover
{
background-color:#996632;
color: #d4cbc1;
}




.newslist-maintext-alt
{
      font-family: Georgia;
        color:  #d4cbc1;
      padding-bottom: 30px;
}

.newslist-headline-alt
{
     font-size: 2em;
  color:  #d4cbc1;
  

  margin-bottom: 35px;
  padding-bottom: 20px;
}


h2
{
    font-weight: 800 !important;
    font-size: 30px !important;
margin: 0px !important;
    }

.newslist-link-alt a
{

border-radius: 6px;
padding: 40px;
color: #d4cbc1;
border: 2px solid #d4cbc1;
text-decoration: none;
  font-family: 'Georgia', sans-serif;
}

.newslist-link-alt a:hover
{
background-color:#3CBCE1;
color: #3A3183;
}

.newtoparea
{
    background-image: url('yorkbg1.png');
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 30px;
}

.newtopwindowlogo
{
float:left;
width: 15%;
}

.newtopwindowright
{
float:left;
width: 85%;
text-align: right;
}



body
{
    font-family: 'Fraunces', serif;
    font-weight: 400;
      background-position: center;
  padding: 0px;
  background-color: black;
  background-image: url('woodbg.png');
  margin: 0px;
  background-color: white;

  font-size: 1.0em;
  line-height: 1.3em;
}




.topnav a {
font-weight:300;
  float: left;

  color: black;
  text-decoration: none;
  font-size: 18px;

}

.hero-centre-headline
{
 
    font-size: 60px;
       background-color: #F1D7B5;
    color: black;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    }

.topnav
{

margin-top: -9px;
}

.topnav a
{
    color: #e6e6e6;
        padding: 10px;
}

.listennowicon
{
    float:left;
    padding-left: 10px;
}



.listennowtext
{
    float:left;
    padding-top: 10px;
    padding-left: 10px;
}

.listennow a
{color: white;
    
}

.listennow
{
    margin-top: 30px;
padding: 10px;
  background-color: #046BAE;
  color: #Ffffff;
  width: 200px;
float: right;
text-align: center;
  font-size: 20px;
  font-family: Georgia;
}

.nowplaying
{
    color: white;
    float: right;
    
}

.topnav a:hover {

    color: #F1D7B5;
}

.topnav a:active {
  box-shadow: none;
  top: 5px;
}

.row-actioncols
{
    padding-top: 20px;
    padding-bottom: 50px;
}

.row-article
{
  padding-top: 10px;
  padding-bottom: 10px;

}

.row-element
{
  width: 100%;
  
  display: inline-block;

}

.row-content
{
      width: 90%;

margin-left: auto;
margin-right: auto;
text-align: left;
}

.udatcolsflexcol .row-content
{
width: 100% !important;
}




.row-innercontent
{
  text-align: left;
  width: 100%;
}

.f1
{

}

.listnav a
{
  color:#d4cbc1;
  text-decoration: none;
  width: 100%;
  display: block;
  font-size: 1em;
  line-height: 1.5em;
}

.listnav a:hover
{
  color: #F1D7B5;
}

.f2
{


}

.article-newslistholder-item
{
  display: flex;
   align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 40px;
}

.article-newslistholder-item-alt
{
  display: flex;
   align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 40px;
}


.footerflex
{
  display: flex;
  justify-content: space-between;
}

.footer a
{
    color: white;
    font-family: 'Fraunces', serif;
}




.navig
{
  background-color: #000000;
  color: #Ffffff;
  font-size: 10px;
  font-family: EngraversGothic;
  height: 80px !important;
  z-index: 100;
position: fixed;
top: 0px;
}

.footer
{
    margin-top: -20px;
  background-color: #1A1A1A;
  padding-top: 20px;
  padding-bottom: 20px;
color: white;
   font-size: 14px;
font-family: 'Fraunces', serif;
}

.row-articles
{
  padding-top: 40px;
    color: #d4cbc1;

}

.galleryviewer
{
    margin-top: 40px;
    
    

    height: auto;
    display: inline-block;
    margin-bottom: 40px;
}

.galleryviewer
{

  
           
}

.careers img
{
    width: 92%;
    padding: 2%;
    background-color: white;
    margin: 2%;
}

.gallery-item
{
    
    width: 29%;
    float:left;
    padding: 2%;
    background-color: white;
    margin: 2%;
    

}

.gallery-item img
{
    width: 100%;
    float:left;
    min-height: 100px;
}

.gallery-vidwrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.gallery-vidwrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.row-twocols
{
 color: black;
}


.row-wysiwyg-element
{


         font-family: 'Fraunces', serif;
         color:  #373435;
         font-size: 1.2em;
      padding-top: 30px;
      padding-bottom: 30px;
}

.row-hero-left
{
    color: #ffffff;

}

.standard-page
{
    background-color: #d4cbc1;
      background-color: #996632;
}

.row-hero-right
{

      
}

.playvideobtn img
{
    width: 100%;
 max-width: 193px;
 max-height: 69px;
cursor: pointer;
    
}



.playvideobtn
{
    position: absolute;
width: 25%;
 
 max-width: 193px;
 max-height: 69px;
 z-index: 999;
 left: 40%;
 top: 82%;

    
}
.vidframea {
    position: relative;
    z-index: 105;
    width: 80%;
    height: 80%;
    max-width: 1034px;
    max-height: 533px;

    margin-left: auto;
    margin-right: auto;
}
.vidframeb {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
}
.vidframea video{
    box-sizing: border-box;
    background: url(frame.png) center center no-repeat;
    background-size: contain;
    padding: 9.1% 10.1% 9.8%;
    position: absolute;
        z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vidframea iframe{
    box-sizing: border-box;
    background: url(frame.png) center center no-repeat;
    background-size: contain;
    padding: 11.1% 10.1% 9.8%;
    position: absolute;
        z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
}

#navigation-area
{


  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
}

.breakline
{
    display: none;
}





.row-element1
{

}

.row-element
{

}




.hero-left
{
  text-align: left;

}

@keyframes createBox {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}


.actiontext
{

  background-color: #046BAE;
  color: #Ffffff;
  font-size: 20px;
  font-family: Georgia;
     position:absolute;
    bottom:0;
    width: 96%;
    padding: 2%;
}

.actionheadline
{
  font-size: 20px;
  width: 100%;
}
.actionsupport
{
  font-size: 15px;
  width: 100%;
}


.actionmainimage
{
    width: 100%;
    min-height: 200px;
  position:relative;
    height: 105.5%;
      background-position: center bottom; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.actiongrid {
    width: 99%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 4% 6%;
  grid-template-areas: "BoxA BoxB" "BoxC BoxD" "BoxE BoxF";
}

.BoxA { grid-area: BoxA; }

.BoxB { grid-area: BoxB; }

.BoxC { grid-area: BoxC; }

.BoxD { grid-area: BoxD; }

.BoxE { grid-area: BoxE; }

.BoxF { grid-area: BoxF; }



.twocol-flex
{
      display: flex;
      
      justify-content: space-between;
}

.action-squares-flex
{
 display: flex;   
       justify-content: space-between;
}

.actioncol-flex
{
      display: flex;
      

      justify-content: space-between;
}


.hero-flex-left
{
      display: flex;
      min-height: 500px;
}

.hero-flex-right
{
      display: flex;
      min-height: 500px;
}

.whitearea
{
background-color: white;
background-image: none;
height: 500px;
}

.galleryheadline
{
    display: none;
}

.gallerydescription
{
    display: none;
}
.mainblue
{
    background-color: #2E89CC;
    color: white !important;
}

.mainblue .hero-left-content
{
      color: white !important;  
}

.mainblue .hero-left-headline
{
      color: white !important;  
}


.essentials
{
color: white;
   padding-top: 30px;
   padding-bottom: 30px;
  font-family: 'Georgia';
   background: linear-gradient(45deg, #a82682, #d44b7f, #263094, #85d6da, #98cbba, #efbd25, #d07654);
    background-size: 400% 400%;
    animation: gradient 60s ease infinite;

}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.blueleather::before{
   background: url("smcircle2.png")
      no-repeat center center;
   background-size: cover;
   content: "";
   width: 210vw;
   height: 210vw;
   top: -65vw;
   left: -80vw;
   position: absolute;
   z-index:1;
   animation: spin 30s linear infinite;
}

@keyframes spin {
   0% {
      transform: rotate(0deg);
   }
   100% {
      transform: rotate(-360deg);
   }
}

.blueleather
{
       position: relative;
    overflow: hidden;
   padding-top: 100px;
   padding-bottom: 100px;
  font-family: 'Georgia';
  background-image: url('newsmbg.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
background-size: cover;

}


.row-contact-form
{
   padding-top: 30px;
  text-align: center;


}


.udatitemheadline-article
{
display: none;
}

.hero-left-img
{
flex-basis: 30%;
margin-top: 20px;
margin-bottom: 20px;
  align-self: center;
}


.newslist-itemtext
{
   flex: 0 0 65%;
   padding-left: 5%;

 }

.newlist-img
{
   flex: 0 0 30%;
   margin-bottom: 35px;
   padding-bottom: 20px;
}
.newslist-img img
{
border-radius: 2%;

width: 100%;
 

}

.hero-left-img img
{
border-radius: 2%;

width: 100%;
 

}

.hero-right-img
{
flex-basis: 50%;
  align-self: center;
}

.hero-right-img img
{

 
}




.hero-contentarea-right .hero-right-headline
{
    color: blue;
    background-color: red;
}

.hero-contentarea-right
{
    font-family: 'Georgia', sans-serif;
  


width: 50%;
  
  align-self: center;
    color:  #996632;
}


.udat-formsection
{
  padding-top: 20px;
  padding-bottom: 20px;

}

.udat-formlabel
{
float: left;

width: 55%;

}

.udat-frominput
{
  float: left;
  width: 10%;
}


@media screen and (max-width:990px) {
  .hero-flex-left { flex-wrap: wrap;  }
  .footerflex { flex-wrap: wrap;  }
.twocol-flex {flex-wrap: wrap;}
.actioncol-flex {flex-wrap: wrap;}
.article-newslistholder-item {flex-wrap: wrap;}


 
.newtoparea
{
    display: none;
}
.actionmainimage
{
  
}

.actiongrid
{
    padding-top: 30px;
    width: 100%;
}

.twocol-flex-sidebar
{
  flex-wrap: wrap;
  
}

.twocol-content-sidebarmain
{
  flex-basis: 100%;
}
.twocol-content-sidebarside
{
  flex-basis: 100%;
}

.gallery-item
{
    width: 96%;
    float:left;
    padding: 2%;
}


h2
{
    width: 100%;
    text-align: center;
}

.f1 {flex-basis: 100%; text-align: center;}
.f2 {flex-basis: 100%; text-align: center;}


.udatitemholder-single-fullarticleimage
{
    flex-basis: 100%;

}

.udatitemholder-single-fullarticletext
{
    flex-basis: 100%;

}

.newslist-headline-alt
{
  margin-top: 40px;
}


.newslist-headline
{
  margin-top: 40px;
}

.newslist-itemtext
{
  text-align: center;
flex-basis: 100%;
padding: 0px;
margin-left: 0px;
 }

.newslist-img
{

    flex-basis: 100%;
}



.newslist-img img

{
  width: 100%;
}

.twocol-content
{
  flex-basis: 100% !important;
  text-align: center;
  padding: 5px;
}

.actioncol-contenta
{
  flex-basis: 100% !important;
  text-align: center;

  
}

.actioncol-contentb
{
  flex-basis: 100% !important;
  text-align: center;

}


.actioncol-headline
{
  text-align: center;
}


.twocol-headline
{
  text-align: center;
}

  .hero-left-img { flex-basis: 100%; }
  .hero-contentarea-left { flex-basis: 100% !important;
      padding: 20px;
      text-align: center;
  }

.hero-flex-right { flex-wrap: wrap;  }
  .hero-right-img { flex-basis: 100%; }
  .hero-contentarea-right { flex-basis: 100%;
      padding: 20px;
      text-align: center;
  }


  .hero-centre-headline { font-size: 1.2em;}

  }

.hero-contentarea-left a
{

}

.hero-contentarea-left
{
    font-family: 'Georgia', sans-serif;
flex-basis: 70%;
   padding-left: 5%;
  align-self: center;

   color:  white;
   margin-top: 30px;
   margin-bottom: 30px;
}


.hero-right-link
{
  padding-top: 20px;
  padding-bottom: 20px;
}





.hero-right-link a
{

border-radius: 6px;
padding: 10px;
color: #996632;
border: 2px solid #996632;
text-decoration: none;
}

.hero-right-link a:hover
{
background-color:#996632;
color: #d4cbc1;
}

.contactform-headline
{
      font-size: 45px;
     cursor:pointer;
 font-weight: normal;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
    
}


.otherstories
{
    background-color:#f2faff;
}

.article-headline
{
  font-size: 2em;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-bottom: 20px;
}

.hero-right-headline
{
    font-size: 2em;
    color:  #996632;
    
    margin-top: 35px;
    margin-bottom: 35px;


}




@media screen and (max-width:800px)
{
    
    
    
    .rowcontent-ahero
    {
        padding: 10px;
    }

.row-wysiwyg-element
{
  padding: 10px;
}
    
    .frontfixa
    {
     margin-top: 50px;   
     margin-bottom: 10px;
    }
    
    
.row-ahero-element
{
    margin-top: 215px;
}


.notfront
{
    margin-top: 215px;
    padding-top: 100px;
    font-style: normal;
}

.ticketlist
{
margin-top: 215px;
height: auto !important;

}

    
    .oldpaperb
    {
        margin-top: 0px;
        font-size: 0.8em;
    }
    
    
    
    .carousel {
  position: relative;
      margin-top: 65px;
      padding-top: calc(45vh);
      width: 100%;
  filter: drop-shadow(0 0 10px #0003);

}

.review-right
{
    padding: 0px;
}

.row-element9
{
    padding-top: 0px;
    padding-bottom: 0px;
}

.textframeb
{
    width: 100%;
    transform: none;
}


.udatitemholder-multiple
{
    margin-bottom: 0px !important;
}

.frontfeeds .feeditem1 
{
    transform: none;
}

.frontfeeds .feeditem2 
{
    transform: none;
}

.frontfeeds .feeditem3 
{
    transform: none;
}

.frontfeeds .feeditem4 
{
    transform: none;
}

.frontfeeds .feeditem5 
{
    transform: none;
}

.frontfeeds .feeditem6 
{
    transform: none;
}

.frontfeeds .udatitemholder-multiple-holder
{
    margin: 0px;
}

    
.paper
{


   height: 165px !important;

  
}

.frontpage
{
margin-top: 85px;
height: calc(35vh);
}
}


@media screen and (min-width: 601px) and (max-width: 1000px){



.secondrowfront
{
 
}

}




@media screen and (max-width:600px)






{

.swingimage img{
    width: 180px;
       

}

.swingimage{

left: 60%;
top: -50px;


}

.secondrowfront
{
    margin-top: -150px;
}

.udatitemholder-multiple-empty
{
    display: none;
    visibility: hidden;
}

.udatitemoneleveltext
{
    text-align: center;
width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.udatitemonelevelimage
{
    text-align: center;
    border: 7px solid #FFFFFF;
     border-radius: 50%;
    float: none;
    width: 115px;
    height: 113px;
    margin-left: auto;
    margin-right: auto;
}


    
    
        .udatitemholder-multiple {

width: 100% !important;
min-height: 200px;
    }


      .udatitemholder-multiple h6 {

padding: 10px;
    }

    
  .mobilelinks a
  {

  float: left;
  margin-top: 15px;
  }

}

.hero-right-content
{
 font-size: 15px;
   line-height: 25px;

}

.hero-left-link
{
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-left-link a
{

border-radius: 6px;
padding: 10px;
color: black;
border: 2px solid black;
text-decoration: none;
}

.hero-left-link a:hover
{
background-color:black;
color: white;
}

.hero-left-headline
{
color: black;
 font-weight: 800;
    margin-top: 35px;

    margin-bottom: 35px;

}

textarea
{
  width: 40%;
  border-radius: 6px;

  border: 2px solid #f2faff;
  text-decoration: none;
  font-size: 20px;
     cursor:pointer;
 font-family: 'Georgia';
 outline:none;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #373435;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #373435;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #373435;
}

input
{
  width: 100%;
padding: 3px;
background-color: #c3a17a;
color: #373435;
  border: 0px solid #eee;
  text-decoration: none;
  font-size: 22px;
     cursor:pointer;
font-family: 'georgia', serif;
 font-style: italic;
 outline:none;
}

#mce-EMAIL
{
   width: 300px !important;
padding: 3px;
background-color: #63071b;
color: #373435;
  border: 0px solid #eee;
  text-decoration: none;
  font-size: 18px;
     cursor:pointer;
font-family: 'georgia', serif;
 font-style: italic;
 outline:none;   
 color: white;
}

#mc-embedded-subscribe
{
    width: 150px !important;
    background-color: black;
    color: white;
    
      font-size: 18px;
}

.pinboard form
{
    padding-bottom: 30px;
}

.topnav
{
    z-index: 3000;
    display: inline-block;
   
}

select
{
  border-radius: 6px;
  color: #996632;
  border: 2px solid #f2faff;
  text-decoration: none;
  font-size: 16px !important;
     cursor:pointer;
 width: 150px;
 font-family: 'Fraunces', serif;
 outline:none;
}

select:hover
{
    border: 2px solid black;
}

input:hover
{
    
}

textarea:hover
{
    border: 2px solid black;
}







button
{

  padding: 12px;
 

background-color: black;
 
 color: white;
 
  font-size: 22px;

     cursor:pointer;
 overflow: hidden;
 outline:none;
}


.twocol-headline
{
    font-size: 2em;
    color:  #d4cbc1;
    padding-top: 70px;

}

.mobileimg
{
display: none;
margin-left: auto;
margin-right: auto;
}


.twocol-content h1
{
    font-weight: 800 !important;
    line-height: 1.2em;
}

.twocol-a
{
    flex: 0 0 49%;
}

.twocol-b
{
    flex: 0 0 49%;
}

.twocol-content
{

}

.actioncol-contenta h1
{
    font-weight: 800 !important;
    line-height: 1.2em;
}

.actioncol-contenta
{
flex: 0 0 66%;
 font-size: 15px;
   line-height: 25px;


   font-family: 'Georgia', sans-serif;



}


.actioncol-contentb h1
{
    font-weight: 800 !important;
    line-height: 1.2em;
}



.actioncol-contentb
{
flex: 0 0 32%;
 font-size: 15px;
   line-height: 25px;



   font-family: 'Georgia', sans-serif;


}


.hero-centre-content
{
 font-size: 15px;
 color: white;
   line-height: 25px;
      font-family: 'Georgia', sans-serif;

}

.hero-left-content
{
 font-size: 15px;
   line-height: 25px;
color: black;
}

.hero-centre
{
  text-align: center;

}

.hero-centre img
{
  width: 45%;
  min-width: 250px;
}


#largehero
{
  text-align: center;

}






.dropdown a:hover;
{

}



/* Add an active class to highlight the current page */


/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
    margin-top: -9px;
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: inherit;
  border: none;

  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;

}


/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;

  background-color: #632925;
  min-width: 160px;
  
  z-index: 9999;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */


/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}


@media screen and (max-width: 900px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  
   .rowcontent-instagramb
 {
     display:none;
 }
      
    
    
    
    
    .hero-right-img
{
  
 display: none;
} 
  
  .desktopimg
  
 {
 display:none;
 }
 
 .mobileimg
 {
     display:block;
 }
  
.mainblue .hero-left-img
{
    display: none; 
}

  
  h6
{
    min-height: 35px !important;
}   
  
  
     .shopitemholder-multiple-holdere {
        flex-basis: 20% !important;
    }
  
    .udatitemholder-multiple {

        margin-bottom: 2em;
    }

  .row-content
  {
    width: 100% !important;
    
  }

  .map-resp{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-resp iframe{
    left:0;
    top:0;
    height:95%;
    width:95%;
    position:absolute;
}

.udat-formlabel
{
  width: 100% !important;
  text-align: center;
  margin-bottom: 25px;

     cursor:pointer;
font-family: 'georgia', serif;
 font-style: italic;
 font-weight: normal;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
    
    
}
.udat-forminput
{
  width: 100% !important;
  text-align: center;

}

.contactform-headline
{
  text-align: center;
  width: 100%;
}

select
{

  margin-left: 5%;
}

textarea
{width: 90% !important;
}
input
{width: 90% !important;
}

  .topnav a.icon {
    float: right;
    display: block;
  }

#toplogoarea{
  width: 100% !important;
  text-align: center;
}

#topnavigationarea{
  width: 97% !important;
  text-align: center;
  position: fixed !important;
  top: 40px !important;

}
#navigation-area
{
  background-color: blue !important;
  background-image: none !important;
  height: 150px !important;
}

}
@media screen and (min-width: 901px) {




}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0px;
    top: -30px;
  }



.hero-left-headline
{
       line-height: 200% !important; 
}


.hero-right-headline
{
       line-height: 200% !important;   
}


.books
{
    display: none;
}



.footerflex :nth-child(1) {order: 3;}
.footerflex :nth-child(2) {order: 4;}
.footerflex :nth-child(3) {order: 2;}
.footerflex :nth-child(4) {order: 1;}

  .hero-flex-right :nth-child(1) {order: 2;}
.hero-flex-right :nth-child(2) {order: 1;}



.newslist-img img
{
border-radius: 0% !important;
}

.hero-left-img img
{
border-radius: 0% !important;

}

.hero-right-img img
{
border-radius: 0% !important;
}

.article-headline
{
text-align: center;
}

h6
{
  text-align: center;
}

.udatitemtext
{
  text-align: center;
}

.udatitemholder-multiple a:hover
{
  text-align: center;
}

.topnav
{

display: block;



}

.blueleather
{
    display: none;
}

.topnav.responsive
{
    background-color: #632925;
   
   width: 100%;

 
}



#udathamburger
{
   
}

topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }


  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;

  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
        text-align: left;
  }


}










/* Settings - feel free to play with these */
$overlay_opacity: 0.3; // 0-1
$overlay_pattern: 'https://d3k5xyayaartr5.cloudfront.net/_assets/pattern-overlays/patterns/black-medium-checks.png'; // Grab the url of a png from here - http://html5backgroundvideos.com/pattern-overlays/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

/**
 * This part should be set separately for each video
 * if there are multiple videos in your site.
 * I.e. '.demo-video-wrapper' is the name of this particular video
 */
.demo-video-wrapper {
	
}

/* Video overlay and content */
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	bottom: 0;
	right: 0;
	pointer-events: none; /* Allows right click menu on the video */
	background: url($overlay_pattern) left top repeat;
  opacity: $overlay_opacity;
}
.video-hero--content {
	position: relative;

	color: #FFF;

	
}
.video-hero--content h2 {

}
.video-hero--content p {

}

/* Other stuff */
body {
	
	font-size: 16px;
	line-height: 1.4;
	color: #373435;
}
a {
	text-decoration: none;
	color: #a46497;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.page-width {
	width: 92%;
	max-width: 960px;
	margin: 0 auto;
}
#header {
	background: #2c2d33;
	padding: 2em 0;
}
#header a {
	color: #FFF;
}
.title {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.subtitle {
	display: block;
	font-weight: normal;
	font-size: 15px;
	color: #959699;
}
a:hover .subtitle {
	color: #FFF;
}
#site-title {
	float: left;
	margin: 0;
}
#content {
	padding: 40px 0;
}


/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
 
 @media (min-width: 900px)
{
    
.jquery-background-video-wrapper {

 overflow: visible !important;
}
}
 @media (max-width: 899px)
{
    
.jquery-background-video-wrapper {

 overflow: hidden !important;
}
}


 
.jquery-background-video-wrapper {
	position: relative;

	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    	background-size: cover;
}
.jquery-background-video {

	min-width: 100%;
  z-index: -1 !important;
	min-height: 100%;
	width: auto;
	height: auto;

	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	    	transform: translate(-50%,-50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
			transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
	opacity: 1;
}

/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
	position: absolute;
	background: transparent;
	border: none;
	box-shadow: none;
  display: none;

}
.jquery-background-video-pauseplay span {
	display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
	left: 10px;
}



/* Slider */
.slick-loading .slick-list
{
    background: #fff url('ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.getexistingsmaller
{
    font-size: .7em;
    line-height: .5em;
}



.getexistingbookingb input
{
  width: 94%;
padding: 3%;
margin-top: 10px;
background-color: #A2B3BB;
color: #353d44;
  border: 0px solid #353d44;
  text-decoration: none;
  font-size: 16px;
     cursor:pointer;
font-family: 'georgia', serif;
 font-style: italic;
 outline:none;
}

.getexistingbooking input
{
  width: 80%;
padding: 3px;
margin-top: 10px;
background-color: #A2B3BB;
color: #353d44;
  border: 0px solid #353d44;
  text-decoration: none;
  font-size: 16px;
     cursor:pointer;
font-family: 'georgia', serif;
 font-style: italic;
 outline:none;
}


.getexistingsmaller a
{
    
}


.getexistingbookingb
{
    width: 96%;
    margin-right: 4%;
    margin-top: 30px;
       border: 30px solid transparent;
    -webkit-border-image: url(fancyborderblue.png) 60 60 stretch;
    border-image: url(fancyborderblue.png) 60 60 fill stretch;
    text-align: center;
background-color: 
#353d44;;
color: #A2B3BB;
font-weight: heavy;
font-size: 1.3em; 
margin-bottom: 30px;
}


.getexistingbooking
{
    margin-top: 30px;
       border: 30px solid transparent;
    -webkit-border-image: url(fancyborderblue.png) 60 60 stretch;
    border-image: url(fancyborderblue.png) 60 60 fill stretch;
    text-align: center;
background-color: 
#353d44;;
color: #A2B3BB;
font-weight: heavy;
font-size: 1.3em; 
margin-bottom: 30px;
}


.reviewp-frame
{
    
    border: 30px solid transparent;
    -webkit-border-image: url(borderfancy.png) 60 60 stretch;
    border-image: url(borderfancy.png) 60 60 fill stretch;
    
background-color: 
#642C24;
color: #CAA773;
font-weight: heavy;
font-size: 1.3em;


}


/* datepicker css */

.ui-datepicker {
    text-align: center;

    font-family: 'Georgia' !important;

}
