/*!
Theme Name: Food Noise
Theme URI: http://underscores.me/
Author: Lateral INC - Hadarean Claudiu
Author URI: http://www.lateral-inc.com
Description: description goes here
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foodnoise
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Food Noise is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: "Microbrew Three";
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body,
    button,
    input,
    select,
    textarea {
        font-family: "Microbrew One";
    }
}
body.windows {
    font-family: "Microbrew One";
}
body.windows button,
body.windows input,
body.windows select,
body.windows textarea,
body.windows h1,
body.windows h2,
body.windows h3,
body.windows h4,
body.windows h5,
body.windows h6 {
    font-family: "Microbrew One";
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body {
    background: #fff;
}
blockquote,
q {
    quotes: "" "";
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    padding-left: 3px;
    width: 100%;
}
a {
    color: #4169e1;
}
a:visited {
    color: purple;
}
a:hover,
a:focus,
a:active {
    color: #191970;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    margin-top: 25px;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
@media (min-width: 768px) {
    .main-navigation li {
        float: left;
    }
}
@media (min-width: 992px) {
    .main-navigation li {
        float: left;
        position: relative;
        width: calc(100% / 8);
        overflow: hidden;
        max-height: 47px;
    }
}
.main-navigation li.mobile-main-menu {
    width: 100%;
}
.main-navigation li.tablet-main-menu {
    width: calc(100% / 3);
}
.main-navigation li.tablet-secondary-menu {
    clear: both;
    width: 100%;
}
.main-navigation li.tablet-secondary-menu a {
    border-right: 0 none;
    border-bottom: 1px solid #fff;
}
.main-navigation li.tablet-secondary-menu:first-child {
    border-top: 1px solid #fff;
}
.main-navigation li:last-child a {
    border: 0 none;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #383056;
    padding: 10px 0px 10px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}
@media (min-width: 992px) and (max-width: 1200px) {
    .main-navigation a {
        font-size: 16px;
    }
}
.main-navigation .current_page_item,
.main-navigation .current-menu-item {
    overflow: visible;
}
@media (min-width: 992px) {
    .main-navigation .current_page_item:after,
    .main-navigation .current-menu-item:after {
        content: "";
        width: 100%;
        height: 10px;
        border-left: 73px solid transparent;
        border-right: 73px solid transparent;
        border-top: 20px solid #383056;
        display: block;
    }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1200px) {
    .main-navigation .current_page_item:after,
    .main-navigation .current-menu-item:after {
        border-left: 70px solid transparent;
        border-right: 70px solid transparent;
    }
}
.main-navigation .current_page_item.menu-item-394 a,
.main-navigation .current-menu-item.menu-item-394 a {
    background-color: #75cbe2;
}
.main-navigation .current_page_item.menu-item-394:after,
.main-navigation .current-menu-item.menu-item-394:after {
    border-top-color: #75cbe2;
}
.main-navigation .current_page_item.menu-item-465 a,
.main-navigation .current-menu-item.menu-item-465 a {
    background-color: #ef486e;
}
.main-navigation .current_page_item.menu-item-465:after,
.main-navigation .current-menu-item.menu-item-465:after {
    border-top-color: #ef486e;
}
.main-navigation .current_page_item.menu-item-560 a,
.main-navigation .current-menu-item.menu-item-560 a {
    background-color: #fdb73f;
}
.main-navigation .current_page_item.menu-item-560:after,
.main-navigation .current-menu-item.menu-item-560:after {
    border-top-color: #fdb73f;
}
.main-navigation .current_page_item.menu-item-404 a,
.main-navigation .current-menu-item.menu-item-404 a {
    background-color: #b4d339;
}
.main-navigation .current_page_item.menu-item-404:after,
.main-navigation .current-menu-item.menu-item-404:after {
    border-top-color: #b4d339;
}
.main-navigation .current_page_item.menu-item-98 a,
.main-navigation .current-menu-item.menu-item-98 a {
    background-color: #09b89d;
}
.main-navigation .current_page_item.menu-item-98:after,
.main-navigation .current-menu-item.menu-item-98:after {
    border-top-color: #09b89d;
}
.main-navigation .current_page_item.menu-item-101 a,
.main-navigation .current-menu-item.menu-item-101 a {
    background-color: #924e90;
}
.main-navigation .current_page_item.menu-item-101:after,
.main-navigation .current-menu-item.menu-item-101:after {
    border-top-color: #924e90;
}
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
#mobile-menu .menu-item {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.mLeft25 {
    margin-left: 25px;
}
.mRight25 {
    margin-right: 25px;
}
.mTop0 {
    margin-top: 0px;
}
.mTop7 {
    margin-top: 7px;
}
.mTop15 {
    margin-top: 15px;
}
.mTop25 {
    margin-top: 25px;
}
.mTop30 {
    margin-top: 30px;
}
.mTop35 {
    margin-top: 35px;
}
.mBot10 {
    margin-bottom: 10px;
}
.mBot20 {
    margin-bottom: 20px;
}
.mBot30 {
    margin-bottom: 30px;
}
.mBot50 {
    margin-bottom: 50px;
}
.pLeft15 {
    padding-left: 15px;
}
.pRight15 {
    padding-right: 15px;
}
@media (max-width: 767px) {
    .xs-p0 {
        padding: 0 !important;
    }
}
a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #404040;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
    color: inherit;
}
h1 a:hover,
h1 a:active,
h1 a:focus,
h1 a:visited,
h2 a:hover,
h2 a:active,
h2 a:focus,
h2 a:visited,
h3 a:hover,
h3 a:active,
h3 a:focus,
h3 a:visited,
h4 a:hover,
h4 a:active,
h4 a:focus,
h4 a:visited,
h5 a:hover,
h5 a:active,
h5 a:focus,
h5 a:visited,
h6 a:hover,
h6 a:active,
h6 a:focus,
h6 a:visited {
    text-decoration: none;
    color: #404040;
}
.btn {
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    font-size: 16px;
    font-weight: normal;
}
.btn:focus,
.btn:hover {
    box-shadow: none;
}
.btn-success {
    background-color: #b4d339;
    border-color: #b4d339;
    color: #fff !important;
}
.btn-success:focus,
.btn-success:hover {
    background-color: #b4d339;
    border-color: #b4d339;
}
@media (min-width: 768px) {
    width: 100%;
}
body.windows {
    font-family: "Microbrew One" !important;
    font-weight: normal;
}
body.windows button,
body.windows input,
body.windows select,
body.windows textarea,
body.windows h1,
body.windows h2,
body.windows h3,
body.windows h4,
body.windows h5,
body.windows h6,
body.windows .btn {
    font-family: "Microbrew One" !important;
    font-weight: normal;
}
a:focus,
a:hover {
    outline: 0;
}
.header-home {
    font-size: 25px;
    padding: 0 10px;
    line-height: 25px;
    height: 25px;
}
.header-home:hover {
    text-decoration: none;
    color: #3c2e52;
}
.site-branding {
    margin-top: 15px;
}
.site-branding .logo-link {
    display: block;
    width: 106px;
    text-align: center;
    clear: both;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .site-branding .logo-link {
        width: auto;
        text-align: left;
        float: left;
    }
}
.site-branding .logo-link .logo {
    width: 106px;
    height: auto;
}
.site-branding .site-description {
    font-size: 18px;
    color: #3c2e52;
    display: block;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
@media (min-width: 768px) {
    .site-branding .site-description {
        font-size: 26px;
    }
}
@media (min-width: 992px) {
    .site-branding .site-description {
        float: left;
        width: auto;
        text-align: left;
        padding-left: 30px;
    }
}
.site-branding .navbar-search {
    margin-top: 25px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
@media (min-width: 992px) {
    .site-branding .navbar-search {
        width: 80%;
    }
}
@media (min-width: 992px) {
    .site-branding .navbar-search {
        float: right;
        width: auto;
    }
}
.site-branding .navbar-search span.icon {
    margin-right: 10px;
    font-size: 18px;
    color: #3c2e52;
    display: inline-block;
    position: relative;
    top: 6px;
}
@media (min-width: 992px) {
    .site-branding .navbar-search span.icon {
        float: left;
        display: block;
    }
}
.site-branding #searchform input {
    font-family: "Lato";
    border-radius: 0;
    padding: 8px 10px;
    width: 80%;
}
@media (min-width: 768px) {
    .site-branding #searchform input {
        width: 60%;
    }
}
@media (min-width: 992px) {
    .site-branding #searchform input {
        width: 170px;
        font-size: 14px;
    }
}
.site-branding #searchform input:focus,
.site-branding #searchform input:active {
    outline: 0;
}
.site-branding .social-container {
    margin-top: 25px;
    border-left: 1px solid #3c2e52;
    border-right: 1px solid #3c2e52;
    padding: 2px 20px;
    margin-left: 30px;
}
.site-branding .social-container .social-btn {
    font-size: 22px;
    color: #3c2e52;
}
.site-branding .social-container .social-btn:nth-child(2) {
    margin-left: 25px;
    margin-right: 25px;
}
.footer-container {
    background: #000;
}
.footer-container .prefooter {
    background: #652c59;
    padding-bottom: 20px;
}
.footer-container .prefooter .yikes-mailchimp-container {
    text-align: center;
    font-size: 16px;
}
.footer-container .prefooter .yikes-mailchimp-container .yikes-easy-mc-success-message {
    width: 60%;
    margin: 15px auto;
}
.footer-container .prefooter form label {
    width: 80%;
    margin: 0 10%;
}
@media (min-width: 768px) {
    .footer-container .prefooter form label {
        width: 40%;
        margin: 0 20px 0 0;
    }
    .footer-container .prefooter form label.EMAIL-label {
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    .footer-container .prefooter form label {
        width: 35%;
    }
    .footer-container .prefooter form label.EMAIL-label {
        margin-right: 20px;
    }
}
.footer-container .prefooter form input {
    display: inline-block;
    border-radius: 0;
    font-family: "Lato";
    font-size: 16px;
}
.footer-container .prefooter form span {
    display: none;
}
.footer-container .prefooter form button {
    display: inline-block;
    border-radius: 0;
    min-height: auto;
    width: auto;
    background-color: #b4d339;
    background: #b4d339;
    text-shadow: none;
    box-shadow: none;
    border: 0 none;
    line-height: normal;
    padding: 9px 15px;
    margin-bottom: 0 !important;
}
@media (min-width: 768px) {
    .footer-container .prefooter form button {
        display: block;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .footer-container .prefooter form button {
        display: inline-block;
        margin: 0;
    }
}
.footer-container .newsletter-title {
    color: #fff;
    margin-bottom: 15px;
}
.footer-container .site-info {
    margin-top: 15px;
}
.footer-container .site-info div {
    min-height: 145px;
}
.footer-container .site-info .footer-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}
.footer-container .site-info .footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-container .site-info .footer-links li {
    margin-bottom: 5px;
}
.footer-container .site-info .footer-links li a {
    color: #fff;
    font-family: "Lato";
    font-size: 14px;
}
.footer-container .site-info .footer-links li a:hover,
.footer-container .site-info .footer-links li a:active,
.footer-container .site-info .footer-links li a:visited {
    text-decoration: none;
    color: #fff;
}
.footer-container .site-info .social-btn {
    font-size: 24px;
    color: #fff;
}
.footer-container .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 12px;
    color: #fff;
    font-family: "Lato";
    padding: 10px 0;
    margin-top: 10px;
}
#infinite-footer {
    display: none;
}
select,
input {
    font-family: "Lato" !important;
}
.acf-map {
    width: 100%;
    height: 350px;
    border: #ccc solid 1px;
    margin: 10px 0;
}
.acf-map img {
    max-width: inherit !important;
}
.page-title h1 {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.page-subtitle {
    font-size: 18px;
    font-family: "Lato";
    margin-bottom: 30px;
}
.triangle-header {
    margin-bottom: 20px;
    max-width: 260px;
}
.triangle-header h4.data-filter-section-title {
    margin: 0;
    line-height: 1.5;
}
.triangle-header .triangle-down {
    width: 100%;
    height: 0;
    padding-left: 50%;
    padding-top: 10%;
    overflow: hidden;
}
.triangle-header .triangle-down:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -300px;
    margin-top: -50px;
    border-left: 300px solid transparent;
    border-right: 300px solid transparent;
    border-top: 50px solid #652c59;
}
@media (min-width: 768px) {
    .listings {
        padding: 0 !important;
    }
}
.single-features .listings .restaurant-listings-thumbnail {
    height: 450px;
    border-radius:15px;
}
.listings .restaurant-listings-thumbnail {
    display: block;
    float: left;
    width: 40%;
    height: 225px;
    overflow: hidden;
    position: relative;
    
}
.single-5-of-the-best .listings .restaurant-listings-thumbnail{
    height: 450px;
    border-radius:15px;
}
.single-5-of-the-best .listings .restaurant-listings-thumbnail img{
    border-radius:15px;
}
.listings .restaurant-listings-thumbnail .watermarks {
    top: 0;
}

.single-features .listings .restaurant-listings-thumbnail img{
 border-radius:15px;   
}
.listings .restaurant-listings-thumbnail img {
    /*min-width: 100%;*/
    /*max-width: none;*/
    /*width: auto;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*position: relative;*/
    /*height: 100%;*/
    width:100%;
    
}
.listings .restaurant-info-container {
    width: 60%;
    padding: 10px 20px;
}
.listings .restaurant-info-container .restaurant-name a {
    font-size: 24px;
    color: #000;
}
.listings .restaurant-info-container .restaurant-name a:hover,
.listings .restaurant-info-container .restaurant-name a:focus {
    text-decoration: none;
    color: #000;
}
.listings .restaurant-info-container .restaurant-description a {
    color: #000;
    font-family: "Lato";
    font-size: 16px;
    display: inline-block;
}
.listings .restaurant-info-container-last .restaurant-description a {
    color: #000;
    font-family: "Lato";
    font-size: 16px;
    display: inline-block;
}
.listings .restaurant-info-container .restaurant-description a:hover,
.listings .restaurant-info-container .restaurant-description a:focus {
    text-decoration: none;
    color: #000;
}
.listings .restaurant-info-container-last .restaurant-description a:hover,
.listings .restaurant-info-container-last .restaurant-description a:focus {
    text-decoration: none;
    color: #000;
}
.listings .restaurant-info-container .restaurant-description a i {
    font-size: 20px;
    padding-right: 5px;
}
.listings .restaurant-info-container-last .restaurant-description a i {
    font-size: 20px;
    padding-right: 5px;
}
.listings .restaurant-info-container .restaurant-description p {
    margin-bottom: 10px;
}
.listings .restaurant-info-container-last .restaurant-description p {
    margin-bottom: 10px;
}
.listings .restaurant-info-container .cuisine {
    font-size: 16px;
    color: #652c59;
    margin-bottom: 5px;
}
.listings .restaurant-info-container-last .cuisine {
    font-size: 16px;
    color: #652c59;
    margin-bottom: 5px;
}
.listings .restaurant-listings-row {
    margin-bottom: 30px;
    background-color: #f7f7f7;
}

