/*
Theme Name: Heeren van Opheusden
Theme URI: http://www.heerenvanopheusden.nl
Author: STYLEMASTER
Author URI: http://www.stylemaster.nl
Description: Template voor Heeren van Opheusden. 
Version: 1.0
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
@font-face {
    font-family: 'Gnuolane';
    src: url('https://heerenvanopheusden.nl/wp-content/themes/hvo/fonts/gnuolane.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
  font-family: 'Gnuolane';
  src: url('https://www.heerenvanopheusden.nl/wp-content/themes/hvo/fonts/gnuolane.eot'); /* IE9 Compat Modes */
  src: url('https://www.heerenvanopheusden.nl/wp-content/themes/hvo/fonts/gnuolane.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.heerenvanopheusden.nl/wp-content/themes/hvo/fonts/gnuolane.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.heerenvanopheusden.nl/wp-content/themes/hvo/fonts/gnuolane.woff') format('woff'), /* Pretty Modern Browsers */
       url('https://www.heerenvanopheusden.nl/wp-content/themes/hvo/fonts/gnuolane.ttf')  format('truetype');
}
body {
	background: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-color: #272727;
	font-family: 'Open Sans', sans-serif;
	color: #C8C8C8;
	line-height: 30px;
	font-size: 16px;
	overflow-x: hidden;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Gnuolane';
	margin-bottom: 20px;
	color: #EF7D00;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}

p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
a {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a:hover {
	color: #EF7D00;
}
li {
	list-style: none;
}
img {
	display: block;
}
.button, input[type="submit" i], input[type="submit"] {
	background: #EF7D00;
    background: -webkit-linear-gradient(#EF7D00, #AC5A00);
    background: -o-linear-gradient(#EF7D00, #AC5A00);
    background: -moz-linear-gradient(#EF7D00, #AC5A00);
    background: linear-gradient(#EF7D00, #AC5A00);
    padding: 10px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    border: 0;
}
.button:hover, input[type="submit" i]:hover, input[type="submit"]:hover {
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.22);
	color: #ffffff;
	cursor: pointer;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
}
.box {
	padding: 0 30px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.table {
	display: inline-table;
	width: 100%;
}
.cell {
	display: table-cell;
	vertical-align: middle;
}
.logo {
	z-index: 100;
	max-width: 120px;	
}
.logo a img {
	padding: 40px;
	background: #000000;
	z-index: 100;
	width: 100%;
	height: auto;
	display: inline-block;
}
header {
	z-index: 100;
	position: relative;
}
header .table .left, header .table .right {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
header .table .right {
	text-align: right;
	position: relative;
}
header .topbar {
	position: absolute;
    top: 60px;
    right: 0;
    font-family: 'Gnuolane';
    color: #ffffff;
    font-size: 20px;
    background: url(images/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 28px;
    letter-spacing: 1px;
}
header .topbar p {
	margin: 0;
}
header .fb-icon {
	left: -30px;
    top: 5px;
    position: absolute;
}
header .fb-icon img:hover {
	-webkit-filter: brightness(10); 
	filter: brightness(10);
}
header nav {
	margin-top: -20px;
}
header nav li {
	display: inline-block;
}
header nav li.current-menu-item a {
	color: #ffffff;
}
header nav li a:hover {
	color: #ffffff;
}
header nav li a {
	font-family: 'Gnuolane';
	color: #626262;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 20px;
	letter-spacing: 1px;
}
header nav li:last-child a {
	margin-right: 0;
}
.entry-content img {
	width: 100%;
	height: auto;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-top: 40px;
	margin-bottom: 10px;
}
body #cookie-bar .table {
	padding: 0 30px;
}
.banner {
	width: 100%;
	margin-top: -100px;
	position: relative;
	display: block;
	z-index: 1;
	margin-bottom: 50px;
	background: #000000;
}
.banner .image {
	width: 100%;
	height: 600px;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 0.5;
}
.banner .featured-image {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	opacity: 0.9;
}
#content {
	position: relative;
}
.store {
	margin-top: -300px;
    z-index: 100;
    position: relative;
    max-width: 600px;
}
.store img {
	width: 100%;
	height: auto;
}
.seperator {
	margin: 60px 0;
	border-bottom: 1px solid #666666;
}
.home-content .left, .home-content .right {
	float: none;
	vertical-align: top;
}
.home-content .left {
	width: 60%;
}
.home-content .right {
	width: 40%;
}
.home-content .right .openingstijden {
	margin-left: 100px;
	font-size: 14px;
}
.home-content .right .openingstijden .content {
	background: rgba(0, 0, 0, 0.4);
	padding: 30px 60px;
}
.openingstijden h2 {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 30px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 36px;
}
.openingstijden span {
	display: inline-block;
	width: 40px;
}
.openingstijden p {
	margin-bottom: 0px;
}
footer {
	background: #000000;
	padding: 40px 0;
	margin: 80px 0 50px 0;
	font-size: 12px;
}
footer .left, footer .right {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
footer .left {
	width: 10%;
}
footer .right {
	width: 90%;
}
footer ul li {
	display: inline-block;
	margin-right: 2.9029029%;
	padding-right: 2.9029029%;
	border-right: 1px solid #ccc;
	line-height: 1;
}
footer ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.footer-logo {
	margin-right: 40px;
}
.footer-logo img {
	vertical-align: middle;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: transform .5s ease-in-out;
}
.footer-logo img:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
footer p {
	line-height: 1;
	color: #6b6b6b;
	margin: 0;
}
footer a {
	color: #C8C8C8;
}
footer a:hover {
	color: #ffffff;
}
footer .author a {
	color: #6b6b6b;
}
.home .tree-columns {
	margin-right: -40px;
	display: table;
}
.home .tree-columns li {
	display: block;
	float: left;
	width: 33.33333333%;
}
.home .tree-columns li .content {
	margin-right: 40px;
}
.home .tree-columns li a {
	display: block;
	background: #000000;
}
.home .tree-columns li img {
	width: 100%;
	height: auto;
	opacity: 0.85;
	display: block;
}
.home .tree-columns li a:hover img {
	opacity: 1;
}
.home .tree-columns .textwidget {
	position: relative;
}
.textwidget small {
	margin-top: 20px;
	font-size: 75%;
	display: block;
}
.home .tree-columns li h4 a {
	display: inline-block;
	background: rgba(0, 0, 0, 0.75);
	text-align: center;
	width: 100%;
	padding: 20px 0;
	position: absolute;
	bottom: 9px;
}
.home .tree-columns li h4 a:hover {
	background: #000000;
	color: #EF7D00;
}
.logo-carousel {
	float: right;
	width: 50%;
	margin-top: -170px;
}
.logo-carousel img {
	width: 100%;
	height: auto;
}
.logo-carousel .lcs_logo_container a.lcs_logo_link {
	border: 1px solid #666666;
	background: rgba(255, 255, 255, 0.10);
}
.logo-carousel .lcs_logo_container a.lcs_logo_link:hover {
	border: 1px solid #666666;
	background: rgba(255, 255, 255, 0.20);
}
.logo-carousel #lcs_logo_carousel_slider .owl-buttons div {
	background: transparent;
	border: 1px solid #666666;
	color: #EF7D00;
}
.logo-carousel #lcs_logo_carousel_slider .owl-buttons div:hover {
	background: rgba(0, 0, 0, 0.19);
	color: #EF7D00;
	border: 1px solid #666666;
}
.logo-carousel #lcs_logo_carousel_slider .owl-buttons {
	right: 4px;
}
h1.entry-title {
	margin: 10px 0 50px 0;
}
.page-with-sidebar {
	display: inline-table;
	width: 100%;
}
.page-with-sidebar .left {
	float: left;
	width: 70%;
}
.page-with-sidebar .left article {
	margin-right: 80px;
}
.page-with-sidebar .right {
	float: right;
	width: 30%;
}
.page-with-sidebar .sidebar {
	margin-top: 90px;
}
.sidebar aside {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 22px;
}
.sidebar aside:last-child {
	margin-bottom: 0px;
}
.sidebar aside .content {
	padding: 35px 50px;
	background: rgba(0, 0, 0, 0.4);
}
.sidebar aside h4 { 
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 20px;
}
.sidebar aside h4:before, .sidebar aside h4:after { 
	content: " - ";
}
.featured-image {
	margin-bottom: 40px;
}
.featured-image img {
	width: 100%;
	height: auto;
}
#map {
	width: 100%;
    height: 600px;
    margin-bottom: 50px;
    margin-top: -100px;
    opacity: 0.6;
}
#map iframe {
	width: 100%;
	height: 100%;
}
img.ajax-loader {
	width: auto;
	height: auto;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	background: rgba(0, 0, 0, 0.4);
	border: 0;
	color: #ffffff;
	padding: 10px 15px;
	font-size: 14px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
	border: 0;
    box-shadow: none;
    text-shadow: none;
    border-spacing: 0;
    outline-offset: 0;
    outline: none;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	width: 30%;
	min-width: 240px;
}
.wpcf7 textarea {
	width: 70%;
	min-height: 250px;
	min-width: 240px;
}
.wpcf7 div#inner-editor {
	padding: 10px;
}
.wpcf7 div.wpcf7-validation-errors {
	border: 2px solid #ef7d00;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}
i {
	margin-right: 8px;
}
.brands {
	display: inline-block;
	margin-right: -40px;
}
.merk a {
	display: block;
	line-height: 1;
}
.brands-wrapper, .gallery {
	overflow-x: hidden;
}
.brands .merk {
	float: left;
    margin-bottom: 40px;
    width: 33.3333333%;
    text-align: center;
}
.merk .image {
	margin-right: 40px;
	border: 1px solid #666666;
    background: rgba(255, 255, 255, 0.10);
    padding: 5px 10px;
}
.merk .image img {
	width: 100%;
	height: auto;
}
.merk .image:hover {
	border: 1px solid #A0A0A0;
	background: rgba(255, 255, 255, 0.15);
}
.gallery ul {
	display: inline-table;
	margin-right: -40px;
}
.gallery ul li {
	width: 33.3333333%;
	float: left;
	margin-bottom: 40px;
}
.gallery ul li .content {
	margin-right: 40px;
}
.gallery ul li a {
	display: block;
	background: #000000;
}
.gallery ul li a:hover img {
	opacity: 1;
}
.gallery ul li img {
	width: 100%;
	height: auto;
	opacity: 0.85;
	display: block;
}
.single-merken .entry-content {
	margin-bottom: 50px;
}
.custom-message {
	background: rgba(240, 125, 0, 0.95);
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	position: sticky;
	position: -webkit-sticky;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	z-index: 99999;
	transition: 0.3s;
	padding: 14px 0;
	display: none;
}
.custom-message.open {
	display: block;
}
.custom-message .table {
	display: inline-table;
}
.custom-message .table p, .custom-message .table a {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
.custom-message .table p {
	line-height: 20px;
}
.custom-message .table a {
	text-align: right;
}
.custom-message .table a:hover {
	color: #000000;
}
.custom-message div {
	line-height: 0;
}
.home #lcs_logo_carousel_wrapper .owl-nav div {
	background: transparent !important;
	border: 1px solid #7d7d7d !important;
}
.home #lcs_logo_carousel_wrapper .owl-nav {
	right: 4px !important;
}
#gform_ajax_spinner_1 {
	width: auto;
	height: auto;
}
.shadowed {
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);
}