/*======================================
Theme Name: Divi Child Theme
Theme URI: https://www.elegantthemes.com/
Description: This is a Divi child theme.
Author: Eleganth Themes
Author URI: https://www.elegantthemes.com/
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/*add your custom CSS below this line*/

/* Made the ul list inline */
.nb-inline-ul ul {
  	display: flex;
  	flex-wrap: wrap;
	gap: 20px;
  	line-height: .5rem;
}

/* Mega Menu Styles */

.de-mega-menu-item.menu-item-has-children>a:after {
	top: 0px;
	right: -5px;
}

@media only screen and (max-width:1125px) { 
	.nb-inline-ul ul {
  	line-height: 1.3rem;
}
}

/* Homepage Food item grid styles */
@media only screen and (min-width:980px) {
.nb-food-item-box .et_pb_button {visibility: hidden!important;}

.nb-food-item-box:hover .et_pb_button {visibility: visible!important;}

.nb-food-item-box:hover .et_pb_image { transform: scale(1.1)!important;}
}


/* Reverse the columns */
@media screen and ( max-width: 980px ) {
    .nb-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
} 