.listings .restaurant-listings-row.spotlight {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
}
.listings .restaurant-listings-row.spotlight .restaurant-listings-thumbnail {
    width: 100%;
}
@media (min-width: 768px) {
    .listings .restaurant-listings-row.spotlight .restaurant-listings-thumbnail {
        width: 40%;
    }
}
.listings .restaurant-listings-row.spotlight .restaurant-info-container {
    width: 100%;
}
@media (min-width: 768px) {
    .listings .restaurant-listings-row.spotlight .restaurant-info-container {
        width: 60%;
    }
}
.restaurant-cuisine {
    font-size: 18px;
    color: #652c59;
}
.restaurant-cuisine:after {
    content: ", ";
    margin-right: 3px;
}
.restaurant-cuisine:last-child:after {
    content: "";
    margin-right: 0;
}
.restaurant-cuisine.single {
    line-height: 18px;
    margin: 0 0 15px;
}
.restaurant-cuisine.single:after {
    content: "";
    margin-right: 0;
}
.restaurant-cuisine.competition {
    color: #09b89d;
}
.carousel .gallery-item {
    width: 100%;
    max-width: 100% !important;
    margin: 0;
}
.carousel .gallery-item img {
    width: 100%;
}
.flexslider {
    width: 90%;
    margin: 0 auto;
    height: 210px;
    border-radius: 0;
    border: 0 none;
}
@media (min-width: 768px) {
    .flexslider {
        width: 99.95%;
        height: 500px;
        border: 0 none;
        border-radius: 0;
        margin-bottom: 0;
    }
}
.flexslider .slides > li {
    height: 210px;
    width: 100%;
    overflow: hidden;
}
@media (min-width: 768px) {
    .flexslider .slides > li {
        height: 500px;
    }
}
.flexslider .slides > li img {
    /*min-width: 100%;*/
    /*max-width: none;*/
    /*width: auto;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*position: relative;*/
    /*min-height: 100%;*/
    width: 100%;
}
.flexslider:hover .flex-direction-nav a.flex-prev,
.flexslider:hover .flex-direction-nav a.flex-next {
    display: block;
    opacity: 1;
    z-index: 999;
}
.flexslider .flex-direction-nav a.flex-prev,
.flexslider .flex-direction-nav a.flex-next {
    height: 60px;
}
.flexslider .flex-direction-nav a.flex-prev {
    left: 0;
}
.flexslider .flex-direction-nav a.flex-next {
    right: 0;
}
.flex-direction-nav a {
    display: none;
}
.flex-control-nav {
    bottom: 20px;
    z-index: 999;
}
.flex-control-nav li a {
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
}
.flex-control-nav li a.flex-active,
.flex-control-nav li a:hover {
    background: #fff;
}
.more-info-container {
    background-color: rgba(174, 174, 174, 0.4);
    padding: 15px 25px;
}
.more-info-container .info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.more-info-container .info-list a,
.more-info-container .info-list li {
    font-size: 14px;
    text-transform: capitalize;
    color: #404040;
    line-height: 18px;
    display: block;
    margin-bottom: 5px;
    font-family: "Lato";
}
.more-info-container .info-list a:hover,
.more-info-container .info-list a:visited,
.more-info-container .info-list a:focus,
.more-info-container .info-list li:hover,
.more-info-container .info-list li:visited,
.more-info-container .info-list li:focus {
    color: #404040;
    text-decoration: none;
}
.more-info-container .info-list a i,
.more-info-container .info-list li i {
    margin-right: 10px;
    font-size: 18px !important;
    position: relative;
    top: 2px;
}
.more-info-container .info-list a i.fa-map-marker,
.more-info-container .info-list li i.fa-map-marker {
    margin-left: 3px;
}
.more-info-container .info-list a.website-link,
.more-info-container .info-list li.website-link {
    text-transform: lowercase;
}
.more-info-container .info-list span {
    font-weight: 400;
    font-style: italic;
}
.more-info-container .social-links a {
    text-transform: lowercase;
}
.more-info-container .social-links .fa-facebook {
    padding: 0 3px;
}
.more-info-container .social-links .icon-google-plus {
    top: 5px;
}
.share-container {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.share-container .addthis_toolbox a {
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    margin-left: 10px;
}
.share-container .addthis_toolbox a:hover,
.share-container .addthis_toolbox a:focus {
    text-decoration: none;
}
.share-container .addthis_toolbox a:first-child {
    margin-left: 0;
}
.share-container .addthis_toolbox a.addthis_button_facebook {
    background-color: #345292;
    padding: 10px 10px;
}
.share-container .addthis_toolbox a.addthis_button_twitter {
    background-color: #00a9e4;
    padding: 10px 10px;
}
.share-container .addthis_toolbox a.addthis_button_google_plusone_share {
    background-color: #FD1D1D;
    padding: 10px 10px;
}
.share-container .addthis_toolbox a.addthis_button_email {
    background-color: #fbb930;
    padding: 10px 10px;
}
.share-container i{
    font-size:30px;
}
.cover-container {
    width: 99.95%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.cover-container.regular {
    height: 210px;
}
@media (min-width: 768px) {
    .cover-container.regular {
        height: 460px;
    }
}
.cover-container.offer {
    height: 210px;
    width: 100%;
}
@media (min-width: 768px) {
    .cover-container.offer {
        width: 99.95%;
        height: 500px;
        margin: 0;
    }
}
@media (min-width: 768px) {
    .cover-container .offer-details {
        left: 22%;
        bottom: 0;
        background: #fff;
        position: absolute;
        z-index: 9999;
    }
}
@media (min-width: 992px) {
    .cover-container .offer-details {
        left: 34%;
    }
}
.cover-container .offer-details .offer-boxes {
    padding: 10px 5px;
}
@media (min-width: 768px) {
    .cover-container .offer-details .offer-boxes div {
        float: left;
        border-left: 1px solid rgba(0, 0, 0, 0.3);
        font-size: 18px;
        text-align: center;
        padding: 0 15px;
    }
}
.cover-container .offer-details .offer-boxes div:first-child {
    border: 0 none;
}
.cover-container .offer-details .offer-boxes div.cost {
    font-size: 46px;
    height: 50px;
    line-height: 50px;
    color: #652c59;
}
.cover-container .offer-details .offer-boxes div span {
    font-size: 16px;
    display: block;
}
.cover-container img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.filters {
    width: 260px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .filters {
        width: 80%;
    }
}
.filters .filter-title,
.filters h4.data-filter-section-title {
    font-size: 22px;
    display: block;
    text-align: center;
    color: #fff;
    background: #652c59;
}
.filters .triangle-header {
    max-width: 290px;
}
.filters .select2 {
    width: 100% !important;
}
.mdf_shortcode_skin_popup select,
.widget select {
    max-width: 260px;
}
.widget-meta-data-filter .mdf_search_form .mdf_one_moment_txt,
.widget-meta-data-filter .mdf_search_form h6 {
    display: none;
}
.select2-container--default .select2-results > .select2-results__options,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    font-size: 14px;
    font-family: "Lato";
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border-radius: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
    padding: 5px;
}
.select2-container--default .select2-selection--single {
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    min-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #652c59;
    color: #fff;
    padding: 0px 5px 2px;
    margin-top: 10px;
    border: 0 none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 10px;
}
ul.mdf_taxonomy_check_list {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px 10px 30px;
    background: #fff;
    border: 1px solid silver;
    cursor: pointer;
    outline: none;
}
ul.mdf_taxonomy_check_list .mdf_taxonomy_check_list {
    position: absolute;
    top: 100%;
    margin-top: 1px;
    left: -1px;
    right: -1px;
    background: white;
    border: 1px solid silver;
    border-top: none;
    list-style: none;
    transition: all 0.3s ease-out;
    opacity: 0;
    pointer-events: none;
}
ul.mdf_taxonomy_check_list .mdf_taxonomy_check_list li {
    position: relative;
}
ul.mdf_taxonomy_check_list .mdf_taxonomy_check_list li label {
    display: block;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px dotted #1ccfcf;
    transition: all 0.3s ease-out;
}
ul.mdf_taxonomy_check_list .mdf_taxonomy_check_list li:last-of-type {
    border: none;
}
ul.mdf_taxonomy_check_list .mdf_taxonomy_check_list li input {
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}
.widget-meta-data-filter select {
    font-size: 14px;
    font-family: "Lato" !important;
    border-radius: 0px !important;
    line-height: 32px !important;
    background-color: white;
    border: 1px solid #aaa;
    webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-left: 8px;
}
@media (min-width: 992px) {
    .widget-meta-data-filter select {
        min-width: 288px;
    }
}
.widget-meta-data-filter .mdf_input_container {
    margin-bottom: 20px;
}
.mdf_filter_section table,
.mdf_filter_section tbody,
.mdf_filter_section tr,
.mdf_filter_section td {
    display: block;
}
.gform_wrapper .gform_footer input[type="image"] {
    visibility: hidden;
    height: 1px;
}
input[type="button"].mdf_reset_button {
    font-family: inherit !important;
    background-color: #652c59;
    border-color: #652c59;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
input[type="submit"].mdf_button {
    font-family: inherit !important;
    background-color: #b4d339;
    border-color: #b4d339;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.offer-image {
    overflow: hidden;
    min-height: 210px;
}
@media (min-width: 768px) {
    .offer-image {
        height: 420px;
    }
}
.offer-image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.offer-info {
    background: #924e90;
    color: #fff;
    min-height: 420px;
    padding: 0 10px 20px;
}
.offer-info h1,
.offer-info h2,
.offer-info h3,
.offer-info h4,
.offer-info h5,
.offer-info h6 {
    color: #fff;
}
.offer-info h1 a,
.offer-info h2 a,
.offer-info h3 a,
.offer-info h4 a,
.offer-info h5 a,
.offer-info h6 a {
    color: #fff;
    text-decoration: none;
}
.offer-info a {
    color: #fff;
    text-decoration: none;
}
@media (min-width: 768px) {
    .offer-info {
        height: 320px;
    }
}
@media (min-width: 992px) {
    .offer-info {
        height: 420px;
    }
}
.offer-description {
    font-size: 16px;
    font-family: "Lato";
}
.offer-description .offer-boxes {
    border: 1px solid #fff;
    margin: 30px auto 0px;
    width: 60%;
}
@media (min-width: 768px) {
    .offer-description .offer-boxes {
        width: 80%;
    }
}
@media (min-width: 992px) {
    .offer-description .offer-boxes {
        width: 100%;
        margin: 30px 0 0;
    }
}
.offer-description .offer-boxes div {
    font-family: "Microbrew Three";
    font-size: 18px;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    height: auto;
}
@media (min-width: 768px) {
    .offer-description .offer-boxes div {
        float: left;
        width: 20%;
        border-bottom: 0 none;
        border-left: 1px solid #fff;
    }
}
.offer-description .offer-boxes div.cost {
    font-size: 40px;
    line-height: 40px;
}
@media (min-width: 768px) {
    .offer-description .offer-boxes div.cost {
        line-height: 42px;
    }
}
.offer-description .offer-boxes div:first-child {
    border-left: 0 none;
}
.offer-description .offer-boxes div span {
    display: block;
    text-transform: uppercase;
    color: #3d2f53;
    font-size: 16px;
    line-height: 16px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .offer-description .offer-boxes div {
        font-family: "Microbrew One";
    }
}
.offer-description .btn {
    font-family: "Microbrew Three";
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .offer-description .btn {
        font-family: "Microbrew One";
    }
}
.small-container-offers {
    margin-bottom: 25px;
}
.small-container-offers a {
    color: inherit;
}
.small-container-offers a:hover {
    text-decoration: none;
}
.small-container-offers .img-container {
    max-height: 210px;
    overflow: hidden;
}
.img-container img {
    width: 100%;
    min-width: 60px;
    min-height: 60px;
}
.offer-price {
    font-size: 36px;
    margin-right: 5px;
    display: inline-block;
    line-height: 36px;
    vertical-align: middle;
}
.afiliated-restaurant {
    color: #652c59;
}
.offer-location .fa {
    margin-right: 10px;
}
.offer .flex-control-nav {
    display: none;
}
.first-offer-container {
    padding: 0 15px;
}
@media (min-width: 768px) {
    .first-offer-container {
        padding: 0;
    }
}
.no-offer-cover {
    background-size: cover !important;
    width: 90%;
    margin: 0 5%;
    padding: 30px 10px 20px;
    height: 420px;
    color: #fff;
    margin-bottom:15px;
}
@media (min-width: 768px) {
    .no-offer-cover {
        width: 100%;
        margin: 0;
    }
}
.no-offer-cover .no-offer-main-text {
    font-size: 28px;
}
@media (min-width: 768px) {
    .no-offer-cover .no-offer-main-text {
        font-size: 46px;
        margin-top: 50px;
    }
}
.no-offer-cover .no-offer-subtext {
    font-size: 20px;
}
@media (min-width: 768px) {
    .no-offer-cover .no-offer-subtext {
        font-size: 34px;
    }
}
.competition-box {
    background-color: #09b89d;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.competition-box h1,
.competition-box h2,
.competition-box h3,
.competition-box h4,
.competition-box h5,
.competition-box h6 {
    color: #fff;
}
.competition-box h1 a,
.competition-box h2 a,
.competition-box h3 a,
.competition-box h4 a,
.competition-box h5 a,
.competition-box h6 a {
    color: #fff;
    text-decoration: none;
}
@media (min-width: 768px) {
    .competition-box {
        height: 280px;
    }
}
@media (min-width: 992px) {
    .competition-box {
        height: 420px;
    }
}
.competition-date {
    color: #09b89d;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
    font-size: 20px;
}
.gfield_required {
    display: none;
}
.gfield_label {
    font-size: 22px;
    font-family: "Microbrew Three";
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .gfield_label {
        font-family: "Microbrew One";
    }
}
.gform_wrapper {
    padding: 0 !important;
    margin: 0 !important;
}
.gform_wrapper .ginput_complex label {
    display: none !important;
}
.gform_wrapper .ginput_complex input[type="text"] {
    width: 47.5% !important;
    border-radius: 0;
    padding: 7px;
}
.gform_wrapper textarea,
.gform_wrapper input[type="email"] {
    border-radius: 0;
    padding: 7px 10px !important;
}
.gform_footer.top_label {
    padding: 0 !important;
    margin: 0 !important;
}
.restaurant-review-thumbnail {
    width: 100%;
    height: 270px;
    display: block;
    overflow: hidden;
    position: relative;
}
.restaurant-review-thumbnail.small-container {
    height: 200px;
    overflow: hidden;
}
.restaurant-review-thumbnail .watermarks {
    top: 0;
}
.restaurant-review-thumbnail img {
    /*min-width: 100%;*/
    /*max-width: none;*/
    /*width: auto;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*position: relative;*/
    /*height: 100%;*/
    width:100%;
}
#jetpackItems .il-element-row .restaurant-review-thumbnail img{
	height:100%
}
.review-text {
    font-family: "Lato";
    font-size: 16px;
}
.openings {
    clear: both;
}
.openings .mdf_shortcode_skin_popup .mdf_input_container_block {
    margin: 0 auto;
    float: none;
    clear: both;
    width: 260px;
}
@media (min-width: 768px) {
    .openings .mdf_shortcode_skin_popup .mdf_input_container_block {
        width: 300px;
    }
}
.openings .mdf_shortcode_skin_popup .mdf_input_container_block .data-filter-section-title {
    font-size: 22px;
    display: block;
    text-align: center;
    color: #fff;
    background: #b4d339;
}
.openings .mdf_shortcode_skin_popup .mdf_input_container_block .triangle-header .triangle-down:after {
    border-top: 50px solid #b4d339;
}
.openings .mdf_shortcode_skin_popup .mdf_input_container_block .mdf_input_container select {
    line-height: 42px !important;
    margin-bottom: 3px !important;
    padding-right: 8px !important;
    height: 42px !important;
    font-size: 16px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.openings .opening-restaurant-row {
    width: 100%;
    background: #f7f7f7;
    margin-bottom: 30px;
}
.openings .opening-restaurant-row .thumbnail-container {
    float: left;
    overflow: hidden;
}
@media (min-width: 768px) {
    .openings .opening-restaurant-row .thumbnail-container {
        width: 30%;
        height: 225px;
    }
}
@media (min-width: 992px) {
    .openings .opening-restaurant-row .thumbnail-container {
        width: 25%;
        height: 200px;
    }
}
.openings .opening-restaurant-row .thumbnail-container .restaurant-listings-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.openings .opening-restaurant-row .thumbnail-container .restaurant-listings-thumbnail .watermarks {
    top: 0;
}
.openings .opening-restaurant-row .thumbnail-container img {
    display: block;
    height: 100%;
    vertical-align: middle;
    width: auto;
    min-width: 100%;
    margin: auto;
    max-width: none;
}
.openings .opening-restaurant-row .restaurant-info-container {
    padding: 0 20px 20px;
    width: 100%;
}
@media (min-width: 768px) {
    .openings .opening-restaurant-row .restaurant-info-container {
        width: 70%;
    }
}
@media (min-width: 992px) {
    .openings .opening-restaurant-row .restaurant-info-container {
        width: 75%;
    }
}
.openings .opening-restaurant-row .restaurant-info-container .openings,
.openings .opening-restaurant-row .restaurant-info-container .opening-date {
    color: #b4d339;
}
.openings .opening-restaurant-row .restaurant-info-container .openings .restaurant-cuisine,
.openings .opening-restaurant-row .restaurant-info-container .opening-date .restaurant-cuisine {
    color: #b4d339;
}
.openings .opening-restaurant-row .restaurant-info-container .restaurant-description {
    font-family: "Lato";
    font-size: 16px;
}
.openings .opening-restaurant-row .restaurant-info-container .restaurant-description a {
    color: #404040;
}
.openings .opening-restaurant-row .restaurant-info-container .restaurant-description a:hover {
    text-decoration: none;
}
.openings .opening-restaurant-row .restaurant-info-container .restaurant-description .location-link .fa {
    font-size: 20px;
    padding-right: 5px;
}
.single-opening .openings,
.single-opening .opening-date {
    color: #b4d339;
}
.single-opening .openings .restaurant-cuisine,
.single-opening .opening-date .restaurant-cuisine {
    color: #b4d339;
}
.events .mdf_shortcode_skin_popup .mdf_input_container_block {
    margin: 0 auto;
    float: none;
    clear: both;
    width: 260px;
}
@media (min-width: 768px) {
    .events .mdf_shortcode_skin_popup .mdf_input_container_block {
        width: 300px;
    }
}
.events .mdf_shortcode_skin_popup .mdf_input_container_block .data-filter-section-title {
    font-size: 22px;
    display: block;
    text-align: center;
    color: #fff;
    background: #ef486e;
}
.events .mdf_shortcode_skin_popup .mdf_input_container_block .triangle-header .triangle-down:after {
    border-top: 50px solid #ef486e;
}
.events .mdf_shortcode_skin_popup .mdf_input_container_block .mdf_input_container select {
    line-height: 42px !important;
    margin-bottom: 3px !important;
    padding-right: 8px !important;
    height: 42px !important;
    font-size: 16px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.events .event-row {
    width: 100%;
    background: #f7f7f7;
    margin-bottom: 30px;
}
.events .event-row .thumbnail-container {
    float: left;
    overflow: hidden;
    width: 100%;
}
@media (min-width: 768px) {
    .events .event-row .thumbnail-container {
        width: 30%;
        height: 225px;
    }
}
@media (min-width: 992px) {
    .events .event-row .thumbnail-container {
        width: 25%;
        height: 200px;
    }
}
.events .event-row .thumbnail-container .restaurant-listings-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.events .event-row .thumbnail-container .restaurant-listings-thumbnail .watermarks {
    top: 0;
}
.events .event-row .thumbnail-container img {
    /*display: block;*/
    /*height: 100%;*/
    /*vertical-align: middle;*/
    /*width: auto;*/
    /*min-width: 100%;*/
    /*margin: auto;*/
    /*max-width: none;*/
    /*height:100%;*/
    width:100%;
}
.events .event-row .event-info-container {
    padding: 0 20px 20px;
    width: 100%;
}
@media (min-width: 768px) {
    .events .event-row .event-info-container {
        width: 70%;
    }
}
@media (min-width: 992px) {
    .events .event-row .event-info-container {
        width: 75%;
    }
}
.events .event-row .event-info-container .event-date {
    color: #ef486e;
}
.events .event-row .event-info-container .event-description {
    font-family: "Lato";
    font-size: 16px;
}
.events .event-row .event-info-container .event-description a {
    color: #404040;
}
.events .event-row .event-info-container .event-description a:hover {
    text-decoration: none;
}
.events .event-row .event-info-container .event-description .location-link .fa {
    font-size: 20px;
    padding-right: 5px;
}
.events .event-row.partner {
    background: transparent;
}
@media (min-width: 768px) {
    .events .event-row.partner h3 {
        margin-top: 0;
    }
}
.page-title .event-date {
    color: #ef486e;
    font-size: 18px;
}
.watermarks {
    z-index: 99;
    position: absolute;
    right: 0;
    width: 52px;
    height: 100%;
}
@media (min-width: 768px) {
    .watermarks {
        width: 105px;
    }
}
.watermarks .icon {
    width: 52px;
    height: 31px;
    background-size: 100%;
    margin-top: 10px;
    float: right;
}
@media (min-width: 768px) {
    .watermarks .icon {
        width: 105px;
        height: 62px;
    }
}
.watermarks .just-opened {
    background-image: url(../../../src/img/just-opened.png);
    margin-top: 15px;
}
.watermarks .editor-pick {
    background-image: url(../../../src/img/editors-pick.png);
}
.watermarks .out-of-town {
    background-image: url(../../../src/img/out-of-town.png);
}
.watermarks .sound-bite {
    background-image: url(../../../src/img/sound-bite.png);
}
.watermarks .news {
    background-image: url(../../../src/img/Latest-news.png);
}
.watermarks .travel_noise {
    background-image: url(../../../src/img/Travel-noise.png);
}
.watermarks .reasons_why {
    background-image: url(../../../src/img/5-reasons-why.png);
}
.error404 #masthead {
    display: none;
}
.error404 .error-container {
    text-align: center;
    margin-top: 5%;
}
@media (min-width: 768px) {
    .error404 .error-container {
        margin-top: 15%;
    }
}
.error404 .whoops {
    font-family: "SelfieBlack";
    font-size: 60px;
    line-height: 60px;
    display: block;
    margin-top: 50px;
}
@media (min-width: 768px) {
    .error404 .whoops {
        font-size: 120px;
        line-height: 120px;
    }
}
.error404 .primary-error {
    font-size: 48px;
    line-height: 48px;
    display: block;
    color: #652c59;
}
@media (min-width: 768px) {
    .error404 .primary-error {
        font-size: 90px;
        line-height: 90px;
    }
}
.error404 .error-details {
    font-size: 16px;
    font-family: "Lato";
    padding: 20px 20px;
    display: block;
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .error404 .error-details {
        width: 80%;
        padding: 20px 50px;
    }
}
.listings .restaurant-listings-row.top-spotlight {
    border-bottom: 0 none;
    padding-bottom: 0;
}
.listings .restaurant-listings-row.top-spotlight .img-container {
    position: relative;
}
.listings .restaurant-listings-row.top-spotlight .img-container .restaurant-listings-thumbnail {
    width: 100%;
    height: auto;
    max-height: 500px;
    overflow: hidden;
    float: none;
}
.listings .restaurant-listings-row.top-spotlight .img-container .watermarks {
    top: 10px;
}
.listings .restaurant-listings-row.top-spotlight .restaurant-info-container {
    width: 100%;
}
.spotlight .page-subtitle {
    margin-bottom: 0;
}
.spotlight .page-subtitle h1,
.spotlight .page-subtitle h2,
.spotlight .page-subtitle h3,
.spotlight .page-subtitle h4,
.spotlight .page-subtitle h5 {
    font-family: "Microbrew Three";
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .spotlight .page-subtitle h1,
    .spotlight .page-subtitle h2,
    .spotlight .page-subtitle h3,
    .spotlight .page-subtitle h4,
    .spotlight .page-subtitle h5 {
        font-family: "Microbrew One";
    }
}
.spotlight .restaurant-listings-row.sub-row .restaurant-info-container {
    float: left;
    padding: 0 20px;
}
@media (min-width: 768px) {
    .spotlight .restaurant-listings-row.sub-row .restaurant-info-container .restaurant-description h1,
    .spotlight .restaurant-listings-row.sub-row .restaurant-info-container .restaurant-description h2,
    .spotlight .restaurant-listings-row.sub-row .restaurant-info-container .restaurant-description h3,
    .spotlight .restaurant-listings-row.sub-row .restaurant-info-container .restaurant-description h4,
    .spotlight .restaurant-listings-row.sub-row .restaurant-info-container .restaurant-description h5 {
        margin-top: 0;
    }
}
.spotlight .restaurant-listings-row.sub-row .restaurant-info-container .restaurant-description p {
    font-family: "Lato";
    font-size: 18px;
}
.spotlight .restaurant-listings-row.sub-row .restaurant-info-container-last .restaurant-description p {
    font-family: "Lato";
    font-size: 18px;
}
.spotlight .restaurant-listings-row.sub-row:last-child {
    border-bottom: 0 none;
}
.spotlight .bottom-img-container {
    float: left;
    width: 100%;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .spotlight .bottom-img-container.first {
        padding-right: 10px;
    }
}
@media (min-width: 768px) {
    .spotlight .bottom-img-container.last {
        padding-left: 10px;
    }
}
@media (min-width: 768px) {
    .spotlight .bottom-img-container {
        width: 50%;
    }
}
.spotlight .bottom-img-container .small-thumbnail {
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
}
.spotlight .bottom-img-container .small-thumbnail img {
    /*min-width: 100%;*/
    /*width: auto;*/
    /*max-width: none;*/
    /*height: 260px;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*-webkit-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    /*height:100%;*/
    width:100%;
}
.contact-text {
    font-size: 18px;
    font-family: "Lato";
}
.contact-form-container input,
.contact-form-container textarea {
    width: 100%;
    font-size: 14px;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 15px;
    font-family: "Lato";
}
.contact-form-container textarea {
    resize: none;
}
.contact-form-container .btn-success {
    width: auto;
    border-radius: 0;
    background-color: #b4d339;
    border-color: #b4d339;
    background: #b4d339;
    box-shadow: none;
    text-shadow: none;
    font-family: "Microbrew Three" !important;
    font-size: 16px;
    padding: 9px 15px;
}
.contact-form-container .btn-success:hover {
    border-color: #b4d339;
    box-shadow: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .contact-form-container .btn-success {
        font-family: "Microbrew One" !important;
    }
}
.contact-form-container span.wpcf7-not-valid-tip {
    font-family: "Lato";
    font-size: 14px;
}
.contact-form-container .wpcf7-response-output {
    font-size: 16px;
    font-family: "Lato";
}
.contact-form-container .wpcf7-response-output.wpcf7-validation-errors {
    border-color: #f00;
    color: #f00;
}
.contact-form-container .wpcf7-response-output.wpcf7-mail-sent-ok {
    border-color: #b4d339;
    color: #b4d339;
}
.career {
    background: #f7f7f7;
}
.career p {
    font-family: "Lato";
    font-size: 14px;
}
.homepage-small-holder {
    margin-top: 20px;
    overflow: hidden;
    height: 320px;
}
.homepage-small-holder.homepage-new-openings .triangle-header .data-filter-section-title {
   background: #383056;
}
.homepage-small-holder.homepage-new-openings .triangle-header .triangle-down:after {
    border-top: 50px solid #383056;
}
.homepage-small-holder.homepage-5-of-the-best .triangle-header .data-filter-section-title {
   background: #383056;
}
.homepage-small-holder.homepage-5-of-the-best .triangle-header .triangle-down:after {
    border-top: 50px solid #383056;
}
.homepage-small-holder.homepage-what\'s.on .triangle-header .data-filter-section-title
{
    background-color: #ef486e;
}
.homepage-small-holder.homepage-what\'s.on .triangle-header .triangle-down:after {
    border-top: 50px solid #ef486e;
}
.homepage-small-holder.homepage-yorkshire.reviews .triangle-header .data-filter-section-title {
    background: #75cbe2;
}
.homepage-small-holder.homepage-yorkshire.reviews .triangle-header .triangle-down:after {
    border-top: 50px solid #75cbe2;
}
.homepage-small-holder.homepage-news .triangle-header .data-filter-section-title {
    background: #fdb73f;
}
.homepage-small-holder.homepage-news .triangle-header .triangle-down:after {
    border-top: 50px solid #fdb73f;
}
.homepage-small-holder.homepage-just.opened .triangle-header .data-filter-section-title {
    background: #b4d339;
}
.homepage-small-holder.homepage-just.opened .triangle-header .triangle-down:after {
    border-top: 50px solid #b4d339;
}
.homepage-small-holder.homepage-offer .triangle-header .data-filter-section-title {
    background: #924e90;
}
.homepage-small-holder.homepage-offer .triangle-header .triangle-down:after {
    border-top: 50px solid #924e90;
}
.homepage-small-holder.homepage-offer .thumbnail-container img {
    min-height: 100%;
}
.homepage-small-holder.homepage-find .triangle-header .data-filter-section-title {
    background: #383056;
}
.homepage-small-holder.homepage-find .triangle-header .triangle-down:after {
    border-top: 50px solid #383056;
}
.homepage-small-holder.homepage-Find .thumbnail-container img {
    min-height: 100%;
}
.homepage-small-holder .data-filter-section-title {
    color: #fff;
}
.homepage-small-holder .thumbnail-container {
    top: -26px;
    position: relative;
    z-index: 1;
    max-height: 145px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .homepage-small-holder .thumbnail-container {
        top: -30px;
    }
    .homepage-small-holder .thumbnail-container img {
        width: 100%;
        min-height: 141px;
    }
}
.homepage-small-holder .triangle-header {
    position: relative;
    margin-bottom: 0px;
    z-index: 2;
    max-width: 100%;
}
@media (min-width: 768px) {
    .homepage-small-holder .triangle-header {
        max-width: 345px;
    }
}
@media (min-width: 992px) {
    .homepage-small-holder .triangle-header {
        max-width: 275px;
    }
}
.homepage-small-holder .triangle-header .triangle-down {
    display: none;
}
@media (min-width: 768px) {
    .homepage-small-holder .triangle-header .triangle-down {
        display: block;
    }
}
.homepage-small-holder .restaurant-name {
    position: relative;
    top: -26px;
}
.homepage-small-holder .restaurant-description a {
    color: #000;
    font-family: "Lato";
    font-size: 14px;
    display: block;
    position: relative;
    top: -26px;
}
.homepage-small-holder .restaurant-description a:hover {
    text-decoration: none;
}
.fullwidthbanner-container {
    padding: 0 15px !important;
}
@media (min-width: 768px) {
    .fullwidthbanner-container {
        padding: 0 !important;
    }
}
.sitemap-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sitemap-list li a {
    font-size: 14px;
    color: #924e90;
}
.sitemap-grid .box {
    width: 80%;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .sitemap-grid .box {
        width: 30%;
    }
}
@media (min-width: 992px) {
    .sitemap-grid .box {
        width: 20%;
    }
}
.sitemap-grid .box h2 {
    color: #383056;
    font-family: "Microbrew Three";
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .sitemap-grid .box h2 {
        font-family: "Microbrew One";
    }
}
.infinite-loader {
    clear: both;
    height: 50px !important;
    background-image: url(../../../src/img/loader.gif) !important;
    text-align: center;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.infinite-loader .spinner {
    display: none;
}
#infscr-loading {
    clear: both;
    width: 100%;
}
#infscr-loading img {
    margin: 0 auto;
    padding: 30px 0;
    display: block;
    width: 50px;
}
.nav-links {
    display: none;
}
.lazy-hidden,
.entry img.lazy-hidden,
img.thumbnail.lazy-hidden {
    background-color: transparent;
    background-image: url(../../../src/img/loader.gif) !important;
    background-size: 42px 42px;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}

.cover-container .offer-details .offer-boxes div.cost span.costo {font-size: 46px;height: 50px;float: left;line-height: 50px;color: #652c59;}
.footer-container .prefooter form button span { display: block; }
.footer-container .prefooter form button { margin-top: 5px; }
.yikes-easy-mc-form select {height: 35px;}

.sitemap-grid .box {
    width: 100% !important;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
    box-sizing: border-box;
    position: unset !important;
    grid-template-columns: auto;
    gap: 10px;
    grid-template-columns: masonry;
    /* grid-template-rows: repeat(3, 100px); */
    border: 2px solid #652c59;
    border-radius: 5px;
    /* background-color: #ffd4f6; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-columns: 1;
    margin: 10px;
}

.homepage-small-holder .thumbnail-container {
    position: relative;
}
.homepage-small-holder .thumbnail-container span {
    position: absolute;
    bottom: 10px;
    background: #fff;
    right: 10px;
    padding: 10px 15px;
    font-family: "Microbrew Three";
    font-size: 18px;
    display:none;
}
.homepage-small-holder .thumbnail-container img{width:100% !important;}
@media (min-width: 320px) and (max-width: 767px) {
.listings .restaurant-info-container {
    width: 100%;
}
.listings .restaurant-listings-thumbnail {
    display: block !important;
    width: 100% !important;
}
.sitemap-grid .box {
   margin: 10px 0px;  
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.listings .restaurant-listings-thumbnail {
    display: block !important;
}
}
.coupon_code{
    float: right;
    width: 130px;
    background-color: #b4d339;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
}
.coupon_section{
    /*padding: 0px;*/
}
.coupon_section .coupon{
    background: #383056;
    height: 168px;
    width: 100%;
    display: inline-block;
    padding:50px 0px;
}
.coupon_section .coupon .white{
    color:#fff;
}
.location_marker{
    font-size:20px;
}
/*coupon*/
.coupon-content .card {
    /* width: 100%; */
    padding: 10px;
    border-radius: 20px;
    border: none;
    color: #fff;
    height: 100%;
    position: relative;
    align-items: self-start;
    justify-content: center;
    content: center;
    /* overflow: hidden; */
    height: 300px;
    padding-top: 80px;
    /* text-transform: lowercase !important; */
    font-family: system-ui;
    /*background-image:url("http://foodnoise.co.uk/wp-content/uploads/2023/05/Lamb-Rump-Garlic-Spring-Cabbage-BBQ-Cabbage-Puree-Charred-Broccoli-Thyme-Jus-4.jpg");*/
    background-size: cover;
    
}

.coupon-content .card h1 {
    font-size: 40px;
    margin-bottom: 0px;
    margin-top: 2px;
    color: #fff;
}

.coupon-content .card span {
    font-size: 26px;
    margin-bottom: 0px;
}

.coupon-content .mt-4 {
    margin-top: 10px;
    /*text-transform: lowercase !important;*/
}
.coupon-content small {
    font-size: 18px;
    /*text-transform: lowercase !important;*/
}
.coupon-content .image {
  position: absolute;
  opacity: .1;
  left: 0;
  top: 0;
}

.coupon-content .image2 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .1;
}
.single-restaurant .coupon_code {
    float: right;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
    position: relative;
    width: 200px;
    height: auto;
    border-radius: 10px;
    border: 2px dashed #fa5b7d;
    background-color: #f7b744;
    font-family: system-ui;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 2px;
}


/* Phase 3 Styles */
.single-product .woocommerce-product-details__short-description{
    font-size: 18px;
    font-family: 'Lato';
    font-weight: 900;
}
.single-product .woocommerce div.product p.price, .woocommerce div.product span.price{
    font-size:2.25em;
}
.single-product .entry-title{
    font-size:36px;
}
.single-product .qty {
    font-size:1.5rem;
}
.single-product .woocommerce button.single_add_to_cart_button {
    font-size:12px;
    padding: 1em 3em;
}
.single-product .product_meta{
    font-family: 'Lato';
    font-weight:700;
    display:none;
}
.woocommerce-cart .cover-container.regular, .woocommerce-checkout .cover-container.regular{
    display:none;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type="text"], .woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type="tel"], .woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type="email"]{
    padding:15px;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row textarea{
    height:10em;
}
.single-product .related.products{
    display:none;
}
.single-product .comments-area, .single-product .widget-area, .single-product .woocommerce-tabs{
     display:none;
}
.woocommerce-error{
    font-size:17px;
}
@media (max-width: 767px) {
    .woocommerce ul.order_details li{
        font-weight:700;
         line-height: 1.5;
    }
    .woocommerce ul.order_details{
        padding:10px;
       
    }
    .homepage-small-holder .thumbnail-container{
        max-height:200px;
    }
}
.woocommerce form .form-row .optional{
    display:none;
}
.woocommerce-error a{
    float:right;
    text-decoration:none;
}

.wc-block-grid__products{display:none;}
.woocommerce div.product p.stock{font-size:14px;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{font-size:14px;}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper, .woocommerce-additional-fields h3{display:none;}
.paypal-button-container{min-width:100%;}
.paypal-button.paypal-button-shape-pill{
	width: 30%;
    margin: auto;
    display: block;
}
.woocommerce .quantity .qty{padding:5px;}
p#here_about_us_field span.woocommerce-input-wrapper{
	display: flex;
}
#here_about_us_field .woocommerce-input-wrapper input, #here_about_us_field .woocommerce-input-wrapper label{
	padding: 0px 10px;
}
.wpcf7 label{
    font-size:14px;
}
.wpcf7 form.sent .wpcf7-response-output{
    display: inline-block;
    margin-top: 0px;
}
.map_section iframe{ width:100%; }
.woocommerce ul.order_details li{
    padding:10px;
}
@media(max-width:480px){
    .woocommerce ul.order_details li{ width:100%;border: none; }    
}
.cky-revisit-bottom-left{display:none !important;}

