/*
Theme Name: AV Distribution A/S
Theme URI: 
Description: Child theme of Divi theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 4.14.8
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 26 Apr 2022 11:03:07 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.et_mobile_menu {   
    overflow-y:scroll!important;
    max-height:80vh!important;
    -overflow-scrolling:touch!important;
    -webkit-overflow-scrolling:touch!important;
}

.cta-button {
    border: 1px solid red;
    border-radius: 19px;
    background: blue;
    box-shadow: 0px 0px 12px 3px violet;
    transition: all .3s 0s;
}

.cta-button a {
    padding: 18px !important;
    color: white !important;
}

.cta-button:hover {
    transform: scale(1.1);
    transition: all .2s 0s;
}