/*
 Theme Name:     Divi Child Theme
 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");
 
/* =Theme customization starts here
------------------------------------------------------- */
@charset "UTF-8";
/* CSS Document */
/* latin-ext */
#top-menu li {
  display: inline-block;
  font-size: 14px;
  padding-right: 42px;
}
#main-footer {
  background-color: #000 !important;
}
#top-menu-nav{
/*margin-left:25px; */
}

#et_mobile_nav_menu{
	display: none !important;
}

#block-7{
	text-align: right;
}
 
#block-7.et_pb_widget{
	float: right !important;
}

@media only screen and (max-width: 767px){
h1, h2, h3, h4, h5, h6, .et_quote_content blockquote p, .et_pb_slide_description .et_pb_slide_title {
  line-height: 1em !important;
}
}
  @media (max-width: 980px){
.et_header_style_split #logo {
  max-height: 80px;
}
}