/* Enter Your Custom CSS Here */
@font-face { 
  font-family: AllodsWest; 
  src: url(AllodsWest.ttf); 
}

body {
    font-family: "AllodsWest", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "AllodsWest", Georgia, serif;
}

.content-header {
    text-align: center;
}

.posted-info {
  display: none;
}
.edit-link {
  display: none;
}
.nav-links {
  display: none;
}

.posts .entry-inner::before {
    color: #faf9db;
  content: "\f408";
}

.is-singular .entry-inner::before, .error404 .entry-inner::before, .page-template-eventbrite-index .page-header::before, .single-event .entry-header::before {
    color: #faf9db;
    content: "\f408";
}

.has-post-thumbnail.is-singular:not(.home):not(.single-format-image):not(.page-template-eventbrite-index) .entry-header {
    background: rgba(68,14,28,0.4);
}

.has-post-thumbnail.is-singular:not(.home):not(.single-format-image):not(.page-template-eventbrite-index) .entry-header h1, .has-post-thumbnail.is-singular:not(.home):not(.single-format-image):not(.page-template-eventbrite-index) .entry-header a {
    color: #faf9db;
}

.is-singular .entry-posted {
    border-top: 1px solid rgba(218,214,214,0.8);
}

.is-singular .entry-content::before, .error404 .entry-content::before {
    border-top: 1px solid #440E1C;
}

.is-singular .entry-inner::after, .error404 .entry-inner::after, .page-template-eventbrite-index .page-header::after, .single-event .entry-header::after {
    background: #440E1C;
}

.posts .entry-inner::after {
    background-color: #440E1C;
}

.widget h3 {
    font-family: "AllodsWest", Georgia, serif;
}
.site-banner-header::before, .site-banner-header::after {
    border-top: 1px solid rgba(252, 209, 22, 0.5);
}

.banner-custom-header .site-banner-header h1::before {
    background-color: #ED3F18;
}

.footer-bottom-info {
    padding: 1px;
}

.comments {
    border-bottom: 1px solid #440E1C;
    padding: 10px;
  margin: 0px 0px 50px 0px;
}

.comments a {
    text-decoration: none;
}

.posts .cover-link:hover, .posts .cover-link:focus {
    border-color: rgba(68,14,28,0.4);
}

button, input[type="submit"] {
    background-color: #440E1C;
    border-color: #faf9db;
    color: #faf9db;
}

button, input, textarea {
    border: 1px solid #440E1C;
}

.link-more {
  display: none;
}
.home .site-header, .blog .site-header {
    background-color: rgba(68,14,28,0.8);
  color: #faf9db;
}

.site-header {
    background-color: rgba(68,14,28,0.8);
  color: #faf9db;
}

.menu-list__items {
    list-style: none;
    margin-left: 0;
}

.menu-list__items > li {
    display: list-item;
}

.menu-list__item {
    position: relative;
    margin-bottom: 15px;
}

.menu-list__item-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 96px;
    text-align: left;
}

.item_title {
    position: relative;
    z-index: 5;
}

.menu-list span.dots {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    border: 0;
    height: 3px;
    display: block;
    background-image: radial-gradient(circle closest-side, #b3b3b3 99%, rgba(0, 0, 0, 0) 1%);
    background-position: bottom;
    background-size: 6px 3px;
    background-repeat: repeat-x;
}
p.menu-list__item-desc {
    position: relative;
    margin-bottom: 0;
    text-align: left;
  width: 80%;
padding: 0 0 0em;
}

.entry-content a {
    text-decoration: none;
    color: #440E1C;
}

#FoodMenuEnter {
    background-color: #242629;
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 50%;
    background-image: url('/wp-content/uploads/2016/04/back1-960x677.jpg');
}

/* ВЫпадающее меню для Меню*/

#nav7, #nav7 ul, #nav7 li {
  margin: 0;
  padding: 0;
}
#nav7, #nav7 ul {
  background: #440E1C;
}
#nav7 { /* подменю перемещается относительно меню */
  position: absolute;
  display: table;
  width: 110px;
  right: 0px;
  font-size: 1.6rem;
  line-height: 2;
  margin: -20px 0px 0px 0px;
}
#nav7 ul { /* подменю находится вне потока */
  position: absolute;
  z-index: 5;
  display: none;
}

