/*
	Theme Name: Zagers
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: https://www.studiopress.com/
	Version: 2.0.1


	Template: genesis
	Template Version: 2.0.1
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.7em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 20px; height: 20px;
  position: relative;
}

input[type="checkbox"]:checked::after ,
input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 11px;
  height: 11px;
  background-color: #ec6b06;
  border-radius: 2px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
  font-size: 62.5%; /* 10px browser default */
}

body {
  background-color: #f5f5f5;
  color: #ccc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #333;
  color: #fff;
}

::selection {
  background-color: #333;
  color: #fff;
}

a {
  color: #666;
  text-decoration: none;
}

a img {
  margin-bottom: -4px;
  margin-bottom: -0.4rem;
}

a:hover {
  color: #333;
}

p {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  padding: 0;
}

strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

blockquote,
blockquote::before {
  color: #999;
}

blockquote {
  margin: 40px 40px 24px;
  margin: 4rem 4rem 2.4rem;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

.entry-content code {
  background-color: #333;
  color: #ddd;
}

cite {
  font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #eee inset;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 16px;
  padding: 1.6rem;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

:focus {
  outline: none;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
  background-color: #333;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 16px 24px;
  padding: 1.6rem 2.4rem;
  text-transform: uppercase;
  width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
  background-color: #f15123;
}

.entry-content .button:hover {
  color: #fff;
}

.button {
  border-radius: 3px;
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

th,
td {
  text-align: left;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
  padding: 0.6rem 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1140px;
}

.site-inner {
  clear: both;
  padding-top: 40px;
  padding-top: 4rem;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* Content */

.content {
  float: right;
  width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 520px;
}

.full-width-content .content {
  width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 360px;
}

.single-realworks_wonen .sidebar-primary {
  width: 100%;
  text-align: center;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* Column Classes
	Link: https://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
  float: left;
}

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}

.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem;
}

.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem;
}

img.alignnone {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.archive-description,
.author-box {
  background-color: #fff;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.archive-description {
  padding: 40px 40px 24px;
  padding: 4rem 4rem 2.4rem;
}

.author-box {
  padding: 40px;
  padding: 4rem;
}

.author-box-title {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}

.author-box a {
  border-bottom: 1px solid #ddd;
}

.author-box p {
  margin-bottom: 0;
}

.author-box .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
}

.entry-title a:hover {
  color: #666;
}

.widget-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
}

.sidebar .widget-title a {
  border: none;
}

.archive-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 0 0 24px;
  padding: 0 0 2.4rem;
}

.featured-content .entry-title {
  border: none;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}

.featured-content .entry-title a {
  border: none;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
  color: #999;
}

.enews-widget .widget-title {
  color: #fff;
}

.enews-widget input {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.enews-widget input:focus {
  border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
  background-color: #f15123;
  color: #fff;
  margin: 0;
  width: 100%;
}

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px;
  padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
  padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
  margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 14px;
  font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
  display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  background-color: #fff;
}

.site-header .wrap {
  padding: 40px 0;
  padding: 4rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
  float: left;
  font-family: Lato, sans-serif;
  font-weight: 700;
  padding: 16px 0;
  padding: 1.6rem 0;
  width: 320px;
}

.header-image .title-area {
  padding: 0;
}

.site-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  margin: 0 0 8px;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
  color: #333;
}

.site-description {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
  width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
  display: block;
  text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
  background: url(images/logo.png) no-repeat left;
  padding: 0;
}

.header-image .site-title a {
  float: left;
  min-height: 164px;
  width: 100%;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
  word-wrap: break-word;
}

.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px;
}

.header-image .site-header .widget-area {
  padding: 40px 0;
  padding: 4rem 0;
}

.site-header .search-form {
  float: right;
  margin-top: 24px;
  margin-top: 2.4rem;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  color: #999;
  font-family: Lato, sans-serif;
  line-height: 1.5;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}
.genesis-nav-menu .menu-item.menu-item-19319 a span {
  background-color: #ed6b06;
  padding: 10px;
  color: #ffffff;
  font-size: 100%;
}
.genesis-nav-menu .menu-item.menu-item-19319 a:hover span,
.genesis-nav-menu .menu-item.menu-item-19319 a:focus span {
  background-color: #fff;
  color: #909090;
}

.genesis-nav-menu a {
  border: none;
  color: #ec6b06;
  display: block;
  padding: 28px 24px;
  padding: 2.8rem 2rem;
  position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #999;
}

.genesis-nav-menu > .menu-item > a {
  text-transform: none;
  font-size: 18px;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
  top: -180px;
}

.genesis-nav-menu .sub-menu a {
  background-color: rgba(255, 255, 255, 1);
  border-top: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 16px 20px;
  padding: 1rem !important;
  position: relative;
  width: 200px;
  text-align: center;
  font-size: 17px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  display: inline-block;
  float: right;
  list-style-type: none;
  padding: 28px 0;
  padding: 2.8rem 0;
  text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
  margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
  padding: 14px 0 0;
  padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
  border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
  margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
  background-color: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
  color: #909090;
}

.nav-primary .sub-menu a:hover {
  color: #ec6b06;
}

body:not(.home) #menu-item-10 a {
  position: relative;
  padding-left: calc(80px + 3.8rem) !important;
}

body:not(.home) #menu-item-10 a::before {
  background-image: url("https://www.zagers.nl/wp-content/themes/zagers/images/zagers-logo-small.png");
  background-size: cover;
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  content: "";
  left: 0;
  top: 6px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
  background-color: #fff;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding: 40px 40px 24px;
  padding: 4rem 4rem 2.4rem;
}

.entry-content a {
  border-bottom: 1px solid #ddd;
  color: #f15123;
}

.entry-content a:hover {
  color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
  border: none;
}

.main-content .content-block ol,
.main-content .content-block ul,
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}

.main-content .content-block ol,
.main-content .content-block ul,
.entry-content ol,
.entry-content ul {
  margin-left: 40px;
  margin-left: 4rem;
}

.entry-content ol li {
  list-style-type: decimal;
}

.entry-content ul li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content .search-form {
  width: 50%;
}

.entry-meta {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
}

.entry-meta a {
  border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  margin: 0 -40px;
  margin: 0 -4rem;
  padding: 32px 40px 8px;
  padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
  margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
  display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 40px 0;
  margin: 4rem 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #333;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #f15123;
}

.entry-pagination a {
  border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.entry-comments {
  padding: 40px;
  padding: 4rem;
}

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px;
  padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
  border-bottom: 1px solid #ddd;
}

