/*
Theme Name: websus62theme
Theme URI: http://underscores.me/
Author: M.scherjon
Author URI: https://www.websus.nl
Description: Websus theme based on underscores theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: websus62theme
Tag: Websus, responsive theme, foundation, _s theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

websus62theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
:focus {
	outline:none;
}
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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: futura-pt;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	line-height: 3.34rem;
}
h2 {
    font-size: 2em;
}
h3 {
	font-size:1.5em;
}
h4 {
	font-size:1.6em;
     font-style: italic;
    margin-bottom: 50px;
}
p {
	margin-bottom: 0.5em;
	font-size:1.3em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.wit-bg {
	background: #fff;
	color:#25356e;
	overflow: hidden;
}
.wit-bg .ws-page-subtitle-text .ws-pst-header h2 {
	color:#25356e;
}
.donkerblauw-bg {
	background: #25356e;
	color:#fff;
	overflow: hidden;
}
.blauw-bg {
	background: #0863ac;
	color:#fff;
	overflow: hidden;
}
.rood-bg {
	background: #e10613;
	color:#fff;
	overflow: hidden;
}
.donkerblauw-color {
	color: #25356e;
}
.blauw-color {
	color: #0863ac;
}
.rood-color {
	color: #e10613;
}
.no-margin {
	margin:0!important;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {

}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}
input[type="button"],
input[type="reset"],
input[type="submit"],
a.green-button,
a.more-link {
	display: inline-block;
	border-radius: 0.438rem;
	background: #47b335;
	color: #fff;
	line-height: 1;
	text-decoration:none;
	padding: .6em 1em;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.green-button:hover,
a.more-link:hover {
	border-radius: 0.625rem;
	background: #3f9f2f;
}
.category a.more-link {
    margin-top: 1.5rem;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #25356e;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-ms-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
}

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

a:focus {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.open>.dropdown-menu{
    display: block;
}
.ws-main-menu-toggle {
	float:left;
	padding: 0;
}
.ws-main-menu-toggle .navbar-toggle {
		display:none;
		background:#114484;
		padding: 0.625em 1.250em;
		margin:0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
}
	.ws-main-menu-toggle .navbar-toggle:after {
		content:"";
		display: inline-block;
	    width: 1rem;
	    height: 1rem;
	    border: 0;
	    border-color: #d2d2d2;
	    border-style: solid;
	    border-width: 0.25rem 0.25rem 0 0;
	    transform: rotate(135deg);
	}
.ws-main-menu-toggle .navbar-toggle .icon-bar {
    background-color: #fff;
}
.ws-site-logo {
	padding: 0;	
	text-align: center;
}
.navbar-default  {
	top:0;
	background-color: #134485;
	border:none;
	border-top: 0.188em solid #134485;
    border-bottom: 0.188em solid #d2d2d2;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-default .navbar-nav>.open>a> span, 
.navbar-default .navbar-nav>.open>a:focus> span, 
.navbar-default .navbar-nav>.open>a:hover> span,
.navbar-default .navbar-nav>.active>a> span, 
.navbar-default .navbar-nav>.active>a:focus> span, 
.navbar-default .navbar-nav>.active>a:hover> span{
    color: #d2d2d2;
    background-color: #0d356b;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#menu-hoofdmenu {
    margin:0;
    list-style:none;
}
#menu-hoofdmenu > li > a {
	font-size: 1em;
    font-weight: 400;
	color:#d2d2d2;
	text-decoration:none;
	text-transform:uppercase;
	padding: 0.813em 0;
    background: transparent;
}
#menu-hoofdmenu > li > a:before {
	content:"";
	border-left:1px solid #fff;
/* 	padding-right:0.813em; */
	padding-right:0.5em;
}
	#menu-hoofdmenu > li:first-child > a:before {
		content: "";
		border:none;
	}
#menu-hoofdmenu > li > a> span {
	padding: 0.813rem;
	padding-left:1rem;
	padding-right:1rem;
}
#menu-hoofdmenu > li > a:after {
	content:"";
