
.single-stc_restaurant #main .smaller {
  font-size: 12px;
  display: block;
  margin-top: -2px;
}
.single-stc_restaurant #main #programs {
  position: absolute;
  display: block;
  right: 10px;
}
.single-stc_restaurant #main #programs a {
  display: inline-block;
}
.single-stc_restaurant #main #programs .icon-info {
  display: none;
  opacity: 0;
  position: absolute;
  top: 75px;
  width: 329px;
  height: 118px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 10px;
  transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
  z-index: 10;
}
.single-stc_restaurant #main #programs #eat-local {
  left: 0;
}
.single-stc_restaurant #main #programs #envirostars {
  left: 68px;
}
.single-stc_restaurant #main #programs #envirostars.single {
  left: 0;
}
.single-stc_restaurant #main #programs .icon-info .arrow {
  position: absolute; 
  width: 0; 
  height: 0; 
  line-height: 0; 
  border: 14px dashed #666; 
  border-bottom-color: #000; 
  left: 18px;
  top: -28px; 
  border-top-color: transparent; 
  border-left-color: transparent;
  border-right-color: transparent;
}
.single-stc_restaurant #main #programs .icon-info .arrow:after {
  content:'';
  position:absolute;
  width: 0;
  height: 0;
  border: 14px dashed #fff; 
  left: -14px; 
  top: -13px; 
  border-top-color: transparent; 
  border-left-color: transparent;
  border-right-color: transparent;
}
.single-stc_restaurant #main #programs .lock {
  display: block !important;
  opacity: 1 !important;
}
.single-stc_restaurant #main #programs img {
  margin: 0 5px;
}
.single-stc_restaurant #main p strong {
  display: block;
  width: 100%;
}
.single-stc_restaurant #main p span {
  position: relative;
}
.single-stc_restaurant #main p img.local {
  position: absolute;
  top: -5px;
}
@media screen and (max-width: 480px) {
  .single-stc_restaurant #main #programs {
    right: -5px !important;
  }
  .single-stc_restaurant #main #programs .icon-info {
    right: 0 !important;
  }
  .single-stc_restaurant #main #programs #eat-local {
    left: unset !important;
  }
  .single-stc_restaurant #main #programs #envirostars {
    left: unset !important;
  }
  .single-stc_restaurant #main #programs .icon-info .arrow {
    left: unset !important;
  }
  .single-stc_restaurant #main #programs .icon-info:nth-child(1) .arrow {
    right: 88px;
  }
  .single-stc_restaurant #main #programs .icon-info:nth-child(2) .arrow {
    right: 21px;
  }

  .single-stc_restaurant #main p img.local {
    position: absolute !important;
    top: 0px !important;
    /*right: 0;*/
  }
  .single-stc_restaurant #main p span.single-line img.local {
    top: -5px !important;
  }

  .single-stc_restaurant #main p strong {
    width: 100%;
  }
  .single-stc_restaurant #main p span {
    position: relative;
    clear: both;
    display: block;
  }
}





.single-stc_restaurant #main #main-content .page-title {
    margin-bottom: 0;
    font-size: 34px;
    max-width: 68%;
    line-height: 34px;
    text-transform: uppercase;
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    font-weight: 400;
}

.single-stc_restaurant #main #main-content .cuisine {
    display: block;
    font-size: 20px;
    color: #515151;
    margin-top: -2px;
}

.single-stc_restaurant #main #main-content .book-now {
  margin-top: 12px;
  display: block;
  width: fit-content;
  height: 30px;
}

.single-stc_restaurant #main #main-content .meal-pricing {
  text-transform: uppercase;
}

.single-stc_restaurant #main #main-content .restaurant-notice {
    margin-top: 12px;
    font-size: 12px;
    font-weight: bold;
    max-width: 95%;
}
/*
.single-stc_restaurant #main #main-content .course-title {
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    margin: 24px 0 .71em;
}
*/
.single-stc_restaurant #main #main-content h4 {
    font-family: 'Knockout 52 A','Knockout 52 B';
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 28px;
    margin-bottom: 8px !important;
}

.single-stc_restaurant #main #main-content h5,
.single-stc_restaurant #main #desktop-sidebar h5 {
  font-family: 'Knockout 52 A','Knockout 52 B';
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 24px;
}



.single-stc_restaurant #main #desktop-sidebar .icon,
.single-stc_restaurant #main #desktop-sidebar .info {
  margin-bottom: 8px;
}
.single-stc_restaurant #main #desktop-sidebar .icon {
  clear: both;
  display: inline-block;
  width: 13%;
  text-align: center;
}
.single-stc_restaurant #main #desktop-sidebar .icon i {
  font-size: 16px;
  position: relative;
  top: 1px;
}

.single-stc_restaurant #main #desktop-sidebar .info {
  display: inline-block;
  width: 86%;
  text-align: left;
}
.single-stc_restaurant #main #desktop-sidebar .social {
  clear: both;
  display: inline-block;
  width: calc(100% - 4%);
  margin-left: 4%;
  margin-bottom: 8px;
  text-align: left;
}
.single-stc_restaurant #main #desktop-sidebar .social a {
  display: inline-block;
  position: relative;
  top: 6px;
  margin-right: 15px;
  margin-bottom: 8px;
}
.single-stc_restaurant #main #desktop-sidebar .social a i {
  font-size: 24px !important;
}
.single-stc_restaurant #main #desktop-sidebar .social a i.fa-instagram {
  color: #c32aa3 !important;
}
.single-stc_restaurant #main #desktop-sidebar .social a i.fa-facebook {
  color: #3b5999 !important;
}
.single-stc_restaurant #main #desktop-sidebar .social a i.fa-twitter {
  color: #55acee !important;
}
.single-stc_restaurant #main #desktop-sidebar .social  i:hover {
}
.single-stc_restaurant #main #desktop-sidebar .info-box i.fa-times {
  color: red;
}
.single-stc_restaurant #main #desktop-sidebar .info-box i.fa-check {
  color: green;
}
.single-stc_restaurant #main #desktop-sidebar .info-box ul {
  list-style: circle !important;
  list-style-type: circle !important;
  margin-left: 37px;
} 
.single-stc_restaurant #main #desktop-sidebar .info-box ul li {
  list-style: unset !important;
}


/**/

