/* 
Theme Name: DI Artist 
Description: Childtheme 
Author: Designers Inn 
Template: di-basis 
Version: 1.5
*/
.wp-pagenavi span.current, .wp-pagenavi a:hover {
    color: #000 !important;
}
.et_pb_widget_area_left {
    border-right: 0 solid rgba(0, 0, 0, 0.1);
}
#main-content {
    background-color: none !important;
}




/* farbe hambuger-symbol */

#et-top-navigation .mobile_menu_bar::before {
color: #585857 !important;
}



/* schrifteinstellung footerzeile */

#footer-info {
    font-weight: 500;
	font-family: 'Alegreya Sans SC',sans-serif;
	letter-spacing:0.05em;
	line-height: 130%;
}
#footer-info a {
	font-weight: 500;
	color: #82b8c9;
	text-decoration: none;
}



/* schrifteinstellung allgemein */

body {
    font-weight: 500;
    font-family: 'Alegreya Sans', sans-serif;
	letter-spacing:0.05em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-family: 'Alegreya Sans SC', sans-serif;
}


/* farbe hauptnavi a:hover = weiß */

#top-menu-nav > ul > li > a:hover {
opacity: 1 !important;
color: #fff !important;
}