/* 	padding-left:0.813em; */
	padding-left:0.5em;
}
#menu-hoofdmenu > li:first-child > a> span {
		border-left:none;
	}

/* submenu */
#menu-hoofdmenu .caret {
	display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 0;
    border-color: #d2d2d2;
    border-style: solid;
    border-width: 0.125rem 0.125rem 0 0;
    margin-left: 10px;
    margin-top: -8px;
    transform: rotate(135deg);
}

.navbar-nav>li>.dropdown-menu{
	left: 1.125em;
	background:#f5f5f5;
	-webkit-box-shadow: inset 0 4px 15px -4px rgba(167,167,167,1);
	-moz-box-shadow: inset 0 4px 15px -4px rgba(167,167,167,1);
	box-shadow: inset 0 4px 15px -4px rgba(167,167,167,1);
	padding: 0 1.375em;
	min-width: 20rem;
	z-index: 9999;
}

.navbar-nav>li>.dropdown-menu> li {
	border-bottom:1px solid #d2d2d2;
	padding:0.812rem 0;
}
.navbar-nav>li>.dropdown-menu> li a {
	font-size:1.0em;
	color:#134485;
	text-decoration: none;
	text-transform:uppercase;
	padding: 0.812rem;
}
	.navbar-nav>li>.dropdown-menu > li a:before {
		content: "\00BB";
		margin-right:0.5rem;
	}

.dropdown-menu>.active>a {
	background-color: transparent;
}
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: #e10613;
	color:#fff;
}
.navbar-nav>li>.dropdown-menu> li a:focus,
.navbar-nav>li>.dropdown-menu> li a:hover {
	background-color: #e10613;
	color:#fff;
}
.ws-main-menu-toggle .menu-icon::after {
	 display:none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	position: relative;
	background: #fff;
  	width:100%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 9999;
}
.site-header .site-branding {
	 border-top: 0.625rem solid #d2d2d2;
}

.site-header .navbar {
	margin-bottom:0px;
}

.parent-sub-page a.anchor {
   	display: block;
    position: relative;
    top: -4.715em;
    visibility: hidden;
}

.site-branding {
    padding-top: 0.875rem;
    padding-bottom: 0.750rem;
}
.ws-header-top-right {
	padding-top:2.225em;
   	padding-bottom:2em;
   	-webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
   font-size: 0.8em;
}

.ws-socialmedia.header-top,
.ws-header-top-info,
.header-top-widget{
	float: right;
}
	
.ws-socialmedia.header-top {
	padding: 0 1.563rem;
	border-right: 1px solid #d2d2d2;
}
.ws-socialmedia a {
	color:#d2d2d2;
	padding:4rem 1.125rem;
}
	.ws-socialmedia a:hover {
		color: #25356e;	
	}
.ws-socialmedia .fa {
	font-size:1em;
}	
.ws-header-top-info .phone-top,
.ws-header-top-info .email-top {
	font-size:1em;
	color:#134485;
	padding: 0.938rem 1.875rem;
	border-right: 1px solid #d2d2d2;	
}
.ws-header-top-info .fa {
	position: relative;
	top:0.188rem;
	font-size:1.5rem;
	margin-right:0.313rem;
}
.header-top-widget {
	padding: 0 0 0 1.875rem;
	margin-top: -0.533em;
}

.header-button-mijn-fieten {
	border-radius:5px;
	display: block;
	border: 2px solid #5aa529;
	background-color: #59af27;
	padding: 5px 14px;
}

.header-button-mijn-fieten a {
  color: white;
}

.header-button-mijn-fieten:hover {
  background-color: #5aa529;
}

