/*
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
*/
.mmf-no-small {
	display: flex !important;
}
.mmf-no-large {
	display: none !important;
}
h1.mmf-fluid-header {
	font-size: 60px !important;
	line-height: 60px !important;
	color: #5f4010 !important;
}
h2.mmf-fluid-header {
	font-size: 32px !important;
	line-height: 32px !important;
	color: #5f4010 !important;
}
h3.mmf-fluid-header {
	font-size: 22px !important;
	line-height: 22px !important;
	color: #5f4010 !important;
}
#menu-main-menu li .awb-menu__main-a .menu-text,
#menu-main-menu-content  .awb-menu__main-a .menu-text {
	border-right: 2px solid #BF0012;
	padding: 0 20px;
}
#menu-main-menu li:last-child .awb-menu__main-a .menu-text,
#menu-main-menu-content li:last-child .awb-menu__main-a .menu-text{
	border-right: none;
	padding-right: 0;
}
#mmf-menutoggle a:hover .openmenu .mmf-top, #mmf-menutoggle a:hover .openmenu .mmf-middle, #mmf-menutoggle a:hover .openmenu .mmf-bottom { 
	animation: MoveMenuUp 0.4s linear;
	/*transform: translate3d(0, 4px, 0);*/
	transition: all 0.3s cubic-bezier(0.79, 0.33, 0.14, 0.53);
}
#mmf-menutoggle a .openmenu .mmf-top, #mmf-menutoggle a .openmenu .mmf-middle, #mmf-menutoggle a .openmenu .mmf-bottom { 
	animation: MoveMenuDown 0.4s linear;
	/*transform: translate3d(0, 4px, 0);*/
	transition: all 0.3s cubic-bezier(0.79, 0.33, 0.14, 0.53);
}
#mmf-menutoggle a:hover .openmenu .mmf-middle {
	animation-delay: 0.1s;
}
 #mmf-menutoggle a:hover .openmenu .mmf-bottom {
	animation-delay: 0.15s;
}
#mmf-menutoggle a .openmenu .mmf-middle {
	animation-delay: 0.1s;
}
 #mmf-menutoggle a .openmenu .mmf-top {
	animation-delay: 0.15s;
}
@keyframes MoveMenuUp {
  0%, 100% {
    transform: translateY(0);
  }
  33% {
   transform: translateY(-10px);
  }
	66% {
   transform: translateY(10px);
  }
}
@keyframes MoveMenuDown {
  0%, 100% {
    transform: translateY(0);
  }
  33% {
   transform: translateY(10px);
  }
	66% {
   transform: translateY(-10px);
  }
}
@keyframes TurnMenuRight {
  0% {
    transform: rotateZ(0deg);
	transform-origin: 50% 50% 0;
  }
  100% {
   transform: rotateZ(360deg);
	transform-origin: 50% 50% 0;
  }
}
@keyframes TurnMenuLeft {
  0% {
    transform: rotateZ(0deg);
	  transform-origin: 50% 50% 0;
  }
  100% {
   transform: rotateZ(360deg);
	  transform-origin: 50% 50% 0;
  }
}
.mmf-slogan-1, .mmf-slogan-2, .mmf-slogan-3 {
	font-style: italic !important;
	display: inline-block;
}
.mmf-slogan-1 {
	padding-left: 50px;	
}
.mmf-slogan-2 {
	
}
.mmf-slogan-3 {
	padding-left: 120px;
}

.mmf-menu-btn-column, .mmf-button-menu {
	max-height: 40px !important;
	max-width: 60px !important;
	text-align: center !important;
	margin-bottom: 0 !important;
}
.mmf-menu-kaart-column {
	width: calc(100% - 130px) !important;
	max-height: 40px !important;
	margin-bottom: 0 !important;
}
.mmf-menu-kaart-column .fusion-column-wrapper {
	margin-bottom: 0 !important;
}
.fusion-title.mmf-menu-kaart {
	padding: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	max-height: 40px;
}
.mmf-btn-cta.welkom {
	min-width: 320px;
}
.mmf-btn-cta.groepen {
	min-width: 370px;
}
#menu-footersocials {
	margin-left: -7px;
}

