/* # Genesis Framework
Theme Name: Genesis-child
Theme URI: http://my.studiopress.com/themes/genesis/
Description: The industry standard for Premium WordPress Themes. Please do not modify this style sheet, as it might get overridden in updates.
Author: StudioPress
Author URI: http://www.studiopress.com/
Version: 2.2.7
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
/* # WARNING

This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. Please do all modifications in the form of a child theme.
Copy the contents of this file to the child theme. Do not use @import, as the CSS included with Genesis might change in the future.

 */
/* # Table of Contents
- Imports
- HTML5 Reset
- Baseline Normalize
- Box Sizing
- Float Clearing
- Defaults
- Typographical Elements
- Headings
- Objects
- Gallery
- Forms
- Tables
- Screen Reader Text
- Structure and Layout
- Site Containers
- Column Widths and Positions
- Column Classes
- Common Classes
- Avatar
- Genesis
- Search Form
- Titles
- WordPress
- Widgets
- Featured Content
- Plugins
- Genesis eNews Extended
- Jetpack
- Site Header
- Title Area
- Widget Area
- Site Navigation
- Accessible Menu
- Site Header Navigation
- Primary Navigation
- Secondary Navigation
- Skip Links
- Content Area
- Entries
- Entry Meta
- Pagination
- Comments
- Sidebars
- Site Footer
- Media Queries
- Retina Display
- Max-width: 1200px
- Max-width: 960px
- Max-width: 800px
- Print Styles
 */
/* # Imports
---------------------------------------------------------------------------------------------------- */

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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family: 'Open Sans', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

a {
	background: 0 0
}

a:active, a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #333
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

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
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto
}

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
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

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

td, th {
	padding: 0
}

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

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

*,
	*:before,
	*:after {
		box-sizing: inherit;
	}

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

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

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination: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 */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

.status-publish p {
	margin-bottom: 20px;
}

body {
	background-color: #ffffff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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;
}

a {
	color: #6DD400;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

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;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {

	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 0px;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #c3251d;
	color: #fff;
}

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

.button {
	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;
	width: 100%;
}

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

td,
th {
	text-align: left;
}

td {
	padding: 0px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

.more-link {
	position: relative;
}

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

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

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

.site-inner {
	clear: both;
}

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

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

#genesis-sidebar-secondary {
	display: none;
}

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

.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: left;
	width: 800px;
}

.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: 580px;
}

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

/* ### Primary Sidebar */

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

.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: http://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: 1.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
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

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

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

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

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

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

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

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

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

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

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

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

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

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

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

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

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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


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

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

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

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

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

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

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

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

.enews form + p {
	margin-top: 24px;
}

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

#wpstats {
	display: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

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

.site-header {
	-webkit-box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.61);
	-moz-box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.61);
	box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.61);
	z-index: 85;
	position: relative;
}

.site-header .wrap {
	padding: 0;
}

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

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

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

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

.header-image .site-title > a {

}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

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

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

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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #c3251d;
	text-decoration: underline;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

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

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

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

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

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

.nav-primary .genesis-nav-menu a {
	color: #ccc;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #c3251d;
	text-decoration: underline;
}

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

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

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

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


.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.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 code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

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

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

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	text-decoration: underline;
}

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

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

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

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

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

.comment-content {
	clear: both;
	word-wrap: break-word;
}

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

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

.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;
}

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}

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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .widget-row {
	margin-bottom: 40px;
	margin-left: 0;
	margin-right: 0;
}

.sidebar .widget:not(.widget_wp_acf_vc_bridge_vc_snippet_widget) {
	margin-bottom: 40px;
}

.sidebar .widget:not(.widget_wp_acf_vc_bridge_vc_snippet_widget),
.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .widget-row > .wpb_column > .vc_column-inner {
	padding: 30px 20px;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(87, 87, 87, 0.2);
	-moz-box-shadow: 0px 0px 6px 1px rgba(87, 87, 87, 0.2);
	box-shadow: 0px 0px 6px 1px rgba(87, 87, 87, 0.2);
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .widget-row > .wpb_column > .vc_column-inner h3 {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .widget-row > .wpb_column > .vc_column-inner .wpb_single_image {
	margin-bottom: 30px;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .widget-row > .wpb_column > .vc_column-inner .black-widget-button {
	margin-bottom: 0;
	display: block;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .widget-row > .wpb_column > .vc_column-inner .black-widget-button a {
	background: transparent;
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px 28px;
	font-size: 12px;
	border: 1px solid #000000;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #000;
	font-weight: 800;
	margin-top: 20px;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .widget-row > .wpb_column > .vc_column-inner .black-widget-button a:hover {
	background: #000;
	color: #fff;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .vloerverwarminggietvloeren-widget-row > .wpb_column > .vc_column-inner h3 {
	font-size: 17px;
	font-family: sans-serif;
	font-family: 'Open Sans';
	font-weight: 600;
	position: relative;
	z-index: 90;
	background: #393939;
	color: #fff;
	text-align: center;
	padding: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .contactinfo-widget-row:not(.black-background) > .wpb_column > .vc_column-inner .wpb_text_column p {
	font-size: 1.6rem;
	color: #000;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .contactinfo-widget-row:not(.black-background) > .wpb_column > .vc_column-inner .wpb_text_column p a {
	color: #000;
	font-weight: 500;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .contactinfo-widget-row:not(.black-background) > .wpb_column > .vc_column-inner .wpb_text_column p strong {
	color: #000;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .contactinfo-widget-row.black-background {
	background-color: #393939;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .widget-row.black-background {
	background-color: #393939 !important;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .widget-row.black-background > .wpb_column > .vc_column-inner h3 {
	color: #fff !important;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .widget-row > .wpb_column > .vc_column-inner .wpb_text_column:last-of-type,
.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .widget-row > .wpb_column > .vc_column-inner .wpb_raw_code:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .widget-row.black-background > .wpb_column > .vc_column-inner .wpb_text_column p {
	color: #fff !important;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .widget-row.black-background > .wpb_column > .vc_column-inner .wpb_text_column p a {
	color: #fff !important;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .widget-row.black-background > .wpb_column > .vc_column-inner .wpb_text_column table tr th,
.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .widget-row.black-background > .wpb_column > .vc_column-inner .wpb_text_column table tr td {
	color: #fff !important;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .widget-row.black-background > .wpb_column > .vc_column-inner .wpb_text_column p strong {
	color: #fff !important;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .openingstijden-widget-row > .wpb_column > .vc_column-inner .wpb_text_column p a[href *= 'tel:'] {
	font-size: 26px;
	font-weight: bold;
}

.sidebar .widget.widget_wp_acf_vc_bridge_vc_snippet_widget > .widget-wrap .openingstijden-widget-row.black-background > .wpb_column > .vc_column-inner .wpb_text_column p a[href *= 'tel:'] {
	color: #fff;
}

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

.site-footer {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 0px 15px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.text-center {
	text-align: center;
}

.text-center .jvh-button-wrapper {
	text-align: center;
}

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

@media only screen and (max-width: 1200px) {

	/*.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;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.sidebar-primary {
		margin-left: auto;
		margin-right: auto;
	}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.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,
	.title-area {
		width: 100%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

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

	.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;
	}

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

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

}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-inner,
	.wrap {
		/*padding-left: 5%;*/
		/*padding-right: 5%;*/
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 15px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.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%;
	}

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

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
		*:before,
		*:after {
			background: transparent !important;
			box-shadow: none !important;
			color: #000 !important;
			text-shadow: none !important;
		}

		a,
		a:visited {
			text-decoration: underline;
		}

		a[href]:after {
			content: " (" attr(href) ")";
		}

		abbr[title]:after {
			content: " (" attr(title) ")";
		}

		a[href^="javascript:"]:after,
		a[href^="#"]:after,
		.site-title > a:after {
			content: "";
		}

		thead {
			display: table-header-group;
		}

		img,
		tr {
			page-break-inside: avoid;
		}

		img {
			max-width: 100% !important;
		}

		@page {
			margin: 2cm 0.5cm;
		}

		19
		p,
		h2,
		h3 {
			orphans: 3;
			widows: 3;
		}

		blockquote,
		pre {
			border: 1px solid #999;
			page-break-inside: avoid;
		}

		.content,
		.content-sidebar {
			width: 100%;
		}

		button,
		input,
		select,
		textarea,
		.breadcrumb,
		.comment-edit-link,
		.comment-form,
		.comment-list .reply a,
		.comment-reply-title,
		.edit-link,
		.entry-comments-link,
		.entry-footer,
		.genesis-box,
		.header-widget-area,
		.hidden-print,
		.home-top,
		.nav-primary,
		.nav-secondary,
		.post-edit-link,
		.sidebar {
			display: none !important;
		}

		.title-area {
			text-align: center;
			width: 100%;
		}

		.site-title > a {
			margin: 0;
			text-decoration: none;
			text-indent: 0;
		}

		.site-inner {
			padding-top: 0;
			position: relative;
			top: -100px;
		}

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

		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			orphans: 3;
			page-break-after: avoid;
			page-break-inside: avoid;
			widows: 3;
		}

		img {
			page-break-after: avoid;
			page-break-inside: avoid;
		}

		blockquote,
		pre,
		table {
			page-break-inside: avoid;
		}

		dl,
		ol,
		ul {
			page-break-before: avoid;
		}

	}

	.divclick {
		cursor: pointer;
	}

	.divclick:hover {
		opacity: 0.8;
	}

	/* CUSTOM STYLING */

	.header-image .site-title > a {
		min-height: 0;
		display: none;
	}

	#title-area {
		float: left;
		position: relative;
	}

	.topbar-header {
		padding: 2px 0;
		position: relative;
		z-index: 2;
	}

	.header-metainfo {
		list-style: none;
	}

	.header-metainfo li {
		float: left;
		font-size: 13px;
		color: #000;
		padding-top: 4px;
		display: inline-block;
	}

	.header-metainfo li:not(:last-of-type) {
		margin-right: 30px;
	}

	.headerinner {
		padding-top: 0;
	}

	.topbar-header {
		background: #f2f2f2;
	}

	.socialmediaheader {
		float: right;
	}

	.socialmediaheader li {
		float: left;
		padding: 0 4px;
		display: inline-block;
	}

	.socialmediaheader li:last-child {
		padding-right: 0;
	}

	.socialmediaheader li a {
		font-size: 15px;
	}

	a.socialheadericons {
		color: #000000;
	}

	a:hover.facebook {
		color: #3b5998;
	}

	a:hover.google {
		color: #c90909;
	}

	a:hover.linkedin {
		color: #095ac9;
	}

	a:hover.youtube {
		color: #f7282d;
	}

	a:hover.twitter {
		color: #267cf2;
	}

	a:hover.rss {
		color: #ff8a00;
	}

	.menu-main-container {

	}

	.menu {
		padding-top: 48px;
		float: right;
	}

	.menu li a {
		font-family: sans-serif;
		font-weight: 600;
		font-size: 16px;
		color: #000;
		padding-bottom: 10px;
		text-decoration: none;
	}

	.menu > li > a:hover {
		color: #ff8a00;
		text-decoration: underline !important;
		border-bottom: 4px solid transparent;
	}

	footer .menu > li > a:hover {
		display: block;
	}

	.footer-menu-col ul.menu li a:before {
		display: none;
	}

	.footer-menu-col ul.menu li a {
		padding-left: 0!important;
	}

	.menu li {
		float: left;
		padding: 0 25px;
	}

	#menu-handige-links > li {
		padding: 0;
	}

	#menu-handige-links > li a {
		padding-bottom: 0;
	}

	.menu li ul {
		position: absolute;
		display: none;
		background-color: #fff;
		margin-top: 6px;
		border-top: 5px solid #6DD400;
		z-index: 81;
	}

	.menu li:hover > ul {
		display: flex;
		flex-flow: row wrap;
	}

	.menu li ul li {
		width: 100%;
		display: block;
		z-index: 94;
		text-align: left;
		border-bottom: 1px solid #393939;
		margin-left: 0px;
		padding-left: 9px;
		min-width: 67px;
	}

	.menu li ul li a, .menu li.current-menu-item ul li a {
		color: #3c3c3c;
	}

	.menu li ul li a:hover, .menu li.current-menu-item ul li a:hover {
		color: #6DD400;
	}

	.menu li ul li:last-child {
		padding-left: 9px;
	}

	.menu li ul li:hover {
		border-bottom: 1px solid #6DD400;
	}

	.menu li.current-menu-item ul li a {
		border-bottom: 0;
	}

	.menu li ul li a {
		border-bottom: 0;
	}

	.menu li ul li a {
		border-bottom: 0;
	}

	.menu li:last-child {

	}

	.menu li.current-menu-item a {
		color: #6DD400;
	}

	.menuline {
		height: 1px;
		width: 80%;
		background: #dfdfdf;
		margin-top: -43px;
		z-index: 85;
		float: right;
		position: relative;
	}

	.site-header #title-area {
		position: relative;
		z-index: 87;
	}

	@media (max-width: 1200px) {
		.menu li {
			padding: 0 15px;
		}
	}

	@media (max-width: 956px) {
		.menuline {
			display: none;
		}
	}

	@media (max-width: 670px) {
		.menu li {
			padding: 0 8px;
		}
	}

	.calltoaction {
		float: right;
		margin-top: -40px;
		background: #ff8a00;
		border-left: 2px solid #FFF;
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
		-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;
		padding: 3px 3px;
		z-index: 79;
		position: relative;
	}

	.calltoaction a {
		font-size: 24px;
		font-family: sans-serif;
		font-weight: 500;
		color: #fff;
		border-left: 1px solid #FFF;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		-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;
		padding: 4px 18px 4px 18px;
		margin-top: -4px;
		display: block;
	}

	.rev_slider_wrapper {
		margin-top: -30px !important;
		z-index: 78 !important;
	}

	.sliderbuttonswrap {
		width: 100%;
		background: rgba(57, 57, 57, 0.8);
		position: relative;
		float: left;
		padding: 25px 20px;
		margin-top: -278px;
		z-index: 101;
		color: #fff;
	}

	.sliderbuttonswrap div p {
		margin-bottom: 10px;
	}

	.sliderbuttonswrap div:first-child p {
		margin-bottom: 15px;
	}

	.sliderbuttonswrap div h2 {
		color: #fff;
		font-size: 20px;
		font-weight: 600;
		padding-top: 5px;
		font-family: sans-serif;
	}

	.sliderbuttonswrap div p {
		font-size: 16px;
	}

	.sliderbuttonswrap div {
		text-align: center;
		font-family: sans-serif;
	}

	.sliderbuttonswrap div:last-child {
		text-align: right;
	}

	.gvloerbtn3 {
		background: #ffffff;
		padding: 10px 28px;
		font-size: 14px;
		text-transform: uppercase;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		color: #000;
	}

	@media (max-width: 1200px) {
		.gvloerbtn3 {
			font-size: 10px;
		}
	}

	.gvloerbtn3:hover {
		background: #393939;
		color: #ffffff;
	}

	.gvloerbtndark {
		background: #393939;
		padding: 10px 7px;
		font-size: 10px;
		text-transform: uppercase;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		color: #fff;
	}

	.gvloerbtndark:hover {
		background: transparent;
		color: #393939;
		border: 1px solid #393939;
	}

	h1.entry-title {
		font-size: 26px;
		font-weight: 800;
		margin-bottom: 20px;
		margin-bottom: 20px;
	}

	.entry-content h3 {
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		font-weight: 900;
		border-bottom: 1px solid #d7d7d7;
		padding-bottom: 6px;
	}

	.entry-content p {
		font-family: 'Open Sans', sans-serif;
		color: #000;
		font-size: 16px;
	}

	h3.widgettitle {
		font-family: sans-serif;
		font-size: 20px;
		font-weight: 600;
	}

	.sidebar p {
		color: #999999;
		font-size: 14px;
	}

	.upw-posts .entry {
		padding: 0;
	}

	.upw-posts .published {
		font-size: 12px;
		color: #000;
	}

	.upw-posts .entry-meta {
		margin-bottom: 2px !important;
	}

	.upw-posts .entry-summary, .upw-posts .entry-meta {
		padding-left: 4px;
	}

	.upw-posts h4 a {
		color: #FFF;
	}

	.upw-posts h4 a:hover {
		text-decoration: none;
		color: #bdbdbd;
	}

	.upw-posts article {
		border-bottom: 0px !important;
	}

	.upw-posts h4 {
		font-size: 14px;
		vertical-align: bottom;
		background: #393939;
		padding: 5px;
		z-index: 99;
		position: relative;
	}

	.gvloerbtn5 {
		background: transparent;
		width: 100%;
		display: block;
		text-align: center;
		padding: 10px 28px;
		font-size: 12px;
		border: 1px solid #000000;
		text-transform: uppercase;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		color: #000;
		font-weight: 800;
		margin-top: 20px;
	}

	.gvloerbtn5:hover {
		background: #393939;
		color: #ffffff;
	}

	.sidebar .widget {
		position: relative;
	}

	.ads-background {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-size: cover;
		background-position: center center;
		cursor: pointer;
	}

	.widget_ads_widget .widget-wrap {
		min-height: 259px;
	}

	.widget_ads_widget .widgettitle {
		position: relative;
		z-index: 90;
		background: #393939;
		color: #fff;
		text-align: center;
		padding: 18px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	.widget_ads_widget h3 {
		font-size: 17px;
	}

	.color-span {
		font-size: 14px;
	}

	.space50 {
		width: 100%;
		height: 50px;
		position: relative;
		float: left;
	}

	body.page-template-template-kleuren article.page:first-child, body.page-template-template-vloeren article.page:first-child {
		display: none;
	}

	#cboxOverlay {
		opacity: 0.6 !important;
		color: #000;
	}

	#cboxCurrent {
		font-size: 8px;
	}

	/*  NIEUWS  */
	body.page-template-page_blog h1.entry-title {
		font-family: sans-serif;
		font-size: 21px;
		font-weight: 800;
		margin-bottom: 20px;
	}

	body.page-template-page_blog .archive-description {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 0px;
		padding: 30px 20px;
	}

	body.page-template-page_blog .entry-header .entry-meta {
		display: none;
	}

	.footerrelated {
		background: #f2f2f2;
	}

	.footerrelated h2 {
		font-family: sans-serif;
		font-size: 20px;
		padding-left: 60px;
		font-weight: 700;
	}

	@media (max-width: 991px) {
		.footerrelated h2 {
			padding-left: 10px;
		}
	}

	.footerrelated p {
		font-size: 14px;
	}

	.txtalignright {
		text-align: right;
	}

	.footerrelated .one-fourth.first {
		border-right: 3px solid #3c3c3c;
		padding-right: 10px;
	}

	.footerrelated img {
		min-width: 100%;
	}

	.footerrelated h3 {
		background: #393939;
		color: #fff;
		font-size: 16px;
		margin-top: -59px;
		text-align: center;
		position: relative;
		z-index: 90;
		padding: 16px 2px;
	}

	.footerrelated a.readmore {
		color: #999999;
		font-weight: 900;
	}

	.footerrelated a.readmore:hover {
		color: #7b7a7a;
	}

	#sidebar {
		clear: left;
	}

	#sidebar-side {
		width: 25%;
		margin-left: 0;
		padding-left: 2%;
		float: left;
	}

	article.post-box[id*="post-"] {
		padding-left: 1.3%;
		padding-right: 1.3%;
	}

	#sidebar-side {
		padding-top: 0px;

	}

	#sidebar-side:first-child {
		margin-left: 0;
		width: 19%;
	}

	#sidebar-side:nth-child(2) {
		width: 19%;
	}

	#sidebar-side:nth-child(3) {
		width: 19%;
	}

	#sidebar-side:nth-child(4) {
		width: 43%;
	}

	#sidebar-side .widget {
		margin: 2em 0;
		padding-right: 2em;
		color: #999999;
		text-align: left;
		font-size: 14px;
		line-height: 21px;

	}

	#sidebar-side .widget a:hover {

	}

	#sidebar-side .widget li,
	#meta.widget aside a {

		margin-bottom: 0;
		padding: 7px 0;
	}

	#sidebar-side .widget li:last-child {

	}

	#sidebar-side .widget ul.sub-menu li:last-child,
	#sidebar-side .widget ul.children li:last-child {
		border-bottom: 0;
	}

	#sidebar-side .widget-title {
		text-align: left;
		font-size: 16px;
		color: #FFF;
	}

	#sidebar-side table {
		font-size: 14px;
		color: #999999;
	}

	#sidebar-side:first-child .widget-title {
		padding-left: 41px;
		background: url('images/icon-g.png') no-repeat;
		height: 44px;
		vertical-align: bottom;
		display: table-cell;
		padding-bottom: 19px;
	}

	#sidebar-side:nth-child(2) .widget_text:first-child .widget-title {
		padding-left: 41px;
		background: url('images/icon-g.png') no-repeat;
		height: 44px;
		vertical-align: bottom;
		display: table-cell;
		padding-bottom: 19px;
	}

	#menu-handige-links {
		padding: 0;
		margin: 0;
		float: none;
	}

	#menu-handige-links li, #menu-handige-links-1 li {
		float: none;
		font-size: 14px;
		width: 100%;
	}

	#menu-handige-links li a, #menu-handige-links-1 li a {
		color: #999999;
		font-weight: normal;
		position: relative;
		display: block;
		padding-left: 15px;
	}

	#menu-handige-links li a:hover, #menu-handige-links-1 li a:hover {
		color: #ff8a00;
	}

	#menu-handige-links li a:before, #menu-handige-links-1 li a:before {
		content: "> ";
		position: absolute;
		display: inline-block;
		left: 0;
	}

