/*---------------------------------------------------------------------------------

 Theme Name:   Vrijwillige Bloemendaalse Reddingsbrigade
 Theme URI:    https://reddingsbrigade-bloemendaal.nl
 Description:  Reddingsbrigade Bloemendaal Theme
 Author:       Remline ict-diensten
 Author URI:   https://remline.nl
 Template:     Divi
 Version:      1.0.0
 License:      Copyright 2020 Remline ict-diensten
 License URI:  https://remline.nl

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/** Footer bar **/

#main-footer, #main-footer a, #main-footer h1, #main-footer h2, #main-footer h3, #main-footer h4, #main-footer h5, #main-footer h6 {
    color: white;
}

/** Show image in mobile menu **/
.et_mobile_menu .lazyloading {
    opacity: 1 !important;
}

/** Donatie formulier **/
.df_form_button {
border: none;
background: #f4511e;
color: #ffffff !important;
font-weight: 700;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
text-transform: uppercase;
border-radius: 6px;
display: inline-block;
transition: all 0.3s ease 0s;
margin-bottom: 2em;
}

.df_form_button:hover {
color: #E8E8E8 !important;
font-weight: 700 !important;
letter-spacing: 3px;
background: #000066;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
tansition: all 0.3s ease 0s;
}