#menu-main-menu-1 li {
	border-bottom: 1px solid #f8f1df; 
}
#menu-socials-off-canvas li.mmf-menu-fb .fusion-megamenu-icon i.fa-angle-left::before,
#menu-socials-off-canvas-1 li.mmf-menu-fb .fusion-megamenu-icon i.fa-angle-left::before {
	display: inline-block;
	content: url("data:image/svg+xml,%3Csvg fill='%23f8f1df' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3e%3cpath d='M40.9,9.5c-2-2.1-4.8-3.2-8-3.2h-15.8c-6.7,0-11.1,4.5-11.1,11.1v15.7c0,3.3,1.1,6.1,3.2,8.2,2.1,2,4.8,3,8,3h15.6c3.3,0,6.1-1.1,8-3,2.1-2,3.1-4.8,3.1-8.1v-15.8c0-3.2-1.1-6-3.1-8ZM40.6,33.2c0,2.4-.8,4.3-2.2,5.6-1.4,1.3-3.3,2-5.6,2h-6v-12.4h3.8l.5-5.1h-4.2v-3c0-1.1.7-1.4,1.2-1.4h3v-5h-4.1c-4.6,0-5.6,3.7-5.6,6v3.3h-2.6v5.1h2.6v12.4h-4c-2.3,0-4.2-.7-5.6-2-1.4-1.4-2.1-3.3-2.1-5.7v-15.7c0-2.3.7-4.2,2.1-5.6,1.3-1.3,3.3-2,5.6-2h15.8c2.3,0,4.2.7,5.6,2.1,1.3,1.4,2.1,3.3,2.1,5.5v15.8Z'/%3E%3C/svg%3E") !important;
	line-height: 50px;
	height: 50px;
	padding-top: 15px;
	left: 0;
} 
#menu-topsocials li.mmf-menu-fb .fusion-megamenu-icon i.fa-angle-left::before, 
#menu-footersocials li.mmf-menu-fb .fusion-megamenu-icon i.fa-angle-left::before,
#menu-footer-socials li.mmf-menu-fb .fusion-megamenu-icon i.fa-angle-left::before {
	display: inline-block;
	content: url("data:image/svg+xml,%3Csvg fill='%23BF0012' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3e%3cpath d='M40.9,9.5c-2-2.1-4.8-3.2-8-3.2h-15.8c-6.7,0-11.1,4.5-11.1,11.1v15.7c0,3.3,1.1,6.1,3.2,8.2,2.1,2,4.8,3,8,3h15.6c3.3,0,6.1-1.1,8-3,2.1-2,3.1-4.8,3.1-8.1v-15.8c0-3.2-1.1-6-3.1-8ZM40.6,33.2c0,2.4-.8,4.3-2.2,5.6-1.4,1.3-3.3,2-5.6,2h-6v-12.4h3.8l.5-5.1h-4.2v-3c0-1.1.7-1.4,1.2-1.4h3v-5h-4.1c-4.6,0-5.6,3.7-5.6,6v3.3h-2.6v5.1h2.6v12.4h-4c-2.3,0-4.2-.7-5.6-2-1.4-1.4-2.1-3.3-2.1-5.7v-15.7c0-2.3.7-4.2,2.1-5.6,1.3-1.3,3.3-2,5.6-2h15.8c2.3,0,4.2.7,5.6,2.1,1.3,1.4,2.1,3.3,2.1,5.5v15.8Z'/%3E%3C/svg%3E") !important;
	line-height: 50px;
	height: 50px;
	padding-top: 15px;
	left: 0;
}
#menu-socials-off-canvas li.mmf-menu-fb:hover .fusion-megamenu-icon i.fa-angle-left::before,
#menu-socials-off-canvas-1 li.mmf-menu-fb:hover .fusion-megamenu-icon i.fa-angle-left::before {
	display: inline-block;
	content: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3e%3cpath d='M40.9,9.5c-2-2.1-4.8-3.2-8-3.2h-15.8c-6.7,0-11.1,4.5-11.1,11.1v15.7c0,3.3,1.1,6.1,3.2,8.2,2.1,2,4.8,3,8,3h15.6c3.3,0,6.1-1.1,8-3,2.1-2,3.1-4.8,3.1-8.1v-15.8c0-3.2-1.1-6-3.1-8ZM40.6,33.2c0,2.4-.8,4.3-2.2,5.6-1.4,1.3-3.3,2-5.6,2h-6v-12.4h3.8l.5-5.1h-4.2v-3c0-1.1.7-1.4,1.2-1.4h3v-5h-4.1c-4.6,0-5.6,3.7-5.6,6v3.3h-2.6v5.1h2.6v12.4h-4c-2.3,0-4.2-.7-5.6-2-1.4-1.4-2.1-3.3-2.1-5.7v-15.7c0-2.3.7-4.2,2.1-5.6,1.3-1.3,3.3-2,5.6-2h15.8c2.3,0,4.2.7,5.6,2.1,1.3,1.4,2.1,3.3,2.1,5.5v15.8Z'/%3E%3C/svg%3E") !important;
	line-height: 50px;
	height: 50px;
	padding-top: 15px;
	left: 0;
}
#menu-topsocials li.mmf-menu-fb:hover .fusion-megamenu-icon i.fa-angle-left::before, 
#menu-footersocials li.mmf-menu-fb:hover .fusion-megamenu-icon i.fa-angle-left::before,
#menu-footer-socials li.mmf-menu-fb:hover .fusion-megamenu-icon i.fa-angle-left::before {
	display: inline-block;
	content: url("data:image/svg+xml,%3Csvg fill='%235F7373' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3e%3cpath d='M40.9,9.5c-2-2.1-4.8-3.2-8-3.2h-15.8c-6.7,0-11.1,4.5-11.1,11.1v15.7c0,3.3,1.1,6.1,3.2,8.2,2.1,2,4.8,3,8,3h15.6c3.3,0,6.1-1.1,8-3,2.1-2,3.1-4.8,3.1-8.1v-15.8c0-3.2-1.1-6-3.1-8ZM40.6,33.2c0,2.4-.8,4.3-2.2,5.6-1.4,1.3-3.3,2-5.6,2h-6v-12.4h3.8l.5-5.1h-4.2v-3c0-1.1.7-1.4,1.2-1.4h3v-5h-4.1c-4.6,0-5.6,3.7-5.6,6v3.3h-2.6v5.1h2.6v12.4h-4c-2.3,0-4.2-.7-5.6-2-1.4-1.4-2.1-3.3-2.1-5.7v-15.7c0-2.3.7-4.2,2.1-5.6,1.3-1.3,3.3-2,5.6-2h15.8c2.3,0,4.2.7,5.6,2.1,1.3,1.4,2.1,3.3,2.1,5.5v15.8Z'/%3E%3C/svg%3E") !important;
	line-height: 50px;
	height: 50px;
	padding-top: 15px;
	left: 0;
}
#menu-socials-off-canvas li.mmf-menu-ig .fusion-megamenu-icon i.fa-angle-left::before ,
#menu-socials-off-canvas-1 li.mmf-menu-ig .fusion-megamenu-icon i.fa-angle-left::before {
	display: inline-block;
	content: url("data:image/svg+xml,%3Csvg fill='%23f8f1df' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3e%3cpath d='M25,15.5c-5.4,0-9.8,4.4-9.8,9.8s4.4,9.8,9.8,9.8,9.8-4.4,9.8-9.8-4.4-9.8-9.8-9.8ZM25,31.6c-3.4,0-6.3-2.8-6.3-6.3s2.8-6.3,6.3-6.3,6.3,2.8,6.3,6.3-2.8,6.3-6.3,6.3ZM35.2,13c1.2,0,2.2,1,2.2,2.2s-1,2.2-2.2,2.2-2.2-1-2.2-2.2,1-2.2,2.2-2.2ZM40.9,9.5c-2-2.1-4.8-3.1-8-3.1h-15.8c-6.7,0-11.1,4.4-11.1,11.1v15.7c0,3.3,1.1,6.1,3.2,8.2,2.1,2,4.8,3,8,3h15.6c3.3,0,6.1-1.1,8-3,2.1-2,3.1-4.8,3.1-8.1v-15.8c0-3.2-1.1-6-3.1-8ZM40.6,33.2c0,2.4-.8,4.3-2.2,5.6s-3.3,2-5.6,2h-15.6c-2.3,0-4.2-.7-5.6-2-1.4-1.4-2.1-3.3-2.1-5.7v-15.7c0-2.3.7-4.2,2.1-5.6s3.3-2,5.6-2h15.8c2.3,0,4.2.7,5.6,2.1,1.3,1.4,2.1,3.3,2.1,5.5v15.8h0Z'/%3E%3C/svg%3E") !important;
	line-height: 50px;
	height: 50px;
	padding-top: 15px;
	left: 0;
}
#menu-topsocials li.mmf-menu-ig .fusion-megamenu-icon i.fa-angle-left::before, 
#menu-footersocials li.mmf-menu-ig .fusion-megamenu-icon i.fa-angle-left::before, 
#menu-footer-socials li.mmf-menu-ig .fusion-megamenu-icon i.fa-angle-left::before {
	display: inline-block;
	content: url("data:image/svg+xml,%3Csvg fill='%23BF0012' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3e%3cpath d='M25,15.5c-5.4,0-9.8,4.4-9.8,9.8s4.4,9.8,9.8,9.8,9.8-4.4,9.8-9.8-4.4-9.8-9.8-9.8ZM25,31.6c-3.4,0-6.3-2.8-6.3-6.3s2.8-6.3,6.3-6.3,6.3,2.8,6.3,6.3-2.8,6.3-6.3,6.3ZM35.2,13c1.2,0,2.2,1,2.2,2.2s-1,2.2-2.2,2.2-2.2-1-2.2-2.2,1-2.2,2.2-2.2ZM40.9,9.5c-2-2.1-4.8-3.1-8-3.1h-15.8c-6.7,0-11.1,4.4-11.1,11.1v15.7c0,3.3,1.1,6.1,3.2,8.2,2.1,2,4.8,3,8,3h15.6c3.3,0,6.1-1.1,8-3,2.1-2,3.1-4.8,3.1-8.1v-15.8c0-3.2-1.1-6-3.1-8ZM40.6,33.2c0,2.4-.8,4.3-2.2,5.6s-3.3,2-5.6,2h-15.6c-2.3,0-4.2-.7-5.6-2-1.4-1.4-2.1-3.3-2.1-5.7v-15.7c0-2.3.7-4.2,2.1-5.6s3.3-2,5.6-2h15.8c2.3,0,4.2.7,5.6,2.1,1.3,1.4,2.1,3.3,2.1,5.5v15.8h0Z'/%3E%3C/svg%3E") !important;
	line-height: 50px;
	height: 50px;
	padding-top: 15px;
	left: 0;
}
#menu-socials-off-canvas li.mmf-menu-ig:hover .fusion-megamenu-icon i.fa-angle-left::before,
#menu-socials-off-canvas-1 li.mmf-menu-ig:hover .fusion-megamenu-icon i.fa-angle-left::before {
	display: inline-block;
	content: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3e%3cpath d='M25,15.5c-5.4,0-9.8,4.4-9.8,9.8s4.4,9.8,9.8,9.8,9.8-4.4,9.8-9.8-4.4-9.8-9.8-9.8ZM25,31.6c-3.4,0-6.3-2.8-6.3-6.3s2.8-6.3,6.3-6.3,6.3,2.8,6.3,6.3-2.8,6.3-6.3,6.3ZM35.2,13c1.2,0,2.2,1,2.2,2.2s-1,2.2-2.2,2.2-2.2-1-2.2-2.2,1-2.2,2.2-2.2ZM40.9,9.5c-2-2.1-4.8-3.1-8-3.1h-15.8c-6.7,0-11.1,4.4-11.1,11.1v15.7c0,3.3,1.1,6.1,3.2,8.2,2.1,2,4.8,3,8,3h15.6c3.3,0,6.1-1.1,8-3,2.1-2,3.1-4.8,3.1-8.1v-15.8c0-3.2-1.1-6-3.1-8ZM40.6,33.2c0,2.4-.8,4.3-2.2,5.6s-3.3,2-5.6,2h-15.6c-2.3,0-4.2-.7-5.6-2-1.4-1.4-2.1-3.3-2.1-5.7v-15.7c0-2.3.7-4.2,2.1-5.6s3.3-2,5.6-2h15.8c2.3,0,4.2.7,5.6,2.1,1.3,1.4,2.1,3.3,2.1,5.5v15.8h0Z'/%3E%3C/svg%3E") !important;
	line-height: 50px;
	height: 50px;
	padding-top: 15px;
	left: 0;
}
#menu-topsocials li.mmf-menu-ig:hover .fusion-megamenu-icon i.fa-angle-left::before, 
#menu-footersocials li.mmf-menu-ig:hover .fusion-megamenu-icon i.fa-angle-left::before, 
#menu-footer-socials li.mmf-menu-ig:hover .fusion-megamenu-icon i.fa-angle-left::before {
	display: inline-block;
	content: url("data:image/svg+xml,%3Csvg fill='%235F7373' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3e%3cpath d='M25,15.5c-5.4,0-9.8,4.4-9.8,9.8s4.4,9.8,9.8,9.8,9.8-4.4,9.8-9.8-4.4-9.8-9.8-9.8ZM25,31.6c-3.4,0-6.3-2.8-6.3-6.3s2.8-6.3,6.3-6.3,6.3,2.8,6.3,6.3-2.8,6.3-6.3,6.3ZM35.2,13c1.2,0,2.2,1,2.2,2.2s-1,2.2-2.2,2.2-2.2-1-2.2-2.2,1-2.2,2.2-2.2ZM40.9,9.5c-2-2.1-4.8-3.1-8-3.1h-15.8c-6.7,0-11.1,4.4-11.1,11.1v15.7c0,3.3,1.1,6.1,3.2,8.2,2.1,2,4.8,3,8,3h15.6c3.3,0,6.1-1.1,8-3,2.1-2,3.1-4.8,3.1-8.1v-15.8c0-3.2-1.1-6-3.1-8ZM40.6,33.2c0,2.4-.8,4.3-2.2,5.6s-3.3,2-5.6,2h-15.6c-2.3,0-4.2-.7-5.6-2-1.4-1.4-2.1-3.3-2.1-5.7v-15.7c0-2.3.7-4.2,2.1-5.6s3.3-2,5.6-2h15.8c2.3,0,4.2.7,5.6,2.1,1.3,1.4,2.1,3.3,2.1,5.5v15.8h0Z'/%3E%3C/svg%3E") !important;
	line-height: 50px;
	height: 50px;
	padding-top: 15px;
	left: 0;
}
#menu-socials-off-canvas li.mmf-menu-ig .fusion-megamenu-icon i.fa-angle-left::before,
#menu-socials-off-canvas-1 li.mmf-menu-ig .fusion-megamenu-icon i.fa-angle-left::before {
	display: inline-block;
	content: url("data:image/svg+xml,%3Csvg fill='%23f8f1df' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3e%3cpath d='M25,15.5c-5.4,0-9.8,4.4-9.8,9.8s4.4,9.8,9.8,9.8,9.8-4.4,9.8-9.8-4.4-9.8-9.8-9.8ZM25,31.6c-3.4,0-6.3-2.8-6.3-6.3s2.8-6.3,6.3-6.3,6.3,2.8,6.3,6.3-2.8,6.3-6.3,6.3ZM35.2,13c1.2,0,2.2,1,2.2,2.2s-1,2.2-2.2,2.2-2.2-1-2.2-2.2,1-2.2,2.2-2.2ZM40.9,9.5c-2-2.1-4.8-3.1-8-3.1h-15.8c-6.7,0-11.1,4.4-11.1,11.1v15.7c0,3.3,1.1,6.1,3.2,8.2,2.1,2,4.8,3,8,3h15.6c3.3,0,6.1-1.1,8-3,2.1-2,3.1-4.8,3.1-8.1v-15.8c0-3.2-1.1-6-3.1-8ZM40.6,33.2c0,2.4-.8,4.3-2.2,5.6s-3.3,2-5.6,2h-15.6c-2.3,0-4.2-.7-5.6-2-1.4-1.4-2.1-3.3-2.1-5.7v-15.7c0-2.3.7-4.2,2.1-5.6s3.3-2,5.6-2h15.8c2.3,0,4.2.7,5.6,2.1,1.3,1.4,2.1,3.3,2.1,5.5v15.8h0Z'/%3E%3C/svg%3E") !important;
	line-height: 50px;
	height: 50px;
	padding-top: 15px;
	left: 0;
}
#menu-socials-off-canvas li.mmf-menu-tel .fusion-megamenu-icon i.fa-angle-left::before,
#menu-socials-off-canvas-1 li.mmf-menu-tel .fusion-megamenu-icon i.fa-angle-left::before {
	display: inline-block;
	content: url("data:image/svg+xml,%3Csvg fill='%23f8f1df' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3e%3cpath d='M12,8.7c0-2.9,2.3-5.2,5.2-5.2h16.2c2.9,0,5.2,2.3,5.2,5.2v31.1c0,2.9-2.3,5.2-5.2,5.2h-16.2c-2.9,0-5.2-2.3-5.2-5.2V8.7ZM22.4,39.8c0,.7.6,1.3,1.3,1.3h3.2c.7,0,1.3-.6,1.3-1.3s-.6-1.3-1.3-1.3h-3.2c-.7,0-1.3.6-1.3,1.3ZM34.4,6.7h-18.2v29h18.2V6.7Z'/%3E%3C/svg%3E") !important;
	line-height: 50px;
	height: 50px;
	padding-top: 15px;
	left: 0;
}
#menu-socials-off-canvas li.mmf-menu-tel:hover .fusion-megamenu-icon i.fa-angle-left::before,
#menu-socials-off-canvas-1 li.mmf-menu-tel:hover .fusion-megamenu-icon i.fa-angle-left::before {
	display: inline-block;
	content: url("data:image/svg+xml,%3Csvg fill='%235F7373' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3e%3cpath d='M12,8.7c0-2.9,2.3-5.2,5.2-5.2h16.2c2.9,0,5.2,2.3,5.2,5.2v31.1c0,2.9-2.3,5.2-5.2,5.2h-16.2c-2.9,0-5.2-2.3-5.2-5.2V8.7ZM22.4,39.8c0,.7.6,1.3,1.3,1.3h3.2c.7,0,1.3-.6,1.3-1.3s-.6-1.3-1.3-1.3h-3.2c-.7,0-1.3.6-1.3,1.3ZM34.4,6.7h-18.2v29h18.2V6.7Z'/%3E%3C/svg%3E") !important;
	line-height: 50px;
	height: 50px;
	padding-top: 15px;
	left: 0;
}
#menu-socials-off-canvas li.mmf-menu-mail .fusion-megamenu-icon i.fa-angle-left::before,
#menu-socials-off-canvas-1 li.mmf-menu-mail .fusion-megamenu-icon i.fa-angle-left::before {
	display: inline-block;
	content: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3e%3cpath d='M8.5,12.7c-.7,0-1.4.6-1.4,1.4v1.9l14.7,12c1.8,1.4,4.3,1.4,6,0l14.7-12v-1.9c0-.7-.6-1.4-1.4-1.4H8.5ZM7.1,21.2v14.6c0,.7.6,1.4,1.4,1.4h32.7c.7,0,1.4-.6,1.4-1.4v-14.6l-12.1,9.9c-3.3,2.7-8,2.7-11.2,0l-12.1-9.9s-.1,0,0,0ZM3,14.1c0-3,2.4-5.4,5.4-5.4h32.7c3,0,5.4,2.4,5.4,5.4v21.8c0,3-2.4,5.4-5.4,5.4H8.5c-3,0-5.4-2.4-5.4-5.4V14.1h-.1Z'/%3E%3C/svg%3E") !important;
	line-height: 50px;
	height: 50px;
	padding-top: 15px;
	left: 0;
}
#menu-socials-off-canvas li.mmf-menu-mail:hover .fusion-megamenu-icon i.fa-angle-left::before,
#menu-socials-off-canvas-1 li.mmf-menu-mail:hover .fusion-megamenu-icon i.fa-angle-left::before {
	display: inline-block;
	content: url("data:image/svg+xml,%3Csvg fill='%235F7373' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3e%3cpath d='M8.5,12.7c-.7,0-1.4.6-1.4,1.4v1.9l14.7,12c1.8,1.4,4.3,1.4,6,0l14.7-12v-1.9c0-.7-.6-1.4-1.4-1.4H8.5ZM7.1,21.2v14.6c0,.7.6,1.4,1.4,1.4h32.7c.7,0,1.4-.6,1.4-1.4v-14.6l-12.1,9.9c-3.3,2.7-8,2.7-11.2,0l-12.1-9.9s-.1,0,0,0ZM3,14.1c0-3,2.4-5.4,5.4-5.4h32.7c3,0,5.4,2.4,5.4,5.4v21.8c0,3-2.4,5.4-5.4,5.4H8.5c-3,0-5.4-2.4-5.4-5.4V14.1h-.1Z'/%3E%3C/svg%3E") !important;
	line-height: 50px;
	height: 50px;
	padding-top: 15px;
	left: 0;
}
.mmf-carousel-groepen .awb-swiper-button-next, .mmf-carousel-groepen .awb-swiper-button-prev, .mmf-carousel-groepen .awb-swiper-button-next, .mmf-carousel-groepen .awb-swiper-button-next,
.mmf-carousel-einstein .awb-swiper-button-next, .mmf-carousel-einstein .awb-swiper-button-prev, .mmf-carousel-einstein .awb-swiper-button-next, .mmf-carousel-einstein .awb-swiper-button-next {
 	background: transparent !important;
}
.mmf-carousel-groepen .awb-icon-angle-left:before {
    content: url("data:image/svg+xml,%3Csvg fill='%23BF0012' xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3e%3cpath d='M36.5,39L3.8,20,36.5,1v38Z' /%3E%3C/svg%3E") !important;
}
.mmf-carousel-groepen .awb-icon-angle-right:before {
    content: url("data:image/svg+xml,%3Csvg fill='%23BF0012' xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3e%3cpath d='M2.8,1l32.7,19L2.8,39V1Z' /%3E%3C/svg%3E") !important;
}
.mmf-carousel-groepen .awb-swiper-button:hover .awb-icon-angle-left:before {
    content: url("data:image/svg+xml,%3Csvg fill='%235F4010' xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3e%3cpath d='M36.5,39L3.8,20,36.5,1v38Z' /%3E%3C/svg%3E") !important;
}
.mmf-carousel-groepen  .awb-swiper-button:hover .awb-icon-angle-right:before {
    content: url("data:image/svg+xml,%3Csvg fill='%235F4010' xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3e%3cpath d='M2.8,1l32.7,19L2.8,39V1Z' /%3E%3C/svg%3E") !important;
}

