/*
 Theme Name:     Durham Food Hall
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme for Durham Food Hall
 Author:         Cooper Elias, MDO Holdings
 Author URI:     https://www.mdoholdings.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.menu_cta {
	background-color: #f5b600;
	color: #000;
	padding: 0 !important;
	margin-top: -15px;
}
.menu_cta a {
	color: #000 !important;
	padding: 15px 15px 15px 15px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
	.menu_cta a {
		margin-top: 15px;
    	text-decoration: none;
    	text-align: center;
	}
} 