.news-filter .select2-container{
    width: 260px !important;
    margin: auto;
    display: table;
    text-align:center;
}
.clear_filter{
    margin: 15px auto;
    display: block;
    width: 155px;
    background-color: #383056;
    margin-top:0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:23px!important;}
.woocommerce-message{
    padding-bottom: 5px;
    padding-top: 8px;
    font-size: 16px;
}
.woocommerce-message .button{
    font-weight: normal !important;
    padding-top: 7px !important;
}
.filters .wc-block-grid__products{
    display:none !important;
}
.restaurant_filters .select2{
    margin-bottom: 25px;
}
@media(max-width:767px){
    rs-thumbs{display:none !important;}
    rs-module{
        width: 100% !important;
        left: unset !important;
    }
}
/*Slider style*/

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      margin: auto;
  }
  
#myCarousel{
	/* max-width: 650px; */
	/* margin: 0 auto; */
	/* background: #fff; */
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row-reverse;
	width: 100%;
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	padding: 10px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	/* z-index: -1; */
	bottom: 0px;
}
#myCarousel:before, #myCarousel:after {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0px rgba(0,0,0,0.1);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#thumbCarousel{
	/* max-width: 650px; */
	/* margin: 0 auto; */
	/* overflow: hidden; */
	/* background: #fff; */
	/* padding: 10px 0; */
	display: grid;
}

