@charset "UTF-8";
/*
Theme Name: Di-Mas Theme
Text Domain: dimas
Author: Black Pixel
Version: 0.2
*/
/*

Changelog:


*/

body .recognition.start{
	z-index: 100 !important;
	margin-top: 50px;
}

body .recognition{
	justify-content: center;
}

body .recognition .logo{
	width: 90px;
	height: 90px;
	margin: 0 15px;
}

body .recognition .footer-logo{
	width: 90px;
	height: 90px;
	margin: 0 -15px;
}

body .logo-2021{
	background-image: url('https://di-mas.se/wp-content/uploads/2022/05/2021.png');
	background-size: cover;
}

body .logo-2022{
	background-image: url('https://di-mas.se/wp-content/uploads/2022/05/2022.png');
	background-size: cover;
}

body .logo-yearsInRowBadge{
	background-image: url('https://di-mas.se/wp-content/uploads/2022/05/five-in-a-row.png');
	background-size: cover;
}

body {
  margin: 0;
  font-size: 1vw;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Original färger. */
  --green-color: #66b995;
  --dark-green-color: #5eb18c;
  /* Lite kallare färger. */
  --green-color: #7dbd9a;
  --dark-green-color: #77b392;
}

body.mobile {
  font-size: 2.618vw;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

h2 {
  text-transform: capitalize;
  font-weight: 900;
  font-size: 3em;
}

h3 {
  text-transform: capitalize;
  font-weight: 900;
  font-size: 2em;
}

p,
.ue-text.ue-text p {
  color: #333;
  font-size: 1.2em;
  line-height: 1.5;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  margin-bottom: 1em;
}

p.mobile,
.ue-text.ue-text p.mobile {
  font-size: 1em;
}

p:last-child,
.ue-text.ue-text p:last-child {
  margin-bottom: 0;
}

.btn {
  list-style: none;
  cursor: pointer;
  background: transparent;
  border: white solid .1em;
  border-radius: .3em !important;
  text-transform: uppercase;
  padding: .6em 1em .5em 1em !important;
  font-size: 1em !important;
  color: white;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, a, .btn, label, .label {
  font-family: 'Futura Round';
}

.checkbox {
  font-size: 2em;
  display: block;
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 900;
  /* Create a custom checkbox */
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox input:checked ~ .checkmark {
  background-color: #FFBF3C;
}

.checkbox input:checked ~ .checkmark:after {
  border-color: white;
}

.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1em;
  width: 1em;
  background-color: #eee;
  border-radius: 0.2em;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}

.checkbox .checkmark:after {
  content: "";
  position: absolute;
  -webkit-transition: border-color 250ms;
  transition: border-color 250ms;
}

.checkbox .checkmark:after {
  left: 0.35em;
  top: 0.12em;
  width: 0.25em;
  height: 0.5em;
  border: solid;
  border-color: transparent;
  border-width: 0 0.1em 0.1em 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-field {
  font-size: 2em;
  width: attr(data-width);
  --color: white;
}

.text-field {
  border-bottom: var(--color) solid 0.1em !important;
}

.text-field.invalid {
  --color: red;
}

.text-field, .text-field input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  background: none;
  border: none;
  outline: none;
  font-weight: 900;
  color: var(--color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.text-field::-webkit-input-placeholder, .text-field input::-webkit-input-placeholder {
  color: var(--color);
  opacity: 0.3;
}

.text-field:-ms-input-placeholder, .text-field input:-ms-input-placeholder {
  color: var(--color);
  opacity: 0.3;
}

.text-field::-ms-input-placeholder, .text-field input::-ms-input-placeholder {
  color: var(--color);
  opacity: 0.3;
}

.text-field::placeholder, .text-field input::placeholder {
  color: var(--color);
  opacity: 0.3;
}

.text-field input {
  font-size: 1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.text-field input[type="number"]::-webkit-outer-spin-button, .text-field input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.text-field input[type="number"] {
  -moz-appearance: textfield;
}

.text-field:after {
  content: attr(data-content);
  font-family: 'Futura Round';
}

.status {
  width: 4em;
  height: 4em;
  margin-left: 1em;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.status div {
  font-size: 0.8em;
  background: white;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  border-radius: 1em;
}

.status.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.status.loading div {
  width: 1em;
  height: 1em;
  -webkit-animation: loading 1s infinite ease-in-out;
          animation: loading 1s infinite ease-in-out;
}

.status.loading div:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.status.loading div:nth-of-type(3) {
  -webkit-animation-delay: 0.20s;
          animation-delay: 0.20s;
}

.status.complete div {
  width: 0em;
  height: 0em;
}

.status.complete div:nth-of-type(1) {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}

.status.complete div:nth-of-type(2) {
  width: 3em;
  height: 3em;
  border-radius: 3em;
  position: relative;
}

.status.complete div:nth-of-type(2):before, .status.complete div:nth-of-type(2):after {
  content: "";
  position: absolute;
  top: 70%;
  left: 45%;
  width: 0.35em;
  background: #ccc;
  border-radius: 10em;
}

.status.complete div:nth-of-type(2):before {
  height: 1.0em;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) translateY(-42.5%);
          transform: translate(-50%, -50%) rotate(-45deg) translateY(-42.5%);
}

.status.complete div:nth-of-type(2):after {
  height: 1.8em;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translateY(-42.5%);
          transform: translate(-50%, -50%) rotate(45deg) translateY(-42.5%);
}

.status.complete div:nth-of-type(3) {
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}

#menubutton {
  position: fixed;
  margin-top: 2em;
  left: 2em;
  z-index: 1501;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: -webkit-filter 250ms;
  transition: -webkit-filter 250ms;
  transition: filter 250ms;
  transition: filter 250ms, -webkit-filter 250ms;
}

#menubutton.filled:not(.open):not(.back) {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.flex-button {
  cursor: pointer;
  width: 2em;
  height: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-button > div {
  background: white;
  width: 100%;
  height: 15%;
  border-radius: 2em;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.flex-button.open div:nth-of-type(1) {
  -webkit-transform: translateY(calc(.9em - 50%)) rotate(45deg);
          transform: translateY(calc(.9em - 50%)) rotate(45deg);
}

.flex-button.open div:nth-of-type(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.flex-button.open div:nth-of-type(3) {
  -webkit-transform: translateY(calc(-.9em + 50%)) rotate(-45deg);
          transform: translateY(calc(-.9em + 50%)) rotate(-45deg);
}

.flex-button.back div:nth-of-type(1) {
  -webkit-transform: translateY(160%) rotate(-45deg) scaleX(0.6);
          transform: translateY(160%) rotate(-45deg) scaleX(0.6);
}

.flex-button.back div:nth-of-type(2) {
  -webkit-transform: scaleX(0.6) translateX(30%);
          transform: scaleX(0.6) translateX(30%);
}

.flex-button.back div:nth-of-type(3) {
  -webkit-transform: translateY(-160%) rotate(45deg) scaleX(0.6);
          transform: translateY(-160%) rotate(45deg) scaleX(0.6);
}

#booking-btn {
  position: fixed;
  z-index: 1500;
  margin-top: 2em;
  right: 2em;
  margin-top: 2.9em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 250ms, border-color 250ms;
  transition: background-color 250ms, border-color 250ms;
  border-width: 0.2em;
  font-weight: 600;
}

#booking-btn.filled:not(.menu-is-open) {
  background-color: var(--green-color);
  border-color: var(--green-color);
}

#booking-btn span:first-child {
  display: none;
}

@media screen and (min-width: 768px) {
  #booking-btn span:first-child {
    display: inline;
  }
}

/**
 *  The menu bar.
 */
#menubar {
  position: fixed;
  z-index: 1000;
  padding: 2em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}

#menubar .menubutton-fake {
  width: 2em;
  height: 1.8em;
}