.map-divider {
  clear: both;
  position: relative;
  display: block;
  height: 25px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
.map-wrpr {
    clear: both;
    padding: 0 0 15px 0;
}

@media screen and (min-width: 768px) {
    .map-wrpr {
        padding: 0px 15px 24px;
        margin-bottom: 38px;
    }
}
@media screen and (min-width: 480px) {
    .map-wrpr{
        padding: 0;
        margin-right: -15px;
        margin-left: -15px;
    }
}

#map {
	height: 575px;
	max-width: 1000px;
	border-top: #85a7c3 solid 1px;
	border-bottom: #85a7c3 solid 1px;
  margin: 0 auto;
  padding: 0;
	width: 100%;
}
	
#map .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:999;	
}
@media screen and (min-width: 768px) {
    #map .overlay {
        display: none;	
    }
}
	
#map h4 {
  margin-top: 0px !important;
  margin-bottom: 8px !important;
	padding-top: 0;
	max-width: 250px;
	line-height: 18px;
	font-size: 20px !important;
	padding-right: 24px;
}

#map .infobox-cuisine {
	margin: 0;	
}

#map .infobox-link {
  display: block;
  font-weight: bold;   
  margin-bottom: 5px;
}

#map .infobox-address {
	margin-bottom: 10px;	
	margin-top: 10px;
}

#map .marker {
	display: none;   
}

#map img { 
	max-width: none; 
}

@media screen and (max-width: 480px) {
  #map {
      height: 300px;
  }
  #map h4 {
    font-size: 14px !important;
    padding-right: 15px !important;
  }
}

.map-modal {
	visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
}
.map-modal #map {
	width: 100%;
	height: 100%;
	position: relative;
}
    
.map-modal #map > .bar {
	width: 100%;
	height: 50px;
	background: #292929;
	display: block;
	padding: 0;
	text-align: right;
}
.map-modal #map > .bar button {
    background: #292929;
	border-radius: 0;
	width: 50%;
	height: 50px;
	padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 18px;
    position: relative;
    outline: 0;
    text-align: right;
    padding-right: 45px;
}
.map-modal #map > .bar button:after {
    content: "\00d7";
    position: absolute;
    font-size: 28px;
    right: 16px;
    top: 11px;
}

.map-modal #map .overlay {
	display: none;	
}


.gm-style {
  font-family: Arial, sans-serif !important;
}
.gm-style-iw-c {
  /*background-color: #fff;*/
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  border-radius: 2px 2px 10px 10px;
  border-width: 1px;
  border-style: solid;
}
.gm-style-iw-t::after {
  background: #fff !important;
  border-width: 0 0 1px 1px;
  border-style: solid;
}
@media screen and (max-width: 480px) {
  .gm-style-mtc > div {
    height: 30px !important;
    padding: 0 15px !important;
    font-size: 14px !important;
  }
  .gm-style-iw-c {
    max-height: 180px !important;
    padding: 5px 0 5px 10px !important
  }
  .gm-style-iw-d {
    max-height: 160px !important;
  }
  .gm-style-iw-d h4 {
    margin-bottom: 3px !important;
  }
  .gm-style-iw-d .infobox-link {
    margin-bottom: 0 !important;
  }
  .gm-style-iw-d .infobox-address {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
  }
}





/* Application */


@media screen and (max-width: 386px) {
  
  #application #filters button {
    margin-right: 3px;
  }

}
@media screen and (max-width: 400px) {
  #application table th:before {
    
  }
}

@media screen and (max-width: 480px) {
  #application #filters .nToggle {
    width: 40% !important;
  }
  #application #filters .mToggle {
    width: 28% !important;
  }
  #application #filters .cToggle {
    width: 25% !important;
  }
}




.mobile-tablet-item {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-tablet-item {
    display: block;
  }
}
.desktop-item {
  display: block;
}
@media screen and (max-width: 767px) {
  .desktop-item {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #application #filters .mobile-tablet-item {
    display: block;
  }
  #application #filters .desktop-item {
    display: none !important;
  }
  #application #filters .cuisines .gluten, #application #filters .cuisines .vegan, #application #filters .cuisines .vegetarian {
    display: block !important;
  }
  #application #filters .cuisines h5 {
    display: block !important;
  }
  #application #filters .neighborhoods .filter-item {
    width: 46% !important;
  }
  #application #filters button {
    font-size: 11px;
    margin-right: 2px;
    padding-left: 4px;
    padding-right: 22px;
  }
  #application #filters .mToggle:before {
    content: "Meal/Diet" !important;
  }
  #application #filters .nToggle:after, #application #filters .cToggle:after, #application #filters .mToggle:after {
    color: #000;
  }
  #application #filters .nToggle {
    float: left;
    min-width: 82px;
    width: 41%;
  }
  #application #filters .mToggle {
    float: left;
    min-width: 48px;
  }
  #application #filters .cToggle {
    float: right;
    min-width: 82px;
    width: 32%;
  }
}
@media screen and (max-width: 992px) {

}
@media screen and (min-width: 767px) and (max-width: 850px) {
  #application #filters .mobile-tablet-item {
    display: block;
  }
  #application #filters .desktop-item {
    display: none;
  }
  #application #filters .cuisines .gluten, #application #filters .cuisines .vegan, #application #filters .cuisines .vegetarian {
    display: block !important;
  }
  #application #filters .cuisines h5 {
    display: block !important;
  }
  #application #filters .neighborhoods .filter-item {
    width: 46% !important;
  }
  #application #filters button {
    font-size: 11px;
    margin-right: 2px;
    padding-left: 4px;
    padding-right: 22px;
  }
  #application #filters .mToggle:before {
    content: "Meal/Diet" !important;
  }
  #application #filters .nToggle:after, #application #filters .cToggle:after, #application #filters .mToggle:after {
    color: #000;
  }
  #application #filters .nToggle {
    float: left;
    min-width: 82px;
    width: 41%;
  }
  #application #filters .mToggle {
    float: left;
    min-width: 48px;
    width: 22%;
  }
  #application #filters .cToggle {
    float: right;
    min-width: 82px;
    width: 32%;
  }
  #twitter-widget-0 {
    min-width: 175px !important;
  }
}