*::-webkit-input-placeholder {
	color: #ccc;
}

*:-moz-placeholder {
	/* FF 4-18 */
	color: #ccc;
}

*::-moz-placeholder {
	/* FF 19+ */
	color: #ccc;
}

*:-ms-input-placeholder {
	/* IE 10+ */
	color: #ccc;
}

*:focus::-webkit-input-placeholder {
	color: #fff;
}

*:focus:-moz-placeholder {
	/* FF 4-18 */
	color: #fff;
}

*:focus::-moz-placeholder {
	/* FF 19+ */
	color: #fff;
}

*:focus:-ms-input-placeholder {
	/* IE 10+ */
	ccolor: #fff;
}

select {
	color: #ccc;
}

select option, select option:checked {
	color: #000;
}

label {
	color: #3c3c3c;
}

input, select, textarea {
	padding: 8px;
	font-size: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #3c3c3c;
}

input.offertesubmit {
	background: #ff8a00;
	color: #FFF;
	text-align: center;
	float: right;
	width: 68%;
	font-size: 15px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 30px;
}

input.offertesubmit:hover {
	background: #df7e0b;
}

.gegevensvloer h4 {
	margin-left: 31%;
	padding-top: 10px;
	font-size: 15px;
	font-weight: 600;
}

.gegevensvloer {
	background: #f7f7f7;
	border-radius: 5px;
	border: 0;

}

.gegevensofferte, .gegevensvloer {
	margin-bottom: 20px;
}

.gegevensofferte, .offertebericht {
	border: 0;
}

label {
	width: 30%;
	clear: left;
	display: inline-block;
	margin: 5px 0px;
	font-size: 15px;
}

input, select, textarea {
	width: 100%;
	margin: 5px 0px;
}

textarea {
	float: right;
}

@media (max-width: 790px) {
	.sliderbuttonswrap {
		display: none;
	}
}

@media (max-width: 450px) {
	label {
		width: 100%;
		clear: left;
		display: inline-block;
		margin: 5px 0px;
		font-size: 15px;
	}

	input, select, textarea {
		width: 100%;
		margin: 5px 0px;
	}

	textarea {
		float: none;
	}

	.sliderbuttonswrap {
		display: none;
	}
}

.gallery_slide {
	display: none
}

.visible {
	display: inline
}

.gallery .gallery_thumbs ul {
	list-style-type: none;
	mxargin-left: 3px;
	padding: 0px
}

.gallery .gallery_thumbs ul li {
	float: left;
	margin-right: -7px;
	text-align: center;
}

.gallery .gallery_slides {
	clear: both;
}

.gallery .gallery_slide {
	display: none
}

.gallery .visible {
	display: inline
}

.gallery .gallery_thumbs ul li.last {
	margin-right: 0px;
	boxrder: 1px solid red
}

body {
	background: white
}

.gallery .gallery_thumbs ul li a {
	clear: both;
	display: block
}

.description {
	width: 50px;
	height: 26px;
	clear: both;
	display: block;
	font-size: 9px;
	text-align: center;
}

.gallery_slide img {
	width: 100% !important;
	height: auto !important;
}

.gallery_slides {
	width: 100%;
	text-align: center;
}

@media (min-width: 992px) {
	.gallery_slides {
		min-height: 406px;
	}
}

@media (max-width: 991px) {
	.fancybox-inner {
		height: auto !important;
	}

	.gallery_slides {
		margin-bottom: 70%;
	}
}

.gallery_thumbs {
	width: 100%;
	margin-top: 10px;
}

.contactnummer {
	font-size: 26px;
	font-weight: bold;
}

.gform_wrapper .top_label .gfield_label {
	margin: 10px 0 4px 0;
	font-weight: bold;
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 1.3em;
	clear: both;
	position: relative;
	float: left;
}

.gform_button {
	background: #ff8a00 !important;
	width: 78% !important;
	float: right;
	text-align: center;
	padding: 5px 24px !important;
}

.comment-respond label {
	float: left;
	width: 20%;

}

.comment-form-comment {
	width: 100%;
	float: left;
}

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

.comment-form-author, .comment-form-email, .comment-form-url {
	display: block;
	height: 28px;
	vertical-align: middle;
	position: relative;
	float: left;
	width: 100%;
}

.wp-review-comment-field {
	float: left;
	position: relative;
	margin-top: 18px;
}

#commentform input[type="submit"] {
	float: right;
	border-radius: 0;
}

.review-result-wrapper i {
	font-size: 22px;
}

.review-comment-field-msg {
	font-size: 15px;
}

