/*
 Theme Name:   GTA Exotics
 Theme URI:    https://cardealer.potenzaglobalsolutions.com/
 Description:  Car Dealer - Child Theme.
 Author:       TeamWP @Potenza Global Solutions
 Author URI:   http://www.potenzaglobalsolutions.com
 Template:     cardealer
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, rtl-language-support, threaded-comments, translation-ready, e-commerce, blog, grid-layout
 Text Domain:  gta-exotics
*/


.button.small {
    padding: 8px 20px;
    font-size: 13px;
}

.widget {
    margin-bottom: 0px !important;
}


.mobile-menu{
    display: none;
}
@media only screen and (min-width: 800px){
    .mega-desktop-menu{
     
    }
    .mega-mobile-menu{
        display: none !important;
    }
}

@media only screen and (max-width: 799px){
    .mega-desktop-menu{
        display: none !important;
    }
    .mega-mobile-menu{
        display: block !important;
    }
}