/*
Theme Name: Casa Verina
Theme URI: http://www.casaverina.nl/
Author: Best4u Group
Author URI: http://www.best4u.nl/
Description: Casa Verina WordPress team
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,600,300);
@font-face {
  font-family: 'blackjackregular';
  src: url("fonts/blackjar-webfont.eot");
  src: url("fonts/blackjar-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/blackjar-webfont.woff") format("woff"), url("fonts/blackjar-webfont.ttf") format("truetype"), url("fonts/blackjar-webfont.svg#blackjackregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

b, strong{
  font-weight: 600;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* @include container(1160px);  @include span(4); */
/* Main Styles
===================================*/
a {
  text-decoration: none;
}

p {
  padding-bottom: 20px;
  line-height: 26px;
}

html, body {
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.clear {
  clear: both;
}

#bg {
  background: url(images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: fixed;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/****************************Variables*************************/
/**************************HEADER STYLES**********************/
header .top {
  padding: 20px 0;
}
header #logo {
  width: 22.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}
header nav {
  width: 47.16667%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
  margin-top: 10px;
}
header nav li {
  float: left;
}
header nav li a {
  display: block;
  padding: 10px 15px;
  color: #000;
  border-radius: 3px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  font-weight: 400;
}
header nav li a:hover {
  background: #ed3546;
  color: #fff;
}
header .social {
  width: 13.83333%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
  margin-top: 15px;
}
header .social i {
  color: #43b861;
  font-size: 35px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
header .social a:hover i {
  color: #ed3546;
}

/**************************CONTENT STYLES***********************/
.h3 , #uwpqsf_id .uwpqsf_class .taxolabel-0{
  font-size: 18px;
  font-weight: 400 !important;
}

div#mainContainer {
  height: auto !important;
  margin: 0 auto;
  position: relative;
  top: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  margin-top: 20px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
div#mainContainer:after {
  content: " ";
  display: block;
  clear: both;
}

.content {
  color: #515151;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.content:after {
  content: " ";
  display: block;
  clear: both;
}

#bar {
  overflow: hidden;
  background: #43b861;
  padding: 10px;
  color: #fff;
}
#bar .left, #bar .right {
  width: 47.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}
#bar .left a, #bar .right a {
  color: #fff;
}
#bar .right {
  text-align: right;
}

.blocks {
  padding-top: 40px;
  width: 97.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}
.blocks .block {
  width: 47.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
  height: 161px;
  overflow: hidden;
  margin-bottom: 40px;
}
.blocks .block .left {
  width: 47.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
  margin-left: 0 !important;
}
.blocks .block .left img {
  border-radius: 5px;
  height: 100%;
  max-width: 100%;
}
.blocks .block .right {
  width: 47.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
  height: 150px;
  overflow: hidden;
}
.blocks .block a{
  color: #000;
}

.categories{
  margin: 10px 0;
}

.categories .block{
 width: 30.83333%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
  margin-bottom: 10px;
}

.categories .block img{
  width: 100%;
  height: 160px;
}

.categories .block .title{
    font-size: 18px;
  font-weight: 400 !important;
  margin-bottom: 10px;
}

.categories .block a{
  color: #000;
  font-weight: 400 !important;
}

.subblocks {
border-top: 2px solid #f0f0f0;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    padding-bottom: 40px;
    padding-top: 12px;
    width: 97.5%;
}
.subblocks .block {
  width: 30.83333%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}
.subblocks .block a {
  float: right;
  color: #ed3546;
}

.contentWrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background: #fff;
}
.contentWrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.contentWrapper .top {
  overflow: hidden;
  color: #515151;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.contentWrapper .top .left {
  width: 47.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
  padding-top: 5px;
}
.contentWrapper .top .left a {
  color: #515151;
}
.contentWrapper .top .right {
  width: 47.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
  text-align: right;
}
.contentWrapper .top .right input[type=search] {
  padding: 5px;
  width: 300px;
  height: 30px;
  border: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.contentWrapper .top .right input[type=submit], .lees-meer-post {
  border: none;
  height: 30px;
  color: #515151;
  width: 140px;
  cursor: pointer;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.pageContent .left {
  width: 22.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}
.pageContent .left .map {
  margin-bottom: 20px;
  position: relative;
}
.blocks .left .map{
  margin-left: -8px;
}
.pageContent .left .map img {
  width: 100%;
}
.pageContent .left .menu {
  margin-bottom: 20px;
}
.pageContent .left .menu li {
  padding-bottom: 5px;
  list-style: none;
}
.pageContent .left .menu li a, .uwpqsf_class > label {
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
  cursor: pointer;
  display: block;
  padding: 8px 0;
  color: #515151;
}
.pageContent .left .menu li a:hover, .uwpqsf_class > label:hover {
  color: #ed3546;
  border-color: #ed3546;
}
.pageContent .left #filters {
  padding-bottom: 10px;
//display: none;
}
.pageContent .left .filter, .pageContent .left .cmf-check-0, .pageContent .left .cmf-radio-1, .pageContent .left .tax-check-1  {
  border: 1px solid #d0d0d0;
  padding: 5px 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.pageContent .left .cmf-check-0 label, .pageContent .left .cmf-radio-1 label, .pageContent .left .tax-check-1  label{
	border: none;
}

.pageContent .left .filter p {
  padding-bottom: 3px;
}
.pageContent .left .filter a.h4, .pageContent .left .cmf-check-0 span, .pageContent .left .cmf-radio-1 span, .pageContent .left .tax-check-1  span {
  font-size: 16px;
  display: block;
  padding: 5px;
  color: #515151;
  margin-bottom: 0px;
  font-weight: 300 !important;
  cursor: pointer;
}
.pageContent .left .filter a.h4 i, .pageContent .left .cmf-check-0 span i, .pageContent .left .cmf-radio-1 span i, .pageContent .left .tax-check-1  span i {
  float: right;
  font-size: 18px;
  margin-right: 10px;
}
.pageContent .left .filter a.h4 i.fa-sort-asc, .pageContent .left .cmf-check-0 span i.fa-sort-asc, .pageContent .left .cmf-radio-1 span i.fa-sort-asc, .pageContent .left .tax-check-1  span i.fa-sort-asc {
  margin-top: 8px;
}
.pageContent .left .filter .inner, .pageContent .left .cmf-check-0 label, .pageContent .left .cmf-radio-1 label, .pageContent .left .tax-check-1  label {
  display: none;
  //margin-top: 8px;
}
.pageContent .left .filter input[type=checkbox] {
  margin-right: 5px;
}
.pageContent .right {
  width: 75%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.pageContent .right .item {
  border-bottom: 2px solid #d0d0d0;
  padding-bottom: 20px;
  padding-top: 20px;
  overflow: hidden;
  width: 97.5%;
  padding-left: 1.25%;
  padding-right: 1.25%;
}

.pageContent .right .item:first-child{
  padding-top: 8px;
}

.pageContent .right .item.active{
  background: #DDDDDD;
}

.pageContent .right .item .img {
  width: 24%;
  margin-right: 3%;
  float: left;
}
.pageContent .right .item .img img {
  width: 100%;
  height: auto;
}
.pageContent .right .item .middle {
  width: 50%;
  margin-right: 3%;
  float: left;
}
.pageContent .right .item .middle a.h3 {
  color: #515151;
  padding-bottom: 12px;
  display: block;
  border-radius: 5px;
}
.pageContent .right .item .right {
  width: 20%;
  float: left;
  margin: 0px;
}
.pageContent .right .item .right .prices {
  border: 1px solid #ed3546;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.pageContent .right .item .right .prices p {
  padding-bottom: 2px;
  text-transform: uppercase;
  font-size: 12px;
}
.pageContent .right .item .right .button {
  display: block;
  background: #43b861;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.pageContent .right .item .right .button:hover {
  background: #ed3546;
}
.pageContent .right .pagination, .uwpqsfpagi {
  text-align: center;
  margin-top: 20px;
}
.pageContent .right .pagination a , .uwpqsfpagi a{
  display: inline-block;
  padding: 4px 8px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  color: #515151;
}
.pageContent .right .pagination a:hover, .pageContent .right .pagination .current, .uwpqsfpagi .upagicurrent, .uwpqsfpagi a:hover {
  background: #ed3546;
  color: #fff;
  display: inline-block;
  padding: 4px 8px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.pageContent .right .pagination .next{
  background: no-repeat;
  margin-left: 0px;
}

.overzicht .left {
  width: 47.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}
.overzicht .left img {
  width: 100%;
  height: auto;
}
.overzicht .right {
  width: 47.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}
.overzicht .right p {
  padding-bottom: 12px;
}
.overzicht .right h1 {
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}
.overzicht .right .rating {
  margin-bottom: 10px;
}
.overzicht .right a.red, .overzicht .right a.green {
  width: 47.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
  background: #ed3546;
  margin-top: 20px;
  text-align: center;
  padding: 10px 0px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.overzicht .right a.green {
  background: #43b861;
  margin-left: 0px;
}

#tabs {
  width: 97.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.resp-tabs-container td {
  border-bottom: 1px dotted #d0d0d0;
  padding: 12px 0;
  width: 50%;
}
.resp-tabs-container div {
  overflow: hidden;
}
.resp-tabs-container b {
  font-weight: 600;
}
.resp-tabs-container p {
  padding-bottom: 12px;
}
.resp-tabs-container .left {
  width: 47.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}
.resp-tabs-container .right {
  width: 47.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}

.resp-tab-content {
  padding: 25px !important;
}

/*********************FOOTER STYLES*****************************/
footer {
  position: relative;
  width: 100%;
  color: #515151;
}

div#footerWrapper {
  margin: 0 auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
div#footerWrapper:after {
  content: " ";
  display: block;
  clear: both;
}
div#footerWrapper #topWrapper {
  padding: 1.25%;
  background: #f0f0f0;
  overflow: hidden;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
div#footerWrapper #topWrapper a {
  color: #515151;
}
div#footerWrapper #topWrapper .column {
  width: 22.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
div#footerWrapper #topWrapper .column li {
  padding-bottom: 5px;
}
div#footerWrapper .bottom {
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
div#footerWrapper .bottom a {
  color: #fff;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.caption {
  position: absolute;
  bottom: 40px;
  right: 40px;
  color: #fff;
  font-size: 45px;
  font-family: blackjackregular;
}

.rslides_nav {
  position: absolute;
  bottom: 50px;
  display: block;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  text-transform: capitalize;
  left: 40%;
}

#slider {
  position: relative;
}