#thumbCarousel .thumb{
	/* float: left; */
	margin-right: 10px;
	border: 1px solid #e6e6e6;
	/* background: #fff; */
	width: 100px;
	/* background: #777777; */
	/* padding: 3px; */
	/* border-top: 0px solid transparent; */
	/* border-bottom: 0px solid transparent; */
	margin-bottom: 10px;
}

#thumbCarousel .thumb:last-child{
	margin-right: 0;
}

.thumb:hover{
	cursor: pointer;
}

.thumb img{
	opacity: 0.5;
	width: 100px !important;
	height: 75px !important;
	border: 3px solid #777777;
}

.thumb img:hover{
	opacity: 1;
}

.thumb.active img{
	opacity: 1;
	border: 3px solid #777777;
}
.item img {
    width: 100%;
    height: 377px !important;
    overflow: auto;
    object-fit: cover;
    object-position: center;
}

.item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}
.carousel-control.right{z-index:99;}


.carousel-control.left span i{
	font-size: 26px;
	content: "\f105";
	color: #ffffff;
	font-weight: normal;
	font-family: 'FontAwesome';
	font-style: normal;
	padding: 10px 20px;
	background: rgba(0,0,0,0.5);
}
.carousel-control.left {
	background-image: none !important;
}
.carousel-control.right {
	background-image: none !important;
}
.carousel-control.right span i{
	font-size: 26px;
	content: "\f105";
	color: #ffffff;
	font-weight: normal;
	font-family: 'FontAwesome';
	font-style: normal;
	padding: 10px 20px;
	background: rgba(0,0,0,0.5);
}
.carousel-control {
	display: flex !important;
	align-items: center;
	opacity: unset !important;
	width: auto !important;
}
.carousel-control:hover span i {
	background: #000000;
}
@media (max-width: 767px) {
    #thumbCarousel {
        display: none;
    }
    .carousel-inner{
        height:300px;
    }
    .carousel-caption{
        bottom:135px;
    }
    .post-type-archive-features .reviews .col-md-6{
            margin-top: 35px;
    }
    .single-restaurant .page-subtitle h3, h4, h2{
        font-weight:700;
        font-family: "Microbrew One" !important;
    }
}
@media (max-width: 480px) {
    .carousel-inner{
        height:250px;
    }
}
/*************/

.page-title .date_divider{
    border-right:2px solid #000;
    font-size: 13px;
    margin: 10px;
}
.carousel-inner .carousel-caption{
    background-color: #808080e0;
    color: #fff;
    font-family: 'Microbrew One';
    font-size: 17px;
}