:root {
    --color1: #bd2333;
    --black: #1d1d1d;
    --light: #f5f5f5;
}

p, .content li {
    font-size: 1.2rem !important;
}

.ccm-block-edit img {
    max-width: 350px;
    height: auto;
    float: right;    
}

.content ul, .content ol {
    margin-left: 2rem;   
}

a,
.menu_link:hover, 
.menu_link.active,
.text-color1
{
    color: var(--color1) !important;
}

.bg-color1,
.btn-color1 {
  background-color: var(--color1);
}

ul li:not([class])::before {
    content: url('https://eatingreallywell.com/application/themes/erw/img/michelin/michelin_star.svg') !important;
    width: 0.8em !important;
    display: inline-block !important;
    position: relative;
    margin-right: 0.5em !important;
}

blockquote {
    background-color: var(--light);
    padding: 1.2em 2em;    
}

blockquote p {
    font-size: 1.2rem !important;
    line-height: 1.6 !important;    
}

.bg-light {
    background-color: var(--light) !important;
}
.menu_link {
    color: var(--black);
}
.breadcrumbs_link {
    color: var(--color1);
}

.cart_coupon {
    border: 1px solid #e8e8e8;
}
.cart_coupon.bg-danger {
    border: 0;
}

.widjet_close {
    background: var(--color1);
}
#mdlEmail {
    border-left: 3px solid var(--color1);
}
.search_input[type] {
    border-left: none;
}
.contacts_form-input[placeholder] {
    border-bottom: 1px solid #ddd;
}
.contacts_form-button {
    margin-top: 10px;
    background-color: var(--color1);
    padding: 5px 10px 7px;
    border: none;
    font-size: 12px;
    margin-bottom: 2em;
}

.showcase {
	margin-bottom: 25px;
}

/** SEARCH **/
.search-results li a {
    font-size: 1.2rem;
}

/** HOME **/
.page-template-home .content p span {
    color: var(--color1);
    font-weight: bold;
    font-style: italic;
}

/** REVIEWS **/

.filters_option.active label {
    color: var(--color1);
}

.select-colored {
    background-color: var(--color1);
    color: white;
    border: none;
}

.product-card {
    text-align: left;
}
.product-card .latest-news_date-value {
    color: var(--black);
}

.product-card img.michelin-star {
    height: 20px;
    margin-top: 4px;
}

.product-card img.fiftybest {
    margin-left: 4px;
    filter: invert(33%) sepia(6%) saturate(13%) hue-rotate(92deg) brightness(92%) contrast(87%);
}

.product-card_image-wrapper {
    width: 100%;
    height: 200px;
    background-size: cover;
    border: 1px solid white;
    transition: .3s;
}
.product-card_image-wrapper:hover {
    border: 1px solid var(--color1);
}

.comments p {
    font-size: 1rem !important;
}

/** RESTAURANT **/

h1.showcase_title .fiftybest {
    margin-left: 1rem !important;    
    filter: invert(33%) sepia(6%) saturate(13%) hue-rotate(92deg) brightness(92%) contrast(87%);
}

.information_button:hover {
    cursor: pointer;
}

.information_button.active {
    color: var(--color1);
    font-weight: bold;    
}

.information_button img {
    max-height: 20px;
}

.page-type-restaurant .review img {
    max-width: 300px;
    float: right;
    height: auto;
    margin: 0 0 0.5em 1em;
}

.page-type-restaurant .imgwrap {
    max-width: 300px;
    float: right;
    font-size: .7em;
    text-align: center;   
    margin-left: 1.7em; 
    margin-bottom: 2em;
    line-height: 1.3em;
    background-color: var(--color1);
    color: white;
}

.page-type-restaurant .imgwrap .caption {
    padding: 0 0.5em 0.5em;    
}

.page-type-restaurant .showcase_title img {
 	max-height: 32px; 
}

.visit-images {
    margin-top: 2em;
}
a.visit-image {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0 5px 5px 0;
    opacity: .5;
    transition: .5s;
}
a.visit-image:hover {
    opacity: 1;
}


.visit-image-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.visit-image-zoom .img {
    width: 100%;
    height: 100%;
    background: black; /** rgb(0,0,0,.7); **/
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;    
}
.visit-image-zoom .caption {
    position: absolute;
    background-color: rgb(0,0,0,0.7);
    bottom: 0;
    width: 100%;    
    z-index: 1200;
    text-align: center;
    font-size: 1.4em;
    padding: 1em 4em;
    line-height: 1.3em;
    color: white;
}
.visit-image-zoom .caption span {
    display: none;
    font-size: 12px;
}
.visit-image-zoom video {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}
.visit-image-zoom .control {
    position: absolute;
    background: rgb(0,0,0,0.2);
}
.visit-image-zoom .control * {
    color: white;
}
.visit-image-zoom .control a {
    padding: 20px;
}
.visit-image-zoom .close {
    top: 0;
    right: 0;
}
.visit-image-zoom .prev {
    top: 45%;
    left: 0;
}
.visit-image-zoom .next {
    top: 45%;
    right: 0;
}
.visit-image i.fa {
    float: right;
    padding: 5px 7px 0 0;
    font-size: 1.2em;
}

.footer {
    padding: 40px 0;
}

.footer_copyright {
    font-size: 12px !important;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  p, .content li, .visit-image-zoom .caption {
      font-size: 1rem !important;
  }

    .page-type-restaurant .imgwrap {
        float: none;
    }
  .visit-image-zoom .caption span {
      display: block;
  }

}