.comment-respond, .entry-pings {
	padding: 40px 40px 16px;
	position: relative;
	float: left;
	background: #eeeeee;
	border-radius: 3px;
	width: 100%;
}

.comment-respond input, .comment-respond textarea {
	border-radius: 0;
	border: 1px solid #dedede;
}

.entry-comments {
	padding: 0px;
}

.comment-header {
	font-size: 14px !important;
	font-size: 1.6rem;
	padding: 0;
	background: #f5f5f5;
	margin-left: 0px;
	margin-top: -33px;
	padding: 6px 14px;
	width: 100%;
	height: 40px;
}

li.comment {
	background: #eeeeee;
}

.entry-comments .comment-author {
	margin-bottom: 0;
	width: auto;
	position: relative;
	float: left;
	margin-right: 8px;
}

.comment-content p {
	padding-top: 5px;
	padding-left: 15px;
	font-size: 14px;
	color: #9a9a9a;
}

.comment-list li {
	padding: 0;
	margin: 50px 0;
}

.sepcomment {

}

.comment-content .wp-review-comment-rating {
	margin-left: 13px;
}

.comment-time a {
	color: #9a9a9a;
}

.vloerbox {
	padding: 20px;
	margin-bottom: 20px;
	min-height: 330px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #dedede;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,d9d9d9+100 */
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #d9d9d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #d9d9d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eeeeee 0%, #d9d9d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d9d9d9', GradientType=0); /* IE6-9 */
	color: #383838;
}

.vloerbox:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9d9d9+0,eeeeee+100 */
	background: #d9d9d9; /* Old browsers */
	background: -moz-linear-gradient(top, #d9d9d9 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d9d9d9 0%, #eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d9d9d9 0%, #eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#eeeeee', GradientType=0); /* IE6-9 */
	cursor: pointer;
}

.vloerbox p, .vloerbox h3 {
	color: #383838;
}

.vloerbox h4 {
	font-size: 26px;
}

.vloerbox img {
	margin-bottom: 10px;
}

.nieuws-image img {
	width: 100%;
}

.nieuws-titel {
	font-size: 22px;
	font-weight: bold;
}

.nieuws-leesmeer {
	padding: 5px 15px;
	background: transparent;
	color: #3c3c3c;
	border: 2px solid #3c3c3c;
	border-radius: 5px;
	float: right;
	font-size: 15px;
}

.nieuws-item p {
	font-size: 14px;
	color: #a0a0a0;
}

.header-titel {
	width: 100%;
	background: #393939;
}

.header-titel .site-inner {
	padding-top: 40px;
	padding-bottom: 20px;
}

.header-titel .site-inner .title-header {
	font-size: 38px;
	font-weight: bold;
	color: #FFF;
	font-family: sans-serif;
}

.rr_review_form {
	background: #eeeeee;
	padding: 15px;
}

.rr_review_form .form_table .rr_form_row .rr_form_heading {
	text-align: left !important;
	padding-left: 5px;
	width: 25%;
	padding-right: 0px !important;
}

.rr_review_form .form_table .rr_form_row .rr_form_input input[type="text"], .rr_review_form .form_table .rr_form_row .rr_form_input textarea {
	width: 100% !important;
	border-radius: 0 !important;
	border: 1px solid #dedede;
}

#submitReview {
	float: right;
	border-radius: 0;
}

.gform_wrapper .gfield_radio li {
	float: left;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	margin: 0 10px 0 10px !important;
}

.gform_wrapper textarea.medium {
	width: 70% !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="image"], .gform_wrapper .gform_footer input[type="submit"] {
	width: 70% !important;
}

@media (max-width: 767px) {
	#wpadminbar {
		display: none;
	}
	/*
	 *     Code voor slider mobiel meer zoals revolutions slider home
	 *     Bewaard voor backup
	 *
	 *     .vc_carousel-inner .vc_item {
	 *         height: auto !important;
	 *     }
	 * 
	 *     .wpb_images_carousel img {
	 *         width: auto !important;
	 *         max-width: 1000px;
	 *     }
	 * 
	 *     .slider-wrapper.top-heading .wpb_images_carousel .vc_inner img {
	 *         height: 195px !important;
	 *         position: relative;
	 *         left: -10%;
	 *     }
	 * 
	 *     .vc_carousel-inner .vc_active img {
	 *         z-index: 2;
	 *     }
	 */
.wrap {
	display: flex;
	flex-flow: row wrap;
}

.wrap #sidebar-side {
	flex: 0 0 100%;
	display: flex;
	flex-direction: column;
}

h3.widgettitle.widget-title {
	padding: 15px 0 0 15px;
	margin-bottom: 6px;
}

.upw-before {
	padding: 0px 20px 0px 15px;
}

.one-fourth.first.txtalignright {
	padding: 20px 20px;
}

section#text-3 {
	padding: 30px;
}
}

.upw-posts .entry-image img {
	width: 100%;
}

.upw-posts article {
	border-bottom: 1px solid #ddd !important;
}

/***************** Responsive *****************/
@media (max-width: 960px) {
	.footerrelated {
		padding-bottom: 35px;
	}
}

@media (max-width: 767px) {
	.rr_review_form .form_table .rr_form_row {
		display: flex;
		flex-flow: row wrap;
	}

	.rr_review_form .form_table .rr_form_row td {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.responsive_form ul li label {
		float: none;
		width: 100%;
	}

	.responsive_form ul li input,
	.responsive_form ul li textarea.medium {
		width: 100% !important;
	}

	.responsive_form ul li.gf-gender label {

	}

	.responsive_form ul li.gf-gender .ginput_container.ginput_container_radio * {
		float: none;
		width: auto;
		display: inline-block;
	}

	.responsive_form ul li.gf-gender .ginput_container.ginput_container_radio {
		width: 95%;
	}

	.responsive_form ul li.gf-gender .ginput_container.ginput_container_radio {

	}

	.responsive_form .gform_footer {
		text-align: center;
	}

	.responsive_form input[type='submit'] {
		float: none;
		margin: 0 auto;
	}

	.gegevensofferte label,
	.gegevensofferte input,
	.gegevensofferte select,
	.gegevensvloer label,
	.gegevensvloer input,
	.gegevensvloer select,
	.offertebericht label,
	.offertebericht textarea {
		width: 100%;
	}

	.gegevensofferte input[type='radio'],
	.gegevensvloer input[type='radio'] {
		width: auto;
	}

	.offertebericht {
		text-align: center;
	}

	input.offertesubmit {
		float: none;
		margin: 0 auto;
		display: inline-block;
	}

	.one-sixth {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 10px;
		justify-content: space-between;
	}

	.color-span {
		font-size: 18px;
	}

	#commentform > p {
		display: flex;
		flex-flow: row wrap;
		float: none !important;
		height: auto;
		margin-bottom: 0;
	}

	#commentform > p.comment-notes {
		display: block;
		margin-bottom: 15px;
	}

	#commentform > p > label,
	#commentform > p > input {
		flex: 0 0 100%;
		max-width: 100%;
		float: none;
	}

	.comment-form-cookies-consent {
		position: relative;
	}

	.comment-form-cookies-consent > input {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.comment-form-cookies-consent > label {
		width: 100%;
	}
}

footer .menu li a {
	color: #fff;
	margin: 0 5px;
}

footer .menu li a:hover {
	text-decoration: underline
}

/***************** Header resp *****************/
@media (max-width: 1299px) {
	header .menu {
		float: none;
		padding-right: 15px;
	}

	header .menu li {
		padding: 0 10px;
		float: none;
		display: inline-block;
	}
}

@media (max-width: 1200px) {
	.content, .site-header .widget-area {
		width: auto;
	}
}

@media (min-width: 992px) {
	.mobile_menu {
		display: none;
	}

	header .fa-bars,
	header .fa-times {
		display: none;
	}

	.mobile-footer-menu,
	.responsive-widget {
		display: none !important;
	}
}

@media (max-width: 991px) {
	header .widget-area section {
		display: none;
	}

	header.site-header .wrap > .header-extra-wrapper > div {
		flex: 0 0 47%;
		max-width: 50%;
	}

	.topbar-header {
		display: none;
	}

	.site-header #title-area a img {
		width: auto;
		max-width: none;
		max-height: none;
		padding-top: 5px;
		padding-bottom: 5px;
		height: 65px;
	}

	.site-header {
		min-height: initial;
		position: fixed;
		width: 100%;
		padding: 0;
	}

	.site-inner {
		padding-top: 55px;
	}

	.sliderbuttonswrap {
		display: none;
	}

	.calltoaction {
		display: none;
	}

	.no-slider {
		margin-top: 66px;
	}

	.no-slider + div + div {
		padding-top: 20px;
	}

	.header-titel .site-inner .title-header {
		font-size: 28px;
	}

	table.special tr td:last-of-type {
		padding-left: 10px;
	}

	h3.widgettitle.widget-title {
		padding-left: 0;
	}

	footer .menu {
		padding-top: 0;
	}
}

.mobile_menu {
	background-color: #393939;
	color: #FFF;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	height: calc(100% - 80px);
	overflow: auto;
}

.mobile_menu li {
	width: 82%;
	display: block;
	margin: 0 auto;
	position: relative;
}

.mobile_menu li > a {
	border-bottom: 1px solid #626262;
}

.mobile_menu li a {

	color: #FFF;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.06px;
	line-height: 55px;
	text-align: center;
	display: block;
	outline: none;
}

.mobile_menu > li.sub-menu-active > a {
	color: #6DD400;
	border-bottom: 2px solid #6DD400;
}

.mobile_menu li.current-menu-item > a {
	color: #6DD400;
	border-bottom: 2px solid #6DD400;
}

.mobile_menu li.menu-item-has-children .mobile-show-more {
	position: absolute;
	right: 0;
	display: block;
	width: 10%;
	height: 56px;
	top: 0;
}

.mobile_menu li:not(.menu-item-has-children) .mobile-show-more {
	display: none;
}

.mobile_menu li:not(.sub-menu-active) .sub-menu {
	display: none;
}

.mobile_menu li.menu-item-has-children > a {
	background-image: url("/wp-content/themes/genesis-child/images/expand_more.svg");
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 95% 50%;
	position: relative;
}

.mobile_menu li a:hover,
.mobile_menu li a:focus {
	color: #6DD400;
	border-bottom: 3px solid #6DD400;
}

.mobile_menu_container {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition: 0.5s top ease-in-out;
	background-color: #393939;
	height: calc(100vh - 87px);
	top: -100%;
}

.mobile_menu_container.move-down-menu {
	top: 65px;
}

header.site-header,
.site-container.topbar-header {
	z-index: 2000;
}

header .fa-bars,
header .fa-times {
	font-size: 25px;
	cursor: pointer;
}

.mobile-footer-menu {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	background-color: #EEEEEE;
	z-index: 2001;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	height: 56px;
	align-items: center;
}

.mobile-footer-menu i {
	font-size: 30px;
	position: relative;
	bottom: 2px;
	color: black;
}

.mobile-footer-menu a.offerte-button {
	color: #FFFFFF;
	font-family: Raleway;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.07px;
	line-height: 26px;
	background-color: #FF8A00;
	display: block;
	padding: 15px 0;
	position: relative;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	border-radius: 7px 7px 0 0;
	max-width: 233px;
	width: 100%;
}

.second-part {
	flex: 0 0 70%;
	max-width: 70%;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.first-part,
.third-part {
	flex: 0 0 15%;
	max-width: 15%;
	display: flex;
}

.first-part {
	justify-content: flex-end;
}

.third-part {
	justify-content: flex-start;
}

.responsive-widget ul {
	text-align: center;
}

.responsive-widget ul li {
	margin-bottom: 20px;
}

.responsive-widget ul li:first-of-type {
	font-family: Raleway;
	font-size: 22px;
	letter-spacing: 0.07px;
	line-height: 26px;
	text-align: center;
}

.responsive-widget ul li:first-of-type a {
	color: #FFF;
	background-color: #393939;
	max-width: 290px;
	width: 100%;
	padding: 15px 0px;
	display: block;
	text-align: center;
	border-radius: 4px;
	margin: 0 auto;
}

.responsive-widget ul li:not(:first-of-type) a {
	color: #393939;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05px;
	line-height: 19px;
	text-align: center;
	text-decoration: underline;
}

.responsive-widget ul li:not(:first-of-type) a:hover {
	text-decoration: none;
}

.gform_footer input[type='submit'] {
	color: #FFFFFF;
	font-family: Raleway;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.07px;
	line-height: 26px;
	background-color: #FF8A00;
	display: block;
	padding: 20px 0 20px 0 !important;
	position: relative;
	bottom: 10px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	border-radius: 7px;
	transition: all 0.2s ease-in-out;
	position: relative;
	top: 0;
}

.gform_footer input[type='submit']:hover {
	top: 2px;
	box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
	.footerrelated .footerrelated-inner-row .related-col {
		padding-top: 45px !important;
	}


	.mobile_menu_container {
		display: none;
	}
}

.sliderbuttonswrap div img {
	max-width: 70px;
}

.one-half:not(.first) {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
}

.site-inner.headerinner {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

ul#menu-handige-links-1 {
	padding-top: 0;
}

ul#menu-handige-links-1 a {
	padding-bottom: 0;
}