.comment-content {
  clear: both;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
  margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
}

.comment-list li {
  margin-top: 24px;
  margin-top: 2.4rem;
  padding: 32px;
  padding: 3.2rem;
}

.comment-list li li {
  margin-right: -32px;
  margin-right: -3.2rem;
}

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}

.comment .avatar {
  margin: 0 16px 24px 0;
  margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
  display: none;
}

.bypostauthor {
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 24px;
  padding: 2.4rem;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  color: #999;
}

.sidebar a {
  border-bottom: 1px solid #ddd;
}

.sidebar p:last-child {
  margin-bottom: 0;
}

.sidebar li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word;
}

.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding: 40px;
  padding: 4rem;
}

.sidebar .enews-widget {
  background-color: #333;
}

.slideout-buttons {
  position: absolute;
  right: 0;
  max-width: 235px;
}

.slideout-buttons a {
  width: 100%;
  display: block;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 10px;
  max-height: 70px;
  max-width: 70px;
  text-align: right;
  float: right;
  clear: right;
}

.slideout-buttons a > div:first-child {
  background-position: 50%;
  background-repeat: no-repeat;
  float: right;
  width: 50px;
}

.slideout-buttons .slideout {
  float: right;
  padding: 0;
  opacity: 0;
  display: none;
  max-width: 0px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slideout-buttons a:hover {
  max-width: 440px;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.slideout-buttons a:hover > .slideout {
  opacity: 1;
  display: inline-block;
  padding: 15px 4px 15px 0;
  max-width: 400px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  background-color: #333;
  color: #999;
  clear: both;
  padding: 40px 0 16px;
  padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
  width: 350px;
}

.footer-widgets-2 {
  width: 360px;
}

.footer-widgets-1 {
  margin-right: 40px;
  margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

.footer-widgets-3 {
  float: right;
}

.footer-widgets a {
  border-bottom: 1px solid #666;
  color: #999;
}

.footer-widgets a:hover {
  color: #ddd;
}

.footer-widgets .widget {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
  color: #ec6b06;
}

.footer-widgets li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
  border: 1px solid #ddd;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  background-color: #fff;
  color: #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
  text-align: center;
}

.site-footer a {
  border-bottom: 1px solid #ddd;
}

.site-footer p {
  margin-bottom: 0;
  font-size: 17px;
  color: #333;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------- */
.header {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: top;
}
.header-subpages {
  min-height: 700px;
  background-repeat: no-repeat;
  background-position: top;
}
.header .upper-header {
  height: 20vh;
  padding: 20px;
}
div.upper-header.contact {
  padding: 20px;
  position: absolute;
  top: 25px;
  z-index: 9999;
}
.header .header-logo {
  float: left;
}
.header .header-logo img {
  height: 160px;
}
.header .header-contact {
  float: right;
  background-color: rgba(255, 255, 255, 1);
  padding: 20px;
  width: 300px;
}
.header .header-contact .mail-contact {
  background: url(images/mail-icon.png);
  background-repeat: no-repeat;
  background-size: 36px;
  padding-left: 50px;
  transition: background 0.5s ease, color 0.2s ease;
}
.header .header-contact .mail-contact:hover {
  background: url(images/mail-icon-hover.png);
  background-repeat: no-repeat;
  background-size: 36px;
  padding-left: 50px;
}
.header .header-contact .tel-contact {
  background: url(images/phone-icon.png);
  background-repeat: no-repeat;
  background-size: 36px;
  padding-left: 50px;
  margin-bottom: 10px;
  transition: background 0.5s ease, color 0.2s ease;
}
.header .header-contact .tel-contact:hover {
  background: url(images/phone-icon-hover.png);
  background-repeat: no-repeat;
  background-size: 36px;
  padding-left: 50px;
  margin-bottom: 10px;
}
.header .header-contact .mail-contact,
.header .header-contact .tel-contact {
  color: #ec6b06;
  font-size: 26px;
  display: block;
}

/* Pop */
@keyframes pop {
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.pop {
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.pop:hover {
  animation-name: pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@keyframes wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.wobble-horizontal {
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.wobble-horizontal:hover {
  animation-name: wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.address {
  color: #ccc;
  margin: 0;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: -10px;
}
.woning-zoeken {
  margin: 0 auto;
  width: 600px;
  max-height: 20vh;
}
.woning-zoeken h1 {
  text-align: center;
  font-size: 55px;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
.nav-primary {
  background-color: transparent;
}
body:not(.home) .nav-primary {
  background-color: #fff;
}
.home #menu-main-menu {
  top: -83px;
}
#menu-main-menu {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
}
#menu-main-menu a {
  font-weight: 700;
}
div.content-block a {
  color: #ec6a05;
}
.content-block {
  background-color: rgba(255, 255, 255, 1);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.single-post h2.zagers-content {
  padding-bottom: 0px;
}
.content-block:hover {
  background-color: rgba(255, 255, 255, 1);
}
.content-block-small {
  background-color: rgba(255, 255, 255, 1);
  transition: background-color 0.3s ease, color 0.3s ease;
  min-height: 220px;
  padding: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-block-small:hover {
  background-color: rgba(255, 255, 255, 1);
}
.content-container {
  width: 100%;
  color: #333;
}
.content-container-small {
  color: #333;
  margin-top: 20px;
}
.content-block-upper {
  width: 99.9%;
  padding: 20px;
  margin-bottom: 20px;
  float: left;
}
.content-block-lower {
  width: 48%;
  float: left;
  padding: 20px;
}

div.content-block.content-block-upper > a > p {
  color: #333;
}
div.content-block.content-block-lower > a > p {
  color: #333;
}

.content-block-lower:last-child {
  margin-left: 4%;
}
.partners {
  background-color: #ec6b06;
  /*padding-top: 50px;*/
  line-height: 0;
  /*margin-top: 1vh;*/
  text-align: center;
}

.partners .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.main-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ccc !important;
	background-blend-mode: overlay;
}
.footer-widgets {
  background-color: rgba(255, 255, 255, 1);
}

.site-footer-inner h4 {
  color: #ec6b06;
  font-size: 21px;
}
.site-footer-inner {
  background-color: rgba(255, 255, 255, 1);
  color: #fff;
}
.site-footer-lower {
  clear: both;
  height: 120px;
  padding-top: 18px;
}
.site-footer-lower .one-third {
  text-align: left;
}
.site-footer ul li a {
  color: #fff;
}
.site-footer ul li {
  list-style-type: none;
  border-bottom: solid 0px #ec6b06;
}
.site-footer a {
  color: #ec6b06;
  border-bottom: solid 0px #ec6b06;
}
.site-footer .footer-1 {
  text-align: left;
}
.site-footer .footer-3 {
  text-align: right;
  float: right;
}
.footer-top-bg {
  background-color: #ec6b06;
  padding: 30px 0;
}
.footer-top-bg * {
  color: #fff !important;
}
.aanbod {
  background-color: #000;
  padding-bottom: 20px;
  padding-top: 20px;
}
.aanbod h2 {
  text-align: center;
  color: #ec6a05;
  font-size: 40px;
  margin-bottom: 25px;
}

.home .site-inner {
  display: none;
}
.site-footer .footer-logo-small {
  width: 80px;
  float: left;
}
img.img1 {
  padding: 0px !important;
}
.site-footer .footer-lower-links {
  float: left;
  margin-top: 25px;
  padding-left: 20px;
  font-size: 17px;
  color: #ec6b06;
}
.site-footer .footer-lower-links a {
  color: #333;
}
.site-footer .footer-lower-links a:hover {
  color: #ec6b06;
}
.partner_logos {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-wrap: wrap;
}
.partner_logos img {
  width: auto !important;
  max-height: 30px;
  margin: 20px 10px;
}
#sticky-wrapper {
  position: relative;
  z-index: 999;
}
.home #sticky-wrapper {
  height: 0 !important;
}
#menu-main-menu li {
  list-style-type: none;
}
.menu-buttons {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  float: right;
  position: relative;
  display: none;
}
.menu-buttons a {
  float: left;
  width: 50px;
  margin-top: 15px;
  padding: 0;
  margin-right: 15px;
}
.display {
  visibility: visible;
  opacity: 1;
  display: block;
}
.displaymenu {
  top: 0px !important;
  width: 100%;
}

.display-sub-menu {
  top: 84px !important;
}
.header .header-home-sidebar {
  float: right;
}
.header .waardebepaling {
  background-color: rgba(255, 255, 255, 1);
  padding: 20px;
  width: 300px;
  margin-right: 20px;
  /*margin-bottom: 20px;*/
  text-align: center;
}
.waardebepaling h4 {
  color: #ec6b06;
  text-align: center;
  font-size: 24px;
}
.header .klantbeoordeling {
  background-color: rgba(255, 255, 255, 1);
  padding: 20px;
  width: 300px;
  margin-right: 20px;
}
.klantbeoordeling h4 {
  color: #ec6b06;
  text-align: center;
  font-size: 22px;
}
.woning-zoeken input {
  padding: 15px;
  background-color: rgba(255, 255, 255, 1);
  border: 0;
  box-shadow: none;
  margin-bottom: 15px;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
}
.klantbeoordeling .fa-star {
  color: gold;
}
.klantbeoordeling .zagersRating {
  color: #ec6b06;
  font-size: 60px;
  line-height: 0.9;
  font-weight: normal;
}
.value-left,
.value-right {
  width: 50%;
  float: left;
}
.value-right {
  color: #fff;
  font-size: 12px;
}
.value-left {
  text-align: center;
  margin-top: 5%;
}
#search-box {
  height: 400px;
  width: 400px;
  background-color: rgba(255, 255, 255, 1);
  clear: both;
  position: absolute;
  top: 80px;
  right: 0;
  padding: 20px;
}
#search-box input {
  padding: 10px;
  border: 0;
  box-shadow: none;
  margin-bottom: 10px;
  border-radius: 0;
}
#search {
  cursor: pointer;
}
.recensieCount {
  color: #fff;
}

/* default button  */
.orange-bg {
  background-repeat: no-repeat;
  background-size: 300px;
  min-height: 46px;
  margin: 0 auto;
  width: 300px;
  padding: 15px;
  text-align: center;
  color: #fff !important;
  height: 65px;
  font-size: 21px;
  background-color: #ec6a05;
  border-radius: 15px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.orange-bg:hover {
  background-color: #fff;
  color: #ec6a05 !important;
}
.orange-bg:after {
  top: 58px;
  left: 41.5px;
  content: " ";
  height: 0;
  width: 0;
  position: relative;
  pointer-events: none;
  margin-left: -3px;
  border-style: solid;
  border-width: 27px 1px 5px 37px;
  border-color: #ec6a05 transparent transparent transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.orange-bg:hover:after {
  border-color: #fff transparent transparent transparent;
}

.orange-bg-content {
  background: url(images/orange-bg-large.png);
  background-repeat: no-repeat;
  background-size: 220px;
  width: 230px;
  padding: 7px;
  text-align: center;
  color: #fff !important;
  font-size: 17px;
  transition: background 0.2s ease, color 0.2s ease;
  float: right;
}
.orange-bg-content:hover {
  background: url(images/orange-bg-large-hover.png);
  background-repeat: no-repeat;
  background-size: 220px;
  width: 230px;
  padding: 7px;
  text-align: center;
  color: #ec6a05 !important;
  font-size: 17px;
  float: right;
}

.orange-bg-funda {
  background: url(images/orange-bg-large.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 0px;
  margin: 0 auto;
  width: 90%;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  transition: background 0.2s ease, color 0.2s ease;
  padding-top: 10px;
  margin: 0 auto;
}
.orange-bg-funda:hover {
  background: url(images/orange-bg-large-hover.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 0px;
  margin: 0 auto;
  width: 90%;
  padding: 20px;
  text-align: center;
  color: #ec6a05;
  font-size: 13px;
  transition: background 0.2s ease, color 0.2s ease;
  padding-top: 10px;
  margin: 0 auto;
}

div.fundabtn {
  margin-top: 140px;
}
p.fundascore {
  margin: 0px 0px 11px;
  padding: 0px;
}
span.fundascore {
  float: right;
  color: #ec6b06;
}

div.partners > div.wrap > a > img {
  padding: 20px;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  margin: 0 30px;
}
div.partners > div.wrap > a > img:hover {
  opacity: 1;
}
h2.zagers-content {
  font-size: 34px;
  color: #ec6a05;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}
h3.zagers-content {
  color: #ec6a05;
}
h4.zagers-content {
  color: #ec6a05;
}
h1.zagers-sub {
  font-size: 42px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.content-block.onze-mensen {
  background: white;
}

.onze-mensen .one-third {
  border-radius: 5px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 1);
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #333;
  margin-bottom: 30px;
}

.onze-mensen .one-third img {
  text-align: center;
  margin: 0 auto 16px;
  display: block;
}

.onze-mensen .one-third h3 {
  color: #ec6b06;
  margin-bottom: 5px;
  font-weight: 700;
}

.onze-mensen .one-third .functie {
  color: #666;
  font-size: 16px;
}

#menu-footer-menu {
  display: none;
  padding-right: 10px;
}

ul#menu-footer-menu.menu a.display-menu-a {
  padding: 0px !important;
  margin-bottom: 0;
  font-size: 17px;
  color: #ec6b06;
}
ul#menu-footer-menu.menu a.display-menu-a:hover {
  color: #ec6b06;
}
.zagerscopy {
  margin-top: 25px;
  text-align: right;
  font-size: 20px;
}
section#text-3.widget.widget_text {
  margin-bottom: 30px;
}

.zagershoverbg {
  background: url(images/backgroundlogo-hover.png);
  background-size: 300px;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  transition: background 0.3s ease, color 0.3s ease;
}

html,
body {
  margin: 0;
  height: 100%;
}
img.partner-logo-footer.pop {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
img.partner-logo-footer.pop:hover {
  opacity: 1;
}
.kin {
  width: 25%;
  padding: 5px;
  opacity: 0.5;
  background-color: #fff;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.kin:hover {
  opacity: 1;
}
.site-inner {
  display: none;
}
.subpage_title_bg {
  position: relative !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 225px;
  background-color: transparent !important;
  margin-bottom: 40px;
  color: #fff;
  padding-top: 30px;
}

#map {
  height: 500px;
  width: 100%;
}
.overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 500px; /* your iframe height */
  top: 500px; /* your iframe height */
  margin-top: -500px; /* your iframe height */
  z-index: 9999;
}
i.fa.fa-facebook {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ec6b06;
  border-radius: 100%;
  padding: 10px;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 12px;
  color: #fff !important;
  transition: background 0.5s ease, color 0.2s ease;
}
i.fa.fa-facebook:hover {
  background-color: #fff;
  color: #ec6b06 !important;
}

