/*
Theme Name: RestaurantGuideAarhus.com
Author: the WebCoders team
Author URI: https://webcoders.dk/
Version: 1.5
Text Domain: wtheme
*/

section.gastronomies .categories > div {
  margin: 30px auto;
  padding: 0 10px;
  max-width: 1000px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

section.gastronomies .categories > div .category {
  text-align: center;
  min-width: 0;
  margin-left: 0;
  margin-top: 0;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
}

section.gastronomies .categories > div .category .title {
  font-size: 14px;
}

.reviews_list_wrap .list .item time {
  font-size: 14px;
  margin: 4px 0;
}

.reviews_list_wrap .list .item .info,
.pages_list_wrap .list .item .info {
  font-size: 16px;
}

section.gastronomies .gastronomies_list_wrap .list .item .book_url,
.reviews_list_wrap .list .item .book_url,
.pages_list_wrap .list .item .book_url {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body section.gastronomies .gastronomies_list_wrap .list .item .info h3,
body .reviews_list_wrap .list .item .info h3,
body .pages_list_wrap .list .item .info h3 {
  padding-bottom: 24px;
}

section.gastronomies .gastronomies_list_wrap .list .item .book_url a,
.reviews_list_wrap .list .item .book_url a,
.pages_list_wrap .list .item .book_url a {
  margin-bottom: 8px;
}

section.gastronomies .gastronomies_list_wrap .list .item .book_url .weblink::after,
.reviews_list_wrap .list .item .book_url .weblink::after,
.pages_list_wrap .list .item .book_url .weblink::after {
  display: none;
}

.reviews_list_wrap .list .item .info a,
.pages_list_wrap .list .item .info a {
  margin-top: 8px;
}

section.gastronomies .categories.featured {
  display: none;
}

.single-gastronomy .gallery {
  /* width: 100%; */
}

.single-gastronomy .gallery .preview li.featured {
  width: 100% !important;
}

.single-gastronomy .gallery .preview li.featured img {
  width: 100%;
  object-fit: cover;
  /* aspect-ratio: 16 / 5; */
  min-height: 400px;
}

.slider_section .item .thumbnail {
  height: 258px;
}

.slider_section .item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog main,
.seneste-nyheder .post-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.seneste-nyheder {
  margin: 50px 0 30px;
  padding: 20px;
}

.seneste-nyheder .see-all {
  color: #AF1E23;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.seneste-nyheder .see-all:hover {
  text-decoration: underline;
}

.seneste-nyheder .top h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.seneste-nyheder .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog main .entry_header {
  width: 100%;
  margin-bottom: 40px;
}

.blog main .post,
.seneste-nyheder .post-wrp .post {
  box-shadow: -1px 4px 10px rgba(0, 0, 0, 0.06);
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% / 3 - 14px);
  margin-bottom: 20px;
  border: 1px solid #eee;
  padding-top: 200px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.blog main .post > a,
.seneste-nyheder .post-wrp .post > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  display: block;
  overflow: hidden;
}

.blog main .post a img,
.seneste-nyheder .post-wrp .post a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 250ms ease;
}

.blog main .post > a:hover img,
.seneste-nyheder .post-wrp .post > a:hover img {
  transform: scale(1.1);
}

.blog main .post .entry_header,
.seneste-nyheder .post-wrp .post .entry_header {
  padding: 10px 20px 0;
  margin-bottom: 10px;
}

.blog main .post .entry_header time,
.seneste-nyheder .post-wrp .post .entry_header time {
  font-size: 14px;
}

.blog main .post .entry_header a,
.seneste-nyheder .post-wrp .post .entry_header a {
  text-decoration: none;
  color: #000;
}

.blog main .post .entry_header a:hover,
.seneste-nyheder .post-wrp .post .entry_header a:hover {
  text-decoration: underline;
}

.blog main .post .entry_content,
.seneste-nyheder .post-wrp .post .entry_content {
  padding: 0 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog main .post .entry_content a,
.seneste-nyheder .post-wrp .post .entry_content a {
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

.blog main .post .entry_content a:hover,
.seneste-nyheder .post-wrp .post .entry_content a:hover {
  text-decoration: underline;
}

.blog main .pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
}

.blog main .pagination a {
  margin: 0 10px;
}

.single-post main article {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  max-width: 980px;
  margin: 40px auto;
  padding: 28px;
  display: grid;
}

.single-post main article .entry_header {
  margin-bottom: 20px;
  grid-row: 1;
}

.single-post main article .entry_header h1 {
  margin-bottom: 28px;
}

.single-post main article .entry_header time,
.single-post main article .entry_header span {
  font-size: 14px;
  font-style: italic;
}

.latest_posts .item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 4px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee;
  background-color: #fff;
  align-items: stretch !important;
}

.latest_posts .item h3 {
  padding: 28px 28px 28px 0;
}

