ul.grid {
  margin: 0;
  padding: 0;
}
ul.grid .grid-sizer,
ul.grid .gutter-sizer,
ul.grid .grid-item {
  list-style: none;
}

body.single .grid-sizer {
  width: calc(50% - 25px);
}
body.single .gutter-sizer {
  width: 50px;
}
body.single .grid-item {
  width: calc(50% - 25px);
}
.container {
  max-width: 1000px;
  margin: 0 auto;
}
.post.slick-slide {
  padding: 0px 25px;
  background-color: transparent;
}
.post.slick-slide > a {
  position: relative;
  display: flex;
}
.post.slick-slide > .item-container {
  background: #f8f9f9;
  display: flex;
  flex-direction: column;
  /*height: 100%;*/
  /*min-height: 400px;*/
}
.post.slick-slide .img-responsive {
  height: 200px;
  object-fit: cover;
}
.category_wrapper, .article_slider_wrapper {
  margin: 0px -25px 50px;
}

@media (max-width: 1049px) {
  .front_category, .alphabetical_container {
    padding: 0 25px;
  }
}

@media (max-width: 520px) {
  .alphabetical_container {
    padding: 0;
  }
}

.article_slider_wrapper .post.slick-slide > .item-container {
  /*min-height: 280px;*/
}
.slick-next {
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 0px;
  border-radius: 50%;
  border: 1px solid #e7e4e4;
  box-shadow: 0px 0px 5px 0px rgb(231 228 228 / 65%);
  position: absolute;
  font-size: 0px;
  background: #ffffff;
  top: 210px;
  right: 0px;
  background-image: url('../images/right-arrow-2x.png');
  background-size: 55%;
  background-position: center;
  background-repeat: no-repeat;
}
.slick-prev {
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 0px;
  border-radius: 50%;
  border: 1px solid #e7e4e4;
  box-shadow: 0px 0px 5px 0px rgb(231 228 228 / 65%);
  position: absolute;
  font-size: 0px;
  background: #ffffff;
  top: 210px;
  left: -25px;
  background-image: url('../images/right-arrow-2x.png');
  background-size: 55%;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.slick-prev {
  display: none !important;
}
.slick-track {
  display: flex !important;
}
.post.slick-slide {
  display: flex !important;
  flex-direction: column;
  margin-bottom: 0px !important;
  height: inherit;
}

@media (max-width: 520px) {
  body.single .grid-sizer {
    width: 100%;
  }
  body.single .gutter-sizer {
    width: 0;
  }
  body.single .grid-item {
    width: 100%;
  }
  .slick-next {
    display: none !important;
  }
  .category_wrapper, .article_slider_wrapper {
    margin: 0px -10px 50px;
    overflow: hidden;
  }
  .container .front_category {
    padding: 0px 10px;
  }
  .post.slick-slide {
    padding: 0px 10px;
  }
  .slick-list {
    overflow: visible !important;
    padding-right: 30px !important;
  }
  .alphabetical_container {
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }
}
body.category .grid-sizer,
body.home .grid-sizer,
body.search .grid-sizer,
body.category .grid-item,
body.home .grid-item,
body.search .grid-item {
  width: 30%;
}
body.category .gutter-sizer,
body.home .gutter-sizer,
body.search .gutter-sizer {
  width: 5%;
}
body.category .grid-item--width3,
body.home .grid-item--width3,
body.search .grid-item--width3 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  body.category .grid-sizer,
  body.home .grid-sizer,
  body.search .grid-sizer {
    width: calc(50% - 25px);
  }
  body.category .gutter-sizer,
  body.home .gutter-sizer,
  body.search .gutter-sizer {
    width: 50px;
  }
  body.category .grid-item,
  body.home .grid-item,
  body.search .grid-item {
    width: calc(50% - 25px);
  }
}
@media (max-width: 520px) {
  body.category .grid-sizer,
  body.home .grid-sizer,
  body.search .grid-sizer {
    width: 100%;
  }
  body.category .gutter-sizer,
  body.home .gutter-sizer,
  body.search .gutter-sizer {
    width: 0px;
  }
  body.category .grid-item,
  body.home .grid-item,
  body.search .grid-item {
    width: 100%;
  }
}
.grid-item--width3 {
  margin-bottom: 50px;
}
.grid-item {
  background-color: #f8f9f9;
}
.grid-item.post {
  position: relative;
}
.grid-item .img-responsive {
  width: 100%;
}
.grid-item .item-container {
  padding: 17px 20px 20px;
}
.grid-item .item-container h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #22222a;
  margin: 0 0 13px;
  line-height: 24px;
}
@media (max-width: 520px) {
  .grid-item .item-container h3 {
    font-size: 18px;
  }
}
.grid-item .item-container h3 a {
  color: #22222a;
  text-decoration: none;
}
.grid-item .item-container .publisher_name {
  color: #8c8b8b;
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 22px;
}
.grid-item .item-container .publisher_name a {
  color: #22222a;
  text-decoration: underline;
}
.grid-item .item-container .publisher_name a.permalink {
  text-decoration: none;
}
.grid-item .item-container .publisher_name a.dots_link {
  position: relative;
  height: 6px;
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  float: right;
}
.grid-item .item-container p {
  color: #8c8b8b;
  font-size: 16px;
  line-height: 22px;
}
.grid-item .item-container .divider {
  display: block;
  height: 1px;
  margin: 17px 0 15px;
  background-color: #e7e4e4;
}
.grid-item .item-container h4 {
  color: #8c8b8b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.grid-item .book_row {
  display: table;
  width: 100%;
}
.grid-item .book_row .book_link {
  float: left;
}
.grid-item .book_row .book_link a {
  color: #22222a;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
}
.grid-item .book_row .price {
  float: right;
  color: #22222a;
  font-size: 16px;
  line-height: 22px;
}
.grid-item .book_row .price-value {
  display: none;
}
.grid-item .book_row .price-value.active {
  display: block;
}
.grid-item .readmore {
  color: #0f1d2b;
}
.rating {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  color: white;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 40px;
}
.search_box.en {
 /* background: rgba(0, 0, 0, 0.25); */
}
.form_wrap {
  max-width: 500px;
  border-radius: 4px;
  padding: 20px;
  margin-top: 70px;
}
@media (min-width: 451px) {
  .form_wrap {
    background-color: #fff;
  }
}
@media (max-width: 450px) {
  .form_wrap {
    background-color: #f8f9f9;
    max-width: 100%;
    margin: 0;
    border-bottom: 1px solid #e7e4e4;
    padding: 10px 10px 20px;
  }
}
@media (min-width: 451px) {
  .front-content {
    padding: 100px 0 30px;
  }
}
@media (max-width: 450px) {
  .front-content {
    padding: 40px 0 20px;
  }
}
.front_category h2 {
  display: table;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
}
.front_category h2 + .divider {
  margin-bottom: 30px;
}
@media (max-width: 520px) {
  .front_category h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.front_category h2 a {
  text-decoration: none;
  color: #0f1d2b;
  display: block;
  position: relative;
}
.front_category h2 a img {
  max-width: 24px;
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.front_category .excerpt a,
.front_category .excerpt a:hover,
.front_category .excerpt a:focus {
  color: #8c8b8b;
  text-decoration: none;
}
.alpha_categories {
  display: table;
  width: 100%;
  clear: both;
  margin-bottom: 70px;
}
@media (max-width: 520px) {
  .alpha_categories {
    margin-bottom: 10px;
  }
}
.alpha_categories li {
  float: left;
}
@media (min-width: 769px) {
  .alpha_categories li {
    width: 31%;
    margin-left: 3.5%;
  }
  .alpha_categories li:nth-child(3n+1) {
    margin-left: 0;
  }
}
.alpha_categories li a {
  line-height: 24px;
  font-size: 18px;
  color: #8c8b8b;
  text-decoration: none;
}
@media (max-width: 768px) {
  .alpha_categories li {
    width: calc(50% - 25px);
    margin-left: 50px;
  }
  .alpha_categories li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
.alpha_categories_heading {
  clear: both;
  color: #0f1d2b;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding: 30px 0 15px;
}
#hero-front {
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-size: cover;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
@media (min-width: 451px) {
  #hero-front {
    min-height: calc(100vh - 45px);
  }
}
@media (max-width: 450px) {
  #hero-front {
    background-size: 100vw auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 56.25vw;
  }
}
#hero-front .cont-wrapper {
  padding-bottom: 150px;
  position: relative;
  z-index: 3;
}
@media (max-width: 450px) {
  #hero-front .cont-wrapper {
    padding: 0 !important;
  }
}
#hero-front .hero_link {
  position: absolute;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 961px) {
  #hero-front .hero_link {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 960px) {
  #hero-front .hero_link {
    bottom: 15px;
    right: 15px;
  }
}
@media (max-width: 450px) {
  #hero-front .hero_link {
    display: none;
  }
}
.admin-bar #hero-front {
  min-height: calc(100vh - 77px);
}
.home .cat-hero h1 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .home .cat-hero h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .home .cat-hero {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
}
#select_hotel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 851px) {
  #select_hotel .selectbox_location {
    -ms-flex: 1 100%;
        flex: 1 100%;
    padding-bottom: 30px;
  }
  #select_hotel .selectbox_price {
    -ms-flex: 1 100%;
        flex: 1 100%;
    padding-bottom: 30px;
  }
  #select_hotel .selectbox_submit {
    -ms-flex: 1 100%;
        flex: 1 100%;
  }
}
@media (max-width: 850px) {
  #select_hotel {
    max-width: 500px;
  }
  #select_hotel .selectbox_location {
    -ms-flex: 1 100%;
        flex: 1 100%;
    margin-bottom: 20px;
  }
  #select_hotel .selectbox_price {
    -ms-flex: 1 100%;
        flex: 1 100%;
    margin-bottom: 20px;
  }
  #select_hotel .selectbox_submit {
    -ms-flex: 1 100%;
        flex: 1 100%;
  }
}
@media (max-width: 440px) {
  #select_hotel {
    max-width: 500px;
  }
  #select_hotel .selectbox_location {
    -ms-flex: 1 100%;
        flex: 1 100%;
    margin-bottom: 30px;
  }
  #select_hotel .selectbox_price {
    -ms-flex: 1 100%;
        flex: 1 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  #select_hotel .selectbox_submit {
    -ms-flex: 1 100%;
        flex: 1 100%;
    margin-bottom: 10px;
  }
}
#tohome {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  height: 48px;
  padding: 0 15px;
  display: table;
  text-decoration: none;
}
.selectbox_location .selectize-control.single .selectize-input:after {
  display: none;
  content: none;
}
.selectbox_price .selectize-dropdown-content {
  max-height: initial;
}
.selectbox_submit .submit_button {
  display: block;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  border-radius: 6px;
  border: none;
  background-color: #0f1d2b;
  width: 100%;
  text-align: center;
}
.selectbox_submit .submit_button:after {
  content: '';
  background: url(../images/find-button-arrow-2x.png);
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.selectize-input.full input,
.selectize-input.full .item {
  float: left;
  position: initial;
  display: inline;
}
.selectize-input.full input {
  width: initial !important;
  position: relative;
}
.category_description {
  max-width: 450px;
  margin-bottom: 20px;
}
.category_description div {
  height: 66px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #22222a;
  font-size: 16px;
  line-height: 22px;
}
.category_description.active div {
  height: auto;
  display: block;
  overflow: initial;
  text-overflow: unset;
}
.category_description a {
  color: #0f1d2b;
  text-decoration: underline;
  font-size: 16px;
}
.category_description .readmore {
  color: #0f1d2b;
  text-decoration: underline;
  display: block;
  font-size: 16px;
  cursor: pointer;
  line-height: 22px;
}
.mousearrows {
  box-sizing: content-box;
}
.mousearrows * {
  box-sizing: content-box;
}
.mousearrows span {
  display: block;
  width: 5px;
  height: 5px;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0 0 3px 6px;
}
.mousearrows .one {
  margin-top: 6px;
}
.mousearrows .one,
.mousearrows .two,
.mousearrows .three {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}
.mousearrows .one {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
}
.mousearrows .two {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
}
.mousearrows .three {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
}
.mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  transform: none;
  border: 2px solid #fff;
  top: 170px;
  box-sizing: content-box;
}
.mouse * {
  box-sizing: content-box;
}
.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #fff;
  position: relative;
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}
@keyframes mouse-wheel {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(6px);
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 520px) {
  .articles_home {
    margin-top: 50px;
  }
}

#headline .cont-wrapper {
  padding-top: 100px;
}

#headline h1 {
  font-size: 24px;
  margin-bottom: 15px;
}

#headline p {
  font-size: 16px;
  color: #8c8b8b;
  line-height: 22px;
}

.headline-wrap {
  padding: 0;
  margin-top: 20px;
}

#topline.with-border, .topline_wrap.with-border {
  border-bottom: 1px solid #e7e4e4;
}


.front_category h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}


.alpha_categories h3 {
  font-weight: 500;
}


.faq_list dt h2 {
  font-size: 16px;
}


.more-articles {
  width: 300px;
  border: 1px solid #e7e4e4;
  margin-bottom: 50px;
 
}

.more-articles a {
  display: block;
  font-size: 16px;
  color: #0f1d2b;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.more-articles a:after {
  content: '';
  display: inline-block;
  height: 20px;
  width: 25px;
  background: url('../../assets/images/right-arrow-2x.png') center/contain no-repeat;
}

@media (max-width: 450px) {
  .headline-es .cont-wrapper{
    padding-top: 70px;
  }

  .more-articles {
    width: 100%;
  }

  .headline-es .form_wrap {
    background: #fff;
    border-bottom: none;
  }

}