i.fa.fa-instagram {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ec6b06;
  border-radius: 100%;
  padding: 10px;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 12px;
  color: #fff !important;
  transition: background 0.5s ease, color 0.2s ease;
}
i.fa.fa-instagram:hover {
  background-color: #fff;
  color: #ec6b06 !important;
}
.answer {
  display: none;
  padding: 20px;
  border: 3px solid #fff;
  border-bottom: 0px;
  border-left: 1px solid #ed6b06;
	background-color: #fff0e5;
}
.question {
  padding: 20px;
  padding-left: 10px;
  border: 3px solid #fff;
  border-bottom: 0px;
  transition: background 0.5s ease, color 0.2s ease;
  cursor: pointer;
}
.question:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
body.page-template.page-template-page-faq div.content-block:hover {
  background-color: rgba(255, 255, 255, 1);
}
div.questions > div:last-child {
  border-top: 0px;
  border-bottom: 3px solid #fff;
}
div#clickme20.question {
  border-bottom: 3px solid #fff;
}
div.questions a {
  color: #ec6a05;
}

/*
Realworks styling
---------------------------------------------------------------------------------------------------- */

body.archive.post-type-archive.post-type-archive-realworks_wonen
  header.site-header {
  display: none;
}

body.archive.post-type-archive.post-type-archive-realworks_wonen .site-inner {
  display: block;
}
body.realworks_wonen-template-default header.site-header {
  display: none;
}

