/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  Monique van Helden
Author URI:  http://www.webenfoto.nl
Template: Divi
Version:  1.0.1
*/

@import url("../Divi/style.css");
 
/* =Theme customizations
------------------------------------------------------- */

/*
	There is also custom css in the divi theme options
*/

.widget_recent_entries ul {
	list-style-type: disc!important;
	padding-left: 20px!important;
	color: #ef7f01;
}
.widget_recent_entries ul li {
	padding-left: 0px;
}

.entry-content table, body.et-pb-preview #main-content .container table,
.entry-content tr td, body.et-pb-preview #main-content .container tr td  {
	border-style: none!important;
	border-width: 0px!important;
}

#htext {
	float: left;
}
#et-secondary-menu {
	margin-left: 1em;
}
li.menu-item-language > ul {
        width: auto!important;
	padding: 0!important;
}
li.menu-item-language > ul li {
	padding: 0!important;
text-align: center!important;
}
li.menu-item-language > ul li a {
white-space: nowrap;
}
#htext {
text-transform: uppercase;
}
article.et_pb_post {
margin-bottom: 30px;
}
.search-results article h2.entry-title a {
color: #ef7f01;
}



@media (max-width: 980px) {
	.et_header_style_left .et-search-form {
		max-width: 40%!important;
	}
}