.mmf-carousel-einstein .awb-icon-angle-left:before {
    content: url("data:image/svg+xml,%3Csvg fill='%235F4010' xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3e%3cpath d='M36.5,39L3.8,20,36.5,1v38Z' /%3E%3C/svg%3E") !important;
}
.mmf-carousel-einstein .awb-icon-angle-right:before {
    content: url("data:image/svg+xml,%3Csvg fill='%235F4010' xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3e%3cpath d='M2.8,1l32.7,19L2.8,39V1Z' /%3E%3C/svg%3E") !important;
}
/*.mmf-carousel-einstein .awb-swiper-button-next:hover, .mmf-carousel-einstein .awb-swiper-button-prev:hover*/
.mmf-carousel-einstein .awb-swiper-button:hover .awb-icon-angle-left:before {
    content: url("data:image/svg+xml,%3Csvg fill='%235F7373' xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3e%3cpath d='M36.5,39L3.8,20,36.5,1v38Z' /%3E%3C/svg%3E") !important;
}
.mmf-carousel-einstein  .awb-swiper-button:hover .awb-icon-angle-right:before {
    content: url("data:image/svg+xml,%3Csvg fill='%235F7373' xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3e%3cpath d='M2.8,1l32.7,19L2.8,39V1Z' /%3E%3C/svg%3E") !important;
}
.mmf-footer {
	position: relative !important;
}
.mmf-footer-payoff {
	font-style: italic !important;
}
.mmf-footer p {
	margin: 0 0 !important;
}
.mmf-footer a {
	font-weight: 900 !important;
}
.mmf-google-pin {
    position: relative;
}
.mmf-google-pin::before {
    position: absolute;
    content: "\f3c5";
	color: #BF0012;
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 700;
    top: 4px;
    left: -33px;
}