li.gchoice_1_2_0 {
	display: flex;
}

li.gchoice_1_2_1 {
	display: flex;
}

.content-sidebar-wrap {
	display: flex;
	flex: 0 0 100%;
	flex-flow: row wrap;
}

main#genesis-content {
	margin-right: 2%;
}

@media (max-width: 767px) {
	main#genesis-content {
		flex: 0 0 100%;
	}

	aside#genesis-sidebar-primary {
		flex: 0 0 100%;
	}
}

aside#genesis-sidebar-primary #text-2 img {
	width: 100%;
	height: auto;
}

@media (max-width: 1230px) {
	.content-sidebar-wrap {
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.content-sidebar-wrap {
		padding: 0 0;
	}
}

.mobile-hamburger-menu {
	display: inline-block;
}

ul#input_1_2 {
	width: 100% !important;
	display: flex;
}

li.gchoice_1_2_1 {
	display: flex !important;
}

li.gchoice_1_2_0 {
	display: flex !important;
}

.bottom-footer {
	/* max-width: 1200px; */
	margin: auto;
	background-color: #5a5a5a;
}

.bottom-footer .row {
	max-width: 1200px;
	margin: auto;
}

.bottom-footer p {
	margin: 0;
	color: #939393;
	padding: 0 24px;
}

.bottom-footer {
	padding: 30px 0;
}

@media (max-width: 991px) {
	.bottom-footer {
		margin-bottom: 59px;
	}
}

.flex-boxing {
	display: flex;
	flex: 0 0 100%;
	width: 100%;
	padding-left: 15px;
}

.flex-boxing .breadcrumb {
	color: white;
	font-size: 15px;
	display: flex;
	flex-flow: row wrap;
	/* align-items: center; */
}

.flex-boxing h1 {
	width: 100%;
}

.flex-box .breadcrumb {
	width: 100% !important;
}

.flex-boxing .breadcrumb {
	width: 100%;
	justify-content: flex-end;
	margin-bottom: 0;
	padding-top: 30px;
	align-content: flex-end;
}

.u-bent-hier {
	margin-right: 5px;
	display: inline-block;
}

span.breadcrumb-link-wrap {
	margin-right: 5px;
}

i.fa.fa-google-plus.google-plus-awesome-social.awesome-social {
	font-size: 15px !important;
}

i.fa.fa-twitter.tw-awesome-social.awesome-social {
	font-size: 15px !important;
}

i.fa.fa-facebook.fb-awesome-social.awesome-social {
	font-size: 15px !important;
}

i.fa.fa-instagram.instagram-awesome-social.awesome-social {
	font-size: 19px !important;
}

div#icon_wrapper i {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.awesome-social {
	margin-top: 2px;
	color: white !important;
	text-align: center !important;
	line-height: 39px !important;
	width: 40px !important;
	height: 37px !important;
	font-size: 1.5em !important;
	text-shadow: 2px 2px 4px #000000;
}

@media (max-width: 991px) {
	.flex-boxing {
		flex-flow: row wrap;
	}

	.flex-boxing .breadcrumb {
		justify-content: flex-start;
		padding-top: 0;
	}
}

li#field_1_2 {
	display: flex;
}

.flex-boxing a {
	color: #FF8A00 !important;
}

.flex-boxing a:hover {
	color: white !important;
}

.breadcrumb a {
	color: #6DD400;
}

.breadcrumb a:hover {
	color: black;
}

.menu {
	float: none !important;
}

.bottom-footer a {
	color: #6DD400;
}

.bottom-footer a:hover {
	color: white;
}

.bottom-footer i {
	font-size: 14px !important;
	color: #8c8c8c;
	font-family: FontAwesome;
}

.bottom-footer .row .container {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.bottom-footer .row .container p:last-of-type a {
	background-color: #3c3c3c;
	border-radius: 25px;
	display: inline-block;
	width: 30px;
	text-align: center;
	height: 30px;
}

.footer-socials {
	color: #5a5a5a;
}

.bottom-footer p:first-of-type {
	font-size: 15px;
}

.single-post article .one-half {
	width: 100%;
	height: auto;
}

header.entry-header {
	display: inline-block;
}

.single-post article {
	display: flex !important;
	flex-flow: row wrap;
}

.single-post article .one-half.first {
	order: 2;
}

header.entry-header {
	order: 1;
	float: left;
}

.single-post article .entry-content {
	order: 3;
	margin-top: 15px;
}

.site-header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

@media (min-width: 992px) {
	.site-header {
		padding: 5px 0;
	}
}

@media (max-width: 767px) {
	.site-header #title-area > a {
		display: inline-flex;
		height: 100%;
		align-items: center;
	}
}

.site-header.sticky #title-area > a {
	display: inline-flex;
	height: 100%;
	align-items: center;
}

@media (max-width: 991px) {
	.site-header.sticky #title-area > a > img {
		max-width: auto;
	}
}

.site-header.sticky .menu {
	padding-top: 25px;
}

@media (max-width: 991px) {
	.mobile-hamburger-menu:before {
		content: "MENU ";
	}
}

.menu li.twocolumns > ul > li {
	flex: 0 0 50%;
	max-width: 50%;
}

.jvh-slider-buttons-wrapper {
	background-color: rgba(57, 57, 57, 0.8);
	padding-top: 20px;
	width: 100%;
	position: relative;
	float: left;
	margin-top: -290px;
	z-index: 101;
	color: #fff;
}

@media (max-width: 1199px) {
	.jvh-slider-buttons-wrapper {
		display: none;
	}

	.reviews_header_desktop {
		font-size: 13px !important;
		margin-right: 10px !important;
	}

	#review_stars {
		width: 69px !important;
		position: relative;
		top: -1px;
	}

	.satisfied_customers_desktop {
		font-size: 13px !important;
		margin-right: 10px !important;
	}

	.header-metainfo li {
		font-size: 12px;
		padding-top: 5px;
	}

	.header-metainfo li:not(:last-of-type) {
		margin-right: 15px;
	}
}

.jvh-slider-buttons-wrapper .jvh-slider-buttons-col {
	text-align: center;
}

.jvh-slider-buttons-wrapper .jvh-slider-buttons-col.align-right {
	text-align: right;
}

.jvh-slider-buttons-wrapper .jvh-slider-buttons-col.align-right .wpb_text_column p {
	max-width: 250px;
	margin-right: 0;
	margin-left: auto;
}

.jvh-slider-buttons-wrapper .wpb_text_column.heading p {
	color: #FFF;
	font-size: 20px;
	line-height: 27px;
}

.jvh-slider-buttons-wrapper .wpb_text_column.heading {
	margin-bottom: 10px;
}

.jvh-slider-buttons-wrapper .wpb_single_image {
	text-align: center !important;
	margin-bottom: 15px;

}

.jvh-slider-buttons-wrapper .vc_single_image-wrapper {
	background-color: #fff;
	border-radius: 50%;
	width: 68px;
	height: 68px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	box-shadow: 0 7px 7px -1px rgba(0, 0, 0, 0.5);
}

.jvh-slider-buttons-wrapper .wpb_text_column p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 25px;
}

.jvh-slider-buttons-wrapper button {
	color: #393939 !important;
	font-family: "Open Sans";
	font-size: 16px !important;
	line-height: 22px !important;
	border-radius: 2px !important;
	font-weight: 600;
}

.wpb_text_column.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.jvh-slider-buttons-col:not(.hasbutton):hover > .vc_column-inner {
	opacity: 0.6;
	cursor: pointer;
}

.jvh-slider-buttons-col .hidden-button {
	display: none !important;
}

.wpb_text_column ul {
	list-style: none;
	margin-left: 0 !important;
}

.wpb_text_column ul li {
	list-style-type: none;
	color: black;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 28px;
	padding-left: 25px;
	position: relative;
}

.wpb_text_column ul li:before {
	content: "";
	background-image: url(/wp-content/themes/genesis-child/images/check.svg);
	padding: 7px 9px;
	position: absolute;
	left: 0;
	top: 15px;
	transform: translateY(-50%);
}

.wpb_text_column p a {
	color: #6DD400;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

li a {
	font-weight: bold;
}

.wpb_text_column p a:hover {
	color: #6DD400 !important;
}

.jvh-button-wrapper {
	margin-bottom: 25px;
}

.jvh_button {
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	display: inline-block;
}

.jvh_button.orange-button {
	color: #FFF;
	background-color: #FF8A00;
	border: 2px solid #FF8A00;
	padding: 16px 41px;
	border-radius: 4px;
}

.jvh_button.orange-button:hover {
	color: #FF8A00;
	background-color: #fff;
	border: 2px solid #FF8A00;
}

.jvh_button.dark-button {
	color: #FFF;
	background-color: #393939;
	border: 2px solid #393939;
	padding: 16px 41px;
	border-radius: 4px;
}

.jvh_button.dark-button:hover {
	color: #393939;
	background-color: transparent;
	border: 2px solid #393939;
}

.jvh_button.transparent-button {
	color: #393939;
	background-color: transparent;
	border: 1px solid #393939;
	padding: 10px 42px;
	border-radius: 2px;
}

.jvh_button.transparent-button:hover {
	color: #fff;
	background-color: #393939;
	border: 1px solid #393939;
}

.jvh_button.white-button {
	background-color: #fff;
	color: #393939;
	border: 1px solid #393939;
	padding: 10px 42px;
	border-radius: 2px;
}

.jvh_button.white-button:hover {
	color: #fff;
	background-color: #393939;
	border: 1px solid #393939;
}

.wpb_vc_table table tbody tr.vc-th > td > span {
	color: #393939;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}

.wpb_vc_table table tbody tr:not(.vc-th) > td:first-of-type,
.wpb_vc_table table tbody tr:not(.vc-th) > td:first-of-type a {
	color: #6DD400;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}

.wpb_vc_table table tbody tr:not(.vc-th) > td:first-of-type a:hover {
	color: #393939;
}

.wpb_vc_table table tbody tr:not(.vc-th) > td:not(first-of-type) span {
	font-size: 14px;
}

.wpb_vc_table table tbody tr > td {
	padding: 0 10px;
}

.wpb_text_column blockquote:before {
	display: none;
}

.wpb_text_column blockquote {
	margin: 0 25px;
	position: relative;
}

.wpb_text_column blockquote p {
	color: #393939;
	font-family: Raleway;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 0;
	padding: 0 40px;
	font-style: normal;
}

.wpb_text_column blockquote p:first-of-type {
	padding-top: 30px;
}

.wpb_text_column blockquote p:first-of-type:before {
	content: "";
	width: calc(100% - 40px);
	border-top: 2px solid #979797;
	border-right: 2px solid #979797;
	position: absolute;
	top: 0;
	right: 0;
	height: 73px;
	border-radius: 0 10px;
}

.wpb_text_column blockquote p:last-of-type:before {
	content: "";
	width: calc(100% - 40px);
	border-bottom: 2px solid #979797;
	border-left: 2px solid #979797;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 73px;
	border-radius: 0 10px;
}

.wpb_text_column blockquote p:last-of-type {
	padding-bottom: 30px;
}

.wpb_text_column blockquote p:first-of-type:after {
	content: " ";
	background-image: url(/wp-content/themes/genesis-child/images/Quote1.png);
	padding: 21px 26px;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	transform: translateX(-50%);
}

.wpb_text_column blockquote p:last-of-type:after {
	content: " ";
	background-image: url(/wp-content/themes/genesis-child/images/Quote2.png);
	padding: 21px 26px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-size: cover;
	transform: translateX(50%);
}

.gv_request_quote_form {
	display: none;
}

div#gv_request_quote_form {
	display: none !important;
}

.sliderbuttonswrap {
	display: none;
}

.breadcrumb {
	display: none;
	margin-bottom: 20px;
}

#icon_wrapper a i:before {
	display: none !important;
}

#icon_wrapper a i.fa-facebook {
	background: url('/wp-content/themes/genesis-child/images/socialicons/newicons/facebook.jpg');
}

#icon_wrapper a i.fa-twitter {
	background: url('/wp-content/themes/genesis-child/images/socialicons/newicons/twitter.jpg');
}

#icon_wrapper a i.fa-linkedin {
	background: url('/wp-content/themes/genesis-child/images/socialicons/newicons/linkedin.jpg');
}

#icon_wrapper a i.fa-youtube {
	background: url('/wp-content/themes/genesis-child/images/socialicons/newicons/youtube.jpg');
}

#icon_wrapper a i.fa-instagram {
	background: url('/wp-content/themes/genesis-child/images/socialicons/newicons/instagram.jpg');
}

#icon_wrapper > a {
	display: block;
	line-height: 0;
}

#icon_wrapper > br {
	display: none !important;
}

.single-portfolio-button {
	display: flex;
	width: 100%;
	margin-right: 0 !important;
	margin-left: 0 !important;
	background-size: 50%;
	background-repeat: no-repeat;
	height: 172px;
	margin-bottom: 35px;
	cursor: pointer;
	background-color: #EEEEEE;
	position: relative;
}

