@import url('https://fonts.googleapis.com/css2?family=Allison&family=Figtree:wght@400;600&family=Montserrat:wght@300;400;500;600;700&family=Ovo&display=swap');

@font-face {
      font-family: 'fontello';
      src: url('../font/fontello.eot?30697832');
      src: url('../font/fontello.eot?30697832#iefix') format('embedded-opentype'),
           url('../font/fontello.woff?30697832') format('woff'),
           url('../font/fontello.ttf?30697832') format('truetype'),
           url('../font/fontello.svg?30697832#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }

body,html {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    min-width: 320px;
}

.wysiwyg.cke_editable{
    padding: 15px;
}

*,*:before,*:after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,embed,figure,figcaption,footer,header,hgroup,menu,nav,
output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

ul,
ol {
    line-height: 1;
    padding-left: 40px;
    margin-top: 10px;
    margin-bottom: 25px;
}

ul {
    list-style: disc;
}

ul>li,
ol>li {
    line-height: 1.25;
    padding-bottom: 10px;
}

li>ul,
li>ol {
    padding-top: 15px;
}

p {
    line-height: 1.5;
    margin: 0 0 20px;
}

em,
i {
    font-style: italic;
}

b, strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

a {
    color: #000;
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/*.block-wrapper.text-block p > a{
    font-size: 22px;
}*/

a:hover {
    opacity: .7;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    clear: both;
    text-transform: uppercase;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

hr{
    padding: 0 0 1px;
    margin: 0 0 20px;
    border: none;
    background-color: #000;
}

blockquote {
    margin: 0 0 20px;
    position: relative;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    padding: 10px 15px;
    font-family: 'Allison', cursive; 
}

blockquote p:before,
blockquote p:after {
    font-size: 20px;
    position: absolute;
    color: #000;
    font-weight: 400;
}

blockquote p:before {
    content: '\275D';
    top: 10px;
    left: 0px;
}

blockquote p:after {
    content: '\275E';
    bottom: 2px;
    right: 0;
    text-align: right;
}

blockquote p {
    color: #000;
    margin: 0;
    font-size: 40px;
    line-height: 1.25;
}

sup{
    font-size: 50%;
    vertical-align: super;
}

sub{
    font-size: 50%;
    vertical-align: sub;
}

table {
    margin: 15px 0px 25px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    color: #fff;
    padding: 5px;
    font-weight: 500;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    background-color: #666;
}

table td {
    color: #333;
    padding: 5px;
    font-weight: 500;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    background-color: #fff;
}

#content img[style*="float: left;"] {
    margin: 0 25px 25px 0 !important;
}

#content img[style*="float: right;"] {
    margin: 0 0 25px 25px !important;
}

@media screen and (max-width: 600px) {
    #content img[style*="float: left;"] {
        margin: 0 0 25px 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    #content img[style*="float: right;"] {
        margin: 0 0 25px 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

html, body {
    line-height: 1;
    font-family: 'Ovo', serif;
    font-size: 18px;
}

.allison{
    font-family: 'Allison', cursive; 
}

.montserrat{
    font-family: 'Montserrat', sans-serif; 
}

.figtree{
    font-family: 'Figtree', sans-serif;
}

.ovo{
    font-family: 'Ovo', sans-serif; 
}

.reponsive-font-size-medium{
    font-size: 20px;
}

.reponsive-font-size-large{
    font-size: 22px;
}

@media (max-width: 600px){
    html, body {
        font-size: 16px;
    }

    p{
        line-height: 2;
    }
}

  /**************************/
 /********* Buttons ********/
/**************************/

.button{
    font-family: 'Montserrat', sans-serif; 
    font-weight: 300;
    font-size: 31px;
    color: #000000;
    background-color: transparent;
    border: 2px solid #000000;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 45px;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    /*min-width: 260px;*/
    letter-spacing: 3px;
    position: relative;
    border-radius: 15px;
    font-weight: 600;
}

.button.not(.booking-menu):hover{
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

.button.white{
    color: #fff;
    border-color: #fff;
}

.button.white:hover{
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

/**************************/

ul.wysiwyg-col-2,
ul.wysiwyg-col-3{
    grid-gap: 30px;
}

ul.wysiwyg-col-2{
    column-count: 2;
}

ul.wysiwyg-col-3{
    column-count: 3;
}

ul.wysiwyg-col-2 li,
ul.wysiwyg-col-3 li{
    break-inside: avoid;
}

p.wysiwyg-col-2,
p.wysiwyg-col-3{
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

p.wysiwyg-col-2{
    width: calc((100% - 37px)/2);
}

p.wysiwyg-col-3{
    width: calc((100% - 73px)/3);
}

p.wysiwyg-col-2:nth-child(2n-2),
p.wysiwyg-col-3:nth-child(3n-3){
    margin-right: 0;
}

p.wysiwyg-no-margin{
    margin: 0;
}

@media only screen and (max-width: 840px){
    ul.wysiwyg-col-2,
    ul.wysiwyg-col-3{
        column-count: 1;
    }

    p.wysiwyg-col-2,
    p.wysiwyg-col-3{
        display: block;
        margin-right: 0;
        width: 100%;
    }
}

/**************************/
