/*
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
*/

/* tabblad */
@media only screen and (max-width: 1100px) {
.mobiel {
    padding-left: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
 }
}

/* Mobiel */
@media only screen and (max-width: 500px) {
/* OVeral padding op mobiel*/
.mobiel {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 20px !important;
    padding-top: 40px !important;
}


/* H1 op mobiel kleiner */
 .mobiel h1 {
 	font-size: 37px !important;
 }

 .mobiel h2 {
 	font-size: 28px !important;
 }


/* Verbergen op mobiel */
.mobiel .no-mobile {
	display: none !important;
 }

/* Titels footer groter op mobiel*/
.fusion-footer-widget-area .widget-title {
	font-size: 22px !important;
}

/* SVG op over pagina centreren */
.mobiel .mobiel-svg {
	position: relative;
    left: -27%;
    margin-bottom: 35px !important;
}

/* menu onder hamburger mobiel */
.fusion-icon-bars::after {
    content: "MENU";
    font-style: normal;
    text-transform: uppercase;
    font-size: 10px;
    padding-left: 0;
    position: absolute;
    float: right;
    margin-top: 30px;
    right:4px;
    font-family: Open Sans;
}

}