.single-portfolio-button:hover:before {
	content: "";
	background-color: rgba(255, 255, 255, 0.4);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.single-portfolio-button:hover > .wpb_column:nth-of-type(1) {
	border: none;
	box-shadow: none;
}

.single-portfolio-button > .wpb_column:nth-of-type(1) .vc_column-inner {
	height: 100%;
	background-position: 50%;
	background-size: cover;
}

.single-portfolio-button .wpb_column {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	align-items: center;
}

.single-portfolio-button .wpb_column:nth-of-type(1) {
	border: 3px solid #EEEEEE;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	flex: 0 0 55%;
	max-width: 55%;
	max-height: 170px;
	height: 100%;
}

.single-portfolio-button .wpb_column:nth-of-type(2) {
	flex: 0 0 45%;
	max-width: 45%;
}

.single-portfolio-button .wpb_column .vc_column-inner {
	padding-top: 0;
}

#genesis-content > article > div.entry-content > div > div:nth-child(1) > div > div > div > figure > div > img {
	margin-top: 5%;
}

.single-portfolio-button .wpb_column.vc_col-sm-6:first-of-type {
	background-image: url('/wp-content/uploads/2020/02/background-1.jpg');
}


.remove-sidebar .content-sidebar-wrap .content {
	flex: 0 0 100% !important;
	max-width: 100%;
	width: auto !important;
	margin-right: 0;
}

@media (min-width: 1025px) {
	.mobile-slider-buttons-wrapper {
		display: none;
	}
}

.mobile-slider-buttons-wrapper #menu-mobile-slider-buttons {
	padding-top: 0;
}

#menu-mobile-slider-buttons > li {
	display: block;
	width: 100%;
	padding: 0 !important;
	text-align: center;
}

#menu-mobile-slider-buttons > li:not(.dark-button) a {
	text-decoration: underline;
}

#menu-mobile-slider-buttons > li a {
	color: #393939;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05px;
	line-height: 19px;
	text-align: center;
	display: inline-block;
	padding-bottom: 14px;
}

#menu-mobile-slider-buttons > li.dark-button {
	margin-bottom: 20px;
}

#menu-mobile-slider-buttons > li.dark-button a {
	color: #FFFFFF;
	font-family: Raleway;
	font-size: 22px;
	letter-spacing: 0.07px;
	line-height: 26px;
	background-color: #393939;
	border: 2px solid #393939;
	padding: 13px 15px;
	font-weight: 400;
	border-radius: 4px;
	cursor: pointer;
}

.slidercalltoaction.calltoaction {
	margin-top: 0;
}

.slider-wrapper .vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.single-portfolio-button .vc_column-inner {
	padding-top: 0 !important;
}

.single-portfolio-button .vc_column-inner h2 {
	margin-bottom: 0 !important;
	text-align: center !important;
	color: #393939;
	font-family: "Open Sans";
	font-size: 25px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
}

@media (max-width: 1199px) {
	.single-portfolio-button {
		height: auto;
		min-height: 100px;
	}

	.single-portfolio-button .wpb_column {
		max-height: unset !important;
		height: auto !important;
	}

	.single-portfolio-button .wpb_column .vc_column-inner {
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 500px) {
	.single-portfolio-button h2 {
		line-height: 25px !important;
	}

	.single-portfolio-button h2 a {
		font-size: 15px;
		word-break: break-word;
		line-height: 0;
	}
}

.slider-wrapper p:empty {
	display: none;
}

.slider-wrapper .wpb_revslider_element,
.slider-wrapper .wpb_images_carousel {
	margin-bottom: 0 !important;
}

.calltoaction.slidercalltoaction.sticky {
	position: fixed;
	top: 75px;
	right: 15%;
	z-index: 1999;
}

.calltoaction.slidercalltoaction {
	position: fixed;
	top: 145px;
	right: 15%;
	z-index: 1999;
}

@media (max-width: 1499px) {
	.calltoaction.slidercalltoaction {
		right: 25px;
	}
}

#menu-main > li > .sub-menu {
	max-width: 300px;
}

.vloerbox {
	width: 49% !important;
	max-height: 330px;
	padding: 20px 25px !important;
}

.vloerbox .vc_column-inner {
	padding: 0 !important;
}

.vloerbox-row {
	display: flex;
	justify-content: space-between;
}

.mobile-menu li.sub-menu-active {

}

.colors-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.single-color {
	flex: 0 0 15%;
	max-width: 15%;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.colors-wrapper {
		justify-content: space-around;
	}

	.single-color {
		flex: 0 0 32%;
		max-width: 32%;
	}
}

.kleursample-title {
	font-size: 26px !important;
	font-weight: 800;
	margin-bottom: 20px !important;
	margin-bottom: 20px !important;
	color: #000 !important;
	font-family: sans-serif !important;
}

.site-container.no-slider {
	margin-bottom: 30px;
}

.jvh-offerte-button {
	position: absolute;
	bottom: -5px;
	right: 0;
	transform: translateY(100%);
}

.jvh-offerte-button {
	border: 2px solid #FFFFFF;
	border-radius: 4px;
	background-color: #FF8A00;
	padding: 3px;
}

.jvh-offerte-button a {
	background: #FF8A00;
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 21px;
	font-weight: bold;
	line-height: 28px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	padding: 10px 27px;
	display: block;
}

.site-header .wrap .header-extra-wrapper {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}

.site-container.topbar-header.hidden {
	opacity: 0 !important;
}

@media (max-width: 991px) {
	.site-header .wrap .header-extra-wrapper {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		padding: 0 5%;
	}

	.header-extra-wrapper .jvh-offerte-button {
		display: none;
	}
}

@media (max-width: 991px) {
	.vc_row.wpb_row.vc_row-fluid.vloerbox-row {
		display: flex !important;
		flex-flow: row wrap !important;
	}

	.vloerbox.wpb_column.vc_column_container.vc_col-sm-6 {
		flex: 0 0 100%;
	}
}

.menu-main-container li a {
	font-size: 15px;
}

.menu-main-container li {
	padding: 0 11px;
}

ul.sub-menu {
	width: 100%;
}

.menu > li > a:hover, .breadcrumb a {
	color: #6DD400 !important;
}

.is-a-grid {
	padding: 0 !important;
}

.site-header .widget-area {
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 1150px) {
	.menu-main-container li a {
		font-size: 13px;
	}
}

@media (max-width: 1030px) {
	.menu-main-container li a {
		font-size: 12px;
	}
}

.current-menu-parent > a {
	color: #6DD400 !important;
}

.mobile_menu li.current-menu-item > a {
	border-bottom: 2px solid #6DD400;
}

.mobile_menu > li.sub-menu-active > a {
	color: #6DD400;
	border-bottom: 2px solid #6DD400;
}

.alm-reveal {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.single-nieuws-item {
	flex: 0 0 32%;
	margin-bottom: 35px;
	border: 1px solid lightgray;
	max-height: 492px;
	cursor: pointer;
}

.single-nieuws-item img {
	max-width: 375px;
	width: 100%;
	/* max-height: 176px; */
}

.single-nieuws-item .title {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	min-height: 87px;
}

.single-nieuws-item .title a, .go-to a {
	color: #000;
}

.single-nieuws-item .title a:hover, .go-to a:hover {
	color: #6DD400;
}

.wrapper-jvh {
	padding-left: 15px;
	padding-right: 15px;
}

.excerpt {
	min-height: 88px;
}

.wrapper-jvh .excerpt {
	margin-bottom: 15px;
}

.wrapper-jvh {
	padding: 20px;
}

.excerpt {
	min-height: 110px;
}

@media (max-width: 991px) {
	.single-nieuws-item {
		flex: 0 0 48%;
	}
}

@media (max-width: 767px) {
	.single-nieuws-item {
		flex: 0 0 100%;
	}

	.single-nieuws-item img {
		max-width: 100%;
	}
}

button.alm-load-more-btn.more {
	color: #FFF;
	background-color: #393939 !important;
	border: 2px solid #393939;
	/* padding: 16px 41px !important; */
	border-radius: 4px;
}

button.alm-load-more-btn.more:hover {
	color: #393939 !important;
	background-color: transparent !important;
	border: 2px solid #393939;
}

.alm-btn-wrap .alm-load-more-btn.done {
	background-color: #393939;
}

button.alm-load-more-btn.more.done {
	display: none;
}

.two-columns ul li {
	flex: 0 0 50%;
	max-width: 50%;
}

#menu-item-2408 > ul {
	max-width: 420px !important;
}

html, body {
	overflow-x: hidden;
}

body {
	position: relative
}

.jvh_button_center .jvh-button-wrapper {
	text-align: center;
}


.jvh_button.green-button {
	color: #FFF;
	background-color: #40870D;
	border: 2px solid #40870D;
	padding: 16px 41px;
	border-radius: 4px;
}

.jvh_button.green-button:hover {
	color: #FFF;
	background-color: #5d5d5d;
	border: 2px solid #5d5d5d;
}

.greenbutton-center .jvh-button-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.wpb_gallery_slides {
	margin-top: -150px !important;
	margin-bottom: 0 !important;
}

article .wpb_gallery_slides {
	margin-top: 0 !important;
}

ol.flex-control-nav.flex-control-paging {
	display: none !important;
}

.slider-wrapper .wpb_gallery {
	margin-bottom: 25px !important;
}

h1.jvh-carousel-header {
	font-family: Raleway;
	color: white;
	font-weight: 900;
	text-shadow: rgba(0, 0, 0, 0.96) 1px 1px 2px;
	text-shadow: rgba(0, 0, 0, 0.96) 1px 1px 2px;
	font-size: 60px;
	position: absolute;
	top: 40%;
	z-index: 10;
	left: 19%;
	width: 60% !important;
	text-align: center;
	letter-spacing: 1px;
	font-variant-ligatures: no-common-ligatures;
}

.wpb_gallery_slides li {
	max-height: 889px !important;
}

@media (max-width: 991px) {
	.wpb_gallery_slides {
		margin-top: 0 !important;
	}

	h1.jvh-carousel-header {
		font-size: 40px !important;
		text-align: center;
	}
}

@media (max-width: 767px) {
	h1.jvh-carousel-header {
		font-size: 25px !important;
	}
}

.greenbutton-center .jvh-button-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.slider-wrapper.top-heading .wpb_images_carousel img {
	width: 100%;
	height: auto !important;
}

.slider-wrapper.top-heading .vc_item {
	max-height: 750px;
}

.vc_carousel-control {
	display: block !important;
}

.vc_images_carousel .vc_carousel-control .icon-prev:before, .vc_images_carousel .vc_carousel-control .icon-next:before {
	font-size: 60px !important;
}

.vc_images_carousel {
	width: 100% !important;
}

@media (min-width: 992px) {
	header.site-header.transparent_header:not(.sticky) {
		background-color: transparent;
	}
}

@media (max-width: 991px) {
	header.site-header:not(.sticky) {
		top: 0 !important;

	}
}

.vc_images_carousel .vc_carousel-control {
	top: 37% !important;
}

body .alm-listing .alm-reveal > li {
	padding-left: 0;
}

body .alm-listing .alm-reveal > li img {
	position: relative;
	width: 100%;
}

.alm-reveal li h3 {
	border-bottom: none;
}

.alm-reveal li h3 a {
	color: #333333;
	font-weight: bold;
	font-size: 25px;
}

.alm-reveal li p.entry-meta {
	text-align: right;
	color: #333;
	font-weight: bold;
}

.alm-reveal li > a {
	color: #333333;
	border: 3px solid #333333;
	border-radius: 3px;
	padding: 6px 20px;
	font-weight: bold;
	display: inline-block;
	float: right;
	margin-top: 20px;
}

.alm-reveal li > a:hover {
	background: #333333;
	color: #fff;
}

.content .post-2281 {
	border: none;
}

.post-2281 .alm-listing .alm-reveal > li, .post-2281 .alm-listing .alm-reveal > li.no-img {
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	padding: 20px;
}

.site-footer .vc_footer-row h3 {
	vertical-align: bottom;
	display: block;
	text-align: left;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
}

.site-footer .vc_footer-row h3.footer-contact-heading {
	padding-left: 41px;
	background: url(images/icon-g.png) no-repeat;
	padding-bottom: 5px;
	padding-top: 5px;
	background-position: 0 50%;
}

.site-footer .vc_footer-row .footer-contact-col p {
	margin: 2em 0;
	padding-right: 2em;
	color: #999999 !important;
	text-align: left;
	font-size: 14px;
	line-height: 21px;
}

.site-footer .vc_footer-row .footer-contact-col p a {
	margin: 2em 0;
	padding-right: 2em;
	color: #999999 !important;
	text-align: left;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
}

.site-footer .vc_footer-row .footer-contact-col p a:hover {
	color: #6DD400 !important;
}

.site-footer .vc_footer-row .footer-menu-col ul.menu {
	padding-top: 0;
}

.site-footer .vc_footer-row .footer-menu-col ul.menu li {
	padding: 0;
	float: none;
}