body.realworks_wonen-template-default .site-inner {
  display: block;
}

/*
Formulier contact
---------------------------------------------------------------------------------------------------- */

.gform_wrapper ul li.gfield {
  clear: none !important;
}
li#field_1_4.gfield.one-half {
  width: 50%;
  padding-right: 3px !important;
}
li#field_1_7 {
  width: 51%;
}
li#field_1_10 {
  width: 50%;
  padding-right: 3px;
}
li#field_1_8 > label.gfield_label {
  margin-top: 15px;
}
li#field_1_5 > label.gfield_label {
  margin-top: 15px;
}
li#field_1_5 {
  margin-top: 12%;
}
form#gform_1 > div.gform_footer.top_label {
  text-align: center;
}

input#gform_submit_button_1.gform_button.button {
  background: url(images/orange-bg-large.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 250px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  height: 60px;
  padding-top: 7px;
  transition: background 0.2s ease, color 0.2s ease;
}
input#gform_submit_button_1.gform_button.button:hover {
  background: url(images/orange-bg-large-hover.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 250px;
  text-align: center;
  color: #ec6a05;
  font-size: 17px;
  height: 60px;
  padding-top: 7px;
}

input#gform_submit_button_3.gform_button.button {
  background: url(images/orange-bg-large.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 250px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  height: 60px;
  padding-top: 7px;
  transition: background 0.2s ease, color 0.2s ease;
}
input#gform_submit_button_3.gform_button.button:hover {
  background: url(images/orange-bg-large-hover.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 250px;
  text-align: center;
  color: #ec6a05;
  font-size: 17px;
  height: 60px;
  padding-top: 7px;
}

label.gfield_label {
  font-weight: normal !important;
}

form#gform_1 {
  padding-right: 50px;
  padding-left: 50px;
}

p.contact_paragraph {
  margin: 0px;
  padding: 0px;
}

.background-waardebepaling {
  background: url(https://www.zagers.nl/wp-content/themes/zagers/images/waarde-icon.png);
  background-size: 30% !important;
  height: 100px;
  background-repeat: no-repeat !important;
  margin-bottom: 0px;
  margin: 0 auto;
  text-align: center;
  background-position: 45% !important;
  transition: background 0.5s ease, color 0.2s ease;
}
.background-waardebepaling:hover {
  background: url(https://www.zagers.nl/wp-content/uploads/2017/03/waarde-icon-reversed.png);
}
.facebookbutton {
  padding: 12px;
  background-color: #415dae;
  color: #fff !important;
  width: 50px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-shadow: 1px 1px 103px -17px rgba(0, 0, 0, 1);
  -moz-box-shadow: 1px 1px 103px -17px rgba(0, 0, 0, 1);
  box-shadow: 1px 1px 103px -17px rgba(0, 0, 0, 1);
}
.facebookbutton:hover {
  padding: 12px;
  background-color: #fff;
  color: #415dae !important;
  width: 50px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-shadow: 1px 1px 103px -17px rgba(0, 0, 0, 1);
  -moz-box-shadow: 1px 1px 103px -17px rgba(0, 0, 0, 1);
  box-shadow: 1px 1px 103px -17px rgba(0, 0, 0, 1);
}

.single h2 {
  color: #ec6a05;
}

/*Menu blog subitems*/

li#menu-item-209 ul.sub-menu {
  top: -45px;
  width: 150px;
}
#menu-main-menu ul.sub-menu li {
  width: 100%;
}
#menu-main-menu ul.sub-menu li a {
  width: 100%;
}

