/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://bosmanwines.com
 Description:  Child Theme for Divi
 Author:       DigitalBeyond
 Author URI:   https://digitalbeyond.co.za
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/*-----------------------------------------------*/ 
/*---------Divi Double Menu by Divi Soup---------*/ 
/*-----------------------------------------------*/


/*Position the default styled menu*/

.ds-main-menu {
    position:relative;
    width:500px;
    height:1px;
    left:-50px;
    top:105px;
}

/*Hide items from slide in menu on desktop*/

@media all and (min-width: 981px) {
    .ds-hide-menu {
        display: none;
    }
}

/*-----------------------------------------------*/ 
/*-------End Divi Double Menu by Divi Soup-------*/ 
/*-----------------------------------------------*/