#application {
    margin-top: 4px;
  }
  #application .no-results {
    display: none;
    margin-left: 18px;
  }
  @media screen and (min-width: 480px) {
    #application .desktop-only {
      /*display: none;*/
    }
  }
  #application #filters {
    position: relative;
    min-height: 28px;
    margin: 12px 0;
  }
  #application #filters .checkbox {
    display: inline-block;
    position: relative;
    top: 0px;
    width: 13px;
    height: 13px;
    margin: 0 0px 0 0;
    transition: background 0.1s linear;
  }
  #application #filters .child .checkbox {
    top: 0px;
  }
  #application #filters .checkbox input[type=checkbox] {
    visibility: hidden;
    width: 12px;
    height: 13px;
    margin: 0;
    user-select: none;
    transition: background 0.1s linear;
  }
  #application #filters .checkbox input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  #application #filters .checkbox label {
    position: relative;
    width: 13px !important;
    height: 13px;
    top: 0px;
    border-radius: 0px;
    left: 0px;
    line-height: 28px;
    min-height: 12px !important;
    padding: 0;
    background: #fff;
    user-select: none;
    transition: background 0.1s linear, opacity 0.1s linear;
    cursor: pointer;
  }
  #application #filters .checkbox label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0px;
    left: 0px;
  }
  #application #filters .checkbox label:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
  }
  #application #filters .controls {
    position: relative;
  }
  @media screen and (min-width: 480px) {
    #application #filters .controls {
      min-height: 28px;
    }
  }
  #application #filters .controls button {
    float: left;
    background: 0;
    color: #000;
    border-radius: 0;
    font-size: 12px;
    margin-right: 4px;
    padding: 0;
    padding-left: 8px;
    padding-right: 28px;
    position: relative;
    outline: 0;
    transition: background 0.1s linear, color 0.1s linear;
    height: 24px;
    line-height: 15px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    text-align: left;
  }
  #application #filters .controls button.cToggle {
    margin-right: 0 !important;
  }
  @media screen and (min-width: 480px) {
    #application #filters .controls button {
      font-size: 11px;
      margin-right: 2px;
      padding-left: 4px;
      padding-right: 22px;
    }
  }
  #application #filters .controls button:focus {
    outline: 0;
  }
  #application #filters .controls .clearAll {
    /*border: 3px solid #fff;*/
    border: none;
    position: absolute;
    right: 15px;
    top: -26px;
    height: 26px;
    line-height: 20px;
    padding-right: 0;
    padding-left: 0;
    font-size: 11px;
    transition: color 0.1s linear;
    margin-right: 0;
    text-align: right;
    float: right;
  }
  #application #filters .controls .clearAll:hover {
    background: none;
  }
  @media screen and (min-width: 992px) {
    #application #filters .controls .clearAll {
      font-size: 10px;
      top: -26px;
    }
  }
  #application #filters .controls .mToggle:before {
    content: "Meal";
  }
  #application #filters .controls .cToggle:before {
    content: "Cuisine";
  }
  #application #filters .controls .nToggle:after, #application #filters .controls .cToggle:after, #application #filters .controls .mToggle:after {
    content: "+";
    font-size: 17px;
    height: 24px;
    line-height: 15px;
    position: absolute;
    transition: color 0.1s linear;
    position: absolute;
    right: 4px;
  }
  @media screen and (min-width: 480px) {
    #application #filters .controls .nToggle:after, #application #filters .controls .cToggle:after, #application #filters .controls .mToggle:after {
      color: #000;
    }
  }
  #application #filters .controls .nToggle.open, #application #filters .controls .cToggle.open, #application #filters .controls .mToggle.open {
    color: #fff;
  }
  #application #filters .controls .nToggle.open:after, #application #filters .controls .cToggle.open:after, #application #filters .controls .mToggle.open:after {
    content: "\2013";
    font-size: 15px;
    color: #fff;
    top: -2px;
    right: 5px;
    line-height: 22px;
  }
  @media screen and (min-width: 480px) {
    #application #filters .controls .nToggle {
      float: left;
      min-width: 82px;/*
      width: 41%;*/
      margin: 0 1%;
      margin-left: 0;
    }
    #application #filters .controls .mToggle {
      float: left;
      min-width: 48px;/*
      width: 22%;*/
      margin: 0 1%;
    }
    #application #filters .controls .cToggle {
      float: left;
      min-width: 82px;/*
      width: 32%;*/
      margin: 0 1%;
      margin-right: 0;
    }
  }
  #application #filters .controls .filter-item {
    display: flex;
    width: inherit;
    clear: none;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 6px;
    float: left;
  }
  #application #filters .controls > .filter-item:first-of-type {
    margin-left: 10px;
  }
  #application #filters .filter-item {
    width: 33%;
    clear: both;
    float: left;
  }
  @media screen and (min-width: 480px) {
    #application #filters .filter-item {
      width: 100%;
    }
  }
  @media screen and (max-width: 480px) {
    #application #filters .controls .nToggle {

    }
    #application #filters .controls .mToggle {

    }
    #application #filters .controls .cToggle {

    }
  }
  #application #filters .filter-item input {
    display: inline-block;
    margin-right: 2px;
  }
  #application #filters .filter-item label {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0;
    line-height: 12px;
    width: 86%;
  }
  #application #filters .filter-item .text-label {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    line-height: 18px;
    margin-left:5px;
  }
  #application #filters .neighborhoods, #application #filters .cuisines, #application #filters .meals {
    clear: both;
    display: none;
    padding: 12px 8px 0px;
  }
  #application #filters .neighborhoods:after, #application #filters .cuisines:after, #application #filters .meals:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  @media screen and (min-width: 480px) {
    #application #filters .neighborhoods, #application #filters .cuisines, #application #filters .meals {
      box-shadow: 0px 3px 6px #aaa;
      padding: 12px 8px 14px;
    }
  }
  #application #filters .neighborhoods h5, #application #filters .cuisines h5, #application #filters .meals h5 {
    font-size: 14px;
    padding-bottom: 0px;
    padding-top: 10px;
    clear: both;
    margin-bottom: 0px;
    margin-top: 5px;
  }
  #application #filters .neighborhoods .filter-item, #application #filters .cuisines .filter-item, #application #filters .meals .filter-item {
    width: 46%;
    height: 27px;
    /*display: inline-block;*/
    display: flex;
    align-items: center;
  }
  @media screen and (min-width: 480px) {
    #application #filters .neighborhoods .filter-item, #application #filters .cuisines .filter-item, #application #filters .meals .filter-item {
      display: flex;
      align-items: center;
      width: 46%;
      float: left;
      height: 22px;
    }
  }
  #application #filters .neighborhoods .filter-item .checkbox, #application #filters .cuisines .filter-item .checkbox, #application #filters .meals .filter-item .checkbox {
    margin-right: 8px;
  }
  @media screen and (min-width: 480px) {
    #application #filters .meals .filter-item {
      width: 46%;
      display: inline-block;
    }
  }
  @media screen and (min-width: 1200px) {
    #application #filters .cuisines h5 {
      display: none;
    }
    #application #filters .cuisines .vegetarian {
      display: none;
    }
    #application #filters .cuisines .vegan {
      display: none;
    }
    #application #filters .cuisines .gluten {
      display: none;
    }
  }
  @media screen and (min-width: 480px) {
    #application #filters .cuisines .vegetarian {
      width: 50%;
      display: inline-block;
    }
    #application #filters .cuisines .vegetarian .checkbox {
      margin-right: 4px;
    }
    #application #filters .cuisines .vegan {
      width: 50%;
      display: inline-block;
    }
    #application #filters .cuisines .vegan .checkbox {
      margin-right: 4px;
    }
    #application #filters .cuisines .gluten {
      width: 50%;
      display: inline-block;
    }
    #application #filters .cuisines .gluten .checkbox {
      margin-right: 4px;
    }
  }
  #application .category-restaurant.hidden {
    display: none;
  }
  #application table {
    padding: 0 15px;
  }
  #application table thead {
    background: #838383;
    color: #fff;
  }
  #application table thead th {
    border: 0;
    padding: 0 0 0 15px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  #application table thead th.title {
    width: 35%;
  }
  #application table th.cuisine {
    width: 20%;
  }
  #application table th.neighborhood {
    width: 25%;
  }
  #application table thead th span {
    padding: 0;
  }

  #application table tbody tr {
    border-bottom: 1px solid #e2e2e2;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;
    cursor: pointer;
  }

  #application table tbody tr td > span {
    padding: 0;
  }
  #application table tbody td.post-title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 55px;
  }
  #application table tbody td.post-title span > span {
    display: flex;
    font-weight: bold;
    line-height: 16px;
  }
  
  #application table .meal {
    width: 20%;
  }
  
  #application table td > span {
    font-size: 14px;
    line-height: 16px;
    margin: 0 !important;
  }
  
  
  #application table thead th.meal,
  #application table tbody td.meal {
    display: none;
  }
  #application table tbody th {
    border: 0;
    padding: 0 0 0 15px;
    border-spacing: 0 !important;
  }
  #application table tbody td {
    border: 0;
    padding: 0 0 0 15px;
    border-spacing: 0 !important;
  }
  #application table tbody td > span {
    display: inline-block;
    position: relative;
    width: 97%;
    padding: 0;
  }
  #application table tbody td span {
    word-wrap: break-word;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  
  
