/*
Theme Name: Intracoat B.V.
Theme URI: http://intracoat.nl
Author: Johan van der Wijk
Author URI: http://vanderwijk.nl/
Description: WordPress theme for Intracoat B.V.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, translation-ready
Text Domain: intracoat 
*/

/* Reset
----------------------------------------------------------------------------------------------------*/
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'Fira Sans', sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: 400;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background: #040506;
	color: #040506;
	font-size: .875em; /* 14px */
	font-size: 1em; /* 16px */
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
a {
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
strong {
	font-weight: 600;
}
small {
	font-size: 10px;
}
/* Image alignment
----------------------------------------------------------------------------------------------------*/
img.alignright {
	float: right;
	margin: 0 1em 1em 1em
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a img.alignright {
	float: right;
	margin: 0 0 1em 1em
}
a img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
/* Grid
----------------------------------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.row:after {
	clear: both;
}
.row {
	margin: 0 auto;
	max-width: 1020px;
	width: 100%;
	*zoom: 1;
}
.col {
	float: left;
	width: 100%; /* 1020px */
}
.col.half {
	width: 50%; /* 510px */
}
.col.one-third {
	width: 33.333333333333333%; /* 340px */
}
.block {
	float: left;
	overflow: hidden;
	position: relative;
	margin: .9803921568627451%; /* 10px */
	width: 98.03921568627451%; /* 1000px */
}
.one-third .block {
	margin: 3.125%; /* 10px */
	width: 94.11764705882353%; /* 320px */
}
/* Top
----------------------------------------------------------------------------------------------------*/
.top {
	background-color: #837b7c;
	position: fixed;
	width: 100%;
	z-index: 100;
}
.top .fill {
	background-color: #837b7c;
}
.site-title {
	color: #837b7c;
	float: left;
	font-size: 2.286em; /* 32px */
	font-weight: 600;
	
	background-image: url( './img/intracoat-logo.svg' );
	background-repeat: no-repeat;

	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;

	background-size: 140px 90px;
	height: 90px;
	width: 140px;

	margin: 30px 30px -45px 60px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

	-webkit-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.5);
box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.5);

-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.5);