/*--------------------------------------------------------------
# Header news banner
--------------------------------------------------------------*/
.home #site-header-media {
    position: relative;
}
#site-header-media {
	max-height: 500px;
	overflow: hidden;
}
#site-header-media .container{
	height:0;
}
.ws-header-news {
	position: absolute;
	background: rgba(225, 6, 19, 0.9);
	width:100%;
	padding:1em 2em;
}
.ws-header-news span,
.ws-header-news a {
	color:#fff;
}
.ws-header-news-link {
    float: right;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
.widget h2 {
	font-size: 1.25rem;
}
.widget ul {
	margin: 0 0 1.5em 0;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#site-header-media img {
	width:100%;
	margin-top: -1px;
}
.site-content {
	min-height: 50em;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hentry {
	padding-bottom: 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-header {
	background: transparent;
    margin-top: 0;
    padding-top: 3.5em;
/*     padding-bottom: 3.5em; */
    text-align: center;
}
.entry-header h1 {
	font-size: 2em;
	color: #25356e;
	line-height: 1;
    text-transform: uppercase;
	margin:0;    
}
.entry-header h2 {
	margin:0;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.parent-sub-page h2 {
	line-height:1;
	text-transform:uppercase;		
}
.parent-sub-page h3 {
	line-height: 1.2em;
	font-weight:700;
	margin:0;
}
.site-content ul li {
	display: table-row;
	font-size: 1.2em;
}
.site-content ul li:before {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 1.275em;
    color: #47b335;
    padding-right: 1.375rem;
    display: table-cell;
}

/*--------------------------------------------------------------
## Page template Electric
--------------------------------------------------------------*/
.page-template-page-electric .navbar-default {
	background-color: #59af27;
	border-top-color: #5aa529;
}

.page-template-page-electric ul#menu-hoofdmenu > li > a {
	color: #fff;	
}

.page-template-page-electric .navbar-default .navbar-nav>.open>a> span,
.page-template-page-electric .navbar-default .navbar-nav>.open>a:focus> span,
.page-template-page-electric .navbar-default .navbar-nav>.open>a:hover> span,
.page-template-page-electric .navbar-default .navbar-nav>.active>a> span,
.page-template-page-electric .navbar-default .navbar-nav>.active>a:focus> span,
.page-template-page-electric .navbar-default .navbar-nav>.active>a:hover> span {
	background-color: #337136;
}

/*--------------------------------------------------------------
## Page template three columns text
--------------------------------------------------------------*/
.ws-page-three-columns-text {
	padding-top:5.313em;
	padding-bottom:3.438em;
}
/*--------------------------------------------------------------
## Page template three columns text images
--------------------------------------------------------------*/
.ws-page-three-columns-text-image {
	padding-bottom:3.438em;
}
.parent-sub-page .ws-page-three-columns-text-image{
	padding-top:5.313em;
}
.ws-block-item {
	text-align: center;
}
.ws-block-item img {
	border: 1rem solid #fff;
}
.parent-sub-page .ws-block-item img {
	border: none;
}
.ws-block-item-content h2 {
	font-size: 1.625em;
	font-weight: 600;
	line-height: 1;
	text-transform:uppercase;
    margin-bottom: 0;
    margin-top:1.875rem;
}
.ws-block-item-content {
	font-size:1.250em;
	line-height:1;
	padding: 0 0.875rem; 
}
.ws-block-item-content p {
	margin: 1.125rem 0 2.625rem;
	font-size: 1em;
}

/*--------------------------------------------------------------
## Page template photo subtitle text (pst)
--------------------------------------------------------------*/
.ws-page-photo-subtitle-text {
	padding-bottom:3.438em;
}
.ws-page-photo-subtitle-text .ws-pst-header-photo img {
	width:100%;
}
.ws-pst-header{
	position: relative;
	background: rgba(255,255,255,.6);
	margin-top: -10.85rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}
.ws-pst-header h2 {
	font-size: 2em;
}
.ws-pst-header h2.entry-subtitle,
.ws-abp-header h2.entry-subtitle {
	font-style:italic;
	font-size:1.625em;
	color:#134485;
	line-height:1;
	font-weight:300;
	text-transform:none;
	margin: 1rem 0 0;
}
.donkerblauw-bg .ws-pst-header h2.entry-subtitle,
.donkerblauw-bg .ws-abp-header h2.entry-subtitle,
.rood-bg .ws-pst-header h2.entry-subtitle,
.rood-bg .ws-abp-header h2.entry-subtitle,
.blauw-bg .ws-pst-header h2.entry-subtitle,
.blauw-bg .ws-abp-header h2.entry-subtitle {
	color:#fff;
}
.ws-pst-content {
	padding-top:6.250em;
	padding-left: 2em;
    padding-right: 2em;
}
.ws-pst-content p,
.ws-pst-content ul li {
	font-size:1.3em /*1.438em*/;
}
.ws-pst-content ul {
	list-style:none;
	margin: 1.5em 0 2.5em 0;
	padding: 0;
}
.ws-sidebar-image img {
	margin-bottom:2.813em;
	width: 100%;
}
/*--------------------------------------------------------------
## Page template subtitle text (pst)
--------------------------------------------------------------*/
.ws-page-subtitle-text {
	padding-bottom:3.438em;
	padding-left: 2em;
    padding-right: 2em;
}
.ws-page-subtitle-text .ws-pst-header {
	background: transparent;
    margin-top: 0;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
}
.ws-page-subtitle-text .ws-pst-content {
    padding-top: 0;
}

/*--------------------------------------------------------------
## Page template no title
--------------------------------------------------------------*/
.ws-page-no-title .entry-content {
    margin: 1.5em 0;
   	padding-left: 2em;
    padding-right: 2em;
}
.ws-page-no-title .wpcf7-form input[type="text"],
.ws-page-no-title .wpcf7-form input[type="tel"] {
	border-radius:0;
	-webkit-border-top-left-radius: 0.438rem;
	-webkit-border-bottom-left-radius: 0.438rem;
	-moz-border-radius-topleft: 0.438rem;
	-moz-border-radius-bottomleft: 0.438rem;
	border-top-left-radius: 0.438rem;
	border-bottom-left-radius: 0.438rem;
}
.ws-page-no-title .wpcf7-form input[type="submit"] {
	border-radius:0;
	-webkit-border-top-right-radius: 0.438rem;
	-webkit-border-bottom-right-radius: 0.438rem;
	-moz-border-radius-topright: 0.438rem;
	-moz-border-radius-bottomright: 0.438rem;
	border-top-right-radius: 0.438rem;
	border-bottom-right-radius: 0.438rem;
	margin-left: -5px;
}
.ws-page-no-title div.wpcf7-response-output {
	margin-top:1rem;
}
.ws-page-no-title span.wpcf7-not-valid-tip {
	display: inline-block;
/*	display: none; */
}
/*--------------------------------------------------------------
# Page template actuele brandstofprijzen
--------------------------------------------------------------*/
.page-template-page-actuele-brandstofprijzen hr {
	width:90%;
	margin:0 auto;
}
.page-template-page-actuele-brandstofprijzen .entry-content {
	margin-top:3.5em;
}
.station-price,
.calendar-price {
	background:#fff;
	border: 1px solid #134485;
	padding:0 0 0 1.25em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 20px;
}
.ws-abp-adress,
.ws-abp-opening-hours,
.ws-abp-formlabel,
.station-profit  {
	font-size:1.5em;
	line-height: 1.25em;
	color:#134485;
	margin-top:2.375rem;
	padding: 0 20px;
}
.ws-abp-formlabel {
	padding: 0 0 0.333em 2.25em;
	margin-top: 0;
}
select#ws-ab-stations {
	background: #e10613;
	border-color: #e10613;
	max-width: 100%;
	font-size:1.5em;
	color:#fff;
	line-height: 1.25em;
	padding: 0.938rem 4.688rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ws-abp-content {
	padding-left: 2em;
	padding-right: 2em;
}
.ws-abp-content ul {
	margin: 0;
	padding: 0;
	padding-inline-start: 10px;
}
.station-price-content,
.calendar-price-content {
	position:relative;
}
.station-price-content:before,
.calendar-price-content:before {
	content : "";
  	position: absolute;
  	left    : 0;
  	bottom  : 0;
  	height  : 1px;
  	width   : 95%;
	border-bottom:1px solid #ced1d2;
}
.station-price-content:last-child:before,
.calendar-price-content:last-child:before {
	border:none;
}

.station-price-content .fuel-text,
.calendar-price-content .fuel-text {
	background: #fff;
	float: left;
	padding:2.0rem 0;
	width: 70%;
	font-size: 1.5em;
	font-weight:500;
	color:#134485;
	text-transform:uppercase;
}
.station-price-content .fuel-text:before,
.calendar-price-content .fuel-text:before {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 1.275em;
    color: #47b335;
    padding-right: 1.375rem;
    display: inline-block;
}
.station-price-content .price,
.calendar-price-content .price {
	background:#134485;
    display: inline-block;
    width: 30%;
	font-size: 1.5em;
	color:#fff;
	font-weight: 700;
	text-align:center;
	padding:1.25em 0;
}
.station-profit {
	text-transform:uppercase;
	text-align: center;
}
.profit-procent {
	display:inline-block;
	background: #6cab39;
	font-size:1.25em;
	color:#fff;
	font-weight:700;
	padding:1rem 2.25rem;
	margin-left:1.625rem;
	margin-right:1.625rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.station-price-footer {
	color:#134485;
	margin:2.375rem 20px 0 20px;
}
.station-price-footer hr {
	margin-bottom: 2.375rem;
}

#wpsl-radius .wpsl-dropdown li:before,  
#wpsl-results .wpsl-dropdown li:before {
	content: "";
}

/*--------------------------------------------------------------
# Page template overzicht brandstofprijzen
--------------------------------------------------------------*/
.page-template-page-overzicht-brandstofprijzen .entry-content {
	color:#134485;
} 
.calendar-top {
	position:relative;
	padding-left: .533em;
	padding-right: .533em;
}
.calendar-top .calendar-date {
	text-align: center;
	display: inline-block;
	background: #134485;
	
	padding: 1rem;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.calendar-top .calendar-date-2 {
	color: #ced1d2;
	display: block;
}
.calendar-top .calendar-date input {
	width: 125px;
	border:none;
	font-size:1.25em;
	line-height:1em;
	color:#fff;
	background:transparent;
}
.calendar-top .calendar-date button {
	position:absolute;
	/*right:5rem;*/
	font-size:1.25em;
	line-height:1em;
	color:#e10613;
	font-weight: 700;
	background:transparent;
	border:none;
}
.calendar-top .calendar-date button:before {
	font-family: "FontAwesome";
	content: "\f073";
	background:#e10613;
	display:block;
	color:#fff;
	padding:10px 10px;
	margin-right:0.875rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #e10613 solid 2px;


}

/*.calendar-top .calendar-date-picker {
	position:relative;
	float:right;
	display: inline-block;
	font-size:1.25em;
	line-height:1em;
	color:#134485;
	font-weight: 700;
	padding: 1rem;
}*/
/*.calendar-top .calendar-date-picker input {
	border:none;
	font-size:1.25em;
	line-height:1em;
	color:#134485;
	font-weight: 700;
	width: 16rem;
	padding:0.313rem 0 0.313rem 5rem;
	background:transparent;
}*/
.calendar-top .calendar-date-picker .fa {
	/*position:absolute;*/
	background:#134485;
	color:#fff;
	padding:1rem;
	margin-right:0.875rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*z-index: 1;*/
}
.calendar-price {
	clear:both;
}

.calendar-price-content .price {
	line-height: 22px;
	/*padding: 1em;*/
}
.calendar-price-content .price-ex-btw {
	font-size: 0.6em;
	font-weight: 300;
}
/*--------------------------------------------------------------
# Store Locator - page
--------------------------------------------------------------*/
#wpsl-stores ul li:before {
	content: "";
}
#wpsl-stores .wpsl-store-thumb {
	float: left;
	margin: 5px 10px 0 0;
}
#wpsl-stores .wpsl-distance {
	float:right;
	font-size: 1.1rem;
	padding-right:1rem;
}
#wpsl-stores a.wpsl-directions,
#wpsl-stores a.wpsl-show-prices {
	display: inline-block;
    border-radius: 0.438rem;
    background: #25356e;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    padding: .6em 1em;
    margin-bottom: 1rem;
}
#wpsl-stores a.wpsl-show-prices {
	background: #e10613;
}
#wpsl-stores hr {
    margin-bottom: 0.5em;
    margin-top: 0.5em;	
}