@media screen and (max-width: 480px) {
  #application #filters .meals .filter-item .checkbox {
    margin-right: 4px !important;
  }
  
 

  #application table th.cuisine,
  #application table td.cuisine {
    
  }
  #application table .title {
    width: 37% !important;
  }
  #application table .cuisine {
    width: 31% !important;
  }
  #application table .neighborhood {
    width: 32% !important;
  }
  #application table th {
    padding-left: 10px !important;
  }
  #application table th span {
    padding: 0;
  }

  #application table tbody tr {
    height: 75px !important;
  }
  #application table tbody td  {
    padding: 0px 0px 0px 10px !important;
  }
  #application table tbody td span {
    line-height: 18px !important;
  }

  #application table tbody td.post-title {
    min-height: 75px;
  }

}

  
 
  @media screen and (min-width: 480px) {
    
    #application table .post-title {
      position: relative;
    }
    #application table .post-title:after {
      display: block;
      float: right;
      position: relative;
      top: -2px;
      content: "\203A";
      font-size: 24px;
      color: #aaa;
    }
    
  }
  #application table th.header.headerSortUp:after {
    content: "";
    position: relative;
    left: 10px;
    bottom: 12px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
  }
  #application table th.header.headerSortDown:after {
    content: "";
    position: relative;
    left: 10px;
    top: 12px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
  }
  #application #viewMore {
    display: block;
    text-align: center;
    padding: 8px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background: #838383;
    transition: background 0.25s ease-in-out;
  }
  #application #viewMore:hover {
    background: #e78218;
  }
  .smoke-animation {
    width: 260px;
    height: 260px;
    background: url('/srw/wp-content/uploads/2015/02/frame01.png');
    position: absolute;
    top: 150px;
    left: 30px;
  }
  .restaurant-logo {
    display: block;
    max-width: 70% !important;
    margin: 0 auto 20px !important;
    max-height: unset !important;
    text-align: center;
  }
  @media screen and (min-width: 480px) {
    .mobile-header {
      position: relative;
    }
  }
  @media screen and (min-width: 480px) {
    .restaurant-logo {
      top: 4px;
      right: 30px;
      max-width: 23%;
    }
  }
  .contest-button {
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    background: #000;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    padding: 6px 8px;
    height: 70px;
    position: relative;
    width: 207px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    transition: color 0.1s linear;
  }
  .contest-button:after {
    border-left: 15px solid #000;
    border-top: 35px solid transparent;
    content: "";
    height: 0;
    right: -15px;
    position: absolute;
    top: 0;
    width: 0;
    border-bottom: 35px solid transparent;
  }
  @media screen and (min-width: 992px) {
    .contest-button {
      width: 158px;
      font-size: 17px;
      line-height: 24px;
      height: 60px;
    }
    .contest-button:after {
      border-left: 12px solid #000;
      border-top: 30px solid transparent;
      right: -12px;
      border-bottom: 30px solid transparent;
    }
    .contest-button .sub-text {
      font-size: 13px !important;
    }
  }
  .contest-button .sub-text {
    font-size: 17px;
    margin: 0 !important;
    padding: 0 !important;
  }
  @media screen and (min-width: 480px) {
    body.home .contest-button {
      font-size: 10px;
      line-height: 12px;
      padding: 5px 4px;
      height: 34px;
      width: 95px;
      float: right;
      margin: 0 10px 4px 10px;
    }
    body.home .contest-button:after {
      border-left: 10px solid #000;
      border-top: 17px solid transparent;
      right: -10px;
      border-bottom: 17px solid transparent;
    }
    body.home .contest-button .sub-text {
      font-size: 8px !important;
    }
  }
  .contestModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: -20px;
    margin-left: -20px;
    box-sizing: content-box;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999999999;
    overflow-y: auto;
  }
  .contestModal .close-modal {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    background: 0;
    border: 0;
    line-height: 24px;
    font-size: 14px;
    padding: 0;
    padding-right: 33px;
    outline: 0;
  }
  .contestModal .close-modal:after {
    content: "\00d7";
    position: absolute;
    font-size: 22px;
    right: 10px;
    top: 2px;
  }
  .contestModal > .item {
    position: absolute;
    background: #fff;
    top: 10%;
    left: 50%;
    width: 500px;
    max-height: 930px;
    margin-left: -250px;
    overflow: hidden;
    z-index: 9999999999;
    box-shadow: 0px 0px 28px #000;
  }
  @media screen and (min-width: 480px) {
    .contestModal > .item {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-top: auto;
      left: 5%;
      top: 5%;
    }
  }
  



  /* Forms */