.latest_posts .item h3 a:hover {
  text-decoration: underline;
}

.latest_posts .item .thumbnail {
  display: flex;
  height: auto !important;
  overflow: hidden;
}

.latest_posts .item .thumbnail:hover img {
  transform: scale(1.1);
}

.latest_posts .item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: 250ms ease;
}

.top_visit_posts_wrap .list .item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 4px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee;
  background-color: #fff;
  align-items: stretch;
}

.top_visit_posts_wrap .list .item .thumb {
  border-radius: 0 !important;
  overflow: hidden;
}

.top_visit_posts_wrap .list .item .thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 250ms ease;
}

.top_visit_posts_wrap .list .item .thumb:hover img {
  transform: scale(1.1);
}

.top_visit_posts_wrap .list .item .text {
  padding: 20px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top_visit_posts_wrap .list .item .text a:hover {
  text-decoration: underline;
}

/* Seneste nyt */
.seneste-nyt {
  margin: 18px 0 34px;
  padding: 0 20px;
}

.seneste-nyt .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 14px;
}

.seneste-nyt h3 {
  display: none;
}

.seneste-nyt .see-all {
  color: #AF1E23;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

.seneste-nyt .see-all:hover {
  text-decoration: underline;
}

.seneste-nyt .post-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
}

.seneste-nyt .post {
  width: calc(25% - 15px);
  margin-bottom: 20px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: -1px 4px 10px rgba(0, 0, 0, 0.06);
}

.seneste-nyt .thumbnail {
  display: block;
  margin: 0;
  overflow: hidden;
}

.seneste-nyt .thumbnail img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: 250ms ease;
}

.seneste-nyt .thumbnail:hover img {
  transform: scale(1.05);
}

.seneste-nyt .post-content {
  min-width: 0;
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.seneste-nyt .post-category {
  display: none;
}

.seneste-nyt .entry_title {
  margin: 0 0 8px;
  min-height: 66px;
  font-size: 18px !important;
  line-height: 1.15 !important;
  font-weight: 700;
}

.seneste-nyt .entry_title a,
.seneste-nyt .entry_title a:link,
.seneste-nyt .entry_title a:visited,
.seneste-nyt .entry_title a *,
.seneste-nyt .entry_title span {
  font-size: 18px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  text-decoration: none;
}

.seneste-nyt .entry_title a {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.seneste-nyt .entry_title a:hover {
  text-decoration: underline;
}

.seneste-nyt .entry_date {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  color: #666;
}

.seneste-nyt .entry_content {
  font-size: 14px;
  line-height: 1.4;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .seneste-nyt .post {
    width: calc(50% - 10px);
  }
}

@media (max-width: 992px) {
  .blog main .post,
  .seneste-nyheder .post-wrp .post {
    width: calc(100% / 2 - 10px);
  }
}

@media (max-width: 680px) {
  .blog main .post,
  .seneste-nyheder .post-wrp .post {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .slider_section {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .seneste-nyt {
    margin: 18px 0 26px;
    padding: 0 20px;
  }

  .seneste-nyt .top {
    justify-content: flex-end;
    margin-bottom: 12px;
  }

  .seneste-nyt .post-wrp {
    display: block;
  }

  .seneste-nyt .post {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
    padding: 14px;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: -1px 4px 10px rgba(0, 0, 0, 0.06);
    background: #fff;
  }

  .seneste-nyt .post.no-thumbnail {
    display: block;
  }

  .seneste-nyt .thumbnail {
    width: 116px;
    min-width: 116px;
    border-radius: 18px;
    overflow: hidden;
  }

  .seneste-nyt .thumbnail img {
    width: 116px;
    height: 116px;
    object-fit: cover;
    border-radius: 18px;
  }

  .seneste-nyt .post-content {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .seneste-nyt .entry_date {
    display: block;
    order: -1;
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.2;
    color: #6f6f6f;
  }

  .seneste-nyt .entry_title {
    margin: 0 0 6px;
    min-height: 0;
    font-size: 16px !important;
    line-height: 1.14 !important;
  }

  .seneste-nyt .entry_title a,
  .seneste-nyt .entry_title a:link,
  .seneste-nyt .entry_title a:visited,
  .seneste-nyt .entry_title a *,
  .seneste-nyt .entry_title span {
    font-size: 16px !important;
    line-height: 1.14 !important;
    font-weight: 700 !important;
  }

  .seneste-nyt .entry_title a {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .seneste-nyt .entry_content {
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.35;
    color: #444;
    margin-top: 2px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media screen and (max-width: 639px) {
  body .top_visit_posts_wrap .list .item {
    align-items: stretch;
  }

  body .top_visit_posts_wrap .list .item .thumb {
    height: auto;
  }

  body .top_visit_posts_wrap .list .item .thumb img {
    border-radius: 0;
  }
}