 .post-meta .post-category {
     font-size: 13px;
     text-transform: uppercase;
     padding: 3px 10px;
     font-weight: 600;
     border-radius: 2px;
     margin-right: 15px;
     color: #FFF;
     -webkit-transition: 0.2s opacity;
     transition: 0.2s opacity;
         position: absolute;
    top: 0;
}

 .post-meta-right .post-category-right {
     font-size: 13px;
     text-transform: uppercase;
     padding: 3px 10px;
     font-weight: 600;
     border-radius: 2px;
     margin-left: 15px;
     color: #FFF;
     -webkit-transition: 0.2s opacity;
     transition: 0.2s opacity;
     position: absolute;
     bottom: 0;
     right: 0;
}

.teg_pos {
    display: inline-block;
    height: 32px;
    font-size: 12px;
    font-weight: 300;
    color: rgba(0,0,0,0.6);
    line-height: 32px;
    color: #F6F6F6;
    padding: 0 8px;
    border-radius: 16px;
    background-color: #42BC4A;
}

.teg_neg {
    display: inline-block;
    height: 32px;
    font-size: 12px;
    font-weight: 300;
    color: rgba(0,0,0,0.6);
    line-height: 32px;
    padding: 0 12px;
    color: #F6F6F6;
    border-radius: 16px;
    background-color: #fa2020;
}

.kek {
    text-decoration: none;
    color: black;
 }

.brd {
  background-color:rgba(0,0,0,.05);
  border-top:1px solid rgba(0,0,0,.125);
    text-align:right;
    padding: 0.0rem 0.5rem;
}


.card-bods{
    -ms-flex:1 1 auto;
  flex:1 1 auto;
  padding:0.25rem;
}


.imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 100%;
}

.imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}

.imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  left: 0px;
  padding: 0px 10px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: 100%;
}

.imagebox:hover img {
  opacity: 0.7;
}

.imagebox:hover .imagebox-desc {
  padding-bottom: 5%;
}

.colblack {
    color: black;
}

.colwhite {
    color: white;
}

.bgcolour-org {
    background-color: rgba(255, 135, 0, 0.9)
}


.bgcolour-blue {
    background-color: rgba(12, 128, 254, 0.9);
}

.bgcolour-gray {
    background-color: rgba(80, 156, 159, 0.9)
}

.art_text_info {
    padding: 0rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
    font-size: 0.8rem;
    line-height: 1;
    font-family: Verdana, Geneva, sans-serif;
}

.art_rights{
    font-size: 0.6rem;
}



.imagebox_main {
  padding: 0px;
  position: relative;
  text-align: center;

}


.imagebox_main .imagebox_main-desc {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0px;
  left: 0px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: 100%;
    margin-bottom: 0px;
}

.date_div {
      position: relative;
}

.row:before, .row:after{
 display: inline-block !important;
}

 .post-meta-right-date .post-category-right-date {
     font-size: 9px;
     text-transform: uppercase;
     padding: 0px 5px;
     font-weight: 600;
     border-radius: 2px;
     margin-left: 15px;
     color: #FFF;
     -webkit-transition: 0.2s opacity;
     transition: 0.2s opacity;
     position: absolute;
     bottom: 0;
     right: 0;
}

 .bgcolour-date {
    background-color: rgba(148, 148, 148, 0.6)
}

.timeline {
    position: relative;
    padding:4px 0 0 0;
    margin-top:22px;
    list-style: none;
}

.timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    right:-100px;
}

.timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    left:-100px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
    min-height: 170px;
}

.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 0 30px 20px 30px;
  text-align: right;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    border: 7px solid #ec4b41;
    border-radius: 100%;
    background-color: #ec4b41;
    box-shadow: 0 0 5px #671319;
    width: 200px;
    height: 200px;
    margin-left: -100px;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 30px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top:22px;
    margin-bottom: 4px;
    padding:0;
    color: #b3b3b3;
}

.timeline .timeline-heading h4.subheading {
  margin:0;
  padding:0;
    text-transform: none;
    font-size:18px;
    color:#333333;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
    color:#808080;
}
/*Style for even div.line*/
.timeline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 540px;
    width: 4px;
    height:340px;
    background-color: #ec4b41;
    -ms-transform: rotate(-44deg); /* IE 9 */
    -webkit-transform: rotate(-44deg); /* Safari */
    transform: rotate(-44deg);
    box-shadow: 0 0 5px #671319;
}
/*Style for odd div.line*/
.timeline>li:nth-child(even) .line:before  {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 320px;
    width: 4px;
    height:340px;
    background-color: #ec4b41;
    -ms-transform: rotate(44deg); /* IE 9 */
    -webkit-transform: rotate(44deg); /* Safari */
    transform: rotate(44deg);
    box-shadow: 0 0 5px #671319;
}
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    float:right;
    left: 0px;
    margin-left:0;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px;
  }
  .timeline > li .line {
    display: none;
  }
  .timeline>li:nth-child(even) .timeline-image {
float: left;
right: 0;
margin-left: 0;
}
.timeline>li:nth-child(odd) .timeline-image {
float:right;
left: 0px;
margin-left:0;
}
}

/* Стили для заведения */
.place-info {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

.place-name {
    font-weight: bold;
    color: #4b1721;
    padding: 5px 10px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
}

/* Стили для блюд */
.dishes-inline {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.dish-name {
    font-weight: bold;
    color: #333;
    position: relative;
    margin-right: 5px;
}

.dish-name:not(:last-child)::after {
    content: "·";
    margin-left: 5px;
    color: #666;
    font-weight: normal;
}

/* Убираем лишние отступы в блоке с иконками и метро */
.brd {
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    margin: 0;
}

.row.no-gutters {
    margin: 0;
}

.col-sm-4, .col-sm-8, .col-4, .col-8 {
    padding: 0;
}

img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

/* Новый стиль для уменьшения padding в блоке .card-body.text-center */
.card-body.text-center {
    padding: 0.25rem; /* Уменьшаем padding до 0.25rem */
}

.tag-cloud {
  text-align: center;
  margin: 20px 0;
}

.tag {
  display: inline-block;
  padding: 8px 12px;
  margin: 5px;
  background-color: #f0f0f0;
  border-radius: 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px; /* Одинаковый размер для всех тегов */
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.tag:hover {
  background-color: #007bff;
  color: #fff;
  transform: scale(1.1);
}

.load-more-button {
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
}

.load-more-button:hover {
  background-color: #0056b3;
}

.tag-cloud {
  text-align: center;
  margin: 20px 0;
}

.tag {
  display: inline-block;
  padding: 8px 12px;
  margin: 5px;
  background-color: #f0f0f0;
  border-radius: 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.tag:hover {
  background-color: #007bff;
  color: #fff;
  transform: scale(1.1);
}

.badge {
  background-color: #e94a41; /* Оранжевый цвет для бейджей */
  color: #fff;
  padding: 3px 6px;
  border-radius: 10px;
  font-size: 12px;
  margin-left: 5px;
}

.load-more-button {
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
}

.load-more-button:hover {
  background-color: #0056b3;
}

.dish-name-all-dish {
  font-size: 20px; /* Больший размер для названия блюда */
  font-weight: bold;
  margin-bottom: 5px;
}

.hidden-dish-type {
  display: none;
}
