/*
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                           
*/

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

@media only screen and (max-width: 980px) {
#main-header {
background: #333 !important; 
}
}

p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}
@media only screen and (max-width: 980px) {
	header#main-header {
		position: relative !important;
		top: 0 !important;
	}
	body:not(.home) .et_pb_section_0.et_pb_section, 
	body:not(.home) .et_pb_section_1.et_pb_section {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.home .et_pb_section_0.et_pb_section {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
#top-header .et-social-icon a:before {
	font-weight: normal;
}
@media (min-width: 768px) {
	.footer-social {
		display: none;
	}
}
@media (max-width: 767px) {
	.copyrightFooter {
		position: relative;
	}
	.footer-social {
		position: absolute;
        right: 75px;
        top: 20px;
		z-index: 10;
	}
ul.sub-menu {
	width: 300px
}	
top-menu li a {
	width: 300px
}
}

