
.nocss {all: none !important;}
.m0a {margin: 0 auto !important;}
.fln {float: none !important;}
.nopl {padding-left: 0px !important;}
.nopr {padding-right: 0px !important;}
.restportal-divider-space {
  clear: both;
  width: 100%;
}
.restportal-divider-space.space-md {
  height: 100px;
}
.restportal-menu .restportal-menu-title {
  font-size: 44px;
  line-height: 55px;
  font-weight: 300;
  text-align: center;
  color: #C02530;
  text-shadow: 1px 1px #000;
  border-bottom: 2px solid #fff;
  padding-bottom: 28.38983051px;
  margin-bottom: 28.38983051px;
}
.restportal-menu .restportal-menu-content {
  display: block;
}
.restportal-menu .restportal-menu-content li {
  display: table;
  width: 100%;
  margin-bottom: 45px;
}
.restportal-menu .restportal-menu-content li:last-child {
  margin-bottom: 10px;
}
.rest-portal-menu-title h5 {font-size: 22px !important; line-height: 20px !important; text-align: left !important;}
.restportal-menu .restportal-menu-content li .restportal-menu-description {
  width: 100%;
  vertical-align: top;
  padding-top: 5px;
}
.restportal-menu .restportal-menu-content li .restportal-menu-price {
/*  float: right !important;*/
  vertical-align: top;
}
.restportal-menu .restportal-menu-content li .restportal-menu-description .restportal-image {
  width: 100px;
  height: 100px;
  float: left;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 15%;
  overflow: hidden;
  margin-right: 19px;
/*  margin-bottom: 15px;*/
  margin-top: 15px;
}
.restportal-image img {width: 100%; margin-bottom: 12px;}
.restportal-menu .restportal-menu-content li .restportal-menu-description h5 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  text-align: left;
/*  margin-top: 15px;*/
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px #000;
  letter-spacing: normal;
  min-width: 395px;
}
.restportal-menu .restportal-menu-content li .restportal-menu-description span {
  font-size: 17px;
  line-height: 18px;
  text-align: left;
  font-family: 'Playfair Display', serif;
  color: #484745;
  display: flex;
  float: none !important;
}
.restportal-menu .restportal-menu-content li .restportal-menu-price {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  color: #C02530;
/*  text-shadow: 1px 1px #000;*/
  text-align: left;
  padding-left: 0px;
  letter-spacing: 2px;
  padding-top: 5px;
  width: 100%;
	display: block !important;
}

.menusub {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    margin-top: 15px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #000;
    letter-spacing: normal;
    text-align: center;
}

/*-----------------------------------*/
/*           Responsive              */
/*-----------------------------------*/
/*Screen 768px*/
@media (max-width: 991px) {
/*
  .restportal-menu {
    padding: 0 15px;
  }
*/
}
/*Screen 568px*/
@media (max-width: 767px) {
  .restportal-menu .restportal-menu-content li .restportal-menu-description h5 {
    font-size: 18px;
  }
}
/*Screen 320px*/
@media (max-width: 479px) {
.mobnopl {padding-left: 0px !important;}
.mobnopr {padding-right: 0px !important;}

.restportal-menu .restportal-menu-title {font-size: 30px !important;}
.restportal-menu .restportal-menu-content li .restportal-menu-price {
/*    width: 200px;*/
}	
	
  .restportal-menu .restportal-menu-content li {
    margin-bottom: 40px;
  }
  .restportal-menu .restportal-menu-content li .restportal-menu-description,
  .restportal-menu .restportal-menu-content li .restportal-menu-price {
    display: inline-block;
  }
  .restportal-menu .restportal-menu-content li .restportal-menu-price {
    padding-left: 0;
	  float: none;  }
}