/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 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-theme
*/

/* ==== Add your own styles below this line ==== */
 * /* -----BODY--------------------------------------- */
a.link {
	color: #680707;
}
body .et_pb_button {
  font-size: 14px !important;  
  padding: 12px 25px !important;  
}
/* -----BODY--------------------------------------- */
/* -----HEADER--------------------------------------- */
#header-row .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    line-height: 30px;	
}

#header-row .et_pb_menu_0_tb_header.et_pb_menu ul li.current_page_item a {    
    color: #777!important;
}

.nav li ul {  
  width: 340px !important;
}

.et_pb_menu .et-menu-nav > ul ul {
  padding: 10px 20px !important;
}

.nav li li {
  padding: 0 !important;
	border-bottom: 1px solid gray;
}

.et-menu li li a {
  padding: 10px !important;
  width: 300px !important;
text-transform: initial !important;
}

#menu-main .sub-menu  {
	max-height: 300px;
height: 300px;
overflow-y: scroll;
}

@media (max-width: 980px) {
	#header-row .et_pb_column_3_4, #header-row .et_pb_column_1_4{
		width: 50% !important;
	}
	
	#header-row .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-start;
	}
	#header-row .mobile_menu_bar:before {		
		line-height: 44px;
	}
	
	.et_pb_column_3_tb_header {
	  padding-top: 2px!important;
	}
}
@media (max-width: 1180px) {
	#header-row, #header-up-row {
		width: 90%;
	}
}
/* -----HEADER--------------------------------------- */
thead td {
	font-weight: bold;
}