#menubar .logo {
  height: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: -webkit-filter 250ms;
  transition: -webkit-filter 250ms;
  transition: filter 250ms;
  transition: filter 250ms, -webkit-filter 250ms;
}

#menubar .logo a {
  height: 350%;
}

#menubar .logo a img {
  height: 100%;
}

#menubar .logo a img.mobile {
  width: 5em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: -1.5em;
     object-position: -1.5em;
}

#menubar.filled {
  background: white;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#menubar.filled .logo {
  -webkit-filter: invert(1);
          filter: invert(1);
}

/**
 *  The actual menu.
 */
#menu {
  z-index: 1500;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

#menu .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.41);
}

#menu .panels {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#menu .panels .menu {
  min-width: 25%;
  height: 100%;
  background-color: var(--green-color);
  padding-top: 10em;
  padding-left: 0;
  margin: 0;
  position: relative;
  list-style: none;
}

#menu .panels .menu.mobile {
  width: 100%;
}

#menu .panels .menu li {
  padding: 0.2em 2em;
  position: relative;
  margin-bottom: 0.5em;
}

#menu .panels .menu li:before {
  content: "";
  display: block;
  background: var(--green-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-filter: brightness(1.025);
          filter: brightness(1.025);
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  opacity: 0;
}

#menu .panels .menu li.open:before {
  opacity: 1;
}

