/*
Theme Name:     divi-child theme
Description:    Divi Child Theme
Author:         SMART Recovery
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* Setting the breakpoint of the mobile menu */
@media only screen and ( max-width: 1225px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}