/*--------------------------------------------------------------
# Category
--------------------------------------------------------------*/
.archive .page-header {
	margin: 3.5em 0 0;
    text-align: center;
}
.archive .page-header h1 {
	font-size: 2em;
	text-transform: uppercase;
	color:#25356e;
}
.archive .site-main .hentry {
	padding-top: 1.5em;
    border-bottom: 1px solid #eee;
}
.archive .entry-header {
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
}
.archive .entry-header .entry-meta,
.single .entry-meta {
	padding: 1.5em 0 0 0;
}
.archive .entry-header h2 {
	line-height: 1em;	
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
	background: #25356e;
	padding: 1.5em 0;
}
#colophon p,
#colophon a {
	color:#fff;
	font-weight: 300;
}
.widget-area-footer {
    display: flex;
    justify-content: center;
}
.widget-area-footer h4 {
	color:#fff;
	text-transform:uppercase;
	margin-bottom:0;
	line-height: 1.5em;
}
.widget-area-footer ul {
	margin:0;
	padding: 0;
}
.widget-area-footer ul li {
	list-style:none;
}

/*--------------------------------------------------------------
# Contact form 7
--------------------------------------------------------------*/
.wpcf7-form label {
	font-size: 1.25em;
	line-height:1;
	font-weight:300;
	text-transform:none;
	margin: 0 1rem 0 0;
}
.wpcf7-form input,
.wpcf7-form textarea  {
	font-size: 1em;
	line-height: 1.5em;
	font-weight:300;
	padding:0.5rem 1rem;
    border-radius: 0.438rem;
    border: 1px solid #404040;
}