#menu .panels .menu li.menu-item-has-children > a:after {
  content: "+";
  height: 1em;
  margin-left: 0.5em;
  display: inline-block;
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}

#menu .panels .menu li.open.menu-item-has-children > a:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#menu .panels .menu li a {
  text-decoration: none;
  color: white;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.25em;
  display: block;
  -webkit-transform: translateY(0.14em);
          transform: translateY(0.14em);
}

#menu .panels .menu li a:not(.mobile):hover {
  text-decoration: underline;
}

#menu .panels .menu li .sub-menu {
  display: none;
  list-style: none;
  position: absolute;
  left: 100%;
  min-width: 100%;
  height: 100vh;
  top: 0;
  background-color: var(--green-color);
  padding-left: 0;
}

#menu .panels .menu li .sub-menu.mobile {
  left: 0;
  z-index: 10;
}

#menu .panels .menu li .sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -100%;
  left: 0;
  background: var(--green-color);
  width: 100%;
  height: 100%;
}

#booking {
  font-size: 0.9em;
  display: none;
  z-index: 1600;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#booking .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.41);
}

#booking .content {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background: var(--green-color);
  padding: 8em 4em 4em 4em;
  color: white;
  overflow-y: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#booking .content.mobile {
  width: 100%;
  padding: 8em 2em 4em 2em;
}

#booking .content > .status {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 3em;
}

#booking .content .container {
  width: 100%;
  height: auto;
  display: block;
}

#booking .content .container .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0em 2em;
}

#booking .content .container .header.mobile {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#booking .content .container .header.mobile .back {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 1em;
}

#booking .content .container .header.mobile .title {
  width: 100%;
  margin-bottom: 1em;
}

#booking .content .container .header.mobile .controls .icons {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 0;
}

#booking .content .container .header.mobile .controls .icons > div {
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

#booking .content .container .header .back {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.3em;
  margin-right: 2em;
}

#booking .content .container .header .title {
  width: 35%;
  font-size: 2.5em;
}

#booking .content .container .header .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#booking .content .container .header .controls .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1em 0em;
}

#booking .content .container .header .controls .icons p {
  color: white;
}

#booking .content .container .header .controls .icons > div {
  margin-left: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#booking .content .container .header .controls .icons .icon-button {
  width: 3em;
  height: 3em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  cursor: pointer;
  margin-bottom: 0.5em;
}

#booking .content .container .header .controls .icons .icon-button.active {
  opacity: 1;
}

#booking .content .container .header .controls .icons p {
  font-weight: 600;
}

#booking .content .container .services {
  width: 100%;
  height: auto;
  display: block;
  overflow-x: hidden;
}

#booking .content .container .services::-webkit-scrollbar {
  background: var(--dark-green-color);
  border-radius: 1em;
  width: 0.8em;
}

#booking .content .container .services::-webkit-scrollbar-thumb {
  background: #57AD87;
  border-radius: 1em;
}

#booking .content .container .services .page {
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translateX(2.5%);
          transform: translateX(2.5%);
}

#booking .content .container .services .page .service {
  position: relative;
  width: 22%;
  margin: 3% 3% 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#booking .content .container .services .page .service:after {
  content: "";
  display: block;
  padding-bottom: 61.8%;
}

