/*
Theme Name: staatsexamenexpert.nl
Theme URI: staatsexamenexpert.nl
Template: Divi
Author: staatsexamenexpert.nl
Author URI: staatsexamenexpert.nl
Description: Slaag zeker!
Version: 1.0.1656718744
Updated: 2022-07-01 23:39:04

*/
@media only screen and ( max-width: 479px ) {
.et_header_style_left #logo {
    max-width: 250px;
}
}


.dsm_content_timeline_0 .dsm-content-timeline-item-wrapper .dsm-content-timeline-content-wrapper {
    background-repeat: no-repeat!important;
}

#top-menu li li a {
    width: 250px!important;
}

.nav li ul {
    width: 300px;
}

/* Menu call to action button normal state */ 
.menu_cta {
padding: 0!important;
border-radius: 3px;
border: solid 2px #e3ae24; /* change the color of the border */
transition: 0.3s;
background-color: #e3ae24; /* change the color of the background */
}
.menu_cta a{
color: #f4f4f4!important; /* change the color of the button text */
padding: 15px 20px 15px 20px!important;
text-align: center;
}

/* Menu call to action button hover state */ 

#top-menu-nav .menu_cta a:hover {
opacity: 1;
}

.menu_cta:hover {
border: solid 2px #2b3e4b; /* change the color of the hover border */
background: #2b3e4b; /* change the color of the hover background */
}

