:root { --white-color: #ffffff;
--black-color: #000000;
--primary-color: #333333;
--accent-color: #a10e2f;
--accent-transparent-color: rgba(161, 14, 47, 0.9);
--accent-text-color: #ffffff;
--dark-gray-color: #333333;
--gray-color: #666666;
--light-gray-color: #92969A;
--soft-gray-color: #efede4;
--lighter-gray-color: #F5F4F0;
--green-color: #59ad46;
--orange-color: #f58137;
--red-color: #dd4232;
--yellow-color: #f9b02d;
--blue-color: #1a59b1; --h1-font-size: 48px;
--h2-font-size: 36px;
--h3-font-size: 32px;
--h4-font-size: 28px;
--h5-font-size: 24px;
--h6-font-size: 22px;
--body-font-size: 20px;
--meta-font-size: 18px; --light-weight: 300;
--regular-weight: 400;
--bold-weight: 700; --border-radius: 0;
--border-size: 1px;
}
.has-primary-background-color p,
.has-primary-background-color address,
.has-primary-background-color a, 
.has-primary-background-color h2, 
.has-primary-background-color .h2, 
.has-primary-background-color h3,
.has-primary-background-color .h3, 
.has-primary-background-color h4, 
.has-primary-background-color .h4, 
.has-primary-background-color h5,
.has-primary-background-color .h5, 
.has-primary-background-color h6,
.has-primary-background-color .h6,
.has-primary-background-color ul.list li,
.has-accent-background-color p,
.has-accent-background-color address,
.has-accent-background-color a, 
.has-accent-background-color h2, 
.has-accent-background-color .h2, 
.has-accent-background-color h3,
.has-accent-background-color .h3, 
.has-accent-background-color h4, 
.has-accent-background-color .h4, 
.has-accent-background-color h5,
.has-accent-background-color .h5, 
.has-accent-background-color h6,
.has-accent-background-color .h6,
.has-accent-background-color ul.list li {
color: var(--white-color) !important;
}
.has-primary-background-color ul.list li::before {
border-color: var(--white-color) !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
*,
::before,
::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
height: 100%;
position: relative;
}
body {
margin: 0 auto;
padding: 0;
background-color: var(--lighter-gray-color);
font-family: 'DM Sans', 'Helvetica', arial, sans-serif;
font-size: var(--body-font-size);
font-weight: var(--light-weight);
color: var(--primary-color);
overflow-y: auto;
overflow-x: hidden;
}
body.menu-opened {
overflow: hidden;
} h1, .h1,
h2, .h2 {
font-family: 'DM Sans', 'Helvetica', Arial, sans-serif;
}
h1,
.h1 {
margin-bottom: 40px;
font-size: var(--h1-font-size);
font-weight: var(--regular-weight);
color: var(--accent-color);
line-height: 1.1;
letter-spacing: 1px;
text-transform: none;
}
h2,
.h2 {
margin-bottom: 30px;
font-size: var(--h2-font-size);
font-weight: var(--bold-weight);
color: var(--accent-color);
line-height: 1.3;
letter-spacing: 1px;
text-decoration: none;
text-transform: uppercase;
position: relative;
display: block;
}
h3,
.h3 {
margin-bottom: 20px;
font-size: var(--h3-font-size);
font-weight: var(--bold-weight);
color: var(--primary-color);
line-height: 1.3;
letter-spacing: 0;
text-transform: none;
}
h4,
.h4 {
margin-bottom: 20px;
font-size: var(--h4-font-size);
font-weight: var(--bold-weight);
color: var(--accent-color);
line-height: 1.3;
letter-spacing: 0;
text-transform: none;
}
h5,
.h5 {
margin-bottom: 20px;
font-size: var(--h5-font-size);
font-weight: var(--bold-weight);
color: var(--primary-color);
line-height: 1.3;
letter-spacing: 0;
text-transform: none;
}
h6,
.h6 {
margin-bottom: 20px;
font-size: var(--h6-font-size);
font-weight: var(--bold-weight);
color: var(--primary-color);
line-height: 1.3;
letter-spacing: 1px;
text-transform: uppercase;
}
p, 
address, 
.p {
margin-bottom: 40px;
font-size: var(--body-font-size);
font-weight: var(--light-weight);
color: var(--primary-color);
letter-spacing: 0;
line-height: 1.4;
}
p:last-child, 
address:last-child {
margin: 0;
}
p.small,
p.small a {
font-size: var(--meta-font-size) !important;
}
strong,
.bold {
font-weight: var(--bold-weight);
}
p mark {
background-color: var(--primary-color);
padding: 10px 20px;
font-weight: var(--regular-weight);
color: var(--white-color);
line-height: 200%;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
p mark:hover {
background-color: var(--accent-color);
color: var(--white-color);
}
@media only screen and (max-width: 768px) {
h1, .h1 {
font-size: var(--h4-font-size);
}
h2, .h2 {
font-size: var(--h5-font-size);
}
h3, .h3 {
font-size: var(--h6-font-size);
}
h4, .h4 {
font-size: var(--h6-font-size);
}
p, address {
font-size: var(--body-font-size);
}
}
@media only screen and (max-width: 575px) {
p, address {
font-size: var(--meta-font-size);
}
} a,
a:link,
a:active,
a:visited {
font-weight: var(--light-weight);
color: var(--accent-color);
text-decoration: none;
outline: 0;
-webkit-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
-moz-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
-o-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
transition: all 0.2s ease-in-out;
transition-duration: 0.5s;
}
a:hover {
color: var(--primary-color);
text-decoration: none;
}
p:not(.more-link) a:not(.button, .cky-policy),
address a,
.menu li a,
.wpcf7-list-item-label a {
transition: all 0.5s linear;
display: inline;
font-size: var(--body-font-size);
font-weight: var(--light-weight);
line-height: 1;
color: var(--accent-color);
text-decoration: none;
padding-bottom: 8px;
background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-color) 98%);
background-size: 0px 2px;
background-repeat: no-repeat;
background-position: left 85%;
}
p:not(.more-link) a:not(.button, .cky-policy):hover,
address a:hover,
.menu li a:hover,
.wpcf7-list-item-label a:hover {
background-size: 100% 2px;
}
.wpcf7-list-item-label a {
padding-bottom: 6px;
color: var(--accent-color);
}
.wpcf7-list-item-label a:hover {
color: var(--accent-color);
}
[data-bs-toggle="modal"] {
cursor: pointer;
} a.ext::before {
content: '';
width: 16px;
height: 16px;
margin-right: 6px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
text-decoration: none;
border: 0 !important;
}
.has-soft-gray-background-color a:not(.button, .wp-element-button),
.has-soft-gray-background-color a:not(.button, .wp-element-button):link,
.has-soft-gray-background-color a:not(.button, .wp-element-button):active,
.has-soft-gray-background-color a:not(.button, .wp-element-button):visited {
color: var(--primary-color);
}
.has-soft-gray-background-color p a:not(.button)::after,
.has-soft-gray-background-color address a:not(.button)::after {
background-color: var(--primary-color);
}
a img {
vertical-align: top;
}
p a img {
border: none !important;
}
@media only screen and (max-width: 768px) {
p a:hover,
address a:hover {
color: var(--primary-color) !important;
}
} img, picture {
width: 100%;
height: auto;
display: block;
}
figure a img {
width: 100%;
height: auto;
}
.element {
position: relative;
}
.zoom {
overflow: hidden;
display: inline-block;
width: 100%;
}
.zoom img,
.zoom picture {
width: 100%;
transition: transform 0.5s ease, opacity 0.5s ease;
opacity: 1;
}
.zoom:hover img,
.zoom:hover picture {
transform: scale(1.2);
opacity: 0.8;
}
.overlay-caption {
position: absolute;
background-color: var(--accent-color);
font-size: 14px;
font-weight: var(--bold-weight);
color: var(--white-color);
text-transform: uppercase;
top: 0;
right: 0;
padding: 10px;
z-index: 1000;
}
header {
position: fixed;
left: 0;
bottom: 0;
right: 0;
top: 0;
z-index: 1001;
width: 100%;
height: 60px;
padding: 0;
background-color: var(--lighter-gray-color);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
transition: transform .25s .1s ease-in-out;
}
@media only screen and (max-width: 992px) {
header .socialmedia {
display: none;
}
header .nav-contact li span {
display: none;
}
.head-desktop .logo {
margin-left: 20px !important;
margin-top: 0 !important;
}
.head-desktop .logo img {
height: 60px !important;
}
.polylang_langswitcher {
margin: 0 !important;
}
}
@media only screen and (max-width: 768px) {
.head-desktop .logo {
margin-left: 0 !important;
margin-top: 0 !important;
}
} .menu-opened header {
background-color: var(--soft-gray-color);
box-shadow: none;
}
.header-inner {
position: relative;
height: 100%;
}
.menu-toggle {
display: flex;
align-items: center;
justify-content: flex-end;
}
.menu-toggle .menu {
margin-right: 20px;
font-size: var(--h6-font-size);
font-weight: var(--regular-weight);
color: var(--primary-color);
text-transform: uppercase;
}
.hamburger {
position: relative;
display: block;
width: 32px;
height: 24px;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
cursor: pointer;
}
.menu-toggle .hamburger:hover span:after {
background-color: var(--primary-color);
}
.menu-toggle.open .hamburger span:after {
background-color: var(--primary-color);
}
.menu-toggle.open .hamburger:hover span:after {
background-color: var(--accent-color);
}
@media only screen and (min-width: 992px) {
.hamburger {
width: 32px;
height: 24px;
}
}
.hamburger span {
display: block;
width: 32px;
-webkit-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.hamburger span:after {
content: "";
width: 100%;
height: 2px;
display: flex;
justify-content: flex-end;
align-items: center;
background-color: var(--primary-color);
border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.hamburger span.line-top:after {
-webkit-transform: translate(0, -8px);
-ms-transform: translate(0, -8px);
transform: translate(0, -8px);
}
.hamburger span.line-bottom:after {
-webkit-transform: translate(0, 8px);
-ms-transform: translate(0, 8px);
transform: translate(0, 8px);
}
.menu-toggle.open .hamburger span.line-bottom {
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.menu-toggle.open .hamburger span.line-middle {
opacity: 0;
}
.menu-toggle.open .hamburger span.line-top {
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
}
.menu-toggle.open .hamburger span.line-top:after {
-webkit-transform: translate(-1px, -1px);
-ms-transform: translate(-1px, -1px);
transform: translate(-1px, -1px);
}
.menu-toggle.open .hamburger span.line-bottom:after {
-webkit-transform: translate(-2px, 2px);
-ms-transform: translate(-2px, 2px);
transform: translate(-2px, 2px);
}
.menu-container {
width: 100%;
max-width: 100%;
height: 100vh;
padding: 160px 20px 160px 20px;
background-color: var(--soft-gray-color);
position: fixed;
left: 0;
top: 0;
bottom: auto;
z-index: 1000;
transform: translateX(100%);
transition: transform 0.5s ease, opacity 0.5s ease;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
overflow: auto !important;
opacity: 0.5;
}
.menu-opened .menu-container {
transform: translateX(0);
opacity: 1;
}
.menu-container .news article {
margin-bottom: 30px;
}
.menu-container .news article:last-child {
margin-bottom: 0;
}
.menu-container h2 {
color: var(--primary-color);
}
.menu-container h2 span {
font-weight: var(--regular-weight);
}
.menu-container h2, .menu-container h3 {
font-family: 'DM Sans', 'Helvetica', sans-serif;
font-weight: var(--bold-weight);
}
.menu-container .news h3 {
font-size: var(--body-font-size);
color: var(--white-color);
text-transform: none;
}
.menu-container .news h3 a {
color: var(--white-color);
border-bottom: 0;
}
.menu-container .news h3 a:hover {
color: var(--accent-color);
border-bottom: 0;
}
.menu-container .news p {
font-weight: var(--regular-weight);
color: var(--white-color);
}
.head-desktop {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
}
.head-desktop .divider {
display: none;
}
.head-desktop .logo { margin-left: 40px;
margin-right: 0;
margin-bottom: 0;
z-index: 10000;
} .head-desktop .logo img {
width: auto;
height: 100px;
}
.scrolled .head-desktop .logo img {
width: auto;
height: 100px;
transition: all 0.5s;
}
.head-desktop .tooltip {
visibility: hidden;
z-index: 1;
top: 16px;
left: 50%;
width: 200px;
margin-left: -100px;
opacity: 0;
transition: opacity 0.3s;
padding: 5px 10px;
background-color: var(--primary-color);
font-size: 16px;
color: var(--white-color);
text-align: center;
box-shadow: 0 0 30px -17px rgba(0, 0, 0, .58);
position: relative;
border-radius: 8px;
}
.head-desktop .tooltip:after {
content: '';
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent var(--primary-color) transparent;
}
.head-desktop .icon:hover .tooltip {
visibility: visible;
opacity: 1;
}
.head-desktop .icon {
width: 32px;
height: 32px;
margin-right: 16px;
position: relative;
display: inline-block;
}
.head-desktop .icon svg {
fill: var(--white-color);
}
.head-desktop .nav-container {
width: 100%;
height: 100%;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.head-desktop .nav-mobile {
margin-right: 20px;
}
.scrolled header {
height: 60px;
padding: 0;
transition: 0.25s all ease-in;
}
header {
height: 60px;
}
@media only screen and (min-width: 1200px) { .head-desktop .logo img {
height: 100px;
}
}
@media only screen and (min-width: 992px) {
.scrolled header {
height: 100px;
}
header {
height: 100px;
}
.scrolled .head-nav-main { }
.head-desktop {
}
.head-desktop .nav-container {
width: auto;
padding: 0 40px;
}
.head-desktop .logo {
}
.scrolled .head-desktop .logo {
margin-top: 0;
}
.head-desktop .icon {
margin-right: 24px;
}
.head-desktop .nav-mobile {
margin-right: 40px;
}
.menu-container {
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.menu-container .container, .menu-container .container .row {
height: 100%;
}
.hamburger span {
width: 32px;
}
}
#main {
padding-top: 60px;
}
.container {
width: 100%;
max-width: 1440px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
@media only screen and (min-width: 992px) {
#main {
padding-top: 100px;
}
.container {
padding-left: 40px;
padding-right: 40px;
}
}
.content {
overflow: hidden;
}
.content.odd {
background-color: var(--off-white-color);
}
.content-text {
max-width: 43.75rem;
margin: 0 auto;
}
@media only screen and (max-width: 992px) {
.content {
margin-right: 0;
}
} .has-parallax .h1 mark {
background-color: var(--accent-transparent-color) !important;
padding: 0;
line-height: 1.75;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
outline: 0.2em solid var(--accent-transparent-color);
}
.wp-block-cover.has-parallax {
min-height: 75vh;
}
@media only screen and (max-width: 1200px) {
.wp-block-cover.has-parallax {
min-height: 60vh;
}
}
@media only screen and (max-width: 992px) {
.wp-block-cover.has-parallax {
min-height: 50vh;
}
}
@media only screen and (max-width: 768px) {
.wp-block-cover.has-parallax {
min-height: 35vh;
}
.has-parallax .h1 {
font-size: var(--h6-font-size);
}
} .slide-container {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
}
#hero {
padding: 0 40px;
}
.hero .title,
.hero2 .title {
width: 100%;
max-width: 50vw;
margin: 0;
padding: 0;
font-weight: var(--bold-weight);
color: var(--white-color);
line-height: 1;
text-align: left;
letter-spacing: 0;
position: absolute;
left: 10vw;
bottom: 15vh;
z-index: 100;
text-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
.hero .h1 {
font-size: var(--h1-font-size);
}
.hero2 .h1 {
font-size: var(--h2-font-size);
}
.hero .title span:not(.h1),
.hero2 .title span:not(.h1) {
margin: 0 0 10px 0;
font-size: var(--h5-font-size);
font-weight: var(--light-weight);
color: var(--white-color);
line-height: 1.25;
letter-spacing: 1px;
text-transform: none;
display: block;
}
.hero .title span.h1,
.hero2 .title span.h1 {
font-weight: var(--bold-weight);
color: var(--white-color);
}
.hero .title span.h1 mark {
font-size: var(--h1-font-size);
font-weight: var(--bold-weight);
color: var(--white-color);
background-color: transparent !important;
padding: 0;
line-height: 1;
-webkit-box-decoration-break: none;
box-decoration-break: none;
outline: none;
}
.hero2 .title span.h1 mark {
font-size: var(--h2-font-size);
font-weight: var(--bold-weight);
}
.hero .title .button,
.hero2 .title .button {
margin: 40px 0 0 0;
background-color: var(--accent-color);
border-radius: var(--border-radius);
-moz-border-radius: var(--border-radius);
-webkit-border-radius: var(--border-radius);
font-size: var(--body-font-size);
font-weight: var(--regular-weight);
color: var(--white-color);
line-height: 18px;
letter-spacing: 1px;
text-transform: uppercase;
border: var(--border-size) solid var(--accent-color);
display: inline-block;
}
.hero .title .button:hover,
.hero2 .title .button:hover {
background-color: var(--white-color);
color: var(--accent-color);
border: var(--border-size) solid var(--white-color);
text-shadow: none;
}
.hero .overlay,
.hero2 .overlay {
width: 100%;
height: 100%;
background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.008) 8.07%, rgba(0, 0, 0, 0.024) 15.54%, rgba(0, 0, 0, 0.05) 22.5%, rgba(0, 0, 0, 0.086) 29.04%, rgba(0, 0, 0, 0.13) 35.26%, rgba(0, 0, 0, 0.176) 41.25%, rgba(0, 0, 0, 0.224) 47.1%, rgba(0, 0, 0, 0.275) 52.9%, rgba(0, 0, 0, 0.325) 58.75%, rgba(0, 0, 0, 0.37) 64.74%, rgba(0, 0, 0, 0.41) 70.96%, rgba(0, 0, 0, 0.447) 77.5%, rgba(0, 0, 0, 0.475) 84.46%, rgba(0, 0, 0, 0.494) 91.93%, rgba(0, 0, 0, 0.5) 100%); position: absolute;
left: 0;
bottom: 0;
z-index: 2;
}
@media only screen and (max-width: 992px) {
#hero {
padding: 0 20px;
}
.hero .title,
.hero2 .title {
max-width: 80vw;
left: auto;
right: auto;
bottom: 5vh;
}
.hero .overlay,
.hero2 .overlay { }
}
@media only screen and (max-width: 768px) {
#hero {
padding: 0;
}
.hero .title span.h1, 
.hero2 .title span.h1,
.hero .title span.h1 mark,
.hero2 .title span.h1 mark {
font-size: var(--h4-font-size); 
}
.hero .title span:not(.h1), 
.hero2 .title span:not(.h1) {
font-size: var(--body-font-size);
}
.hero .title .button,
.hero2 .title .button {
margin: 20px 0 0 0;
}
}
.swiper.hero .swiper-wrapper, .swiper.hero2 .swiper-wrapper {
width: 100%;
height: 85vh;
}
.swiper.hero .swiper-slide img, 
.swiper.hero .swiper-slide picture,
.swiper.hero2 .swiper-slide img, 
.swiper.hero2 .swiper-slide picture {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
opacity: 1;
transition: opacity 1s ease, transform 1s ease;
-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
}
.swiper.hero .swiper-slide.swiper-slide-active img, 
.swiper.hero .swiper-slide.swiper-slide-active picture,
.swiper.hero2 .swiper-slide.swiper-slide-active img, 
.swiper.hero2 .swiper-slide.swiper-slide-active picture {
opacity: 1;
}
.swiper.hero .swiper-button-prev {
left: 40px;
}
.swiper.hero .swiper-button-next {
right: 40px;
}
.swiper.hero .swiper-button-prev {
top: calc(50% - 20px)
}
.swiper.hero .swiper-button-next {
top: calc(50% + 20px)
}
@media only screen and (max-width: 992px) {
.swiper.hero .swiper-wrapper, .swiper.hero2 .swiper-wrapper {
height: 50vh;
}
}
@media only screen and (max-width: 575px) {
.swiper.hero .swiper-wrapper, .swiper.hero2 .swiper-wrapper {
height: 40vh;
}
} .head-nav-info {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 40px;
}
.nav-contact {
margin: 0;
padding: 0;
display: flex;
}
.nav-contact li {
margin: 0 20px 0 0;
list-style: none;
}
.nav-contact li:last-child {
margin: 0;
}
.nav-contact li a {
font-size: var(--meta-font-size);
color: var(--primary-color);
display: flex;
}
.nav-contact li a:hover {
}
.nav-contact li a i {
color: var(--accent-color);
margin-right: 8px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease-in-out;
transition-duration: 0.25s;
}
.nav-contact li a:hover i {
color: var(--primary-color);
} .polylang_langswitcher {
list-style: none;
margin: 0 0 0 40px;
padding: 0;
position: relative;
display: inline-block;
}
.polylang_langswitcher > li {
display: none;
min-width: 64px;
}
.polylang_langswitcher a::after {
margin-left: 10px;
font-family: 'dashicons';
content: '\f347';
font-size: var(--meta-font-size);
color: transparent;
}
.polylang_langswitcher > .current-lang {
display: inline-block;
position: relative;
cursor: pointer;
}
.polylang_langswitcher .current-lang > a::after {
margin-left: 10px;
font-family: 'dashicons';
content: '\f347';
font-size: var(--meta-font-size);
color: var(--accent-color);
}
.polylang_langswitcher:hover > li:not(.current-lang) {
display: block;
position: absolute;
top: 100%;
left: 0;
background-color: var(--white-color);
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
z-index: 1000;
}
.polylang_langswitcher a {
font-size: var(--meta-font-size);
font-weight: var(--light-weight);
color: var(--primary-color);
text-transform: uppercase;
text-decoration: none;
display: flex;
align-items: center;
justify-content: flex-start;
padding: 5px 10px;
}
.polylang_langswitcher li.current-lang a {
font-weight: var(--bold-weight);
}
.polylang_langswitcher li a:hover {
background-color: var(--soft-gray-color);
} .head-nav-main,
.menu-opened .head-nav-main {
display: none;
}
#nav-main {
margin: 0;
padding: 0;
}
#nav-main li {
height: 100%;
margin: 0 10px;
padding: 0;
list-style: none;
font-size: var(--h6-font-size);
font-weight: var(--regular-weight);
color: var(--primary-color);
text-align: center;
display: inline-block;
}
#nav-main li a {
height: 100%;
font-size: var(--h6-font-size);
font-weight: var(--regular-weight);
color: var(--primary-color);
text-decoration: none;
line-height: 1.8;
display: block;
}
#nav-main li a:hover {
color: var(--accent-color);
}
#nav-main li.current-menu-item a[aria-current='page'],
#nav-main li.current-menu-parent a {
font-weight: var(--bold-weight);
color: var(--accent-color);
}
#nav-main .sub-menu-holder {
width: 100%;
padding: 2em 0;
background-color: var(--accent-color);
border-radius: 0;
text-align: left;
position: absolute;
top: 140px;
left: 0;
z-index: 1000;
box-shadow: 10px 10px 25px 5px rgba(0, 0, 0, 0.2);
height: 0;
opacity: 0;
visibility: hidden;
overflow: hidden;
transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
}
#nav-main li:hover .sub-menu-holder {
transform: translateY(0);
height: auto;
opacity: 1;
visibility: visible;
}
#nav-main .sub-menu-holder ul {
width: 50%;
padding: 0;
margin: 0 auto;
}
#nav-main .sub-menu-holder li,
#nav-main .sub-menu-holder li a {
font-size: var(--body-font-size);
font-weight: var(--regular-weight);
color: var(--white-color);
text-align: left;
display: inline-block;
transition: opacity 0.25s ease, visibility 0.25s ease;
}
#nav-main .sub-menu-holder li a[aria-current='page'] {
font-weight: var(--bold-weight);
color: var(--white-color);
}
#nav-main .sub-menu-holder li {
width: 100%;
margin: 0;
padding: 0 10px;
}
#nav-main .sub-menu-holder li a {
padding: 5px 0;
border-bottom: var(--border-size) solid transparent;
}
#nav-main .sub-menu-holder li:hover a {
border-bottom: var(--border-size) solid var(--white-color);
}
#nav-main .lang-item,
#nav-main .lang-item a {
font-weight: var(--regular-weight);
color: var(--white-color);
text-transform: uppercase;
}
#nav-main .lang-item.current-lang,
#nav-main .lang-item.current-lang a {
font-weight: var(--bold-weight);
color: var(--white-color);
}
#nav-main-mobile {
margin: 0;
padding: 0;
display: flex;
justify-content: flex-start;
width: 100%;
align-items: flex-start;
flex-wrap: wrap;
}
#nav-main-mobile li {
margin: 0;
padding: 0;
list-style: none;
font-size: var(--h3-font-size);
font-weight: var(--bold-weight);
color: var(--primary-color);
text-align: left;
display: block;
}
#nav-main-mobile > li {
width: 50%;
margin: 0 0 40px 0;
}
#nav-main-mobile li a {
font-size: var(--h3-font-size);
font-weight: var(--bold-weight);
color: var(--primary-color);
text-decoration: none;
line-height: 1.8;
display: block;
}
#nav-main-mobile li a[aria-current='page'],
#nav-main-mobile li.current-menu-parent a,
#nav-main-mobile li.current-menu-ancestor > a {
color: var(--accent-color);
}
#nav-main-mobile li a:hover {
color: var(--accent-color);
}
#nav-main-mobile .sub-menu-holder li, 
#nav-main-mobile .sub-menu-holder li a {
font-size: var(--h6-font-size);
font-weight: var(--regular-weight);
}
#nav-main-mobile li.current-menu-parent .sub-menu-holder li a {
color: var(--primary-color);
}
#nav-main-mobile li.current-menu-parent .sub-menu-holder li a[aria-current='page'] {
color: var(--accent-color);
}
#nav-main-mobile .lang-item,
#nav-main-mobile .lang-item a {
font-size: 32px;
font-weight: var(--regular-weight);
color: var(--white-color);
text-transform: uppercase;
}
#nav-main-mobile .lang-item.current-lang,
#nav-main-mobile .lang-item.current-lang a {
font-weight: var(--bold-weight);
color: var(--accent-color);
}
@media only screen and (min-width: 992px) {
.head-nav-main {
display: inline-block;
}
} #nav-main-mobile .menu-item-has-children > a {
cursor: pointer;
position: relative;
} #nav-main-mobile .menu-item-has-children li.not-show > a:first-child {
display: none;
}
@media only screen and (max-width: 768px) {
.menu-container {
display: inline;
}
.menu-container .container {
padding: 0;
}
#nav-main-mobile > li {
width: 100%;
margin: 0 0 20px 0;
}
}
@media only screen and (max-width: 575px) {
#nav-main-mobile li, 
#nav-main-mobile li a {
font-size: var(--h5-font-size);
}
#nav-main-mobile .lang-item,
#nav-main-mobile .lang-item a {
font-size: var(--body-font-size);
}
#nav-main-mobile .sub-menu-holder li, 
#nav-main-mobile .sub-menu-holder li a {
font-size: var(--body-font-size);
} } @media only screen and (max-width: 1200px) {
#mega-menu-wrap-main {
display: none;
}
}
.mega-menu {
position: relative;
list-style: none;
margin: 0;
padding: 0;
background-color: var(--primary-color);
}
.mega-menu > li {
position: relative;
float: left;
}
.mega-menu > li > a {
display: block;
padding: 15px 20px;
color: var(--primary-color);
text-decoration: none;
} .mega-menu > li:hover > .sub-menu {
display: flex;
flex-wrap: nowrap;
} .sub-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
width: 600px; background: var(--accent-color);
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
padding: 20px;
z-index: 1000;
} .sub-menu .menu-item {
flex: 1 1 30%; padding: 10px;
}
.sub-menu .menu-item a {
color: #333;
text-decoration: none;
display: block;
margin-bottom: 10px;
}
.sub-menu .menu-item a:hover {
color: #0073aa;
} .sub-menu .custom-content-column {
flex: 1 1 40%; padding: 10px;
background: #f9f9f9; }
.sub-menu .custom-content-column img {
max-width: 100%;
height: auto;
display: block;
}
.pll-parent-menu-item,
.pll-parent-menu-item a.mega-menu-link {
text-transform: uppercase !important;
} .nav-main {
margin: 0;
padding: 0;
}
.nav-main li {
margin: 0;
padding: 0;
list-style: none;
font-size: var(--body-font-size);
font-weight: var(--regular-weight);
color: var(--white-color);
line-height: 1.8;
display: block;
}
.nav-main li a {
color: var(--white-color);
font-size: var(--body-font-size);
font-weight: var(--regular-weight);
text-decoration: none;
line-height: 1.8;
position: relative;
}
.nav-main li:not(.current-menu-item):hover a:not([aria-current='page']) {
}
.nav-main li:not(.current-menu-item) a:not([aria-current='page']):before {
content: '';
width: 100%;
height: 1px;
background-color: var(--accent-color);
position: absolute;
bottom: -5px;
left: 0;
transform-origin: right;
transform: scaleX(0);
transition: transform 0.4s ease-in-out;
}
.nav-main li:not(.current-menu-item):hover a:not([aria-current='page']):before {
transform-origin: left;
transform: scaleX(1);
}
.nav-main li a[aria-current='page'],
.nav-main li.current-menu-item a {
font-weight: var(--bold-weight);
color: var(--white-color);
}
.nav-main li:not(.current-menu-item) a:not([aria-current='page']):hover {
color: var(--white-color);
}
.nav-main .lang-item {
display: none;
} .menu {
margin: 0;
padding: 0;
display: flex;
}
.menu li {
list-style: none;
margin-right: 20px;
font-size: var(--meta-font-size);
font-weight: var(--light-weight);
color: var(--primary-color);
line-height: 1.8;
letter-spacing: 0;
}
.menu li:last-child {
margin-right: 0;
}
.menu li a {
font-size: var(--meta-font-size);
font-weight: var(--regular-weight);
color: var(--primary-color);
line-height: 1.2;
letter-spacing: 0;
position: relative;
}
.menu li a[aria-current='page'], 
.menu li.current-menu-item a {
font-weight: var(--bold-weight);
color: var(--accent-color);
}
@media only screen and (min-width: 1200px) {
.menu li {
}
}
@media only screen and (max-width: 768px) {
.menu {
display: block;
}
.menu li {
margin: 0 0 10px 0;
text-align: left;
display: block;
}
} .svg-icon {
width: 1em;
height: 1em;
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
fill: var(--accent-color);
}
.svg-icon circle {
stroke: var(--accent-color);
stroke-width: 1;
}
footer {
}
footer p, footer address, footer p a {
font-size: var(--meta-font-size) !important;
line-height: 1.8;
}
footer h4, footer p, footer p a, footer address {
color: var(--primary-color) !important;
}
footer h4 span {
font-weight: var(--regular-weight);
}
footer .company-address {
margin-bottom: 20px;
}
footer .copyright {
font-size: var(--meta-font-size);
}
#footer-bottom .menu {
justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
#footer-bottom .menu {
justify-content: center;
}
} .pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 1rem !important; }
.pb-2 { padding-bottom: 2rem !important; }
.pb-3 { padding-bottom: 4rem !important; }
.pb-4 { padding-bottom: 6rem !important; }
.pb-5 { padding-bottom: 8rem !important; }
.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 1rem !important; }
.pt-2 { padding-top: 2rem !important; }
.pt-3 { padding-top: 4rem !important; }
.pt-4 { padding-top: 6rem !important; }
.pt-5 { padding-top: 8rem !important; }
@media (min-width:576px) {
.pb-sm-0 { padding-bottom: 0 !important; }
.pb-sm-1 { padding-bottom: 1rem !important; }
.pb-sm-2 { padding-bottom: 2rem !important; }
.pb-sm-3 { padding-bottom: 4rem !important; }
.pb-sm-4 { padding-bottom: 6rem !important; }
.pb-sm-5 { padding-bottom: 8rem !important; }
.pt-sm-0 { padding-top: 0 !important; }
.pt-sm-1 { padding-top: 1rem !important; }
.pt-sm-2 { padding-top: 2rem !important; }
.pt-sm-3 { padding-top: 4rem !important; }
.pt-sm-4 { padding-top: 6rem !important; }
.pt-sm-5 { padding-top: 8rem !important; }
}
@media (min-width:768px) {
.pb-md-0 { padding-bottom: 0 !important; }
.pb-md-1 { padding-bottom: 1rem !important; }
.pb-md-2 { padding-bottom: 2rem !important; }
.pb-md-3 { padding-bottom: 4rem !important; }
.pb-md-4 { padding-bottom: 6rem !important; }
.pb-md-5 { padding-bottom: 8rem !important; }
.pt-md-0 { padding-top: 0 !important; }
.pt-md-1 { padding-top: 1rem !important; }
.pt-md-2 { padding-top: 2rem !important; }
.pt-md-3 { padding-top: 4rem !important; }
.pt-md-4 { padding-top: 6rem !important; }
.pt-md-5 { padding-top: 8rem !important; }
}
@media (min-width:992px) {
.pb-lg-0 { padding-bottom: 0 !important; }
.pb-lg-1 { padding-bottom: 1rem !important; }
.pb-lg-2 { padding-bottom: 2rem !important; }
.pb-lg-3 { padding-bottom: 4rem !important; }
.pb-lg-4 { padding-bottom: 6rem !important; }
.pb-lg-5 { padding-bottom: 8rem !important; }
.pt-lg-0 { padding-top: 0 !important; }
.pt-lg-1 { padding-top: 1rem !important; }
.pt-lg-2 { padding-top: 2rem !important; }
.pt-lg-3 { padding-top: 4rem !important; }
.pt-lg-4 { padding-top: 6rem !important; }
.pt-lg-5 { padding-top: 8rem !important; }
}
@media (min-width:1200px) {
.pb-xl-0 { padding-bottom: 0 !important; }
.pb-xl-1 { padding-bottom: 1rem !important; }
.pb-xl-2 { padding-bottom: 2rem !important; }
.pb-xl-3 { padding-bottom: 4rem !important; }
.pb-xl-4 { padding-bottom: 6rem !important; }
.pb-xl-5 { padding-bottom: 8rem !important; }
.pt-xl-0 { padding-top: 0 !important; }
.pt-xl-1 { padding-top: 1rem !important; }
.pt-xl-2 { padding-top: 2rem !important; }
.pt-xl-3 { padding-top: 4rem !important; }
.pt-xl-4 { padding-top: 6rem !important; }
.pt-xl-5 { padding-top: 8rem !important; }
} .mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 1rem !important; }
.mb-2 { margin-bottom: 2rem !important; }
.mb-3 { margin-bottom: 4rem !important; }
.mb-4 { margin-bottom: 6rem !important; }
.mb-5 { margin-bottom: 8rem !important; }
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 1rem !important; }
.mt-2 { margin-top: 2rem !important; }
.mt-3 { margin-top: 4rem !important; }
.mt-4 { margin-top: 6rem !important; }
.mt-5 { margin-top: 8rem !important; }
@media (min-width:576px) {
.mb-sm-0 { margin-bottom: 0 !important; }
.mb-sm-1 { margin-bottom: 1rem !important; }
.mb-sm-2 { margin-bottom: 2rem !important; }
.mb-sm-3 { margin-bottom: 4rem !important; }
.mb-sm-4 { margin-bottom: 6rem !important; }
.mb-sm-5 { margin-bottom: 8rem !important; }
.mt-sm-0 { margin-top: 0 !important; }
.mt-sm-1 { margin-top: 1rem !important; }
.mt-sm-2 { margin-top: 2rem !important; }
.mt-sm-3 { margin-top: 4rem !important; }
.mt-sm-4 { margin-top: 6rem !important; }
.mt-sm-5 { margin-top: 8rem !important; }
}
@media (min-width:768px) {
.mb-md-0 { margin-bottom: 0 !important; }
.mb-md-1 { margin-bottom: 1rem !important; }
.mb-md-2 { margin-bottom: 2rem !important; }
.mb-md-3 { margin-bottom: 4rem !important; }
.mb-md-4 { margin-bottom: 6rem !important; }
.mb-md-5 { margin-bottom: 8rem !important; }
.mt-md-0 { margin-top: 0 !important; }
.mt-md-1 { margin-top: 1rem !important; }
.mt-md-2 { margin-top: 2rem !important; }
.mt-md-3 { margin-top: 4rem !important; }
.mt-md-4 { margin-top: 6rem !important; }
.mt-md-5 { margin-top: 8rem !important; }
}
@media (min-width:992px) {
.mb-lg-0 { margin-bottom: 0 !important; }
.mb-lg-1 { margin-bottom: 1rem !important; }
.mb-lg-2 { margin-bottom: 2rem !important; }
.mb-lg-3 { margin-bottom: 4rem !important; }
.mb-lg-4 { margin-bottom: 6rem !important; }
.mb-lg-5 { margin-bottom: 8rem !important; }
.mt-lg-0 { margin-top: 0 !important; }
.mt-lg-1 { margin-top: 1rem !important; }
.mt-lg-2 { margin-top: 2rem !important; }
.mt-lg-3 { margin-top: 4rem !important; }
.mt-lg-4 { margin-top: 6rem !important; }
.mt-lg-5 { margin-top: 8rem !important; }
}
@media (min-width:1200px) {
.mb-xl-0 { margin-bottom: 0 !important; }
.mb-xl-1 { margin-bottom: 1rem !important; }
.mb-xl-2 { margin-bottom: 2rem !important; }
.mb-xl-3 { margin-bottom: 4rem !important; }
.mb-xl-4 { margin-bottom: 6rem !important; }
.mb-xl-5 { margin-bottom: 8rem !important; }
.mt-xl-0 { margin-top: 0 !important; }
.mt-xl-1 { margin-top: 1rem !important; }
.mt-xl-2 { margin-top: 2rem !important; }
.mt-xl-3 { margin-top: 4rem !important; }
.mt-xl-4 { margin-top: 6rem !important; }
.mt-xl-5 { margin-top: 8rem !important; }
} .opening-hours {
width: 100%;
} .projects-item-container {
margin: 0 -20px;
}
.projects-item {
margin: 0 0 0 0;
padding: 20px 20px;
position: relative;
z-index: 0;
}
.projects-item img {
width: 100%;
height: auto;
}
.projects-item a .overlay {
visibility: hidden;
opacity: 0;
transition: all .3s;
display: flex;
align-items: center;
justify-content: center;
backdrop-filter: blur(24px);
-webkit-backdrop-filter: blur(24px);
font-size: 32px;
font-weight: var(--bold-weight);
color: var(--white-color);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 5;
}
.projects-item a:hover .overlay {
visibility: visible;
opacity: 1;
transform: scale(0.9);
}
.projects-item .desc {
position: relative;
z-index: 1;
padding: 5px 20px;
color: var(--primary-color);
display: block;
}
.projects-item a:hover .desc {
color: var(--accent-color);
}
.projects-images {
}
@media only screen and (max-width: 992px) {
.projects-item-container {
margin: 0;
}
.projects-item {
margin: 0 0 40px 0;
padding: 0;
}
.projects-item a .overlay {
font-size: 24px; 
}
} .arrow {
margin-top: 20px;
display: block;
-webkit-animation: pulse 2s infinite;
animation: pulse 2s infinite;
color: var(--white-color) !important;
}
.arrow:hover {
color: var(--accent-color) !important;
}
.arrow::before {
border-style: solid;
border-width: 2px 2px 0 0;
content: '';
display: inline-block;
width: 20px;
height: 20px;
position: relative;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
vertical-align: top;
}
.arrow.bottom:before {
top: 0;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
} @keyframes pulse {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
50% {
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
} #newsletter .wpcf7-text {
}
#newsletter .wpcf7-submit {
font-size: var(--meta-font-size);
}
@media only screen and (min-width: 48em) {
#newsletter .wps-form-column:nth-child(odd) {
padding: 0 10px 0 0;
}
#newsletter .wps-form-column {
padding: 0 10px;
}
}
@media only screen and (max-width: 992px) {
#newsletter {
margin-bottom: 60px;
}
} blockquote p {
margin-bottom: 1em;
font-size: 32px;
font-weight: var(--regular-weight);
font-style: normal;
line-height: 1.6em;
}
blockquote footer {
font-size: 12px;
font-weight: var(--regular-weight);
text-transform: uppercase;
letter-spacing: 2px;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.4em;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
} .wps-form {
width: 100%;
margin: 0 auto;
padding: 0;
}
.wps-form-row {
display: flex;
flex-direction: column;
width: 100%;
margin-bottom: 5px;
}
.wps-form-row .wpcf7-form-control {
width: 100%;
}
.wps-form-column {
flex: 1;
padding: 0.5rem 0;
width: 100%;
}
.wps-form-column.center {
text-align: center;
}
.wps-form-column.right {
text-align: right;
}
.wps-form-column.single {
padding: 0.5rem 0 !important;
}
@media only screen and (min-width: 48em) {
.wps-form-row {
flex-direction: row;
}
.wps-form-column {
padding: 0.5rem 1rem;
}
.wps-form-column:nth-child(odd) {
padding: 0.5rem 1rem 0.5rem 0;
}
.wps-form-column:nth-child(even) {
padding: 0.5rem 0 0.5rem 1rem;
}
}
.wps-form fieldset {
margin: 0 0 40px 0;
padding: 0;
border: 0;
}
.wpcf7-form-control-wrap,
.wpcf7-quiz-label {
margin: 5px 0 5px 0;
display: block;
}
.wpcf7-form label {
margin: 0 0 5px 0;
font-size: var(--body-font-size);
color: var(--primary-color);
font-weight: var(--regular-weight);
letter-spacing: 0;
line-height: 24px;
display: block;
}
.wpcf7-form label a {
text-decoration: none;
}
.wpcf7-select,
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-date,
.wpcf7-email,
.wpcf7-number {
width: 100%;
padding: 12px 10px !important;
background-color: var(--white-color) !important;
font-size: var(--body-font-size);
letter-spacing: 0;
color: var(--primary-color) !important;
line-height: 24px;
border-radius: var(--border-radius);
-webkit-border-radius: var(--border-radius);
-moz-border-radius: var(--border-radius);
border: var(--border-size) solid var(--light-gray-color);
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.wpcf7-select:focus,
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-date:focus,
.wpcf7-email:focus,
.wpcf7-number:focus,
.wpcf7-select:hover,
.wpcf7-text:hover,
.wpcf7-textarea:hover,
.wpcf7-date:hover,
.wpcf7-email:hover,
.wpcf7-number:hover {
border: var(--border-size) solid var(--gray-color);
outline: 0;
}
.wpcf7-select {
padding: 12px 10px !important;
line-height: 24px;
-webkit-appearance: none;
max-width: 100%;
overflow: hidden;
word-wrap: normal !important;
white-space: normal;
}
.wpcf7-date {
padding: 12px 10px !important;
line-height: 20px;
-webkit-appearance: none;
}
.wpcf7-submit {
width: auto !important;
padding: 0 20px;
min-height: 48px;
min-width: 160px;
background-color: var(--accent-color);
font-size: var(--body-font-size);
font-weight: var(--regular-weight);
color: var(--white-color);
text-decoration: none;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1.25;
border: var(--border-size) solid var(--accent-color);
border-radius: var(--border-radius);
-moz-border-radius: var(--border-radius);
-webkit-border-radius: var(--border-radius);
-webkit-appearance: none;
display: inline-block;
transition: all 0.25s;
overflow: hidden;
}
.wpcf7-submit:hover {
background-color: var(--primary-color);
border: var(--border-size) solid var(--primary-color);
color: var(--white-color);
box-shadow: 0 0 30px -17px rgba(0, 0, 0, .58);
}
.wpcf7-submit:focus,
.wp-core-ui .button-primary.focus, 
.wp-core-ui .button-primary:focus {
outline: 0 !important;
box-shadow: none !important;
}
.wpcf7-submit:disabled {
opacity: 0.5;
}
.required {
color: var(--accent-color);
}
.wpcf7-form p {
margin: 0 0 10px 0;
}
.wpcf7-not-valid {
border: var(--border-size) solid var(--red-color) !important;
}
.wpcf7-not-valid-tip {
color: var(--red-color) !important;
}
.wpcf7-list-item {
margin: 0 !important;
}
.wpcf7-form span.wpcf7-list-item {
display: block;
}
.wpcf7-list-item-label {
margin-left: 16px;
}
.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-acceptance label {
position: relative;
font-size: var(--meta-font-size) !important;
font-weight: var(--regular-weight);
line-height: 26px;
}
.wpcf7-form .wpcf7-checkbox label a,
.wpcf7-form .wpcf7-acceptance label a {
font-size: var(--meta-font-size) !important;
font-weight: var(--regular-weight);
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox],
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
position: relative;
visibility: hidden;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span {
display: inline-block;
margin: -24px 0 0 44px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:before {
display: block;
position: absolute;
content: '';
border-radius: var(--border-radius);
-moz-border-radius: var(--border-radius);
-webkit-border-radius: var(--border-radius);
height: 32px;
width: 32px;
top: 0;
left: 0;
background-color: var(--white-color);
border: var(--border-size) solid var(--light-gray-color);
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before:hover,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:before:hover {
outline: 5px solid #eee;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:after {
display: block;
position: absolute;
content: '\2713';
top: 4px;
left: 4px;
visibility: hidden;
font-size: 32px;
color: var(--accent-color);
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked+span:before {
border: var(--border-size) solid var(--gray-color);
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked+span:after {
visibility: visible;
}
::placeholder {
color: var(--gray-color) !important;
opacity: 1;
}
.wpcf7-form .wpcf7-select option:first-child {
color: var(--gray-color) !important;
} .wpcf7-response-output,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
margin: 0 0 10px 0 !important;
padding: 0 !important;
font-size: 18px;
font-weight: var(--regular-weight);
color: var(--red-color);
background-color: transparent;
border: 0 !important;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-mail-sent-ok {
color: var(--white-color) !important;
} .cf7-modal {
position: fixed;
z-index: 1001;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
padding: 0;
box-sizing: border-box;
}
.cf7-modal-content {
background-color: white;
padding: 10px 20px;
border-radius: var(--border-radius);
text-align: center;
max-width: 400px;
width: 100%;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
transition: 0.5s ease-in-out;
font-size: 18px;
}
.cf7-modal-success .cf7-modal-content {
background-color: var(--green-color);
color: var(--white-color);
}
.cf7-modal-error .cf7-modal-content {
background-color: var(--red-color);
color: var(--white-color);
}
@media (max-width: 575px) {
.cf7-modal-content {
max-width: 90%;
}
}
#newsletter .wpcf7-not-valid-tip, 
#newsletter .wpcf7-response-output {
display: none;
}
#newsletter .wpcf7-not-valid {
border-bottom: none;
}
#newsletter .wpcf7-form-control-wrap, .wpcf7-quiz-label {
margin: 0;
}
.form form fieldset input.field.error:focus,
.form form fieldset select.error:focus,
.form form fieldset textarea.error:focus,
.formTab form fieldset input.field.error:focus,
.formTab form fieldset select.error:focus,
.formTab form fieldset textarea.error:focus,
.form form fieldset input[type="checkbox"].error:focus+label:before {
border: var(--border-size) solid var(--red-color);
}
p.error {
width: auto;
max-width: 640px;
margin: 0 auto 25px auto;
padding: 10px;
font-size: 32px;
color: var(--white-color);
text-align: left;
line-height: 125%;
background-color: var(--red-color);
}
p.success {
width: auto;
max-width: 640px;
margin: 0 auto 25px auto;
padding: 10px;
font-size: 32px;
color: var(--white-color);
text-align: left;
line-height: 125%;
background-color: var(--green-color);
}
p.error i,
p.success i {
margin-right: 10px;
}
span.error {
font-weight: var(--bold-weight);
color: var(--red-color);
}
span.required {
color: var(--accent-color);
} 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 {
border-color: var(--primary-color);
-webkit-text-fill-color: var(--primary-color);
-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.15) inset;
transition: background-color 5000s ease-in-out 0s;
} .breadcrumb {
color: var(--primary-color);
align-items: center;
}
.breadcrumb a {
color: var(--primary-color);
}
.breadcrumb .current-page {
font-weight: var(--bold-weight);
color: var(--primary-color);
}
.breadcrumb .delimiter:after {
font-family: 'dashicons';
content: "\f344";
position: relative;
margin: 0 8px;
font-size: 14px;
color: var(--light-gray-color);
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 768px) {
#breadcrumb {
display: none;
}
} ul.files {
margin: 0 auto;
padding: 0;
}
ul.files li {
list-style: none;
font-weight: var(--regular-weight);
border-right: 1px solid var(--primary-color);
padding-right: 10px;
margin-right: 10px;
display: inline-block;
}
ul.files li:last-child {
border-right: 0;
padding-right: 0;
margin-right: 0;
}
hr {
margin: 30px 0;
border: 0;
height: 1px;
background: rgba(0, 0, 0, 0.2);
} ol.list {
list-style: none;
counter-reset: my-awesome-counter;
margin: 0;
padding: 20px 0 0 0;
border-top: var(--border-size) solid var(--primary-color);
}
ol.list li {
counter-increment: my-awesome-counter;
margin: 0 0 20px 0;
padding: 0 0 20px 2.5em;
border-bottom: var(--border-size) solid var(--primary-color);
font-size: 20px;
}
ol.list li::before {
content: counter(my-awesome-counter);
font-weight: var(--bold-weight);
font-size: 32px;
color: var(--primary-color);
width: 1em;
margin-left: -1.5em;
margin-right: 0.5em;
font-family: 'DM Sans', sans-serif;
line-height: 1;
display: inline-block;
} ul.list {
margin: 40px 0;
padding: 0;
text-align: left;
list-style: none;
}
ul.list li {
margin: 0 0 10px 0;
padding: 0 0 0 27px;
font-size: var(--body-font-size);
font-weight: var(--bold-weight);
font-style: normal;
line-height: 150%;
list-style-position: outside;
display: block;
position: relative;
}
ul.list li::before {
margin: 0 0 0 0;
padding: 0 0 0 0;
content: '';
display: inline-block;
width: 9px;
height: 9px;
border-top: var(--border-size) solid var(--primary-color);
border-right: var(--border-size) solid var(--primary-color);
transform: rotate(45deg);
position: absolute;
top: 9px;
left: 0;
} .box {
min-height: 200px;
margin: 10px 5px;
padding: 20px 30px 10px;
border-radius: 9px;
background-color: var(--white-color);
box-shadow: 1px 1px 15px -12px var(--primary-color);
position: relative;
animation-duration: 1000ms;
animation-delay: 0ms;
opacity: 0;
animation-timing-function: ease-in-out;
transform: scale3d(0.96, 0.96, 0.96);
}
.box:hover {
-webkit-transform: translate(0px, -2px);
-ms-transform: translate(0px, -2px);
transform: translate(0px, -2px);
}
.box-content {
margin: 0 auto;
padding: 20px 0;
text-align: center;
}
.box {
margin: 0 0 60px 0;
}
.box.white,
.box.black {
box-shadow: 0 15px 20px -15px rgba(0, 0, 0, .1), 0 35px 50px -25px rgba(0, 0, 0, .1), 0 85px 60px -25px rgba(0, 0, 0, 0);
}
.box.white {
background-color: var(--white-color);
color: var(--primary-color);
}
.box.black {
background-color: var(--primary-color);
color: var(--white-color);
}
.box .content {
padding: 40px 40px;
}
.box.black p a {
color: var(--white-color);
border-bottom: var(--border-size) solid var(--white-color);
}
.box.black p a:hover {
border-bottom: var(--border-size) solid transparent;
}
.box.black .animated-arrow,
.box.black .animated-arrow:hover {
color: var(--white-color) !important;
}
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft {
background-color: var(--white-color) !important;
}
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft:before,
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft:after {
background-color: var(--white-color) !important;
}
.box.black .the-arrow>.shaft {
background-color: var(--white-color) !important;
}
.box.black .the-arrow>.shaft:before,
.box.black .the-arrow>.shaft:after {
background-color: var(--white-color) !important;
}
.box.black .the-arrow.-left>.shaft {
background-color: var(--white-color) !important;
}
.box.black .the-arrow.-left>.shaft:before,
.box.black .the-arrow.-left>.shaft:after {
background-color: var(--white-color) !important;
} .more-link {
padding: 0 0 0 0;
}
.nav-prev .more-link,
.nav-next .more-link {
padding: 0;
margin: 0;
}
.nav-prev .more-link {
text-align: left;
}
.more-link a {
padding: 0 32px 0 0;
font-size: var(--body-font-size);
font-weight: var(--bold-weight);
color: var(--primary-color);
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
border: 0;
position: relative;
}
.nav-prev .more-link a {
padding: 0 0 0 32px;
}
.more-link a:hover,
.more-link a:hover span {
color: var(--accent-color);
border: 0;
}
.more-link a:after,
.nav-prev .more-link a:before, 
.nav-next .more-link a:after {
position: absolute;
font-family: dashicons;
font-size: var(--body-font-size);
color: var(--primary-color);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
transform-origin: unset;
}
.more-link a:after,
.nav-next .more-link a:after {
content: "\f344";
}
.nav-prev .more-link a:before {
content: "\f340";
}
.nav-prev .more-link a:after {
content: '';
}
.more-link a:after,
.nav-next .more-link a:after {
left: auto;
right: 0;
top: 0;
bottom: auto;
}
.nav-prev .more-link a:before {
left: 0;
right: auto;
top: 0;
bottom: auto;
}
.more-link a:hover:after,
.nav-prev .more-link a:hover:before,
.nav-next .more-link a:hover:after {
color: var(--accent-color);
transform-origin: unset;
}
.more-link a:hover:after,
.nav-next .more-link a:hover:after {
transform: translateX(10px) translateY(0);
}
.nav-prev .more-link a:hover:before {
transform: translateX(-10px) translateY(0);
}
@media (max-width: 575px) {
.more-link {
padding: 10px 0 0 0;
}
} #weather-widget-area-wrap {
position: absolute;
top: 15vh;
right: 20px;
z-index: 999;
}
#weather-widget-area-wrap ul {
margin: 0;
padding: 0;
}
#weather-widget-area-wrap ul li {
margin: 0;
padding: 0;
list-style: none;
color: var(--white-color);
text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
@media (max-width: 575px) {
#weather-widget-area-wrap {
top: 100px;
}
} .map-marker:before {
font-family: 'et-line';
content: "\e047";
font-size: 24px;
margin-bottom: 6px;
display: block;
} .slider-down-arrow {
position: absolute;
z-index: 10;
bottom: 70px;
left: 0;
width: 100%;
text-align: center;
font-size: 32px;
font-family: 'ETmodules';
color: var(--white-color);
}
.slider-down-arrow a {
line-height: 1em;
display: inline-block;
color: var(--white-color) !important;
text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
transition: all 0.2s ease;
}
.slider-down-arrow a:not(:hover) {
animation: fullwidth-header-bounce 2.2s ease-out infinite;
}
.slider-down-arrow a:hover {
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}
@media (min-width: 1200px) {
.slider-down-arrow {
bottom: 90px;
font-size: 48px;
}
}
@media (max-width: 992px) {
.slider-down-arrow {
display: none;
}
}  .icon-list {
margin: 0 !important;
padding: 0 !important;
}
.icon-list li {
margin: 0 0 20px 0;
padding: 0;
list-style: none;
line-height: 36px;
}
.icon-list li a {
font-size: 24px;
color: var(--primary-color);
text-decoration: none;
}
.icon-list li a:hover {
color: var(--primary-color);
}
.icon-list li a::before {
width: 36px;
height: 36px;
speak: none;
font-style: normal;
font-weight: var(--regular-weight);
-webkit-font-feature-settings: normal;
font-feature-settings: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 0 0;
font-size: 36px;
color: var(--gray-color);
float: left;
margin-right: 10px;
opacity: 1;
}
.icon-list li a:hover::before {
opacity: 0.7;
} .icons-list {
margin: 0 auto 40px auto !important;
padding: 0 0 20px 0 !important;
list-style: none !important;
}
.icons-list li {
width: 33.3%;
margin: 0 0 0 0 !important;
padding: 0 !important;
display: inline-block !important;
}
.icons-list li .grid-icons {
font-size: 36px !important;
font-weight: var(--regular-weight);
}
.icons-list li:before {
display: none;
}
.icons-list li a {
width: 44px;
height: 44px;
color: var(--primary-color);
}
.icons-list li a:hover {
color: var(--primary-color);
}
@media (max-width: 992px) {
.icons-list li .grid-icons {
font-size: 28px !important;
}
}
@media (max-width: 575px) {
.icons-list li {
width: 100%;
margin: 0 0 20px 0 !important;
}
.icons-list li:last-child {
margin: 0 !important;
}
.icons-list li .grid-icons {
font-size: 24px !important;
}
} .swiper {
width: 100%;
}
.swiper-slide {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-button-next,
.swiper-button-prev {
width: 44px !important;
height: 44px !important;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
position: absolute;
cursor: pointer;
z-index: 999;
transition-property: all;
transition-duration: 0.15s;
}
.swiper-button-next {
right: 20px !important;
}
.swiper-button-prev {
left: 20px !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-family: dashicons !important;
font-size: 32px !important;
color: var(--white-color);
}
.swiper-button-next:after {
content: "\f344" !important;
}
.swiper-button-prev:after {
content: "\f340" !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
color: var(--white-color);
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
opacity: 0 !important; 
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 20px !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
}
.swiper-pagination-bullet {
width: 9px !important;
height: 9px !important;
background-color: var(--white-color) !important;
opacity: 0.6 !important;
border-radius: 0 !important;
transition: background-color 0.3s ease-in-out;
}
.swiper-pagination-bullet-active {
width: 27px !important;
background-color: var(--white-color) !important;
opacity: 1 !important;
}
.swiper-pagination-bullet:hover {
opacity: 1 !important;
}
.swiper-pagination-bullet:only-child {
visibility: hidden;
}
.slide-copyright {
font-size: 12px;
font-weight: var(--regular-weight);
color: var(--white-color);
letter-spacing: 1px;
position: absolute;
top: 20px;
right: 20px;
}
@media (max-width: 992px) {
.swiper-pagination-bullet {
width: 11px !important;
height: 11px !important;
}
}
@media (max-width: 575px) {
.swiper-button-prev {
display: none !important;
}
.swiper-button-next {
display: none !important;
}
.swiper-pagination {}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 0 !important;
}
}
.swiper .title {
}
.swiper .title mark {
font-size: var(--h6-font-size);
font-weight: var(--light-weight);
color: var(--white-color);
background-color: var(--accent-transparent-color) !important;
padding: 0;
line-height: 1.75;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
outline: 0.2em solid var(--accent-transparent-color);
}
.title-image {
width: 100%;
height: 60vh;
position: relative;
z-index: 0;
}
.title-image img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
.title-image .overlay {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background: rgba(0, 0, 0, 0.5);
}
.title-text {
display: flex;
align-items: flex-start;
justify-content: flex-end;
position: relative;
z-index: 999;
height: 90%;
flex-direction: column;
text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.title-text h1,
.title-text h4 {
color: var(--white-color) !important;
}
.title-text h1 {
font-weight: var(--bold-weight);
}
.title-text h4 {
font-weight: var(--regular-weight);
}
@media screen and (max-width: 1200px) {
.title-text {
padding: 0 40px;
}
}
@media screen and (max-width: 992px) {
.title-image {
height: 50vh;
}
}
@media screen and (max-width: 768px) {
.title-text {
padding: 0 20px;
}
.title-text h1 {
font-size: 22px !important;
}
.title-text h4 {
font-size: 18px !important;
}
}
@media screen and (max-width: 575px) {
.title-image {
height: 40vh;
}
}
.breakfast {
font-size: 20px;
}
.button-nav {
margin: 0 !important;
padding: 0 !important;
}
#rooms-list.accordion .button-nav {
margin-top: 40px !important;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}
#rooms-list.accordion .button-nav li {
width: auto;
margin: 0 20px 0 0;
}
#rooms-list.accordion .button-nav li:last-child {
margin: 0;
}
#rooms-list.accordion .button-nav li a.button {
width: auto;
}
.button-nav li {
list-style: none;
width: 100%;
margin: 0 20px 20px 0;
padding: 0;
display: inline-block;
}
.button-nav li:last-child {
margin: 0 !important;
}
.button-nav li a {
margin: 0 !important;
}
.button-nav li a.button {
width: 100%;
}
@media screen and (max-width: 992px) {
#rooms-list.accordion .button-nav {
display: block;
}
#rooms-list.accordion .button-nav li,
.button-nav li {
width: 100%;
margin: 0 0 20px 0;
display: block;
}
#rooms-list.accordion .button-nav li a.button {
width: 100%;
}
}
@media screen and (max-width: 575px) {
#rooms-list.accordion .accordion-content {
padding: 0;
}
.price {
font-size: var(--h6-font-size);
}
} .image-gallery {
display: flex; }
.image-gallery img {
width: 100%;
height: auto;
}
.image-gallery .overlay {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.image-gallery a {
z-index: 1;
position: relative;
width: 100%;
height: 100%;
display: block;
}
.image-gallery a:hover .overlay {
background-color: rgba(255, 255, 255, 0.3);
}
.image-gallery .title {
display: none;
}
.image-gallery a:hover .title {
width: 100%;
height: 100%;
font-size: 20px;
color: var(--white-color);
letter-spacing: 1px;
text-transform: uppercase;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
z-index: 5;
}
@media screen and (max-width: 992px) {
.image-gallery .title {
font-size: 24px;
}
}
@media screen and (max-width: 575px) {
.image-gallery .overlay {
display: none;
}
.image-gallery .title,
.image-gallery a:hover .title {
font-size: 18px;
color: var(--primary-color);
letter-spacing: 0;
position: relative;
display: inline-block;
text-align: left;
text-shadow: none;
text-transform: uppercase;
}
} .nav-single {
width: 100%;
padding: 10px 0;
display: flex;
justify-content: space-between;
}
.nav-single .nav-label,
.nav-single .mobile {
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0;
}
.nav-single p {
font-size: 16px;
}
.nav-prev,
.nav-next,
.nav-grid {
min-width: 80px;
}
.nav-prev {
width: 40%;
display: flex;
align-items: center;
justify-content: flex-start;
}
.nav-next {
width: 40%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.nav-grid {
width: 20%;
display: flex;
align-items: center;
justify-content: center;
}
.nav-grid a {
text-align: center;
display: inline-block;
}
.nav-grid a:hover .icon-grid .line {
background-color: var(--accent-color);
}
.nav-grid a:hover .nav-label {
color: var(--accent-color);
}
.nav-grid .icon-grid {
width: 28px;
height: 24px;
display: inline-block;
position: relative;
}
.nav-grid .icon-grid .line {
display: inline-block;
position: absolute;
height: 3px;
width: 28px;
background-color: var(--primary-color);
opacity: 1;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
left: 0;
top: 5px;
}
.nav-grid .icon-grid .line.line-1 {
top: 13px;
}
.nav-grid .icon-grid .line.line-2 {
top: 21px;
}
.nav-prev span,
.nav-next span,
.nav-grid span {
font-size: 24px;
color: var(--primary-color);
line-height: 24px;
}
.nav-single span.mobile {
display: none;
}
@media screen and (max-width: 768px) {
.nav-single span.mobile {
display: inline-block;
}
.nav-single .nav-label {
display: none;
}
.nav-grid .icon-grid {
width: 24px;
}
.nav-grid .icon-grid .line {
width: 24px;
}
} .table-scrollable {
width: 100%;
overflow-y: auto;
margin: 0 0 1em;
}
.table-scrollable::-webkit-scrollbar {
-webkit-appearance: none;
width: 14px;
height: 14px;
}
.table-scrollable::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 3px solid var(--white-color);
background-color: rgba(0, 0, 0, .3);
}
.table-scrollable table {
width: 100%;
border-collapse: collapse;
}
.table-scrollable table thead th {
color: var(--accent-color);
}
.table-scrollable table td,
.table-scrollable table th {
font-size: var(--body-font-size);
}
.table-scrollable table td,
.table-scrollable table th {
border-bottom: 1px solid var(--light-gray-color);
}
@media screen and (max-width: 768px) {
.table-scrollable table td,
.table-scrollable table th {
white-space: nowrap;
}
}
.wp-block-table td, .wp-block-table th {
border: 0;
}
.wp-block-table thead {
border-bottom: var(--border-size) solid var(--light-gray-color);
}
.wp-block-table tfoot {
border: 0;
}
.table, .table table {
width: 100%;
border: 0;
padding: 0;
margin: 0 0 1em;
}
.table thead th {
font-size: 20px;
font-weight: var(--bold-weight);
color: var(--primary-color);
}
.table td {
min-width: 160px;
padding: 15px 0;
font-size: 20px;
font-weight: var(--regular-weight);
color: var(--primary-color);
border-left: var(--border-size) solid transparent;
border-top: var(--border-size) solid transparent;
border-right: var(--border-size) solid transparent;
border-bottom: var(--border-size) solid var(--light-gray-color);
}
.table td a {
border-bottom: var(--border-size) solid var(--primary-color);
}
.table td a:hover {
border-bottom: var(--border-size) solid transparent;
}
.wp-block-table th {
font-weight: var(--bold-weight);
}
@media screen and (max-width: 768px) {
.table td {
width: 100%;
display: block;
}
.table td:first-child {
padding: 10px 0 0 0;
border-bottom: 0;
}
.table td {
padding: 0 0 10px 0;
}
} .contact i {
margin-right: 8px;
color: var(--accent-color);
}
.contact a:hover i {
color: var(--primary-color);
}
.contact-block {
margin: 0 0 40px 0;
padding: 0;
justify-content: left !important; }
.contact-block .staff-item {
margin: 0;
}
.contact-block:last-child {
border-bottom: none;
}
.contact-block .photo {
align-items: flex-start;
margin-right: 40px;
}
.contact-block .logo {
margin: 20px 0;
}
.contact-block .contact-info {
flex-grow: 0;
margin-right: 20px;
display: block;
}
@media only screen and (max-width: 980px) {
.contact-block {
display: block;
}
} .fancybox-slide--iframe .fancybox-content {
width: 90%;
max-width: 960px;
padding: 0;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.fancybox-slide--html .fancybox-content {
width: 90%;
max-width: 960px;
padding: 40px;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.fancybox-slide--iframe #cookie-law-info-bar,
.fancybox-slide--iframe #cookie-law-info-bar-again {
display: none !important;
}
.animated-modal {
width: 90%;
max-width: 480px;
padding: 0;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.animated-modal.fancybox-content {
padding: 0 !important;
}
.animated-modal .popup-content {
padding: 20px;
}
.fancybox-slide--html .fancybox-close-small {
background-color: var(--primary-color);
color: var(--white-color) !important;
}
.modal-container.fancybox-content {
padding: 0 !important;
}
.modal-container {
width: 90%;
max-width: 960px;
padding: 0;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.modal-container .fancybox-close-small {
color: #fff !important;
}
.type-modal .modal-dialog {
max-width: 1400px;
min-height: 1600px;
}
.type-modal h2 {
margin: 0;
}
.modal {
opacity: 0;
backdrop-filter: blur(0);
-webkit-backdrop-filter: blur(0);
background-color: rgba(0, 0, 0, 0);
transition: background-color 0.5s ease-in, background-color 0.1s ease-out;
-webkit-transition: background-color 0.5s ease-in, background-color 0.1s ease-out;
}
.modal.show {
opacity: 1;
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
background-color: rgba(255, 255, 255, 0.1);
}
.modal-title {
background-color: var(--primary-color);
font-size: var(--h4-font-size);
font-weight: var(--regular-weight);
color: var(--white-color);
padding: 1em;
}
.modal-header {
border: none;
border-radius: var(--border-radius);
-webkit-border-radius: var(--border-radius);
padding: 1em;
}
.modal-content {
border-radius: var(--border-radius);
border: none !important;
}
.modal-body {
min-height: 50px;
padding: 0 1.5em 1.5em 1.5em;
overflow-y: auto;
}
.custom-modal .modal-header {
position: absolute;
right: 0;
z-index: 1000;
}
.custom-modal .modal-body {
padding: 0;
}
.custom-modal .modal-popup-content {
padding: 2em 2em 0 2em;
}
.custom-modal .modal-popup-content p {
margin-bottom: 20px;
font-size: var(--meta-font-size);
}
.custom-modal .modal-popup-content p:last-child, 
.custom-modal .modal-popup-content .button {
margin: 0;
}
.custom-modal .popup-close {
font-size: var(--meta-font-size);
font-weight: var(--bold-weight);
}
.modal-footer {
border: none !important;
background-color: var(--white-color);
padding: 0.5em 1em;
display: flex;
justify-content: flex-end;
align-items: center;
}
.btn-close {
width: 44px;
height: 44px;
padding: 0 !important;
margin: calc(-.25 * var(--bs-modal-header-padding-y)) calc(-.25 * var(--bs-modal-header-padding-x)) calc(-.25 * var(--bs-modal-header-padding-y)) auto !important;
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
}
.btn-close span {
width: 36px;
height: 36px;
padding: 0 !important;
background: var(--accent-color) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
background-size: 14px;
border-radius: var(--border-radius);
-webkit-border-radius: var(--border-radius);
}
.btn-close:hover {
opacity: 1;
}
.btn-close:hover span {
background-color: var(--primary-color);
opacity: 1;
}
.btn-close:focus {
box-shadow: none;
outline: 0;
}
@keyframes slideInUp {
from {
transform: translateY(100%);
}
to {
transform: translateY(0);
}
}
.modal.fade .modal-dialog {
animation-name: slideInUp;
animation-duration: 0.7s;
}
@media screen and (max-width: 575px) {
.modal-body {
max-width: 100%;
max-height: auto;
}
.modal-footer {
display: block;
justify-content: inherit;
}
.modal-footer .btn {
margin: 0 0 10px 0;
}
} .accordion {
max-width: 100%;
margin: 0 auto 60px auto;
}
.accordion-header h2 {
margin:0;
padding:0 0 0 20px;
display:inline-block;
font-style: normal;
font-weight: var(--bold-weight);
color: var(--primary-color);
}
.accordion-header h2 span {
font-size: var(--h6-font-size);
font-style: normal;
font-weight: var(--regular-weight);
line-height: 32px;
}
.accordion .accordion-header h3 {
margin: 0;
padding: 0 0 0 20px;
display: inline-block;
font-weight: var(--regular-weight);
color: var(--primary-color);
text-transform: none;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
}
.accordion .active.accordion-header h2,
.accordion .active.accordion-header h3,
.accordion .accordion-header:hover h2,
.accordion .accordion-header:hover h3 {
color: var(--accent-color);
}
.accordion .accordion-header {
margin: 0;
padding: 15px 20px;
text-align: left;
border-top: var(--border-size) solid var(--soft-gray-color);
position: relative;
}
.accordion .accordion-header:first-child {
border-top: 0;
}
.accordion .accordion-header:hover {
cursor: pointer;
}
.accordion .accordion-header:hover::before,
.accordion .accordion-header:hover::after {
background-color: var(--accent-color);
}
.accordion .accordion-header:hover h2 {
color: var(--accent-color) !important;
}
.accordion .active.accordion-header,
.accordion .active.accordion-header:hover { }
.accordion .active.accordion-header h2,
.accordion .active.accordion-header:hover h2 {
font-weight: var(--bold-weight);
color: var(--accent-color) !important;
}
.accordion .accordion-header:hover h2,
.accordion .accordion-header:hover h2 a {
color: var(--accent-color) !important;
}
.accordion .accordion-header::after,
.accordion .accordion-header::before {
content: '';
background-color: var(--light-gray-color);
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
transition-duration: 0.25s;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
}
.accordion .accordion-header::after {
width: 21px;
height: 2px;
float: right;
position: absolute;
top: 31px;
left: 0;
}
.accordion .accordion-header::before {
width: 2px;
height: 21px;
float: right;
position: absolute;
top: 21px;
left: 10px;
}
.accordion .active.accordion-header::before {
background-color: var(--accent-color);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.accordion .active.accordion-header::after {
background-color: var(--accent-color);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.accordion .accordion-content {
display: none;
padding: 0 0 0 40px;
margin: 0 0 20px 0;
}
.accordion .accordion-content p:not(.link) {
margin: 30px 0 0 0 !important;
}
.accordion .accordion-content p:first-child {
margin: 0 !important;
}
@media only screen and (max-width: 575px) {
.accordion .accordion-header {
padding: 10px;
text-align: left;
}
.accordion-header h2 {
font-size: var(--h6-font-size);
}
.accordion .accordion-header::after {
top: 23px;
}
.accordion .accordion-header::before {
top: 13px;
}
.accordion .accordion-header h3 {
padding-left: 30px;
font-size: var(--h6-font-size);
text-align: left;
}
}
.clear {
clear: both;
} #osmap {
width: 100%;
height: 100%;
min-height: 720px;
}
#osmap-small {
width: 100%;
height: 480px;
}
@media (max-width: 768px) {
#osmap,
#osmap-small {
min-height: 480px;
max-height: 480px;
}
} .map-popup p.content {
font-size: 16px;
}
.map-popup .button.small {
font-size: 16px;
font-weight: var(--bold-weight);
}
.map-popup .button:after,
.map-popup .button:before {
display: none;
}
.map-popup .button:hover {
background-color: var(--primary-color);
color: var(--white-color);
border-color: var(--primary-color);
padding: .3em 1em !important;
}
.leaflet-popup-content, 
.leaflet-popup-content p {
font-size: 18px !important;
}
.leaflet-container a {
color: var(--primary-color) !important;
}
.leaflet-control-attribution a {
font-size: 11px !important;
font-weight: var(--regular-weight);
color: var(--primary-color) !important;
}
.leaflet-container a.button {
color: var(--primary-color) !important;
}
.leaflet-container a.button:hover {
color: var(--white-color) !important;
}
.leaflet-top, .leaflet-bottom {
z-index: 500 !important;
}
.map-routeplaner {
margin-top: 30px !important;
} .rooms-list {
display: flex;
align-items: flex-start;
}
.rooms-list .room-item {
}
.rooms-list h2,
.rooms-list h2 a {
font-size: var(--h6-font-size);
font-weight: var(--bold-weight);
color: var(--accent-color) !important;
border: 0;
}
.rooms-list h2 span,
.rooms-list h2 a span {
font-size: var(--body-font-size);
font-style: normal;
font-weight: var(--light-weight);
color: var(--primary-color);
line-height: 32px;
}
.rooms-list h2 a:hover,
.rooms-list h2 a:hover span {
color: var(--primary-color) !important;
border: 0;
}
.rooms-list .swiper-slide a {
width: 100%;
}
.room-details {
padding: 20px 0 0 0;
display: flex;
justify-content: space-between;
}
.room-description {
}
.room-description p:last-child {
margin:0;
}
.room-equipment {
}
.room-equipment-list {
margin: 0 !important;
padding: 0 0 0 20px !important;
}
.room-equipment-list li {
margin:0 0 5px 20px;
list-style:none;
list-style-position: inside;
font-size:16px;
line-height: 26px;
position:relative;
}
.room-equipment-list li::before {
font-weight: var(--regular-weight);
content: '–';
margin: 0 0 0 -20px;    
vertical-align: middle;
display: inline-block;
position: absolute;
}
.room-icons-list {
margin: 0 0 20px 0;
padding: 0 !important;
display: flex;
flex-wrap: wrap;
}
.room-icons-list li {
flex: 0 0 160px;
height: 160px;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
list-style:none;
margin: 0 10px 10px 0 !important;
padding: 0;
}
.room-icons-list .icon:before {
color: var(--accent-color);
}
.grid-icons {
margin: 0;
padding: 0;
font-size: 16px;
text-align: center;
line-height: 18px;
min-height: 100px;
}
.grid-icons .icon {
margin: 0 0 12px 0;
padding: 0 0 0 0;
font-size: 48px;
line-height: 48px;
display: block;
}
.room-rate {
padding: 20px 0 0 0;
}
.price {
font-size: var(--h5-font-size);
font-weight: var(--bold-weight);
color: var(--accent-color);
}
.breakfast {
font-size: 20px;
} .plans {
margin: 0 auto;
padding: 0;
text-align: center;
}
.plans li {
list-style: none;
margin: 0 auto;
padding: 0;
display: inline-block;
} .staff-list {
}
.staff-item {
}
.staff-item .position {
margin: 0;
padding: 0;
}
.staff-item .vita {
position: relative;
display: inline-block;
margin: 0 auto;
padding: 2em;
font-weight: var(--light-weight);
}
.staff-item .vita::before {
content: "“";
font-size: 72px;
color: var(--accent-color);
position: absolute;
left: 0;
bottom: -0.5em;
}
.staff-item .vita::after {
content: "”";
font-size: 72px;
color: var(--accent-color);
position: absolute;
right: 0;
top: 0;
}
@media (max-width: 768px) {
.staff-item {
}
.staff-list {
}
.staff-item {
}
}
.staff-list .inner {
position: relative;
}
.staff-list .img {
background-color: var(--white-color);
position: relative;
}
.img,
.img img {
width: 100%;
height: auto;
display: block;
background-color: var(--soft-gray-color);
}
.staff-list .img img {
opacity: 1;
width: 100%;
height: auto;
display: block;
margin: auto;
}
.staff-list .img img,
.staff-list .info,
.staff-list .inner .info p.long {
-webkit-transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
-moz-transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
-o-transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
}
.staff-list .info {
}
.staff-list .info .vcard {
margin-left: 10px;
position: absolute;
top: 10px;
text-transform: uppercase;
}
.staff-list .info p.long,
.staff-list .info .vcard {
font-size: 16px;
visibility: hidden;
opacity: 0;
}
.staff-list .info .vcard:before {
content: '\f105';
font-family: 'Font Awesome 5 Free';
font-size: 14px;
position: absolute;
left: -10px;
top: 0px;
}
.staff-list .inner .details {
position: absolute;
left: 10px;
}
.staff-list .info p.short strong {
color: var(--primary-color);
}
.staff-list .info p.long {
height: 0px;
display: block;
} #reviews {
text-align: center;
overflow: hidden;
}
.review-title {
margin: 0 auto 5px auto;
}
.review-text {
position: relative;
display: inline-block;
width: 80%;
margin: 0 auto;
padding: 2em;
font-weight: var(--light-weight);
}
.review-text::before {
content: "“";
font-size: 72px;
color: var(--accent-color);
position: absolute;
left: 0;
bottom: -0.5em;
}
.review-text::after {
content: "”";
font-size: 72px;
color: var(--accent-color);
position: absolute;
right: 0;
top: 0;
}
@media (max-width: 768px) {
.review-text {
width: 100%; 
}
}
.swiper-reviews {
position: relative;
}
.swiper-reviews .swiper-pagination,
.swiper-reviews .swiper-horizontal>.swiper-pagination-bullets, 
.swiper-reviews .swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-reviews .swiper-pagination-custom, 
.swiper-reviews .swiper-pagination-fraction {
position: relative;
left: 0 !important;
right: 0 !important;
top: 0 !important;
bottom: 0 !important;
}
.swiper-reviews .swiper-pagination-bullet {
background-color: var(--gray-color) !important;
}
.swiper-reviews .swiper-button-next:after, 
.swiper-reviews .swiper-button-prev:after {
color: var(--gray-color) !important;
} .recommendation {
height: 100%;
padding: 50px 40px 30px 40px;
position: relative;
}
.recommendation p, .recommendation a {
font-size: 18px;
}
.recommendation span.distance {
font-size: 16px;
letter-spacing: 1px;
position: absolute;
top: 15px;
right: 15px;
z-index: 2;
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.recommendation p.link {
margin: 6px 0 0 0 !important;
display: inline-block;
} .socialmedia {
margin: 0 0 0 40px;
padding: 0;
}
.socialmedia li {
margin: 0 10px 0 0;
padding: 0;
list-style: none;
line-height: 32px;
display: inline-block;
}
footer .socialmedia {
margin: 0;
}
footer .socialmedia li {
margin: 0 20px 0 0;
}
.socialmedia li:last-child {
margin: 0;
}
header .socialmedia li a {
font-size: 24px !important;
}
.socialmedia li a {
font-size: 32px !important;
}
.socialmedia li a i {
color: var(--accent-color);
transition: all 0.2s ease-in-out;
transition-duration: 0.25s;
}
.socialmedia li a:hover i {
color: var(--primary-color);
}
footer .socialmedia li a i {
color: var(--primary-color);
}
footer .socialmedia li a:hover i {
color: var(--accent-color);
}  .timeline {
line-height: 1.5em;
font-size: 14px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
position: relative;
counter-reset: section;
max-width: 960px;
margin: 0 auto;
}
.timeline:before {
content: "";
width: 1px;
height: 100%;
background-color: var(--primary-color);
position: absolute;
top: 0;
left: 60px;
}
.timeline--entry {
position: relative;
margin-bottom: 60px;
}
.timeline--entry__detail {
background-color: #e7e7e8;
padding: 0;
margin-left: 130px;
display: flex;
}
.timeline--entry:before {
content: "";
font-size: 36px;
font-weight: var(--bold-weight);
color: var(--white-color);
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
width: 120px;
height: 120px;
background-color: var(--primary-color);
border-radius: 0 0 25px 0;
position: absolute;
counter-increment: section;
content: "0" counter(section);
left: 0;
}
.timeline--entry .details {
flex: 65%;
padding: 60px 30px;
}
.timeline--entry .details h4 {
font-size: 18px !important;
font-weight: var(--regular-weight);
color: var(--primary-color) !important;
letter-spacing: 1px !important;
}
.timeline--entry .image {
flex: 35%;
}
@media (min-width: 768px) {
.timeline {
display: block;
}
}
@media (max-width: 768px) {
.timeline--entry__detail {
display: block;
}
.timeline--entry .details {
padding: 30px 30px;
}
}
@media (max-width: 575px) {
.timeline--entry:before {
position: absolute;
width: 64px;
height: 64px;
font-size: 24px;
text-align: center;
margin-bottom: 20px;
}
.timeline--entry__detail {
padding: 60px 0 0 0;
margin-left: 0;
}
.timeline:before {
content: "";
width: 1px;
height: 100%;
background-color: var(--primary-color);
position: absolute;
top: 0;
left: 50%;
}
} .wp-block-column p:last-child {
margin: 0;
}
.section {
width: 100%;
padding: 60px 0 60px 0;
position: relative;
z-index: 0;
}  .container,
.container-fluid,
.container-xxl {
z-index: 3;
}
.row {
width: 100%;
}
:where(.wp-block-columns.is-layout-flex) {
gap: 4em;
}
.background-with-overlay {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100%;
height: 100%;
padding: 15vh 20px;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
position: relative;
z-index: 0;
}
.background-with-overlay .overlay {
position: absolute;
left: 0;
top: 0;
z-index: 2;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.50);
}
.background-with-overlay h3 {
color: var(--accent-color);
}
.background-with-overlay p {
color: var(--white-color);
}
.background-with-overlay p:last-child {
margin: 0;
}
@media screen and (max-width:1200px) {
.background-with-overlay {
padding: 15vh 40px;
}
}
@media screen and (max-width:992px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:575px) {
.background-with-overlay {
padding: 15vh 20px;
}
} body.admin-bar header,
body.admin-bar.scrolled header {
top: 32px;
}
@media screen and (max-width: 782px) {
body.admin-bar.scrolled header, body.admin-bar header {
top: 46px;
}
} .section ul:not(.plane-equipment-list) {
margin: 0 0 20px 0;
padding: 0;
}
.section ul:not(.plane-equipment-list) li {
margin: 0 0 20px 0;
padding: 0 0 0 24px;
}
.section ul li {
list-style: none;
font-size: 20px;
font-weight: var(--regular-weight);
color: var(--primary-color);
letter-spacing: 0;
line-height: 150%;
position: relative;
}
.section ol {
margin: 0 0 20px 20px;
padding: 0;
}
.section ol li {
margin: 0 0 20px 0;
padding: 0 0 0 0;
font-size: 24px;
font-weight: var(--regular-weight);
color: var(--primary-color);
letter-spacing: 0;
line-height: 150%;
position: relative;
}
.section ul:not(.plane-equipment-list) li::before {
content: '';
width: 9px;
height: 9px;
background-color: var(--accent-color);
position: absolute;
top: 10px;
left: 0;
}
.section ul li span,
.section ol li span {
color: var(--primary-color);
}
.content ul {
padding: 0 0 40px 20px;
}
.content ul li {
margin: 0 0 10px 0;
font-size: var(--body-font-size);
}
.content ul li a {
}
.content ul li a:hover {
} img {
border: 0;
vertical-align: top;
}
img.resize,
.img-responsive {
width: 100%;
height: auto;
} a.button,
.button .wp-block-button__link {
padding: 12px 20px;
background-color: transparent;
font-size: var(--body-font-size);
font-weight: var(--regular-weight);
color: var(--accent-color);
text-decoration: none;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1.5;
border: var(--border-size) solid var(--accent-color);
border-radius: var(--border-radius);
display: inline-block;
transition: all 0.25s;
text-align: center;
vertical-align: middle;
white-space: nowrap;
cursor: pointer;
}
a.button:hover,
.button .wp-block-button__link:hover {
background-color: var(--accent-color);
color: var(--white-color);
border: var(--border-size) solid var(--accent-color);
}
a.button:before {
display: none;
}
a.button.cta,
.button.cta .wp-block-button__link {
font-weight: var(--bold-weight);
background-color: var(--accent-color);
color: var(--white-color);
}
a.button.cta:hover,
.button.cta .wp-block-button__link:hover {
background-color: var(--primary-color);
border: var(--border-size) solid var(--primary-color);
color: var(--white-color);
}
a.button.small,
.button.small .wp-block-button__link {
padding: 8px 20px;
font-size: var(--meta-font-size);
font-weight: var(--regular-weight);
line-height: 1.25;
}
.button + .button {
margin-left: 20px;
}
.button:only-of-type {
margin-right: 20px;
}
@media screen and (max-width:575px) {
.button + .button {
margin: 20px 0 0 0;
}
.button:only-of-type {
margin: 0;
}
a.button,
.button .wp-block-button__link {
padding: 8px 20px;
line-height: 1.25;
}
}
.has-primary-background-color a.button, 
.has-primary-background-color .button .wp-block-button__link {
background-color: var(--primary-color);
border: var(--border-size) solid var(--accent-color);
}
.has-primary-background-color a.button:hover,
.has-primary-background-color .button .wp-block-button__link:hover {
background-color: var(--accent-color);
} .top-button.show-button {
width: 48px;
height: 48px;
background-color: transparent;
border-radius: var(--border-radius);
transition-property: background;
transition-duration: 0.15s;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.top-button.show-button:hover {
background-color: var(--primary-color);
}
.top-button.show-button:after {
font-family: dashicons !important;
font-size: 32px !important;
color: var(--white-color);
content: "\f342" !important;
}
.menu-opened .top-button.show-button {
display: none;
}
@media screen and (max-width:992px) {
.top-button.show-button {
position: fixed;
bottom: 10vh;
right: 20px;
background-color: var(--accent-color);
}
} .error {
color: #c1000e;
border: var(--border-size) solid #c1000e;
}
.success {
color: #41aa56;
border: var(--border-size) solid #41aa56;
} hr.divider {
height: 0;
margin: 30px 0;
background: none;
color: transparent;
border: 0;
border-bottom: var(--border-size) dotted var(--primary-color);
clear: both;
} .show-desktop {
display: inline;
}
.show-mobile {
display: none;
}
@media screen and (max-width:768px) {
.show-desktop {
display: none;
}
.show-mobile {
display: inline;
}
} ::-moz-selection {
color: var(--white-color);
background-color: var(--accent-color);
}
::selection {
color: var(--white-color);
background-color: var(--accent-color);
} .grecaptcha-badge { 
visibility: hidden !important; 
} .cky-preference-content-wrapper .cky-show-desc-btn,
.button.cky-show-desc-btn:not(:hover):not(:active) {
color: var(--primary-color) !important;
text-decoration: underline !important;
}
.cky-preference-content-wrapper .cky-show-desc-btn:hover {
text-decoration: none !important;
}
.cky-accordion-header .cky-always-active {
color: var(--accent-color) !important;
} .blog-posts {
margin: 0 -30px !important;
display: flex;
flex-wrap: wrap;
}
.blog-posts li {
margin: 30px 30px !important;
padding: 0 !important;
background-color: var(--light-clay-color);
list-style: none;
}
.blog-posts li:hover {
box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.blog-posts li:before {
display: none;
}
.blog-posts .wp-block-group {
padding: 0 !important;
}
.blog-posts .wp-block-post-featured-image {
}
.blog-posts .wp-block-post-title {
min-height: 64px;
margin: 20px 0 0 0;
padding: 0 30px;
display: block;
}
.blog-posts .wp-block-post-title,
.blog-posts .wp-block-post-title a {
font-weight: var(--bold-weight);
line-height: 125%;
}
.blog-posts .wp-block-post-date {
padding: 0 30px;
font-size: 18px;
}
.blog-posts .wp-block-post-excerpt {
margin-bottom: 1em;
margin-top: 0.5em;
padding: 0 30px;
font-size: 18px;
line-height: 150%;
}
.blog-posts .wp-block-post-excerpt__excerpt {
font-size: 18px;
}
.blog-posts .wp-block-post-featured-image a {
display: block;
}
.blog-posts .wp-block-post-featured-image img {
width: 100%;
}
.wp-block-post-excerpt__more-text {
margin-top: 10px;
}
.blog-posts .wp-block-post-excerpt__more-link {
font-size: 18px;
}
@media screen and (max-width:992px) {
.blog-posts li {
width: 50%;
}
}
@media screen and (max-width:768px) {
.blog-posts li {
width: 100%;
}
} .blog-posts-list-title {
margin: 20px 0 10px 0;
padding: 0 30px;
display: block;
}
.blog-posts-list-title,
.blog-posts-list-title a {
font-size: 20px;
font-weight: var(--bold-weight);
line-height: 125%;
}
.blog-posts-list-date {
padding: 0 30px;
font-size: 18px;
}
.blog-posts-list-excerpt {
margin-bottom: 1em;
margin-top: 0.5em;
padding: 0 30px;
font-size: 18px;
line-height: 150%;
}
.blog-posts-list-excerpt-text {
font-size: 18px;
border-bottom: 0;
}
.blog-posts-list-image a {
display: block;
}
.blog-posts-list-image {
}
.blog-posts-list-image img {
width: 100%;
}
.blog-posts-list-link {
margin-top: 10px;
font-size: 18px;
}
.blog-posts-list-read-more {
font-size: 18px;
} .blog-posts-latest {
margin: 0 -30px !important;
display: flex;
flex-wrap: wrap;
}
.blog-posts-latest li {
width: 28.75%;
margin: 30px 30px !important;
padding: 0 !important;
background-color: var(--light-clay-color);
list-style: none;
}
.blog-posts-latest li:hover {
box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.blog-posts-latest li:before {
display: none;
}
.blog-posts-latest .wp-block-latest-posts__featured-image {
}
.blog-posts-latest .wp-block-latest-posts__post-title {
min-height: 64px;
margin: 20px 0 0 0;
padding: 0 30px;
display: block;
font-weight: var(--bold-weight);
}
.blog-posts-latest .wp-block-latest-posts__post-date {
padding: 0 30px;
font-size: 18px;
}
.blog-posts-latest .wp-block-latest-posts__post-excerpt {
padding: 0 30px;
font-size: 18px;
line-height: 150%;
}
.blog-posts-latest .wp-block-latest-posts__featured-image a {
display: block;
}
.blog-posts-latest .wp-block-latest-posts__featured-image img {
width: 100%;
}
@media screen and (max-width:992px) {
.blog-posts-latest li {
width: 50%;
}
}
@media screen and (max-width:768px) {
.blog-posts-latest li {
width: 100%;
}
} @keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fade {
opacity: 0;
animation: fade 1s ease-in-out forwards;
} .fade-in {
opacity: 0;
visibility: hidden;
transition: opacity 1s ease-in-out;
will-change: opacity, visibility;
}
.fade-in.is-visible {
opacity: 1;
visibility: visible;
} @-webkit-keyframes ticker {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes ticker {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.ticker-wrap {
overflow: hidden !important;
width: 100%;
height: 60px;
background-color: var(--white-color);
padding-left: 100%;
box-sizing: content-box;
}
.ticker-wrap .ticker {
display: inline-block;
height: 60px;
line-height: 60px;
white-space: nowrap;
padding-right: 100%;
box-sizing: content-box;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-name: ticker;
animation-name: ticker;
-webkit-animation-duration: 25s;
animation-duration: 25s;
}
.ticker-wrap .ticker__item {
display: inline-block;
padding: 0 30px;
font-size: 22px;
font-weight: var(--regular-weight);
color: var(--accent-color);
}
.ticker-wrap .ticker__item a {
font-size: 22px;
font-weight: var(--regular-weight);
color: var(--accent-color);
}
.ticker-wrap .ticker__item a:hover {
color: var(--accent-color);
}
@media screen and (max-width:768px) {
.ticker-wrap {
height: 48px;
padding-left: 0;
}
.ticker-wrap .ticker {
height: 48px;
line-height: 48px;
padding-right: 0; 
}
.ticker-wrap .ticker__item {
font-size: 18px;
}
.ticker-wrap .ticker__item a {
font-size: 18px;
}
} .floating-buttons {
bottom: 20px;
right: 20px;
display: flex;
z-index: 999;
position: fixed;
transition: ease-in-out 250ms;
visibility: hidden;
align-items: flex-end;
flex-direction: column;
}
.floating-buttons .floating-button {
width: 72px;
height: 72px;
cursor: pointer;
margin: 8px auto 0 auto;
display: flex;
align-items: center;
justify-content: center;
outline: none !important;
padding: 0px;
max-width: none !important;
box-shadow: none;
color: var(--white-color);
text-align: center;
user-select: none;
border-radius: 0;
background-size: cover;
text-decoration: none;
background-color: var(--accent-color);
background-image: none;
background-repeat: no-repeat;
background-position: center center;
position: relative;
right: 0px;
z-index: 999;
opacity: 1;
visibility: visible;
transition: all 300ms ease-in, right 300ms 0ms, opacity 300ms 0ms;
}
.floating-buttons .floating-button:first-child {
margin-top: 0;
}
.floating-buttons .floating-button:before {
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
opacity: 0;
overflow: hidden;
position: absolute;
transition: all 250ms ease-in-out 0s;
visibility: hidden;
border-radius: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.floating-buttons .floating-button-label {
height: 72px;
padding: 0px 15px 0px 15px;
line-height: 72px;
top: 50%;
color: var(--white-color);
right: 50px;
margin: 0px 0px 0px 0px;
z-index: 1;
position: absolute;
font-size: 16px;
transform: translateY(-50%);
background-color: var(--accent-color);
text-align: end;
transition: all 250ms ease-in-out;
white-space: nowrap;
opacity: 0;
visibility: hidden;
}
.floating-buttons .floating-button:hover .floating-button-label {
right: 72px;
background-color: var(--accent-color);
box-shadow: none;
height: 72px;
padding: 0px 15px 0px 15px;
line-height: 72px;
opacity: 1;
visibility: visible;
} .floating-buttons .floating-button i.icon {
width: 32px;
height: 32px;
display: block;
}
.floating-buttons .floating-button i.icon.phone {
content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M22.96,5.85c-.84,0-1.52.68-1.52,1.52s.68,1.52,1.52,1.52,1.52-.68,1.52-1.52c0-.84-.68-1.52-1.52-1.52Z'/%3E%3Cpath class='cls-1' d='M44.73,0h-25.45c-3.15,0-5.71,2.56-5.71,5.71v52.57c0,3.15,2.56,5.71,5.71,5.71h25.45c3.15,0,5.71-2.56,5.71-5.71V5.71c0-3.15-2.56-5.71-5.71-5.71ZM47.55,58.29c0,1.55-1.26,2.82-2.82,2.82h-25.45c-1.55,0-2.82-1.26-2.82-2.82v-6.13h31.09v6.13ZM47.55,49.26h-31.09V14.74h31.09v34.51ZM47.55,11.85h-31.09v-6.13c0-1.55,1.26-2.82,2.82-2.82h25.45c1.55,0,2.82,1.26,2.82,2.82v6.13Z'/%3E%3Cpath class='cls-1' d='M36.03,5.92h-8.06c-.8,0-1.45.65-1.45,1.45s.65,1.45,1.45,1.45h8.06c.8,0,1.45-.65,1.45-1.45s-.65-1.45-1.45-1.45Z'/%3E%3Cpath class='cls-1' d='M30.49,58.08h3.01c.8,0,1.45-.65,1.45-1.45s-.65-1.45-1.45-1.45h-3.01c-.8,0-1.45.65-1.45,1.45s.65,1.45,1.45,1.45Z'/%3E%3C/svg%3E");
}
.floating-buttons .floating-button i.icon.contact {
content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M64,52.24V11.76c0-.75-.29-1.43-.76-1.95,0,0-.02-.02-.02-.02-.53-.57-1.28-.93-2.12-.93H2.9c-.83,0-1.59.36-2.11.92,0,0-.02.02-.02.03-.47.51-.76,1.2-.76,1.95v40.47c0,.75.29,1.43.76,1.95,0,0,.01.01.02.02.53.57,1.28.93,2.12.93h58.21c.84,0,1.59-.36,2.12-.93,0,0,.02-.02.02-.02.47-.51.76-1.2.76-1.95ZM14.2,40.41c-.58-.55-1.49-.54-2.05.04l-9.25,9.64V13.92l17.36,18.08-4.69,4.89c-.55.58-.54,1.49.04,2.05.28.27.64.4,1,.4.38,0,.76-.15,1.04-.45l4.61-4.8,6.68,6.96c.81.84,1.89,1.31,3.05,1.31s2.24-.46,3.05-1.31l6.68-6.96,17.42,18.14H4.85l9.39-9.78c.55-.58.54-1.49-.04-2.05ZM32.96,39.04c-.26.27-.6.42-.96.42s-.7-.15-.96-.42L4.85,11.76h54.31l-26.19,27.28ZM43.74,32l17.36-18.08v36.17s-17.36-18.09-17.36-18.09Z'/%3E%3C/svg%3E");
}
.floating-buttons .floating-button i.icon.booking {
content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_11'%3E%3Cpath class='cls-1' d='M60.04,34.86c-.28-3.1-1.87-5.93-4.37-7.78v-14.88c-.01-2.65-1.81-4.95-4.37-5.62-6.15-1.57-12.48-2.37-18.83-2.38h-.79c-6.39,0-12.75.8-18.94,2.38-2.56.66-4.36,2.97-4.37,5.62v14.86c-.47.32-.91.69-1.31,1.09-1.79,1.8-2.89,4.18-3.12,6.71-2.01.06-3.61,1.68-3.65,3.69v9.83c0,2.09,1.69,3.78,3.78,3.78h3.87v5.09c0,1.37,1.1,2.48,2.47,2.49h2.77c1.37-.01,2.47-1.12,2.47-2.49v-5.05h32.64v5.09c0,1.37,1.1,2.48,2.47,2.49h2.71c1.38.02,2.51-1.07,2.53-2.45,0-.01,0-.03,0-.04v-5.09h3.93c2.09,0,3.78-1.69,3.78-3.78v-9.88c-.03-2.02-1.65-3.65-3.67-3.69ZM49.34,23.94c0,.57-.46,1.03-1.03,1.03h-11.71c-.57,0-1.03-.46-1.03-1.03v-6.86c0-.57.46-1.03,1.03-1.03h11.71c.57,0,1.03.46,1.03,1.03v6.86ZM10.53,12.21c.01-1.66,1.14-3.1,2.75-3.5,6.1-1.57,12.38-2.35,18.68-2.32,6.3-.05,12.58.73,18.68,2.32,1.61.4,2.74,1.84,2.75,3.5v13.59h-.31c-.47-.2-.96-.35-1.46-.46l-.37-.11c.18-.39.27-.82.26-1.25v-6.9c0-1.77-1.44-3.21-3.21-3.21h-11.71c-1.77,0-3.21,1.44-3.21,3.21v6.82c0,.36.06.71.17,1.05h-3.19c.11-.34.17-.69.17-1.05v-6.82c0-1.77-1.44-3.21-3.21-3.21h-11.71c-1.77,0-3.21,1.44-3.21,3.21h0v6.82c0,.43.08.85.26,1.25l-.37.11c-.53.12-1.05.28-1.55.48h-.24l.02-13.52ZM28.36,23.89c0,.57-.46,1.03-1.03,1.03h-11.71c-.57,0-1.03-.46-1.03-1.03h0v-6.82c0-.57.46-1.03,1.03-1.03h11.71c.57,0,1.03.46,1.03,1.03h0v6.82ZM8.59,29.81c.45-.49.96-.92,1.53-1.27,1.42-.94,3.08-1.43,4.78-1.42h34.3c1.7-.01,3.37.48,4.78,1.42,2.19,1.4,3.64,3.71,3.95,6.29H6.08c.26-1.91,1.14-3.67,2.51-5.03ZM13.46,57.3c.01.16-.1.29-.26.31,0,0-.02,0-.02,0h-2.71c-.15.04-.31-.06-.34-.21,0-.03,0-.06,0-.1v-5.09h3.28l.07,5.09ZM53.75,57.3c.01.16-.1.29-.26.31,0,0-.02,0-.02,0h-2.71c-.16,0-.28-.13-.28-.28,0,0,0-.02,0-.02v-5.09h3.34l-.07,5.09ZM61.46,48.43c0,.88-.71,1.59-1.59,1.59H4.07c-.88,0-1.59-.71-1.59-1.59v-9.88c.01-.87.72-1.57,1.59-1.57h55.8c.87,0,1.58.7,1.59,1.57v9.88Z'/%3E%3Cpath class='cls-1' d='M53.51,60.08s-.03,0-.05,0h-2.7c-1.52-.01-2.76-1.26-2.76-2.78v-4.8H15.93v4.76c0,1.52-1.23,2.76-2.75,2.78h-2.78c-1.52-.01-2.76-1.26-2.76-2.78v-4.8h-3.58c-2.24,0-4.07-1.82-4.07-4.07v-9.83c.04-2.09,1.63-3.78,3.67-3.96.28-2.5,1.41-4.85,3.18-6.64.38-.38.79-.73,1.23-1.04v-14.71c.02-2.77,1.9-5.2,4.58-5.89,6.21-1.59,12.6-2.39,19.01-2.39h.79c6.37,0,12.73.81,18.9,2.39,2.69.7,4.57,3.12,4.59,5.89v14.74c2.43,1.85,4,4.62,4.34,7.65,2.06.17,3.66,1.87,3.7,3.96v9.88c0,2.24-1.82,4.07-4.07,4.07h-3.65v4.85c-.01.74-.31,1.43-.85,1.95-.52.5-1.2.78-1.93.78ZM53.47,59.5c.59,0,1.15-.21,1.57-.62.42-.41.66-.96.67-1.55v-.04s0-5.38,0-5.38h4.22c1.93,0,3.49-1.57,3.49-3.49v-9.88c-.03-1.86-1.52-3.36-3.39-3.41h-.26s-.02-.26-.02-.26c-.28-3.01-1.83-5.77-4.25-7.57l-.12-.09v-15.02c-.01-2.51-1.72-4.71-4.15-5.34-6.13-1.57-12.44-2.36-18.76-2.37h-.79c-6.36,0-12.7.8-18.86,2.37-2.43.63-4.14,2.83-4.15,5.34v15.01l-.12.09c-.45.31-.88.67-1.27,1.06-1.74,1.75-2.82,4.07-3.04,6.53l-.02.25h-.25c-1.86.06-3.34,1.56-3.37,3.42v9.83c0,1.93,1.57,3.49,3.49,3.49h4.15v5.38c0,1.2.98,2.19,2.18,2.2h2.77c1.2-.01,2.18-1,2.18-2.2v-5.33h33.22v5.38c0,1.2.98,2.19,2.18,2.2h2.71ZM10.4,57.9c-.26,0-.49-.18-.56-.44-.01-.06-.02-.12-.01-.18v-5.37h3.85l.07,5.37c.02.31-.22.58-.53.6-.02,0-.03,0-.04,0h-2.68s-.06,0-.1,0ZM10.41,52.5v4.83s.06-.01.06-.01h2.71v-.02s-.06-4.81-.06-4.81h-2.71ZM50.76,57.89c-.15,0-.29-.06-.4-.17-.11-.11-.17-.25-.17-.4,0,0,0-.02,0-.03v-5.37h3.92l-.07,5.37c.02.31-.22.57-.53.6-.02,0-.03,0-.04,0h-2.71ZM50.76,52.5v4.83s2.71,0,2.71,0v-.02s.06-4.8.06-4.8h-2.76ZM59.87,50.31H4.07c-1.04,0-1.88-.84-1.88-1.88v-9.88c.01-1.03.86-1.86,1.88-1.86h55.8c1.02,0,1.87.83,1.88,1.86v9.88c0,1.04-.84,1.88-1.88,1.88ZM4.07,37.27c-.71,0-1.3.58-1.31,1.29v9.87c0,.72.59,1.31,1.31,1.31h55.8c.72,0,1.31-.59,1.31-1.31v-9.88c0-.71-.6-1.29-1.31-1.29H4.07ZM58.27,35.13H5.75l.04-.33c.27-1.96,1.19-3.8,2.59-5.19.47-.51,1-.95,1.58-1.31,1.45-.96,3.14-1.46,4.88-1.46.02,0,.04,0,.06,0h34.3c1.76-.01,3.47.5,4.94,1.47,2.26,1.45,3.75,3.82,4.08,6.5l.04.32ZM6.41,34.55h51.2c-.38-2.37-1.75-4.46-3.78-5.76-1.38-.91-2.98-1.39-4.63-1.37H14.9s-.04,0-.05,0c-1.63,0-3.21.47-4.57,1.37-.55.34-1.04.75-1.48,1.22h0c-1.24,1.23-2.07,2.83-2.38,4.54ZM53.69,26.08h-.65l-.05-.02c-.46-.19-.93-.34-1.42-.44h-.02s-.69-.21-.69-.21l.14-.3c.16-.35.24-.74.24-1.12v-6.91c0-1.61-1.31-2.92-2.92-2.92h-11.71c-1.61,0-2.92,1.31-2.92,2.92v6.82c0,.33.05.65.16.96l.13.38h-3.99l.13-.38c.1-.31.16-.63.16-.96v-6.82c0-1.61-1.31-2.92-2.92-2.92h-11.71c-1.61,0-2.92,1.31-2.92,2.92v6.82c0,.39.08.78.24,1.13l.14.3-.71.21c-.51.11-1.02.27-1.51.47l-.05.02h-.58l.02-13.81c.01-1.79,1.23-3.34,2.97-3.77,6.12-1.57,12.43-2.35,18.75-2.32,6.32-.05,12.63.73,18.75,2.33,1.73.43,2.96,1.98,2.97,3.77v13.88ZM51.7,25.06c.48.11.96.25,1.41.43v-13.29c-.01-1.53-1.05-2.85-2.54-3.22-6.08-1.58-12.33-2.36-18.61-2.31-6.27-.03-12.54.74-18.61,2.31-1.48.37-2.53,1.69-2.54,3.22l-.02,13.2c.47-.18.95-.32,1.43-.43l.06-.02c-.12-.34-.17-.7-.17-1.06v-6.81c0-1.93,1.57-3.5,3.5-3.5h11.71c1.93,0,3.5,1.57,3.5,3.5v6.82c0,.26-.03.51-.08.76h2.43c-.06-.25-.08-.5-.08-.76v-6.82c0-1.93,1.57-3.5,3.5-3.5h11.71c1.93,0,3.5,1.57,3.5,3.5v6.9c0,.36-.05.72-.17,1.06l.06.02ZM48.31,25.25h-11.71c-.72,0-1.31-.59-1.31-1.31v-6.86c0-.72.59-1.31,1.31-1.31h11.71c.72,0,1.31.59,1.31,1.31v6.86c0,.72-.59,1.31-1.31,1.31ZM36.6,16.34c-.41,0-.74.33-.74.74v6.86c0,.41.33.74.74.74h11.71c.41,0,.74-.33.74-.74v-6.86c0-.41-.33-.74-.74-.74h-11.71ZM27.34,25.21h-11.71c-.72,0-1.31-.59-1.31-1.31v-6.82c0-.72.59-1.31,1.31-1.31h11.71c.72,0,1.31.59,1.31,1.31v6.82c0,.72-.59,1.31-1.31,1.31ZM15.62,16.34c-.41,0-.74.33-.74.74v6.82c0,.41.33.74.74.74h11.71c.41,0,.74-.33.74-.74v-6.82c0-.41-.33-.74-.74-.74h-11.71Z'/%3E%3C/g%3E%3C/svg%3E");
}
.mobile-menu-opened .floating-buttons .floating-button {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 992px) {
.floating-buttons .floating-button {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
}
@media screen and (max-width: 768px) {
.floating-buttons {
top: 50vh;
}
.floating-buttons .floating-button {
width: 44px;
height: 120px;
margin: 0;
transition: none;
}
.floating-buttons .floating-button:before {
display: none;
}
.floating-buttons .floating-button.phone,
.floating-buttons .floating-button.contact {
display: none;
}
.floating-buttons .floating-button-label,
.floating-buttons .floating-button:hover .floating-button-label {
opacity: 1;
visibility: visible;
transform: rotate(-90deg);
height: 44px;
line-height: 44px;
right: 0;
top: 0;
position: relative;
text-transform: uppercase;
font-weight: var(--bold-weight);
}
.floating-buttons .floating-button i.icon {
display: none;
}
}
@media screen and (max-width: 575px) {
.floating-buttons .floating-button-label,
.floating-buttons .floating-button:hover .floating-button-label {
}
} #stopper {
width: 240px;
height: 240px;
max-width: 240px;
aspect-ratio: 1/1;
margin: 0;
padding: 10px;
background-color: var(--yellow-color);
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
text-align: center;
vertical-align: middle;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
bottom: 12em;
right: 4em;
z-index: 100;
transition: 0.5s all;
}
#stopper:hover {
transform: translateY(-10px);
}
#stopper a {
width: 100%;
height: 100%;
font-size: 24px;
font-weight: var(--regular-weight);
color: var(--white-color);
letter-spacing: 1px;
text-align: center;
line-height: 1.2em;
text-transform: uppercase;
-moz-hyphens: auto;
hyphens: auto;
display: flex;
align-items: center;
justify-content: center;
}
#stopper a span.mobile {
display: none;
}
#stopper span.desktop {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 0.25em;
}
#stopper span.stopper-info {
font-size: var(--h5-font-size);
font-weight: var(--bold-weight);
letter-spacing: 1px;
line-height: 1.3em;
}
#stopper span.stopper-date-time,
#stopper span.desktop span:not(.stopper-info) {
font-size: var(--body-font-size);
line-height: 1.3em;
}
#stopper span.desktop span:not(.stopper-info):not(.stopper-date-time) {
font-size: var(--body-font-size);
line-height: 20px;
}
#stopper span.desktop span:not(.stopper-info) {
font-weight: var(--regular-weight);
text-transform: none;
}
@media only screen and (max-width: 1200px) {
#stopper {
}
}
@media only screen and (max-width: 992px) {
#stopper {
right: 40px;
top: 8em;
width: 160px;
height: 160px;
padding: 10px;
}
#stopper a {
}
#stopper a span.desktop {
display: none;
}
#stopper a span.mobile {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 0;
}
#stopper span.mobile span.stopper-info {
font-size: var(--body-font-size);
}
#stopper span.mobile span.stopper-date-time {
font-size: var(--meta-font-size);
}
}
@media only screen and (max-width: 575px) {
#stopper {
width: 120px;
height: 120px;
right: 20px;
}
#stopper span.mobile span.stopper-info {
font-size: var(--meta-font-size);
}
#stopper span.mobile span.stopper-date-time {
display: none;
}
} .booking-bar {
width: 100%;
padding: 10px 0;
background-color: var(--accent-color);
position: fixed;
left: 0;
bottom: 0;
z-index: 1000;
}
.booking-bar fieldset {
align-items: center;
justify-content: space-around;
display: flex;
}
.booking-bar label {
margin: 0;
padding: 0;
font-size: 12px;
font-weight: var(--light-weight);
color: var(--white-color);
text-transform: uppercase;
letter-spacing: 2px;
display: block
}
.booking-bar .date-group {
width: 360px;
margin-right: 30px;
}
.booking-bar .person-group {
width: 100px;
margin-right: 30px;
}
.booking-bar .date-group .form-control,
.booking-bar .person-group .form-control {
padding: 0;
background-color: transparent;
font-size: var(--h4-font-size);
color: var(--white-color);
border: 0;
box-shadow: none;
outline: 0;
}
.menu-opened .booking-bar .date-group .form-control, 
.menu-opened .booking-bar .person-group .form-control {
color: var(--primary-color);
}
.booking-bar .person-group select {
padding: 0;
background-color: transparent;
font-size: var(--h4-font-size);
color: var(--white-color);
border: 0;
box-shadow: none;
outline: 0; 
}
.menu-opened .booking-bar .person-group select {
color: var(--primary-color);
}
.booking-bar .container {
display: flex;
justify-content: space-between;
align-items: center;
}
.booking-bar .field-group {
display: flex;
align-items: center;
justify-content: flex-start;
}
.booking-bar .btn-available {
display: block;
height: 48px;
margin: 0;
padding: 0 20px;
background: transparent;
border: var(--border-size) solid var(--white-color);
font-size: var(--meta-font-size);
font-weight: var(--regular-weight);
color: var(--white-color);
text-align: center;
line-height: 48px;
letter-spacing: 1px;
text-transform: uppercase;
border-radius: var(--border-radius);
cursor: pointer
}
.booking-bar .btn-available:hover {
background-color: var(--white-color);
color: var(--accent-color);
}
@media(min-width:768px) {
.menu-opened .booking-bar {
background-color: transparent;
}
.menu-opened .booking-bar label,
.menu-opened .booking-bar .form-text {
color: var(--primary-color);
}
.menu-opened .booking-bar .btn-available {
color: var(--primary-color);
border-color: var(--primary-color);
}
.menu-opened .booking-bar .btn-available:hover {
background-color: var(--primary-color);
color: var(--white-color);
}
}
@media(max-width:992px) {
}
@media(max-width:768px) {
.booking-bar {
padding: 0;
}
.booking-mobile {
height: 44px;
display: flex;
justify-content: space-between;
}
.booking-mobile .button {
width: 100%;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
color: var(--white-color);
}
} .appointment-title {
font-weight: var(--regular-weight) !important;
font-size: 36px !important;
color: var(--white-color) !important;
}
.appointment-title strong {
font-weight: var(--bold-weight) !important;
font-size: 44px !important;
}
.appointment-title::before {
display: none !important;
}
@media only screen and (max-width: 480px) {
.appointment-title {
font-size: 24px !important;
line-height: 26px !important;
}
.appointment-title strong {
font-size: 26px !important;
line-height: 28px !important;
}
} [data-aos] {
opacity: 0;
transition-property: opacity, transform;
}
.fade {
transform: none;
}
.fade-left {
transform: translateX(-100px);
}
.fade-right {
transform: translateX(100px);
}
.fade-up {
transform: translateY(100px);
}
.fade-down {
transform: translateY(-100px);
}
.animated.fade {
opacity: 1;
}
.animated.fade-left,
.animated.fade-right {
transform: translateX(0);
opacity: 1;
}
.animated.fade-up,
.animated.fade-down {
transform: translateY(0);
opacity: 1;
}
.desaturate,
.desaturate img {
-webkit-filter: grayscale(1);
filter: grayscale(1);
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
}
.desaturate:hover,
.desaturate:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
filter: none;
} @media screen and (max-width:1360px) {
.container {
padding: 0 40px;
}
.section {
padding: 40px 0 40px 0;
}
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:992px) {
}
@media screen and (max-width:768px) {
p a:not(.nohyphen) {
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.container {
padding: 0 20px;
}
.section {
padding: 30px 0 30px 0;
}
.section ul:not(.plane-equipment-list) li::before {
top: 9px;
}
}
@media screen and (max-width:575px) {
img.desaturate {
-webkit-filter: grayscale(0);
filter: grayscale(0);
filter: none;
}
}