/* Variables */
/* Base */
/* Layout */
/* Typography */
/*----------------------------------------------------------------
------------------------------------------------------------------
--------------------------- MAIN + RESETS ------------------------
------------------------------------------------------------------
----------------------------------------------------------------*/
* { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

::-moz-selection { background: #92a5a6; color: white; text-shadow: none; }

::selection { background: #92a5a6; color: white; text-shadow: none; }

html, body, div, span, object, iframe, h1, h2, blockquote p, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

html { font-size: 62.5%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; height: 100%; position: relative; overflow-x: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; }

body { margin: 0; position: relative; font-family: "Wotford", sans-serif; font-size: 1.6rem; font-weight: 300; line-height: 2; letter-spacing: 0; color: #2d2d2d; background: #fff; }
@media (max-width: 767px) { body { font-size: 1.4rem; } }

#wrap { left: 0; right: 0; position: relative; overflow: hidden; background: #fff; }

a { color: #2d2d2d; cursor: pointer; outline: 0 !important; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }
a:hover, a:focus { text-decoration: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

/* Embedded content */
img { border: 0; margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

svg:not(:root) { overflow: hidden; }

/* Grouping content */
figure { margin: 15px 40px; }

hr { -moz-box-sizing: content-box; box-sizing: content-box; display: block; height: 1px; border: 0; border-top: 1px solid #adbcbc; margin: 1em 0; padding: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 100%; }

/* Forms */
fieldset { border: 1px solid #adbcbc; margin: 0; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

optgroup { font-weight: normal; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; outline: 0; }

button { overflow: visible; background: none; border: 0; box-shadow: none !important; outline: none !important; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

/* HTML5 / MISC */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

ins { background-color: #92a5a6; color: white; text-decoration: none; }

del { text-decoration: line-through; }

/* SLIDERS */
.slider .slide { position: relative; display: none; }
.slider .slide:first-child { display: block !important; }
.slider .slide .img { z-index: 1; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.slider .slide .slide-caption { position: absolute; z-index: 2; left: 50%; top: 50%; width: 100%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
@media (max-width: 767px) { .slider .slide .slide-caption { left: 0; right: 0; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } }
.slider .slide .slide-caption .slide-caption-inner h1, .slider .slide .slide-caption .slide-caption-inner h2, .slider .slide .slide-caption .slide-caption-inner blockquote p, blockquote .slider .slide .slide-caption .slide-caption-inner p, .slider .slide .slide-caption .slide-caption-inner p { color: white; }
.slider .slide .slide-caption .slide-caption-inner h2, .slider .slide .slide-caption .slide-caption-inner blockquote p, blockquote .slider .slide .slide-caption .slide-caption-inner p { font-size: 4rem; }
@media (max-width: 767px) { .slider .slide .slide-caption .slide-caption-inner h2, .slider .slide .slide-caption .slide-caption-inner blockquote p, blockquote .slider .slide .slide-caption .slide-caption-inner p { font-size: 3.2rem; } }
.slider .slide .slide-caption--center .slide-caption-inner { text-align: center; max-width: 800px; margin: 0 auto; }
.slider .slide .slide-caption--left .slide-caption-inner { text-align: left; max-width: 640px; }

.slick-slider .slide { display: block; }
.slick-slider .slick-arrow { z-index: 5; position: absolute; top: 50%; width: 80px; height: 80px; cursor: pointer; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (max-width: 767px) { .slick-slider .slick-arrow { width: 50px; height: 50px; } }
.slick-slider .slick-arrow:after { font-family: Font Awesome\ 5 Pro; font-size: 4rem; font-weight: 300; color: white; position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
@media (max-width: 767px) { .slick-slider .slick-arrow:after { font-size: 2.5rem; } }
.slick-slider .slick-prev { left: 0; }
.slick-slider .slick-prev:after { content: '\f177'; }
.slick-slider .slick-next { right: 0; }
.slick-slider .slick-next:after { content: '\f178'; }
.slick-slider .slick-dots { margin: 0; padding: 0; list-style: none; position: absolute; left: 50%; bottom: 30px; -moz-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
@media (max-width: 767px) { .slick-slider .slick-dots { bottom: 20px; } }
.slick-slider .slick-dots li { float: left; }
.slick-slider .slick-dots button { padding: 0; text-indent: -9999px; position: relative; width: 24px; height: 24px; }
.slick-slider .slick-dots button:after { position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-family: Font Awesome\ 5 Pro; content: '\f111'; text-indent: 0; color: white; font-size: 14px; }
.slick-slider .slick-dots .slick-active button:after { font-weight: 700; }

.page-loader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 2000; opacity: 0; background: #ede8d2; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }
.page-loader .loader { position: absolute; width: 200px; height: 100px; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
@media (max-width: 767px) { .page-loader .loader { width: 120px; height: 100px; }
  .page-loader .loader img { width: 80px; } }
.page-loader .loader:before { opacity: .8; animation: loaderWaves 4s linear infinite; background-size: 400px; }
.page-loader .loader img { position: relative; z-index: 1; }
body:not(.wb-homepage) .page-loader .loader { display: none; }
.page-loader.show { opacity: 1; }

@keyframes loaderWaves { from { background-position: 0 0; }
  to { background-position: -1000px 0; } }
.ajax-loader { -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #fff url(/img/loader.gif) no-repeat center 80px; z-index: 40; opacity: .9; visibility: visible; }
.ajax-loader.disabled { z-index: -1; opacity: 0; visibility: hidden; }

.ajax-results { position: relative; }

.img { background-size: cover; background-position: center center; background-repeat: no-repeat; margin: 0; padding: 0; position: relative; }
.img img { opacity: 0; visibility: hidden; position: absolute; left: -9999px; top: -9999px; }

html:not(.fancybox-lock) body, body:not(.stop-scrolling) { top: 0 !important; position: relative !important; }

.stop-scrolling { overflow: hidden; }

.no-cursor { pointer-events: none; }

.no-anim, .no-anim * { -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; -webkit-transition: none !important; transition: none !important; }

.no-anim-single { -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; -webkit-transition: none !important; transition: none !important; }

/*----------------------------------------------------------------
------------------------------------------------------------------
------------------------------ FONTS -----------------------------
------------------------------------------------------------------
----------------------------------------------------------------*/
/* Add any custom fonts here */
@font-face { font-family: "Wotford"; src: url("../fonts/wotford/wotfard-light-webfont.woff2") format("woff2"), url("../fonts/wotford/wotfard-light-webfont.eot") format("eot"); font-weight: 300; font-style: normal; }
@font-face { font-family: "Wotford"; src: url("../fonts/wotford/wotfard-lightitalic-webfont.woff2") format("woff2"), url("../fonts/wotford/wotfard-lightitalic-webfont.eot") format("eot"); font-weight: 300; font-style: italic; }
@font-face { font-family: "Wotford"; src: url("../fonts/wotford/wotfard-regular-webfont.woff2") format("woff2"), url("../fonts/wotford/wotfard-regular-webfont.eot") format("eot"); font-weight: 400; font-style: normal; }
@font-face { font-family: "Wotford"; src: url("../fonts/wotford/wotfard-semibold-webfont.woff2") format("woff2"), url("../fonts/wotford/wotfard-semibold-webfont.eot") format("eot"); font-weight: 700; font-style: normal; }
@font-face { font-family: "Wotford"; src: url("../fonts/wotford/wotfard-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/wotford/wotfard-semibolditalic-webfont.eot") format("eot"); font-weight: 700; font-style: italic; }
/* amending the default bootstrap 15px gutters */
.container, .container-fluid { padding-left: 80px; padding-right: 80px; }
@media (min-width: 768px) and (max-width: 991px) { .container, .container-fluid { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { .container, .container-fluid { padding-left: 35px; padding-right: 35px; } }

.container-fluid { max-width: calc(1280px + 160px); }
.container-fluid--med { max-width: calc(1120px + 160px); }
.container-fluid--sml { max-width: calc(960px + 160px); }
.container-fluid--xsml { max-width: calc(800px + 160px); }

.row { margin-left: -80px; margin-right: -80px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding-left: 80px; padding-right: 80px; }

.flex-list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }

.flex-inline { display: inline-flex; }

.flex-direction-column { -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.flex-align-center { -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }

.flex-align-end { -webkit-box-align: flex-end; -moz-box-align: flex-end; -ms-flex-align: flex-end; -webkit-align-items: flex-end; align-items: flex-end; }

.flex-align-stretch { -webkit-box-align: stretch; -moz-box-align: stretch; -ms-flex-align: stretch; -webkit-align-items: stretch; align-items: stretch; }

.flex-justify-center { -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.flex-justify-end { -webkit-box-pack: flex-end; -webkit-justify-content: flex-end; -moz-box-pack: flex-end; -ms-flex-pack: flex-end; justify-content: flex-end; }

.flex-space-between { -webkit-box-pack: space-between; -webkit-justify-content: space-between; -moz-box-pack: space-between; -ms-flex-pack: space-between; justify-content: space-between; }

.flex-nowrap { -webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap; -ms-flex-wrap: none; flex-wrap: nowrap; }

.flex-grow-shrink { -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; }

.ml-auto { margin-left: auto; }

.mr-auto { margin-right: auto; }

.mt-auto { margin-top: auto; }

.mb-auto { margin-bottom: auto; }

.w-100 { width: 100%; }

.h-100 { height: 100%; }

.bg-primary { background: #c8d2d2; }

.bg-primary--alt { background: #adbcbc; }

.bg-primary--dark { background: #597b7c; }

.bg-secondary { background: #ede8d2; }

.bg-secondary--alt { background: #edeedd; }

.bg-neutral { background: #dcd5d5; }

.nopadding { padding: 0; }

.text-primary { color: #92a5a6; }

.text-primary--dark { color: #92a5a6; }

.text-secondary { color: #ede8d2; }

.text-white { color: white; }

@media (max-width: 767px) { .text-center-mob { text-align: center; } }

.long-arrow { font-size: 4rem; }
@media (max-width: 767px) { .long-arrow { font-size: 3rem; } }

.image-absolute { position: relative; overflow: hidden; }
.image-absolute .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.gradient-overlay .img:after { content: ''; z-index: 2; opacity: .8; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: linear-gradient(45deg, black 0%, transparent 75%); }

.bg-pattern { position: relative; }
.bg-pattern:before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 0; background: url("../img/pattern.png"); background-size: 360px; opacity: .5; }
.bg-pattern--light:before { opacity: .2; }

.header { position: relative; }
.header .text { z-index: 1; position: relative; padding: 60px 80px 80px; min-height: 450px; }
@media (min-width: 768px) and (max-width: 991px) { .header .text { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { .header .text { padding: 40px 35px 50px; min-height: 300px; } }
.header .text .logo { -webkit-align-self: flex-start; -moz-align-self: flex-start; -ms-align-self: flex-start; align-self: flex-start; margin-bottom: 100px; }
@media (min-width: 992px) and (max-width: 1199px) { .header .text .logo { margin-bottom: 50px; } }
@media (min-width: 768px) and (max-width: 991px) { .header .text .logo { margin-bottom: 70px; } }
@media (max-width: 767px) { .header .text .logo { margin-bottom: 50px; }
  .header .text .logo img { width: 80px; } }
@media (max-width: 991px) { .header-fullscreen { min-height: 100vh; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }
.header-fullscreen .text { min-height: 100vh; width: 44%; }
@media (min-width: 992px) and (max-width: 1199px) { .header-fullscreen .text { width: 50%; } }
@media (max-width: 991px) { .header-fullscreen .text { min-height: 0; width: 100%; } }
@media (max-width: 767px) { .header-fullscreen .text { padding-bottom: 60px; } }
.header-fullscreen .image { -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; }
@media (min-width: 768px) and (max-width: 991px) { .header-fullscreen .image { min-height: 450px; } }
@media (max-width: 767px) { .header-fullscreen .image { min-height: 250px; } }
@media (max-width: 991px) { .header-fullscreen .image .animate-layer { position: absolute; height: 130%; top: -50px; bottom: -50px; } }
@media (max-width: 767px) { .header-fullscreen .image .animate-layer { height: 150%; } }
.header .drawer { position: fixed; left: 0; top: 0; right: 0; bottom: 0; overflow: auto; z-index: -1; opacity: 0; visibility: hidden; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; transition-delay: .5s; }
.header .drawer.show { -webkit-overflow-scrolling: touch; }
body.show-mob-menu .header .drawer { opacity: 1; transition-delay: 0s; }
body.raise-mob-overlay .header .drawer { visibility: visible; z-index: 100; }
.header .drawer .drawer-inner { display: table; height: 100%; width: 100%; padding: 80px 80px; }
@media (min-width: 1200px) { .header .drawer .drawer-inner { padding-right: 160px; } }
@media (min-width: 768px) and (max-width: 991px) { .header .drawer .drawer-inner { padding-top: 120px; padding-bottom: 120px; } }
@media (max-width: 767px) { .header .drawer .drawer-inner { padding: 60px 40px; } }
.header .drawer .drawer-inner:before { background-position: -250px 150px; -moz-transition: all 1.5s ease; -o-transition: all 1.5s ease; -ms-transition: all 1.5s ease; -webkit-transition: all 1.5s ease; transition: all 1.5s ease; transition-delay: .8s; }
body.show-mob-menu .header .drawer .drawer-inner:before { background-position: 0 0; opacity: .5; transition-delay: 0s; }
.header .drawer .drawer-inner-content { display: table-cell; vertical-align: middle; position: relative; z-index: 1; }
.header .drawer .subtitle { opacity: 0; -moz-transform: translate(0, 50px); -o-transform: translate(0, 50px); -ms-transform: translate(0, 50px); -webkit-transform: translate(0, 50px); transform: translate(0, 50px); -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
body.show-mob-menu .header .drawer .subtitle { opacity: 1; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; transition-delay: .7s; }
body.raise-mob-overlay .header .drawer .subtitle { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.header .drawer ul { margin: 0; padding: 0; list-style: none; }
.header .drawer li { display: inline-block; opacity: 0; -moz-transform: translate(0, 60px); -o-transform: translate(0, 60px); -ms-transform: translate(0, 60px); -webkit-transform: translate(0, 60px); transform: translate(0, 60px); -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
@media (min-width: 992px) { .header .drawer li { margin-right: 40px; } }
.header .drawer li a { color: #2d2d2d; }
body.nonTouchDevice .header .drawer li a:hover { color: #92a5a6; }
body.show-mob-menu .header .drawer li { opacity: 1; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; }
body.show-mob-menu .header .drawer li.nav-link-1 { transition-delay: .8s; }
body.show-mob-menu .header .drawer li.nav-link-2 { transition-delay: .9s; }
body.show-mob-menu .header .drawer li.nav-link-3 { transition-delay: 1s; }
body.show-mob-menu .header .drawer li.nav-link-4 { transition-delay: 1.1s; }
body.show-mob-menu .header .drawer li.nav-link-5 { transition-delay: 1.2s; }
body.show-mob-menu .header .drawer li.nav-link-6 { transition-delay: 1.3s; }
body.show-mob-menu .header .drawer li.nav-link-7 { transition-delay: 1.4s; }
body.show-mob-menu .header .drawer li.nav-link-8 { transition-delay: 1.5s; }
body.show-mob-menu .header .drawer li.nav-link-9 { transition-delay: 1.6s; }
body.show-mob-menu .header .drawer li.nav-link-10 { transition-delay: 1.7s; }
body.show-mob-menu .header .drawer li.nav-link-11 { transition-delay: 1.8s; }
body.show-mob-menu .header .drawer li.nav-link-12 { transition-delay: 1.9s; }
body.show-mob-menu .header .drawer li.nav-link-13 { transition-delay: 2s; }
body.show-mob-menu .header .drawer li.nav-link-14 { transition-delay: 2.1s; }
body.show-mob-menu .header .drawer li.nav-link-15 { transition-delay: 2.2s; }
body.show-mob-menu .header .drawer li.nav-link-16 { transition-delay: 2.3s; }
body.show-mob-menu .header .drawer li.nav-link-17 { transition-delay: 2.4s; }
body.show-mob-menu .header .drawer li.nav-link-18 { transition-delay: 2.5s; }
body.show-mob-menu .header .drawer li.nav-link-19 { transition-delay: 2.6s; }
body.show-mob-menu .header .drawer li.nav-link-20 { transition-delay: 2.7s; }
body.raise-mob-overlay .header .drawer li { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.header .drawer .main-nav { margin-top: 20px; }
@media (max-width: 991px) { .header .drawer .main-nav li { display: block; margin-top: 5px; } }
.header .drawer .main-nav li a { font-size: 5rem; font-family: "Lora", serif; padding-bottom: 10px; -moz-transition: color 0.7s ease, background-position 1.5s ease; -o-transition: color 0.7s ease, background-position 1.5s ease; -ms-transition: color 0.7s ease, background-position 1.5s ease; -webkit-transition: color 0.7s ease, background-position 1.5s ease; transition: color 0.7s ease, background-position 1.5s ease; background-image: url("../img/wave-dark.svg"); background-repeat: repeat-x; background-position: 0 100%; background-size: auto 3px; }
@media (min-width: 768px) and (max-width: 991px) { .header .drawer .main-nav li a { font-size: 4rem; } }
@media (max-width: 767px) { .header .drawer .main-nav li a { font-size: 2.7rem; } }
body.nonTouchDevice .header .drawer .main-nav li a:hover { background-position: 100px 100%; }
.header .drawer .main-nav li ul { display: none; }
.header .drawer .social-media { margin-top: 50px; }
@media (max-width: 767px) { .header .drawer .social-media { margin-top: 35px; } }
@media (max-width: 991px) { .header .drawer .social-media li { margin-right: 25px; } }
.header .drawer .social-media li a { font-size: 2rem; }
@media (max-width: 767px) { .header .drawer .social-media li a { font-size: 1.8rem; } }

footer { margin-top: 120px; }
@media (min-width: 768px) and (max-width: 991px) { footer { margin-top: 100px; } }
@media (max-width: 767px) { footer { margin-top: 60px; } }
footer.no-margin { margin-top: 0 !important; }
footer ul { margin: 0; padding: 0; list-style: none; }
footer ul li { display: inline-block; }
footer ul li a { color: #2d2d2d; }
body.nonTouchDevice footer ul li a:hover { color: #92a5a6; }
footer .footer-top { padding: 50px 0; }
@media (max-width: 767px) { footer .footer-top { padding: 40px 0; } }
footer .footer-top .container-fluid { z-index: 1; position: relative; }
@media (max-width: 1199px) { footer .footer-top .flex-col { width: 100%; text-align: center; } }
footer .footer-top nav li { margin-right: 45px; font-family: "Lora", serif; }
@media (max-width: 1199px) { footer .footer-top nav li { margin: 0 15px; } }
@media (max-width: 767px) { footer .footer-top nav li { display: block; } }
footer .footer-top .social-media { margin: 0 -15px; }
@media (max-width: 1199px) { footer .footer-top .social-media { margin-top: 15px; } }
footer .footer-top .social-media li { margin: 0 15px; }
@media (max-width: 767px) { footer .footer-top .social-media li { margin: 0 10px; } }
footer .footer-bottom { padding: 13px 0; }
footer .footer-bottom span, footer .footer-bottom a { font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.1em; color: #597b7c; }
@media (max-width: 767px) { footer .footer-bottom span, footer .footer-bottom a { font-size: .9rem; } }

.button { height: 80px; line-height: 80px; padding: 0 45px; display: inline-block; cursor: pointer; position: relative; text-align: center; font-size: 1.8rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; color: white; background: #92a5a6; overflow: hidden; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; }
@media (max-width: 767px) { .button { height: 60px; line-height: 60px; padding: 0 35px; } }
.button span, .button i { z-index: 1; position: relative; }

.text-button { display: inline-block; margin-top: 60px; padding-bottom: 10px; background-image: url("../img/wave-dark.svg"); background-repeat: repeat-x; background-position: 0 100%; background-size: auto 3px; -moz-transition: background-position 1s ease; -o-transition: background-position 1s ease; -ms-transition: background-position 1s ease; -webkit-transition: background-position 1s ease; transition: background-position 1s ease; }
@media (max-width: 767px) { .text-button { margin-top: 40px; } }
.text-button i { margin-left: 75px; font-size: 1.5rem; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
@media (max-width: 767px) { .text-button i { margin-left: 60px; } }
.text-button--light { background-image: url("../img/wave-light.svg"); background-repeat: repeat-x; background-position: 0 100%; background-size: auto 3px; }
.text-button--primary { background-image: url("../img/wave-primary.svg"); background-repeat: repeat-x; background-position: 0 100%; background-size: auto 3px; }
body.nonTouchDevice .text-button:hover { background-position: 100px 100%; }

.open-menu-btn, .close-btn { position: fixed; z-index: 10; top: 0; right: 0; font-size: 3rem; width: 80px; height: 80px; background: #ede8d2; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; }
@media (max-width: 767px) { .open-menu-btn, .close-btn { font-size: 2rem; width: 60px; height: 60px; } }

.open-menu-btn .menu-btn-waves { width: 25px; height: 22px; overflow: hidden; }
@media (max-width: 767px) { .open-menu-btn .menu-btn-waves { width: 20px; height: 17px; } }
.open-menu-btn .menu-btn-waves .waves { width: 250px; height: 22px; background-image: url("../img/burger-waves.svg"); background-repeat: repeat-x; background-position: 0 0; background-size: auto 22px; animation: burgerWaves 10s linear infinite; }
@media (max-width: 767px) { .open-menu-btn .menu-btn-waves .waves { width: 200px; height: 17px; background-size: auto 17px; } }
body.nonTouchDevice .open-menu-btn:hover { background: #f6f3e8; }

@keyframes burgerWaves { from { background-position: 0 0; }
  to { background-position: 100% 0; } }
.close-btn { color: white; background: #92a5a6; -moz-transition: opacity 0.4s ease; -o-transition: opacity 0.4s ease; -ms-transition: opacity 0.4s ease; -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease; opacity: 0; }
body.show-booking-modal .close-btn, body.show-mob-menu .close-btn { opacity: 1; transition-delay: 1.5s; }
.close-btn .close-menu-line { position: absolute; display: block; width: 35px; height: 2px; background: #ede8d2; -moz-transition: transform 0.15s ease; -o-transition: transform 0.15s ease; -ms-transition: transform 0.15s ease; -webkit-transition: transform 0.15s ease; transition: transform 0.15s ease; }
@media (max-width: 767px) { .close-btn .close-menu-line { width: 20px; } }
.close-btn .close-menu-line--left { -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.close-btn .close-menu-line--right { -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
body.nonTouchDevice .close-btn:hover .close-menu-line { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.book-table-btn { position: fixed; z-index: 10; top: 0; right: 80px; }
@media (max-width: 767px) { .book-table-btn { right: 60px; width: 60px; padding: 0; } }
.book-table-btn:before { opacity: 0; background-size: 280px; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; }
body.nonTouchDevice .book-table-btn:hover { background: #768e8f; }
body.nonTouchDevice .book-table-btn:hover:before { opacity: .3; background-position: 100px -30px; }

/* site-wide input styles */
.form-group { position: relative; }
.form-group.filled input, .form-group.filled .select-wrap, .form-group.filled textarea { background: #f6f3e8; }

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea, .select-wrap, .file-upload { outline: 0; width: 100%; border-radius: 0; border: 0 solid transparent; color: #2d2d2d; background: #fff; box-shadow: none !important; font-size: 1.8rem; font-family: "Lora", serif; font-weight: 400; height: 80px; filter: none !important; padding: 0 40px !important; -moz-transition: background 0.3s ease; -o-transition: background 0.3s ease; -ms-transition: background 0.3s ease; -webkit-transition: background 0.3s ease; transition: background 0.3s ease; -webkit-appearance: none; }
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .select-wrap::-webkit-input-placeholder, .file-upload::-webkit-input-placeholder { color: #2d2d2d; opacity: 1; }
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, .select-wrap:-moz-placeholder, .file-upload:-moz-placeholder { color: #2d2d2d; opacity: 1; }
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, .select-wrap::-moz-placeholder, .file-upload::-moz-placeholder { color: #2d2d2d; opacity: 1; }
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, .select-wrap:-ms-input-placeholder, .file-upload:-ms-input-placeholder { color: #2d2d2d; opacity: 1; }
@media (max-width: 767px) { input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea, .select-wrap, .file-upload { height: 60px; padding: 0 30px !important; font-size: 1.6rem; } }
input[type="text"].edge-autofilled, input[type="text"].edge-autoSuggestFieldFilled, input[type="email"].edge-autofilled, input[type="email"].edge-autoSuggestFieldFilled, input[type="number"].edge-autofilled, input[type="number"].edge-autoSuggestFieldFilled, input[type="tel"].edge-autofilled, input[type="tel"].edge-autoSuggestFieldFilled, input[type="password"].edge-autofilled, input[type="password"].edge-autoSuggestFieldFilled, textarea.edge-autofilled, textarea.edge-autoSuggestFieldFilled, .select-wrap.edge-autofilled, .select-wrap.edge-autoSuggestFieldFilled, .file-upload.edge-autofilled, .file-upload.edge-autoSuggestFieldFilled { background: #fff !important; }
input[type="text"]::-ms-clear, input[type="email"]::-ms-clear, input[type="number"]::-ms-clear, input[type="tel"]::-ms-clear, input[type="password"]::-ms-clear, textarea::-ms-clear, .select-wrap::-ms-clear, .file-upload::-ms-clear { display: none; }

textarea { resize: none; height: 250px; line-height: 2; overflow: auto; padding: 20px 40px !important; -webkit-appearance: none; }
@media (max-width: 767px) { textarea { height: 180px; padding: 20px 30px !important; } }

.select-wrap { position: relative; overflow: hidden; padding: 0 !important; }
.select-wrap select { position: relative; z-index: 2; padding: 0 40px; height: 80px; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; background: transparent; border: 0; }
@media (max-width: 767px) { .select-wrap select { padding: 0 30px; height: 60px; } }
.select-wrap select:focus::-ms-value { background-color: transparent; color: #2d2d2d; }
.select-wrap select::-ms-expand { display: none; }
@-moz-document url-prefix() { .select-wrap select { text-indent: -2px; } }
@supports (-ms-ime-align: auto) { .select-wrap select { text-indent: -2px; } }
.select-wrap option { color: #2d2d2d; font-weight: 400; font-family: Arial, sans-serif; }

.select-wrap:after, .date-picker-wrap:after { content: '\f078'; font-family: Font Awesome\ 5 Pro; font-size: 18px; font-weight: 300; color: #2d2d2d; position: absolute; z-index: 2; top: 50%; right: 40px; pointer-events: none; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (max-width: 767px) { .select-wrap:after, .date-picker-wrap:after { font-size: 14px; right: 30px; } }

/* Restyle webkit autofill  */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { -webkit-text-fill-color: #2d2d2d; -webkit-box-shadow: 0 0 0px 1000px #fff inset; box-shadow: 0 0 0px 1000px #fff inset !important; -moz-transition: background-color 50000s ease-in-out 0s; -o-transition: background-color 50000s ease-in-out 0s; -ms-transition: background-color 50000s ease-in-out 0s; -webkit-transition: background-color 50000s ease-in-out 0s; transition: background-color 50000s ease-in-out 0s; }

.radio-check-list { margin: 0; padding: 0; list-style: none; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; width: 40px; margin: 0; padding: 0; opacity: 0; position: absolute !important; }
input[type="checkbox"] + label, input[type="radio"] + label { position: relative; line-height: 1.6 !important; min-height: 40px; color: #2d2d2d; font-size: 1.4rem !important; font-weight: 300; cursor: pointer; padding: 10px 30px 0 60px !important; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* radio/checkbox container square/circle */ }
@media (max-width: 767px) { input[type="checkbox"] + label, input[type="radio"] + label { padding-left: 55px !important; padding-right: 0 !important; } }
input[type="checkbox"] + label a, input[type="radio"] + label a { color: #2d2d2d; border-bottom: 1px solid #2d2d2d; }
body.nonTouchDevice input[type="checkbox"] + label a:hover, body.nonTouchDevice input[type="radio"] + label a:hover { border-color: transparent; }
input[type="checkbox"] + label:after, input[type="checkbox"] + label:before, input[type="radio"] + label:after, input[type="radio"] + label:before { position: absolute; content: ''; border-radius: 50%; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
@media (max-width: 767px) { input[type="checkbox"] + label:after, input[type="checkbox"] + label:before, input[type="radio"] + label:after, input[type="radio"] + label:before { -moz-transform: scale(0.85); -o-transform: scale(0.85); -ms-transform: scale(0.85); -webkit-transform: scale(0.85); transform: scale(0.85); } }
input[type="checkbox"] + label:before, input[type="radio"] + label:before { width: 40px; height: 40px; background: #fff; border-radius: 50%; left: 0; top: 0; }
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { background: #f6f3e8; }
input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after { opacity: 1; }

/* checkbox checked icon */
input[type=checkbox] + label:after { color: #2d2d2d; font-family: Font Awesome\ 5 Pro; content: "\f00c"; font-weight: 300; font-size: 18px; left: 20px; top: 20px; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; }

/* radio checked icon */
input[type=radio] + label:after { width: 40px; height: 40px; position: absolute; left: 0; top: 0; -moz-transform: scale(0.25); -o-transform: scale(0.25); -ms-transform: scale(0.25); -webkit-transform: scale(0.25); transform: scale(0.25); background: #2d2d2d; opacity: 0; }

/* radio/checkbox hover and selected styles */
.checkbox-cont:hover input[type=radio] + label:after, .checkbox-cont:hover input[type=checkbox] + label:after, .single-checkbox-check:hover input[type=checkbox] + label:after { opacity: 1; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* file upload */
.file-upload, .file-upload * { position: relative; cursor: pointer; }
.file-upload label { display: none; }
.file-upload input { z-index: 2; width: 100%; height: 80px; opacity: 0; }
@media (max-width: 767px) { .file-upload input { height: 60px; } }
.file-upload .fake-input { z-index: 1; position: absolute; left: 0; top: 0; right: 0; bottom: 0; line-height: 80px; color: #2d2d2d; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left: 280px; padding-right: 160px !important; }
@media (max-width: 767px) { .file-upload .fake-input { padding-left: 80px; padding-right: 60px !important; line-height: 60px; } }
.file-upload .fake-input:before { content: 'Choose a file'; position: absolute; left: 0; top: 0; bottom: 0; padding: 0 40px; color: white; background: #92a5a6; font-family: "Wotford", sans-serif; font-size: 1.8rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; }
@media (max-width: 767px) { .file-upload .fake-input:before { content: '\f15c'; font-family: Font Awesome\ 5 Pro; font-weight: 300; font-size: 2rem; padding: 0 20px; } }
.file-upload .fake-input:after { content: '\f342'; position: absolute; font-family: Font Awesome\ 5 Pro; font-size: 2rem; font-weight: 300; color: #2d2d2d; right: 40px; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (max-width: 767px) { .file-upload .fake-input:after { right: 30px; font-size: 1.8rem; } }
.file-upload.filled .fake-input .fake-input:after { opacity: 0; }
.file-upload.filled .remove { display: block; }
.file-upload .remove { padding: 0 40px; color: #2d2d2d; background: #fff; font-size: 2rem; position: absolute; right: 0; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); z-index: 4; display: none; }
@media (max-width: 767px) { .file-upload .remove { padding: 0 30px; font-size: 1.8rem; } }

/* Form Success */
.form-complete { position: relative; }
.form-complete form { pointer-events: none !important; }

.success-message { display: block; position: absolute; padding: 0 35px; text-align: center; color: #2d2d2d; font-size: 2.5rem; font-family: "Lora", serif; left: 0; right: 0; top: 50%; max-width: 720px; margin: 0 auto !important; -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
@media (max-width: 767px) { .success-message { font-size: 2rem; } }

.standard-widget ul, .standard-widget ol, .faq-widget ul, .faq-widget ol, .image-text-widget .text ul, .image-text-widget .text ol { list-style: none; padding-left: 0; }
.standard-widget ul li, .standard-widget ol li, .faq-widget ul li, .faq-widget ol li, .image-text-widget .text ul li, .image-text-widget .text ol li { padding-left: 35px; position: relative; font-size: 1.6rem; line-height: 1.8; }
@media (max-width: 767px) { .standard-widget ul li, .standard-widget ol li, .faq-widget ul li, .faq-widget ol li, .image-text-widget .text ul li, .image-text-widget .text ol li { padding-left: 25px; font-size: 1.4rem; } }
.standard-widget ul li + li, .standard-widget ol li + li, .faq-widget ul li + li, .faq-widget ol li + li, .image-text-widget .text ul li + li, .image-text-widget .text ol li + li { margin-top: 10px; }
.standard-widget ul li:before, .standard-widget ol li:before, .faq-widget ul li:before, .faq-widget ol li:before, .image-text-widget .text ul li:before, .image-text-widget .text ol li:before { position: absolute; top: 0; left: 0; }
.standard-widget ul li:before, .faq-widget ul li:before, .image-text-widget .text ul li:before { content: '\f068'; font-family: Font Awesome\ 5 Pro; font-size: 1.4rem; font-weight: 300; line-height: 2.2em; }
@media (max-width: 767px) { .standard-widget ul li:before, .faq-widget ul li:before, .image-text-widget .text ul li:before { font-size: 1.2rem; } }
.standard-widget ol, .faq-widget ol, .image-text-widget .text ol { counter-reset: ol-counter; }
.standard-widget ol li, .faq-widget ol li, .image-text-widget .text ol li { counter-increment: ol-counter; }
.standard-widget ol li:before, .faq-widget ol li:before, .image-text-widget .text ol li:before { content: counter(ol-counter) "."; font-size: 1.6rem; }
@media (max-width: 767px) { .standard-widget ol li:before, .faq-widget ol li:before, .image-text-widget .text ol li:before { font-size: 1.4rem; } }

.spinner { margin: 0 auto; width: 70px; text-align: center; position: absolute; top: 50%; left: 50%; -moz-transition: all 0.1s ease; -o-transition: all 0.1s ease; -ms-transition: all 0.1s ease; -webkit-transition: all 0.1s ease; transition: all 0.1s ease; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.spinner > div { width: 10px; height: 10px; background-color: #2d2d2d; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both; animation: sk-bouncedelay 1s infinite ease-in-out both; }
.spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }
.spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); }
  40% { -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); }
  40% { -webkit-transform: scale(1); transform: scale(1); } }
/* Tables */
table:not(.ui-datepicker-calendar):not(.picker__table) { border-spacing: 0; width: 100%; border-collapse: separate; }
@media (min-width: 768px) { table:not(.ui-datepicker-calendar):not(.picker__table) { table-layout: fixed; } }
table:not(.ui-datepicker-calendar):not(.picker__table) th, table:not(.ui-datepicker-calendar):not(.picker__table) td { text-align: left; padding: 15px 30px; vertical-align: middle; }
@media (max-width: 767px) { table:not(.ui-datepicker-calendar):not(.picker__table) th, table:not(.ui-datepicker-calendar):not(.picker__table) td { padding: 12px 20px; } }
table:not(.ui-datepicker-calendar):not(.picker__table) th { font-family: "Lora", serif; font-size: 1.8rem; font-weight: 400; line-height: 1.5; background: #c8d2d2; }
@media (max-width: 767px) { table:not(.ui-datepicker-calendar):not(.picker__table) th { font-size: 1.6rem; } }
table:not(.ui-datepicker-calendar):not(.picker__table) td { border-bottom: 2px solid #dcd5d5; }

.h1, h1, h2, blockquote p, h3, h4, h5 { font-family: "Lora", serif; font-weight: 400; margin-top: -10px; margin-bottom: 0; }

h1, .h1 { line-height: 1.4; font-size: 4rem; }
@media (max-width: 767px) { h1, .h1 { font-size: 3.2rem; } }

h2, blockquote p { line-height: 1.5; font-size: 3rem; }
@media (max-width: 767px) { h2, blockquote p { font-size: 2.5rem; } }

h3 { line-height: 1.6; font-size: 2.5rem; }
@media (max-width: 767px) { h3 { font-size: 2rem; } }

h4 { line-height: 1.75; font-size: 2rem; }
@media (max-width: 767px) { h4 { font-size: 1.8rem; } }

h5 { line-height: 1.85; font-size: 1.8rem; }
@media (max-width: 767px) { h5 { font-size: 1.6rem; } }

h6, .subtitle, .text-button { line-height: 1.9; font-family: "Wotford", sans-serif; font-size: 1.6rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; }
@media (max-width: 767px) { h6, .subtitle, .text-button { font-size: 1.4rem; } }

h6, .subtitle { display: block; margin-top: -10px; }
@media (max-width: 767px) { h6, .subtitle { margin-top: -5px; } }

.subtitle + h1, .subtitle + h2, blockquote .subtitle + p, .subtitle + h3, .subtitle + h4, .subtitle + h5, .subtitle + h6 { margin-top: 20px; }
@media (max-width: 767px) { .subtitle + h1, .subtitle + h2, blockquote .subtitle + p, .subtitle + h3, .subtitle + h4, .subtitle + h5, .subtitle + h6 { margin-top: 15px; } }
.subtitle-inline { margin-top: 0; display: inline-block; }

blockquote { text-align: center; background: #ede8d2; padding: 70px 80px; }
@media (max-width: 767px) { blockquote { padding: 40px 25px; } }
blockquote p { margin: 0; }
@media (max-width: 767px) { blockquote p { font-size: 2rem; } }
blockquote:last-child { margin-bottom: 0; }

* + ul, * + ol, * + dl, * + p, * + table { margin: 25px 0 0; }
@media (max-width: 767px) { * + ul, * + ol, * + dl, * + p, * + table { margin: 20px 0 0; } }
* + blockquote { margin: 35px 0; }
@media (max-width: 767px) { * + blockquote { margin: 30px 0; } }
* + h1, * + h2, blockquote * + p, * + h3, * + h4, * + h5, * + h6 { margin: 25px 0 0; }
@media (max-width: 767px) { * + h1, * + h2, blockquote * + p, * + h3, * + h4, * + h5, * + h6 { margin: 20px 0 0; } }

.notification { position: fixed; cursor: pointer; top: 0; left: 0; right: 0; z-index: 9999; text-align: center; padding: 20px; font-size: 2rem; color: white; background-color: #597b7c; -moz-transform: translate(0, -101%); -o-transform: translate(0, -101%); -ms-transform: translate(0, -101%); -webkit-transform: translate(0, -101%); transform: translate(0, -101%); }
@media (max-width: 767px) { .notification { padding: 15px; font-size: 1.6rem; } }
.notification, .notification * { -moz-transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease; -o-transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease; -ms-transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease; -webkit-transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease; transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease; }
.notification:after { content: 'Got it'; line-height: 1; text-align: center; position: absolute; left: 50%; bottom: 50%; opacity: 0; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -moz-transform: translate(-50%, 200%); -o-transform: translate(-50%, 200%); -ms-transform: translate(-50%, 200%); -webkit-transform: translate(-50%, 200%); transform: translate(-50%, 200%); }
.notification.show { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.notification.show:hover p { -moz-transform: translate(0, -100%); -o-transform: translate(0, -100%); -ms-transform: translate(0, -100%); -webkit-transform: translate(0, -100%); transform: translate(0, -100%); opacity: 0; }
.notification.show:hover:after { -moz-transform: translate(-50%, 50%); -o-transform: translate(-50%, 50%); -ms-transform: translate(-50%, 50%); -webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%); opacity: 1; }

.error-tooltip { text-align: center; position: absolute; width: 30px; height: 30px; font-size: 18px; color: white; background: #597b7c; left: -40px; top: 50%; opacity: 0; z-index: 99; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; -moz-transform: translateY(-50%) scale(0, 0); -o-transform: translateY(-50%) scale(0, 0); -ms-transform: translateY(-50%) scale(0, 0); -webkit-transform: translateY(-50%) scale(0, 0); transform: translateY(-50%) scale(0, 0); }
@media (max-width: 767px) { .error-tooltip { width: 20px; height: 20px; font-size: 15px; left: -35px; } }
.error-tooltip i { position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.error-tooltip:after { content: ''; position: absolute; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #597b7c; right: -5px; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.error-tooltip.show { opacity: 1; -moz-transform: translateY(-50%) scale(1, 1); -o-transform: translateY(-50%) scale(1, 1); -ms-transform: translateY(-50%) scale(1, 1); -webkit-transform: translateY(-50%) scale(1, 1); transform: translateY(-50%) scale(1, 1); }

.warning { display: none; color: #597b7c; font-weight: bold; text-transform: uppercase; line-height: 1; }
.warning.show { position: absolute; left: 0; bottom: -15px; font-size: 65%; }
@media (max-width: 767px) { .warning.show { bottom: -12px; } }

body .fancybox-overlay { background: rgba(29, 29, 29, 0.8); }

.fancybox-wrap .fancybox-close { z-index: 1200; position: absolute; top: 0 !important; right: 0 !important; width: 50px; height: 50px; cursor: pointer; background: none !important; }
@media (max-width: 767px) { .fancybox-wrap .fancybox-close { width: 30px; height: 35px; } }
.fancybox-wrap .fancybox-close:before { content: '\f00d'; position: absolute; top: 50%; left: 50%; font-family: Font Awesome\ 5 Pro; font-size: 30px; font-weight: 300; color: white; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
@media (max-width: 767px) { .fancybox-wrap .fancybox-close:before { font-size: 22px; } }
.fancybox-wrap .fancybox-nav span { z-index: 1003; position: absolute; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); width: auto; height: auto; visibility: visible; cursor: pointer; background: none; margin: 0; }
.fancybox-wrap .fancybox-nav span:before { position: relative; width: 35px; font-size: 45px; font-weight: 300; font-family: Font Awesome\ 5 Pro; color: white; }
@media (max-width: 767px) { .fancybox-wrap .fancybox-nav span:before { font-size: 30px; } }
.fancybox-wrap .fancybox-prev { z-index: 1010; }
@media (min-width: 768px) { .fancybox-wrap .fancybox-prev span { left: 20px; } }
.fancybox-wrap .fancybox-prev span:before { content: '\f104'; }
.fancybox-wrap .fancybox-next { z-index: 1010; }
@media (min-width: 768px) { .fancybox-wrap .fancybox-next span { right: 20px; } }
.fancybox-wrap .fancybox-next span:before { content: '\f105'; }

.fancybox-type-iframe .fancybox-skin { background: none !important; }
.fancybox-type-iframe .fancybox-close { position: fixed; top: 0 !important; right: 0 !important; transform: none !important; }

.cookie-message { z-index: 9; position: fixed; bottom: 0; right: 0; width: 56%; }
@media (min-width: 992px) and (max-width: 1199px) { .cookie-message { width: 50%; } }
@media (max-width: 991px) { .cookie-message { width: 100%; } }
.cookie-message-inner { background: white; padding: 80px; }
@media (min-width: 768px) and (max-width: 991px) { .cookie-message-inner { padding: 60px; } }
@media (max-width: 767px) { .cookie-message-inner { padding: 40px 35px; } }
.cookie-message .content { line-height: 1.8; }
.cookie-message .content a { color: #2d2d2d; border-bottom: 1px solid #2d2d2d; }
body.nonTouchDevice .cookie-message .content a:hover { border-color: transparent; }
@media (min-width: 768px) and (max-width: 991px) { .cookie-message .buttons .text-button { margin-top: 40px; } }
@media (max-width: 767px) { .cookie-message .buttons .text-button { margin-top: 25px; } }
.cookie-message .buttons .text-button#accept-cookies { margin-right: 40px; }
@media (max-width: 767px) { .cookie-message .buttons .text-button#accept-cookies { margin-right: 20px; } }
@media (min-width: 992px) and (max-width: 1199px) { .cookie-message .buttons .text-button i { margin-left: 40px; } }
@media (max-width: 767px) { .cookie-message .buttons .text-button i { margin-left: 30px; } }
@media (max-width: 359px) { .cookie-message .buttons .text-button i { margin-left: 10px; } }

.date-picker-wrap { position: relative; }
.date-picker-wrap input { cursor: pointer; }
.date-picker-wrap input::-ms-clear { display: none !important; }

#ui-datepicker-div { background: #92a5a6; padding: 25px; border: none; width: 100%; max-width: 300px; z-index: 99 !important; display: none; }
@media (max-width: 767px) { #ui-datepicker-div { max-width: 275px; } }
#ui-datepicker-div * { color: white !important; text-align: center; }
#ui-datepicker-div .ui-datepicker-header { position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: space-between; -webkit-justify-content: space-between; -moz-box-pack: space-between; -ms-flex-pack: space-between; justify-content: space-between; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-year { font-size: 1.6rem; }
#ui-datepicker-div .ui-datepicker-header a { opacity: 1; cursor: pointer; background: none !important; }
#ui-datepicker-div .ui-datepicker-header a:before { content: '\f104'; font-family: Font Awesome\ 5 Pro; font-size: 2rem; }
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next { order: 3; }
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next:before { content: '\f105'; }
#ui-datepicker-div .ui-datepicker-header a span { display: none; }
#ui-datepicker-div table { width: 100%; margin: 0; font-size: 1.6rem; }
#ui-datepicker-div table th { padding: 15px 0 10px; text-transform: uppercase; }
#ui-datepicker-div table td { background: none !important; }
#ui-datepicker-div table td span, #ui-datepicker-div table td a { line-height: 2; }
#ui-datepicker-div table td.ui-state-disabled span, #ui-datepicker-div table td.ui-state-disabled a { opacity: .5; }
#ui-datepicker-div table td a { position: relative; background: none !important; }
#ui-datepicker-div table td a:before { content: ''; position: absolute; left: 50%; top: 50%; z-index: -1; width: 30px; height: 30px; opacity: 0; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }
#ui-datepicker-div table td a:hover:before { opacity: 1; background: #768e8f; }
#ui-datepicker-div table td a.ui-state-active { color: #92a5a6 !important; opacity: 1; }
#ui-datepicker-div table td a.ui-state-active:before { opacity: 1; background: white; }

.img-zoom .image { overflow: hidden; background: black; }
.img-zoom .image .img { -moz-transition: all 1.5s ease; -o-transition: all 1.5s ease; -ms-transition: all 1.5s ease; -webkit-transition: all 1.5s ease; transition: all 1.5s ease; -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); backface-visibility: hidden; -webkit-backface-visibility: hidden; }
body.nonTouchDevice .img-zoom:hover .image .img { -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
body.nonTouchDevice .img-zoom--sml:hover .image .img { -moz-transform: scale(1.07); -o-transform: scale(1.07); -ms-transform: scale(1.07); -webkit-transform: scale(1.07); transform: scale(1.07); }

[data-show-fade] { visibility: hidden; opacity: 0; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; -moz-transition-delay: 0.1s; -o-transition-delay: 0.1s; -ms-transition-delay: 0.1s; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
[data-show-fade].scroll-show { visibility: visible; opacity: 1; }

[data-show-move] { visibility: hidden; opacity: 0; -moz-transform: translate(0, 40px); -o-transform: translate(0, 40px); -ms-transform: translate(0, 40px); -webkit-transform: translate(0, 40px); transform: translate(0, 40px); -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; -moz-transition-delay: 0.1s; -o-transition-delay: 0.1s; -ms-transition-delay: 0.1s; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
[data-show-move].scroll-show { visibility: visible; opacity: 1; -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }

[data-show-zoom] { overflow: hidden; }
[data-show-zoom] .img-wrap { -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2); -moz-transition: transform 2s ease; -o-transition: transform 2s ease; -ms-transition: transform 2s ease; -webkit-transition: transform 2s ease; transition: transform 2s ease; -moz-transition-delay: 0.1s; -o-transition-delay: 0.1s; -ms-transition-delay: 0.1s; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
[data-show-zoom].scroll-show .img-wrap { -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }

[data-scrollspeed] .animate-layer { display: block; width: 100%; height: 100%; }

body.wb-homepage .header-fullscreen:before { background-position: -300px 200px; -moz-transition: all 2.5s ease; -o-transition: all 2.5s ease; -ms-transition: all 2.5s ease; -webkit-transition: all 2.5s ease; transition: all 2.5s ease; }
body.wb-homepage .header-fullscreen .logo, body.wb-homepage .header-fullscreen .text .subtitle, body.wb-homepage .header-fullscreen h1, body.wb-homepage .header-fullscreen .button-wrap { opacity: 0; -moz-transform: translate(0, 80px); -o-transform: translate(0, 80px); -ms-transform: translate(0, 80px); -webkit-transform: translate(0, 80px); transform: translate(0, 80px); -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; }
body.wb-homepage .header-fullscreen .cookie-message-inner { opacity: 0; -moz-transform: translate(0, 40px); -o-transform: translate(0, 40px); -ms-transform: translate(0, 40px); -webkit-transform: translate(0, 40px); transform: translate(0, 40px); -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; transition-delay: 2.4s; }
body.wb-homepage .header-fullscreen .logo { transition-delay: .8s; }
body.wb-homepage .header-fullscreen .text .subtitle { transition-delay: .95s; }
body.wb-homepage .header-fullscreen h1 { transition-delay: 1.1s; }
body.wb-homepage .header-fullscreen .button-wrap { display: block; transition-delay: 1.25s; }
body.wb-homepage .header-fullscreen .image .img { z-index: 1; -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); -moz-transition: all 1.5s ease; -o-transition: all 1.5s ease; -ms-transition: all 1.5s ease; -webkit-transition: all 1.5s ease; transition: all 1.5s ease; transition-delay: 1.5s; opacity: 0; }
body.wb-homepage .header-fullscreen .open-menu-btn, body.wb-homepage .header-fullscreen .book-table-btn { opacity: 0; -moz-transform: translate(0, -40px); -o-transform: translate(0, -40px); -ms-transform: translate(0, -40px); -webkit-transform: translate(0, -40px); transform: translate(0, -40px); }
body.wb-homepage .header-fullscreen .open-menu-btn { -moz-transition: opacity 0.5s 0.5s ease, transform 0.5s 0.5s ease, background 0.5s 0s ease; -o-transition: opacity 0.5s 0.5s ease, transform 0.5s 0.5s ease, background 0.5s 0s ease; -ms-transition: opacity 0.5s 0.5s ease, transform 0.5s 0.5s ease, background 0.5s 0s ease; -webkit-transition: opacity 0.5s 0.5s ease, transform 0.5s 0.5s ease, background 0.5s 0s ease; transition: opacity 0.5s 0.5s ease, transform 0.5s 0.5s ease, background 0.5s 0s ease; }
body.wb-homepage .header-fullscreen .book-table-btn { -moz-transition: opacity 0.5s 0.6s ease, transform 0.5s 0.6s ease, background 0.5s 0s ease; -o-transition: opacity 0.5s 0.6s ease, transform 0.5s 0.6s ease, background 0.5s 0s ease; -ms-transition: opacity 0.5s 0.6s ease, transform 0.5s 0.6s ease, background 0.5s 0s ease; -webkit-transition: opacity 0.5s 0.6s ease, transform 0.5s 0.6s ease, background 0.5s 0s ease; transition: opacity 0.5s 0.6s ease, transform 0.5s 0.6s ease, background 0.5s 0s ease; }
body.wb-homepage.ready .header-fullscreen:before { background-position: 0 0; }
body.wb-homepage.ready .header-fullscreen .logo, body.wb-homepage.ready .header-fullscreen .text .subtitle, body.wb-homepage.ready .header-fullscreen h1, body.wb-homepage.ready .header-fullscreen .button-wrap, body.wb-homepage.ready .header-fullscreen .cookie-message-inner, body.wb-homepage.ready .header-fullscreen .open-menu-btn, body.wb-homepage.ready .header-fullscreen .book-table-btn { opacity: 1; -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
body.wb-homepage.ready .header-fullscreen .image .img { opacity: 1; -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }

.widget-container.sitemap-widget + .sitemap-widget { margin-top: 60px; }
@media (max-width: 767px) { .widget-container.sitemap-widget + .sitemap-widget { margin-top: 30px; } }
.widget-container.sitemap-widget ul { margin: 0; padding: 0; list-style: none; }
.widget-container.sitemap-widget h3 + .sitemap-list { margin-top: 40px; }
.widget-container.sitemap-widget .sitemap-list { margin-top: -20px; }
.widget-container.sitemap-widget .sitemap-list > li { padding: 25px 0; background: url(../img/divider.png) repeat-x bottom; background-size: auto 5px; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li { padding: 15px 0; } }
.widget-container.sitemap-widget .sitemap-list > li:first-child { padding-top: 0; }
.widget-container.sitemap-widget .sitemap-list > li > a { font-family: "Lora", serif; font-weight: 400; font-size: 2.5rem; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li > a { font-size: 2rem; } }
.widget-container.sitemap-widget .sitemap-list > li a { display: block; padding: 3px 0; color: #2d2d2d; }
body.nonTouchDevice .widget-container.sitemap-widget .sitemap-list > li a:hover { color: #92a5a6; }
.widget-container.sitemap-widget .sitemap-list > li ul { margin-top: 15px; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li ul { margin-top: 5px; } }
.widget-container.sitemap-widget .sitemap-list > li ul li { position: relative; }
.widget-container.sitemap-widget .sitemap-list > li ul li a { padding-left: 25px; font-size: 1.6rem; color: #2d2d2d; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li ul li a { padding-left: 20px; font-size: 1.4rem; } }
.widget-container.sitemap-widget .sitemap-list > li ul li a:before { content: "-"; position: absolute; left: 0; top: 2px; }
.widget-container.sitemap-widget .sitemap-list > li ul li ul { margin: 5px 0; padding-left: 25px; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li ul li ul { padding-left: 20px; } }

.widget-container { position: relative; width: 100%; margin-top: 120px; }
@media (min-width: 768px) and (max-width: 991px) { .widget-container { margin-top: 100px; } }
@media (max-width: 767px) { .widget-container { margin-top: 60px; } }
.widget-container--bleed + .widget-container--bleed { margin-top: 0 !important; }
.widget-container--padding { padding: 120px 0; }
@media (min-width: 768px) and (max-width: 991px) { .widget-container--padding { padding: 100px 0; } }
@media (max-width: 767px) { .widget-container--padding { padding: 60px 0; } }
.widget-container--bleed:first-child { margin-top: 0; }

.widget-title { text-align: center; margin: 0 auto 70px; max-width: 960px; }
@media (max-width: 767px) { .widget-title { margin-bottom: 30px; } }

.booking-widget { padding: 80px 0; }
@media (max-width: 767px) { .booking-widget { padding: 60px 0; } }
.booking-widget .container-fluid { z-index: 2; }
.booking-widget .large-groups-text { margin-top: 45px; }
@media (max-width: 767px) { .booking-widget .large-groups-text { margin-top: 30px; } }
.booking-widget .large-groups-text a { color: #2d2d2d; border-bottom: 1px solid #2d2d2d; }
body.nonTouchDevice .booking-widget .large-groups-text a:hover { border-color: transparent; }
.booking-widget .ot-title, .booking-widget .ot-powered-by { display: none; }
.booking-widget .ot-dtp-picker.wide, .booking-widget .ot-dtp-picker.standard { width: 100%; padding: 40px 0 0; background: none !important; }
@media (min-width: 768px) and (max-width: 1199px) { .booking-widget .ot-dtp-picker.wide, .booking-widget .ot-dtp-picker.standard { padding-top: 15px; } }
@media (max-width: 767px) { .booking-widget .ot-dtp-picker.wide, .booking-widget .ot-dtp-picker.standard { padding-top: 10px; } }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form { border: 0; border-radius: 0; height: auto; background: none; position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }
@media (max-width: 1199px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form { -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }
@media (min-width: 768px) and (max-width: 1199px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form { margin: 0 -40px; } }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form:after, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form:after { position: absolute; right: 0; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); content: '\f178'; font-family: Font Awesome\ 5 Pro; font-size: 2rem; font-weight: 300; pointer-events: none; }
@media (max-width: 1199px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form:after, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form:after { top: auto; } }
@media (min-width: 768px) and (max-width: 1199px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form:after, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form:after { right: 40px; bottom: 20px; } }
@media (max-width: 767px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form:after, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form:after { right: 0; bottom: 13px; } }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector { height: 85px; width: 20%; font-size: 3.8rem; font-family: "Lora", serif; border: 0 !important; margin: 0 80px 0 0; }
@media (min-width: 1200px) and (max-width: 1439px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector { font-size: 3.2rem; } }
@media (min-width: 992px) and (max-width: 1199px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector { width: calc(50% - 80px); margin: 0 40px; } }
@media (min-width: 768px) and (max-width: 991px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector { width: calc(50% - 60px); margin: 0 30px; } }
@media (max-width: 767px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector { height: 65px; width: 100%; font-size: 2.5rem; margin: 0 0 25px; } }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector option, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector option { font-family: Arial, sans-serif; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector:before, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector:before { position: absolute; left: 0; right: 0; top: -40px; color: white; font-family: "Wotford", sans-serif; font-size: 1.6rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; }
@media (min-width: 768px) and (max-width: 1199px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector:before, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector:before { top: -15px; } }
@media (max-width: 767px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector:before, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector:before { top: -10px; font-size: 1.4rem; } }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-party-size-picker, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector.ot-party-size-picker { order: 1; }
@media (min-width: 768px) and (max-width: 1199px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-party-size-picker, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector.ot-party-size-picker { margin-bottom: 40px; } }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-party-size-picker:before, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector.ot-party-size-picker:before { content: 'Table Size'; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-date-picker, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector.ot-date-picker { order: 2; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-date-picker:before, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector.ot-date-picker:before { content: 'Date'; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-time-picker, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector.ot-time-picker { order: 3; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-time-picker:before, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector.ot-time-picker:before { content: 'Time'; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector-link, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector-link { padding: 0; height: 85px; line-height: 85px; box-shadow: none !important; background-image: url("../img/wave-dark.svg"); background-repeat: repeat-x; background-position: 0 100%; background-size: auto 3px; }
@media (max-width: 767px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector-link, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector-link { height: 65px; line-height: 65px; } }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector-link:before, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector-link:before { content: ''; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector-link:after, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector-link:after { content: '\f078'; font-family: Font Awesome\ 5 Pro; font-size: 2rem; font-weight: 300; color: #2d2d2d; right: 0; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (max-width: 767px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector-link:after, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector-link:after { font-size: 1.6rem; } }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-button, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-button { order: 4; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; height: 85px; font-size: 3.8rem; font-family: "Lora", serif; font-weight: 400; color: #2d2d2d; text-align: left; background: none; border: 0; box-shadow: none; background-image: url("../img/wave-dark.svg"); background-repeat: repeat-x; background-position: 0 100%; background-size: auto 3px; }
@media (min-width: 1200px) and (max-width: 1439px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-button, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-button { font-size: 3.2rem; } }
@media (min-width: 992px) and (max-width: 1199px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-button, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-button { width: calc(50% - 80px); margin: 0 40px !important; } }
@media (min-width: 768px) and (max-width: 991px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-button, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-button { width: calc(50% - 60px); margin: 0 30px !important; } }
@media (max-width: 767px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-button, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-button { width: 100%; height: 65px; font-size: 2.5rem; margin-top: -10px !important; } }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker { top: 90% !important; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__close, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__close { display: none !important; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__holder, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__holder { top: 5px; left: -20px; right: -20px; width: auto; height: 335px; border-radius: 0; box-shadow: none; background: #e9e2c7; }
@media (max-width: 1199px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__holder, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__holder { left: 0; right: 0; } }
@media (max-width: 767px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__holder, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__holder { top: 2px; } }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__box, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__box { padding: 30px 25px 0; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__header, .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__table, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__header, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__table { font-size: 16px; font-family: "Wotford", sans-serif; font-weight: 300; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__table td, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__table td { height: 35px; border: 0; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__table td .picker__day, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__table td .picker__day { width: 35px; height: 35px; line-height: 35px; position: relative; background: transparent; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }
body.nonTouchDevice .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__table td .picker__day:hover, body.nonTouchDevice .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__table td .picker__day:hover { background: #f6f3e8; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__table td .picker__day.picker__day--selected, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__table td .picker__day.picker__day--selected { background: white; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__weekday, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__weekday { padding-top: 10px; padding-bottom: 15px; text-transform: uppercase; font-weight: 700; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__day, .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__nav--prev, .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__nav--next, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__day, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__nav--prev, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__nav--next { border: 0 !important; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__nav--prev, .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__nav--next, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__nav--prev, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__nav--next { width: 20px; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__nav--prev:before, .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__nav--next:before, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__nav--prev:before, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__nav--next:before { content: '\f104'; font-family: Font Awesome\ 5 Pro; font-size: 20px; font-weight: 300; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker .picker__nav--next:before, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker .picker__nav--next:before { content: '\f105'; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker.down:before, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker.down:before { content: none; }
.booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker.down:after, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker.down:after { top: -11px; border-bottom-color: #e9e2c7; }
@media (max-width: 767px) { .booking-widget .ot-dtp-picker.wide .ot-dtp-picker-form .picker.down:after, .booking-widget .ot-dtp-picker.standard .ot-dtp-picker-form .picker.down:after { top: -14px; } }
.booking-widget--center { z-index: 2; display: none; }
.booking-widget--modal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; opacity: 0; visibility: hidden; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; transition-delay: .5s; }
.booking-widget--modal .container-fluid { opacity: 0; -moz-transform: translate(0, 50px); -o-transform: translate(0, 50px); -ms-transform: translate(0, 50px); -webkit-transform: translate(0, 50px); transform: translate(0, 50px); -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.booking-widget--modal:before { background-position: -250px 150px; -moz-transition: all 1.5s ease; -o-transition: all 1.5s ease; -ms-transition: all 1.5s ease; -webkit-transition: all 1.5s ease; transition: all 1.5s ease; transition-delay: .8s; }
body.show-booking-modal .booking-widget--modal { opacity: 1; transition-delay: 0s; }
body.show-booking-modal .booking-widget--modal .container-fluid { opacity: 1; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease; -ms-transition: all 0.9s ease; -webkit-transition: all 0.9s ease; transition: all 0.9s ease; transition-delay: .8s; }
body.show-booking-modal .booking-widget--modal:before { background-position: 0 0; opacity: .2; transition-delay: 0s; }
body.raise-booking-modal .booking-widget--modal { visibility: visible; z-index: 100; }
body.raise-booking-modal .booking-widget--modal .container-fluid { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.booking-widget--modal .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector:before { color: #2d2d2d; }

.button-widget { margin-top: 60px; }
@media (max-width: 767px) { .button-widget { margin-top: 30px; } }
.button-widget .text-button { margin-top: 0; }
.button-widget--center { text-align: center; }

.contact-widget { position: relative; /* Send animation for button */ }
.contact-widget form .form-body { padding: 120px 0 60px; }
@media (max-width: 767px) { .contact-widget form .form-body { padding: 60px 0 40px; } }
.contact-widget form .form-group { width: 100%; margin: 2px 0; /* Radio/checkbox style */ }
@media (max-width: 767px) { .contact-widget form .form-group { margin: 2px 0; } }
@media (min-width: 768px) { .contact-widget form .form-group.half-input { width: calc(50% - 2px); } }
.contact-widget form .form-group.border-input + .form-group:not(.border-input) { margin-top: 60px; }
@media (max-width: 767px) { .contact-widget form .form-group.border-input + .form-group:not(.border-input) { margin-top: 40px; } }
.contact-widget form .form-group.form-subtitle, .contact-widget form .form-group.form-description { margin-bottom: 30px; }
@media (max-width: 767px) { .contact-widget form .form-group.form-subtitle, .contact-widget form .form-group.form-description { margin-bottom: 25px; } }
.contact-widget form .form-group.form-subtitle + .form-description { margin-top: -15px; }
.contact-widget form .form-group.check-input { margin-bottom: 60px; }
@media (max-width: 767px) { .contact-widget form .form-group.check-input { margin-bottom: 45px; } }
.contact-widget form .form-group .radio-check-list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: -10px 0; }
.contact-widget form .form-group .radio-check-list .checkbox-cont { margin: 10px 0; width: calc(33.33% - 2px); }
@media (min-width: 768px) { .contact-widget form .form-group .radio-check-list .checkbox-cont { width: calc(50% - 2px); } }
@media (max-width: 767px) { .contact-widget form .form-group .radio-check-list .checkbox-cont { margin: 3px 0; width: 100%; } }
.contact-widget form .form-footer { padding: 80px 0; }
@media (max-width: 767px) { .contact-widget form .form-footer { padding: 35px 0 40px; } }
.contact-widget form .form-footer .form-group { width: auto !important; }
.contact-widget form .form-footer .form-group input[type="checkbox"] + label { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; padding-top: 0 !important; font-size: 1.6rem !important; }
@media (max-width: 767px) { .contact-widget form .form-footer .form-group input[type="checkbox"] + label { font-size: 1.4rem !important; } }
.contact-widget form .form-footer .form-group input[type="checkbox"] + label:before { background: #fff !important; }
@media (max-width: 767px) { .contact-widget .button-wrap { margin-top: 25px; margin-left: 0; } }
.contact-widget .button-wrap .text-button { position: relative; margin-top: 0; padding-left: 0; padding-right: 0; }
.contact-widget .button-wrap .text-button .spinner { opacity: 0; }
.contact-widget .contact-widget-sending { position: relative; }
.contact-widget .contact-widget-sending .text-button span { opacity: 0; }
.contact-widget .contact-widget-sending .text-button .spinner { opacity: 1; }

.doc-down-widget .doc-list { border-top: 2px solid #adbcbc; }
.doc-down-widget .doc-list .doc-item { width: 100%; }
.doc-down-widget .doc-list a { display: block; position: relative; padding: 50px 160px 50px 40px; background: transparent; border-bottom: 2px solid #adbcbc; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }
@media (max-width: 767px) { .doc-down-widget .doc-list a { padding: 25px 60px 25px 20px; } }
.doc-down-widget .doc-list a .h1 { margin-top: 0; }
@media (max-width: 767px) { .doc-down-widget .doc-list a .h1 { font-size: 2.5rem; } }
.doc-down-widget .doc-list a i { position: absolute; right: 40px; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (max-width: 767px) { .doc-down-widget .doc-list a i { right: 20px; } }
.doc-down-widget .doc-list a:before { opacity: 0; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
body.nonTouchDevice .doc-down-widget .doc-list a:hover { background: #adbcbc; color: white; }
body.nonTouchDevice .doc-down-widget .doc-list a:hover:before { opacity: .2; background-position: 80px -50px; }

.image-slider-widget .slide { height: 100vh; }
.image-slider-widget .text { position: absolute; z-index: 2; left: 0; bottom: 0; padding: 80px; max-width: 560px; }
@media (min-width: 768px) and (max-width: 991px) { .image-slider-widget .text { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { .image-slider-widget .text { padding: 60px 35px 120px; }
  .image-slider-widget .text.single-slide { padding-bottom: 60px; } }
.image-slider-widget .image { width: 100%; height: 100%; }
.image-slider-widget .slick-prev { display: none !important; }
.image-slider-widget .slick-next { top: auto; bottom: 100px; right: 60px; -moz-transform: translate(0, 50%); -o-transform: translate(0, 50%); -ms-transform: translate(0, 50%); -webkit-transform: translate(0, 50%); transform: translate(0, 50%); }
@media (max-width: 767px) { .image-slider-widget .slick-next { right: auto; bottom: 65px; left: 100px; } }
.image-slider-widget .slick-next:after { -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; -ms-transition: all 0.35s ease; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }
body.nonTouchDevice .image-slider-widget .slick-next:hover:after { margin-left: 25px; }
.image-slider-widget .slider-count { position: absolute; right: 140px; bottom: 70px; text-align: right; z-index: 3; color: white; font-family: "Lora", serif; font-size: 3rem; }
@media (max-width: 767px) { .image-slider-widget .slider-count { font-size: 2.5rem; right: auto; bottom: 40px; left: 35px; } }

.image-text-widget .text { min-height: 100vh; padding: 80px; }
@media (min-width: 1200px) { .image-text-widget .text { padding-right: 160px; } }
@media (max-width: 991px) { .image-text-widget .text { min-height: 0; width: 100% !important; } }
@media (min-width: 768px) and (max-width: 991px) { .image-text-widget .text { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { .image-text-widget .text { padding: 60px 35px; } }
.image-text-widget .text a:not(.text-button) { color: #2d2d2d; border-bottom: 1px solid #2d2d2d; }
body.nonTouchDevice .image-text-widget .text a:not(.text-button):hover { border-color: transparent; }
.image-text-widget .text .text-button { -webkit-align-self: flex-start; -moz-align-self: flex-start; -ms-align-self: flex-start; align-self: flex-start; }
@media (min-width: 992px) { .image-text-widget .image { -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; } }
@media (max-width: 991px) { .image-text-widget .image { width: 100%; height: 70vh; }
  .image-text-widget .image .img { -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); } }
.image-text-widget--left .text { width: 56%; }
@media (min-width: 992px) and (max-width: 1199px) { .image-text-widget--left .text { width: 50%; } }
@media (min-width: 992px) { .image-text-widget--right .flex-list { -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }
.image-text-widget--right .text { width: 44%; }
@media (min-width: 992px) and (max-width: 1199px) { .image-text-widget--right .text { width: 50%; } }

.line-divider-widget .line-divider { height: 5px; background: url(../img/divider.png); background-size: auto 5px; }

@media (max-width: 767px) { .map-widget .map { margin: 0 -17.5px; } }
.map-widget .map iframe { display: block; width: 100%; height: 600px; }
@media (min-width: 992px) and (max-width: 1199px) { .map-widget .map iframe { height: 550px; } }
@media (min-width: 768px) and (max-width: 991px) { .map-widget .map iframe { height: 450px; } }
@media (max-width: 767px) { .map-widget .map iframe { height: 100vw; } }
.map-widget .map-details dl div { padding: 50px 40px; border-bottom: 2px solid #dcd5d5; }
@media (min-width: 768px) and (max-width: 991px) { .map-widget .map-details dl div { padding: 35px 40px; } }
@media (max-width: 767px) { .map-widget .map-details dl div { padding: 25px 20px; } }
.map-widget .map-details dl dt { width: 30%; }
@media (max-width: 991px) { .map-widget .map-details dl dt { width: 100%; margin-bottom: 5px; } }
.map-widget .map-details dl dd { font-family: "Lora", serif; font-size: 2rem; text-align: right; }
@media (max-width: 991px) { .map-widget .map-details dl dd { text-align: left; width: 100%; } }
@media (max-width: 767px) { .map-widget .map-details dl dd { font-size: 1.8rem; word-wrap: break-word; } }

.newsletter-widget .widget-title { margin-bottom: 40px; }
.newsletter-widget .newsletter-form { position: relative; }
.newsletter-widget .newsletter-form form .flex-list { margin: -2px -2px 40px; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
@media (max-width: 767px) { .newsletter-widget .newsletter-form form .flex-list { margin-bottom: 20px; } }
.newsletter-widget .newsletter-form form .flex-list .form-group { width: calc(50% - 4px); margin: 2px; }
@media (max-width: 767px) { .newsletter-widget .newsletter-form form .flex-list .form-group { width: 100%; } }
.newsletter-widget .newsletter-form form .form-group-checkbox { margin-bottom: 0; }
@media (max-width: 767px) { .newsletter-widget .newsletter-form form .form-group-checkbox { display: inline-block; }
  .newsletter-widget .newsletter-form form .form-group-checkbox .error-tooltip { top: 20px !important; } }
.newsletter-widget .newsletter-form form .form-group-checkbox input[type="checkbox"] + label { font-size: 1.6rem !important; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; text-align: left; padding-top: 0 !important; }
@media (max-width: 767px) { .newsletter-widget .newsletter-form form .form-group-checkbox input[type="checkbox"] + label { font-size: 1.4rem !important; } }
.newsletter-widget .newsletter-form form .text-button { padding: 0; margin-top: 0; margin-left: 50px; }
@media (max-width: 767px) { .newsletter-widget .newsletter-form form .text-button { margin-top: 15px; margin-left: 0; } }
.newsletter-widget .newsletter-form .success-message { top: 20px; font-size: 2rem; -moz-transform: none; -o-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; }

.ctas-widget .flex-list { margin: -40px; }
@media (min-width: 768px) and (max-width: 991px) { .ctas-widget .flex-list { margin-left: -20px; margin-right: -20px; } }
@media (max-width: 767px) { .ctas-widget .flex-list { margin: 0; } }
.ctas-widget .flex-list .flex-col { width: 50%; padding: 40px; }
@media (min-width: 768px) and (max-width: 991px) { .ctas-widget .flex-list .flex-col { padding-left: 20px; padding-right: 20px; } }
@media (max-width: 767px) { .ctas-widget .flex-list .flex-col { width: 100%; padding: 0; }
  .ctas-widget .flex-list .flex-col + .flex-col { margin-top: 50px; } }
.ctas-widget .flex-list .flex-col .image { overflow: hidden; position: relative; }
.ctas-widget .flex-list .flex-col .image .img { height: 0; padding-top: 75%; }
.ctas-widget .flex-list .flex-col .image:after { content: ''; position: absolute; left: -15px; top: -15px; right: -15px; bottom: -15px; border: 15px solid white; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.ctas-widget .flex-list .flex-col .text { -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; z-index: 2; position: relative; padding-top: 40px; }
.ctas-widget .flex-list .flex-col .text .subtitle, .ctas-widget .flex-list .flex-col .text h3 { position: relative; }
@media (min-width: 992px) { .ctas-widget .flex-list .flex-col .text .subtitle, .ctas-widget .flex-list .flex-col .text h3 { padding-right: 15%; } }
@media (max-width: 767px) { .ctas-widget .flex-list .flex-col .text .subtitle + h3, .ctas-widget .flex-list .flex-col .text h3 + h3 { margin-top: 10px; } }
.ctas-widget .flex-list .flex-col .text h3 { -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; -ms-transition: all 0.35s ease; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }
.ctas-widget .flex-list .flex-col .text .long-arrow { position: absolute; right: 0; top: 0; }
.ctas-widget a.flex-col:hover .image:after { left: 0; right: 0; top: 0; bottom: 0; }
.ctas-widget a.flex-col:hover .text h3 { color: #597b7c; }

.standard-widget { /* Failsafe for image pasted in wysiwyg */ }
.standard-widget a { color: #2d2d2d; border-bottom: 1px solid #2d2d2d; }
body.nonTouchDevice .standard-widget a:hover { border-color: transparent; }
.standard-widget img { width: 100% !important; height: auto !important; }

@media (max-width: 767px) { .table-widget:after { content: ''; z-index: 0; position: absolute; left: calc(100vw - 80px); top: 0; bottom: 0; width: 80px; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); } }
.table-widget .widget-title { position: relative; z-index: 1; }
.table-widget .table-wrap { width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; }
@media (max-width: 767px) { .table-widget .table-wrap { width: calc(100% + 35px); } }
@media (max-width: 767px) { .table-widget .table-wrap table { border-right: 35px solid #fff; } }
@media (max-width: 767px) { .table-widget .table-wrap table th, .table-widget .table-wrap table td { min-width: 200px; } }

@media (max-width: 991px) { .video-widget .container-fluid { padding: 0; } }
.video-widget .video-container a.fancybox { background: black; min-height: 700px; }
.video-widget .video-container a.fancybox:after { content: ''; display: block; min-height: inherit; font-size: 0; }
@media (min-width: 992px) and (max-width: 1199px) { .video-widget .video-container a.fancybox { min-height: 550px; } }
@media (max-width: 991px) { .video-widget .video-container a.fancybox { min-height: 100vh; } }
.video-widget .video-container a.fancybox .img-wrap { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.video-widget .video-container a.fancybox .text { z-index: 3; position: relative; width: 55%; padding: 60px; }
@media (max-width: 991px) { .video-widget .video-container a.fancybox .text { width: 100%; } }
@media (max-width: 767px) { .video-widget .video-container a.fancybox .text { padding: 60px 35px; } }

.fullwidth-cta-widget .cta-wrap { z-index: 1; position: relative; display: block; width: 100%; }
.fullwidth-cta-widget .cta-wrap.bg-pattern:before { -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; }
.fullwidth-cta-widget .cta-wrap .text { padding: 120px 80px; width: 60%; }
@media (min-width: 768px) { .fullwidth-cta-widget .cta-wrap .text { display: flex; align-items: center; min-height: 380px; } }
@media (min-width: 768px) and (max-width: 1199px) { .fullwidth-cta-widget .cta-wrap .text { width: 75%; } }
@media (min-width: 768px) and (max-width: 991px) { .fullwidth-cta-widget .cta-wrap .text { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { .fullwidth-cta-widget .cta-wrap .text { width: 100%; padding: 60px 35px 40px; } }
.fullwidth-cta-widget .cta-wrap .text .h1 { margin-bottom: -10px; }
.fullwidth-cta-widget .cta-wrap .text .arrow { position: absolute; right: 80px; top: 50%; -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (min-width: 768px) and (max-width: 991px) { .fullwidth-cta-widget .cta-wrap .text .arrow { right: 60px; } }
@media (max-width: 767px) { .fullwidth-cta-widget .cta-wrap .text .arrow { margin-top: 30px; position: relative; top: auto; right: auto; -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }
.fullwidth-cta-widget .cta-wrap .text .arrow i { -moz-transition: right 0.5s cubic-bezier(0.795, 0.09, 0.47, 0.96); -o-transition: right 0.5s cubic-bezier(0.795, 0.09, 0.47, 0.96); -ms-transition: right 0.5s cubic-bezier(0.795, 0.09, 0.47, 0.96); -webkit-transition: right 0.5s cubic-bezier(0.795, 0.09, 0.47, 0.96); transition: right 0.5s cubic-bezier(0.795, 0.09, 0.47, 0.96); }
.fullwidth-cta-widget a.cta-wrap { -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; }
body.nonTouchDevice .fullwidth-cta-widget a.cta-wrap:hover { background: #4e6c6d; }
body.nonTouchDevice .fullwidth-cta-widget a.cta-wrap:hover:before { background-position: 150px -75px; opacity: .1; }
body.nonTouchDevice .fullwidth-cta-widget a.cta-wrap:hover .text i { right: 40px; }