.wit-bg .wpcf7-form input  {
	border: 1px solid #404040;
}
.rood-bg .wpcf7-form input {
	color: #e10613;
	border: 1px solid #fff;
}
.donkerblauw-bg .wpcf7-form input {
	 color: #25356e;
	 border: 1px solid #fff;
}
.blauw-bg .wpcf7-form input {
	 color: #0863ac;
	 border: 1px solid #fff;
}
.rood-bg ::-webkit-input-placeholder { /* Chrome */
  color: #e10613;
  transition: opacity 250ms ease-in-out;
}
.donkerblauw-bg ::-webkit-input-placeholder { /* Chrome */
  color: #25356e;
  transition: opacity 250ms ease-in-out;
}
.blauw-bg ::-webkit-input-placeholder { /* Chrome */
  color: #0863ac;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

.rood-bg :-ms-input-placeholder { /* IE 10+ */
  color: #e10613;
  transition: opacity 250ms ease-in-out;
}
.donkerblauw-bg :-ms-input-placeholder { /* IE 10+ */
  color: #25356e;
  transition: opacity 250ms ease-in-out;
}
.blauw-bg ::-ms-input-placeholder { /* Chrome */
  color: #0863ac;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}

.rood-bg ::-moz-placeholder { /* Firefox 19+ */
  color: #e10613;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.donkerblauw-bg ::-moz-placeholder { /* Firefox 19+ */
  color: #25356e;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.blauw-bg ::-moz-placeholder { /* Chrome */
  color: #0863ac;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}

.rood-bg :-moz-placeholder { /* Firefox 4 - 18 */
  color: #e10613;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.donkerblauw-bg :-moz-placeholder { /* Firefox 4 - 18 */
  color: #25356e;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.blauw-bg :-moz-placeholder { /* Chrome */
  color: #0863ac;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}
.rood-bg span.wpcf7-not-valid-tip,
.donkerblauw-bg span.wpcf7-not-valid-tip,
.blauw-bg span.wpcf7-not-valid-tip {
	color:#fff;
}
.wpcf7-form  input[type="submit"] {
	border:1px solid #47b335;
	color:#fff;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* Extra small (col-sm tablets, 768px and up) */
@media only screen and (min-width: 48em) {
	/* sticky header */
	.sticky .site-header {
		position: fixed;
		height: 6.715rem;
	}
	.sticky .site-header .site-branding {
	    position: relative;
	    background: #fff;
		padding-top:0;
		padding-bottom: 0;
		-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.25);
		-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.25);
		box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.25);
		z-index: 9999;
	}
	.sticky .site-header .site-branding .sticky-logo {
		display: block;
		padding-top:1.3em;
	}
	.sticky .site-header .site-branding .logo {
		display:none;
	}
	.site-branding .sticky-logo {
		display:none;
	}
	.sticky .ws-header-top-right {
		padding-top:1.533em;
	   	padding-bottom:1em;
	}
	/* sticky menu */
	.sticky .ws-main-menu-toggle .navbar-toggle {
		display: block;
		height: 6.715rem;
	}
	.sticky .navbar-default {
	    top: -8.715rem;
	    -webkit-transition: top 0.25s;
	  	-moz-transition: top 0.25s;
	  	-ms-transition: top 0.25s;
	  	-o-transition: top 0.25s;
	  	transition: top 0.25s;
	    z-index: 999;
	}
	.sticky .navbar-default.sticky-show {
		top: 0;
	}
	#wpsl-gmap {
	 	width: 60%;
	}
	#wpsl-result-list {
		width:40%;
	}
	/* brandstof overzicht */
	.ws-obp-calendar {
		margin-bottom:2em;
	}
	.page-template-page-overzicht-brandstofprijzen .entry-content, .entry-summary {
	    margin: 2.875em 0 0;
	}
	.calendar-top .calendar-date button {
		right:3rem;
	}
	.ui-datepicker {
		margin-left: 14.5em;
	}
	
}

