/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#menu-main-menu li {
	position: relative;
}
#menu-main-menu li:not(:last-child)::after {
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #CDD1BE;
}
.mmf-main-menu #menu-main-menu li:last-child a {
	padding-right: 0px !important;
}
.mmf-footer-info a:hover {
	color: #b20202;
}
.mmf-footer-copyright {
	
}
.mmf-copyright-left {
	
}
.mmf-copyright-right {
	
}
.mmf-button-welkom {
	min-width: 300px;
}
.mmf-button-menu {
	padding: 0 20px !important;
	min-width: 265px;
}
.mmf-button-groepen {
	min-width: 330px;
}
.mmf-cursief {
	font-style: italic !important;
}
.mmf-table-groepen td:first-child {
	width: 40%;
}
.mmf-table-groepen td:last-child {
	width: 60%;
}
.mmf-text-table-groepen {
	padding: 10px 10px;
	border: 2px solid #63655C;
	border-radius: 10px 10px;
	margin-bottom: 30px !important;
}