section.interval {
  padding: 3rem;
  background-color: #000;
  display: inline-block;
  width: 100%;
  margin-bottom: -10px;
}

/*zagers single woningaanbod*/

.btn-readmore {
  transition: background-color 0.2s ease, color 0.2s ease;
  display: inline-block;
  background-color: transparent;
  color: #ec6a05 !important;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  width: auto;
  border: 1px solid #ec6a05;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  border-bottom: 1px solid #ec6a05 !important;
  margin-top: 10px;
}
.btn-readmore:hover {
  background-color: transparent;
  color: #ccc !important;
  border: 1px solid #ccc;
  text-decoration: none;
  border-bottom: 1px solid #ccc !important;
}

/*
Sitemap
---------------------------------------------------------------------------------------------------- */

body.page-id-1397 div.content-block ul {
  margin: initial !important;
  padding: initial !important;
  padding-left: 40px !important;
}

body.page-id-1397 div.subpage_title_bg {
  height: 100%;
}

body.page-id-1397 h2 {
  color: #ec6a05;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

body.page-id-1397 li.page-item-1350 {
  display: none;
}

body.page-id-1397 li.page-item-1349 {
  display: none;
}

/* 
Reviews
*/
article.user-review {
	border-bottom: 2px #F0F3F2 solid;
    padding-bottom: 30px;
    margin-top: 30px;
}

.user-review-header {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	position: relative;
	padding-right: 100px;
}

.user-review-number {
    font-size: 38px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #37a712;
    position: absolute;
    right: 0;
    top: -15px;
}

.user-review-author,
.user-review-timestamp {
	display: inline-block;
	color: #777;
}

.user-review-service,
.user-review-address {
	font-weight: 700;
    color: #777;
	font-size: 14px;
}

.user-review > .user-review-description {
    padding: 20px;
    margin: 16px 20px;
    background-color: rgb(255 240 229);
}

.user-reviews-averages-panel {
	position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
	margin-top: 16px;
}

.user-reviews-averages-panel > * {
	width: 25%;
	text-align: center;
    border: 1px solid #F0F3F2;
	margin: 0;
}

.user-reviews-averages-value {
	margin: 0;
	padding: 0;
}

.user-reviews-averages-description {
	font-size: 12px;
	font-weight: 700;
}

.user-review-answer {
	padding-left: 30px;
    padding-right: 60px;
    margin-left: 30px;
    border-left: 1px solid #d0d0d0;
}

.user-review-answer .user-review-description {
	color: #777;
	font-size: 14px;
}

.user-review-answer-author {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 12px;
}

.archive-pagination li a {
	background-color: transparent;
}

.archive-pagination li a:hover, .archive-pagination li.active a {
	color: #fff;
}

/*
404
---------------------------------------------------------------------------------------------------- */

body.error404 div.site-inner {
  display: block;
}

body.error404 article.entry ul {
  margin: initial !important;
  padding: initial !important;
  padding-left: 40px !important;
}

body.error404 header.site-header {
  display: none;
}

body.error404 article.entry {
  background-color: rgba(255, 255, 255, 1);
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #fff;
}

body.error404 article.entry a {
  color: #ec6b06;
  text-decoration: none;
  border-bottom: 0px;
}

body.error404 article.entry a:hover {
  color: #ec6b06;
  border-bottom: 0px;
}

/*Contact*/

div.validation_error {
  color: #ec6b06 !important;
  border-top: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}

li#field_1_4.gfield.gfield_error.one-half {
  width: 100%;
}

.gfield_error .gfield_label {
  color: #ec6b06 !important;
  font-weight: bold !important;
}

.gform_wrapper .gfield_required {
  color: #ec6b06 !important;
}
.validation_message {
  color: #ec6b06 !important;
  font-weight: bold;
  letter-spacing: normal;
}

li#field_1_5.gfield.gfield_error {
  margin-top: 0px !important;
}

body.error404 h4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

body.error404 div.entry-content p {
  margin-bottom: 15px;
}

/*
Zagers Frontpage Realworks search
---------------------------------------------------------------------------------------------------- */
body.home input,
select,
textarea {
  color: #666;
  width: 100% !important;
  padding: 15px;
  background-color: rgba(255, 255, 255, 1);
  border: 0;
  box-shadow: none;
  margin-bottom: 15px;
  border-radius: 0;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

form.formsearchhome input.orange-bg-fp-search {
  background-color: transparent;
  background-position: center;
}

.orange-bg-fp-search {
  background: url(images/orange-bg-large.png);
  background-repeat: no-repeat;
  background-size: 300px;
  width: 300px;
  padding: 14px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  transition: background 0.2s ease, color 0.2s ease;
  height: 80px;
  margin: 0 auto;
}

.orange-bg-fp-search:hover {
  background: url(/wp-content/themes/zagers/images/orange-bg-large-hover.png);
  background-repeat: no-repeat;
  background-size: 300px;
  width: 300px;
  padding: 14px;
  text-align: center;
  color: #ec6a05 !important;
  font-size: 16px;
  transition: background 0.2s ease, color 0.2s ease;
  height: 80px;
  margin: 0 auto;
  width: 100%;
}

body.home input.orange-bg-fp-search.send-button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 15px;
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  color: #fff;
  padding-bottom: 25px;
  display: inline-block;
  max-width: 300px;
  margin-left: calc(50% - 150px);
}

div.page-content.none-found {
  border-radius: 3px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 1px 3px #bbb;
  -moz-box-shadow: 0 1px 3px #bbb;
  box-shadow: 0 1px 3px #000;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 1);
}

input,
select,
textarea {
  -moz-appearance: initial;
}
select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  .search-input input {
    width: 13px !important;
    display: inline-block !important;
    margin-right: 10px !important;
  }
}
body.page-id-24 textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #eee inset;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 16px;
  padding: 1.6rem;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-content {
    background-attachment: local !important;
  }
  div.site-container {
    background-attachment: local !important;
  }

  input#gform_submit_button_1.gform_button.button {
    padding-top: 0px;
  }
  input#gform_submit_button_1.gform_button.button:hover {
    padding-top: 0px;
  }
}