/* Large devices (col-lg large desktops, 1200px and up) */
@media only screen and (min-width: 75.063em) {
	/* header */
	.site-header {
/* 		height:11em; */
	}
	/* content */
	.home .content-area {
		margin-top: -6rem/*0.35rem*/;    
	}
	/* brandstof overzicht */
	.calendar-top {
	    padding-left: 1.5em;
	    padding-right: 1.5em;
	}
	.calendar-top .calendar-date button {
		right:5rem;
		bottom: 1.25em;
	}
	.ui-datepicker {
		margin-left: 18em;
	}
}

/* Medium devices (col-md - col-lg desktops, 992px and up) */
@media only screen and (min-width: 62.063em) and (max-width: 75em) {
	/* header */
	.site-header {
/* 		height:11em; */
	}
	/* menu */
	#menu-hoofdmenu > li > a {
		font-size: 1.125em;
	}
	/* content */
	.home .content-area {
		margin-top: -6rem;    
	}
	
}

/* Small devices (col-sm - col-md tablets, 768px and up) */
@media only screen and (min-width: 48.063em) and (max-width: 62em) {
	.site-header {
/* 		height:22.2em; */
	}
	#site-header-media {
/* 		top: 27.5rem; */
	}
	/* content */
	.home .content-area {
/* 		margin-top: 11.95rem;     */
		margin-top: -4rem;   
	}

}
/* Extra small (col-sm tablets, max 768px) */
@media only screen and (max-width: 48em) {
	.site-header {
/* 		height:9em; */
	}
	.ws-header-top-right {
    	padding-top: 1em;
    	padding-bottom: 0;
 	}
   	.site-branding img.logo {
   		display:none;
   	}
   	.header-top-widget {
		display:none;
	}
	.ws-socialmedia.header-top, .ws-header-top-info, .header-top-widget {
		float:left;
	}
	.ws-header-top-info .phone-top, .ws-header-top-info .email-top,
	.ws-socialmedia.header-top {
		border-right:none;
		padding: 0.938rem .875rem;
	}
	.ws-socialmedia.header-top {
		padding-top: 1px;
	}
	
   	.home #site-header-media {
/*    	    top: 18rem; */
   	}
   	.ws-main-menu-toggle {
	    padding: 0;
	}
   	.home .content-area {
	    margin-top: -3rem;
	}
	.ws-block-item-content {
	    min-height: 20rem;	
	}
	.parent-sub-page a.anchor {
		top: 0;
	}
	/* menu */
	.navbar-default .navbar-brand {
		color:#fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color:#fff;
	}
	.navbar-nav>li>.dropdown-menu> li a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, 
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color:#d2d2d2;
		font-size:1em;
	}
	#menu-hoofdmenu > li > a:before {
		border-left:none;
	}

	#menu-hoofdmenu > li > a {
		font-size: 1em;
	}
	#menu-hoofdmenu > li > a> span {
		padding-left: 0.533rem;
    	padding-right: 0.533rem;	
	}
	#menu-hoofdmenu > li > a:before {
		padding-right: 0.3em;
	}
	#menu-hoofdmenu > li > a:after {
		padding-left:0.3em;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{
		background-color:#134485;
	}
	.sticky .navbar {
		position:fixed;
		width:100%;
	}
	/* typografie */
	h2,
	.ws-pst-header h2 {
    font-size: 1.6em;
	}
	h3 {
		font-size:1.2em;
	}
	h4 {
		font-size:1.4em;
	}
	.ws-block-item-content h2 {
		font-size:1.2em;
	}
	p {
		font-size:1em;
	}
	.ws-pst-content p, 
	.ws-pst-content ul li {
		font-size:1em;
	}
	/* pages */
	.ws-page-subtitle-text .ws-pst-header {
		padding-top: 1em;
    	padding-bottom: 1em;
	}
	select#ws-ab-stations {
		padding: 0.938rem 1.688rem;
		width: 100%;
	}
	.ws-abp-formlabel {
		padding: 0 0 0.333em 1em
	}
	#wpsl-stores .wpsl-store-location img.wpsl-store-thumb {
	    height: 109px !important;
	    width: 160px !important;
	}
	.station-price-content .fuel-text {
		width:70%;
	}
	.station-price-content .price {
		width:30%;
	}
	.ws-page-subtitle-text,
	.ws-pst-content {
		padding-left: 0;
    	padding-right: 0;
    	padding-top: 0;
	}
	.ws-pst-content img {
		margin-bottom:1em;
	}
	.ws-pst-header {
		padding-right: 15px;
    	padding-left: 15px;
    	margin-top: 0;
	}
	.ws-block-item img {
		border-left:none;
		border-right:none;
	}
	.ws-page-three-columns-text {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.ws-page-no-title .entry-content {
		margin:0;
	}
	/* forms */
	.wpcf7-form input, 
	.wpcf7-form textarea {
		width:100%;
	}
	.ws-page-no-title .wpcf7-form input[type="text"],
	.ws-page-no-title .wpcf7-form input[type="tel"],
	.ws-page-no-title .wpcf7-form input[type="submit"] {
		-webkit-border-radius: 0.438rem;
		-moz-border-radius: 0.438rem;
		border-radius: 0.438rem;
		margin: 0.313em 0 0 0;
	}
	.station-price-content .price, 
	.calendar-price-content .price {
		font-size: 1em;
	}
	.station-price-content .fuel-text, 
	.calendar-price-content .fuel-text {
		font-size: 1em;
		padding: 1.5rem 0;
	}
	.calendar-top .calendar-date button {
		right:0rem;
		bottom: 1.25em;
	}

}