.site-footer .vc_footer-row .footer-menu-col ul.menu li a {
	color: #999999;
	font-weight: normal;
	position: relative;
	display: block;
	padding-left: 15px;
	text-align: left;
}

.site-footer .vc_footer-row .footer-menu-col ul.menu li a:before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.site-footer .vc_footer-row .footer-menu-col ul.menu li a:hover {
	border-bottom: none !important;
}

.header-metainfo li a {
	color: #000;
}

.transparent_header_page .header-metainfo li a {
	color: #fff;
	cursor: pointer;
}

.header-metainfo li a:hover {
	color: #6DD400;
}

.widget_wp_acf_vc_bridge_vc_snippet_widget p:empty {
	display: none;
}

.openingstijden-snippet-row {
	background: #393939;
}

.openingstijden-snippet-row h3 {
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
	font-size: 18px;
	font-weight: 600;
}

.site-footer .wrap .widget_wp_acf_vc_bridge_vc_snippet_widget {
	width: 100%;
}

.openingstijden-snippet-row .wpb_text_column p {
	color: #fff;
	font-size: 16px;
}

.openingstijden-snippet-row .wpb_text_column {
	margin-bottom: 0;
}

.openingstijden-snippet-row .wpb_text_column p a {
	color: #fff;
	display: inline-block;
	margin-top: 10px;
}

@media (max-width: 1037px) {
	.site-footer .vc_footer-row h3 {
		font-size: 14px;
	}
}

@Media (max-width: 991px) {
	.vc_footer-row .footer-menu-col {
		width: 50%;
		max-width: 50%;
	}

	.site-footer .vc_footer-row h3.footer-contact-heading {
		padding-bottom: 6px;
		padding-top: 6px;
	}
}

@media (max-width: 767px) {
	.vc_footer-row .footer-menu-col {
		width: 100%;
		max-width: 100%;
	}
}

#text-18,
#text-28,
#text-27,
#text-29,
#text-32,
#text-24 {
	background-color: #393939;
}

#text-18 h3,
#text-28 h3,
#text-27 h3,
#text-29 h3,
#text-32 h3,
#text-24 h3 {
	color: #fff;
	border-color: #fff;
}

#text-18 .textwidget,
#text-28 .textwidget,
#text-27 .textwidget,
#text-29 .textwidget,
#text-32 .textwidget,
#text-24 .textwidget {
	color: #fff;
}

#text-28 .textwidget a,
#text-24 .textwidget a {
	color: #fff;
}

#text-28 .textwidget a:hover,
#text-24 .textwidget a:hover {
	color: #6DD400;
}

.socials-sidebar {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 999;
}

@media screen and (max-width: 991px) {
	.socials-sidebar {
		display: none;
	}
}

.socials-sidebar p:empty {
	display: none;
}

.socials-sidebar .wpb_text_column {
	margin-bottom: 0;
}

.socials-sidebar .wpb_text_column > .wpb_wrapper > .col-md-12 {

}

.socials-sidebar .wpb_text_column > .wpb_wrapper > .col-md-12 a {
	display: block;
	line-height: 0;
}

.socials-sidebar .wpb_text_column > .wpb_wrapper > .col-md-12 a img {
	max-width: 40px;
}

.nav-header-menu #wpmega-menu-header-menu > li > a {
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 20px 10.5px;
	border-bottom: 4px solid transparent;
}

.nav-header-menu #wpmega-menu-header-menu > li > a > span {
	color: #000;
}

.transparent_header_page .nav-header-menu #wpmega-menu-header-menu > li > a > span {
	color: #fff;
}

.transparent_header_page .header-metainfo li {
	color: #000;
}

.nav-header-menu #wpmega-menu-header-menu > li > a span {
	font-size: 14px !important;
}

@media (min-width: 992px) {
	.nav-header-menu #wpmega-menu-header-menu > li:last-of-type > a {
		padding-right: 0;
	}


	.nav-header-menu #wpmega-menu-header-menu > li:first-of-type > a {
		padding-left: 0;
	}
}

nav.nav-header-menu {
	display: flex;
	align-items: center;
}

.nav-header-menu #wpmega-menu-header-menu li a:after {
	display: none;
}

.nav-header-menu #wpmega-menu-header-menu li:hover {
	background: transparent;
}

.nav-header-menu #wpmega-menu-header-menu > li:hover > a {
	color: #6DD400;
	border-color: #6DD400;
}

@media (min-width: 992px) {
	.nav-header-menu #wpmega-menu-header-menu li .wpmm-sub-menu-wrap {
		/*position: fixed;*/
		/*max-width: 1170px;*/
		/*left: 50%;*/
		/*transform: translateX(-50%);*/
		background-color: #EEEEEE;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
		z-index: 99;
	}

	.nav-header-menu #wpmega-menu-header-menu li:not(.wpmega-horizontal-center) .wpmm-sub-menu-wrap {
		position: fixed;
		max-width: 1170px;
		left: 50%;
		transform: translateX(-50%);
		padding: 28px 7px;
	}

	.site-header.sticky .nav-header-menu #wpmega-menu-header-menu li a span {
		color: #000 !important;
	}
}

.wpmega-transparent-hover-black .wpmm-mega-wrapper > li.current-menu-item {
	background: transparent !important;
}

.nav-header-menu #wpmega-menu-header-menu li .wpmm-sub-menu-wrap .wp-mega-sub-menu li a {
	padding: 0;
	color: #000000;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05px;
	line-height: 32px !important;
	margin-bottom: 0;
	padding: 0 15px;
	border-bottom: 1px solid #DEDEDE;
}

.nav-header-menu #wpmega-menu-header-menu li .wpmm-sub-menu-wrap .wp-mega-sub-menu li {
	margin-top: 0;
}

.nav-header-menu #wpmega-menu-header-menu li .wpmm-sub-menu-wrap .wp-mega-sub-menu li a:hover {
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	border-bottom: transparent;
}

.nav-header-menu #wpmega-menu-header-menu li .wpmm-sub-menu-wrap .wp-mega-sub-menu li a span {
	color: #000 !important;
}

.nav-header-menu #wpmega-menu-header-menu li .wpmm-sub-menu-wrap .wp-mega-sub-menu li a:hover span {
	color: #6DD400 !important;
}

.nav-header-menu #wpmega-menu-header-menu li .wpmm-sub-menu-wrap .wp-mega-sub-menu li a:hover :before {
	content: '• ';
}

@media (max-width: 991px) {
	.nav-header-menu #wpmega-menu-header-menu li .wpmm-sub-menu-wrap .wp-mega-sub-menu li a:hover :before {
		display: none;
	}
}

.nav-header-menu #wpmega-menu-header-menu li .wpmm-sub-menu-wrap .wp-mega-sub-menu li a span {
	text-transform: none;
	color: #fff;
}

.nav-header-menu #wpmega-menu-header-menu li .wpmm-sub-menu-wrap .wp-mega-sub-menu li a:before {
	display: none;
}

@media (max-width: 991px) {
	#wpmega-menu-header-menu {
		position: fixed;
		top: 74px;
		left: 0;
		width: 100%;
		background: #393939;
		padding: 0 30px;
		padding-bottom: 130px
	}

	#wpmega-menu-header-menu li {
		text-align: center;
	}

	#wpmega-menu-header-menu li:hover {
		border-bottom: 2px solid #6DD400;
		border-bottom: none !important;
	}

	.nav-header-menu #wpmega-menu-header-menu li .wpmm-sub-menu-wrap .wp-mega-sub-menu li a {
		text-align: center;
		color: #fff;
	}

	.nav-header-menu #wpmega-menu-header-menu li .wpmm-sub-menu-wrap.wpmm-open-fade {
		background: transparent;
		padding: 8px 7px;
	}

	.site-header.sticky .nav-header-menu #wpmega-menu-header-menu li a {
		color: #fff !important;
		border: none !important;
	}
}

.page-id-2281 .sidebar {
	display: none;
}

.page-id-2281 .content {
	width: 100%;
}

.single-nieuws-item .wrapper-jvh .go-to {
	font-weight: 400;
}

.single-nieuws-item .wrapper-jvh .excerpt {
	min-height: 110px;
}

.widget_ultimate_posts .entry-summary p {
	max-height: 108px;
	overflow: hidden;
}

.slider-wrapper.top-heading {
	position: relative;
}

@media (max-width: 991px) {
	.slider-wrapper.top-heading {
		padding-top: 0;
	}
}

@media (max-width: 776px) {
	.slider-wrapper.top-heading {
		padding-top: 60px;
	}
}

.transparent_header_page .slider-wrapper.top-heading:before {
	content: "";
	opacity: 0.5;
	background: linear-gradient(0deg, rgba(106, 106, 106, 0) 0%, #000000 100%);
	position: absolute;
	left: 50%;
	top: 0;
	width: 100vw;
	height: 170px;
	z-index: 2;
	transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
	.transparent_header_page .slider-wrapper.top-heading:before {
		display: none;
	}
}

#text-23 .textwidget a {
	color: #000;
}

#text-23 .textwidget a:hover {
	color: #6DD400;
}

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li {
	padding: 0 !important;
}

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a {
	width: auto !important;
	color: #000000;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05px;
	line-height: 34px !important;
	margin-bottom: 0;
	padding: 0 15px !important;
	border-bottom: 1px solid #DEDEDE;
}

ul#wpmega-menu-header-menu li:not(.wpmega-horizontal-full-width) .wpmm-sub-menu-wrapper > ul {
	background-color: #EEEEEE;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	padding: 8px 7px;
}

ul#wpmega-menu-header-menu li:not(.wpmega-horizontal-full-width) .wpmm-sub-menu-wrapper > ul > li > a {
	border-bottom: 1px solid #DEDEDE;
}

ul#wpmega-menu-header-menu li:not(.wpmega-horizontal-full-width) .wpmm-sub-menu-wrapper > ul > li > a span {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 8px;
	line-height: 1.5;
	font-weight: 600;
	margin-top: 0;
	font-family: Open Sans;
	color: #333;
}

ul#wpmega-menu-header-menu li:not(.wpmega-horizontal-full-width) .wpmm-sub-menu-wrapper > ul > li > a:hover {
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid transparent;
}

ul#wpmega-menu-header-menu li:not(.wpmega-horizontal-full-width) .wpmm-sub-menu-wrapper > ul > li > a:hover :before {
	/*content: '• ';*/
}

ul#wpmega-menu-header-menu li:not(.wpmega-horizontal-full-width) .wpmm-sub-menu-wrapper > ul > li > a:hover span {
	color: #6DD400 !important;
}

#wpmm-wrap-header-menu ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
	width: 300px !important;
}

html #cookie-notice {
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	min-width: auto;
	display: flex !important;
	justify-content: center;
	flex-flow: row wrap;
}

html #cookie-notice .cookie-notice-container {
	padding: 15px 25px;
	display: flex;
	flex-flow: row wrap;
	max-width: 1200px;
	width: 100%;
	justify-content: flex-start;
	align-items: center;

}

html #cookie-notice .cookie-notice-container #cn-notice-text {
	display: inline-block;
	color: #999999;
	font-size: 14px;
	line-height: 22px;
	text-align: left;

}

html #cookie-notice .cookie-notice-container #cn-notice-text img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -56px;
}

@media only screen and (max-width: 1209px) {
	html #cookie-notice .cookie-notice-container #cn-notice-text {
		margin-bottom: 20px;
	}

	html #cookie-notice .cookie-notice-container #cn-accept-cookie.button {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	html #cookie-notice .cookie-notice-container #cn-notice-text {
		text-align: center;
	}

	html #cookie-notice .cookie-notice-container {
		padding: 40px 25px 22px;
	}

	html #cookie-notice .cookie-notice-container #cn-accept-cookie {
		flex: 0 0 100%;
		max-width: 192px;
		margin: 0 auto;
	}

	html #cookie-notice .cookie-notice-container #cn-refuse-cookie.button {
		position: absolute;
		right: 20px;
		top: 10px;
	}

	html #cookie-notice .cookie-notice-container #cn-accept-cookie.button {
		margin-left: auto;
	}

	html #cookie-notice .cookie-notice-container #cn-notice-text {
		margin-bottom: 10px;
	}
}

html #cookie-notice .cookie-notice-container #cn-notice-text a {
	font-weight: 700;
}

html #cookie-notice h2 {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 4px;
	text-align: left;
}

html #cookie-notice .cookie-notice-container #cn-accept-cookie {
	width: 192px;
	height: 43px;
	display: flex;
	padding-top: 5px;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	border: 0;
	background: #fff;
	font-size: 16px;
	line-height: 22px;
	color: #393939;
	margin-left: 86px;
}

html #cookie-notice .cookie-notice-container #cn-refuse-cookie {
	width: 24px;
	height: 24px;
	margin-left: 26px;
	background: #393939;
	border: 0;
	border-radius: 100%;
	position: relative;
}

html #cookie-notice .cookie-notice-container #cn-refuse-cookie:after {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: #D8D8D8;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.single-portfolio-button .wpb_text_column p {
	color: #000;
}

.error404 .sidebar-primary {
	display: none;
}

.error404 main#genesis-content {
	width: 100%;
	float: none;
}