#booking .content .container .services .page .service .card {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--dark-green-color);
  color: white;
  text-decoration: none;
  border-radius: 1.5em;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

#booking .content .container .services .page .service .card .title {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1em;
  text-transform: uppercase;
}

#booking .content .container .services .page .service .card .image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#booking .content .container .services .page .service.tablet {
  width: 44.5%;
  margin: 5% 5% 0 0;
}

#booking .content .container .services .page .service.mobile {
  width: 100%;
  margin: 0 0 2em 0;
}

#booking .content .container.service {
  display: none;
}

#booking .content .container.service .table {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--dark-green-color);
  margin: 1em 2em 0em 2em;
  border-radius: 1.5em;
  height: 100%;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
  overflow-y: auto;
}

#booking .content .container.service .table.mobile {
  font-size: 2.5vw;
  margin: 0;
}

#booking .content .container.service .table.mobile .text-field, #booking .content .container.service .table.mobile .text-field > * {
  width: 100% !important;
  text-align: center;
}

#booking .content .container.service .table::-webkit-scrollbar {
  background: var(--dark-green-color);
  border-radius: 1em;
}

#booking .content .container.service .table::-webkit-scrollbar-thumb {
  background: #57AD87;
  border-radius: 1em;
}

#booking .content .container.service .table > div, #booking .content .container.service .table div, #booking .content .container.service .table > label {
  height: auto;
}

#booking .content .container.service .table > div.line-break, #booking .content .container.service .table div.line-break, #booking .content .container.service .table > label.line-break {
  width: 100%;
  margin: 0;
}

#booking .content .container.service .table > div.label, #booking .content .container.service .table div.label, #booking .content .container.service .table > label.label {
  font-size: 2em;
  font-weight: 900;
}

#booking .content .container.service .table .status.send {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 0;
  width: 100%;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

footer {
  background: #FCF9EF;
  padding: 5em 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

footer.mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer > .widget_media_image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20em;
  list-style: none;
}

footer > section {
  width: 25%;
}

footer > section.mobile {
  width: 100%;
  margin-bottom: 4em;
}

footer > section h2 {
  font-size: 2em;
  color: #FFBF3C;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}

footer > section .widget_text p {
  margin-bottom: 0.5em;
}

footer > section .widget_nav_menu ul {
  list-style: none;
  padding: 0;
}

footer > section .widget_nav_menu ul a {
  color: #666;
  text-decoration: none;
  -webkit-transition: color 250ms;
  transition: color 250ms;
  text-transform: capitalize;
}

footer > section .widget_nav_menu ul a:hover {
  color: black;
}

footer > section .widget_nav_menu ul ul {
  padding-left: 0.75em;
}

footer > section > li {
  list-style: none;
}

.elementor-html footer, .elementor-html #menubar, .elementor-html #menubutton, .elementor-html #booking-btn {
  display: none !important;
}

@media (max-width: 767px) {
  .elementor-6 section.elementor-element.elementor-element-991d2da,
  .elementor-6 section.elementor-element.elementor-element-e452033 {
    padding: 7.3vw;
  }
}

.elementor-element-ffbbae0 .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-element-882d5a4 .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}

p.elementor-icon-box-description.mobile, p.elementor-icon-box-description.tablet {
  display: inline;
}

.bp {
  position: absolute;
  left: 0;
  bottom: 2em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bp p {
  margin: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 1em;
}

.bp img {
  max-width: 2em;
}

.recognition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 1em;
}

#reco--badge-2018 > a {
  width: 50px !important;
  height: 50px !important;
}

#reco--badge-2019 > a {
  width: 50px !important;
  height: 50px !important;
}

#reco--badge-2020 > a {
  width: 50px !important;
  height: 50px !important;
}