-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
}
.scrolldown .site-title {
	background-size: 92px 60px;
	height: 60px;
	width: 92px;
	margin-top: 18px;
	margin-bottom: -30px;
}
.header .navigation {
	float: left;
	margin-right: 2%; /* 20px */
	margin-top: 35px;
	transition: all 0.3s;
}
.scrolldown .navigation {
	margin-top: 10px;
}
.header .navigation li {
	display: inline-block;
	margin-right: 10px;
}
.navigation li a {
	color: #fff;
	font-size: 1.1428571428571428em; /* 16px */
	font-size: 1em; /* 16px */
	font-size: .875em; /* 14px */
	font-weight: 400;
	display: block;
	opacity: 1;
	padding: .5em .3125em; /* 8px 5px */
	text-decoration: none;
}
.navigation li a:hover {
	opacity: .5;
}
.navigation li.current-page-ancestor a,
.navigation li.current-page-parent a,
.navigation li.current_page_item a,
.navigation li.current-menu-item a {
	border-bottom: 2px solid #fff;
}
.header .block {
	margin-top: 0;
	margin-bottom: 0;
}
.header .block .navigation {
	line-height: 40px;
}
.header .block .nav-menu a {
	line-height: 1em;
}
.menu-toggle {
	display: none;
}
/* Top search
----------------------------------------------------------------------------------------------------*/
.top .searchform {
	background-color: #fff;
	float: right;
	margin: 35px 10px 0 0;
	opacity: .75;
	transition: all 0.3s;
}
.scrolldown .top .searchform {
	margin-top: 10px;
}
.top .searchform input[type=text]:focus {
	background: #fff;
}
input,
select {
	font-family: 'Fira Sans', sans-serif;
}
.top .searchform input {
	background-color: #fff;
	border: none;
	color: #837b7c;
	font-size: 1.1428571428571428em; /* 16px */
	font-size: 1em;
	font-size: .875em;
	padding: .313em 0 .375em 0; /* 5px 0 6px 0 */
	vertical-align: middle;

	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.top .searchform input[type=text] {
	font-family: 'Fira Sans', sans-serif;
	padding-left: .5em; /* 8px */
	width: 8.75em; /* 140px */
}
.top .searchform input[type=text]:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color: #252525;
}
.top .searchform input[type=text]:focus {
	color: #837b7c;
}
.top .searchform input[type=submit] {
	font-family: "FontAwesome";
	padding-right: .5em; /* 8px */
}
.top .searchform:hover {
	opacity: 1;
}
/* Content
----------------------------------------------------------------------------------------------------*/
.main {
	padding-top: 120px;
	background-color: #fff;
}
.page-title,
.entry-title {
	/*color: #837b7c;*/
	font-size: 2em; /* 28px */
	font-weight: 600;
	margin-bottom: .5em; /* 14px */
	text-transform: uppercase;
}
.hentry p,
.page-content p,
.entry-content p,
.page-content ul,
.entry-content ul,
.entry-content h3,
.term-description p {
	line-height: 1.538; /* 20px */
	margin-bottom: .769em; /* 10px */
}
.entry-content ul {
	list-style: square;
	padding-left: 1.5em;
}
.page-content a,
.entry-content a,
.term-description a {
	color: #837b7c;
	border-bottom: 1px solid #837b7c;
	text-decoration: none;
}
.page-content a:hover,
.entry-content a:hover,
.term-description a:hover {
	border-bottom: 1px dotted #837b7c;
}
.content {
	margin: 20px auto 0 auto;
}
.tax-product_group .content,
.post-type-archive-product .content {
	margin: 0 auto 0 auto;
}
.content .block {
	background: #fff;
	transition: .5s;
}
.home .content .block,
.search-no-results .content .block,
.single-store .content .block,
.tax-application .term-description .block,
.post-type-archive-store .content .block,
.error404 .content .block,
.page-template-default .content .block,
.page-template-page-calculator .block {
	padding: 1.96078431372549%; /* 20px */
}
.one-third .block img {
	height: auto;
	max-width: 100%;
	width: 100%;
}
.home .content img {
	height: auto;
	max-width: 100%;
}
.block .thumbnail {
	line-height: 0;
}
.entry-meta {
	display: none;
}
.post-type-archive-store .form input[type=submit],
.content input[type=submit] {
	background-color: #837b7c;
	border: 2px solid #837b7c;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: .250em 1em;
	font-size: .875em; /* 14px */
}
.content .gform_wrapper .gform_footer input.button, 
.content .gform_wrapper .gform_footer input[type="submit"], 
.content .gform_wrapper .gform_page_footer input.button, 
.content .gform_wrapper .gform_page_footer input[type="submit"] {
	font-size: .875em; /* 14px */ 
}
/* Archive
----------------------------------------------------------------------------------------------------*/
.archive .page-title {
	margin-top: .5em; /* 14px */
}
.thumbnail {
	background: #DDCCBB;
}
.summary .entry-title {
	background: #837b7c;
	color: #fff;
	font-size: 1em; /* 16px */
	margin: 0;
	padding: .625em; /* 10px */
	text-align: center;
}
.caption h3 {
	background: #837b7c;
	color: #fff;
	left: 0;
	opacity: 0;
	padding: 3.125%;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	transition: all 1s ease 0s;
	width: 100%;
}
.home #custom_post_widget-4 .entry-title,
.product_group-siergrind .summary .entry-title,
.product_group-siergrind .caption h3,
.filters .current-cat.cat-item-27 a {
	background-color: #8e7294;
	border-color: #8e7294;
}
.home #custom_post_widget-3 .entry-title,
.product_group-grind .summary .entry-title,
.product_group-grind .caption h3,
.filters .current-cat.cat-item-13 a {
	background-color: #618071;
	border-color: #618071;
}
.home #custom_post_widget-4 .entry-title,
.product_group-kalk .summary .entry-title,
.product_group-kalk .caption h3,
.filters .current-cat.cat-item-24 a {
	background-color: #69a7bf;
	border-color: #69a7bf;
}
.home #custom_post_widget-8 .entry-title,
.product_group-zand .summary .entry-title,
.product_group-zand .caption h3,
.filters .current-cat.cat-item-25 a {
	background-color: #da8f5c;
	border-color: #da8f5c;
}
.block:hover .caption h3 {
	opacity: .8;
}
/* Single Product
----------------------------------------------------------------------------------------------------*/
.single-product .thumbnail {
	float: left;
	width: 30%;
}
.single-product figure {
	margin: 0;
}
.single-product .thumbnail img {
	height: auto;
	max-width: 100%;
}
.single-product .entry-content {
	float: left;
	margin: 2%;
	width: 52%;
}
.single-product table {
	background: #ddccbb;
	font-size: .929em; /* 13px */
	padding: .769em 0 0 .769em; /* 10px */
	margin-bottom: .769em; /* 10px */
	width: 100%;
}
.single-product th {
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
}
.single-product th,
.single-product td {
	color: #554433;
	padding: 0 .769em .769em 0; /* 10px */
}
.single-product .application {
	background: #837b7c;
	float: left;
	width: 14%;
	padding: 1%;
}
.single-product .application h3 {
	color: #fff;
	font-size: .929em; /* 13px */
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: .385em; /* 5px */
}
.single-product .application a {
	color: #fff;
	font-size: .929em; /* 13px */
	line-height: 1.538em; /* 20px */
}
.single-product .application a:hover {
	text-decoration: underline;
}
.single-product .documentation {
	margin: 10px 0;
}
/* Home
----------------------------------------------------------------------------------------------------*/
.home .entry-title {
	color: #fff;
	background: #837b7c;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.home .widget_tag_cloud h2 {
	color: #837b7c;
	font-size: .929em; /* 13px */
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: .385em; /* 5px */
}
.tagcloud a {
	color: #837b7c;
}
#custom_post_widget-2,
#custom_post_widget-3,
#custom_post_widget-4 {
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
/* Filters
----------------------------------------------------------------------------------------------------*/
.filters h3,
.filters a {
	font-size: .875em; /* 14px */
	font-weight: 600;
}
.post-type-archive-product .title .block,
.tax-product_group .title .block {
	margin-bottom: 0;
}
.post-type-archive-product .filters .block,
.tax-product_group .filters .block {
	margin-top: 0;
}
.filters h3 {
	display: inline-block;
	margin: .5em 1em .5em 0; /* 7px 14px 7px 0 */
	padding: .5em 0; /* 7px 0 */
}
.filters ul {
	display: inline-block;
}
.filters li {
	display: inline-block;
	margin: .5em 1em .5em 0; /* 7px 14px 7px 0 */
}
.filters a,
.pagination a {
	background: #fff;
	border: 2px solid #837b7c;
	border-radius: 3px;
	color: #837b7c;
	display: block;
	padding: .429em 1em; /* 6px 14px */
	text-transform: uppercase;
}
.filters a:active,
.pagination a:active {
	box-shadow: none;
	position: relative;
	top: 1px;
}
.filters .current-cat a,
.pagination .current {
	background: #837b7c;
	border: 2px solid #837b7c;
	color: #fff;
}
/* Pagination
----------------------------------------------------------------------------------------------------*/
.pagination {
	text-align: center;
}
.pagination a,
.pagination span {
	color: #837b7c;
	display: inline-block;
	font-size: .875em;
	font-weight: 600;
	margin: .5em 1em .5em 0; /* 7px 14px 7px 0 */
	padding: .429em .786em; /* 6px 11px */
}
.pagination .current {
	border-radius: 3px;
	padding: .429em .786em; /* 7px 11px */
}
.next.page-numbers,
.prev.page-numbers {
	background: none;
	border: none;
	box-shadow: none;
}
.pagination .screen-reader-text {
	display: none;
}
/* Page navigation
----------------------------------------------------------------------------------------------------*/
.post-navigation a {
	display: block;
	height: 70px;
	overflow: hidden;
	position: fixed;
	text-decoration: none;
	text-indent: 100%;
	top: 240px;
	white-space: nowrap;
	width: 70px;
	z-index: 20;
}
.post-navigation a[rel="next"] {
	background: url( 'img/icon-pijl-rechts.svg' ) no-repeat;
	right: 30px;
}
.post-navigation a[rel="prev"] {
	background: url( 'img/icon-pijl-links.svg' ) no-repeat;
	left: 30px;
}
/* Breadcrumbs
----------------------------------------------------------------------------------------------------*/
.breadcrumbs p {
	display: inline-block;
	font-size: .875em; /* 14px */
	line-height: 1.250em /* 20px */
}
.breadcrumbs a {
	color: #837b7c;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
#scroll-up {
	cursor: pointer;
	float: right;
}
/* Footer
----------------------------------------------------------------------------------------------------*/
.bottom {
	background-color: #837b7c;
}
.footer .widget {
	border-right: 1px solid #fff;
	float: left;
	margin: .714em 2% 0 0; /* 10px 20px */
	min-height: 7.500em; /* 120px */
	width: 23%;
	padding: 0 2% 0 0; /* 20px */
}
.footer .widget:last-child {
	border: none;
}
.footer a,
.footer p,
.footer h2,
.copyright {
	color: #fff;
	font-size: .813em; /* 13px */
	line-height: 1.384em; /* 18px */
	font-weight: 300;
}
.footer h2 {
	font-weight: 400;
}
.copyright {
	color: #fff;
	font-size: .750em; /* 13px */
	font-weight: 600;
	text-transform: uppercase;
}
.footer h2,
.footer p {
	margin-bottom: .38461538461538464em; /* 5px */
}
.footer h2 {
	text-transform: uppercase;
}
#custom_post_widget-6 a {
	display: block;
	text-align: right;
	text-decoration: underline;
}
.icon {
	position: relative;
}
.icon:before {
	font-family: "FontAwesome";
	font-size: 1.153846153846154em; /* 15px */
	width: 1.3333333333333333em; /* 20px */
	vertical-align: middle;
	margin-right: 0.3333333333333333em; /* 5px */
	display: inline-block;
}
.twitter:before {
	color: #55acee;
	content: "\f099";
}
.facebook:before {
	color: #3b5998;
	content: "\f230";
}
.google-plus:before {
	color: #dd4b39;
	content: "\f0d5";
	font-size: 1.076923076923077em; /* 14px */
}
.email:before {
	content: "\f0e0";
	font-size: 1em; /* 13px */
}
.mobile:before {
	content: "\f10b";
	font-size: 1.2307692307692308em;
}
.phone:before {
	content: "\f095";
}
.menu-toggle:after {
	content: "\f0c9";
}
#custom_html-2 .custom-html-widget {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;

}
#custom_post_widget-5 img,
#custom_html-2 img {
	height: 0%;
	margin-bottom: .5em;
	width: 30%;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
}
/* Store locator
----------------------------------------------------------------------------------------------------*/
.post-type-archive-store .form {
	margin-bottom: .714em;
}
.post-type-archive-store .form input,
.post-type-archive-store .form select {
	font-size: 1em;
	margin: .714em 0; /* 10px */
}
.post-type-archive-store .form select {
	padding: 2px;
}
.post-type-archive-store .map {
	float: left;
	height: 500px;
	width: 50%;
	margin-bottom: 10px;
}
.post-type-archive-store .results {
	float: left;
	line-height: 1.429em; /* 20px */
	margin-left: 1%;
	overflow: auto;
	width: 49%;
}
/* Rekenhulp
----------------------------------------------------------------------------------------------------*/
.calculator {
	background-color: #837b7c;
	background-color: rgba(131, 123, 124, 0.1);
	border: 1px dashed #837b7c;
	font-size: 18px;
	padding: 20px;
	margin-bottom: 20px;
}
.calculator label,
.calculator input {
	display: block;
}
.calculator label,
.radiobuttons p {
	margin-bottom: 8px;
}
.calculator input {
	margin-bottom: 16px;
	width: 25%;
	padding: 5px;
	font-size: 18px;
}
.radiobuttons label,
.radiobuttons input {
	display: inline-block;
	width: auto;
}
.calculator span.result {
	color: #dd4b39;
	font-weight: 600;
}
/* Contact
----------------------------------------------------------------------------------------------------*/
.gform_confirmation_message {
	background: #ddeecc;
	border: 1px solid #837b7c;
	color: #837b7c;
	margin: .714em 0; /* 10px */
	padding: .714em; /* 10px */
}
.page-id-52 .page-content {
	float: left;
	width: 75%;
}
#custom_post_widget-1264 {
	float: right;
	width: 20%;
	padding: 10px;
	background-color: #837b7c;
	line-height: 1.5em;
	color: #fff;
}
#custom_post_widget-1264 p,
#custom_post_widget-1264 h3 {
	margin-bottom: 1em;
	font-weight: 300;
}
#custom_post_widget-1264 h3 {
	font-weight: 600;
	text-transform: uppercase;
}
#custom_post_widget-1264 a {
	color: #fff;
}

.facebook-footer {
	text-align: right;
}

.facebook-footer a {
	background-image: url( '/wp-content/themes/intracoat-theme/img/facebook.svg' );
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #fff;
	background-size: 14px 14px;
	color: #fff;
    font-size: .750em;
    font-weight: 600;
    text-transform: uppercase;
}