/*
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;
}
@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: 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;
  }