.t3-wrapper {
  overflow: hidden !important;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  color: #191b1d;
  margin-top: 0;
  margin-bottom: 0;
}
a {
  color: #d32931;
  outline: 0;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus,
a:active,
a .active {
  outline: 0;
}
p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}
img {
  max-width: 100%;
}
.btn-primary {
  background: transparent;
  border-radius: 2px;
  color: #d32931;
  -webkit-border-radius: 2px;
  padding: 10px 25px;
  border: 1px solid #d32931;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-primary:hover {
  background: #d32931;
  color: #fff;
  border-color: #d32931;
}
.section-overlay,
.section-dark-overlay {
  position: relative;
}
.section-overlay:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.6;
  z-index: -1;
}
.section-dark-overlay:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.9;
  z-index: -1;
}
.margin-bottom {
  margin-bottom: 60px;
}

#sp-page-builder .page-content .sppb-section {
  margin-top: 0;
}
.sppb-addon-title {
  font-family: 'Great Vibes', cursive;
  letter-spacing: 2px;
  font-size: 60px;
  color: #d32931;
  font-weight: 400;
  margin-bottom: 0;
  display: block;
  position: relative;
}
.sppb-addon-title span {
  color: #fff;
}
.sppb-addon-subtitle {
  text-transform: uppercase;
  font-size: 34px !important;
  line-height: 34px;
  color: #111;
  font-weight: 700;
  position: relative;
}
.sppb-addon-subtitle span {
  color: #fff;
}
.t3-mainbody {
  padding-top: 18px;
  padding-bottom: 18px;
}

#preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #ffffff url('../../../templates/itl_madison/images/loading.gif') no-repeat center center;
}
.header-banner img {
  width: 220px;
}
.header-banner h3 {
  font-family: 'Great Vibes', cursive;
  font-size: 80px;
  color: #fff;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 40px;
}
.header-banner .btn-primary {
  background: transparent;
  color: #fff;
  border-color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: none;
}
.header-banner .btn-primary:hover {
  color: #fff;
  background: #d32931;
  border-color: #d32931;
}
.banner-dark::before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.banner-light:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.5);
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.banner-long {
  padding: 220px 0;
}
.banner-short {
  padding: 120px 0 70px;
}
.banner-medium {
  padding: 200px 0 80px;
}
@media screen and (min-width: 768px) {
  .boxed {
    width: 1200px;
    margin: 0 auto;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  }
}
.banner {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center bottom;
}
@media screen and (max-width: 991px) {
  .banner {
    text-align: center;
  }
}
.banner h2 {
  font-family: 'Great Vibes', cursive;
  font-size: 40px;
  margin: 0;
  letter-spacing: 1.8px;
}
.head-content {
  z-index: 101;
  position: relative;
}
.page-header {
  display: none;
}
.breadcrumb {
  background-color: transparent;
  float: right;
  font-size: 11px;
}
.breadcrumb li {
  color: #fff;
  text-transform: uppercase;
}
.breadcrumb li a {
  color: #fff;
  -webkit-transition: all 0.34s;
  transition: all 0.34s;
}
.breadcrumb li a:hover {
  text-decoration: none;
  color: #d32931;
}
.breadcrumb > .active {
  color: #fff;
}
.breadcrumb > li:first-child {
  display: none;
}
.hrader-image {
  width: 60px;
}
.border-image {
  border: 10px solid #ddd;
}
.t3-wrapper {
  overflow: hidden;
}
.t3-header {
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
}
.t3-header .container {
  background: rgba(0, 0, 0, 0.6);
}
.header-bg {
  background: rgba(0, 0, 0, 0.8);
}
.t3-header.header-bg .container {
  background: transparent;
}
.mt-30 {
  margin-top: 30px;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image {
  z-index: 99999;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  padding: 15px 15px;
  z-index: 99999;
  letter-spacing: 2.5px;
}
.logo-text a {
  color: #222222 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: 900;
}
.logo-text a em {
  font-style: normal;
  color: #d32931;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
input[type="search"] {
  border-radius: 0;
  box-shadow: none !important;
  border: 1px solid #d32931;
  font-family: 'Source Sans Pro', sans-serif;
}
.head-search {
  margin-top: 25px;
}
.head-search a.cartTrigger {
  color: #999;
}
.head-search a.cartTrigger:hover {
  text-decoration: none;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.rev_slider img {
  width: 220px;
}
.rev_slider .large_bold_white,
.rev_slider .large_bold_white-2 {
  font-family: 'Great Vibes', cursive;
  font-size: 90px !important;
  padding: 0 30px 0 0 !important;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}
.rev_slider .medium_light_white {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 18px !important;
  font-style: italic;
  line-height: 24px !important;
}
.rev_slider .medium_light_white_left {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 18px !important;
  font-style: italic;
  line-height: 24px !important;
}
.rev_slider .btn-primary {
  background: transparent;
  color: #fff;
  border-color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: none;
}
.rev_slider .btn-primary:hover {
  color: #fff;
  background: #d32931;
  border-color: #d32931;
}

.opening-hour-2 img {
  width: 60px;
}
.opening-hour-2 h3 {
  font-family: 'Great Vibes', cursive;
  font-size: 60px;
  color: #d32931;
}
.opening-hour-2 ul {
  margin-top: 30px;
}
.opening-hour-2 ul li {
  margin-bottom: 20px;
}
.opening-hour-2 ul li h5 {
  font-size: 16px;
}
.opening-hour-2 ul li em {
  font-style: normal;
}
.menu-opening-hour h3.module-title {
  font-family: 'Great Vibes', cursive !important;
  color: #d32931 !important;
  font-size: 28px !important;
  padding-left: 15px !important;
}
.menu-opening-hour .opening-hours ul {
  margin: 0 !important;
  padding: 0 !important;
}
.menu-opening-hour .opening-hours li {
  margin-bottom: 15px !important;
  list-style: none !important;
}
.menu-opening-hour .opening-hours h5 {
  color: #fff;
  font-size: 14px;
}
.menu-opening-hour .opening-hours em {
  font-style: normal;
  color: #999;
}

.special-offer {
  padding-top: 110px;
}
.special-offer h3 {
  font-size: 22px;
}
.special-offer h3 em {
  font-style: normal;
  font-size: 70px;
  font-weight: 700;
}
.special-offer h4 {
  font-size: 90px;
  color: #d32931;
  margin: 15px 0;
  font-family: 'Great Vibes', cursive;
}
.special-offer p {
  font-size: 20px;
  line-height: 24px;
}
.special-offer p em {
  font-weight: 700;
  font-style: normal;
}
.special-offer > em {
  font-style: normal;
  display: inline-block;
  background: #d32931;
  color: #fff;
  font-family: 'Great Vibes', cursive;
  padding: 15px;
  font-size: 35px;
  width: 82px;
  height: 80px;
  border-radius: 100%;
  margin-top: 30px;
}

.set-menu {
  background: #fff;
  padding: 30px 20px;
  border: 2px solid #ddd;
}
.set-menu h3 {
  padding-bottom: 15px;
  font-weight: 700;
}
.set-menu p {
  padding-bottom: 20px;
  font-size: 13px;
  font-weight: 300;
  color: #888;
}
.set-menu li {
  padding-bottom: 10px;
  font-size: 14px;
}
.set-menu em {
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
  background: #d32931;
  color: #fff;
  display: inline-block;
  padding: 10px;
  border-radius: 100%;
  margin-top: 20px;
}

.reservation-style-2 .reservation-form {
  background: transparent;
  padding: 0;
}
.reservation-style-3 .reservation-form {
  background: transparent;
  padding: 0;
  margin-top: 60px;
}
.reservation-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 30px;
}
.reservation-form label {
  color: #191b1d;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
}
.reservation-form input {
  width: 100%;
  height: 50px;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
}
.reservation-form select {
  height: 50px;
  text-transform: uppercase;
  border-radius: 0;
}
.reservation-form .btn-primary {
  width: 94%;
  background: #d32931;
  color: #fff;
}
ui-datepicker-next .ui-icon.ui-icon-circle-triangle-e {
  font-family: 'FontAwesome';
  content: '/f105';
}

.sppb-testimonial-pro {
  text-align: center;
}
.sppb-testimonial-pro .sppb-carousel-inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.sppb-testimonial-pro img {
  width: 100px;
  height: auto;
  border: 5px solid #ddd;
  margin-bottom: 30px !important;
}
.sppb-testimonial-pro .sppb-testimonial-message {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}
.sppb-testimonial-pro .pro-client-name {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
  color: #d32931;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
}
.sppb-testimonial-pro .sppb-carousel-control {
  line-height: 23px;
  border: 1px solid #d32931;
  color: #d32931;
}
.sppb-testimonial-pro .sppb-carousel-control:hover {
  background: #d32931;
  color: #fff;
}
.sppb-testimonial-pro .sppb-carousel-control i {
  line-height: 26px;
}
.sppb-testimonial-pro .right.sppb-carousel-control {
  position: absolute;
  right: 0;
  top: 50%;
}
.sppb-testimonial-pro .left.sppb-carousel-control {
  position: absolute;
  left: 0;
  top: 50%;
}
.sppb-testimonial-pro .left.sppb-carousel-control,
.sppb-testimonial-pro .right.sppb-carousel-control {
  top: 35%;
  border-radius: 2px;
}
.sppb-testimonial-pro .sppb-testimonial-pro .sppb-carouse {
  border-radius: 2px;
}

.event-section {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px;
}
.event-pic {
  border: 10px solid #ddd;
}
.event-description {
  text-align: center;
}
.event-description h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 25px;
}
.event-description p {
  margin: 0;
}
.event-description .btn-primary {
  border-color: #fff;
  color: #fff;
}
.event-description .btn-primary:hover {
  border-color: #d32931;
  color: #fff;
}
#clock {
  margin-top: 25px;
}
#clock .comming-part {
  text-align: center;
  margin-bottom: 30px;
}
#clock .comming-part em {
  display: block;
  font-style: normal;
  font-size: 40px;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
