/* 
 Theme Name:     Divi child theme   
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 

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


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
.et_pb_section_0 .et_pb_slide {
	height: 100vh !important;
}

#main-footer {
	display: none;
}

#et_top_search {
	display: none !important;
	/*width: 0 !important;*/
	overflow: hidden;
}

.foogallery-container .item {
	border: 8px solid #EEE;
	margin-bottom: 30px !important;
}

.foogallery-container .item:hover img {
	opacity: .5;
	background-color: #FFF;
}

.et_project_meta {
	display: none;
}

.et_project_categories {
	display: none;
}

.et_pb_portfolio_filter {
	border: none !important;
}