/*
 Theme Name:     Husk Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
/* font styles */
h3 {
	color: #deba19;
    font-weight: bold;
}

ul li, 
ol li {
	line-height: 1.8em;
}

.hero a {
	color: #353740; 
}

.hero a:hover {
	text-decoration: underline; 
}

/* custom top menu */
#top-menu li.current-menu-item>a,
#top-menu li.current-menu-ancestor>a {
	color: #deba19;
}


/* custom menus on home page */
.home-menus.et_pb_widget_area_left {
    padding-right: 0px;
    border-right: initial;
	text-align: center;
}
.home-menus-blurb.et_pb_blurb {
	margin-bottom: 0px !important;
}

/* custom post page */
.et_post_meta_wrapper {
	display: none;
}
.et-db #et-boc .et_pb_row {
	width: 100% !important;
}