/*
  #loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100000;
  }
  #loading .loading-img {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.25);
    -webkit-border-radius: 12%;
    -moz-border-radius: 12%;
    -ms-border-radius: 12%;
    border-radius: 12%;
    z-index: 100001;
  }
  */
  .btn-primary {
    border-radius: 0 !important;
  }
  .btn-primary i {
    margin-left: 10px;
  }
  .restaurant-checklist ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 14px;
  }
  .restaurant-checklist ul li {
    margin-bottom: 5px;
  }
  .restaurant-checklist ul li ul {
    list-style-type: square !important;
  }
  .restaurant-checklist ul li ul li ul {
    list-style-type: disc !important;
  }
  .restaurant-checklist #toggle-fees {
    display: inline-block;
    font-size: 14px;
    color: #000;
    cursor: pointer;
  }
  .restaurant-checklist #toggle-fees i {
    font-size: 14px;
    color: #000;
    margin-left: 10px;
  }
  .restaurant-checklist .fees {
    display: none;
    margin-top: 14px;
  }
  .restaurant-checklist .fees ul {
    margin-left: 25px !important;
    margin-bottom: 28px;
  }
  .restaurant-checklist .fees ul > li {
    list-style-type: none !important;
    margin-bottom: 14px;
  }

  #restaurant-form-wrapper ul {
    list-style-type: disc !important;
    margin-left: 25px !important;
  }
  #restaurant-form-wrapper ul li {
    margin-bottom: 16px;
  }
  
  #restaurant-form-wrapper .restaurant-form .meal.lunch {
    display: none;
  }
  #restaurant-form-wrapper textarea, #restaurant-form-wrapper [type='button'], #restaurant-form-wrapper [type='email'], #restaurant-form-wrapper [type='tel'], #restaurant-form-wrapper [type='text'], #restaurant-form-wrapper [type='url'], #restaurant-form-wrapper input:not([type]), #restaurant-form-wrapper button, #restaurant-form-wrapper ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  #restaurant-form-wrapper textarea, #restaurant-form-wrapper [type='checkbox'], #restaurant-form-wrapper [type='email'], #restaurant-form-wrapper [type='tel'], #restaurant-form-wrapper [type='text'], #restaurant-form-wrapper [type='url'], #restaurant-form-wrapper input:not([type]), #restaurant-form-wrapper ul {
    border-color: #ccc;
  }
  #restaurant-form-wrapper .restaurant-form hr {
    clear: both;
    border-bottom: 2px solid #ccc;
  }
  #restaurant-form-wrapper .restaurant-form em {
    color: red;
    font-size: 70%;
    position: relative;
    top: 1px;
    font-weight: bold;
  }
  #restaurant-form-wrapper .restaurant-form h2 {
    color: #000;
    text-transform: none !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #restaurant-form-wrapper .restaurant-form h5 {
    text-transform: none !important;
  }

  #restaurant-form-wrapper .restaurant-form .well {
    background: #f6f6f6;
    padding: 15px 25px;
  }
  @media (max-width: 768px) {
    #restaurant-form-wrapper .restaurant-form .well {
      padding: 15px !important;
    }
  }
  #restaurant-form-wrapper .restaurant-form .review {
    background: #fff !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-wrap {
    overflow: auto;
  }
  #restaurant-form-wrapper .restaurant-form .form-title {
    clear: both;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  #restaurant-form-wrapper .restaurant-form .form-title h5 {
    display: inline-block;
    float: left;
    width: auto;
  }
  #restaurant-form-wrapper .restaurant-form .form-title em {
    float: left;
    display: inline-block;
    line-height: 2em;
    left: 5px;
    font-weight: normal;
  }
  #restaurant-form-wrapper .restaurant-form input[type="text"] {
    padding: 0.25em !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-group {
    clear: both;
    margin-bottom: 16px !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .btn-group {
    clear: both;
    display: block;
    margin-bottom: 0px;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .btn-group.btn-toggle .btn {
    font-weight: bold !important;
    padding: 0.57em 1.5em !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .btn-group.btn-toggle .btn .caret {
    width: unset;
    height: unset;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .btn-group:before, #restaurant-form-wrapper .restaurant-form .form-group .btn-group:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .btn-group:after {
    clear: both;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .btn-group .dropdown button, #restaurant-form-wrapper .restaurant-form .form-group .btn-group .dropdown [type="button"] {
    background: #fff;
    color: #333;
    font-weight: bold !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    padding: 0.57em 1.5em !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .zip-code input {
    width: 4em !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .phone-number .tel-container .area {
    width: 4em;
    float: left;
    padding-left: 0;
    margin-left: 0px;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .phone-number .tel-container .area input {
    width: 2.9em;
    display: inline-block;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .phone-number .tel-container .area:before {
    position: relative;
    top: 0px;
    left: 0px;
    color: black;
    font-size: 20px;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .phone-number .tel-container .area:after {
    content: "-";
    position: relative;
    left: 3px;
    top: 0px;
    color: black;
    font-size: 20px;
    margin-left: 1px;
    margin-right: 4px;
  }
  @media (max-width: 339px) {
    #restaurant-form-wrapper .restaurant-form .form-group .phone-number .tel-container .area {
      text-align: center;
    }
    #restaurant-form-wrapper .restaurant-form .form-group .phone-number .tel-container .area input {
      margin: 0px auto !important;
    }
  }
  #restaurant-form-wrapper .restaurant-form .form-group .phone-number .tel-container .prefix {
    width: 4em;
    float: left;
    margin-left: 0px;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .phone-number .tel-container .prefix input {
    width: 2.9em;
    display: inline-block;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .phone-number .tel-container .prefix:after {
    content: "-";
    position: relative;
    top: 0px;
    left: 3px;
    color: black;
    font-size: 20px;
    margin-left: 1px;
    margin-right: 4px;
  }
  @media (max-width: 339px) {
    #restaurant-form-wrapper .restaurant-form .form-group .phone-number .tel-container .prefix {
      text-align: center;
    }
  }
  #restaurant-form-wrapper .restaurant-form .form-group .phone-number .tel-container .suffix {
    width: 3.8em;
    float: left;
    padding-left: 0;
    margin-left: 0px;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .phone-number .tel-container .suffix input {
    width: 3.8em;
    display: inline-block;
  }
  @media (max-width: 339px) {
    #restaurant-form-wrapper .restaurant-form .form-group .phone-number .tel-container .suffix {
      text-align: center;
    }
    #restaurant-form-wrapper .restaurant-form .form-group .phone-number .tel-container .suffix input {
      margin-left: 0px;
    }
  }
  #restaurant-form-wrapper .restaurant-form .form-group .dropdown .dropdown-menu {
    list-style-type: none !important;
    margin-left: 0 !important;
    overflow: auto;
    max-height: 249px;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .dropdown .dropdown-menu li {
    margin-bottom: 3px !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .instagram input,
  #restaurant-form-wrapper .restaurant-form .form-group .twitter input {
    padding-left: 22px !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .instagram:before,
  #restaurant-form-wrapper .restaurant-form .form-group .twitter:before {
    content: "\0040";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 21px;
  }
  #restaurant-form-wrapper .restaurant-form .form-group.option {
    clear: both;
  }
  #restaurant-form-wrapper .restaurant-form .form-group.option.has-error .with-errors {
    width: 100% !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-group.option .del-btn {
    position: absolute;
    float: right;
    cursor: pointer;
  }
  #restaurant-form-wrapper .restaurant-form .form-group.option .del-btn:before {
    float: left;
    display: inline-block;
    content: "\f057";
    font-family: "FontAwesome";
    margin-left: 10px;
    color: red;
  }
  @media (max-width: 768px) {
    #restaurant-form-wrapper .restaurant-form .form-group.option {
      margin-bottom: 10px;
      padding-bottom: 5px;
      border-bottom: 0;
    }
    #restaurant-form-wrapper .restaurant-form .form-group.option:last-child {
      border-bottom: 0 !important;
    }
  }
  #restaurant-form-wrapper .restaurant-form .form-group .col-form-label {
    clear: both;
    padding-right: 0px !important;
  }
  @media (max-width: 768px) {
    #restaurant-form-wrapper .restaurant-form .form-group .col-form-label {
      padding-right: 15px !important;
    }
  }
  @media (max-width: 736px) {
    #restaurant-form-wrapper .restaurant-form .form-group .col-form-label {
      padding-top: 0;
      padding-bottom: 4px;
    }
  }
  #restaurant-form-wrapper .restaurant-form .form-group .specs-container {
    padding-left: 0px !important;
    padding-top: 2px;
  }
  @media (max-width: 768px) {
    #restaurant-form-wrapper .restaurant-form .form-group .specs-container {
      padding-left: 0px;
      padding-top: 7px;
      padding-right: 0px;
    }
  }
  @media (max-width: 767px) {
    #restaurant-form-wrapper .restaurant-form .form-group .specs-container {
      padding-left: 15px !important;
      padding-top: 10px;
      padding-bottom: 4px;
      padding-right: 15px;
    }
  }
  @media (max-width: 890px) {
    #restaurant-form-wrapper .restaurant-form .form-group .specs-container label {
      font-size: .7em !important;
    }
  }
  @media (max-width: 766px) {
    #restaurant-form-wrapper .restaurant-form .form-group .specs-container label {
      font-size: 1em !important;
    }
  }
  #restaurant-form-wrapper .restaurant-form .form-group .specs-container input[type="checkbox"]:not(:checked) + label:before, #restaurant-form-wrapper .restaurant-form .form-group .specs-container input[type="checkbox"]:checked + label:before {
    top: 4px;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .specs-container _::-webkit-:not(:root:root), #restaurant-form-wrapper .restaurant-form .form-group .specs-container input[type="checkbox"]:not(:checked) + label:before, #restaurant-form-wrapper .restaurant-form .form-group .specs-container _::-webkit-:not(:root:root), #restaurant-form-wrapper .restaurant-form .form-group .specs-container input[type="checkbox"]:checked + label:before {
    top: 5px;
  }
  @media (max-width: 980px) {
    #restaurant-form-wrapper .restaurant-form .form-group .specs-container _::-webkit-:not(:root:root), #restaurant-form-wrapper .restaurant-form .form-group .specs-container input[type="checkbox"]:not(:checked) + label:before, #restaurant-form-wrapper .restaurant-form .form-group .specs-container _::-webkit-:not(:root:root), #restaurant-form-wrapper .restaurant-form .form-group .specs-container input[type="checkbox"]:checked + label:before {
      top: 1px;
    }
  }
  @media (max-width: 768px) {
    #restaurant-form-wrapper .restaurant-form .form-group .specs-container _::-webkit-:not(:root:root), #restaurant-form-wrapper .restaurant-form .form-group .specs-container input[type="checkbox"]:not(:checked) + label:before, #restaurant-form-wrapper .restaurant-form .form-group .specs-container _::-webkit-:not(:root:root), #restaurant-form-wrapper .restaurant-form .form-group .specs-container input[type="checkbox"]:checked + label:before {
      top: 5px;
    }
  }
  #restaurant-form-wrapper .restaurant-form .form-group .specs-container input[type="checkbox"]:not(:checked) + label:after, #restaurant-form-wrapper .restaurant-form .form-group .specs-container input[type="checkbox"]:checked + label:after {
    top: 1px;
    left: 3px;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .specs-container _::-webkit-:not(:root:root), #restaurant-form-wrapper .restaurant-form .form-group .specs-container input[type="checkbox"]:not(:checked) + label:after, #restaurant-form-wrapper .restaurant-form .form-group .specs-container _::-webkit-:not(:root:root), #restaurant-form-wrapper .restaurant-form .form-group .specs-container input[type="checkbox"]:checked + label:after {
    top: 4px;
    left: 0px;
  }
  @media (max-width: 768px) {
    #restaurant-form-wrapper .restaurant-form .form-group .specs-container _::-webkit-:not(:root:root), #restaurant-form-wrapper .restaurant-form .form-group .specs-container input[type="checkbox"]:not(:checked) + label:after, #restaurant-form-wrapper .restaurant-form .form-group .specs-container _::-webkit-:not(:root:root), #restaurant-form-wrapper .restaurant-form .form-group .specs-container input[type="checkbox"]:checked + label:after {
      top: 0px;
    }
  }
  @media (max-width: 480px) {
    #restaurant-form-wrapper .restaurant-form .form-group .specs-container _::-webkit-:not(:root:root), #restaurant-form-wrapper .restaurant-form .form-group .specs-container input[type="checkbox"]:not(:checked) + label:after, #restaurant-form-wrapper .restaurant-form .form-group .specs-container _::-webkit-:not(:root:root), #restaurant-form-wrapper .restaurant-form .form-group .specs-container input[type="checkbox"]:checked + label:after {
      top: -2px;
    }
  }
  #restaurant-form-wrapper .restaurant-form .form-group .description-container {
    margin-top: 10px;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .form-control {
    line-height: 1.1em;
    padding: 0.25em 0.55em;
    margin-bottom: 0 !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .form-check-label {
    padding-left: 0;
    padding-right: 4%;
    float: left;
  }
  #restaurant-form-wrapper .restaurant-form .form-group div.form-check-label {
    float: left;
    line-height: 2em;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .checkbox {
    width: 16.66%;
    float: left;
  }
  #restaurant-form-wrapper .restaurant-form .form-group.agreement .col-form-label {
    display: inline-block;
    line-height: 20px !important;
    margin-bottom: 0 !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-group.agreement .text-wrap {
    float: left;
    display: inline-block;
    clear: none;
  }
  @media (max-width: 768px) {
    #restaurant-form-wrapper .restaurant-form .form-group.agreement .text-wrap {
      padding-left: 5px;
    }
  }
  #restaurant-form-wrapper .restaurant-form .form-group.agreement .with-errors {
    float: left !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-group.agreement .with-errors:after {
    display: none !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-group.has-error .help-block, #restaurant-form-wrapper .restaurant-form .form-group.has-error .control-label, #restaurant-form-wrapper .restaurant-form .form-group.has-error .radio, #restaurant-form-wrapper .restaurant-form .form-group.has-error .checkbox, #restaurant-form-wrapper .restaurant-form .form-group.has-error .radio-inline, #restaurant-form-wrapper .restaurant-form .form-group.has-error .checkbox-inline, #restaurant-form-wrapper .restaurant-form .form-group.has-error.radio label, #restaurant-form-wrapper .restaurant-form .form-group.has-error.checkbox label, #restaurant-form-wrapper .restaurant-form .form-group.has-error.radio-inline label, #restaurant-form-wrapper .restaurant-form .form-group.has-error.checkbox-inline label, #restaurant-form-wrapper .restaurant-form .form-group.has-error .with-errors {
    color: #a94442 !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-group.has-error .form-control, #restaurant-form-wrapper .restaurant-form .form-group.has-error .dropdown-toggle, #restaurant-form-wrapper .restaurant-form .form-group.has-error .btn-toggle .btn, #restaurant-form-wrapper .restaurant-form .form-group.has-error .btn-group .btn {
    border-color: #a94442 !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-group.has-error .form-control:focus, #restaurant-form-wrapper .restaurant-form .form-group.has-error .dropdown-toggle:focus, #restaurant-form-wrapper .restaurant-form .form-group.has-error .btn-toggle .btn:focus {
    border-color: #843534 !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-group.has-error :not(.specs-container) input[type="checkbox"]:not(:checked) + label:before, #restaurant-form-wrapper .restaurant-form .form-group.has-error :not(.specs-container) input[type="checkbox"]:checked + label:before {
    border-color: #a94442 !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-group.has-error :not(.specs-container) input[type="checkbox"]:not(:checked) + label:before:focus, #restaurant-form-wrapper .restaurant-form .form-group.has-error :not(.specs-container) input[type="checkbox"]:checked + label:before:focus {
    border-color: #843534 !important;
  }

  #restaurant-form-wrapper .restaurant-form .form-group .with-errors {
    width: 50%;
    float: right;
    clear: both;
    display: block;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .with-errors:before {
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 10px;
    margin-left: 10px;
  }
  @media (max-width: 768px) {
    #restaurant-form-wrapper .restaurant-form .form-group .with-errors {
      width: 100%;
      float: left;
    }
  }
  #restaurant-form-wrapper .restaurant-form .form-group .with-errors.full {
    width: 100% !important;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .no-form-control {
    position: relative;
    font-weight: bold;
    padding-top: 5px;
  }
  #restaurant-form-wrapper .restaurant-form .form-group .no-check-control {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 10px;
    height: 10px;
    margin-right: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(37, 37, 37, 0.25);
  }
  #restaurant-form-wrapper .restaurant-form .form-group .btn-toggle {
    display: block;
  }
  @media (max-width: 768px) {
    #restaurant-form-wrapper .restaurant-form .form-group div.text-right {
      text-align: left !important;
    }
  }
  #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:not(:checked), #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    margin-right: 0.25em;
  }
  #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:not(:checked) + label, #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:not(:checked) + label, #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:checked + label {
      padding-left: 20px;
    }
  }
  @media (max-width: 736px) {
    #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:not(:checked) + label, #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:checked + label {
      padding-left: 25px;
    }
  }
  #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:not(:checked) + label:before, #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    background: #fff;
  }
  #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:not(:checked) + label:after, #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: -2px;
    left: 3px;
    font-size: 14px;
    line-height: 1.75;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
  #restaurant-form-wrapper .restaurant-form _::-webkit-:not(:root:root), #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:not(:checked) + label:after, #restaurant-form-wrapper .restaurant-form _::-webkit-:not(:root:root), #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:checked + label:after {
    left: 0px;
  }
  #restaurant-form-wrapper .restaurant-form _:-moz-tree-row(hover), #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:not(:checked) + label:after, #restaurant-form-wrapper .restaurant-form _:-moz-tree-row(hover), #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:checked + label:after {
    font-size: 22px;
    line-height: 1;
  }
  #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:disabled:not(:checked) + label:before, #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
  }
  #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
  }
  #restaurant-form-wrapper .restaurant-form input[type="checkbox"]:disabled + label {
    color: #aaa;
  }
  #restaurant-form-wrapper .restaurant-form input[type="file"] {
 
  }
  #restaurant-form-wrapper .restaurant-form input[type="file"] + label {
    display: inline-block;
    float: left;
    background: #000;
    color: #fff;
    padding: 1em;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  #restaurant-form-wrapper .restaurant-form input[type="file"] + label:after {
    display: inline-block;
    content: "\f0da";
    font-family: "FontAwesome";
    margin-left: 10px;
  }
  #restaurant-form-wrapper .restaurant-form input[type="file"] + label {
    cursor: pointer;
  }
  #restaurant-form-wrapper .restaurant-form input[type="file"]:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
  }
  #restaurant-form-wrapper .restaurant-form input[type="file"] + label * {
    pointer-events: none;
  }
  #restaurant-form-wrapper .restaurant-form label {
    position: relative;
    font-weight: normal;
    font-size: 1em;
    display: inline;
    line-height: 2;
  }
  #restaurant-form-wrapper .restaurant-form label em {
    top: -6px;
    left: 0;
  }
  #restaurant-form-wrapper .restaurant-form .attach-btn {
    float: left;
    background: #000;
    padding: 1em;
    text-transform: uppercase;
  }
  #restaurant-form-wrapper .restaurant-form .attach-btn:after {
    display: inline-block;
    content: "\f0da";
    font-family: "FontAwesome";
    margin-left: 10px;
  }
  #restaurant-form-wrapper .restaurant-form .add-btn {
    float: left;
    clear: both;
    padding: 0.8em;
    font-size: 0.8em;
    margin-top: 10px;
    margin-bottom: 16px;
  }
  #restaurant-form-wrapper .restaurant-form #neighborhood-btn {
    position: relative;
    top: -8px;
  }
  #restaurant-form-wrapper .restaurant-form .restaurant-form-btn {
    clear: both;
    width: 100%;
  }
  #restaurant-form-wrapper .restaurant-form .back-btn {
    float: left;
    background-color: #666;
    padding: 1em;
    text-transform: uppercase;
  }
  #restaurant-form-wrapper .restaurant-form .back-btn:before {
    float: left;
    display: inline-block;
    content: "\f0d9";
    font-family: "FontAwesome";
    margin-right: 10px;
  }
  #restaurant-form-wrapper .restaurant-form .back-btn:hover {
    background-color: #000;
  }
  @media (max-width: 768px) {
    #restaurant-form-wrapper .restaurant-form .back-btn {
      padding: 0.55em !important;
    }
  }
  #restaurant-form-wrapper .restaurant-form-btn .submit-btn {
    float: right;
    padding: 1em;
    text-transform: uppercase;
  }
  #restaurant-form-wrapper .restaurant-form-btn .submit-btn:after {
    display: inline-block;
    content: "\f0da";
    font-family: "FontAwesome";
    margin-left: 10px;
  }
  #restaurant-form-wrapper .restaurant-form-btn .submit-btn:hover {
    background-color: #000;
  }
  @media (max-width: 768px) {
    #restaurant-form-wrapper .restaurant-form-btn .submit-btn {
      padding: 0.55em !important;
    }
  }
  .restaurant-form .divider {
    clear: both;
    width: 100%;
    border-bottom: 2px solid #000;
    padding-top: 25px;
    margin-bottom: 25px;
  }
  #restaurant-form-wrapper .hidden {
    display: none !important;
  }
  .neighborhoods-wrapper .close-btn {
    float: right;
    padding: 1em;
    text-transform: uppercase;
    margin-right: 10px;
  }
  .neighborhoods-wrapper .close-btn:after {
    display: inline-block;
    content: "\f0da";
    font-family: "FontAwesome";
    margin-left: 10px;
  }
  .neighborhoods-wrapper .close-btn:hover {
    background-color: #000;
  }
  @media (max-width: 768px) {
    .neighborhoods-wrapper .close-btn {
      padding: 0.55em !important;
    }
  }
  .popup-modal {
    text-align: left;
  }
  .popup-modal h3 {
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    font-weight: 400;
    font-style: normal;
    color: #222;
    margin-bottom: 10px;
  }
  @media (max-width: 768px) {
    .popup-modal h3 {
      font-size: 24px;
      line-height: 30px;
    }
  }
  .popup-modal p {
    margin-bottom: 0 !important;
    font-family: Arial;
    font-size: 1em;
  }
  @media (max-width: 768px) {
    .popup-modal p {
      font-size: 14px;
    }
  }
  .popup-modal button {
    text-align: center !important;
    font-family: Arial;
    font-size: 1em;
    margin-top: 20px;
  }
  @media (max-width: 768px) {
    .popup-modal button {
      font-size: 14px;
      font-weight: bold !important;
    }
  }
  @media (max-width: 348px) {
    .popup-modal button {
      font-size: 12px !important;
    }
  }
  