#slider.pages .prev, #slider.pages .next{ display: none; }

.prev {
  background: url(images/leftArrow.png) no-repeat;
}

.next {
  background: url(images/rightArrow.png) no-repeat;
  margin-left: 30px;
}

#zoek {
  background: url(images/bg.png);
  width: 35%;
  padding: 30px;
  height: 100%;
  position: absolute;
  z-index: 999;
  left: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#zoek .h3 {
  font-size: 20px;
  color: #fff;
}

.screen-reader-text{
	display: none;
}

#zoek form{
  margin: 5px 0;
}

#zoek input[type=search] {
  padding: 6px;
  width: 220px;
  height: 32px;
  border-radius: 5px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
#zoek input[type=submit] {
  background: #ed3546;
  color: #fff;
  border-radius: 5px;
  width: 100px;
  border: none;
  cursor: pointer;
  height: 35px;
  margin-left: 5px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

/* list of regions can be placed next to the map by these sample CSS rules: */
.css-map-container.m290 {
  width: 360px;
  /* must be a sum of the map and visible list widths and paddings */
}

.css-map-container.m290 .css-map, .css-map-container.m290 .cities {
  float: left;
  left: 0;
  margin-left: 90px !important;
}

.m290 .map-visible-list {
  clear: right;
  float: right;
  margin-left: 20px;
  margin-top: -70px;
}

.m290 .map-visible-list {
  position: absolute;
  left: -20px;
  top: 75px;
}

.m290 .map-visible-list li {
  float: left;
  width: 100%;
  line-height: 19px;
   margin-bottom: 5px;
}
.m290 .map-visible-list li a {
  color: #fff;
  font-size: 17px;
}

.css-map-container {
  overflow: visible !important;
  position: relative;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 1200px) {
  /* #menu is the original menu */
  header nav {
    display: none;
  }

  .slicknav_menu {
    display: block;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 40px;
    width: 50%;
  }

  header #logo {
    width: 25%;
  }

  #zoek {
    width: 50%;
  }

  .css-map-container.m290 {
    float: left;
  }

  .rslides_nav {
    left: 55%;
  }

  .blocks .block {
    width: 97.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
  .blocks .block .left {
    width: 30.83333%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
  .blocks .block .right {
    width: 64.16667%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }

  div#footerWrapper #topWrapper .column {
    width: 47.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }

  .contentWrapper .top .left {
    width: 97.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    margin-bottom: 10px;
  }
  .contentWrapper .top .right {
    width: 97.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  header #logo {
    width: 30%;
  }

  .categories .block{
    width: 47.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
  }

  .pageContent .left {
    width: 97.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
  .pageContent .left .map {
    width: 30.83333%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    margin-left: 0px;
  }
  .pageContent .left .menu {
    width: 30.83333%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
  .pageContent .left #filters {
    width: 30.83333%;
    float: right;
    margin-left: 1.25%;
    margin-right: 1.25%;
    margin-right: 0px;
  }
  .pageContent .right {
    width: 97.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
}

@media screen and (max-width: 600px) {
    .categories .block{
   width: 97.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
}

@media screen and (max-width: 850px) {
  header #logo {
    width: 40%;
  }

  #zoek {
    width: 100%;
    height: 40%;
    bottom: 0px;
  }
  #zoek form {
    overflow: hidden;
  }
  #zoek input[type=text] {
    padding: 6px;
    width: 100%;
    height: 16px;
    border-radius: 0px;
    margin-bottom: 15px;
  }
  #zoek input[type=submit] {
    background: #ed3546;
    color: #fff;
    border-radius: 0px;
    width: 100%;
    border: none;
    cursor: pointer;
    height: 35px;
    margin-left: 0px;
  }

  .caption {
    bottom: 45%;
  }

  .rslides_nav {
    bottom: 45%;
    left: 30px;
  }

  #map-italy {
    display: none;
  }

  #bar .left {
    width: 55.83333%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
  #bar .right {
    width: 39.16667%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }

  .subblocks .block {
    width: 97.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }

  .blocks .block {
    width: 97.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
  .blocks .block .left {
    width: 39.16667%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
  .blocks .block .right {
    width: 55.83333%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }

  .overzicht .left {
    width: 97.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
  .overzicht .right {
    width: 97.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
}

#uwpqsf_id{
	border: none;
}
.uwpqsf_class{
	overflow: hidden;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}
.tax-check-0{
	margin-bottom: 20px;
}

#uwpqsf_id_btn{
  display: block;
background: #43b861;
text-align: center;
padding: 12px 0;
color: #fff;
text-transform: uppercase;
border-radius: 5px;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
border: none;
cursor: pointer;
width: 100%;
}

#uwpqsf_id_btn:hover {
background: #ed3546;
}