#nav7 li:hover ul { /* подменю будет показано, если курсор наведён на пункт меню с выпадающем списком */
  display: block;
}

#nav7 li {
  display: table-cell;
  text-align: center;
}
#nav7 ul li {
  display: block;
  text-align: left;
}
#nav7 ul li:first-child {
    border-top: 1px solid #faf9db;
}
#nav7 .right { /* последнее подменю будет расширяться справа налево */
  direction: rtl;
  border: 2px solid #440E1C;
  color: #faf9db;
  padding: 3px 0;
}
#nav7 .right ul { /* для IE, решение найдено случайно, где связь ??? */
  right: 0;
}
#nav7 .right li { /* последнее подменю будет расширяться справа налево, но не пункты последнего подменю */
  direction: ltr;
  width: 260px;
  border-bottom: 1px solid #faf9db;
}
#nav7 a {
  display: block;
  padding: 3px 0;
  color: #faf9db;
  text-decoration: none;
}
#nav7 a:hover {
  color: #faf9db;
}
#nav7 ul a {
  padding: 3px 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #faf9db;
}
#nav7 li:hover {
  background: rgba(250,249,219,0.2);
}

/* Конец выпадающего меню */

/* ВЫпадающее меню для Меню*/

 .menu-food{
        position: absolute;
        display: table;
        right: 0px;
        font-size: 1.6rem;
        margin: -20px 0px 0px 0px;
        text-align: center;
  z-index: 4;
    }
    .menu-food li{
        background: #440E1C;
        display: block;
        position: relative;
        font-size:1.6rem;
        overflow: hidden;
        padding: 5px 0px;
        margin: 0;
        border-bottom: 1px solid #faf9db;

    }
    .menu-food li a{
        color: #faf9db;
        text-decoration: none;
    }

    .drop_down ul{
        background: #440E1C;
        overflow: hidden;
  width:110px;

         transition: height 0.5s 0.2s ease-out;
            -webkit-transition: all 0.5s 0.2s ease-out;
                -moz-transition: all 0.5s 0.2s ease-out;
                    -o-transition: all 0.5s 0.2s ease-out;
                        -ms-transition: all 0.2s ease-out;
    }

.drop_down p {
    padding: 0;
}

    .close{/*состояние если закрыт*/
        opacity:0;
        height:0px;
    }
    .drop_down:hover ul, .open{/*состояние если открыт*/
        opacity:1;
        height:auto;
        width:260px;
  margin: 8px 5px 0px 5px;
  padding: 0;
  line-height: 1.2;

    }

    .drop_down:after{
    /*Это что бы по клику сразу же не переходил по ссылке, а дождался открытия категории*/

    display:block;
    width:100%;
    height:100%;
    opacity:0;
    position: absolute;
        top:0px;
        left:0px;

        /*отсрочка анимации, что бы срабатывал не моментально, а с задержкой*/
        transition:all 1s 1s ease-out;
        -webkit-transition:all 1s 1s ease-out;
            -moz-transition:all 1s 1s ease-out;
                -o-transition:all 1s 1s ease-out;
                    -ms-transition:all 1s 1s ease-out;
}

.drop_down:hover:after{
    /*улетаем далеко и сиангулируем*/
    top:-1000px;
    height:0px;
}

    .drop_down:before{

    /*полезно показать, что что то тут вываливается*/

    display: block;
    width:0px;
    height:0px;

    position: absolute;
        right:10px;
        top: 0.85em;

        opacity:0.5;

        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);

        transition:all 0.3s 0.1s ease-out;
            -webkit-transition:all 0.3s 0.1s ease-out;
                -moz-transition:all 0.3s 0.1s ease-out;
                    -ms-transition:all 0.3s 0.1s ease-out;
                        -o-transition:all 0.3s 0.1s ease-out;
}

.drop_down:hover:before{

        transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                    -ms-transform: rotate(0deg);
                        -o-transform: rotate(0deg);

        opacity:0.9;
        top:0.5em;
}

    .drop_down ul li{
        background: #440E1C;
        text-align: left;

    }
.drop_down ul li:first-child{
        border-top: 1px solid #faf9db;
    }