@media only screen and (max-device-width: 640px) {
	p {
		font-size: 22px !important;
	}
	.mmf-footer p {
		font-size: 22px !important;
	}
	.mmf-footer .mmf-footer-copyright p {
		font-size: 16px !important;
	}
	h1.mmf-fluid-header {
		font-size: 40px !important;
		line-height: 40px !important;
		color: #5f4010 !important;
	}
	h2.mmf-fluid-header {
		font-size: 32px !important;
		line-height: 32px !important;
		color: #5f4010 !important;
	}
	h3.mmf-fluid-header {
		font-size: 22px !important;
		line-height: 22px !important;
		color: #5f4010 !important;
	}
	.mmf-no-large {
		display: flex !important;
	}
	.mmf-no-small {
		display: none !important;
	}
	.mmf-menutoggle-column {
		position: relative;
	}
	#mmf-menutoggle {
		position: absolute;
		right: 0;
		/*top: 28px !important;*/
	}
	.awb-off-canvas-wrap .awb-off-canvas .off-canvas-close {
		top: 28px !important;
	}
	.mmf-slogan-1, .mmf-slogan-2, .mmf-slogan-3 {
		font-size: 40px !important;
		line-height: 40px !important;
		display: inline-block !important;
	}
	h1 {
		line-height: 40px !important;
	}
	h2 {
		font-size: 50px !important;
		line-height: 50px !important;
	}
	.mmf-slogan-1 {
		padding-left: 40px ;	
	}
	.mmf-slogan-2 {
		padding-left: 10px ;
	}
	.mmf-slogan-3 {
		padding-left: 70px;
	}
	.mmf-btn-cta.welkom, .mmf-btn-cta.groepen,  .mmf-btn-cta.cadeaukaart, .mmf-btn-cta.werkenbij {
		min-width: 100%;
		font-size: 20px !important;
	}
	#content {
		margin-bottom: 0 !important;
	}
	.mmf-footer-payoff {
		font-size: 40px !important;
		line-height: 40px !important;
		display: inline-block !important;
	}
	.mmf-footer-divider {
		display: none !important;
	}
	.mmf-footer-blok {
		padding: 0 30px;
		margin: 30px 0  !important;
		font-size: 20px !important;
		line-height: 30px;
	}
	.mmf-footer-span {
		display: block;
		line-height: 30px;
	}
	.mmf-footer-copyright {
		padding-bottom: 40px;
	}
	.to-top-left #toTop {
		left: 0px !important;
	}
	.to-top-container #toTop {
        border-radius: 0 5px 5px 0 !important;
	}
}