@import url(http://fonts.googleapis.com/css?family=Rosario);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import 'global.css';
@import 'plugins.css';
body.my-body .le-menu-content.special_page {
  position: relative;
  text-align: center;
}
body.my-body .le-menu-content.special_page .section-sortable {
  border-top: 3px solid #373737;
}
body.my-body .le-menu-content.special_page .section-sortable .subsection {
  border-bottom: 3px solid #373737;
  padding: 20px 0;
}
body.my-body .le-menu-content.special_page .section-sortable .subsection:hover > h2,
body.my-body .le-menu-content.special_page .section-sortable .subsection:focus > h2 {
  color: #373737;
}
body.my-body .le-menu-content.special_page .section-sortable .subsection.active > h2:before {
  content: "\f078";
}
body.my-body .le-menu-content.special_page .section-sortable .subsection > h2:before {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  body.my-body .le-menu-content.special_page .section-sortable .subsection > h2:before {
    left: 30px;
  }
}
body.my-body .le-menu-content.special_page .section-sortable .subsection > h2 {
  margin: 10px 0;
  padding: 0 50px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
body.my-body .le-menu-content.special_page .section-sortable .subsection .subsection-item {
  color: #ffffff;
}
body.my-body .le-menu-content.catering_menu .section {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
body.my-body .le-menu-content.catering_menu .section h1 {
  color: #ffffff;
  font-size: 3em;
}
body.my-body .le-menu-content.catering_menu .section .subsection {
  padding: 10px;
  margin: 10px 0;
  border: 2px solid #373737;
}
body.my-body .le-menu-content.catering_menu .section .subsection.no-pic {
  min-height: inherit;
}
body.my-body .le-menu-content.catering_menu .section .subsection img {
  display: none;
}
body.my-body .le-menu-content.catering_menu .section .subsection h2 {
  margin: 0 25px 0 0;
}
body.my-body .le-menu-content.catering_menu .section .subsection h2:after {
  content: "\f078";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 10px;
}
body.my-body .le-menu-content.catering_menu .section .subsection.open h2:after {
  content: "\f077";
}
body.my-body .le-menu-content.catering_menu .section .subsection .subsection-content > div p {
  display: none;
}
body.my-body .le-menu-content.catering_menu .section .subsection .subsection-content .subsection-item-list {
  color: #ffffff;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.my-body .le-menu-content.catering_menu .section .subsection .subsection-content .subsection-item-list .subsection-item {
  padding-top: 10px;
}
body.my-body .le-menu-content.catering_menu .section .subsection .subsection-content .subsection-item-list .subsection-item span {
  display: block;
}
body.my-body .le-menu-content.catering_menu .section .subsection .subsection-content .subsection-item-list .subsection-item .description {
  padding-left: 15px;
}
body.my-body .le-menu-content.catering_menu .section .subsection .subsection-content .subsection-item-list .subsection-item .price {
  display: inline-block;
  padding-left: 15px;
}
body.my-body .le-menu-content.catering_menu .section .subsection .subsection-content .subsection-item-list .subsection-item .price:before {
  content: "$";
}
body.my-body .le-menu-content.catering_menu .section .subsection .subsection-content .subsection-item-list .subsection-item .price-label {
  display: inline-block;
  padding-left: 5px;
}
body.my-body .events-page {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.my-body .events-page .banner-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
body.my-body .catering-page,
body.my-body .banquets-page {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.my-body .catering-page .carousel,
body.my-body .banquets-page .carousel {
  width: 75%;
  margin: 50px auto;
}
body.my-body .catering-page ul,
body.my-body .banquets-page ul {
  color: #ffffff;
}
body.my-body .banquets-page .banquet-rooms > .col {
  padding: 25px;
}
body.my-body .banquets-page .banquet-rooms > .col p {
  text-indent: 35px;
}
body.my-body .contact-page .le-contact-info .contact-name,
body.my-body .locations-page .le-contact-info .contact-name {
  display: none;
}
body.my-body .contact-page .le-contact-info .category-header,
body.my-body .locations-page .le-contact-info .category-header {
  text-align: left;
}
body.my-body .contact-page .le-contact-info .contact-address > p,
body.my-body .contact-page .le-contact-info .phone,
body.my-body .contact-page .le-contact-info .email,
body.my-body .locations-page .le-contact-info .contact-address > p,
body.my-body .locations-page .le-contact-info .phone,
body.my-body .locations-page .le-contact-info .email {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
body.my-body .contact-page .le-contact-info .contact-address > p:before,
body.my-body .contact-page .le-contact-info .phone:before,
body.my-body .contact-page .le-contact-info .email:before,
body.my-body .locations-page .le-contact-info .contact-address > p:before,
body.my-body .locations-page .le-contact-info .phone:before,
body.my-body .locations-page .le-contact-info .email:before {
  font-family: FontAwesome;
  font-size: 2em;
  font-style: normal;
  font-weight: normal;
  padding-right: 0.5em;
  text-align: center;
  text-decoration: inherit;
  width: 50px;
}
body.my-body .contact-page .le-contact-info .contact-address > p:before,
body.my-body .locations-page .le-contact-info .contact-address > p:before {
  content: "\f041";
}
body.my-body .contact-page .le-contact-info .phone:before,
body.my-body .locations-page .le-contact-info .phone:before {
  content: "\f095";
}
body.my-body .contact-page .le-contact-info .email:before,
body.my-body .locations-page .le-contact-info .email:before {
  content: "\f0e0";
}
body.my-body .contact-page .le-hours,
body.my-body .locations-page .le-hours {
  text-align: left !important;
}
body.my-body .contact-page .le-hours:before,
body.my-body .locations-page .le-hours:before {
  content: "\f017";
  font-family: FontAwesome;
  font-size: 2em;
  font-style: normal;
  font-weight: normal;
  padding-right: 0.5em;
  text-align: center;
  text-decoration: inherit;
  width: 50px;
}
body.my-body .contact-page .le-hours h2,
body.my-body .locations-page .le-hours h2 {
  margin-top: 0;
  text-align: left;
}
body.my-body .contact-page .le-hours h3,
body.my-body .locations-page .le-hours h3 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: left;
  text-shadow: none;
}
body.my-body .contact-page .le-hours .schedule-hours,
body.my-body .locations-page .le-hours .schedule-hours {
  font-size: 18px;
}
body.my-body .contact-page .le-form-content .form-group,
body.my-body .locations-page .le-form-content .form-group {
  margin-bottom: 7px;
}
body.my-body .contact-page .le-form-content .control-label,
body.my-body .locations-page .le-form-content .control-label {
  display: none;
}
body.my-body .contact-page .le-form-content .col-md-8,
body.my-body .contact-page .le-form-content .col-sm-4,
body.my-body .locations-page .le-form-content .col-md-8,
body.my-body .locations-page .le-form-content .col-sm-4 {
  width: 100%;
}
body.my-body .contact-page .le-form-content .col-sm-offset-2,
body.my-body .contact-page .le-form-content .col-sm-offset-4,
body.my-body .locations-page .le-form-content .col-sm-offset-2,
body.my-body .locations-page .le-form-content .col-sm-offset-4 {
  margin: auto;
  padding: 0;
}
body.my-body .specials-page .sign-up-prompt {
  display: none !important;
}