/*
Form Gratis waardebepaling
---------------------------------------------------------------------------------------------------- */

body.page-id-1425 select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #eee inset;
}

.widget .textwidget a.button,
.post-type-archive-realworks_wonen .col-md-3 .button {
  text-decoration: none !important;
  color: #fff !important;
  background-color: #ed6b06;
  font-size: 13px;
  text-align: center;
  border: 2px solid #fff;
  font-weight: 700;
}

.post-type-archive-realworks_wonen .col-md-3 .button {
  position: sticky;
  bottom: 0;
  background-color: #ec6a04;
  border: 1px solid #883d02;
  border-radius: 0;
}

.post-type-archive-realworks_wonen .col-md-3 .button span {
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 0px 1px 0px #000;
  font-size: 13px;
  color: #000;
  text-transform: none;
  padding: 8px;
}

.post-type-archive-realworks_wonen .col-md-3 .button:hover span {
  background-color: #883d02;
  border: 1px solid #883d02;
  box-shadow: none;
  color: #fff;
}

.single-realworks_wonen .sidebar-primary {
  position: sticky;
  bottom: 0;
  margin-top: 30px;
}

.single-realworks_wonen .site-inner {
  display: block;
  margin-bottom: 50px;
}

.single-realworks_wonen .sidebar-primary .widget {
  margin-bottom: 0;
  padding: 0;
  box-shadow: none;
  border: 0;
  background-color: transparent;
}

.single-realworks_wonen .sidebar-primary .widget .button {
  position: sticky;
  bottom: 0;
  background-color: #ec6a04;
  border: 1px solid #883d02;
  border-radius: 0;
}

.single-realworks_wonen .sidebar-primary .widget .button span {
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 0px 1px 0px #000;
  font-size: 13px;
  color: #000;
  text-transform: none;
  padding: 8px;
}

.single-realworks_wonen .sidebar-primary .widget .button:hover span {
  background-color: #883d02;
  border: 1px solid #883d02;
  box-shadow: none;
  color: #fff;
}

#input_4_5 {
	display: flex;
    flex-wrap: wrap;
}

#input_4_5 > li {
	width: 33%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding-left: 0;
    margin: 0 0 12px !important;
}

#input_4_5 > li > input {
    margin-top: 6px;
    width: 38px;
    border: 0 !important;
    box-shadow: none !important;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-moz-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min-device-pixel-ratio: 1.5) {
  .header-image .site-header .wrap {
    background: url(images/logo@2x.png) no-repeat left;
    background-size: 320px 164px;
  }
}

@media only screen and (max-width: 1139px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }

  .content,
  .site-header .widget-area {
    width: 620px;
  }

  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary,
  .title-area {
    width: 300px;
  }
}

