/*---------------------------------------------------------------------------------

 Theme Name:   Divi-DEA
 Theme URI:    http://survivorsbenefitfund.org
 Description:  DEA Child Theme
 Author:       Dimentians Ltd.
 Author URI:   http://www.dimentians.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/*****Add any custom CSS below this line*****/


body, body.et_cover_background {
   background-image: url(images/bg.gif);
	background-position: top !important;
	background-repeat: repeat-x !important;
	background-color: #49515f !important;
	background-size: auto !important;
}

@media (min-width: 981px) {
	.et_pb_section {
		position: relative;
		background-color: rgba(255,255,255,0);
	}
}


@media (max-width: 767px) {
	.et_pb_portfolio_item h2, .et_pb_post h2, .et_pb_title_container h1 {
	    font-size: 26px;
	}
}