/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme
 Author:       Elegant Themes
 Author URI:   http://www.elegantthemes.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
 Tags:         responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  Divi-child
*/

.mobile_menu_bar:before {
	color: #ffffff;
}

.et_mobile_menu {
	border-top: 3px solid #ffffff;
}


@media screen and (max-width: 680px) {
	.et_pb_fullwidth_header_0 {
		width: 60% !important;
	}

	.et_pb_fullwidth_image_0 {
		overflow: hidden;
	}   
 
	.et_pb_fullwidth_image_0 img {
		max-width: 150%;
		width: 150%;
		margin-left: -25%;
	}
}
	
@media screen and (max-width: 480px) {
	.et_pb_fullwidth_header_0 {
		width: 60% !important;
	}

	.et_pb_fullwidth_image_0 {
		overflow: hidden;
	}   
 
	.et_pb_fullwidth_image_0 img {
		max-width: 200%;
		width: 200%;
		margin-left: -50%;
	}
}