@media screen and (max-width: 991px) {
	.wpmm-orientation-horizontal .wpmegamenu-toggle .wp-mega-toggle-block .wpmega-closeblock,
	.wpmm-orientation-horizontal .wpmegamenu-toggle .wp-mega-toggle-block .wpmega-openblock {
		background: #eee !important;
		color: #000 !important;
	}

	.wpmm-orientation-horizontal .wpmegamenu-toggle .wp-mega-toggle-block .wpmega-closeblock i,
	.wpmm-orientation-horizontal .wpmegamenu-toggle .wp-mega-toggle-block .wpmega-openblock i {
		font-size: 35px;
	}

	#wpmega-menu-header-menu li.menu-item a.wp-mega-menu-link {
		position: static;
		width: 100%;
		text-align: center;
	}

	#wpmega-menu-header-menu li.menu-item a.wp-mega-menu-link span {
		color: #fff;
	}

	#wpmega-menu-header-menu > li.menu-item,
	#wpmega-menu-header-menu > li.menu-item.active-show {
		border-bottom: 1px solid #626262 !important;
	}

	#wpmega-menu-header-menu li.menu-item.active-show > a.wp-mega-menu-link > span,
	#wpmega-menu-header-menu li.menu-item.current_page_item > a.wp-mega-menu-link > span {
		color: #6DD400;
	}

	#wpmega-menu-header-menu li.menu-item a.wp-mega-menu-link i.wpmm-mega-menu-icon {
		position: absolute;
		right: 0;
		font-size: 25px;
		color: #fff;
		transition: 200ms;
		width: 50px;
		height: 50px;
		text-align: center;
		top: 10px;
		line-height: 2;
		right: -10px;
	}

	#wpmega-menu-header-menu li.menu-item.active-show a.wp-mega-menu-link i.wpmm-mega-menu-icon {
		transform: rotate(-180deg) translateX(5px);
		top: 0;
		z-index: 9999;
	}

	#wpmega-menu-header-menu li.menu-item .wpmm-sub-menu-wrap,
	#wpmega-menu-header-menu li.menu-item .wpmm-sub-menu-wrapper {
		box-shadow: none;
	}

	#wpmega-menu-header-menu li.menu-item .wpmm-sub-menu-wrapper ul.wp-mega-sub-menu {
		width: 100% !important;
		background: none;
		box-shadow: none;
	}

	#wpmega-menu-header-menu li.menu-item .wpmm-sub-menu-wrapper ul.wp-mega-sub-menu li.menu-item {
		max-width: 100%;
		margin-bottom: 0;
		border: none !important;
	}

	#wpmega-menu-header-menu li.menu-item .wpmm-sub-menu-wrapper ul.wp-mega-sub-menu li.menu-item a.wp-mega-menu-link,
	#wpmega-menu-header-menu li.menu-item.current-menu-parent .wpmm-sub-menu-wrapper ul.wp-mega-sub-menu li.menu-item {
		border-bottom: none !important;
	}

	#wpmega-menu-header-menu li.menu-item .wpmm-sub-menu-wrapper ul.wp-mega-sub-menu li.menu-item a.wp-mega-menu-link:hover {
		background: unset;
		box-shadow: none;
	}

	#wpmega-menu-header-menu li.menu-item .wpmm-sub-menu-wrapper ul.wp-mega-sub-menu li.menu-item a.wp-mega-menu-link span {
		color: #fff !important;
		line-height: 30px;
		font-family: 'Open Sans';
		font-size: 14px;
		font-weight: 600;
		display: inline-block;
		margin-bottom: 8px;
	}

	#wpmega-menu-header-menu li.menu-item .wpmm-sub-menu-wrapper ul.wp-mega-sub-menu li.menu-item.current-menu-item a.wp-mega-menu-link span {
		color: #6DD400 !important;
	}

	#wpmega-menu-header-menu {
		height: 100%;
		overflow: auto;
	}

	.footerrelated {
		padding-left: 15px;
		padding-right: 15px;
	}

	.site-footer .footer-menu-col h3.vc_custom_heading,
	.site-footer .footer-menu-col .vc_wp_custommenu,
	.site-footer .footer-contact-col h3.vc_custom_heading.footer-contact-heading,
	.site-footer .footer-contact-col .wpb_text_column {
		margin-left: 15%;
	}

	.footer-menu-col .wpb_wrapper {
		display: flex;
		flex-flow: wrap;
	}

	.footer-menu-col .wpb_wrapper .wpb_single_image {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.footer-menu-col .wpb_wrapper > * {
		flex: 0 0 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.single-post .site-inner {
		padding-top: 0;
	}

	@media screen and (min-width: 768px) {
		.site-footer .footer-contact-col {
			width: 50%;
		}
	}
}

@media screen and (min-width: 991px) {
	#wpmega-menu-header-menu .menu-item a.wp-mega-menu-link i.wpmm-mega-menu-icon {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.pp_pic_holder {
		width: 100% !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}

	.pp_pic_holder .pp_right {
		height: 350px !important;
		padding-right: 20px !important;
	}

	.pp_pic_holder .pp_content {
		width: 100% !important;
		height: 100% !important;
	}

	.pp_pic_holder .pp_content #pp_full_res {
		height: 280px !important;
	}

	.pp_pic_holder .pp_content #pp_full_res img {
		object-fit: cover !important;
		height: auto !important;
		width: 100% !important;
	}

	.pp_pic_holder .pp_content .pp_gallery {
		display: none !important;
	}

	.pp_pic_holder .pp_content .pp_details {
		width: 100% !important;
	}

	.pp_pic_holder .pp_hoverContainer {
		width: 100% !important;
		height: 100% !important;
	}

	.pp_pic_holder .pp_fade {
		position: relative !important;
	}

	.pp_pic_holder .pp_fade .pp_expand {
		right: 10px !important;
	}

	#genesis-content {
		width: 100%;
	}

	.vc_images_carousel .vc_carousel-indicators {
		top: 185px;
	}

	.vc-th:not(.multiple-rows) {
		display: flex;
	}

	.vc-table-plugin-theme-default .vc-th:not(.multiple-rows) .vc_cell_borders_all {
		width: 33%;
		flex: 0 0 33%;
	}

	.upw-before {
		padding: 0 !important;
	}

	h2 {
		font-size: 2.5rem !important;
	}

	.wpb_vc_table {
		overflow: auto;
	}

	@media only screen and (max-width: 776px) {
		.flex-boxing {
			padding-top: 20px;
		}

		.mobile-footer-menu {
			height: 100% !important;
			max-height: 56px;
		}

		.no-slider + div + div {
			padding-top: 0px;
		}

		.site-inner {
			padding-top: 5px;
		}

		.single-nieuws-item .title {
			margin-top: 0px;
			min-height: unset;
		}

		.entry {
		}

		.entry-content .isotope-item {
			width: 100%;
		}

		.entry-content .isotope-item img {
			margin: 0 auto 10px auto !important;
		}

		#genesis-content > article > div.entry-content > div > div:nth-child(1) > div > div > div > figure > div > img {
			margin-top: 25%;
		}

		.page-id-462 .single-portfolio-button h2 a {
			font-size: 19px;
			word-break: unset;
		}

		.content-sidebar-wrap.entry-content {
			margin-left: 0% !important;
		}

		.page-id-2291 .content-sidebar-wrap .single-portfolio-button .wpb_column:nth-of-type(1) {
			flex: 0 0 100%;
			max-width: 100%;
			max-height: 170px !important;
			height: 100% !important;
		}

		.page-id-2291 .content-sidebar-wrap .single-portfolio-button .wpb_column:nth-of-type(2) {
			max-width: 100%;
			flex: 0 0 100%;
		}

		.page-id-2291 .content-sidebar-wrap .single-portfolio-button .wpb_column:nth-of-type(1) img {
			margin-top: 13% !important;
		}

		body p {
			color: black;
		}
	}
}

@media (min-width: 1200px) {
	.mobile-slider-buttons-row {
		display: none !important;
	}
}

.mobile-slider-buttons-row {
	display: flex;
	flex-flow: row wrap;
	margin-top: 15px;
}

.mobile-slider-buttons-row .wpb_column {
	flex: 0 0 33.333%;
	max-width: 33%;
}

.mobile-slider-buttons-row .wpb_column .wpb_text_column {
	margin-bottom: 0;
}

.mobile-slider-buttons-row .wpb_column p.vc_custom_heading {
	color: #393939;
	font-family: Raleway, Helvetica;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 15px;
}

.mobile-slider-buttons-row .wpb_column .wpb_single_image {
	margin-bottom: 7px;
}

.mobile-slider-buttons-row .wpb_column .wpb_single_image img {
	border-radius: 50px;
	max-width: 150px;
}

.footerrelated .footerrelated-inner-row {
	max-width: 1200px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.footerrelated .footerrelated-inner-row .relateditem-col .wpb_single_image figure,
.footerrelated .footerrelated-inner-row .relateditem-col .wpb_single_image figure a,
.footerrelated .footerrelated-inner-row .relateditem-col .wpb_single_image figure a img {
	width: 100%;
}

.footerrelated .footerrelated-inner-row .relateditem-col .wpb_single_image {
	margin-bottom: 10px;
}

.footerrelated .footerrelated-inner-row {
	padding-right: 5px;
}

.footerrelated .footerrelated-inner-row .relateditem-col .wpb_single_image figure .vc_figure-caption {
	font-family: 'Raleway', sans-serif;
	background: #393939;
	color: #fff;
	font-size: 16px;
	margin-top: -59px;
	text-align: center;
	position: relative;
	z-index: 90;
	padding: 16px 2px;
	pointer-events: none;
}

.footerrelated .footerrelated-inner-row .relateditem-col .wpb_text_column p {
	color: #231f20 !important;
	font-weight: 600;
}

.footerrelated .footerrelated-inner-row .relateditem-col .wpb_text_column p a {
	color: #999999 !important;
}

.footerrelated-text-col-row {
	margin: 0 !important;
	padding-right: 15px;
}

.footerrelated-text-col-row:before {
	content: "";
	position: absolute;
	right: 11px;
	width: 3px;
	height: 100%;
	background: #231f20;
	border-radius: 5px;
	max-height: 185px;
	top: 50%;
	transform: translateY(-50%);
}

.footerrelated-text-col-row .wpb_text_column p {
	font-weight: 600;
	color: #231f20 !important;
}

.footerrelated-text-col-row .vc_btn3-container button {
	background-color: #393939 !important;
	border: 1px solid #393939;
	padding: 10px 7px;
	font-size: 10px;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff !important;
}

.footerrelated-text-col-row .vc_btn3-container button:hover {
	background-color: transparent !important;
	color: #393939 !important;
}


.entry {
	padding: 30px 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (min-width: 992px) {
	#cn-notice-buttons {
		display: contents;
	}
}

@media (max-width: 991px) {
	#cn-notice-buttons {
		width: 100%;
	}
}

.colorsamples-widget-row,
.vloerverwarminggietvloeren-widget-row {
	cursor: pointer;
}

.colorsamples-widget-row:hover .black-widget-button a {
	color: #fff !important;
	background-color: #000 !important;
}

.vloerverwarminggietvloeren-widget-row:hover .vc_custom_heading a {
	opacity: .85;
}

@media screen and (max-width: 767px) {
	body .vc_images_carousel .vc_carousel-indicators {
		visibility: hidden;
	}
}

[data-browser="safari"] body .single-portfolio-button .wpb_column:nth-of-type(1) {
	flex: 0 0 50% !important;
	max-width: 50% !important;
}

body > p:nth-child(9) {
	display: none;
}

@media (min-width: 768px) {
	.slider-wrapper.top-heading {
		margin-bottom: 32px;
	}
}

@media (max-width: 767px) {
	.site-header #title-area {
		display: flex;
	}

	.slider-wrapper .wpb_text_column {
		margin-bottom: 0 !important;
	}

	.mobile-hidden {
		display: none !important;
	}

	h2 {
		font-size: 1.8rem !important;
	}
}


@media (min-width: 992px) and (max-width: 1099px) {
	#title-area {
		width: 170px;
	}
}

.page-id-2374 .content .entry,
.page-id-307 .content .entry {
	border: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-extra-wrapper {
		padding: 0 15px;
	}

	.jvh-offerte-button {
		right: 15px;
	}
}

.footer-logos-row {
	display: flex;
	align-items: center;
}

.footer-logos-row .wpb_column .vc_column-inner .wpb_wrapper {
	justify-content: center;
}

@media (max-width: 991px) {
	.footer-logos-row .wpb_column:first-of-type .vc_column-inner .wpb_wrapper {
		justify-content: flex-end;
	}

	.footer-logos-row .wpb_column:last-of-type .vc_column-inner .wpb_wrapper {
		justify-content: flex-start;
	}
}

span.openingstijdenprefixspan {
	min-width: 100px;
	display: inline-block;
}

.header-extra-wrapper #title-area picture {
	display: flex;
	align-items: center;
}

.error404 .search-form {
	display: none !important;
}

@media (max-width: 991px) {
	.vc-table-plugin-theme-default tbody tr {
		display: flex;
	}

	.vc-table-plugin-theme-default tbody tr td {
		flex: 0 0 40%;
		max-width: 40%;
	}
}

