/*
Theme Name: My Divi Child Theme
Theme URI: http://www.smartcamels.nl
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features I need.
Author: Your Name
Author URI: http://www.smartcamels.nl
Template: Divi
*/
.woocommerce span.onsale, .woocommerce-page span.onsale {
    top: 5px !important;
    left: 5px !important;
    color: #3a3a3a;
    background: #ffc200!important;
    font-size: 17px;
    font-weight: 600!important;
    padding: 3px 8px !important;
}
/*
.et_pb_row {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
*/

#footer-info {
visibility: hidden;
}
.portfolio .esg-filterbutton, .portfolio .esg-navigationbutton, .portfolio .esg-sortbutton, .portfolio .esg-cartbutton {
    color: #fff;
    font-size: 18px;
}


.wpcf7-form { 
	background:#ffffff; 
	padding:20px; 
	border:2px solid #0084e2; 
	margin-bottom:30px; 
	border-radius:7px; 
}
 
.wpcf7-form input { 
	background:#f6efdf; 
	padding:5px 7px; 
	border:2px solid #0084e2; 
	margin-bottom:8px; 
	border-radius:7px;
}
 
.wpcf7-form textarea { 
	background:#f6efdf; 
	padding:5px 0px 5px 7px; 
	border:3px solid #ccb58c; 
	border-radius:7px;
}
 
.wpcf7-form p { 
	color:#0084e2; 
	margin-top:10px; 
}
 
.wpcf7-form .wpcf7-submit { 
	background:#0084e2; 
	cursor:pointer; 
	padding-left:25px; 
	padding-right:25px; 
	color:#fff; 
	border-radius:7px;
    font-size: 16px;
}
span.wpcf7-list-item {
display:block;
}

.et_pb_contact_right {
    color: #ffffff;
}