/*
 Theme Name:   PartYvent Theme
 Theme URI:    https://www.bartsalle.nl
 Description:  PartYvent theme op basis van het Bricks framework.
 Author:       Bart Sallé
 Author URI:   https://www.bartsalle.nl
 Template:     bricks
 Version:      1.1
 Text Domain:  partyvent
*/

/* Extra breakpoint voor menu start */
@media screen and (min-width : 992px) and (max-width : 1170px) {
    .brxe-nav-menu #menu-hoofdmenu li.menu-item {
        margin-left: 10px !important;
    }
    .brxe-nav-menu #menu-hoofdmenu li.menu-item a {
        font-size: 14px !important;
    }
    #pv-contact-btn {
        margin-left: 10px !important;
    }
}
/* Extra breakpoint voor menu eind */

@media screen and (min-width : 992px) {
    .hide-desktop {
        display: none;
    }
}

