@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do');
/*
 Theme Name: Searacon Custom Theme
 Theme URI: http://searacon.nl
 Description: Dit is een custom theme gemaakt #oor de klant van Searacon.
 Version: 1.4.3
 Author: Searacon
 Author URI: http://searacon.nl
 Tags: Blank, HTML5, CSS3, Searacon, Searacon Full Service Internet Bureau, Wordpress theme
 *//*------------------------------------*\
 TYPOGRAPHY
 Gebruik @import voor google fonts.
 \*------------------------------------*/@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot?#iefix') format("embedded-opentype"), url('fonts/fontawesome-webfont.woff') format("woff"), url('fonts/fontawesome-webfont.ttf') format("truetype"), url('fonts/fontawesome-webfont.svg#font-name') format("svg");
}
/* Colors *//* Fonts */h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h1 {
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: 6px;
}
h2 {
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 6px;
}
h3 {
  font-size: 22px;
  font-size: 2.2rem;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
p {
  font-size: 16px;
  font-size: 1.6rem;
}
small, .font-small {
  font-size: 12px;
  font-size: 1.2rem;
}
em {
  color: #656565;
}
.uk-text-meta {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4 !important;
  color: #909090 !important;
  font-weight: 400;
}
.uk-text-lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #5b5b5b;
  font-weight: 300;
  text-transform: none;
}
.uk-h6, h6 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.uk-nav-default {
  font-size: 15px;
  font-size: 1.5rem;
}
.uk-background-cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
div.pdfemb-viewer {
  border: 0 !important;
  background-color: #fff !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
/*------------------------------------*\
 MAIN
 \*------------------------------------*//* global box-sizing */* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
*:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  line-height: 1.45;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/* clear */.clear {
  *zoom: 1;
}
.clear:before {
  content: ' ';
  display: table;
}
.clear:after {
  content: ' ';
  display: table;
  clear: both;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #000;
  outline: none;
  border-bottom: 1px solid #000;
}
a:hover {
  outline: none;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
}
a:focus, a:hover, a:active {
  outline: 0;
}
a.instructies {
  color: #e24141;
  font-weight: bold;
}
a.link {
  color: #000;
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
a.link:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #eee;
}
a.link:hover {
  color: #eee;
}
.btn {
  padding: 20px 25px;
  display: inline-block;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  border: none;
  color: #000;
  background-color: #e5e4e0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.btn:hover {
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: none;
}
.btn2 {
  padding: 15px 20px;
  display: inline-block;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  border: none;
  color: #fff;
  background-color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.btn2:hover {
  text-decoration: none;
  color: #ff9901;
  border: none;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
.uk-input, .uk-select, .uk-textarea {
  background: none;
  color: #000;
  border-color: #e5e4e0;
  border-width: 2px;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  border-color: black;
  color: #000;
}
.secondary-title {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
}
.uk-button-primary {
  border: 1px solid #000;
  color: #000;
}
.uk-button-primary:hover {
  background-color: #1a1a1a !important;
  border: 1px solid #1a1a1a;
  color: #fff;
}
.uk-button-primary:focus, .uk-button-primary:hover {
  background-color: #eee;
  color: #fff;
}
.border-radius, .uk-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.hover-effect, .wpcf7-submit {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}
.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.uk-button i {
  margin-right: 10px;
}
.uk-height-xlarge {
  height: 630px;
}
.uk-section-secondary {
  background: #e5e4e0;
}
.uk-container .uk-container {
  padding-left: 40px;
  padding-right: 40px;
}
.uk-accordion-title {
  font-size: 23px;
  font-size: 2.3rem;
}
.uk-card-title {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4;
}
.uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.75);
}
.uk-navbar-toggle.uk-open, .uk-navbar-toggle:focus, .uk-navbar-toggle:hover {
  color: #fff !important;
}
.uk-icon-button {
  background: #eee;
  color: #fff;
}
.uk-form-label {
  font-size: 14px;
  font-size: 1.4rem;
}
.uk-height-xlarge {
  height: 600px;
}
.bar {
  height: 50px;
  width: 100%;
  position: relative;
  background: #e5e4e0;
}
.handwriting {
  font-family: 'Nothing You Could Do', cursive;
  margin: 60px 0 0 0;
  font-size: 22px;
  font-size: 2.2rem;
}
.uk-container-xsmall {
  max-width: 650px;
}
#melding {
  background-color: #111;
  color: #fff;
  width: 29rem;
  position: fixed;
  left: 5rem;
  bottom: 3rem;
  z-index: 999;
}
/*------------------------------------*\
 STRUCTURE
 \*------------------------------------*/.uk-offcanvas-bar {
  background-color: #000;
}
.uk-offcanvas-bar li.uk-nav-header .uk-logo {
  height: 100%;
  width: 100px;
  margin: 0 auto;
}
.uk-offcanvas-bar ul.uk-nav-sub li ul.sub-menu {
  padding: 0 0 0 1em;
  margin-left: 1.1em;
}
.uk-offcanvas-bar ul.uk-nav-sub li ul.sub-menu li {
  list-style-type: circle;
  margin: 0;
}
.uk-offcanvas-bar ul.uk-nav-sub li ul.sub-menu li a {
  padding-left: 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
}
.uk-offcanvas-bar ul.uk-nav-sub li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.75) !important;
  font-weight: 600;
  text-align: left;
  padding: 8px 0 8px 1em;
}
.uk-offcanvas-bar ul.uk-nav-sub li a:hover {
  color: #fff;
}
header #main-bar-mobile {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  background-color: #000;
}
header #main-bar-mobile .basket {
  font-size: 19px;
  font-size: 1.9rem;
}
header #main-bar-mobile .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #000;
}
header #main-bar-mobile .uk-logo img {
  width: 60px;
}
header #main-bar-mobile .uk-navbar-item, header #main-bar-mobile .uk-navbar-nav > li > a, header #main-bar-mobile .uk-navbar-toggle {
  height: 100px;
}
header #main-bar-mobile .uk-navbar-right ul.uk-navbar-nav li {
  /* Woocommerce */
}
header #main-bar-mobile .uk-navbar-right ul.uk-navbar-nav li a {
  font-size: 12px;
  font-size: 1.2rem;
}
header #main-bar-mobile .uk-navbar-right ul.uk-navbar-nav li a .uk-icon {
  margin: 0 7px 0 0;
}
header #main-bar-mobile .uk-navbar-right ul.uk-navbar-nav li .account-icon:before {
  font-family: WooCommerce;
  content: "\e038";
  font-size: 24px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
}
header #main-bar-mobile .uk-navbar-right ul.uk-navbar-nav li .youtube-icon:before {
  font-family: 'FontAwesome';
  content: "\f167";
  font-size: 23px;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 400;
}
header #main-bar-mobile .uk-navbar-right ul.uk-navbar-nav li .facebook-icon:before {
  font-family: 'FontAwesome';
  content: "\f09a";
  font-size: 23px;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 400;
}
header #main-bar-mobile .uk-navbar-right ul.uk-navbar-nav li .instagram-icon:before {
  font-family: 'FontAwesome';
  content: "\f16d";
  font-size: 23px;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 400;
}
header #main-bar-mobile .uk-navbar-right ul.uk-navbar-nav li .cart-contents:before {
  font-family: WooCommerce;
  content: "\e01d";
  font-size: 24px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
}
header #main-bar-mobile .uk-navbar-right ul.uk-navbar-nav li .cart-contents:hover {
  text-decoration: none;
}
header #main-bar-mobile .uk-navbar-right ul.uk-navbar-nav li .cart-contents-count {
  color: #fff;
  background-color: #eee;
  font-weight: bold;
  border-radius: 10px;
  padding: 1px 6px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
}
header #logo-bar {
  position: relative;
  z-index: 10;
}
header #logo-bar .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #000;
}
header #logo-bar .uk-navbar-item, header #logo-bar .uk-navbar-nav > li > a, header #logo-bar .uk-navbar-toggle {
  height: auto;
  padding: 45px 15px 0px;
}
header #logo-bar .uk-navbar {
  height: 130px;
}
header #main-bar {
  position: relative;
  z-index: 10;
}
header #main-bar a {
  border: none;
}
header #main-bar a:hover {
  border: none;
}
header #main-bar .uk-navbar-dropdown, header #main-bar .uk-navbar-dropbar {
  background-color: #e5e4e0;
  padding-left: 0;
  margin: 0;
}
header #main-bar .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #000;
}
header #main-bar .uk-navbar-container .uk-container {
  max-width: 100%;
}
header #main-bar .uk-navbar-container .uk-container .uk-navbar .uk-navbar-center ul.uk-navbar-nav > li {
  padding: 0 15px;
}
header #main-bar .uk-navbar-container .uk-container .uk-navbar .uk-navbar-center ul.uk-navbar-nav > li > a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  height: 150px;
  font-family: 'Lato', sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0;
  text-transform: uppercase;
}
header #main-bar .uk-navbar-container .uk-container .uk-navbar .uk-navbar-center ul.uk-navbar-nav > li > a:hover {
  color: #fff;
}
header #main-bar .uk-navbar-container .uk-container .uk-navbar .uk-navbar-center ul.uk-navbar-nav .uk-active > a {
  color: #fff;
  font-weight: 700;
}
header #main-bar .uk-navbar-container .uk-container .uk-navbar .uk-navbar-center ul.uk-navbar-nav .uk-active > a:before {
  left: 0;
  right: 0;
}
header #main-bar .uk-navbar-container .uk-container .uk-navbar .uk-navbar-center ul.uk-navbar-dropdown-nav a:hover {
  font-weight: bold;
}
header #main-bar .uk-navbar-container .uk-container .uk-navbar .uk-navbar-center ul.uk-navbar-dropdown-nav .uk-active > a {
  color: #000;
}
header #main-bar .uk-navbar-container .uk-container .uk-navbar .uk-navbar-center ul.uk-navbar-dropdown-nav .uk-active > a:before {
  left: 0;
  right: 0;
}
header #main-bar .uk-navbar-container .uk-container .uk-navbar-dropdown ul.uk-navbar-dropdown-nav li a {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
header .uk-navbar-dropbar .uk-navbar-dropdown {
  margin: 0;
  padding: 20px 0;
}
header .slider {
  position: relative;
}
header .slider .slider-overlay {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
header .slider .slider-overlay h1 {
  margin: 0;
  display: block;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 17px;
  margin: 0 0 0.3em 0;
  text-align: left;
}
header .slider .slider-overlay h3 {
  margin: 0;
  display: block;
  font-weight: 500;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 21px;
  text-align: left;
}
header .slider .flex-control-nav {
  width: 100% !important;
  position: absolute !important;
  bottom: 50px !important;
  text-align: center;
  z-index: 5;
}
header .slider .flex-control-paging li a {
  width: 17px !important;
  height: 17px !important;
  display: block;
  background: #fff !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}
header .slider .flex-control-paging li a.flex-active {
  background: #eee !important;
}
header .slider .metaslider .flexslider {
  margin: 0 !important;
}
section#welcome .welcome-content {
  text-align: center;
  padding: 150px 170px;
}
section#welcome .welcome-content p.boom {
  font-size: 4rem;
}
section#bed-and-breakfast .breakfast-content, section#smulbox2 .breakfast-content, section#bed-and-breakfast .smulbox2-content, section#smulbox2 .smulbox2-content {
  text-align: center;
  padding: 150px 170px;
}
section#bed-and-breakfast .btn, section#smulbox2 .btn {
  font-weight: 700;
  background-color: #e5e4e0;
  font-size: 13px;
  font-size: 1.3rem;
}
section#bed-and-breakfast .btn:hover, section#smulbox2 .btn:hover {
  background-color: #fff;
}
section#guesthouse .guesthouse-content, section#smulbox .guesthouse-content, section#guesthouse .smulbox-content, section#smulbox .smulbox-content {
  text-align: center;
  padding: 150px 170px;
  color: #eee;
}
section#guesthouse .guesthouse-content h1, section#smulbox .guesthouse-content h1, section#guesthouse .smulbox-content h1, section#smulbox .smulbox-content h1 {
  color: #eee;
}
section#guesthouse .guesthouse-content p .hier, section#smulbox .guesthouse-content p .hier, section#guesthouse .smulbox-content p .hier, section#smulbox .smulbox-content p .hier {
  color: #eee;
  border-bottom: 1px solid #ff9901 !important;
}
section#guesthouse .btn, section#smulbox .btn {
  font-weight: 700;
  background-color: #e5e4e0;
  font-size: 13px;
  font-size: 1.3rem;
}
section#guesthouse .btn:hover, section#smulbox .btn:hover {
  background-color: #fff;
}
section#menu section {
  background-color: #000;
}
section#menu section h1, section#menu section h2, section#menu section h3 {
  color: #fff;
}
section#menu section p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}
section#menu .owl-carousel-image-meta {
  position: absolute;
  width: 100%;
  bottom: 5em;
  background-color: rgba(0, 0, 0, 0.85);
}
section#cadeaubon {
  background-color: #000;
}
section#cadeaubon .cadeaubon-logo img {
  margin: 0 0.8em 0 0;
}
section#cadeaubon .cadeaubon-logo h1, section#cadeaubon .cadeaubon-logo h2 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 28px;
  font-size: 2.8rem;
}
section#cadeaubon .cadeaubon-text p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
section#cadeaubon .cadeaubon-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section#sub-footer .footer-facebook {
  font-size: 18px;
  font-size: 1.8rem;
}
section#sub-footer .footer-facebook svg {
  width: 20px;
}
section#sub-footer .footer-twitter {
  font-size: 18px;
  font-size: 1.8rem;
}
section#sub-footer .footer-twitter svg {
  width: 20px;
}
section#sub-footer .footer-youtube {
  font-size: 18px;
  font-size: 1.8rem;
}
section#sub-footer .footer-youtube svg {
  width: 20px;
}
section#sub-footer .footer-instagram {
  font-size: 18px;
  font-size: 1.8rem;
}
section#sub-footer .footer-instagram svg {
  width: 20px;
}
section#sub-footer a.jre-footer {
  border: none !important;
  border-radius: 5px;
  padding: 0.7em;
  background: black;
  display: inline-block;
}
footer {
  background-color: #e5e4e0;
  font-size: 15px;
  font-size: 1.5rem;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer ul li {
  padding: 0;
  color: #000;
  padding: 0 20px;
  position: relative;
  display: inline-block;
}
footer ul li:before {
  content: '/';
  position: absolute;
  left: 0;
}
footer ul li a {
  color: #000;
  display: inline-block;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  background-color: transparent;
}
footer ul li a:hover {
  color: #000;
  border-color: #000;
  text-decoration: none;
}
footer ul li:first-of-type {
  padding-left: 0;
  padding-right: 10px;
}
footer ul li:first-of-type:before {
  content: ' ';
}
/*------------------------------------*\
 PAGES
 \*------------------------------------*/.page-template-cadeaubon-page .wpcf7-form .uk-panel {
  margin: 0 0 1em 0;
}
.page-template-reserveren-page .wrapper .main {
  background-color: #000;
}
.page-template-reserveren-page .wrapper .main h1, .page-template-reserveren-page .wrapper .main h3 {
  color: #fff;
}
/* MENU */ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
ul.menu li {
  list-style: none;
}
ul.menu li a {
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid #e3e8ef;
  color: rgba(0, 0, 0, .7);
  text-decoration: none;
  outline: none;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  font-size: 1.7rem;
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
ul.menu li a:hover {
  border-bottom: 1px solid #e3e8ef;
  color: #000;
}
ul.menu li a:hover svg {
  color: #000;
}
ul.menu li a svg {
  margin: 0 0.8em;
  color: rgba(0, 0, 0, .7);
}
ul.menu li a:before {
  display: none;
  font-family: "Font Awesome 5 Light";
  content: "\f061";
}
.care-thumbnail {
  height: 24rem;
  border: 1px solid #dfdfdf;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-size: 105% auto !important;
}
.care_title {
  text-align: center;
  padding: 1.5em 0;
  margin: 0;
  font-size: 1em;
}
ul.sidebar-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
ul.sidebar-menu li {
  list-style: none;
}
ul.sidebar-menu li:last-of-type a {
  border-bottom: none;
}
ul.sidebar-menu li a {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid #eee;
}
ul.sidebar-menu li a:hover:before {
  color: #eee;
}
ul.sidebar-menu li a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  margin-right: 0.6em;
}
.contact-page-sidebar {
  background-color: #eee;
}
.contact-page-sidebar .uk-panel {
  color: #fff;
}
.little-image {
  height: 100px;
}
#jre-link::after {
  content: '\f107';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}