.drop_down ul li:last-child{
        border-bottom: none;
    }

    .drop_down ul li a{
        color: #faf9db;
        text-decoration: none;
        padding: 0px 0px;
        font-size: 1.4rem;
        line-height: normal;
    }

/* Конец выпадающего меню */

.desc__content {
    position: relative;
    z-index: 5;
  font-style: italic;
}
.menu-list__item-price {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    max-width: 96px;
    font-size: 19px;
    line-height: 1.3;
    font-weight: bold;
}

/* .page-links {
    clear: both;
    font-size: 80%;
    letter-spacing: 0.1em;
    margin: 3rem 0;
    text-align: center;
    text-transform: uppercase;
    color: #faf9db;
    text-shadow: 1px 1px 0px rgba(68,14,28,0.4);
} */

.page-links {
    display: none;
}

#site-navigation a:hover, #site-navigation a:focus {
    opacity: 0.7;
    text-decoration: none;
    color: #faf9db;
}

.food-menu {
    border-top: 1px solid #440E1C;
    border-bottom: 1px solid #440E1C;
    margin-bottom: 25px;
    font-family: AllodsWest;
    font-size: 12px;
  padding: 10px 0px;
}

.food-menu ul {
    list-style: none;
    margin: 10px 0px;
  text-align: center;
}

.food-menu ul li {
    display: inline-block;
  letter-spacing: 0.1em;
  border-right: 1px solid #440E1C;
  padding: 2px 10px;
  color: #440E1C;
}
.food-menu ul li:first-child {
    border-left: 1px solid #440E1C;
}

.food-menu ul li:last-child {
    border-right: 1px solid #440E1C;
}

.food-menu_item a {
    text-decoration: none;
    color: #440E1C;
}
.food-menu_item a:hover {
    color: #D4103C;
}
.site-footer {
    background-color: #440E1C;
}

.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
    color: #faf9db;
}

.widget-area a, .widget-area select {
    color: #faf9db;
}

.widget ul li {
    border-bottom: 1px solid rgba(218, 214, 214, 0.1);
    border-top: 1px solid rgba(218, 214, 214, 0.1);
    padding: 8px 0;
}

.widget_search *::-moz-placeholder {
    color: #faf9db;
}

.widget input, .widget select, .widget textarea {
    background-color: rgba(0,0,0,0.1);
    border-color: #faf9db;
    width: 100%;
}

.site-footer {
    color: #440E1C;
    text-align: center;
}

.is-singular.has-post-thumbnail:not(.home):not(.single-format-image):not(.page-template-eventbrite-index) .entry-content {
    padding-top: 3em;
}

@media only screen and (max-width: 1200px) {
  .content-header {
    display: none;
}
  .has-post-thumbnail.is-singular:not(.home):not(.single-format-image):not(.page-template-eventbrite-index) .entry-header {
    background: transparent;
    color: #1a1c1e;
  }
  
  .has-post-thumbnail.is-singular:not(.home):not(.single-format-image):not(.page-template-eventbrite-index) .entry-header h1, .has-post-thumbnail.is-singular:not(.home):not(.single-format-image):not(.page-template-eventbrite-index) .entry-header a {
    color: #1a1c1e;
}
  .is-singular .entry-posted {
    display: none;
}
  .page.has-post-thumbnail.is-singular:not(.home):not(.single-format-image):not(.page-template-eventbrite-index) .entry-header {
    padding-bottom: 1rem;
    padding-top: 4rem;
}
  #FoodMenuEnter {
    width: 35%;
}
}


@media only screen and (max-width: 960px) {
#site-navigation ul a {
		color: #faf9db;
	}
 
  #FoodMenuEnter {
    display: block;
    height: auto;
    margin: 0 0 5.5rem;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    padding-bottom: 66%;
}
.menu-food {
        margin: -20px 15px 0px 0px;
}
}
@media only screen and (max-width: 945px) {
.menu-food {
    margin: -20px 77px 0px 0px;
}
}
@media only screen and (max-width: 800px) {
.menu-food {
    width: 100%;
    max-width: 536px;
    position: relative;
    left: 0px;
}
  
  .drop_down:hover ul, .open {
    width: 100%;
    margin: 0;
}
  .drop_down ul li {
    text-align: center;
}
}