@media (max-width: 449px) {
	table.vc-table-plugin-theme-default {
		margin-bottom: 20px;
	}

	/*
	 *     .wpb_vc_table::-webkit-scrollbar-thumb {
	 *         background-color: #ABBCC2;
	 *         border-radius: 9.5px;
	 *     }
	 * 
	 *     .wpb_vc_table::-webkit-scrollbar {
	 *         width: 9px;
	 *         height: 10px;
	 *         background-color: transparent;
	 *         background-repeat: repeat-y;
	 *         background-position: center;
	 *     }
	 * 
	 *     .wpb_vc_table::-webkit-scrollbar-button:single-button {
	 *         background-color: white;
	 *         display: block;
	 *         height: 23px;
	 *         width: 23px;
	 *         background-repeat: no-repeat;
	 *         background-size: auto 13px;
	 *     }
	 */
.single-portfolio-button {
	display: block;
}

.single-portfolio-button .wpb_column {
	width: 100%;
	max-width: 100% !important;
}

.single-portfolio-button .wpb_column.vc_col-has-fill {
	height: 140px !important;
}

.single-portfolio-button .wpb_wrapper {
	width: 100%;
}

.single-portfolio-button h2 {
	line-height: 25px !important;
	padding: 12px 15px 15px;
}

.active-show a.wp-mega-menu-link {
	padding-bottom: 0 !important;
	border-width: none !important;
}

.menu-item .wp-mega-menu-link span {
	color: white !important;
}

.current_page_ancestor .wp-mega-menu-link span {
	color: white !important;
}

.current_page_ancestor .wp-mega-menu-link span {
	color: white !important;
}

.current_page_item:not(.current_page_ancestor) .wp-mega-menu-link span {
	color: #6DD400 !important;
}

.wp-mega-menu-link {
	border-width: 2px !important;
}

.active-show a.wp-mega-menu-link {
	border-width: 0 !important;
}

.active-show a.wp-mega-menu-link {
	border-width: none !important;
}
}

iframe.offerte-generator-iframe {
	padding: 0 10px;
}


div.pp_pic_holder {
	position: fixed !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	left: 50% !important;
}

@media (max-width: 991px) {
	div.pp_pic_holder .ppt {
		width: 100% !important;
	}

	.mobile-mini-widgets .text-area {
		display: none;
	}

	div.pp_default .pp_next {
		background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
		cursor: pointer;
	}

	div.pp_default .pp_previous {
		background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
		cursor: pointer;
	}
}

@media (max-width: 991px) {
	.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
		height: auto !important;
		overflow-y: auto !important;
	}
	.wpb_text_column blockquote p {
		font-size: 15px;
	}
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}

.scroll-wrapper > .scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-element {
	display: none;
}

.scroll-element, .scroll-element div {
	box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
	overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}


/*************** SIMPLE INNER SCROLLBAR ***************/

.wpb_vc_table > .scroll-element,
.wpb_vc_table > .scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.wpb_vc_table > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.wpb_vc_table > .scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%;
}

.wpb_vc_table > .scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 8px;
}

.wpb_vc_table > .scroll-element .scroll-element_outer {
	overflow: hidden;
}

.wpb_vc_table > .scroll-element .scroll-element_outer,
.wpb_vc_table > .scroll-element .scroll-element_track,
.wpb_vc_table > .scroll-element .scroll-bar {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.wpb_vc_table > .scroll-element .scroll-element_track,
.wpb_vc_table > .scroll-element .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.wpb_vc_table > .scroll-element .scroll-element_track {
	background-color: #e0e0e0;
}

.wpb_vc_table > .scroll-element .scroll-bar {
	background-color: #c2c2c2;
}

.wpb_vc_table > .scroll-element:hover .scroll-bar {
	background-color: #919191;
}

.wpb_vc_table > .scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
}


/* update scrollbar offset if both scrolls are visible */

.wpb_vc_table > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px;
}

.wpb_vc_table > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px;
}


.wpb_vc_table > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px;
}

.wpb_vc_table > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px;
}


@media (max-width: 991px) {
	.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
		background: transparent !important;
	}

	.wpmm-askins-wrapper .wpmegamenu-toggle .wpmega-openblock, .wpmm-askins-wrapper .wpmegamenu-toggle .wpmega-closeblock {
		padding: 20px 10px 13px !important;
	}


	.site-header {
		box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.61) !important;
	}
}

.page-id-2295 .single-portfolio-button .wpb_column.vc_col-sm-6:first-of-type {
	background-image: none;
	background: white;
}

.page-id-2295 .single-portfolio-button .wpb_column.vc_col-sm-6:first-of-type > div {
	background-size: auto !important;
	background-position: center !important;
}

@media (min-width: 992px) {
	.transparent_header:not(.sticky) .wrap .header-extra-wrapper #title-area a img {
		opacity: 0;
	}

	.transparent_header:not(.sticky) .wrap .header-extra-wrapper #title-area > a {
		display: block;
		overflow: hidden;
		background: url(/wp-content/themes/genesis-child/images/Logo-g-vloeren-wit.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
}

@media (min-width: 992px) and (max-width: 1099px) {
	.transparent_header:not(.sticky) .wrap .header-extra-wrapper #title-area a picture {
		background-size: 168px auto;
		background-repeat: no-repeat;
	}
}

@media (max-width: 991px) {
	.transparent_header:not(.sticky) .wrap .header-extra-wrapper #title-area a picture {
		background: none;
	}

	.transparent_header:not(.sticky) .wrap .header-extra-wrapper #title-area a picture img {
		opacity: 1;
	}
}

.color_samples_row .wpb_single_image {
	margin-bottom: 0;
}

.color_samples_row .wpb_text_column {
	margin-top: 10px;
	margin-bottom: 5px;
}

.color_samples_row .wpb_text_column p {
	font-size: 18px;
	color: #333333;
	line-height: 29px;
}

#breadcrumbs {
	text-align: right;
	font-size: 14px;
	padding-right: 15px;
}

img.fullwidth {
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	#breadcrumbs {
		padding-right: 20px;
		margin-bottom: 5px;
		margin-top: 10px;
		font-size: 12px;
	}
}

.page-id-122 .jvh-offerte-button,
.page-id-122 .mobile-footer-menu a.offerte-button {
	display: none;
}

.home .slider-wrapper > div > div > .vc_column-inner {
	padding: 0;
}

.vc_item {
	position: relative;
}

.slider-wrapper.top-heading .wpb_images_carousel img:first-child {
	/* opacity: 0; */
	/* z-index: 1; */
}

.slider-wrapper.top-heading .wpb_images_carousel img:last-child {
	display: none;

	/*
	z-index: 2;
	left: 0;
	bottom: 0;
	position: absolute;
	 */
}

/*
@media (min-width: 992px) {
.slider-wrapper.top-heading .wpb_images_carousel img[src*=Gietvloer-8]:last-child {
bottom: -20%;
}
}
 */

@media (max-width: 1699px) {
	.slider-wrapper.top-heading .wpb_images_carousel img:first-child {
		/* width: 72%; */
	}
}

@media (max-width: 1500px) {
	.slider-wrapper.top-heading .wpb_images_carousel img:first-child {
		/* width: 74%; */
	}
}

@media (max-width: 991px) {
	.slider-wrapper.top-heading .wpb_images_carousel img:first-child {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.vc_images_carousel {
		pointer-events: none;
	}
}

@media (max-width: 1230px) and (min-width: 961px) {
	.colorsamples-widget-row img {
		width: 800px;
	}
}

@media (max-width: 1439px) and (min-width: 992px) {
	.slider-wrapper.top-heading .wpb_images_carousel img:last-child {
		/* bottom: unset; */
		/* top: 0; */
	}
}

@media (max-width: 1023px) and (min-width: 321px) {
	.vc_images_carousel {
		margin-top: -8.5%;
	}
}

@media (max-width: 376px) {
	.vc_images_carousel {
		margin-top: -2.4%;
	}
}

@media (min-width: 1699px) {
	.slider-wrapper.top-heading .wpb_images_carousel img {
		margin-top: 0px;
	}
}

#tablet_row {
	display: none;
}

@media (max-width: 1199px) and (min-width: 768px) {
	#tablet_row {
		display: block;
	}
}

@media (min-width: 992px) {
	body .vc_images_carousel .vc_carousel-indicators {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.site-header #title-area a img {
		position: relative;
		top: 4px;
	}
}

.news-sidebar~.vc_row > .wpb_column > .vc_column-inner {
	padding-top: 0 !important;
}

.news-h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.content-sidebar-wrap {
	margin-bottom: 28px;
}

@media (max-width: 767px) {
	section.header-photo > img {
		height: 240px;
	}
}

/* Reviews header desktop */
.headerinner {
	text-align: right;
	display: block !important;
}
.headerinner > * {
	vertical-align: middle;
}
.reviews_header_desktop {
	display: inline-block;
	font-size: 15px;
	text-align: right;
	font-weight: normal;
	line-height: 1.7;
	margin-right: 20px;
}
ul.header-metainfo {
	display: inline-block;
	position: relative;
	top: -4px;
}
.reviews_header_desktop > * {
	vertical-align: middle;
}
.reviews_header_desktop,
.reviews_header_desktop a {
	color: rgba(255, 255, 255, 1);
}
.reviews_header_desktop a {
	text-decoration: underline;
}
#review_stars {
	width: 85px;
	margin-left: 5px;
}
/* End reviews header desktop */
.header-photo-page .satisfied_customers_desktop {
	color: white;
}

.satisfied_customers_desktop {
	color: inherit;
	display: inline-block;
	font-size: 15px;
	line-height: 1.7;
	font-weight: normal;
	margin-right: 20px;
}

#satisfied_customers_text {
	background-image: url(images/checkmark.svg);
	background-repeat: no-repeat;
	background-size: auto 11px;
	background-position: left center;
	padding-left: 20px;
}

/* Reviews header mobile */
@media (min-width: 992px) {
	#review_mobile_header {
		display: none;
	}
}

#review_mobile_header {
	background: #eeeeee;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	color: black;
	margin-left: -30px;
	margin-right: -30px;
	line-height: 2.2;
}

#review_mobile_header a {
	color: black;
	text-decoration: underline;
}
/* End reviews header mobile */

/* Youtube video */
.youtube_lq {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.youtube_lq img {
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
	margin: -9% 0 -11% 0;
}

.youtube_lq img:hover {
	-webkit-filter: brightness(75%)
}

.youtube_lq .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url(/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat;
	cursor: pointer;
}

@media (max-width: 499px) {
	iframe {
		width: 360px;
		height: 208px;
	}
}

@media (max-width: 379px) {
	iframe {
		height: 180px;
	}
}

@media (max-width: 359px) {
	iframe {
		height: 170px;
	}
}
/* End youtube video */

i.dashicons.dashicons-no,
i.dashicons.dashicons-menu {
	min-height: 41px;
}

.header-buttons p:empty {
	display: none;
}

nav i.dashicons.dashicons-menu:before {
	content: '';
	width: 35px;
	height: 35px;
	height: 41px;
	display: block;
	background-image: url(https://api.iconify.design/dashicons:menu.svg);
	background-size: 35px 35px;
	background-repeat: no-repeat;
}

nav i.dashicons.dashicons-no:before {
	content: '';
	width: 35px;
	height: 35px;
	height: 41px;
	display: block;
	background-image: url(https://api.iconify.design/dashicons:no.svg);
	background-size: 35px 35px;
	background-repeat: no-repeat;
}

.vloerverwarminggietvloeren-widget-row  {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

@media (max-width: 991px) {
	#cookie-notice {
		bottom: 56px;
	}
}

.mobile-footer-menu .fa-envelope:before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	background-image: url(/wp-content/themes/genesis-child/images/envelope.svg);
	background-size: cover;
}

.mobile-footer-menu .fa-phone:before {
	content: '';
	width: 24px;
	height: 30px;
	display: block;
	background-image: url(/wp-content/themes/genesis-child/images/phone.svg);
	background-size: 24px auto;
	background-repeat: no-repeat;
	transform: scale(-1, 1);
}

.mobile-footer-menu a {
	line-height: 1;
}

.wpmm-sub-menu-wrapper {
	overflow: hidden;
}

div#wpmm-wrap-header-menu > ul > li:not(.active-show) {
	height: 61px;
}

@media (max-width: 991px) {
	div#bs-chatbot-widget-container__21E7F {
		margin-bottom: 43px;
	}
}

.page-id-122 div#bs-chatbot-widget-container__21E7F {
	display: none;
}

.wpmega-horizontal-full-width p {
	margin-bottom: 10px;
	color: black;
	font-size: 14px;
	padding-left: 15px;
}

@media (min-width: 992px) {
	#wp_nav_menu-item-12900 > div {
		width: 770px!important;
	}
}

@media (max-width: 991px) {
	.wp-mega-sub-menu .textwidget {
		display: none;
	}
}

.icon-button-row .vc_column-inner {
	cursor: pointer;
}

.footer-menu-col #mobile_menu_bottom {
	display: none;
}
