/*
 Theme Name:     Aldo's
 Theme URI:      http://www.aldos-cruz.com
 Description:    Custom theme for Aldo's by PPD Multimedia
 Author:         PPD Multimedia, Inc.
 Author URI:     http://www.ppdmultimedia.com
 Template:       Divi
 Version:        1.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/*
Custom Styles
*/

nav.et-menu-nav ul.menu-top-menu li a { padding-left: 20px; padding-right: 20px; }


/* Media Queries */

/* Setting the breakpoint of the mobile menu */
@media only screen and ( max-width: 1050px ) {
    
}

@media all and ( min-width: 1301px ) and ( max-width: 1500px) {

}

@media all and ( min-width: 1001px ) and ( max-width: 1300px) {
   
}

@media all and ( min-width: 768px ) and ( max-width: 1000px ) {

}

@media all and ( min-width: 480px ) and ( max-width: 767px ) {
    
}

@media all and ( max-width: 479px ) {
  
}