/* Locally Sourced */
#main #application .icon-info {
  display: none;
  opacity: 0;
  position: absolute;
  top: 32px;
  width: 329px;
  height: 118px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 10px;
  transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
  z-index: 10;
}

#main #application #eat-local {
  left: 363px;
}
#main #application .icon-info .arrow {
  position: absolute; 
  width: 0; 
  height: 0; 
  line-height: 0; 
  border: 14px dashed #666; 
  border-bottom-color: #000; 
  left: 208px;
  top: -28px; 
  border-top-color: transparent; 
  border-left-color: transparent;
  border-right-color: transparent;
}
#main #application .icon-info .arrow:after {
  content:'';
  position:absolute;
  width: 0;
  height: 0;
  border: 14px dashed #fff; 
  left: -14px; 
  top: -13px; 
  border-top-color: transparent; 
  border-left-color: transparent;
  border-right-color: transparent;
}
#main #application .lock {
  display: block !important;
  opacity: 1 !important;
}


@media screen and (max-width: 480px) {
  #main #application .icon-info {
    top: 150px !important;
    right: 0 !important;
  }
  #main #application #eat-local {
    left: unset !important;
  }
  #main #application .icon-info .arrow {
    left: unset !important;
  }
  #main #application #eat-local .arrow {
    right: 154px !important;
  }


}