/*
 * Theme Name: 
 * Theme URI: 
 * Author: Milan Savov
 * Author URI/Mail: milan.savov@gmail.com
 * Version: 1.0
 * */


/* FONT
================================================== */

@font-face {
    font-family: "fontello";
    src: url("../fonts/fontello.eot?37927580");
    src: url("../fonts/fontello.eot?37927580#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?37927580") format("woff2"), url("../fonts/fontello.woff?37927580") format("woff"), url("../fonts/fontello.ttf?37927580") format("truetype"), url("../fonts/fontello.svg?37927580#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: "\f099";
}


/* '' */

.icon-facebook:before {
    content: "\f09a";
}


/* '' */

.icon-gplus:before {
    content: "\f0d5";
}


/* '' */

.icon-linkedin:before {
    content: "\f0e1";
}


/* '' */

.icon-linkedin:before {
    content: "\f0e1";
}


/* '' */

.icon-up:before {
    content: "\f176";
}


/* '' */


/* CUSTOM RESETS
================================================== */

a {
    transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
}

a:focus,
a:hover {
    outline: 0 none;
    text-decoration: none;
}

h4 {
    font-size: 20px;
    margin-left: 120px;
    margin-right:auto;
}

/* Site title styling */
.site-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.site-title img {
    display: block;
    vertical-align: middle;
    margin-right: 0;
}
.site-title .restaurant-name {
    font-weight: 700;
}

/* Map link icon */
.map-icon {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin-left: 6px;
}

.minimap {
    width: 200px;
    height: auto;
    vertical-align: text-bottom;
    margin-left: 8px;
    border: 1px solid #ddd;
}

/* Review layout: indent content under the header */
.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
}
.review-map {
    width: 220px;
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.review-content {
    flex: 1;
    margin-left: 12px;
    margin-top: 6px;
}

.review-body {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.header-left {
    flex: 1;
    min-width: 0;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.burger-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.burger-rating img {
    width: 14px;
    height: 14px;
}

.rating-number {
    font-weight: 700;
}

/* Make the burger name larger in the header */
.header-left b {
    font-size: 1.25rem;
}

/* Make restaurant name match the burger name size/weight */
.header-left .restaurant-name {
    font-size: 1.25rem;
    font-weight: 700;
    /* spacing is handled in the template to ensure exactly one space after '@' */
}
.review-meta {
    margin-top: 8px;
    color: #666;
}


/* Buttons */

.btn {
    min-width: 145px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    -ms-transition: box-shadow 0.25s ease-in-out;
}

.btn-fill {
    color: #fff;
    background-color: #212121;
}

.btn-border {
    background-color: transparent;
    color: #212121;
    border: 1px solid #212121;
}

.btn-fill:hover,
.btn-fill:focus {
    color: #fff;
}

.btn:hover,
.btn:focus {
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.15);
}


/* Input fields */

.form-control {
    padding-left: 10px;
    border: 0;
    border-bottom: 1px solid #212121;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    outline: 0 none transparent;
    -webkit-appearance: none;
}

textarea {
    margin-top: 40px;
    min-height: 200px;
    resize: none;
}

.form-control:focus {
    box-shadow: none;
    border-bottom-color: #e1e1e1;
}

::-moz-placeholder,
::-webkit-input-placeholder {
    font-size: 16px;
}


/* LAYOUT
================================================== */

html,
body {
    width: 70%;
    height: 100%;
    margin: auto;
    padding: 13px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #212121;
}

.burger-rating {
    white-space: nowrap;
}

.rating-number {
    display: inline-block;
    min-width: 1.5em;
    text-align: right;
    margin-right: 6px;
    font-weight: 600;
}

.burger-icon {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.burger-icon--off {
    opacity: 0.25;
    filter: grayscale(100%);
}



/* FOOTER
================================================== */

.site-footer {
    position: fixed;
    bottom: 0;
    padding: 30px 0;
    width: 100%;
    background-color: #212121;
    z-index: -1;
}

.icon {
    line-height: 40px;
    padding: 9px 11px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.icon+.icon {
    margin-left: 5px;
}

.icon i:before {
    margin: 0;
}

.icon:hover {
    background-color: #fff;
}

.site-footer a {
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

a.twitter-bg:hover {
    color: #55acee;
}

a.facebook-bg:hover {
    color: #3b5998;
}

a.gplus-bg:hover {
    color: #007bb5;
}

a.linkedin-bg:hover {
    color: #dd4b39;
}

a.icon-up-bg:hover {
    color: #212121;
}

.copyright {
    margin-bottom: 0;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

figure {
    border: thin #c0c0c0 solid;
    display: flex;
    flex-flow: column;
    padding: 5px;
    max-width: 220px;
    margin: auto;
}

img {
    max-width: 408px;
    max-height: 1920px;
}

figcaption {
    background-color: #222;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center;
}

#build {
    font-size: smaller;
}

.status {
    font-weight: bold;
    text-align: center;
}

li {
    list-style-image: url('/static/images/bullet.png');
}

td {
    padding-bottom: 15px;
}