/*
	Theme Name: Intrasol Zonwering
	Theme URI: http://intrasolzonwering.nl
	Description: Website for Intrasol Zonwering
	Version: 1.0
	Author: Buro Schakel
	Author URI: http://buroschakel.nl
	Tags: Wordpress, HTML5, CSS3, jQuery

	Essentials
	Buttons
		- Button Large
		- Button Medium
		- Button Mini
	Icons
		- Icon
		- Star
		- Discount
		- Dot
	Forms
		- Styling
		- Wpcf7
		- Standardisation
	Wordpress
	Misc
		- Base
		- Typography
		- Embedded
		- Selection
		- Clear
	Print
*/


/*------------------------------------*\
    01. ESSENTIALS
\*------------------------------------*/

section,
.frame,
.text,
.image,
.slick-slide,
section.grid .tile_1,
section.grid .tile_2 .thumbnail,
.gallery li {
	background-repeat: 						no-repeat !important;
	background-position: 					bottom !important;
	-webkit-background-size: 				cover !important;
	-moz-background-size: 					cover !important;
	-o-background-size: 					cover !important;
	background-size: 						cover !important;
}

.valign {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}


/*------------------------------------*\
    01. Buttons
\*------------------------------------*/

.button-large,
.button-icon,
.button-medium a,
.shortnav a {
	display: block;
	float: left;
}

.button-referentie {
	position: absolute;
	right: 30px;
	top: 160px;
}

/* Button Large */

.button-large {
	height: 56px;
	padding: 0 30px 0 8px;
	-webkit-border-radius: 		28px;
	-moz-border-radius: 		28px;
	border-radius: 				28px;
	background: #de6e00;
	color: #ffffff;
}
.button-large:hover {
	background: #283444;
	color: #ffffff;
}

.button-large .icon {
	margin: 8px 15px 0 0;
	background: #ffffff;
	color: #de6e00;
}
.button-large:hover .icon {
	background: #ffffff;
	color: #283444;
}

/* Button Medium */

.button-medium a {
	height: 40px;
	line-height: 38px;
	padding: 0 25px;
	-webkit-border-radius: 		20px;
	-moz-border-radius: 		20px;
	border-radius: 				20px;
	background: #de6e00;
	color: #ffffff;
}
.button-medium a:hover,
.button-medium.current-menu-item a {
	background: #283444;
	color: #ffffff;
}
.button-medium.current-menu-item a:hover {
	background: #de6e00;
}


/* Button Icon */

.button-icon {
	height: 35px;
	line-height: 35px;
	padding: 0 20px 0 0;
	-webkit-border-radius: 		20px;
	-moz-border-radius: 		20px;
	border-radius: 				20px;
	display: block;
	float: left;
	clear: both;
	margin: 0 0 30px 0;
	background: none;
	color: #283444;
	font-weight: 700;
}
.button-icon:hover {
	background: none;
	color: #de6e00;
}

.button-icon .icon-border {
    width: 35px;
    height: 35px;
    line-height: 32px;
    background: none;
    border: 2px solid #de6e00;
    color: #de6e00;
    font-size: 14px;
    margin: 0 10px 0 0;
    float: left;
	text-align: center;
	-webkit-border-radius: 		20px;
	-moz-border-radius: 		20px;
	border-radius: 				20px;
}
.button-icon:hover .icon-border {
	background: #ffffff;
	color: #de6e00;
}


/* Button Mini */

.shortnav a {
	height: 40px;
	line-height: 40px;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	-webkit-border-radius: 		10px;
	-moz-border-radius: 		10px;
	border-radius: 				10px;
	background: #0069ca;
	color: #ffffff;
}
.shortnav a:hover {
	background: #de6e00;
	color: #ffffff;
}
.shortnav .current_page_item a {
	background: #ffffff;
	color: #283444;
}


/* Label */

.label {
	height: 30px;
	line-height: 30px;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	float: left;
	left: 15px;
	bottom: 15px;
	position: absolute;
	-webkit-border-radius: 		15px;
	-moz-border-radius: 		15px;
	border-radius: 				15px;
	background: #CCCCCC;
	color: #333333;
}



/*------------------------------------*\
    02. Icons
\*------------------------------------*/

/* Icon */

.icon {
	width: 40px;
	height: 40px;
	line-height: 41px;
	font-size: 18px;
	margin: 0;
	display: inline-block;
	background: #283444;
	color: #ffffff;
	text-align: center;
	-webkit-border-radius: 		20px;
	-moz-border-radius: 		20px;
	border-radius: 				20px;
    -webkit-transition: 		all 0.20s ease;
    -ms-transition: 			all 0.20s ease;
    transition: 				all 0.20s ease;
}
.icon:hover {
	background: #de6e00;
	color: #ffffff;
}





