/*

Theme Name: Mister Wagyu
Description: Mister Wagyu theme
Author: Solino - Luc Verkoelen 
Author URI: http://www.solino.nl
Template: Divi
Version: 1.0
*/


@import url("../Divi/style.css");

body {
	font-weight: 300;
}

#footer-widgets .footer-widget li {
    padding-left: 0px;
}

#footer-widgets .footer-widget li::before {
	border: 0;
	content: unset;
	padding-left: 0;
}

#footer-info {
	text-align: center;
	font-weight: 400;
	width: 100%;
}

ul.waarom_mister_wagyu {
  list-style: none;
}

ul.waarom_mister_wagyu li:before {
  content: '✓';
  color: #ed1c24;
  padding-right: 6px;
  font-size: 20px;
  font-weight: 700;
}

.et_pb_accordion .et_pb_toggle {
    margin-bottom: 10px !important;
}


#runderen .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
	margin-bottom: 30px;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #ffdc52 !important;
}

.woocommerce-info {
	color: #000 !important;
}

.woocommerce-info a {
    color: #000 !important;
	text-decoration: underline;
	font-weight: bold;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
    color: #000 !important;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
	background: #ed1c24 !important;
	padding: 10px 40px !important;
	top: 0 !important;
	left: 0 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
	left: 0px !important;
}


.column-half, .column-full{
	float: left;
	position: relative;
	padding: 1.00rem;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sln_bestel {
	background-color: #f9e48f !important;
	padding: 0;	
}

.widget_nav_menu {
	float: none;
	margin-bottom: 20px !important;
}


/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}


.wpcf7 p {
	clear: both;
	padding-bottom: 0;	
}

.wpcf7 label {
	float: left;
	padding: 8px 0;
}


.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"], .wpcf7 input[type="number"], .wpcf7 textarea, .wpcf7 textarea, .wpcf7 select {
	max-width: 50%;
	width: 50%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	margin-bottom: 10px;
}

.wpcf7 select {
	width: 50%;
	max-width: 50%;
}

.wpcf7 textarea {
	width: 100%;
	max-width: 100%;
	height: 100px;
}

span.wpcf7-list-item {
    display: block;
    margin: 0;
}

span.wpcf7-list-item input[type="checkbox"] {
	float: right;
	margin-right: 50%;
	border: 1px solid #ccc;
}

.wpcf7 input.wpcf7-not-valid, .wpcf7 select.wpcf7-not-valid {
	border: 1px solid #db3715;
}

.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #db3715;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 15px;
	font-size: 20px;
	cursor: pointer;
	font-weight: bold;
}

.wpcf7-submit:hover{
	background: #ff0000;
}

span.wpcf7-not-valid-tip {
	text-shadow: none;
	font-size: 12px;
	color: #ff0000;
	float: right;
	width: 50%;
	clear: both;
	display: block;
	margin-bottom: 10px;
	margin: -10px 0 10px 0;
}

div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #db3715;
	padding: 5px;
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 15px;
	clear: both;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}




@media all and (min-width: 981px) {
	
	#sidebar .et_pb_widget {
		margin-bottom: 50px;
	}
	
}