/*
Theme Name: Custom Wordpress Theme
Theme URI: http://webprogrammingsolutions.com
Description: A custom Wordpress theme.
Author: Web Programming Solutions
Author URI: http://webprogrammingsolutions.com
Version: 1
*/

.new-classic-header{
    color: #dd1936;
    font-size: 31px;
    padding-top: 15px;
}

.pull-left{
   float:left;
}

.pull-right{
   float: right;
}

.our-food-banner-left{
   width: 50%;
   padding-right: 10px;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}

.our-food-banner-right{
   width: 50%;
   padding-left: 10px;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}

.eventDate {
  margin-top: 0px;
  font-weight: normal;
  font-size: 140% !important;
  font-family: "Oswald", "Impact", "Arial Narrow", sans-serif;
}