#slick-arrow {
	margin: 30px 0 0 0;
	padding: 5px;
	display: inline-block;
	cursor: pointer;
}

#slick-arrow i {
	width: 30px;
	height: 30px;
	line-height: 27px;
	font-size: 14px;
	border: 2px solid;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 		20px;
	-moz-border-radius: 		20px;
	border-radius: 				20px;
    -webkit-transition: 		all 0.20s ease;
    -ms-transition: 			all 0.20s ease;
    transition: 				all 0.20s ease;
}

.actions-slick-arrow i {
	border-color: #FFFFFF;
	color: #FFFFFF;
}
.actions-slick-arrow i:hover {
	border-color: #de6e00;
	color: #de6e00;
}

.references-slick-arrow i {
	border-color: #283444;
	color: #283444;
}
.references-slick-arrow i:hover {
	border-color: #de6e00;
	color: #de6e00;
}






/* Star */

.star {
	background: #de6e00;
	color: #ffffff;
	margin: 0 2px;
}

/* Discount */

.discount {
	min-width: 100px;
	height: 80px;
	padding: 5px 20px;
	text-align: center;
	font-weight: 700;
	background: #de6e00;
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	line-height: 20px;
	z-index: 2;
	display: table;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

.discount .price {
	font-size: 25px;
	line-height: 25px;
	display: block;
}

/* Dot */

.dot {
	padding: 4px;
	display: inline-block;
	margin: 0 0 10px 1px;
	background: #de6e00;
	-webkit-border-radius: 		50%;
	-moz-border-radius: 		50%;
	border-radius: 				50%;
}


/*------------------------------------*\
    03. Forms
\*------------------------------------*/

/* Styling */

.wpcf7-form-control-wrap.attachments,
input[type=text],
input[type=email],
textarea,
select {
	width: 100%;
	float: left;
	height: 55px;
	border: 1px solid #dbdbdb;
	padding: 10px 15px;
	color: #666666 !important;
	-webkit-border-radius: 					3px;
	-moz-border-radius: 					3px;
	border-radius: 							3px;
	-webkit-appearance: none;
}

.wpcf7-form-control-wrap.attachments {
	overflow: hidden;
}

textarea {
	height: 150px;
}
select {
	cursor: pointer;
}
input[type=file] {
	margin: 5px 0;
	float: left;
	line-height: 0;
}

input[type=submit] {
	width: auto;
	height: 60px;
	line-height: 58px;
	padding: 0 30px;
	display: inline-block;
	background: #de6e00;
	color: #ffffff;
	font-weight: 700;
	border: 0;
	-webkit-border-radius: 		30px;
	-moz-border-radius: 		30px;
	border-radius: 				30px;
    -webkit-transition: 		all 0.20s ease;
    -ms-transition: 			all 0.20s ease;
    transition: 				all 0.20s ease;
}
input[type=submit]:hover {
	background: #283444;
	color: #ffffff;
}

/* Wpcf7 */

.wpcf7 .padding {
	width: 100%;
	float: left;
	padding: 0 0 15px 0;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	width: 100%;
	float: left;
    background:none;
	border: 2px solid #de6e00;
	color: #283444;
	margin: 0 0 10px 0;
    padding: 10px 20px;
	-webkit-border-radius: 					3px;
	-moz-border-radius: 					3px;
	border-radius: 							3px;
}

.wpcf7 p {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}

.wpcf7-not-valid-tip {
	width: 100%;
	float: left;
	margin: 5px 0 0 0;
}

.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
	float: left;
	position: relative;
}
.aanhef:before,
.gevonden:before,
.sterren:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078"; 
	position: absolute;
	right: 20px;
	top: 13px;
	font-size: 14px;
}


/* Standardisation */

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

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    margin: 0; /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/*------------------------------------*\
    04. Wordpress
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


/*------------------------------------*\
    05. Misc
\*------------------------------------*/

/* Base  */

html {
  scroll-behavior: smooth;
}

*, *:after, *:before, 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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
	list-style: none;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

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

img {
    border: 0;
	height: auto;
	max-width: 100%;
}

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

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

/* Typography  */

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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

/* Embedded  */

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

/* Selection */

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/* Clear */

.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}


/*------------------------------------*\
    06. Print
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


