@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
  font-size: 14px;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Bitter', serif;
  background-color: #fffcf6;
}
a {
  text-decoration: none;
  color: #436046;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
a:hover {
  color: #7DB45F;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cinzel Decorative', cursive;
  color: #4c4c4c;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 0.7em;
}
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark,
h6.dark {
  color: #4c4c4c;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: white;
}
h1 {
  font-weight: 100;
  font-size: 3rem;
  margin-bottom: 1rem;
  padding-top: 0.25rem;
}
h2 {
  font-weight: 100;
  font-size: 1.7rem;
  margin-bottom: 1rem;
  padding-top: 0.25rem;
}
h3 {
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  padding-top: 0.20rem;
  font-weight: 200;
}
h3.styled {
  font-family: 'Cinzel Decorative', cursive;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.8rem;
  line-height: 0.8em;
  margin-bottom: 0;
}
h3.styled small,
h3.styled a {
  font-size: 14px;
  line-height: 14px;
}
h3.styled a {
  color: #4c4c4c;
}
h3.styled a:hover {
  color: #7DB45F;
}
h4 {
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  margin-bottom: 0.6rem;
  padding-top: 0.15rem;
}
h4.styled {
  font-family: 'Cinzel Decorative', cursive;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 0.8em;
  margin-bottom: 0;
}
h4.styled small,
h4.styled a {
  font-size: 14px;
  line-height: 14px;
}
h4.styled a {
  color: #4c4c4c;
}
h4.styled a:hover {
  color: #7DB45F;
}
h5 {
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
  padding-top: 0.15rem;
}
h6 {
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.7rem;
  margin-bottom: 0.6rem;
  padding-top: 0.15rem;
}
main {
  font-family: 'Bitter', serif;
  color: #4c4c4c;
  font-size: 1.02rem;
  line-height: 1.45rem;
  letter-spacing: 1px;
  font-weight: 300;
}
main p {
  color: #4c4c4c;
  font-size: 1.02rem;
  line-height: 1.45rem;
  letter-spacing: 1px;
  font-weight: 400;
}
main p a,
main p a:active,
main p a:visited {
  color: #436046;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
main p a:after,
main p a:active:after,
main p a:visited:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  font-size: 0.8em;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
main p a:hover,
main p a:active:hover,
main p a:visited:hover {
  color: #7DB45F;
  text-decoration: underline;
}
main p a:hover:after,
main p a:active:hover:after,
main p a:visited:hover:after {
  transform: translateX(5px);
}
main .default-page ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.wc-block-attribute-filter-list):not(.products):not(.tabs) {
  position: relative;
  color: #436046;
  font-size: 1.05rem;
  line-height: 2rem;
  color: #4c4c4c;
  list-style: none;
  margin-left: 15px;
}
main .default-page ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.wc-block-attribute-filter-list):not(.products):not(.tabs) li {
  color: #436046;
  position: relative;
  padding-bottom: 10px;
}
main .default-page ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.wc-block-attribute-filter-list):not(.products):not(.tabs) li:before {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 4px;
  left: -16px;
  border-radius: 100%;
  top: 12px;
  background-color: #436046;
}
main .default-page .elementor-element.elementor-widget.elementor-widget-heading {
  margin-bottom: 10px;
}
main .default-page .centered-list ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list) {
  margin: 0;
  padding: 0;
  list-style: none;
}
main .default-page .centered-list ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list) li {
  text-align: center;
  background: #436046;
  border-radius: 5px;
  color: white !important;
  padding: 5px;
  margin: 3px;
  line-height: 1.2em;
}
main .default-page .centered-list ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list) li:before {
  display: none !important;
}
img.styled {
  border-radius: 5px;
}
a.arrow-down {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}
a.arrow-down i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
a.arrow-down:hover i {
  top: 80%;
}
.button,
.elementor-button,
a.elementor-button,
a.elementor-button:visited,
a.elementor-button:active,
a.button,
a.button:visited,
a.button:active {
  display: inline-block;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  position: relative;
  border: 1px solid #436046;
  background-color: #fffcf6;
  border-radius: 50px;
  padding: 3px 15px;
  color: #436046;
  font-weight: bold;
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.3);
  padding: 3px 25px 3px 15px;
}
.button:hover,
.elementor-button:hover,
a.elementor-button:hover,
a.elementor-button:visited:hover,
a.elementor-button:active:hover,
a.button:hover,
a.button:visited:hover,
a.button:active:hover {
  color: #7DB45F;
  border: 1px solid #7DB45F;
}
.button:after,
.elementor-button:after,
a.elementor-button:after,
a.elementor-button:visited:after,
a.elementor-button:active:after,
a.button:after,
a.button:visited:after,
a.button:active:after {
  position: absolute;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
  font-weight: 300;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  font-size: 11px;
}
.button.back,
.elementor-button.back,
a.elementor-button.back,
a.elementor-button:visited.back,
a.elementor-button:active.back,
a.button.back,
a.button:visited.back,
a.button:active.back {
  padding: 3px 15px 3px 25px;
}
.button.back:after,
.elementor-button.back:after,
a.elementor-button.back:after,
a.elementor-button:visited.back:after,
a.elementor-button:active.back:after,
a.button.back:after,
a.button:visited.back:after,
a.button:active.back:after {
  content: "\f060";
  right: auto;
  left: 8px;
}
.button:hover:after,
.elementor-button:hover:after,
a.elementor-button:hover:after,
a.elementor-button:visited:hover:after,
a.elementor-button:active:hover:after,
a.button:hover:after,
a.button:visited:hover:after,
a.button:active:hover:after {
  right: -20px;
}
.button:hover.back:after,
.elementor-button:hover.back:after,
a.elementor-button:hover.back:after,
a.elementor-button:visited:hover.back:after,
a.elementor-button:active:hover.back:after,
a.button:hover.back:after,
a.button:visited:hover.back:after,
a.button:active:hover.back:after {
  right: auto;
  left: -20px;
}
.button.big,
.elementor-button.big,
a.elementor-button.big,
a.elementor-button:visited.big,
a.elementor-button:active.big,
a.button.big,
a.button:visited.big,
a.button:active.big {
  padding: 6px 30px 6px 30px;
  font-size: 16px;
}
.button.primary,
.elementor-button.primary,
a.elementor-button.primary,
a.elementor-button:visited.primary,
a.elementor-button:active.primary,
a.button.primary,
a.button:visited.primary,
a.button:active.primary {
  background: #436046;
  color: white;
}
.button.primary:hover,
.elementor-button.primary:hover,
a.elementor-button.primary:hover,
a.elementor-button:visited.primary:hover,
a.elementor-button:active.primary:hover,
a.button.primary:hover,
a.button:visited.primary:hover,
a.button:active.primary:hover {
  border: 1px solid #5c435c;
  background: #5c435c;
}
.button.primary:hover:after,
.elementor-button.primary:hover:after,
a.elementor-button.primary:hover:after,
a.elementor-button:visited.primary:hover:after,
a.elementor-button:active.primary:hover:after,
a.button.primary:hover:after,
a.button:visited.primary:hover:after,
a.button:active.primary:hover:after {
  color: #5c435c;
}
.button.secondary,
.elementor-button.secondary,
a.elementor-button.secondary,
a.elementor-button:visited.secondary,
a.elementor-button:active.secondary,
a.button.secondary,
a.button:visited.secondary,
a.button:active.secondary {
  background: #5c435c;
  color: white;
}
.button.secondary:hover,
.elementor-button.secondary:hover,
a.elementor-button.secondary:hover,
a.elementor-button:visited.secondary:hover,
a.elementor-button:active.secondary:hover,
a.button.secondary:hover,
a.button:visited.secondary:hover,
a.button:active.secondary:hover {
  border: 1px solid #436046;
  background: #436046;
}
.button.secondary:hover:after,
.elementor-button.secondary:hover:after,
a.elementor-button.secondary:hover:after,
a.elementor-button:visited.secondary:hover:after,
a.elementor-button:active.secondary:hover:after,
a.button.secondary:hover:after,
a.button:visited.secondary:hover:after,
a.button:active.secondary:hover:after {
  color: #436046;
}
.button.wide,
.elementor-button.wide,
a.elementor-button.wide,
a.elementor-button:visited.wide,
a.elementor-button:active.wide,
a.button.wide,
a.button:visited.wide,
a.button:active.wide {
  display: block;
  width: 100%;
}
.e-form__buttons {
  width: 100% !important;
  text-align: right !important;
}
button.elementor-button {
  flex-basis: unset !important;
  color: #436046 !important;
  border: 1px solid #436046 !important;
}
button.elementor-button:hover {
  background: #436046;
  color: white !important;
}
button.elementor-button:hover:after {
  color: #436046 !important;
}
.emptyspace {
  display: block;
}
input,
textarea,
select {
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #436046;
  border: 1px solid #fffcf6;
  border-radius: 5px;
  margin: 15px;
  padding: 10px 15px;
  border: 1px solid #436046;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #436046;
}
select {
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
}
.styled-select {
  position: relative;
  margin: 15px;
}
.styled-select:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  line-height: 100%;
  background: #4c4c4c;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: center;
}
.styled-select:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f078";
  font-size: 12px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: white;
  text-align: center;
}
.styled-select select {
  width: 100%;
  margin: 0;
}
.styled-select:hover {
  cursor: pointer;
}
.styled-select:hover select {
  border-color: #436046;
}
.styled-select:hover:before {
  background: #436046;
}
ul.breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
}
ul.breadcrumbs li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  color: #4c4c4c;
  font-weight: 600;
}
@media only screen and (max-width: 996px) {
  ul.breadcrumbs li {
    font-size: 10px;
    line-height: 10px;
  }
}
ul.breadcrumbs li:after {
  position: absolute;
  display: block;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  font-size: 12px;
}
ul.breadcrumbs li:last-child:after {
  content: "";
}
ul.breadcrumbs li a {
  color: #4c4c4c;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #fffcf6;
}
a.branding {
  display: block;
  width: 100%;
  margin: 15px 0;
  position: relative;
  max-width: 450px;
}
a.branding img {
  display: block;
  width: 100%;
}
header.bloemendroom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
@media only screen and (max-width: 996px) {
  header.bloemendroom-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
header.bloemendroom-header:before {
  z-index: 1;
  background: #436046;
  background: linear-gradient(180deg,#436046 0%,rgba(67,96,70,0) 100%);
  height: 200px;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
header.bloemendroom-header .container-fluid {
  z-index: 2;
  position: relative;
  padding: 0 100px;
}
@media only screen and (max-width: 1400px) {
  header.bloemendroom-header .container-fluid {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 1200px) {
  header.bloemendroom-header .container-fluid {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1100px) {
  header.bloemendroom-header .container-fluid {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 996px) {
  header.bloemendroom-header .container-fluid {
    padding: 0;
  }
}
header.bloemendroom-header .container-fluid .row .contacts-col {
  text-align: right;
}
header.bloemendroom-header .container-fluid .row .mid-col .main-menu {
  text-align: center;
  margin: 10px 0;
}
@media only screen and (max-width: 996px) {
  header.bloemendroom-header .container-fluid .row .mid-col .main-menu {
    display: none;
  }
}
header.bloemendroom-header .container-fluid .row .mid-col .main-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 996px) {
  header.bloemendroom-header .container-fluid .row .mid-col .main-menu ul {
    margin: 40px 0;
  }
}
header.bloemendroom-header .container-fluid .row .mid-col .main-menu ul li {
  display: inline-block;
}
@media only screen and (max-width: 996px) {
  header.bloemendroom-header .container-fluid .row .mid-col .main-menu ul li {
    display: block;
  }
}
header.bloemendroom-header .container-fluid .row .mid-col .main-menu ul li a {
  display: block;
  text-decoration: none;
  color: #fffcf6;
  padding: 5px 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 300;
}
@media only screen and (max-width: 996px) {
  header.bloemendroom-header .container-fluid .row .mid-col .main-menu ul li a {
    padding: 10px 15px;
    font-size: 16px;
  }
}
header.bloemendroom-header .container-fluid .row .mid-col .main-menu ul li a:hover {
  color: white;
  font-weight: bold;
}
header.bloemendroom-header .container-fluid .row .mid-col .main-menu ul li.current-menu-item a,
header.bloemendroom-header .container-fluid .row .mid-col .main-menu ul li.current-menu-item a:hover {
  color: white;
  font-weight: bold;
}
header.bloemendroom-header .container-fluid .row .mid-col .mobilemenubtn {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
  display: block;
  margin: 5px auto;
  color: white;
  border: 1px solid white;
  border-radius: 100px;
  cursor: pointer;
}
header.bloemendroom-header .container-fluid .row .mid-col .mobilemenubtn:hover {
  border: 1px solid transparent;
  background-image: linear-gradient(135deg,#dfcf66,#dfa966);
}
@media only screen and (min-width: 996px) {
  header.bloemendroom-header .container-fluid .row .mid-col .mobilemenubtn {
    display: none;
  }
}
header.bloemendroom-header .container-fluid .row .mid-col .mobilemenubtn-close {
  margin-top: 30px;
  display: none;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
  margin: 5px auto;
  color: white;
  border: 1px solid transparent;
  background-image: linear-gradient(135deg,#dfcf66,#dfa966);
  border-radius: 100px;
  cursor: pointer;
}
header.bloemendroom-header .container-fluid .row .mid-col .mobilemenubtn-close:hover {
  border: 1px solid white;
  background-image: none;
}
header.bloemendroom-header .container-fluid .row a.branding {
  position: relative;
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 10px auto;
}
header.bloemendroom-header .container-fluid .row a.branding img {
  width: 100%;
}
@media only screen and (max-width: 996px) {
  header.bloemendroom-header .container-fluid .row a.branding {
    max-width: 350px;
  }
}
@media only screen and (max-width: 996px) {
  header.bloemendroom-header .container-fluid .row .socials-col {
    display: none;
  }
}
@media only screen and (max-width: 996px) {
  header.bloemendroom-header .container-fluid .row .contacts-col {
    display: none;
  }
}
header.bloemendroom-header .container-fluid .row .contacts {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  transform: translateY(6px);
}
@media only screen and (max-width: 996px) {
  header.bloemendroom-header .container-fluid .row .contacts {
    margin: 0;
    display: none;
  }
}
header.bloemendroom-header .container-fluid .row .contacts a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  color: white;
}
header.bloemendroom-header .container-fluid .row .contacts a i {
  color: black;
  opacity: 1;
  padding-left: 8px;
  background-image: linear-gradient(135deg,#dfcf66,#dfa966);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
header.bloemendroom-header .container-fluid .row .contacts a:hover {
  color: rgba(255,255,255,0.8);
}
header.bloemendroom-header .container-fluid .row .contacts a:hover i {
  color: white;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-background-clip: unset;
  -moz-text-fill-color: unset;
}
header.bloemendroom-header.scrolled {
  padding: 15px 0 5px;
  background-color: rgba(67,96,70,0.9);
}
header.bloemendroom-header.scrolled .container-fluid .row a.branding {
  max-width: 350px;
  margin: 0 auto;
}
header.bloemendroom-header.scrolled .container-fluid .row .mid-col .main-menu {
  margin: 0;
}
header.bloemendroom-header.scrolled:before {
  opacity: 0;
  pointer-events: none;
}
header.bloemendroom-header.mobile-open {
  height: 100vh;
  padding-bottom: 20%;
  background-color: rgba(67,96,70,0.9);
}
header.bloemendroom-header.mobile-open:before {
  opacity: 0;
  pointer-events: none;
}
header.bloemendroom-header.mobile-open .container-fluid {
  height: 100%;
}
header.bloemendroom-header.mobile-open .container-fluid .row {
  align-content: start;
  height: 100%;
}
header.bloemendroom-header.mobile-open .container-fluid .row .mid-col a.branding {
  margin-top: 20px;
}
@media only screen and (max-width: 996px) {
  header.bloemendroom-header.mobile-open .container-fluid .row .mid-col .main-menu {
    display: block;
  }
}
@media only screen and (max-width: 996px) {
  header.bloemendroom-header.mobile-open .container-fluid .row .socials-col {
    display: block;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 996px) {
  header.bloemendroom-header.mobile-open .container-fluid .row .contacts-col {
    display: block;
    text-align: right;
    padding-left: 30px;
    padding-right: 30px;
  }
}
header.bloemendroom-header.mobile-open .container-fluid .row .contacts {
  display: none;
}
footer.bloemendroom-footer {
  color: white;
  position: relative;
  background-color: #436046;
  z-index: 6;
}
@media only screen and (max-width: 996px) {
  footer.bloemendroom-footer .col {
    text-align: center !important;
    margin: 25px 0;
  }
  footer.bloemendroom-footer .col .stripe {
    margin: 0 auto;
  }
  footer.bloemendroom-footer .col .openingsuren {
    margin: 0 auto;
    text-align: left !important;
  }
}
footer.bloemendroom-footer:before {
  z-index: 6;
  background: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/footer-slope.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  height: 80px;
  position: absolute;
  display: block;
  content: "";
  top: -79px;
  left: 0;
  right: 0;
}
footer.bloemendroom-footer .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
footer.bloemendroom-footer .container .row a.branding {
  width: 100%;
  display: block;
  margin: 0 auto;
}
footer.bloemendroom-footer .container .row a.branding img {
  width: 100%;
  max-width: 600px;
}
footer.bloemendroom-footer .container .row .footer-info {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}
footer.bloemendroom-footer table.openingsuren {
  text-transform: uppercase;
}
footer.bloemendroom-footer table.openingsuren tr td {
  font-size: 14px;
  line-height: 14px;
  font-weight: 12px;
  padding: 2px 15px 2px 3px;
  color: rgba(255,255,255,0.75);
  padding-bottom: 5px;
}
footer.bloemendroom-footer table.openingsuren tr td:nth-child(2) {
  font-weight: 600;
  font-family: 'Cinzel Decorative', cursive;
}
footer.bloemendroom-footer table.openingsuren tr.current td {
  background-image: linear-gradient(135deg,#dfcf66,#dfa966);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
footer.bloemendroom-footer table.openingsuren tr.remove td:nth-child(2) {
  text-decoration: line-through;
  opacity: 0.5;
}
footer.bloemendroom-footer table.openingsuren tr.alt td {
  font-size: 10px;
  line-height: 10px;
  padding-bottom: 10px;
}
footer.bloemendroom-footer ul.diensten-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer.bloemendroom-footer ul.diensten-list li {
  display: inline-block;
}
footer.bloemendroom-footer ul.diensten-list li a {
  padding: 2px 5px 2px 0;
  color: white;
}
footer.bloemendroom-footer ul.diensten-list li a:hover {
  color: #5c435c;
  background-image: linear-gradient(135deg,#dfcf66,#dfa966);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
footer.bloemendroom-footer .footer-contacts a.phone,
footer.bloemendroom-footer .footer-contacts a.email {
  font-size: 22px;
  line-height: 30px;
  color: white;
  font-family: 'Cinzel Decorative', cursive;
  font-weight: 600;
}
footer.bloemendroom-footer .footer-contacts a.phone:hover,
footer.bloemendroom-footer .footer-contacts a.email:hover {
  color: #7DB45F;
}
footer.bloemendroom-footer .footer-contacts a.email {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
}
footer.bloemendroom-footer .footer-contacts span.address {
  font-size: 12px;
  line-height: 9px;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.55);
  text-transform: lowercase;
  font-family: 'Cinzel Decorative', cursive;
  font-weight: 600;
}
footer.bloemendroom-footer .footer-contacts span.vatnumber {
  margin-top: 10px;
  font-size: 12px;
  line-height: 9px;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
.container-to-cover {
  position: relative;
  overflow: hidden;
}
img.cover-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.stripe {
  background-image: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/stripe.svg);
  width: 120px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 0 auto;
}
.stripe.white {
  background-image: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/stripe.svg);
}
.stripe.black {
  background-image: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/stripe-black.svg);
}
.stripe.dark {
  background-image: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/stripe-dark.svg);
}
.stripe.gold {
  background-image: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/stripe-gold.svg);
}
.stripe.inlineblock {
  display: inline-block;
}
.text-end .stripe,
.stripe.right {
  margin: 0 0 0 auto;
}
.text-start .stripe,
.stripe.left {
  margin: 0 auto 0 0;
}
.swirl-seperator {
  background-image: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/swirl2.svg);
  width: 60px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 30px auto;
}
.swirl-seperator.gold {
  background-image: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/swirl-gold.svg);
}
ul.socials,
ul.shoptoolbar {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
ul.socials li,
ul.shoptoolbar li {
  display: inline-block;
  padding: 5px;
}
ul.socials li a,
ul.shoptoolbar li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  text-decoration: none;
  background-image: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/swirl.svg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-align: left;
}
ul.socials li a i,
ul.shoptoolbar li a i {
  color: rgba(255,255,255,0.664);
  display: block;
  position: relative;
  top: 0px;
  left: 12px;
  font-size: 25px;
  -webkit-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  overflow: hidden;
  background-image: linear-gradient(135deg,#dfcf66,#dfa966);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
ul.socials li a:hover i,
ul.shoptoolbar li a:hover i {
  color: #ffffff;
  top: -2px;
  left: 14px;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-background-clip: unset;
  -moz-text-fill-color: unset;
}
.rw-words {
  height: 70px;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  color: #4c4c4c;
}
.rw-words div.whiteinline {
  display: inline;
  color: white;
}
.rw-words div.goldinline {
  display: inline;
  background-image: linear-gradient(135deg,#dfcf66,#dfa966);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.rw-words-1 span {
  position: absolute;
  width: 100%;
  margin-left: -50%;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 15px;
  -webkit-animation: rotateWord 12s linear infinite 0s;
  -ms-animation: rotateWord 12s linear infinite 0s;
  animation: rotateWord 12s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) {
  -webkit-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}
.rw-words-1 span:nth-child(3) {
  -webkit-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.rw-words-1 span:nth-child(4) {
  -webkit-animation-delay: 9s;
  -ms-animation-delay: 9s;
  animation-delay: 9s;
}
.rw-words-1 span:nth-child(5) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.rw-words-1 span:nth-child(6) {
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -o-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
}
@-webkit-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -ms-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -ms-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body.cookie-open .fullsitewrapper {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.cookie-backdrop {
  z-index: 99999;
  position: fixed;
  background: rgba(255,255,255,0.5);
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.cookie-melding {
  position: fixed;
  bottom: 20px;
  left: 30%;
  right: 30%;
  padding: 20px;
  z-index: 999999;
  border-radius: 3px;
  background-color: #436046;
  color: black;
}
.cookie-melding p {
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
}
.cookie-melding a:not(.button) {
  color: #7DB45F !important;
}
@media screen and (max-width: 900px) {
  .cookie-melding {
    left: 10%;
    right: 10%;
  }
}
@media screen and (max-width: 900px) {
  .cookie-melding {
    left: 20px;
    right: 20px;
  }
}
.cookie-melding h4 {
  margin-bottom: 15px;
  color: white;
}
.cookie-melding a.cookie-button {
  margin: 0 15px;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
.cookie-melding a.cookie-button.allow:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  margin-right: 5px;
  margin-left: 5px;
}
.cookie-melding a.cookie-button.disallow:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f057";
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.7;
}
.cookie-melding a.cookie-button:hover {
  color: white;
  background-color: #436046;
}
.cookie-melding a.closecookie {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 22px;
  cursor: pointer;
  display: none;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
.cookie-melding a.closecookie:hover {
  color: #fffcf6;
}
.elementor-widget-container p a:after {
  display: none;
}
.payment_options {
  background: white;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.payment_options img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
