/*
Theme Name: RestaurantGuide
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;
}
.template-landing-pages .tag_menu,
.template-landing-pages-list .tag_menu {
  display: none;
}
.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;
}
.template-landing-pages .gastronomies .top_wrap .adslot-tag {
  margin-bottom: 28px;
}
.blog main,
.seneste-nyheder .post-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-review .content_box .author {
  font-style: italic;
  margin-bottom: 15px;
  font-size: 16px;
}
.single-review .content_box time {
  display: inline !important;
}
.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;
}
.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);
}
.seneste-nyheder .post-wrp .post .entry_header h2,
.blog main .post .entry_header h2 {
  margin-bottom: 16px;
  font-size: 22px;
}
.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;
}

.slider_section {
  margin: 40px 0;
  padding-bottom: 40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.slider_section#slider_section_2 {
  border-bottom: none;
}
.slider_section .slider_wrap {
  overflow: hidden;
  margin-top: 35px;
}
.slider_section .title_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider_section .title_row h2 {
  color: #af1e23;
}
.slider_section .see_all {
  color: #af1e23;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.slider_section .see_all:hover {
  text-decoration: underline;
}
.slider_section .items {
  margin: 20px -20px 0;
  overflow: hidden;
}
.slider_section .slick-track {
  display: flex !important;
}
.slider_section .item {
  border-radius: 5px;
  float: left;
  position: relative;
  margin: 0 20px;
  box-shadow: -1px 4px 10px rgba(0, 0, 0, 0.06);
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  height: inherit !important;
}
.slider_section .item .thumbnail {
  display: block;
}
.slider_section .item .thumbnail {
  height: 258px;
}
.slider_section .item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider_section .item .text_wrap {
  padding: 10px 20px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  flex: 1;
  flex-direction: column;
  border-radius: 0 0 5px 5px;
}
.slider_section .item .entry_title {
  font-size: 28px;
  flex: 1;
}
.slider_section .item .entry_title a {
  color: inherit;
  text-decoration: none;
}
.slider_section .item .entry_content {
  margin-top: 10px;
}
.slider_section .slider_nav_wrap {
  text-align: center;
  margin-top: 20px;
}
.slider_section .slick-navigation {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #af1e23;
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  cursor: pointer;
}
.slider_section .slick-navigation:hover {
  background: rgba(175, 30, 35, 0.3);
}
.slider_section .slick-navigation.slick-disabled {
  cursor: default;
  opacity: 0.5;
}
.slider_section .slick-navigation.slick-disabled:hover {
  background: transparent;
}
.slider_section .slick-navigation:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: url(../images/arrow-red-right.svg) no-repeat center;
  background-size: contain;
}
.slider_section .slick-navigation.prev {
  margin-right: 20px;
}
.slider_section .slick-navigation.prev:before {
  -webkit-transform: translate(0px, 0px) rotate(180deg);
  -moz-transform: translate(0px, 0px) rotate(180deg);
  -ms-transform: translate(0px, 0px) rotate(180deg);
  -o-transform: translate(0px, 0px) rotate(180deg);
  transform: translate(0px, 0px) rotate(180deg);
}
.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 screen and (max-width: 1023px) {
  .slider_section .slick-navigation:hover {
    background: transparent;
 }
}
@media (max-width: 992px) {
  .blog main .post,
  .seneste-nyheder .post-wrp .post {
    width: calc(100% / 2 - 10px);
  }
}
@media screen and (max-width: 960px) {
  .slider_section .item .entry_title {
    font-size: 22px;
 }
  .slider_section .item .entry_content {
    font-size: 16px;
 }
}
@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;
  }
}