#clock .comming-part p {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}

.effect-bubba {
  position: relative;
  max-width: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
  background: #000;
  margin-bottom: 30px;
}
.effect-bubba img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.effect-bubba:hover img {
  opacity: 0.4;
}
.effect-bubba .figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.effect-bubba .figcaption::before,
.effect-bubba .figcaption::after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.effect-bubba .figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.effect-bubba .figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.effect-bubba h4 {
  color: #fff;
  margin-top: 20%;
  font-size: 30px;
  letter-spacing: 5px;
  font-family: 'Great Vibes', cursive;
  text-transform: capitalize;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.effect-bubba p {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.effect-bubba:hover .figcaption::before,
.effect-bubba:hover .figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.effect-bubba:hover h4,
.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.category-food {
  position: relative;
  max-width: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
  background: #000;
  margin-bottom: 30px;
}
.category-food img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.category-food:hover img {
  opacity: 0.4;
}
.category-food .figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.category-food .figcaption:before,
.category-food .figcaption:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.category-food .figcaption:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.category-food .figcaption:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.category-food h4 {
  color: #fff;
  margin-top: 20%;
  font-size: 30px;
  letter-spacing: 5px;
  font-family: 'Great Vibes', cursive;
  text-transform: capitalize;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.category-food:hover .figcaption::before,
.category-food:hover .figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.category-food:hover h4,
.category-food:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#about-section {
  background: url(../../../templates/itl_madison/images/about-left.png) 0% 100% no-repeat;
}
.about-text img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}
.about-text h3 {
  font-family: 'Great Vibes', cursive;
  font-size: 60px;
  line-height: 60px;
  margin-top: 25px;
  color: #d32931;
}
.about-text h4 {
  color: #191b1d;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
}
.about-text p {
  margin-top: 30px;
  margin-bottom: 30px;
}
.about-text ul {
  margin-bottom: 30px;
}
.about-text ul li {
  margin-bottom: 10px;
}
.about-text ul li:before {
  font-family: 'FontAwesome';
  content: "\f192";
  margin-right: 10px;
  color: #d32931;
}
.about-2 p {
  background: #f9f9f9;
  padding: 25px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
}
.about-2 h4 {
  margin-top: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.about-2 a {
  margin-top: 30px;
}

.special-dishes .dishes-img {
  border: 10px solid #ddd;
}
.special-dishes h4 {
  font-size: 26px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
}
.special-dishes p {
  margin-top: 30px;
}
.special-dishes p em {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.special-dishes .price {
  color: #d32931;
  font-size: 40px;
  margin-top: 20px;
}
.special-dishes .owl-controls {
  margin-top: 60px !important;
}
.special-dishes .owl-controls .owl-page.active span {
  background: #d32931 !important;
}

.special-dishes-2 .dishes-text {
  margin-top: 55px;
}
.special-dishes-2 .dishes-text img {
  width: 60px;
}
.special-dishes-2 .dishes-text h3 {
  font-family: 'Great Vibes', cursive;
  letter-spacing: 2px;
  font-size: 60px;
  color: #d32931;
  font-weight: 400;
  margin-bottom: 30px;
}
.special-dishes-2 .dishes-text h4 {
  font-size: 20px;
  color: #111;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
}
.special-dishes-2 .dishes-text em {
  font-size: 34px;
  font-style: normal;
}

.madison-feature {
  text-align: center;
  padding-bottom: 30px;
}
.madison-feature .feaure-image {
  width: 60px;
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
}
.madison-feature h4 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 15px;
  letter-spacing: 1px;
}
.madison-feature p {
  font-size: 14px;
  padding-top: 15px;
}
.madison-feature:hover .feaure-image {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.food-menu {
  position: relative;
  background: #000;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}
.food-menu img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.food-menu .figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
}
.food-menu .figcaption h4 {
  color: #fff;
  margin-top: 25%;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  opacity: 0;
}
.food-menu .figcaption p {
  font-size: 26px;
  color: #fff;
  letter-spacing: 1px;
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.food-menu:hover img {
  opacity: 0.4;
}
.food-menu:hover h4,
.food-menu:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.food-item {
  display: inline-block;
  margin-bottom: 30px;
  border: 2px solid #ddd;
  padding: 10px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: #fff;
}
.food-item img {
  width: 150px;
  float: left;
}
.food-item .description {
  float: left;
  width: 55%;
  margin-left: 20px;
  margin-top: 14px;
}
.food-item .description h4 {
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.food-item .description p {
  color: #666;
  line-height: 20px;
  font-size: 13px;
}
.food-item .price {
  float: right;
  font-size: 26px;
  margin-top: 25px;
}
.food-item:hover {
  background: #d32931;
  border-color: #d32931;
  color: #fff;
}
.food-item:hover h4,
.food-item:hover p {
  color: #fff;
}
.madison_blog,
.madison_blog_details {
  background: #ffffff;
  padding: 10px !important;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 40px !important;
}
.madison_blog .catItemImageBlock,
.madison_blog_details .catItemImageBlock {
  padding: 0;
}
.madison_blog .catItemImageBlock img,
.madison_blog_details .catItemImageBlock img {
  width: 100% !important;
  border: 0;
  padding: 0;
}
.madison_blog .itemleftpart,
.madison_blog_details .itemleftpart {
  float: left;
  width: 60px;
  text-align: center;
}
.madison_blog .itemleftpart .blog_day,
.madison_blog_details .itemleftpart .blog_day {
  display: block;
  color: #222222;
  font-size: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  margin: 0 0 2px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #c0c0c0;
}
.madison_blog .itemleftpart .blog_month,
.madison_blog_details .itemleftpart .blog_month {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}
.madison_blog .itemrightpart,
.madison_blog_details .itemrightpart {
  margin-left: 100px;
}
.madison_blog .itemrightpart .blog-meta li,
.madison_blog_details .itemrightpart .blog-meta li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  color: #cccccc;
  font-size: 11px;
  font-weight: 900;
}
.madison_blog .itemrightpart .blog-meta li a,
.madison_blog_details .itemrightpart .blog-meta li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #cccccc;
  font-size: 11px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.madison_blog .itemrightpart .blog-meta li a:hover,
.madison_blog_details .itemrightpart .blog-meta li a:hover {
  color: #d32931;
}
.madison_blog .itemrightpart .blog-meta li div.catItemCategory,
.madison_blog_details .itemrightpart .blog-meta li div.catItemCategory {
  border-bottom: 0;
}
.madison_blog .itemrightpart h2.catItemTitle,
.madison_blog_details .itemrightpart h2.catItemTitle,
.madison_blog .itemrightpart h2.itemTitle,
.madison_blog_details .itemrightpart h2.itemTitle {
  color: #222222;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.madison_blog .itemrightpart h2.catItemTitle a,
.madison_blog_details .itemrightpart h2.catItemTitle a,
.madison_blog .itemrightpart h2.itemTitle a,
.madison_blog_details .itemrightpart h2.itemTitle a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.madison_blog .itemrightpart h2.catItemTitle a:hover,
.madison_blog_details .itemrightpart h2.catItemTitle a:hover,
.madison_blog .itemrightpart h2.itemTitle a:hover,
.madison_blog_details .itemrightpart h2.itemTitle a:hover {
  color: #d32931;
}
.madison_blog .itemrightpart a.k2ReadMore,
.madison_blog_details .itemrightpart a.k2ReadMore {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #d32931;
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 15px;
}
.madison_blog .itemrightpart a.k2ReadMore:hover,
.madison_blog_details .itemrightpart a.k2ReadMore:hover {
  text-decoration: none;
  color: #fff;
}
.k2Pagination .pagination a {
  color: #d32931;
}
.k2Pagination .pagination .active a {
  background: #d32931;
  color: #fff;
  border-color: #d32931;
}
.madison_blog_details .itemToolbar {
  display: none;
}
.madison_blog_details .itemrightpart {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
}
.madison_blog_details .itemrightpart div.itemCategory {
  border-bottom: 0;
}
.madison_blog_details div.itemAuthorBlock {
  background: #f8f8f8;
  border: 0;
  padding: 0;
}
.madison_blog_details div.itemAuthorBlock img.itemAuthorAvatar {
  padding: 0;
  border: 0;
  width: 150px;
  height: auto;
  margin-right: 30px;
}
.madison_blog_details div.itemAuthorBlock h3.itemAuthorName {
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.madison_blog_details div.itemAuthorBlock h3.itemAuthorName a {
  color: #222;
}
.madison_blog_details div.itemAuthorBlock h3.itemAuthorName a:hover {
  color: #d32931;
  text-decoration: none;
}
.madison_blog_details .itemFullText {
  font-size: 15px;
}
.madison_blog_details blockquote {
  font-family: 'Great Vibes', cursive;
  font-size: 30px;
  border-color: #d32931;
  background: #f9f9f9;
  margin: 30px;
}
.madison_blog_details .itemComments {
  background: transparent;
  border: 0;
}
.madison_blog_details .itemComments .itemCommentsList .even {
  background: transparent;
}
.madison_blog_details .itemComments .itemCommentsList li {
  border-bottom: 1px solid #f3f3f3;
  padding: 40px 0;
}
.madison_blog_details .itemComments .itemCommentsCounter {
  padding-bottom: 40px;
  color: #222222;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
}
.madison_blog_details .itemCommentsForm label {
  display: none !important;
}
.madison_blog_details .itemCommentsForm h3 {
  color: #222222;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 30px;
}
.madison_blog_details .itemCommentsForm .itemCommentsFormNotes {
  display: none;
}
.madison_blog_details .itemCommentsForm input[type="text"],
.madison_blog_details .itemCommentsForm textarea {
  width: 100% !important;
  display: block;
  padding: 12px;
  background: #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #999999;
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
  border: 1px solid #f1f1f1;
  outline: none;
  margin: 0 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: none;
}
.madison_blog_details .itemCommentsForm input[type="text"]:focus,
.madison_blog_details .itemCommentsForm textarea:focus {
  border: 1px solid #d32931;
}
.madison_blog_details .itemCommentsForm textarea {
  min-height: 125px;
  margin-bottom: 20px !important;
}
.madison_blog_details .itemCommentsForm #submitCommentButton {
  display: inline-block;
  outline: none;
  padding: 10px 34px;
  color: #d32931;
  font-size: 12px !important;
  font-family: 'Source Sans Pro', sans-serif;
  background: transparent;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #d32931;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.madison_blog_details .itemCommentsForm #submitCommentButton:hover {
  background: #d32931;
  color: #ffffff;
}
.t3-sidebar {
  padding-top: 18px;
  padding-bottom: 18px;
}
.t3-sidebar .t3-module {
  margin-bottom: 36px;
}
.t3-sidebar .module-title {
  color: #222222;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0 0 15px;
  font-weight: 900;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.t3-sidebar .k2CategoriesListBlock ul {
  margin: 0;
  padding: 0;
}
.t3-sidebar .k2CategoriesListBlock ul li {
  list-style: none;
  border: 1px solid #f0f0f0;
  border-top: none;
}
.t3-sidebar .k2CategoriesListBlock ul li:first-child {
  border-top: 1px solid #f1f1f1;
}
.t3-sidebar .k2CategoriesListBlock ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  padding: 8px 20px;
  background: #ffffff;
  display: block;
  text-transform: uppercase;
}
.t3-sidebar .k2CategoriesListBlock ul li a:hover {
  background: transparent;
  color: #d32931;
}
.t3-sidebar .k2CategoriesListBlock ul li a span.catCounter {
  float: right;
  color: #999999;
}
.t3-sidebar .custom.text-box {
  padding: 14px 20px 0;
  background: #ffffff;
  border: 1px solid #f0f0f0;
}
.t3-sidebar .custom.text-box p {
  margin-bottom: 15px;
}
.t3-sidebar .k2TagCloudBlock a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 13px !important;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 6px 15px !important;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  margin-bottom: 3px;
  margin-right: 3px;
}
.t3-sidebar .k2TagCloudBlock a:hover {
  color: #ffffff;
  background: #d32931;
  border: 1px solid #d32931;
}
.contact-info-box em {
  color: #ffffff;
  font-size: 30px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background: #d32931;
  margin: 0 0 20px;
}
.contact-info-box h4 {
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  color: #d32931;
  margin-bottom: 16px;
}
.contact-info-box p {
  margin-bottom: 30px;
}
.madison-contact-form input[type="text"],
.madison-contact-form input[type="email"],
.madison-contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #d32931;
  margin-bottom: 30px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  box-shadow: none;
}
.madison-contact-form input[type="text"]:focus,
.madison-contact-form input[type="email"]:focus,
.madison-contact-form textarea:focus {
  border: 1px solid #d32931;
}
.madison-contact-form textarea {
  height: 120px !important;
  width: 100% !important;
}
.madison-contact-form .submit-area {
  text-align: center;
}
.madison-contact-form .message {
  height: 50px;
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
}
.madison-contact-form .message.error {
  color: #e74c3c;
}
.madison-contact-form .message.success {
  color: #d32931;
}

.map {
  filter: gray;
  
  -webkit-filter: grayscale(99%);
  filter: grayscale(99%);
  -webkit-backface-visibility: hidden;
}
#map {
  position: relative;
}
#map:after {
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent;
}
.t3-footer {
  background: #222;
  color: #999;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer p {
  color: #999;
}
.footer-about {
  margin-top: -15px;
}
.footer-about img {
  padding-bottom: 5px;
}
.footer-about .footer-social {
  margin-top: 20px;
}
.footer-about .footer-social li {
  display: inline-block;
  margin-right: 10px;
}
.footer-about .footer-social li a {
  text-align: center;
  padding: 7px 5px;
  font-size: 16px;
  border-radius: 100%;
  background: #333;
  webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-about .footer-social li a i {
  width: 25px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding-left: 3px;
}
.footer-about .footer-social li a:hover {
  background: #fff;
}
.footer-about .footer-social li a:hover i {
  color: #d32931;
}
.t3-footer .artsexylightbox_container {
  padding: 0 40px;
}
.t3-footnav {
  padding: 60px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav .t3-module {
  color: #555555;
  margin-top: 9px;
  margin-bottom: 9px;
}
.t3-footnav .t3-module .module-title {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #555555;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #555555;
}
.t3-copyright {
  font-size: 12px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  padding: 20px 0;
  border-top: 1px dotted #717173;
  text-align: center;
}
.copyright a:hover {
  color: #fff;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}

.call-to-action img {
  max-width: 100%;
  margin-bottom: 30px;
}
.call-to-action h3 {
  font-family: 'Great Vibes', cursive;
  color: #fff;
  font-size: 70px;
}
.call-to-action h4 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
}
.call-to-action p {
  color: #fff;
  margin: 0 10%;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.call-to-action .btn-primary {
  margin-top: 30px;
  border-color: #fff;
  color: #fff;
}
.call-to-action .btn-primary:hover {
  background: #fff;
  color: #d32931;
}
.white-bg .call-to-action h4 {
  color: #222;
}

.chef {
  background: #303fa9;
  position: relative;
  max-width: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
  background: #000;
  margin-bottom: 30px;
}
.chef img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.chef h4 {
  position: absolute;
  bottom: 20%;
  left: 48%;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  background: #d32931;
  border-radius: 2px;
  padding: 10px 15px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.chef p {
  position: absolute;
  bottom: 13%;
  left: 50%;
  color: #fff;
  font-size: 13px;
  background: #d32931;
  border-radius: 2px;
  padding: 5px 10px;
  margin-left: 50px;
  margin-top: -2px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.chef ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.chef .chef-details::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border: 2px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.chef ul {
  width: 100px;
  text-transform: none;
  font-size: 121%;
  line-height: 2;
}
.chef ul a {
  color: #fff;
}
.chef ul li:hover,
.chef ul li:focus {
  opacity: 0.6;
}
.chef ul li {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.chef ul li:first-child {
  -webkit-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0);
}
.chef ul li:nth-child(2) {
  -webkit-transform: translate3d(60px, -60px, 0);
  transform: translate3d(60px, -60px, 0);
}
.chef ul li:nth-child(3) {
  -webkit-transform: translate3d(-60px, 60px, 0);
  transform: translate3d(-60px, 60px, 0);
}
.chef ul li:nth-child(4) {
  -webkit-transform: translate3d(60px, 60px, 0);
  transform: translate3d(60px, 60px, 0);
}
.chef:hover .chef-details::before {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}
.chef:hover img {
  opacity: 0.3;
}
.chef:hover h4,
.chef:hover p {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}
.chef:hover ul li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  
  opacity: 1;
}

.opening-hours li {
  margin-bottom: 20px;
}
.opening-hours h5 {
  color: #fff;
  font-size: 14px;
}
.opening-hours em {
  font-style: normal;
  color: #999;
}

.pricing-box ul.pricing-table {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  background: #ffffff;
  text-align: center;
}
.pricing-box ul.pricing-table li {
  list-style: none;
  padding: 16px 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: relative;
}
.pricing-box ul.pricing-table li p {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #222222;
}
.pricing-box ul.pricing-table li h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.pricing-box ul.pricing-table li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 26px;
  border: 2px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #d32931;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.pricing-box ul.pricing-table li a:hover {
  border: 2px solid #222222;
  color: #222222;
}
.pricing-box ul.pricing-table li:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 1px;
  border: 1px dotted #999999;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.pricing-box ul.pricing-table li:first-child {
  padding: 22px 0;
  background: #222222;
}
.pricing-box ul.pricing-table li:last-child {
  padding-bottom: 27px;
  padding-top: 5px;
}
.pricing-box ul.pricing-table li:first-child:after,
.pricing-box ul.pricing-table li.title:after,
.pricing-box ul.pricing-table li.users-available:after,
.pricing-box ul.pricing-table li:last-child:after {
  display: none;
}
.pricing-box ul.pricing-table li.title {
  padding: 30px 0 16px;
}
.pricing-box ul.pricing-table li.title p {
  font-size: 15px;
  color: #999999;
}
.pricing-box ul.pricing-table li.title p em {
  font-size: 30px;
  font-style: normal;
  color: #222222;
  display: block;
  line-height: 48px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-box ul.pricing-table:hover li:first-child {
  background: #d32931;
}
.pricing-box ul.pricing-table:hover li.title p em {
  color: #d32931;
}

.sppb-nav-tabs li a {
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  color: #555;
}
.sppb-nav-tabs li a i {
  margin-right: 5px;
}
.sppb-nav-tabs li.active a {
  color: #d32931;
}
.sppb-nav-pills li a {
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  color: #555;
}
.sppb-nav-pills li a i {
  margin-right: 5px;
}
.sppb-nav-pills li.active a,
.sppb-nav-pills li:hover a,
.sppb-nav-pills li:focus a {
  background: #d32931;
  color: #fff;
}
.sppb-nav-pills li.active:hover a,
.sppb-nav-pills li:hover:hover a,
.sppb-nav-pills li:focus:hover a {
  background: #d32931;
  color: #fff;
}
.sppb-tab-content {
  margin-top: 20px;
}
.sppb-tab-content img {
  width: 200px;
  margin-right: 10px;
}

.sppb-panel-heading.active {
  background: #d32931 !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.sppb-panel-heading {
  border-radius: 0 !important;
}
.sppb-panel-heading .sppb-panel-title {
  font-size: 14px;
}
.sppb-panel-heading .sppb-panel-title i {
  margin-right: 5px;
}
.sppb-panel-body img {
  width: 200px;
  margin-right: 20px;
}

.dropcap {
  float: left;
  width: 60px;
  height: 60px;
  padding: 0 10px 0 16px;
  font-size: 40px;
  font-weight: 400;
}
.dropcap.bg {
  margin-right: 10px;
  margin-bottom: 0;
  color: #fff;
  background: #d32931;
}
.dropcap.bg.circle {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.dropcap.bg.rounded {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav > li > a {
    padding: 15px 10px;
  }
  .special-dishes-2 .dishes-text {
    margin-top: 20px;
  }
  .food-item img {
    width: 130px;
  }
  .food-item .description {
    width: 50%;
  }
  .special-offer {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-30 {
    margin-top: 0;
  }
  .food-item {
    text-align: center;
  }
  .food-item img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .food-item .description {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .food-item .price {
    float: none;
  }
  .chef p {
    bottom: 10%;
    left: 30%;
  }
  .chef .chef-details::before {
    width: 150px;
    height: 150px;
  }
  .event-pic {
    margin-bottom: 20px;
  }
  .special-dishes-item .dishes-img {
    margin-bottom: 20px;
  }
  .special-dishes-2 img {
    width: 100%;
    margin-bottom: 20px;
  }
  .special-offer {
    padding-top: 0;
  }
  .single-chef {
    margin-top: 110px;
  }
  .t3-footer .artsexylightbox_container {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .mt-30 {
    margin-top: 0;
  }
  .rev_slider .large_bold_white,
  .rev_slider .large_bold_white-2 {
    font-size: 50px !important;
    letter-spacing: 10px;
  }
  .rev_slider .large_bold_white-2 {
    margin-top: 60px !important;
  }
  .rev_slider .medium_light_white,
  .rev_slider .medium_light_white_left {
    display: none;
  }
  .rev_slider .btn-primary {
    font-size: 40px;
    border: 1px solid #fff !important;
    margin-top: 30px !important;
  }
  .rev_slider .btn-primary:hover {
    border: 1px solid #d32931 !important;
  }
  .chef img {
    width: 100%;
  }
  .event-pic {
    margin-bottom: 20px;
  }
  .t3-footnav .t3-module {
    margin-top: 30px;
  }
  .footer-about {
    text-align: center;
  }
  .opening-hours {
    text-align: center;
  }
  .special-offer {
    padding-bottom: 60px;
  }
  .set-menu {
    margin-bottom: 30px;
  }
  .breadcrumb {
    float: none;
  }
  .madison_blog .itemleftpart,
  .madison_blog_details .itemleftpart {
    width: 100%;
    margin-bottom: 20px;
  }
  .madison_blog .itemrightpart,
  .madison_blog_details .itemrightpart {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .mt-30 {
    margin-top: 0;
  }
  .rev_slider img {
    display: none;
  }
  .rev_slider .large_bold_white,
  .rev_slider .large_bold_white-2 {
    font-size: 35px !important;
    font-weight: 700;
    letter-spacing: 10px;
  }
  .rev_slider .large_bold_white-2 {
    margin-top: 60px !important;
  }
  .rev_slider .medium_light_white,
  .rev_slider .medium_light_white_left {
    display: none;
  }
  .rev_slider .btn-primary {
    font-size: 50px;
    border: 1px solid #fff !important;
    margin-top: 30px !important;
  }
  .rev_slider .btn-primary:hover {
    border: 1px solid #d32931 !important;
  }
  .food-item {
    text-align: center;
  }
  .food-item img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .food-item .description {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .food-item .price {
    float: none;
  }
  .chef p {
    bottom: 10%;
    left: 30%;
  }
  .chef .chef-details::before {
    width: 150px;
    height: 150px;
  }
  .special-dishes-2 img {
    width: 100%;
    margin-bottom: 20px;
  }
  .event-description .btn-primary {
    margin-left: -25px;
  }
  .artsexylightbox {
    margin: 1px !important;
  }
  .t3-footnav .t3-module {
    margin-top: 30px;
  }
  .footer-about {
    text-align: center;
  }
  .opening-hours {
    text-align: center;
  }
  .event-pic {
    margin-bottom: 20px;
  }
  .special-dishes-item .dishes-img {
    margin-bottom: 20px;
  }
  .special-offer {
    padding-bottom: 60px;
  }
  .set-menu {
    margin-bottom: 30px;
  }
  .breadcrumb {
    float: none;
  }
  .madison_blog .itemleftpart,
  .madison_blog_details .itemleftpart {
    width: 100%;
    margin-bottom: 20px;
  }
  .madison_blog .itemrightpart,
  .madison_blog_details .itemrightpart {
    margin-left: 0;
  }
}