@media only screen and (max-width: 1023px) {
  body {
    background-color: #fff;
  }

  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .site-inner,
  .title-area,
  .wrap {
    width: 100%;
  }

  .site-header .wrap {
    padding: 20px 0;
    padding: 2rem 0;
  }

  .header-image .site-header .wrap {
    background-position: center top;
  }

  .site-inner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-footer .entry-meta,
  .header-image .site-header .widget-area,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .display-menu-a {
    padding: 1vw 3vw !important;
  }

  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
    padding: 2rem 1.6rem;
  }

  .site-header .search-form {
    margin: 16px auto;
    margin: 1.6rem auto;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

  .entry-footer .entry-meta {
    margin: 0;
    padding-top: 12px;
    padding-top: 1.2rem;
  }

  .sidebar .widget.enews-widget {
    padding: 40px;
    padding: 4rem;
  }

  .site-footer {
    padding: 24px 0;
    padding: 2.4rem 0;
  }

  .footer-widgets {
    padding: 40px 5% 16px;
  }

  .footer-widgets-1 {
    margin: 0;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  div.one-third.waardebar {
    display: block !important;
  }
  div.one-third .header-contact {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  div.pictureCover {
    display: none;
  }

  .site-container .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  
  #input_4_5 > li {
		width: 50%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		text-align: left;
		padding-left: 0;
		margin: 0 0 12px !important;
	}

}

html {
  max-width: 100vw;
  width: 100vw;
  overflow-x: hidden;
}

body {
  margin: 0;
  height: 100%;
  max-width: 100vw;
  width: 100vw;
  /* min-width: 100%; */
}

body.archive.post-type-archive-realworks_wonen div.col-md-4 {
  border-top: 0px !important;
  border-bottom: 10px solid transparent !important;
}

div.phone_button_menu {
  background-image: url("https://www.zagers.nl/wp-content/themes/zagers/images/phone-icon.png");
  height: 50px;
  width: auto;
  background-size: contain;
  transition: background 0.5s ease, color 0.2s ease;
}
div.phone_button_menu:hover {
  background-image: url("https://www.zagers.nl/wp-content/uploads/2017/06/phone-icon-hover.png");
}

div.email_button_menu {
  background-image: url("https://www.zagers.nl/wp-content/themes/zagers/images/mail-icon.png");
  height: 50px;
  width: auto;
  background-size: contain;
  transition: background 0.5s ease, color 0.2s ease;
}
div.email_button_menu:hover {
  background-image: url("https://www.zagers.nl/wp-content/themes/zagers/images/mail-icon-hover.png");
}

div.waarde_button_menu {
  background-image: url("https://www.zagers.nl/wp-content/themes/zagers/images/waarde-icon.png");
  height: 50px;
  width: auto;
  background-size: contain;
  transition: background 0.5s ease, color 0.2s ease;
}
div.waarde_button_menu:hover {
  background-image: url("https://www.zagers.nl/wp-content/uploads/2017/06/waarde-icon-hover.png");
}

div.search_button_menu {
  background-image: url("https://www.zagers.nl/wp-content/themes/zagers/images/search-icon.png");
  height: 50px;
  width: auto;
  background-size: contain;
  transition: background 0.5s ease, color 0.2s ease;
}
div.search_button_menu:hover {
  background-image: url("https://www.zagers.nl/wp-content/uploads/2017/06/search-icon-hover.png");
}

body.realworks_wonen-template-default.single dl {
  margin-bottom: -1px;
}

body.realworks_wonen-template-default.single dt {
  word-break: break-word;
  display: inline-block;
  width: 38% !important;
  vertical-align: top;
  float: none !important;
}

body.realworks_wonen-template-default.single dd {
  width: 61% !important;
  display: inline-block;
}

.content-container .content-block {
  background-color: transparent;
}
.content-container .content-block:first-of-type {
  background-color: #fff;
  width: 73% !important;
}

.content-container .content-block:first-of-type:last-of-type {
	width: 100% !important;
}

.home .content-container .content-block {
	width: 100% !important;
}

.home .content-container .content-block.content-block-lower {
	width: 48% !important;
	background-color: #fff;
}

body:not(.home) .content-container .content-block:first-of-type ~ .content-block {
	width: 25% !important;
	padding: 0% !important;
}

body:not(.home) .content-container .content-block:first-of-type ~ .content-block .orange-speak-btn {
	text-align: center;
	position: relative;
	font-weight: 700 !important;
	font-size: 15px !important;
	line-height: 1.225;
	/* border: 2px solid #fff !important; */
	box-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff;
	width: calc(100% - 4px);
	border-radius: 14px 14px 0 14px;
	width: 90%;
	background-color: #fff;
	color: #ed6b06 !important;
}

body:not(.home) .content-container .content-block:first-of-type ~ .content-block .orange-speak-btn::after {
	position: absolute;
	right: 0;
	top: 100%;
	transform: translateY(-6px)translateX(2px);
	border-color: transparent #ffffff transparent transparent;
}

.content-container:after {
    clear: both;
    content: " ";
    display: table;
}
body:not(.home) .content-container .content-block:first-of-type ~ .content-block p:not(:empty) > img {
	margin: 0 !important;
}

body:not(.home) .content-container .content-block:first-of-type ~ .content-block p:not(:empty){
    background-color: #ed6b06;
    color: #fff;
    font-size: 15px;
    padding: 16px 23px 21px;
    letter-spacing: .02em;
    margin-bottom: -12px;
    border-radius: 12px 12px 0 0;
    line-height: 1.4;
	width: 100%;
}

body:not(.home) .content-container .content-block:first-of-type ~ .content-block h4 {
    background-color: #ed6b06;
    color: #fff;
    font-size: 17px;
    padding: 0px 23px 12px;
    letter-spacing: .02em;
    margin-bottom: -12px;
    border-radius: 0;
    line-height: 1.25;
	width: 100%;
}

body:not(.home) .content-container .content-block:first-of-type ~ .content-block p:not(:empty):last-of-type{
    border-radius: 0 12px 12px 12px;
}

body:not(.home) .content-container .content-block:first-of-type ~ .content-block p:not(:empty):last-of-type + div,
body:not(.home) .content-container .content-block:first-of-type ~ .content-block p:last-of-type + div {
    padding: 12px 0 20px;
    background-color: #ed6b06;
    border-radius: 0 0 12px 12px;
}

body:not(.home) .content-container .content-block:first-of-type ~ .content-block p:not(:empty) + p:not(:empty) {
    padding: 0 23px 21px;
}

body:not(.home) .content-container .content-block:first-of-type ~ .content-block p:empty {
	display: none !important;
}

body:not(.home) .content-container .content-block:first-of-type ~ .content-block h2 {
	font-size: 19px;
	margin-bottom: 0;
	padding: 10px;
    text-shadow: 0 0 3px white, -1px 0 4px white;
}

h2.zagers-content:empty {
	display: none;
}

body:not(.home) .content-container .content-block:first-of-type + .content-block {
	position: sticky;
	top: 100px;
}

.main-content {
	background-image: url(https://www.zagers.nl/wp-content/uploads/2021/11/Zagers-Waterdonken-1.jpg);
    background-color: #ccc;
    background-blend-mode: overlay;
}

body:not(.home) .content-container .content-block:first-of-type + .content-block + .content-block {
	position: sticky;
	top: 360px;
}

.orange-speak-btn {
  display: inline-block;
  background-color: #ec6a05;
  color: #fff !important;
  padding: 7px 40px;
  border-radius: 14px 14px 0 14px;
  transition: all 0ms;
}
.orange-speak-btn::after {
  position: relative;
  transition: all 0ms;
  right: -40px;
  top: 6px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #ec6905 transparent transparent;
}
.orange-speak-btn:hover,
.orange-speak-btn:focus {
  background-color: #fff;
  color: #ec6a05 !important;
}
.orange-speak-btn:hover::after,
.orange-speak-btn:focus::after {
  border-color: transparent #fff transparent transparent;
}
.fullwidth_field label.gfield_label {
  display: block !important;
  padding-top: 16px !important;
}

.postid-32846 table.no-borders {
	background-size: contain !important;
	background-color: #000;
	padding: 1.5em !important;
	display: block;
}

table.no-borders tr td {
	border-top: 0 !important;
	padding-right: 1em;
}

table.no-borders tbody {
	border-bottom: 0 !important;
}

table.text-white tr td,
table.text-white tr td a {
	color: #fff !important;
}

table.text-white tr td a { 
	text-decoration: underline !important;
}

.reviewsregel h2 { font-weight: bold; font-size: 35px; margin-bottom: 30px; }
.reviewmtmov2 { border-radius: 15px; margin-bottom: 45px; border:1px #e8e8e8 solid; -webkit-box-shadow: 0px 0px 10px 5px rgba(13,18,40,0.11); box-shadow: 0px 0px 10px 5px rgba(13,18,40,0.11); }
.reviewmtmov2 .scorerow { padding-top: 22px; border-radius: 15px 15px 0 0; min-height: 85px; margin-bottom: 15px; }
.reviewmtmov2 .scorerow .datum { color: #FFF; float: right; margin-top: -7px; margin-right: 30px; }
.reviewmtmov2 .scorerow .cijferbig { position: absolute; right: 30px; margin-top: 23px; }
.reviewmtmov2 .scorerow .cijferbig .innerScore .rest { display: none;}
.reviewmtmov2 .scorerow .cijferbig .innerScore { border: 4px #FFF solid; margin-bottom: 5px; background-color: #e5476c; color: #FFF; text-align: center; border-radius: 50%; width: 75px; height: 75px; line-height: 68px; font-size: 30px; font-weight: bold;}
.reviewmtmov2 .scorerow .cijferbig.oranje .innerScore { background-color: #e7ab42; }
.reviewmtmov2 .scorerow .cijferbig.groen .innerScore { background-color: #87c469; }
.reviewmtmov2 .scorerow .vragencontent { height: 40px; width: 80%; overflow: hidden; }
.reviewmtmov2 .scorerow .vragencontent .vragen { color: #FFF; padding: 0 5px; border-radius: 5px; line-height: 40px; /*background-color: rgba(255,255,255,0.1);*/ margin-left: 5px; margin-right: 5px; display: inline-block; }
.reviewmtmov2 .scorerow .vragencontent .vragen .cijfer { font-size: 15px; font-weight: bold; margin-right: 3px; width: 30px; height: 30px; background-color: rgb(0 0 0 / 12%); display: inline-block; border-radius: 50%; line-height: 30px; text-align: center; }

.reviewmtmov2 .icon { width: 50px; margin-right: 10px; display: inline-block; }
.reviewmtmov2 .icon img { width: 50px; margin-top: -20px; }
.reviewmtmov2 .naam { width: calc(100% - 70px); display: inline-block; padding-top: 5px; }
.reviewmtmov2 .naam .reviewer { font-weight: bold; }
.reviewmtmov2 .inhoud { padding: 0; margin-top: 15px; }
.reviewmtmov2 .reviewin .summary { width: 100%; padding: 15px; border-radius: 5px; text-align: center; font-weight:bold; }
.reviewmtmov2 .reviewin .summary h2 { margin: 0; padding: 0; line-height: 25px; font-size: 16px; font-style: italic; }
.reviewmtmov2 .reviewin .innerDesc { margin-top: 15px; border-top: 1px #f0f0f0 solid; }
.reviewmtmov2 .reviewin h3 { margin-top: 10px; padding-left: 25px; font-size: 1em; font-weight: bold; line-height: 15px; }
.reviewmtmov2 .reviewin h3 .fa { margin-left: -25px; position: absolute; border-radius: 50%; color: #FFF; font-size: 10px; text-align: center; line-height: 15px; width: 15px; height: 15px; display: inline-block; }
.reviewmtmov2 .reviewin h3 .fa-plus { background-color: #87c469; }
.reviewmtmov2 .reviewin h3 .fa-minus { background-color: #e7ab42; }

.reviewmtmov2 .reactieterug { margin-top: 15px; border-top: 1px #f0f0f0 solid; }
.reviewmtmov2 .reactieterug h3 { margin-top: 10px; padding-left: 25px; font-size: 1em; font-weight: bold; line-height: 15px; }
.reviewmtmov2 .reactieterug h3 .fa { margin-left: -25px; position: absolute; border-radius: 50%; color: #FFF; font-size: 10px; text-align: center; line-height: 15px; width: 15px; height: 15px; display: inline-block; }
.reviewmtmov2 .reactieterug h3 .fa-comment { font-size: 15px; }
.reviewmtmov2 .reactieterug .inhoudrev { font-size: 15px; color: #333841; padding: 10px 15px; border-radius: 10px; background-color: #f4f7f8; }
.reviewmtmov2 .reactieterug .inhoudrev .review { font-style: italic; opacity: 0.75; }
.reviewmtmov2 .reactieterug .inhoudrev h4 { margin-bottom: 0; padding-top: 10px; border-top:1px #c4c7ca solid; font-size: 13px; color: #333841 !important; font-style: italic; }


.reviewmtmov2 .reviewin p { font-size: 14px; }
.reviewmtmov2 .onderreview { min-height: 70px; margin-top: 15px; padding: 0; border-radius: 0 0 15px 15px; }
.reviewmtmov2 .onderreview:before { border-radius: 0 0 15px 15px; z-index: 1; content: ''; width: 100%; height: 70px; position: absolute; left: 0; background-color: rgba(0,0,0,0.40); }
.reviewmtmov2 .onderreview .col-md-12 { padding-top: 22px; color: #FFF; z-index: 2; }
.reviewmtmov2 .onderreview .col-xs-6 .col-sm-8 { line-height: 22px; font-style: italic; font-size: 12px; }
.reviewmtmov2 .onderreview .sterren { color: #FFF !important; }
.reviewmtmov2 .onderreview .sterren .fa { font-size: 20px; margin-right: 2px; }
.reviewmtmov2 .onderreview .sterren:after {content: '';width: 1px;height: 50px;background-color: #FFF;display:block;position: absolute;right: 15px;top: -13px;}

.reviewmtmov2 .onderreview .bron-beoordeling { text-align: right; }
.reviewmtmov2 .onderreview .bron-beoordeling img { margin-left: 5px; }
.reviewmtmov2 .fotos .fotobeheer { height: 135px; overflow: hidden; border-radius: 10px; width: 29%; margin-bottom: 3%; margin-left: 1.5%; margin-right: 1.5%; display: inline-block;}
.reviewmtmov2 .fotos .fotobeheer img { min-width: 100%; min-height: 100%; }



.reviewsregel .paginanummers2 { margin-top:30px; margin-bottom:60px; }
.reviewsregel .paginanummers2 a { border-radius: 50%; font-weight:bold; margin-right:5px; width:52px; text-align:center; display:inline-block; line-height:50px; }
.reviewsregel .paginanummers2 a span { position:relative; z-index:99; }
.reviewsregel .paginanummers2 a:hover { text-decoration:none; color:#333841; }
.reviewsregel .paginanummers2 a:hover:before { display:none; }
.reviewsregel .paginanummers2 a.actief { text-decoration:none; color:#333841; }
.reviewsregel .paginanummers2 a.actief:before { display:none; }
.reviewsregel .paginanummers2 span.leegp { margin-right:5px; width:52px; text-align:center; display:inline-block; line-height:50px; }

.lb-dataContainer .lb-data .lb-number { color: #FFF; }

body.mtmov2-template .reviewmtmov2 .scorerow { background-color:#ababab; }
body.mtmov2-template .reviewmtmov2 .reviewin .summary { background-color: rgba(171,171,171,0.1); }
body.mtmov2-template .reviewmtmov2 .reviewin .summary h2 { color:#ababab }
body.mtmov2-template .reviewmtmov2 .reviewin h3 { color:#ababab }
body.mtmov2-template .reviewmtmov2 .reactieterug h3 { color:#ababab }
body.mtmov2-template .reviewmtmov2 .reactieterug h3 .fa { color:#ababab }
body.mtmov2-template .reviewmtmov2 .onderreview { background-color:#ababab; }
body.mtmov2-template .reviewsregel .paginanummers2 a { background-color: rgba(171,171,171,0.1); }

@media print {
  .slicknav_menu,
  .slicknav_menutxt,
  .btn-readmore,
  .footer-top-bg,
  .sidebar-primary,
  .footer-lower-links {
    display: none !important;
  }

  .shortdesc {
    max-height: auto !important;
  }
}