#post-11, .overzicht article{
  display: none;
}
.hreview-aggregate{
  margin-top: 10px;
}
.ngg-galleryoverview:last-child{
  display: none !important;
}
.featured_item{
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.featured_item .image{
  width: 30%;
  float: left;
  padding-right: 5%;
}
.featured_item .image img{
  width: 100%;
  height: auto;
}
.featured_item  .description{
  width: 60%;
  float: left;
}

.contentContainer {
  padding: 1.25%;
}

.contentContainer h1{
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 20px;
  font-weight: 600;
}
.contentContainer h2{
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 20px;
  font-weight: 600;
}
.contentContainer h3{
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}
.contentContainer h4{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.contentContainer h5{
  font-size: 14px;
  line-height: 16px;
}
.contentContainer li{
  list-style: disc;
  margin-left: 20px;
}
.contentContainer ul{
  margin-bottom: 12px;
}
.contentContainer a{
  text-decoration: underline;
  color: #000;
}
.contentContainer p{
  padding-bottom: 12px;
}
input[type=text], input[type=email], textarea{
  padding: 8px;
}
.contentContainer input[type=submit], .form_table input[type=submit]{
  border: none;
height: 30px;
color: #515151;
width: 140px;
cursor: pointer;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.contentContainer input[type=submit]:hover, .form_table input[type=submit]:hover{
  color: #fff;
}
.lees-meer-post{
    background:#dcdcdc;
    border: none;
    height: 30px;
    color: #515151;
    cursor: pointer;
    padding: 6px 15px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .toggle-block .text{
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    }

    .toggle-block{
        position: relative;
        /*height: 265px;*/
        margin-bottom: 22px;
    }



.terug-naar{
    color: #43b861;
    text-decoration: underline;
    font-weight: 600;
}

.icons-services{
    width: 100%;
}

.simple-field-image img{
    height: 25px!important;
    width: 25px!important;
    cursor: pointer;
}

.simple-field-image{
    float: left;
    margin-right: 10px;
}

.simple-field-image img:hover{
    opacity:0.5;
}
#horizontalTab .left select{
    margin-left:15px;
    margin-right:15px;
}

.resp-tabs-container .metaslider{max-width:500px;height:350px}

.test {
   float: left;
   margin-top: 25px;
}

.hreview-aggregate { display: none; }

.left .menu {
display: none;
}

.caption span {
    font-size: 29px;
    position: absolute;
    right: 0;
    top: -359px;
    width: 710px;
    z-index: 999;
}

.caption span.one { color: #fd8232; }
.caption span.two { color: #fff000; }
.caption span.three { color: #fff000; }
.caption span.four { color: #b3e61d; }
.caption span.five { color: #fff000; }
.caption span {
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

#filters {display: none;}

.blocks .left .menu{
  display: block;
}
.cat-item.cat-item-39{
  display: none !important;
}

.page-id-92 .left .menu { display: none; }

.wpbs-container { float: none; }

.right .rating {display: none;}

.btn-res {
  display: inline-block;
  background-color: #43b861;
  color: #FFF;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.025);
  padding: 8px 14px;
  box-sizing: border-box;
}


#google_language_translator {
    color: transparent;
    display: inline-block;
    margin-right: 50px;
}

.skiptranslate.goog-te-gadget > div {
    display: inline-block;
    width: auto;
    margin-right: 20px;
}

.skiptranslate.goog-te-gadget:nth-child(2) {
  display: none;
}

.goog-te-combo:nth-child(2) {
  display: none;
}

.category-exclusieve-huizen-en-groepsaccommodaties #itemsWrapper .right .prices p:nth-child(1), .category-exclusieve-huizen-en-groepsaccommodaties #itemsWrapper .right .prices p:nth-child(2) {
display: none;
}