/*
Theme Name: Bouwmans
Theme URI: http://www.bouwmansvuurtotaal.com/
Description: Template voor Bouwmans
Version: 1.0
Author: Roel Beekmans
Author URI: http://www.goedemorgenreclame.nl/
*/

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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
	font-size: 62.5%;
}

body {
    margin : 0 auto;
	padding : 0;
	font-family: fira_sansregular,Calibri,"Myriad Pro","Gill Sans","Gill Sans MT",sans-serif;	
	color : #282828; 
	font-size: 1.4em;
	letter-spacing: 0.3px;
    line-height: 160%;
	width:100%;
	height:100%;
	background:#e7e8e9;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
	position: relative;
}

nav ul {
    list-style: none;
}

.wrapper {
    margin: 0 auto;
	padding:0 2%;
    max-width: 1160px;
    width: 96%;
}

.clear {
    clear:both;
}

iframe {
    width: 100%;
}

.video iframe {
    width: 100%;
	margin: 1em 0 0;
}

.map {
    height: 300px;
    width: 90%;
}

/* HEADER ============================================================================= */

#header {
    background: rgba(121, 3, 5, 0.8) top right no-repeat;
	float:left;
	width:100%;
	position:absolute;
	z-index:100;
}

.logo {
	position:absolute;
	margin: -10px 0 0 -100px;
	z-index: 999;
}

#headerSlider {
	position:relative;
	z-index:10;
}

.cycloneslider-template-dark {
    margin-bottom: 0;
}

/* CONTENT MAIN ============================================================================= */

#content {
	float: left;
	margin:-54px 0 0 0;
    width: 100%;
	padding: 0 0 2em;
	z-index:20;
}

#contentKol .col{
	margin-top:0;
}

.post-list .entry{
	margin:0 0 1em 0;
}

.metadata {
	margin:0 0 0.5em 0;
	font-style:italic;
}

/* CONTENT HOME ============================================================================= */

#contentProducten .col{
	margin-top:0;
}

.contentProductenTitel,
#contentProducten a .contentProductenTitel{
	background:rgba(121, 3, 5, 0.8);
	color: #fff;
	padding:5px 15px;
	line-height:50px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#contentProducten a:hover .contentProductenTitel {
	background:rgba(245, 127, 38, 0.8);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tekstpadding{
	background:#fff;
	padding:10px 15px;
}

/*.merken {
	float: left;
}*/

#contentProducten a:link, #contentProducten a:visited{
	color:#282828;
	text-decoration: none;
}

#contentProducten a:hover, #contentProducten a:active{
	color:#282828;
	text-decoration: none;
}


#contentInfo img {
	display: block;
}

/* FOOTER ============================================================================= */

#footer {
    background: #fff;
    width: 100%;
	padding:2em 0 1em;
	border-top:#811d1a 2px solid;
}

#footer ul.menu {
    margin:0 0 1em 0;
	padding:0;
	list-style-type: none;
}

#footer ul.menu li{
    margin:0;
	padding:0;
}

#footer ul.menu  a:link, #footer ul.menu  a:visited{
	color:#282828;
	text-decoration: none;
}

#footer ul.menu  a:hover, #footer ul.menu  a:active{
	color:#f68836;
	text-decoration: none;
}

#footerBot {
    background: #811d1a;
	color:#fff;
    width: 100%;
	padding:0.5em 0;
}

#footerBot a:link, #footerBot a:visited{
	color:#fff;
	text-decoration: none;
}

#footerBot a:hover, #footerBot a:active{
	color:#c2c2c2;
	text-decoration: none;
}


/* MENU ============================================================================= */

#mega-menu-wrap-menu-hoofd #mega-menu-menu-hoofd > li.mega-menu-item {
    display: inline-block;
    height: auto;
    margin: 0 0 0 15px;
}

/* TEXT ============================================================================= */

p {
    line-height: 1.5em;
    margin-bottom: 1em;
}

#content ul ,
#footer ul{
    margin:1em 0 1em 2em;
	padding:0;
}

#content ul.wp-block-gallery {
	margin:0 0 1em 0;
}

#content ul.wp-block-gallery li {
	padding:3px;
}

#content li,
#footer li {
    margin:0;
	padding:0 0 0 1em;
}

#content .gform_wrapper li {
	padding:0;
}

a:link, a:visited{
	color:#f68836;
	text-decoration: none;
}

a:hover, a:active{
	color:#e46201;
	text-decoration: none;
}

a.knop:link, a.knop:visited{
	color:#fff;
	padding:10px;
	text-decoration: none;
	text-align:center;
	background:#f68836;
	display:block;
	clear: both;
}

a.knop:hover, a.knop:active{
	color:#fff;
	text-decoration: none;
	background:#e46201;
}

h1 {
    color: #fff;
	font-family: 'fira_sansbold';
    font-size: 1.2em;
	margin:0;
	padding:0;
	line-height: 44px;
}

h2 {
    color: #fff;
	font-family: 'fira_sansbold';
    font-size: 1.2em;
    margin: 0;
	line-height: 44px;
}

h3 {
    color: #943638;
    font-family: 'fira_sansbold';
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 1em;
}

h4 {
    color: #943638;
    font-family: 'fira_sansmedium';
    font-size: 1.0em;
    font-weight: normal;
    margin: 0 0 1em;
}

.gallery {
    margin: 0 0 1.5em 0 !important;
}

hr {
    margin: 1em 0 3em;
}

.alignright {
	text-align:right;
}

.gallery dt {
    text-align: left;
}

/* FORMULIEREN ============================================================================= */

input[type="email"], input[type="text"], textarea {
    width:96%;
	padding:2%;
}

input[type="submit"] {
    background: #7d1e1f;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 1.0em;
    padding: 0.25em 0.5em;
}

#content .gform_wrapper .left_label .gfield_label {
    float: left;
    font-weight: normal;
    margin: 0 15px 0 0;
    width: 30%;
}

#content .gform_wrapper .right_label input.medium, 
#content .gform_wrapper .right_label select.medium, 
#content .gform_wrapper .left_label input.medium, 
#content .gform_wrapper .left_label select.medium {
    width: 65%;
}

#content .gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
    padding: 16px 0 0 !important;
}

/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.alignleft {
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
}

img.alignleft {
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
}

.wp-caption {
text-align: left;
margin: 10px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text,
.gallery-caption{
font-size: 1em;
line-height: 17px;
padding: 8px 8px 8px 0;
margin: 0;
	font-style:italic;
	text-align: left;
}

.gallery img {
    border: none !important;
}

/* FONTS ============================================================================= */

@font-face {
    font-family: 'fira_sansbold';
    src: url('fonts/firasans-bold.eot');
    src: url('fonts/firasans-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/firasans-bold.woff2') format('woff2'),
         url('fonts/firasans-bold.woff') format('woff'),
         url('fonts/firasans-bold.ttf') format('truetype'),
         url('fonts/firasans-bold.svg#fira_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sansmedium';
    src: url('fonts/firasans-medium.eot');
    src: url('fonts/firasans-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/firasans-medium.woff2') format('woff2'),
         url('fonts/firasans-medium.woff') format('woff'),
         url('fonts/firasans-medium.ttf') format('truetype'),
         url('fonts/firasans-medium.svg#fira_sansmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sansregular';
    src: url('fonts/firasans-regular.eot');
    src: url('fonts/firasans-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/firasans-regular.woff2') format('woff2'),
         url('fonts/firasans-regular.woff') format('woff'),
         url('fonts/firasans-regular.ttf') format('truetype'),
         url('fonts/firasans-regular.svg#fira_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}