.dots {
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

.dots .dot {
  height: 15px;
  width: 15px;
  cursor: pointer;
  margin: 0 2px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.dot.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.slideshow-container {
  width: 45%;
  margin-left: 35px;
  /* text-align: center; */
  /* padding: 3em; */
  /* max-width: 30em; */
  height: 30em;
  max-height: 30em;
  position: relative;
  /* margin: auto; */
  padding-left: 0;
}

.slideshow-container.mobile {
  width: 100%;
  margin-left: 0px;
}

.slideshow-container .mySlides {
  display: none;
  height: 25em !important;
  width: 25em;
  overflow: hidden;
  margin: 0px auto;
}

.slideshow-container .mySlides img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 43%;
  width: auto;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.next {
  right: 0em;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0em;
  border-radius: 3px 0 0 3px;
}

.mylabels {
  width: 45%;
  margin-right: 30px;
}

.mylabels.mobile {
  width: 90%;
  margin-right: 0px;
}

.mylabels div {
  margin-bottom: 1em;
}

.buttons-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          align-items: center;
          flex-direction: column;
}

.buttons-submit > *, .buttons-submit .buttons > *{
    width: fit-content;
    margin-bottom: 1rem;
}

.buttons-submit .buttons {
    display: flex;
    flex-wrap: wrap;
}


.title-read-more {
    padding: 0.5em 1em;
    margin: 1rem 0;    
    font-family: 'Futura Round';
    border-radius: 0.75em;
    font-size: 1em;
    color: white;
    text-decoration: none;
    display: block;
    font-weight: 900;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

.buttons-submit .buttons > *:not(:last-child) {
    margin-right: 1rem;
}

.submit-mybtn, .read-more {
  padding: .5em 1em;
  border-radius: .75em;
  font-size: 1.5em;
  border: solid white 0.15em;
  color: white;
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-weight: 900;
  text-transform: capitalize;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
}

.submit-mybtn {
  background: white;
  color: #FFBF3C;
  /*margin-right: 1em;*/
}

.news-splitscreen-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-splitscreen-container .inner-splitscreen {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-splitscreen-container .inner-splitscreen .split-right-section {
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.split-right-section{
     width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news-splitscreen-container .inner-splitscreen .split-right-section.mobile {
  width: 100%;
  min-height: 50vh;
}

.news-splitscreen-container .inner-splitscreen .the-news {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-splitscreen-container .inner-splitscreen .the-news.mobile {
  width: 100%;
}

.news-splitscreen-container .inner-splitscreen .the-news .inner-news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15% 15% 15% 15%;
}

.news-splitscreen-container .inner-splitscreen .the-news .inner-news .line {
  width: 5em;
  height: 0.2em;
  border-radius: 1em;
  background: #FFBF3C;
  margin-bottom: 20px;
}

.news-splitscreen-container .inner-splitscreen .the-news .inner-news .heading {
  text-transform: none;
  font-size: 3em;
  font-weight: 200 !important;
  margin-top: 0.15em;
}

.news-splitscreen-container .inner-splitscreen .the-news .inner-news .top-heading {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 1em;
  color: #000;
}

.dots2 {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

.dots2 .dot2 {
  height: 15px;
  width: 15px;
  cursor: pointer;
  margin: 0 2px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.dot2.active,
.dot2:hover {
  background-color: #717171;
}

/* Fading animation */
.fade2 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.slideshow-container2 {
  width: 100%;
  position: relative;
  padding-left: 0;
  margin-top: 3em;
}

.slideshow-container2.mobile {
  width: 100%;
  margin-left: 0px;
}

.slideshow-container2 .mySlides2 {
  display: none;
  overflow: hidden;
  min-height: 23em;
}

.slideshow-container2 .mySlides2 a {
  vertical-align: middle;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #949292;
  font-size: 2em;
  font-weight: 300 !important;
  margin-bottom: 10px;
}

.slideshow-container2 .mySlides2 a:hover {
  color: #333;
}

.prev2,
.next2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #949292;
  cursor: pointer;
  width: auto;
  font-weight: 200;
  font-size: 15px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.next2 {
  border-radius: 3px 0 0 3px;
  font-family: 'Futura Round';
  line-height: 0px;
}

.prev2 {
  border-radius: 3px 0 0 3px;
  font-family: 'Futura Round';
  margin-right: 20px;
  line-height: 0px;
}

.next2:hover {
  color: #333;
}

.prev2:hover {
  color: #333;
}

.slideChange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5em;
}
/*# sourceMappingURL=style.css.map */