/*
Theme Name: ZUOO
Description: Divi child template
Version: 1.0
Author: Bugloos
Template: Divi
*/

/* HOMEPAGE */

.vloeren .et_pb_blurb_container {
	padding: 0 30px 30px 30px;
}

/* CONTACT FORM 7 STYLING */	

.wpcf7 .screen-reader-response {
	display: none !important;
}
/* Hide Google reCAPTCHA */
.grecaptcha-badge {
	display:none;
}
/* Form row */
.wpcf7 .row {
	width: 100%;
	float: left;
}

/* Field */
.wpcf7 .field {
	padding: 0 0 1em 0;
	width: 100%;
	float: left;
}

/* Field 50% */
.wpcf7 .row .field.half {
	padding: 0 0.5em 1em 0;
	width: 50%;
	float: left;
}

.wpcf7 .row .field.half:nth-child(2n) {
	padding: 0 0 1em 0.5em;
}

@media only screen and (max-width: 768px) {
	.wpcf7 .row .field.half {
		padding: 0 0 1em 0 !important;
		width: 100%;
	}
}

/* Form labels */
.wpcf7 label {
	font-weight: 600;
	display: block;
	clear: both;
}

/* Required labels */
.wpcf7 label span.required {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #787878;
}


/* General form input styling */
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=date],
.wpcf7 input[type=file],
.wpcf7 select,
.wpcf7 textarea {
	padding: 10px;
	width: 100%;
	font-size: 17px;
	color: #141414;
	border-radius: 5px;
	border: 2px solid #ccc;
	background: #f7f7f7;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* Specific date spacing */
.wpcf7 input[type=date] {
	padding: 7px 10px 8px 10px;
}

/* General checkbox and radio button styling */
.wpcf7 .wpcf7-list-item {
	margin: 0 1em 0 0 !important;
}

.wpcf7 input[type=checkbox], 
.wpcf7 input[type=radio] {
	width: 24px;
	height: 24px;
	border-radius: 5px;
	border: 2px solid #ccc;
	background: #f7f7f7;
	cursor: pointer;
	float: left;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpcf7 input[type=radio] {
	border-radius: 50% !important;	
}

/* Active inputs effects */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus{
	border: 2px solid #333;
	background: #fff;
}

.wpcf7 input[type=checkbox]:checked,
.wpcf7 input[type=radio]:checked {
	width: 24px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #333;
	background: #333;
}

.wpcf7 input[type=checkbox]:checked::after {
	line-height: 20px;
	font-family: FontAwesome;
	font-size: 19px;
	content: "\f00c";
}

.wpcf7 input[type=radio]:checked::after {
	line-height: 20px;
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f111";
}

.wpcf7 .wpcf7-list-item-label {
	padding-left: 5px;
	line-height: 30px;
	float: left;
}

/* Submit button */
.wpcf7 input[type=submit] {
	padding: 10px 25px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	background: #787878;
}

.wpcf7 input[type=submit]:hover {
	background: #333;
	-webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wpcf7 input[type=submit]:disabled {
	color: #ccc;
	cursor: not-allowed;
	background: #999999;
}

/* Validation styling */
.wpcf7 span.wpcf7-not-valid-tip {
	color: #e63312;
}

.wpcf7 .wpcf7-response-output {
	margin: 2em 0 0 0;
	padding: 10px 12px;
	float: left;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing,
.wpcf7 .wpcf7-spam-blocked {
	color: #fff;
	border-radius: 0px;
	border: none;
	background: #fdc300;
}

.wpcf7 .wpcf7-mail-sent-ok {
	color: #fff;
	border-radius: 0px;
	border: none;
	background: #65b32e;
}

.wpcf7 .wpcf7-aborted {
	color: #fff;
	border-radius: 0px;
	border: none;
	background: #e63312;
}

/* THREE COLUMN PORTFOLIO GRID LAYOUT */
 
@media only screen and ( min-width: 768px ) {
 
	.three-column-grid .et_pb_grid_item {
		width: 28.333% !important;
		margin: 0 7.5% 7.5% 0 !important;
	}
	 
	.three-column-grid .et_pb_grid_item:nth-child(3n) {
		margin-right: 0 !important;
	}
	 
	.three-column-grid .et_pb_grid_item:nth-child(4n+1) {
		clear: unset !important;
	}

}

.three-column-grid .et_pb_module_header {
	margin: 10px !important;
}

/* SET POST TO FULL WIDTH ON DEFAULT */

.post-template-default #main-content .container {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
}

/* REMOVE BLOG META INFORMATION */

.et_post_meta_wrapper {
	display: none;
}

/* REMOVE RIGHT SIDEBAR */

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {
	background: none;
}
 
/*** Hide Sidebar ***/
#sidebar {
	display:none;
}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px) {
	
	#left-area {
    	width: 100%;
    	padding: 0px !important;
    	float: none !important;
	}
	
}

/* 404 PAGE */

#page-not-found .et_pb_section {
	padding: 0px !important;
}

#page-not-found .et_pb_row {
	padding: 0px !important;
	width: 100% !important;
}

/* RESULT PAGE */

.search-results #main-content img {
	display: none;
}

.search-results #main-content p.post-meta {
	display: none;
}

.search-no-results #main-content .container {
	padding: 58px 0 !important;
}

/* COOKIE NOTICE */
#cn-notice-text {
	font-size: 14px;
	text-shadow: none !important;
}

#cn-accept-cookie {
	font-size: 14px;
	font-weight: bold;
	border: 0 !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #666 !important;
	text-shadow: none !important;
}