#KF-link::after {
  content: '\f107';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}
#WH-link::after {
  content: '\f107';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}
.no-underline {
  border: none;
}
.no-underline:hover {
  border: none;
}
.home section article .menu, .page section article .menu, .single section article .menu, .error404 section article .menu {
  border-top: 1px solid black !important;
}
.home section article a:not(.no-underline, .resengo-widget), .page section article a:not(.no-underline, .resengo-widget), .single section article a:not(.no-underline, .resengo-widget), .error404 section article a:not(.no-underline, .resengo-widget) {
  border-bottom: 1px solid black !important;
}
.home section article a:not(.no-underline, .resengo-widget):hover, .page section article a:not(.no-underline, .resengo-widget):hover, .single section article a:not(.no-underline, .resengo-widget):hover, .error404 section article a:not(.no-underline, .resengo-widget):hover {
  border-bottom: 1px solid black;
}
.home section .menu, .page section .menu, .single section .menu, .error404 section .menu {
  border-top: 1px solid black !important;
}
.home section a:not(.no-underline, .resengo-widget), .page section a:not(.no-underline, .resengo-widget), .single section a:not(.no-underline, .resengo-widget), .error404 section a:not(.no-underline, .resengo-widget) {
  border-bottom: 1px solid black !important;
}
.home section a:not(.no-underline, .resengo-widget):hover, .page section a:not(.no-underline, .resengo-widget):hover, .single section a:not(.no-underline, .resengo-widget):hover, .error404 section a:not(.no-underline, .resengo-widget):hover {
  border-bottom: 1px solid black;
}
.home #breadcrumbs, .page #breadcrumbs, .single #breadcrumbs, .error404 #breadcrumbs {
  margin: 0;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
}
.home #breadcrumbs .breadcrumb_last, .page #breadcrumbs .breadcrumb_last, .single #breadcrumbs .breadcrumb_last, .error404 #breadcrumbs .breadcrumb_last {
  display: inline-block;
  position: relative;
  padding: 0 18px;
  color: #000;
}
.home #breadcrumbs span:first-child > span:first-child > a, .page #breadcrumbs span:first-child > span:first-child > a, .single #breadcrumbs span:first-child > span:first-child > a, .error404 #breadcrumbs span:first-child > span:first-child > a {
  padding-left: 0;
}
.home #breadcrumbs a, .page #breadcrumbs a, .single #breadcrumbs a, .error404 #breadcrumbs a {
  display: inline-block;
  position: relative;
  padding: 0 18px;
  color: grey;
}
.home #breadcrumbs a:hover, .page #breadcrumbs a:hover, .single #breadcrumbs a:hover, .error404 #breadcrumbs a:hover {
  color: #eee;
}
.home #breadcrumbs a:after, .page #breadcrumbs a:after, .single #breadcrumbs a:after, .error404 #breadcrumbs a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: '';
  border-left: 1px solid #7f7f7f;
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}
.home h1, .page h1, .single h1, .error404 h1 {
  margin-top: 0;
  line-height: 1;
}
.home .sidebar-menu h3, .page .sidebar-menu h3, .single .sidebar-menu h3, .error404 .sidebar-menu h3 {
  margin-top: 0;
  line-height: 1;
  color: #eee;
}
.home .sidebar-menu ul .current-menu-item a, .page .sidebar-menu ul .current-menu-item a, .single .sidebar-menu ul .current-menu-item a, .error404 .sidebar-menu ul .current-menu-item a {
  color: #eee;
}
.home .sidebar-menu ul li, .page .sidebar-menu ul li, .single .sidebar-menu ul li, .error404 .sidebar-menu ul li {
  position: relative;
}
.home .sidebar-menu ul li:before, .page .sidebar-menu ul li:before, .single .sidebar-menu ul li:before, .error404 .sidebar-menu ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: inline-block;
  color: #eee;
  padding-right: 0.5em;
}
.home .sidebar-menu ul li a, .page .sidebar-menu ul li a, .single .sidebar-menu ul li a, .error404 .sidebar-menu ul li a {
  color: #000;
  font-weight: 400;
}
.home .sidebar-menu ul li a:hover, .page .sidebar-menu ul li a:hover, .single .sidebar-menu ul li a:hover, .error404 .sidebar-menu ul li a:hover {
  color: #eee;
}
.single section:not(#cadeaubon) #post-thumbnail {
  margin-bottom: 2em;
}
.single section:not(#cadeaubon) a.btn {
  margin-top: 3em;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid black;
  background: white;
  padding: 1em 1.4em;
  font-weight: 500;
}
.single section:not(#cadeaubon) a.btn:hover {
  background: black;
  color: white;
}
.single section:not(#cadeaubon) a.btn svg {
  margin: 0 1em 0 0;
}
/* CONTACT PAGE */#contact-google-maps {
  margin: 100px 0 220px 0;
}
.wpcf7-submit {
  border: none;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  background-color: #000;
  padding: 13px 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.wpcf7-submit:hover {
  background-color: #000;
  color: #eee;
}
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
  background-color: #d56103 !important;
  color: #fff;
}
.wpcf7-required-star {
  color: #d56103;
  margin: 0 0 0 0.3em;
}
.g-recaptcha {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#map_wrapper {
  margin-top: -175px;
  margin-bottom: -175px;
}
#map_canvas {
  width: 100%;
  height: 100%;
  background: #ebebeb;
}
#map_canvas .contact-info h4 {
  margin-top: 1em;
}
div.wpcf7 {
  margin: 0;
  padding: 0;
}
div.wpcf7-response-output {
  margin: 2em 0em 1em;
  padding: 10px 20px;
  font-size: 1.4rem;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
div.wpcf7-mail-sent-ok {
  background-color: #31cd73;
  border-radius: 3px;
  border: none;
}
div.wpcf7-mail-sent-ng {
  background-color: #c0392b;
  border-radius: 3px;
  border: none;
}
div.wpcf7-spam-blocked {
  background-color: #d35400;
  border-radius: 3px;
  border: none;
}
div.wpcf7-validation-errors {
  background-color: #f1c40f;
  border-radius: 3px;
  border: none;
}
.wpcf7-form-control-wrap {
  position: relative;
}
span.wpcf7-not-valid-tip {
  color: #d56103;
  font-size: 1em;
  display: block;
  margin-top: 0.3em;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #c0392b;
  background: #fff;
  padding: 0.2em 0.8em;
}
span.wpcf7-list-item {
  margin-left: 0.5em;
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}
div.wpcf7 div.ajax-error {
  display: none;
}
div.wpcf7 .placeheld {
  color: #bdc3c7;
}
/*------------------------------------*\
 IMAGES
 \*------------------------------------*//*------------------------------------*\
 RESPONSIVE
 \*------------------------------------*/@media screen and (max-width: 320px) {
  html {
    font-size: 55%;
  }
  #map_wrapper {
    height: 250px;
  }
  .uk-height-xlarge {
    height: auto;
    min-height: 560px;
  }
  .bar {
    height: 25px;
  }
  section#welcome .welcome-content {
    padding: 60px 30px;
  }
  section#bed-and-breakfast .breakfast-content, section#smulbox2 .smulbox2-content {
    padding: 60px 30px;
  }
  section#guesthouse .guesthouse-content, section#smulbox .smulbox-content {
    padding: 60px 30px;
  }
  h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .owl-nav .owl-prev .slider__nav--left:before, .owl-nav .owl-next .slider__nav--right:before {
    display: none;
  }
  section#menu section p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  section#menu section h1, section#menu section h2, section#menu section h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .uk-container-xsmall {
    max-width: 450px;
  }
  #map_wrapper {
    /* margin-top: -175px; */
    /* margin-bottom: -175px; */
    margin: 0;
  }
  #contact-google-maps {
    margin: 40px 0;
  }
  .slider-overlay a.btn {
    padding: 12px 18px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 321px) {
  html {
    font-size: 55%;
  }
  #map_wrapper {
    height: 250px;
  }
  .uk-height-xlarge {
    height: auto;
    min-height: 560px;
  }
  .bar {
    height: 25px;
  }
  section#welcome .welcome-content {
    padding: 60px 30px;
  }
  section#bed-and-breakfast .breakfast-content, section#smulbox2 .smulbox2-content {
    padding: 60px 30px;
  }
  section#guesthouse .guesthouse-content, section#smulbox .smulbox-content {
    padding: 60px 30px;
  }
  h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .owl-nav .owl-prev .slider__nav--left:before, .owl-nav .owl-next .slider__nav--right:before {
    display: none;
  }
  section#menu section p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  section#menu section h1, section#menu section h2, section#menu section h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .uk-container-xsmall {
    max-width: 450px;
  }
  #map_wrapper {
    /* margin-top: -175px; */
    /* margin-bottom: -175px; */
    margin: 0;
  }
  #contact-google-maps {
    margin: 40px 0;
  }
  .slider-overlay a.btn {
    padding: 12px 18px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .bar {
    height: 50px;
  }
  .slider-overlay a.btn {
    padding: 20px 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  html {
    font-size: 62.5%;
  }
  #map_wrapper {
    height: 860px;
  }
  .uk-height-xlarge {
    height: 750px;
  }
  header #main-bar .uk-navbar .uk-navbar-center ul.uk-navbar-nav > li > a {
    font-size: 11.5px;
    font-size: 1.15rem;
  }
  header #main-bar .uk-navbar .uk-navbar-center ul.uk-navbar-nav > li {
    padding: 0 10px;
  }
  section#welcome .welcome-content {
    padding: 150px 170px;
  }
  section#bed-and-breakfast .breakfast-content, section#smulbox2 .smulbox2-content {
    padding: 150px 140px;
  }
  section#guesthouse .guesthouse-content, section#smulbox .smulbox-content {
    padding: 150px 140px;
  }
  h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .owl-nav .owl-prev .slider__nav--left:before, .owl-nav .owl-next .slider__nav--right:before {
    display: block;
  }
  section#menu section p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  section#menu section h1, section#menu section h2, section#menu section h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .uk-container-xsmall {
    max-width: 650px;
  }
  #map_wrapper {
    margin-top: -175px;
    margin-bottom: -175px;
  }
  #contact-google-maps {
    margin: 100px 0 220px 0;
  }
}
@media screen and (min-width: 1200px) {
  header #main-bar .uk-navbar .uk-navbar-center ul.uk-navbar-nav > li > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  header #main-bar .uk-navbar .uk-navbar-center ul.uk-navbar-nav > li {
    padding: 0 15px;
  }
}
/*------------------------------------*\
 MISC
 \*------------------------------------*//*------------------------------------*\
 WORDPRESS CORE
 \*------------------------------------*/#gallery-1 img {
  border: none !important;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/*------------------------------------*\
 PRINT
 \*------------------------------------*/@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/* Tablepress */.tablepress h2 {
  margin: 0;
}
.tablepress td.column-1 {
  padding: 1em 6em 1em 0;
}
.tablepress td.column-2 {
  padding: 1em 0.2em 1em 0.2em;
  white-space: nowrap;
}
.tablepress td {
  border: none !important;
}
.tablepress .tablepress-extra {
  color: #d56103;
  font-size: 13px;
  font-style: italic;
}
.owl-drag {
  cursor: move;
  /* fallback: no `url()` support or images disabled */
  cursor: -webkit-grab;
  /* Chrome 1-21, Safari 4+ */
  cursor: -moz-grab;
  /* Firefox 1.5-26 */
  cursor: grab;
  /* W3C standards syntax, should come least */
}
.owl-drag:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.owl-nav {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
}
.owl-nav .owl-prev .slider__nav--left:before {
  content: "\f053";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 36px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 55px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-nav .owl-next .slider__nav--right:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 36px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  width: 55px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#google-maps-wrapper {
  background-color: lightgoldenrodyellow;
}
.q {
  position: relative;
  z-index: 0;
}
.q span {
  padding: 0 1em;
  font-size: 17px;
  color: #211f1f;
  font-weight: 500;
  font-style: italic;
}
.q:before {
  color: #f0f0f0;
  content: '\f10d';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 80px;
}
.q:after {
  content: '\f10e';
  font-family: 'FontAwesome';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  font-size: 80px;
  color: #f0f0f0;
}
.feedback-widget .comment {
  font-size: 15px !important;
}
.stripe-bancontact-icon {
  width: 6em !important;
}
.stripe-ideal-icon {
  width: 6em !important;
  margin: 1em 0 0 0 !important;
}
.woocommerce-checkout input, .woocommerce-checkout textarea {
  padding: 0.5em;
  margin: 0;
}
#product-2080 .variations .value {
  display: flex;
  justify-content: flex-end;
}
#product-2080 .variations .value select {
  margin-right: 0;
  width: 28rem;
  min-width: 28rem;
}
#product-2080 .variations .value a {
  display: none !important;
}
#product-2080 .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}
#wcj_product_addons .product-optie {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#wcj_product_addons .product-optie select {
  width: 28rem;
}
#wcj_product_addons .product-optie:nth-child(1)::after {
  content: "Extra bestellen";
  display: block;
  padding: 3rem 0 0rem 0;
  font: 900 2.2rem 'Lato', sans-serif;
  width: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#wcj_product_addons .product-optie:nth-child(2):before {
  content: "Maak uw menu nog luxer en maak een keuze uit onderstaande producten.";
  display: block;
  padding: 0 0 2rem 0;
  width: 100%;
}
#wcj_product_addons .product-optie:nth-child(2)::after {
  content: "Voor 2/3 personen met boerenboter en zeezout.";
  font-size: 1.45rem;
  font-style: italic;
  display: block;
  padding: 1rem 0 1rem 0;
}
#wcj_product_addons .product-optie:nth-child(3)::after {
  content: "6 st opengestoken, creuzes met citroen.";
  font-size: 1.45rem;
  font-style: italic;
  display: block;
  padding: 1rem 0 1rem 0;
}
#wcj_product_addons .product-optie:nth-child(4)::after {
  content: "6 st opengestoken, creuzes met zoetzure komkommer, wasabi, dressing van passievrucht en chardonnay azijn.";
  font-size: 1.45rem;
  font-style: italic;
  display: block;
  padding: 1rem 0 1rem 0;
}
#wcj_product_addons .product-optie:nth-child(5)::after {
  content: "Spaanse top ham, 50 gram gesneden.";
  font-size: 1.45rem;
  font-style: italic;
  display: block;
  padding: 1rem 0 1rem 0;
}
#wcj_product_addons .product-optie:nth-child(11)::after {
  content: "Een heerlijk assortiment van mooie Zeeuwse en buitenlandse kazen van fromagerie Erik Murre, Membrillo van eigen druiven, notenbrood, druif.";
  font-size: 1.45rem;
  font-style: italic;
  display: block;
  padding: 1rem 0 1rem 0;
}
#wcj_product_addons .product-optie:nth-child(13)::after {
  content: "4 st bonbon, 4 st boterbloem, 4 st jelly.";
  font-size: 1.45rem;
  font-style: italic;
  display: block;
  padding: 1rem 0 1rem 0;
}
.winkel .post-2080 a .price {
  display: none !important;
}
.product h2 {
  letter-spacing: 0px;
}
.product h2 {
  letter-spacing: 1px;
  font-size: 18px;
  clear: both;
}
h2.woocommerce-loop-product__title {
  font-size: 13px !important;
}
.qty {
  line-height: 1.9;
  border-radius: 6px;
  border: 2px solid gainsboro;
}
.product .nyp input.nyp-input {
  text-align: center;
  font-weight: normal;
  padding: 0.3em;
  margin: 0;
  border: 2px solid gainsboro;
  border-radius: 5px;
}
.product .nyp input.nyp-input:focus {
  border: 2px solid black;
  outline: none;
}
.woocommerce-variation-price {
  margin: 0 0 1.3em 0;
}
.description_tab a {
  border: none;
}
.description_tab a:hover {
  border: none;
}
#pdf-message {
  display: none;
}
#pdf-message h3 {
  margin: 20px 0 0.2em 0;
}
#pdf-message p.custom-pdf {
  margin: 0 0 0.3em 0;
}
#pdf-message p.custom-pdf span {
  font-style: italic;
}
#checkbox-title h3 {
  margin: 40px 0 0 0;
}
#order_review_heading {
  clear: both;
}
#my_date_field h5 {
  margin: 20px 0 0 0;
}
#my_time_field h5 {
  margin: 20px 0 0 0;
}
#my_time_name {
  height: 39px;
}
#pickup-time h3 {
  margin: 40px 0 0 0;
}
#pickup-time p {
  margin: 5px 0 0 0;
}
.basket {
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  display: inline-block;
  padding: 9px 17px;
  margin: 0 15px 0 0;
}
.basket:hover {
  color: #fff;
  border: 1px solid #fff;
}
.basket svg {
  color: #fff;
}
.woocommerce-checkout h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
#pickup-time span {
  font-style: italic;
}
#billing_state_field {
  display: none !important;
}
a.ui-corner-all {
  border: none;
}
.uk-open > .uk-dropdown {
  -webkit-transition: all 0ms linear;
  -moz-transition: all 0ms linear;
  -ms-transition: all 0ms linear;
  -o-transition: all 0ms linear;
  transition: all 0ms linear;
}
.review-btn {
  margin: 0 0 0 10px;
}
#CDSWIDREST .wrapperLink .rightSide {
  width: 100% !important;
}
#TA_cdsratingsonlynarrow722 a {
  border: none;
}
.google-reviews {
  border: none;
}
.google-reviews img {
  width: 210px;
}
.facebook-reviews {
  border: none;
}
.facebook-reviews img {
  width: 232px;
}
#impressie .el-title {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 17px;
}
#impressie .el-meta {
  font-weight: 900;
  color: #e19606 !important;
}
#impressie .uk-overlay-default {
  background: 0 0;
  background-image: linear-gradient(to bottom, rgba(31, 31, 31, 0), rgba(31, 31, 31, .4));
}
#impressie .impressie-filter li a {
  font-size: 15px !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding: 6px 0;
}
#impressie .nav-tabs > .active > a, #impressie .uk-tab > .uk-active > a {
  color: #000 !important;
  border-color: #d56103 !important;
}
#impressie .uk-tab:before {
  content: none;
}
#impressie .nav-tabs > li > a, #impressie .uk-tab > * > a {
  display: block;
  text-align: center;
  padding: 5px 0;
  color: #b2b2b2;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  font-size: 16.5px;
  line-height: 1;
  letter-spacing: -0.6px;
  border-bottom: 2px solid transparent;
}
#impressie .nav-tabs > li, #impressie .uk-tab > * {
  flex: none;
  padding-left: 30px;
  position: relative;
}
#impressie .nav-tabs, #impressie .uk-tab {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  padding: 0;
  list-style: none;
}
.uk-show {
  opacity: 1 !important;
  transform: translateX(0) translateY(0) !important;
}
#tab-title-description a {
  background: none;
  border: none;
}
#tab-title-description a:before {
  content: none;
}
.single-product .wc-tabs {
  width: 100% !important;
  background-color: white !important;
}
ul.uk-navbar-dropdown-nav {
  display: flex;
  justify-content: flex-start;
}
.uk-drop {
  width: 750px;
}
.uk-nav > li > a {
  padding: 5px 15px 0 0;
}
#welness:after {
  content: '\f107';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}
.link-grid-item button:hover {
  color: white;
  background-color: black;
}
.link-grid-item .uk-subnav-pill .uk-active a {
  color: white;
  background-color: black;
}
.link-card {
  padding-left: 0px;
}
.link-grid {
  margin-left: 0px;
}
.link-grid-item a {
  font-weight: bold;
}
.link-txt {
  font-weight: bold;
}
.link-grid-item {
  margin-top: 10px;
}
.link-card .uk-drop {
  width: 300px;
}
.link-posts span {
  display: none;
}
