/*
 Theme Name:     Custom_by_Weasel_gr
 Theme URI:      https://www.weasel.gr
 Description:    Custom Theme for Chris Raftopoulos by Weasel.gr-Web development
 Author:         Kostas Papamargaritis
 Author URI:     https://www.weasel.gr
 Template:       Divi
 Version:        1.0.0 wcag compatibility
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/* Increase width of drop-down menus */
@media screen and (min-width: 981px) {
.sub-menu {
	min-width: 260px;
}
#top-menu li li a {
    width: 220px;
	/* Extra - Reduce padding on list items */
	padding: 4px 2px;
	}
}