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

/* -----------CUSTOM CSS------------- */ 

/*GLOBAL*/
h2 {
	font-family: Open Sans,Arial,sans-serif !important;
	font-weight: 700 !important;
	font-size: 40px !important;
}

/*FOOTER*/
#main-footer section{
	height: 90px;
	background-color: #000000;
	position: relative;}

#main-footer section p{
	color: #868686;
	position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.email-link{
	color: #868686;
}
.email-link:hover{
	color: #b3dd33;
}
/*-----single post (featured)---------*/
h1.entry-title {
	text-align: center !important;
}


/*-----nav next and previous---------*/
.nav-next a {
	color: #000000 !important;	
}

.nav-previous a {
	color: #000000 !important;	
}

.meta-nav {
	color: #000000;	
}

#main-content #post-252 .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_center.et_pb_text_0 p{
	font-size: 20px;
	font-weight: 600;
	font-family: 'Abel', Helvetica, Arial, Lucida, sans-serif;
}

.et_pb_fullwidth_portfolio.et_pb_fullwidth_portfolio_grid.clearfix.et_pb_module.et_pb_bg_layout_light.et_pb_fullwidth_portfolio_0 span.et_overlay.et_pb_inline_icon:before{display: none;}

.mobile_menu_bar:before{font-size: 50px;}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3 {
    margin-top: 15% !important;
	font-size: 22px !important;
    line-height: 30px !important;
}