/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/css/main.css ***!
  \************************************************************************************************************************************************************/
/*
 * Main Styles
 */
:root {
  --primary-color: #0768A9;
}

.ociolanzarote-button-wrapper .kb-svg-icon-wrap {
  background: var(--primary-color);
  border-radius: 50%;
}

/* .site-header-wrap #mega-menu-wrap-primary,
.site-header-wrap #mega-menu-wrap-primary #mega-menu-primary {
	position: static;
}

.site-header-wrap #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
	background: #F4F7FF;
	padding: 50px 0;
}

.site-header-wrap #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
	width: 1270px;
	margin: 0 auto;
	float: none;
}

#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on.mega-ociolanzarote-mega-menu-col ul.mega-sub-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.mega-ociolanzarote-mega-menu-col .mega-sub-menu>li {
	padding: 0 !important;
}

#mega-menu-wrap-primary li.mega-ociolanzarote-mega-menu-col {
	padding: 0 15px !important;
}

.mega-ociolanzarote-mega-menu-col .mega-sub-menu>li.mega-menu-item-maxmegamenu_image_swap-3 {
	width: 30px !important;
	padding-top: 5px !important;
}

.mega-ociolanzarote-mega-menu-col .mega-sub-menu>li.widget_text {
	width: 88% !important;
	width: calc(100% - 30px) !important;
	width: -webkit-calc(100% - 30px) !important;
	padding-left: 10px !important;
}

#mega-menu-wrap-primary #mega-menu-primary p {
	margin-bottom: 15px;
	margin-top: 0;
}

.mega-ociolanzarote-mega-menu-col .mega-sub-menu>li .mega-block-title {
	font-weight: 600 !important;
} */
.excursions-page-wrapper {
  padding-bottom: 50px;
}

.woocommerce .single_add_to_cart_button.button.alt {
  background-color: white !important;
  color: black !important;
  border-radius: 8px;
}

.excursions-page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.filter-sidebar {
  width: 280px;
}

.excursions-rightbar {
  width: 77%;
  width: calc(100% - 280px);
  padding-left: 50px;
}

.excursions-rightbar .post {
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
}

.excursions-rightbar .post .post-content-wrap {
  padding: 30px 30px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.excursions-rightbar .post .post-content-wrap > .featured-image {
  width: 47%;
  background: rgba(0, 0, 0, 0.2);
}

.excursions-rightbar .post .post-content-wrap .post-content {
  width: 53%;
  padding-left: 3%;
}

.post-price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-price-info .price {
  font-size: 26px;
  font-weight: 700;
}

.post-price-info .price del {
  color: #767676;
}

.box-btn {
  border: 1px solid var(--global-palette1);
  border-radius: 50px;
  text-decoration: none;
  padding: 10px 50px 10px 25px;
  display: inline-block;
  position: relative;
  font-size: 18px;
}

.box-btn::before {
  position: absolute;
  display: block;
  content: "";
  height: 45px;
  width: 45px;
  background: var(--global-palette1);
  border-radius: 50px;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
}

.post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 9px;
}

.post-tags a {
  background: var(--global-palette1);
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  padding: 3px 15px;
}

.post .entry-title {
  font-size: 26px;
  margin-bottom: 10px;
}

.post-list-information ul {
  margin: 0 0 10px;
  padding: 0;
}

.post-list-information li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 7px;
}

.post-list-information li .post-list-icon {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: -2px 3px 0px 0 rgba(0, 0, 0, 0.5);
          box-shadow: -2px 3px 0px 0 rgba(0, 0, 0, 0.5);
}

.post-list-information li .post-list-icon span {
  font-size: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post-list-information li .post-list-text {
  display: inline-block;
  width: 95%;
  width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  padding-left: 12px;
  color: rgba(0, 0, 0, 0.46);
}

.filter-widget {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
}

.filter-widget .widget-title {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-transform: capitalize;
}

.filter-widget-item {
  padding: 10px 15px 10px 20px;
}

.filter-widget-item .widget-item-title {
  font-size: 16px;
  padding-bottom: 15px;
}

.filter-widget-item ul {
  margin: 0;
}

.filter-widget-item ul li {
  list-style: none;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.filter-widget-item ul li a {
  color: #636363;
  text-decoration: none;
  position: relative;
  padding-left: 25px;
}

.filter-widget-item ul li a::before {
  position: absolute;
  display: block;
  content: "";
  border: 1px solid #636363;
  height: 14px;
  width: 14px;
  border-radius: 5px;
  left: 0;
  top: 5px;
}

.filter-widget-item ul li a:hover {
  color: var(--global-palette1);
}

.box-btn::before {
  position: absolute;
  content: "\f344";
  height: 45px;
  width: 45px;
  background: var(--global-palette1);
  border-radius: 50px;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
  font-family: dashicons;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.box-btn {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.box-btn:hover {
  background: var(--global-palette1);
  color: #fff;
}

.box-btn:hover::before {
  background: #fff;
  color: var(--global-palette1);
}

/**
 * Featured Posts
 */
.ociolanzarote-featured-wrapper .kt-blocks-tags-icon {
  display: none;
}

.ociolanzarote-featured-wrapper .splide__pagination {
  display: none;
}

.ociolanzarote-featured-wrapper .kt-post-grid-layout-carousel-wrap {
  padding: 0 50px;
}

.ociolanzarote-featured-wrapper .kb-splide .splide__arrow {
  height: 37px;
  width: 37px;
  border-radius: 50px;
  background: #F1F1F1;
  color: var(--global-palette1);
  opacity: 1;
}

.ociolanzarote-featured-wrapper .kb-splide .splide__arrow:hover,
.ociolanzarote-featured-wrapper .kb-splide .splide__arrow:focus {
  background: var(--global-palette1);
  color: #fff;
}

.ociolanzarote-featured-wrapper .kb-splide .splide__arrow--prev {
  left: 0;
}

.ociolanzarote-featured-wrapper .kb-splide .splide__arrow--next {
  right: 0;
}

.ociolanzarote-featured-wrapper .kt-blocks-post-grid-item .entry-content {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ociolanzarote-featured-wrapper .kt-blocks-post-grid-item-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ociolanzarote-featured-wrapper .kb-splide ul.splide__pagination.splide__pagination {
  display: none;
}

.ociolanzarote-cat-slider-container .kt-inside-inner-col-header .category-title {
  font-size: 16px;
  margin-bottom: 0;
}

.ociolanzarote-cat-slider-container .kt-inside-inner-col-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding-bottom: 15px;
}

.category-title-link {
  font-size: 14px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-title-link svg {
  height: 18px;
  width: 18px;
  position: relative;
  top: 2px;
}

.ociolanzarote-cat-slider-container article:nth-of-type(1) {
  display: block;
  padding-top: 0;
  padding-bottom: 10px;
}

.ociolanzarote-cat-slider-container article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #EDEDED;
}

.ociolanzarote-cat-slider-container article:not(article:nth-of-type(1)) .post-thumbnail {
  width: 105px;
  height: 60px;
  padding: 0;
}

.ociolanzarote-cat-slider-container .entry-content-wrap {
  padding: 0 0 0 15px;
  width: 75%;
  width: calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
}

.ociolanzarote-cat-slider-container .entry-content-wrap .entry-title {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
}

.ociolanzarote-cat-slider-container .entry-header {
  margin-bottom: 0;
}

.ociolanzarote-cat-slider-container article:nth-of-type(1) .post-thumbnail,
.ociolanzarote-cat-slider-container article:nth-of-type(1) .entry-content-wrap {
  width: 100%;
}

.ociolanzarote-cat-slider-container article:nth-of-type(1) .entry-content-wrap .entry-title {
  font-size: 24px;
}

.ociolanzarote-cat-slider-container article:nth-of-type(1) .entry-content-wrap {
  padding: 0;
}

.site-top-footer-inner-wrap {
  max-width: 950px;
  margin: 0 auto;
}

.site-footer .site-top-footer-inner-wrap h2 {
  line-height: 1.4;
}

.site-top-footer-inner-wrap p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  color: #1B2B5E;
}

/* .site-top-footer-inner-wrap .kt-row-column-wrap {
	gap: 13px !important;
} */
.ociolanzarote-button-wrapper .kb-button {
  height: 53px;
  padding: 5px 63px 5px 22px !important;
  font-size: 21px !important;
  border-radius: 50px !important;
}

.ociolanzarote-button-wrapper .kb-svg-icon-wrap {
  position: absolute;
  right: 2px;
  height: 47px;
  width: 47px;
  border-radius: 50px;
  top: 2px;
}

.site-footer .footer-widget-area .kb-svg-icon-wrap {
  display: none !important;
}

.site-footer .footer-widget-area-inner .widget {
  font-size: 16px;
  color: #1F1D1D;
}

/* .site-footer .footer-widget-area-inner .widget h2 {
	font-size: 18px;
	font-weight: 400;
	color: #04040430;
} */
/* .site-footer .site-footer-section:first-child .footer-widget-area-inner .widget h2 {
	color: #0768A9;
	font-size: 17px;
	font-weight: 700;
} */
.site-footer > svg {
  position: absolute;
  bottom: -7px;
  z-index: 999;
  width: 100%;
}

.site-footer {
  position: relative;
}

.site-footer .footer-widget-area-inner .widget:first-child {
  margin-bottom: 10px;
}

.site-footer .mc4wp-form {
  max-width: 515px;
}

.site-footer .mc4wp-form .mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.site-footer .mc4wp-form .mc4wp-form-fields p {
  width: 100%;
}

.site-footer .mc4wp-form .mc4wp-form-fields p:last-child {
  position: absolute;
  right: 0;
  width: 155px;
}

.site-footer .mc4wp-form .mc4wp-form-fields input[type=email] {
  width: 100%;
  border-radius: 50px;
  padding: 10px 20px;
  height: 53px;
}

.site-footer .mc4wp-form .mc4wp-form-fields input[type=submit] {
  height: 47px;
  top: 3px;
  position: relative;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 0.8;
  width: 155px;
  right: 3px;
  padding-right: 40px;
}

.site-footer .mc4wp-form .mc4wp-form-fields p:last-child svg {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
}

.ociolanzarote-cat-slider-container {
  padding: 0 50px;
}

/* .ociolanzarote-cat-slider-container .swiper-slide-next+.swiper-slide,
.ociolanzarote-cat-slider-container .swiper-slide.swiper-slide-prev {
	opacity: 0;
} */
.swiper-button-next,
.swiper-button-prev {
  height: 37px;
  width: 37px;
  background: #F1F1F1;
  border-radius: 50px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 18px;
  color: #0000B4;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #0000B4;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.site-footer .site-top-footer-wrap .footer-widget-area .kb-svg-icon-wrap {
  display: block !important;
  font-size: 26px;
}

.ociolanzarote-featured-wrapper .post .entry-title {
  font-size: 20px !important;
  font-weight: 500;
}

.ociolanzarote-featured-wrapper .kb-splide .splide__arrow {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ociolanzarote-featured-wrapper .kb-splide .splide__arrow::before {
  position: absolute;
  display: block;
  font-family: dashicons;
  font-size: 18px;
  color: #0000B4;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ociolanzarote-featured-wrapper .kb-splide .splide__arrow:hover:before {
  color: #fff;
}

.ociolanzarote-featured-wrapper .kb-splide .splide__arrow--next::before {
  content: "\f344";
}

.ociolanzarote-featured-wrapper .kb-splide .splide__arrow--prev::before {
  content: "\f340";
}

.ociolanzarote-featured-wrapper .kb-splide .splide__arrow svg {
  display: none;
}

.ociolanzarote-featured-wrapper .kb-splide .splide__arrow:hover {
  background: #0000B4;
}

.filter-sidebar > div {
  margin-bottom: 30px;
}

.primary-sidebar.widget-area .featured-widget-article .widget-title {
  font-size: 16px;
  color: #9A9A9A;
  font-weight: 400;
  margin-bottom: 10px;
}

.featured-widget-article .post .entry-title {
  font-size: 19px;
}

article p {
  margin: 0 0 15px;
  line-height: 1.3;
}

.entry-meta {
  margin-top: 0;
  font-size: 100%;
}

body {
  font-size: 16px;
}

.entry-meta svg {
  height: 16px;
  width: 16px;
  position: relative;
  top: 1px;
  margin-right: 4px;
}

.entry-meta > ::after {
  height: 1px;
  width: 20px;
  opacity: 1;
  background: rgba(18, 20, 22, 0.5058823529);
  margin-top: 2px;
}

.read-more-btn a {
  color: #313131;
}

.read-more-btn a:hover {
  color: var(--primary-color);
}

.featured-widget-article .post {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.ociolanzarote-post-navigation > div > a {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  padding: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-left: 20px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.ociolanzarote-post-navigation > div > a svg {
  height: 31px;
  width: 31px;
  font-size: 15px;
  background: var(--primary-color);
  padding: 6px;
  border-radius: 50px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ociolanzarote-post-navigation > div > a:hover svg {
  background: #fff;
  color: var(--primary-color);
}

.ociolanzarote-post-navigation > div > a:hover {
  background: var(--primary-color);
  text-decoration: none;
  color: #fff;
}

#secondary .ociolanzarote-post-navigation .prev-post {
  display: none;
}

.ociolanzarote-post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}

.featured-widget-article .post .entry-content p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ociolanzarote-post-author .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.ociolanzarote-post-author .post-author-img {
  width: 80px;
  margin: 0;
}

.ociolanzarote-post-author .post-author-img img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100px;
}

.ociolanzarote-post-author .author-name {
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.author-details {
  width: 77%;
  padding-left: 15px;
  width: calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
}

.author-detail-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 14px;
}

.author-detail-list-item h3 {
  font-size: 16px;
  text-transform: capitalize;
  width: 70px;
}

.author-detail-list span {
  color: #000;
}

.author-detail-list-item .author-detail-list-content {
  width: 80%;
  text-align: right;
  width: calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  padding-left: 8px;
}

.author-detail-list-item .social-share a {
  font-size: 0;
  margin-left: 10px;
}

.author-detail-list-item .social-share a svg {
  height: 18px;
  width: 18px;
}

.primary-sidebar.widget-area .widget {
  margin-bottom: 30px;
}

.ociolanzarote-sidebar-mc .kt-inside-inner-col {
  padding: 30px !important;
}

.ociolanzarote-sidebar-mc .wp-block-kadence-advancedheading {
  margin: 0 0 13px;
  font-weight: 700;
  color: #000;
}

.ociolanzarote-sidebar-mc h2.wp-block-kadence-advancedheading {
  color: var(--primary-color);
  line-height: 1.2;
  font-size: 32px;
}

.ociolanzarote-sidebar-mc .widget_mc4wp_form_widget {
  margin-bottom: 0 !important;
}

.ociolanzarote-sidebar-mc .mc4wp-form-fields p:last-child {
  margin-bottom: 5px;
  display: inline-block;
  margin-top: 2px;
  position: relative;
}

.ociolanzarote-sidebar-mc .widget_mc4wp_form_widget input[type=email] {
  width: 100%;
  border-radius: 50px;
  font-size: 20px;
  padding: 9px 22px;
  color: #000;
}

.ociolanzarote-sidebar-mc .mc4wp-form-fields input[type=submit] {
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 60px 8px 25px;
}

.ociolanzarote-sidebar-mc .mc4wp-form-fields p:last-child svg {
  position: absolute;
  right: 15px;
  top: 2px;
  bottom: 0;
  margin: auto;
  color: #fff;
  height: 20px;
  width: 20px;
}

.mc4wp-form p input[type=submit]:hover {
  background: rgba(0, 0, 0, 0.8);
}

.single-post .entry-hero-container-inner .hero-container .entry-header .entry-title {
  display: none;
}

.single-post .entry-hero-container-inner .hero-container .entry-header .entry-taxonomies {
  font-size: 43px;
}

.single-post .entry-hero-container-inner .hero-container .entry-header .entry-taxonomies a {
  color: #fff;
}

.entry-hero.post-hero-section .entry-header {
  min-height: 260px;
}

.single-post #primary .site-main .content-wrap > article .entry-content > .entry-header .entry-taxonomies {
  display: none;
}

.single-post #primary .site-main .content-wrap > article .entry-content > .entry-header .entry-title {
  font-size: 43px;
  margin-top: 0;
}

#primary .content-wrap > article .entry-content .ociolanzarote-post-navigation {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#primary .ociolanzarote-post-navigation .social-share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding-right: 15px;
}

#primary .ociolanzarote-post-navigation .social-share-container h3 {
  font-size: 16px;
}

#primary .ociolanzarote-post-navigation .social-share-container .social-share svg {
  height: 18px;
  width: 18px;
  color: #000;
}

#primary .ociolanzarote-post-navigation .social-share-container .social-share a:hover svg,
.ociolanzarote-post-navigation .social-share-container .social-share a:hover svg {
  color: var(--primary);
}

#primary .ociolanzarote-post-navigation .social-share-container .social-share a {
  text-decoration: none;
  margin-right: 4px;
}

.entry-related-inner-content .kt-inside-inner-col .ociolanzarote-button-wrapper {
  position: absolute;
  right: 0;
  top: 30px;
}

.entry-related-inner-content > .kt-inside-inner-col .kt-inside-inner-col {
  position: static;
}

.entry-related-inner-content .kt-inside-inner-col .ociolanzarote-button-wrapper svg {
  color: #fff;
}

/* .entry-related-inner-content .ociolanzarote-button-wrapper .kb-button {
  height: 41px;
  font-size: 18px !important;
	padding: 5px 48px 5px 26px !important;
}
.ociolanzarote-button-wrapper .kb-svg-icon-wrap {
  height: 35px;
  width: 35px;
} */
.kb-buttons-wrap {
  text-decoration: none;
}

.kb-buttons-wrap:hover .kb-button,
.kb-buttons-wrap:hover .kb-button:hover {
  color: #fff;
  background: var(--global-palette-btn-bg, #3633e1);
}

.kb-buttons-wrap:hover .kb-button .kb-svg-icon-wrap {
  background: #fff;
  color: var(--primary-color);
}

.entry-related-inner-content .kt-inside-inner-col .ociolanzarote-button-wrapper:hover svg {
  color: var(--global-palette-btn-bg, #3633e1);
}

.ociolanzarote-featured-wrapper .kt-blocks-post-grid-item .entry-content {
  font-size: 14px;
}

.site-container,
.site-header-row-layout-contained,
.site-footer-row-layout-contained,
.entry-hero-layout-contained,
.comments-area,
.alignfull > .wp-block-cover__inner-container,
.alignwide > .wp-block-cover__inner-container {
  max-width: 1350px;
}

#masthead {
  padding: 0 15px;
}

.ociolanzarote-featured-wrapper .kb-splide .splide__arrow:focus::before {
  color: #fff;
}

#masthead.fixed-navigation-bar {
  padding-bottom: 100px;
}

.fixed-navigation-bar .site-bottom-header-wrap {
  position: fixed;
  top: 20px;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  left: 0;
  right: 0;
}

.fixed-navigation-bar .site-bottom-header-wrap .site-header-row-container-inner {
  border-bottom: none;
}

/* .fixed-navigation-bar #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	padding: 28px 0px;
} */
.fixed-navigation-bar .primary-menu-container {
  background: #fff;
  padding: 0 20px;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 4px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.site-footer {
  z-index: 999;
}

@media screen and (max-width: 1199px) {
  .site-footer > svg {
    bottom: -17px;
  }
  .ociolanzarote-button-wrapper .kb-button {
    height: 43px;
    font-size: 18px !important;
    padding: 5px 53px 5px 20px !important;
  }
  .ociolanzarote-button-wrapper .kb-svg-icon-wrap {
    height: 37px;
    width: 37px;
  }
  .ociolanzarote-featured-wrapper .post .entry-title {
    font-size: 18px !important;
    line-height: 1.25;
  }
  .site-footer .site-top-footer-wrap .footer-widget-area .kb-svg-icon-wrap {
    font-size: 20px;
  }
  .ociolanzarote-sidebar-mc h2.wp-block-kadence-advancedheading {
    font-size: 26px;
  }
  .ociolanzarote-sidebar-mc .kt-inside-inner-col {
    padding: 18px 20px 20px !important;
  }
}
@media screen and (max-width: 1025px) {
  .primary-sidebar {
    padding-bottom: 0 !important;
  }
  .site-header-section.site-header-section-left .site-header-item {
    margin: 0 auto;
  }
  .site-header-section-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #mobile-toggle .kadence-svg-iconset svg {
    color: var(--primary-color);
  }
  /* #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
  	text-align: center;
  	padding: 0;
  	line-height: 1.4;
  	height: auto;
  	font-size: 20px;
  	margin-bottom: 20px;
  	display: inline-block;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
  	display: block;
  	margin: 0;
  	text-align: center;
  } */
  #mobile-drawer .drawer-header .drawer-toggle {
    font-size: 28px;
    color: var(--primary-color);
  }
  .popup-drawer .drawer-inner {
    background: #fff;
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .single .primary-sidebar {
    display: none;
  }
  .primary-sidebar {
    padding-bottom: 0 !important;
  }
  .ociolanzarote-cat-slider-container article:nth-of-type(1) .entry-content-wrap .entry-title {
    font-size: 20px;
  }
  .site-top-footer-inner-wrap {
    max-width: 750px;
  }
  .site-footer .site-top-footer-inner-wrap h2 {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 768px) {
  /* #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
  	left: 0;
  	display: block;
  	visibility: visible;
  	width: 100%;
  }

  #mega-menu-wrap-primary .mega-menu-toggle {
  	display: none;
  } */
  .popup-drawer .drawer-header {
    z-index: 99;
    position: relative;
    width: 40px;
    padding: 0;
    height: 40px;
  }
  .popup-drawer .drawer-content {
    position: relative;
    z-index: 9;
  }
}
@media screen and (max-width: 767px) {
  .ociolanzarote-featured-wrapper h2.wp-block-kadence-advancedheading {
    font-size: 22px !important;
  }
  .ociolanzarote-featured-wrapper p.wp-block-kadence-advancedheading,
  .ociolanzarote-cat-slider-wrapper p.wp-block-kadence-advancedheading {
    font-size: 15px !important;
  }
  .swiper-button-next,
  .swiper-button-prev,
  .ociolanzarote-featured-wrapper .kb-splide .splide__arrow {
    height: 30px;
    width: 30px;
  }
  .ociolanzarote-featured-wrapper .kb-splide .splide__arrow::before {
    font-size: 16px;
  }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    width: 15px;
  }
  .ociolanzarote-cat-slider-container,
  .ociolanzarote-featured-wrapper .kt-post-grid-layout-carousel-wrap {
    padding: 0 38px;
  }
  .ociolanzarote-cat-slider-container article:not(article:nth-of-type(1)) .post-thumbnail {
    width: 90px;
  }
  .ociolanzarote-cat-slider-container .entry-content-wrap {
    padding: 0 0 0 15px;
    width: 49%;
    width: calc(100% - 105px);
    width: -webkit-calc(100% - 105px);
  }
  .ociolanzarote-cat-slider-container .entry-content-wrap .entry-title {
    font-size: 14px;
    margin: 10px 0;
  }
  .ociolanzarote-sidebar-mc .mc4wp-form-fields input[type=submit] {
    font-size: 16px;
    padding: 8px 50px 8px 23px;
    height: 50px;
  }
  .ociolanzarote-sidebar-mc .widget_mc4wp_form_widget input[type=email] {
    font-size: 16px;
    height: 50px;
  }
  .site-footer .site-top-footer-inner-wrap h2 {
    font-size: 26px !important;
  }
  .site-top-footer-inner-wrap p {
    font-size: 18px;
  }
  .site-footer .mc4wp-form .mc4wp-form-fields input[type=submit] {
    font-size: 16px;
  }
  .site-footer .mc4wp-form .mc4wp-form-fields p:last-child,
  .site-footer .mc4wp-form .mc4wp-form-fields input[type=submit] {
    width: 135px;
  }
  .site-footer > svg {
    height: 75px;
  }
  .site-header .site-branding .has-logo-image img {
    max-width: 150px;
  }
}
@media screen and (max-width: 567px) {
  /* .swiper-slide {
    width: 100% !important;
  	margin: 0 !important;
  } */
  .site-footer .site-top-footer-inner-wrap h2 {
    font-size: 24px !important;
  }
  .ociolanzarote-button-wrapper .kb-button .kt-btn-inner-text:not(.site-top-footer-wrap .ociolanzarote-button-wrapper .kb-button .kt-btn-inner-text) {
    font-size: 0;
  }
  .ociolanzarote-button-wrapper .kb-button:not(.site-top-footer-wrap .ociolanzarote-button-wrapper .kb-button) {
    padding: 0 !important;
    height: 37px;
    width: 37px;
    border: none !important;
  }
  .ociolanzarote-button-wrapper .kb-svg-icon-wrap:not(.site-top-footer-wrap .ociolanzarote-button-wrapper .kb-svg-icon-wrap) {
    right: 0;
    top: 0;
    border: 1px solid var(--primary-color);
  }
}
@media screen and (max-width: 479px) {
  .ociolanzarote-button-wrapper .kb-button {
    font-size: 16px !important;
  }
  .ociolanzarote-featured-wrapper .post .entry-title {
    font-size: 17px !important;
  }
  .ociolanzarote-featured-wrapper .kt-blocks-post-grid-item-inner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  body {
    font-size: 15px;
  }
  .featured-widget-article .post .entry-title {
    font-size: 18px;
  }
  .ociolanzarote-sidebar-mc h2.wp-block-kadence-advancedheading {
    font-size: 22px;
  }
  .ociolanzarote-sidebar-mc .kt-inside-inner-col {
    padding: 14px 15px 15px !important;
  }
  .site-footer .site-top-footer-inner-wrap h2 {
    font-size: 20px !important;
  }
  .site-top-footer-inner-wrap p {
    font-size: 16px;
  }
  .site-footer .site-footer-section:first-child .footer-widget-area-inner .widget h2 {
    font-size: 16px;
  }
  .site-footer .mc4wp-form .mc4wp-form-fields input[type=email] {
    height: 48px;
    font-size: 16px;
  }
  .site-footer .mc4wp-form .mc4wp-form-fields p:last-child,
  .site-footer .mc4wp-form .mc4wp-form-fields input[type=submit] {
    width: 120px;
  }
  .site-footer .mc4wp-form .mc4wp-form-fields input[type=submit] {
    font-size: 15px;
    height: 42px;
  }
  .site-footer > svg {
    height: 55px;
  }
}
.ociolanzarote-gallery-section {
  position: relative;
}

.ociolanzarote-gallery-item img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ociolanzarote-gallery-section .swiper-button-next {
  right: 35px;
}

.ociolanzarote-gallery-section .swiper-button-prev {
  left: 35px;
}

.ociolanzarote-gallery-section .ociolanzarote-gallery-button {
  position: absolute;
  border: 1px solid var(--primary-color);
  padding: 5px 24px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--primary-color);
  font-size: 18px;
  text-transform: capitalize;
  bottom: 40px;
  right: 35px;
  z-index: 9;
}

.ociolanzarote-features-wrap {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.ociolanzarote-features-wrap .ociolanzarote-feature-item {
  width: 48%;
  width: calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.ociolanzarote-feature-item .ociolanzarote-feature-icon {
  width: 40px;
  height: 40px;
}

.ociolanzarote-feature-item .ociolanzarote-feature-icon svg {
  height: 100%;
  width: 100%;
}

.ociolanzarote-feature-item .ociolanzarote-feature-title {
  width: 90%;
  width: calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  padding-left: 15px;
  font-size: 18px;
  font-weight: 600;
}

.ociolanzarote-feature-item .ociolanzarote-feature-title .ociolanzarote-feature-value {
  font-weight: 400;
}

.ociolanzarote-features-heading {
  width: 100%;
  font-size: 27px;
}

.excursion-title .ociolanzarote-entry-header {
  position: relative;
  padding-right: 260px;
}

.ociolanzarote-entry-header .ociolanzarote-booking {
  background: var(--global-palette-highlight);
  position: absolute;
  right: 0;
  top: 16px;
  color: #fff;
  padding: 7px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-text-decoration: navajowhite;
          text-decoration: navajowhite;
  border: 1px solid var(--global-palette-highlight);
}

.ociolanzarote-entry-header .ociolanzarote-booking:hover {
  background: none;
  color: var(--global-palette-highlight);
}

.excursion-title {
  margin-bottom: 40px;
}

.ociolanzarote-related-excursions-wrapper {
  width: 100%;
  padding: 20px 50px 0;
}

.ociolanzarote-related-excursions-container {
  padding-top: 35px;
}

.ociolanzarote-related-excursions-container .ociolanzarote-related-heading,
.ociolanzarote-related-excursions-container .ociolanzarote-related-sub-heading {
  margin: 0 0px 5px;
}

.ociolanzarote-related-excursions-container .excursions-rightbar .post .post-content-wrap .post-content {
  width: 50%;
}

.excursions-rightbar .post .post-content-wrap .entry-content {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ociolanzarote-post-navigation > div > a.ociolanzarote-booking-link {
  background: var(--primary-color);
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding: 7px 25px;
  font-weight: 600;
}

.ociolanzarote-post-navigation > div > a.ociolanzarote-booking-link svg {
  padding: 0;
  height: 24px;
  width: 24px;
  top: 2px;
  position: relative;
}

.ociolanzarote-post-navigation > div > a.ociolanzarote-booking-link:hover {
  background: #fff;
  color: var(--primary-color);
}

.single-excursion #primary .ociolanzarote-articles-container .featured-widget-article .post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px -15px 0;
}

.single-excursion #primary .ociolanzarote-articles-container .featured-widget-article .post-wrapper .post {
  width: 22%;
  padding: 15px 0 10px;
  margin: 0 15px 30px;
  width: calc(25% - 30px);
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.ociolanzarote-articles-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 var(--global-content-edge-padding);
}

.ociolanzarote-articles-container .featured-widget-article .widget-title {
  font-size: 27px;
}

.ociolanzarote-articles-container .featured-widget-article .widget-subtitle {
  font-size: 17px;
  font-weight: 400;
}

.excursions-rightbar .post .post-content-wrap > .featured-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.excursions-rightbar .post .post-content-wrap {
  padding: 30px 30px 30px;
}

/**
 * Checkbox Accordion.
 */
.checkbox-accordion {
  display: block;
  position: relative;
  padding: 12px 10px 12px 0;
  border-top: 1px solid lightgrey;
}

.checkbox-accordion:last-child {
  border-bottom: 1px solid lightgrey;
}

.checkbox-accordion__handle {
  color: dodgerblue;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
          transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}

@media (hover: hover) {
  .checkbox-accordion__handle:hover {
    color: dodgerblue;
  }
}
.checkbox-accordion__handle-icon {
  display: inline-block;
  border-right: 3px solid cornflowerblue;
  border-bottom: 3px solid cornflowerblue;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-315deg);
      -ms-transform: rotate(-315deg);
          transform: rotate(-315deg);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
          transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}

@media (hover: hover) {
  .checkbox-accordion__handle:hover .checkbox-accordion__handle-icon {
    opacity: 1;
  }
}
.checkbox-accordion[active] .checkbox-accordion__handle-icon {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.checkbox-accordion__handle-text {
  padding-right: 10px;
  line-height: 1.5;
  font-weight: 350;
}

.checkbox-accordion__content {
  overflow: hidden;
  display: block;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: var(--ease-in-out-quart);
          transition-timing-function: var(--ease-in-out-quart);
}

.checkbox-accordion__child {
  display: block;
}

.checkbox-accordion__child > .checkbox-accordion__child-content {
  padding: 0 0 0 19px;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: var(--ease-in-out-quart);
          transition-timing-function: var(--ease-in-out-quart);
}

.checkbox-accordion__child-handle-icon {
  display: inline-block;
  cursor: pointer;
  border-right: 3px solid cornflowerblue;
  border-bottom: 3px solid cornflowerblue;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-315deg);
      -ms-transform: rotate(-315deg);
          transform: rotate(-315deg);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
          transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}

.checkbox-accordion__child[active] > .checkbox-accordion__child-handle .checkbox-accordion__child-handle-icon {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.checkbox-accordion__child .checkbox-accordion__child-handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-accordion__child .checkbox-accordion__child-handle.form-field {
  margin-top: 16px;
  padding-right: 2px;
}

@media (hover: hover) {
  .checkbox-accordion__child .checkbox-accordion__child-handle:hover {
    color: dodgerblue;
  }
  .checkbox-accordion__child .checkbox-accordion__child-handle:hover .checkbox-accordion__child .checkbox-accordion__child-handle-icon {
    opacity: 1;
  }
}
.checkbox-accordion__child.checkbox-accordion__child--has-content[active] > .checkbox-accordion__child-handle-icon svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  opacity: 1;
}

.checkbox-accordion__child label.checkbox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.checkbox-accordion__child .checkbox-text {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 1.6;
  margin-left: 6px;
}

.ociolanzarote-search {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ociolanzarote-results-count {
  display: block;
  padding-bottom: 20px;
}

.ociolanzarote-loading-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

.clear-all-filters {
  margin-bottom: 10px;
  display: block;
}

.load-more-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.post-list-information li .post-list-icon {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ociolanzarote-results-count {
  display: none;
}

.clear-all-filters .btn {
  background: no-repeat;
  color: #000;
  font-size: 15px;
  text-decoration: underline;
  padding: 0;
}

.clear-all-filters .btn:hover {
  color: var(--global-palette1);
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filter-sidebar__title {
  margin-bottom: 10px;
  font-size: 26px;
  text-transform: capitalize;
}

.filter-sidebar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 0 !important;
}

.checkbox-accordion {
  border: none;
  padding-right: 0;
}

.ociolanzarote-search .filter-sidebar {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
}

.filter-sidebar__body {
  padding: 0 20px;
  margin-bottom: 10px !important;
}

.excursions-page-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.checkbox-accordion:last-child {
  border-bottom: none;
}

.checkbox-accordion__handle-text {
  color: var(--global-palette3);
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--global-heading-font-family);
}

.checkbox-accordion__handle-icon {
  border-color: var(--global-palette3);
}

.checkbox-accordion__child .checkbox-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.ociolanzarote-related-excursions-wrapper .post-content .entry-title {
  font-size: 26px;
  margin-bottom: 10px;
}

.ociolanzarote-articles-container {
  padding-top: 30px;
}

.ociolanzarote-adds-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 var(--global-content-edge-padding);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ociolanzarote-adds-container > div.code-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
}

@media (max-width: 1025px) {
  .site-main-header-inner-wrap.site-header-row {
    grid-template-columns: inherit;
  }
  #masthead {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
  }
  body {
    padding-top: 143px;
  }
}
#masthead {
  padding: 0px;
}

.checkbox-accordion__handle-icon {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.checkbox-accordion[active] .checkbox-accordion__handle-icon {
  -webkit-transform: rotate(-315deg);
      -ms-transform: rotate(-315deg);
          transform: rotate(-315deg);
}

@media (max-width: 1025px) {
  .excursions-rightbar {
    width: 68%;
    width: calc(100% - 230px);
    padding-left: 20px;
  }
  .filter-sidebar {
    width: 230px;
  }
  .post .entry-title {
    font-size: 20px;
  }
  .post-price-info .price {
    font-size: 20px;
  }
  .box-btn {
    font-size: 16px;
  }
  .post-price-info {
    padding: 15px 20px;
  }
  .excursions-rightbar .post .post-content-wrap {
    padding: 20px;
  }
  .filter-sidebar__title {
    font-size: 22px;
  }
  .site-container,
  .site-header-row-layout-contained,
  .site-footer-row-layout-contained,
  .entry-hero-layout-contained,
  .alignfull > .wp-block-cover__inner-container,
  .alignwide > .wp-block-cover__inner-container {
    padding: 0 15px;
  }
  .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 25px 0px 25px 0px;
  }
  body {
    padding-top: 135px;
  }
  #masthead.fixed-navigation-bar {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .filter-sidebar,
  .excursions-rightbar {
    width: 100%;
  }
  .filter-sidebar {
    margin-bottom: 30px;
  }
  .excursions-rightbar {
    padding-left: 0;
  }
}
.ociolanzarote-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ociolanzarote-prev-page,
.ociolanzarote-next-page,
.ociolanzarote-page-number {
  text-decoration: none;
  padding: 5px 10px;
  color: #1C1D1D;
}

.ociolanzarote-prev-page[disabled],
.ociolanzarote-next-page[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.ociolanzarote-page-number.active {
  background: #1C1D1D;
  color: white;
  border-radius: 4px;
}

.ociolanzarote-features-wrap {
  border-radius: 13px;
}

.wp-block-kadence-header .wp-block-kadence-navigation.navigation-desktop-orientation-horizontal .menu-item.menu-item--toggled-on > .sub-menu {
  margin-top: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wp-block-kadence-header .kt-blocks-info-box-text {
  color: #677489;
}

.wp-block-kadence-header .wp-block-kadence-infobox .kt-blocks-info-box-title {
  margin-top: 0;
  color: #111B29;
  font-size: 16px !important;
  font-weight: 500;
}

.wp-block-kadence-header .wp-block-kadence-infobox .kt-info-svg-icon svg {
  display: block !important;
  width: 1em !important;
  height: 1em !important;
  color: #111B29;
}

.hero-section-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}

.entry-hero.post-archive-hero-section .entry-header .page-title,
.entry-hero.post-archive-hero-section .entry-header .archive-description {
  color: #fff;
}

.ociolanzarote-pagination a {
  border: 1px solid var(--primary-color);
  height: 30px;
  padding: 5px 8px;
  font-size: 18px;
  line-height: 1;
  min-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  color: var(--primary-color);
}

.ociolanzarote-pagination a.active,
.ociolanzarote-pagination a:hover {
  background: var(--primary-color);
  border-radius: 0;
  color: #fff;
}

.ociolanzarote-prev-page[disabled],
.ociolanzarote-next-page[disabled] {
  opacity: 1;
}

.ociolanzarote-prev-page,
.ociolanzarote-next-page {
  padding-left: 12px;
  padding-right: 12px;
}

.ociolanzarote-pagination {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0;
}

h2.entry-related-title {
  margin-bottom: 0px;
}

.entry-related-description {
  margin-top: 0;
}

.comments-title,
.comment-reply-title {
  margin-bottom: 0;
}

.comment-form p {
  margin: 0 0 20px;
}

@media (max-width: 1025px) {
  .site-footer {
    z-index: 9;
  }
  .site-header-section-right {
    left: 12px;
  }
  .ociolanzarote-related-excursions-wrapper.excursions-rightbar {
    width: 100%;
    padding: 20px 50px 0;
  }
  .single-excursion #primary .ociolanzarote-articles-container .featured-widget-article .post-wrapper .post {
    width: 46%;
    width: calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
  }
  .excursion-title .ociolanzarote-entry-header .entry-title {
    font-size: 26px;
  }
  .excursion-title .ociolanzarote-entry-header {
    padding-right: 180px;
  }
  .ociolanzarote-entry-header .ociolanzarote-booking {
    top: 10px;
    padding: 7px 28px;
    font-size: 18px;
  }
  .ociolanzarote-features-heading {
    font-size: 22px;
    margin-bottom: 5px !important;
  }
  .ociolanzarote-features-wrap {
    padding: 15px;
    gap: 15px;
  }
  .ociolanzarote-feature-item .ociolanzarote-feature-title {
    font-size: 15px;
  }
  .ociolanzarote-post-navigation > div > a.ociolanzarote-booking-link {
    font-size: 18px;
    padding: 7px 22px;
  }
  .ociolanzarote-related-excursions-container .ociolanzarote-related-heading,
  .ociolanzarote-articles-container .featured-widget-article .widget-title {
    font-size: 24px;
  }
  .primary-sidebar.widget-area .widget:last-child {
    margin-bottom: 0;
  }
  .ociolanzarote-adds-container,
  .ociolanzarote-articles-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-post #primary .site-main .content-wrap > article .entry-content > .entry-header .entry-title {
    font-size: 32px;
  }
  .wp-block-gallery {
    padding: 0 15px !important;
  }
  .comments-area {
    margin-top: 0;
  }
  .entry-related {
    margin-bottom: 0;
  }
  .comment-form p.form-submit {
    margin-bottom: 5px;
  }
  .single-post .entry-hero-container-inner .hero-container .entry-header .entry-taxonomies {
    font-size: 32px;
  }
  .entry-related-inner-content {
    padding: 30px 15px;
  }
  .entry-related {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 17px 0px 17px 0px;
  }
  body {
    padding-top: 115px;
  }
  .ociolanzarote-gallery-section .ociolanzarote-gallery-button {
    padding: 5px 20px;
    font-size: 16px;
  }
  .excursion-title .ociolanzarote-entry-header .entry-title {
    font-size: 22px;
  }
  .ociolanzarote-entry-header .ociolanzarote-booking {
    top: 7px;
    padding: 7px 25px;
    font-size: 16px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .excursion-title .ociolanzarote-entry-header {
    padding-right: 0;
  }
  .ociolanzarote-header-content {
    margin-bottom: 15px;
  }
  .ociolanzarote-features-wrap .ociolanzarote-feature-item {
    width: 100%;
  }
  .ociolanzarote-related-excursions-wrapper.excursions-rightbar .post {
    margin-bottom: 10px;
  }
  .featured-widget-article .post .entry-title {
    font-size: 18px;
  }
  .ociolanzarote-post-navigation > div > a.ociolanzarote-booking-link {
    font-size: 16px;
    padding: 7px 20px;
    gap: 6px;
  }
  .ociolanzarote-gallery-section .ociolanzarote-gallery-button {
    padding: 5px 17px;
    font-size: 15px;
    right: 15px;
    bottom: 20px;
  }
  .ociolanzarote-gallery-section .swiper-button-prev {
    left: 15px;
  }
  .ociolanzarote-gallery-section .swiper-button-next {
    right: 15px;
  }
  .ociolanzarote-post-navigation > div > a {
    font-size: 16px;
  }
  .ociolanzarote-post-navigation {
    margin-bottom: 20px;
  }
  .ociolanzarote-related-excursions-container {
    padding-top: 25px;
  }
  .ociolanzarote-related-excursions-container .ociolanzarote-related-heading,
  .ociolanzarote-articles-container .featured-widget-article .widget-title {
    font-size: 22px;
  }
  .ociolanzarote-related-excursions-wrapper.excursions-rightbar {
    padding: 20px 35px 0;
  }
  .ociolanzarote-related-excursions-wrapper .post-content .entry-title {
    font-size: 22px;
  }
  .entry-hero.post-hero-section .entry-header {
    min-height: 210px;
  }
  .single-post .entry-hero-container-inner .hero-container .entry-header .entry-taxonomies {
    font-size: 28px;
  }
  .single-post #primary .site-main .content-wrap > article .entry-content > .entry-header .entry-title {
    font-size: 28px;
  }
  h2.entry-related-title {
    font-size: 24px;
  }
}
@media (max-width: 567px) {
  .single-excursion #primary .ociolanzarote-articles-container .featured-widget-article .post-wrapper .post {
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
  }
  .single-excursion #primary .ociolanzarote-articles-container .featured-widget-article .post-wrapper .post:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    margin-bottom: 20px;
  }
  .ociolanzarote-adds-container > div.code-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px;
  }
  .ociolanzarote-adds-container {
    gap: 15px;
  }
}
@media (max-width: 479px) {
  .excursions-rightbar .post .post-content-wrap > .featured-image {
    width: 100%;
  }
  .excursions-rightbar .post .post-content-wrap .post-content {
    width: 100%;
    padding-left: 0;
  }
  .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 12px 0px 12px 0px;
  }
  body {
    padding-top: 105px;
  }
  .ociolanzarote-post-navigation > div > a {
    font-size: 15px;
    padding-left: 15px;
  }
  .ociolanzarote-post-navigation > div > a.ociolanzarote-booking-link,
  .ociolanzarote-entry-header .ociolanzarote-booking {
    font-size: 15px;
    padding: 7px 18px;
    gap: 5px;
  }
  .ociolanzarote-related-excursions-container .excursions-rightbar .post .post-content-wrap .post-content {
    width: 100%;
    margin-top: 10px;
  }
  .excursions-rightbar .post .post-content-wrap {
    padding: 15px;
  }
}
.ociolanzarote-features-wrap {
  border-radius: 13px;
}

.wp-block-kadence-header .wp-block-kadence-navigation.navigation-desktop-orientation-horizontal .menu-item.menu-item--toggled-on > .sub-menu {
  margin-top: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wp-block-kadence-header .kt-blocks-info-box-text {
  color: #677489;
}

.wp-block-kadence-header .wp-block-kadence-infobox .kt-blocks-info-box-title {
  margin-top: 0;
  color: #111B29;
  font-size: 16px !important;
  font-weight: 500;
}

.wp-block-kadence-header .wp-block-kadence-infobox .kt-info-svg-icon svg {
  display: block !important;
  width: 1em !important;
  height: 1em !important;
  color: #111B29;
}

.hero-section-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}

.entry-hero.post-archive-hero-section .entry-header .page-title,
.entry-hero.post-archive-hero-section .entry-header .archive-description {
  color: #fff;
}

.ociolanzarote-pagination a {
  border: 1px solid var(--primary-color);
  height: 30px;
  padding: 5px 8px;
  font-size: 18px;
  line-height: 1;
  min-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  color: var(--primary-color);
}

.ociolanzarote-pagination a.active,
.ociolanzarote-pagination a:hover {
  background: var(--primary-color);
  border-radius: 0;
  color: #fff;
}

.ociolanzarote-prev-page[disabled],
.ociolanzarote-next-page[disabled] {
  opacity: 1;
}

.ociolanzarote-prev-page,
.ociolanzarote-next-page {
  padding-left: 12px;
  padding-right: 12px;
}

.ociolanzarote-pagination {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0;
}

h2.entry-related-title {
  margin-bottom: 0px;
}

.entry-related-description {
  margin-top: 0;
}

.comments-title,
.comment-reply-title {
  margin-bottom: 0;
}

.comment-form p {
  margin: 0 0 20px;
}

@media (max-width: 1025px) {
  .site-footer {
    z-index: 9;
  }
  .site-header-section-right {
    left: 12px;
  }
  .ociolanzarote-related-excursions-wrapper.excursions-rightbar {
    width: 100%;
    padding: 20px 50px 0;
  }
  .single-excursion #primary .ociolanzarote-articles-container .featured-widget-article .post-wrapper .post {
    width: 46%;
    width: calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
  }
  .excursion-title .ociolanzarote-entry-header .entry-title {
    font-size: 26px;
  }
  .excursion-title .ociolanzarote-entry-header {
    padding-right: 180px;
  }
  .ociolanzarote-entry-header .ociolanzarote-booking {
    top: 10px;
    padding: 7px 28px;
    font-size: 18px;
  }
  .ociolanzarote-features-heading {
    font-size: 22px;
    margin-bottom: 5px !important;
  }
  .ociolanzarote-features-wrap {
    padding: 15px;
    gap: 15px;
  }
  .ociolanzarote-feature-item .ociolanzarote-feature-title {
    font-size: 15px;
  }
  .ociolanzarote-post-navigation > div > a.ociolanzarote-booking-link {
    font-size: 18px;
    padding: 7px 22px;
  }
  .ociolanzarote-related-excursions-container .ociolanzarote-related-heading,
  .ociolanzarote-articles-container .featured-widget-article .widget-title {
    font-size: 24px;
  }
  .primary-sidebar.widget-area .widget:last-child {
    margin-bottom: 0;
  }
  .ociolanzarote-adds-container,
  .ociolanzarote-articles-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-post #primary .site-main .content-wrap > article .entry-content > .entry-header .entry-title {
    font-size: 32px;
  }
  .wp-block-gallery {
    padding: 0 15px !important;
  }
  .comments-area {
    margin-top: 0;
  }
  .entry-related {
    margin-bottom: 0;
  }
  .comment-form p.form-submit {
    margin-bottom: 5px;
  }
  .single-post .entry-hero-container-inner .hero-container .entry-header .entry-taxonomies {
    font-size: 32px;
  }
  .entry-related-inner-content {
    padding: 30px 15px;
  }
  .entry-related {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 17px 0px 17px 0px;
  }
  body {
    padding-top: 115px;
  }
  .ociolanzarote-gallery-section .ociolanzarote-gallery-button {
    padding: 5px 20px;
    font-size: 16px;
  }
  .excursion-title .ociolanzarote-entry-header .entry-title {
    font-size: 22px;
  }
  .ociolanzarote-entry-header .ociolanzarote-booking {
    top: 7px;
    padding: 7px 25px;
    font-size: 16px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .excursion-title .ociolanzarote-entry-header {
    padding-right: 0;
  }
  .ociolanzarote-header-content {
    margin-bottom: 15px;
  }
  .ociolanzarote-features-wrap .ociolanzarote-feature-item {
    width: 100%;
  }
  .ociolanzarote-related-excursions-wrapper.excursions-rightbar .post {
    margin-bottom: 10px;
  }
  .featured-widget-article .post .entry-title {
    font-size: 18px;
  }
  .ociolanzarote-post-navigation > div > a.ociolanzarote-booking-link {
    font-size: 16px;
    padding: 7px 20px;
    gap: 6px;
  }
  .ociolanzarote-gallery-section .ociolanzarote-gallery-button {
    padding: 5px 17px;
    font-size: 15px;
    right: 15px;
    bottom: 20px;
  }
  .ociolanzarote-gallery-section .swiper-button-prev {
    left: 15px;
  }
  .ociolanzarote-gallery-section .swiper-button-next {
    right: 15px;
  }
  .ociolanzarote-post-navigation > div > a {
    font-size: 16px;
  }
  .ociolanzarote-post-navigation {
    margin-bottom: 20px;
  }
  .ociolanzarote-related-excursions-container {
    padding-top: 25px;
  }
  .ociolanzarote-related-excursions-container .ociolanzarote-related-heading,
  .ociolanzarote-articles-container .featured-widget-article .widget-title {
    font-size: 22px;
  }
  .ociolanzarote-related-excursions-wrapper.excursions-rightbar {
    padding: 20px 35px 0;
  }
  .ociolanzarote-related-excursions-wrapper .post-content .entry-title {
    font-size: 22px;
  }
  .entry-hero.post-hero-section .entry-header {
    min-height: 210px;
  }
  .single-post .entry-hero-container-inner .hero-container .entry-header .entry-taxonomies {
    font-size: 28px;
  }
  .single-post #primary .site-main .content-wrap > article .entry-content > .entry-header .entry-title {
    font-size: 28px;
  }
  h2.entry-related-title {
    font-size: 24px;
  }
}
@media (max-width: 567px) {
  .single-excursion #primary .ociolanzarote-articles-container .featured-widget-article .post-wrapper .post {
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
  }
  .single-excursion #primary .ociolanzarote-articles-container .featured-widget-article .post-wrapper .post:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    margin-bottom: 20px;
  }
  .ociolanzarote-adds-container > div.code-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px;
  }
  .ociolanzarote-adds-container {
    gap: 15px;
  }
}
@media (max-width: 479px) {
  .excursions-rightbar .post .post-content-wrap > .featured-image {
    width: 100%;
  }
  .excursions-rightbar .post .post-content-wrap .post-content {
    width: 100%;
    padding-left: 0;
  }
  .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 12px 0px 12px 0px;
  }
  body {
    padding-top: 105px;
  }
  .ociolanzarote-post-navigation > div > a {
    font-size: 15px;
    padding-left: 15px;
  }
  .ociolanzarote-post-navigation > div > a.ociolanzarote-booking-link,
  .ociolanzarote-entry-header .ociolanzarote-booking {
    font-size: 15px;
    padding: 7px 18px;
    gap: 5px;
  }
  .ociolanzarote-related-excursions-container .excursions-rightbar .post .post-content-wrap .post-content {
    width: 100%;
    margin-top: 10px;
  }
  .excursions-rightbar .post .post-content-wrap {
    padding: 15px;
  }
}
.hidden {
  display: none;
}

.ociolanzarote-loader img {
  background: none;
}

.site-header.fixed-navigation-bar {
  padding-bottom: 46px;
}

.fixed-navigation-bar .wp-block-kadence-header-row-bottom .wp-block-kadence-header-column-center {
  position: fixed;
  top: 20px;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  left: 0;
  right: 0;
  z-index: 99;
}

.wp-block-kadence-header .wp-block-kadence-navigation.navigation-desktop-orientation-horizontal .menu-item.menu-item--toggled-on > .sub-menu {
  margin-top: 12px;
}

.site-footer {
  z-index: 9;
}

.wp-block-kadence-header-row-bottom .kadence-header-row-inner {
  padding-bottom: 12px;
  padding-top: 14px;
}

.checkbox-accordion__child .checkbox-accordion__child-handle.form-field {
  margin-top: 18px;
}

.ociolanzarote-show-all-results {
  font-size: 16px;
  margin-top: 25px;
  position: relative;
  font-weight: 400;
  padding-right: 17px;
  cursor: pointer;
}

.checkbox-accordion__child .checkbox-text {
  font-weight: 600;
}

.checkbox-accordion__child label.checkbox {
  cursor: pointer;
}

.ociolanzarote-show-all-results::before {
  position: absolute;
  display: block;
  content: "";
  height: 9px;
  width: 9px;
  border-left: 1px solid;
  border-top: 1px solid;
  right: 0;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 5px;
}

.ociolanzarote-show-all-results:hover {
  color: var(--primary-color);
}

span.ociolanzarote-loader {
  height: 100px;
  width: 100px;
  display: block;
  text-align: center;
  margin: 50px auto 0;
}

.excursions-rightbar .post {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.content-area {
  margin-bottom: 30px;
}

.site-header .mega-menu > div > .kb-theme-content-width {
  max-width: 1100px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.home #main .content-wrap > article .single-content > .entry-header {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.home #main .content-wrap > article .single-content > .entry-header:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

.code-block a img {
  width: 100%;
}

.site-footer > svg {
  bottom: -15px;
  height: 135px;
}

@media (max-width: 1025px) {
  body {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  body {
    padding-top: 135px;
  }
  .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
  }
  .wp-block-site-logo .custom-logo {
    max-width: 175px;
  }
  .wp-block-site-logo {
    margin-right: 0 !important;
  }
  .kb-header-container > .wp-block-kadence-header-row > .kadence-header-row-inner {
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .site-header.fixed-navigation-bar {
    padding-bottom: 0;
    -webkit-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.25);
  }
  .fixed-navigation-bar .primary-menu-container {
    background: none;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .site-header .wp-block-kadence-off-canvas {
    -webkit-transition: opacity 0.25s ease-in, top 0s 0.25s, bottom 0s 0.25s !important;
    transition: opacity 0.25s ease-in, top 0s 0.25s, bottom 0s 0.25s !important;
    z-index: 100000 !important;
    top: -99999rem !important;
    bottom: 99999rem !important;
    left: 0 !important;
    right: 0 !important;
  }
  .site-header .wp-block-kadence-off-canvas.active {
    top: 0 !important;
    bottom: 0 !important;
  }
  .site-header .wp-block-kadence-off-canvas.active .kb-off-canvas-inner-wrap {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: all 0.9s ease 0s !important;
    transition: all 0.9s ease 0s !important;
  }
  .site-header .wp-block-kadence-off-canvas .kb-off-canvas-inner-wrap {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    background: none;
    -webkit-transition: all 0.9s ease 0s !important;
    transition: all 0.9s ease 0s !important;
  }
  .site-header .wp-block-kadence-off-canvas .kb-off-canvas-inner {
    height: auto;
    background: #fff;
    border-radius: 0 0 20px 20px;
  }
  .site-header .mega-menu .kt-blocks-info-box-media-container,
  .site-header .mega-menu .kt-infobox-textcontent .kt-blocks-info-box-text {
    display: none;
  }
  .site-header .mega-menu > div > .kb-theme-content-width {
    padding: 0 !important;
    gap: 0;
  }
  .site-header .wp-block-kadence-navigation .menu .menu-item--toggled-on > .sub-menu {
    margin: 0;
  }
  .site-header.wp-block-kadence-header .menu-item.menu-item--toggled-on > .sub-menu .kt-blocks-info-box-link-wrap {
    padding: 8px 0 8px;
  }
  .site-header .wp-block-kadence-navigation.navigation-mobile-orientation-vertical .sub-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    position: fixed;
    top: 0;
    margin: 0 !important;
    opacity: 1 !important;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    width: 100%;
    -webkit-transition: all 0s ease 0s !important;
    transition: all 0s ease 0s !important;
    padding: 30px 40px !important;
  }
  .site-header .wp-block-kadence-navigation .menu .menu-item--toggled-on > .sub-menu,
  .site-header .wp-block-kadence-navigation .menu li:not(.menu-item--has-toggle):focus > .sub-menu {
    -webkit-transition: all 0.8s ease 0s !important;
    transition: all 0.8s ease 0s !important;
    background: #fff;
    z-index: 99999;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .site-header.wp-block-kadence-header .wp-block-kadence-infobox .kt-blocks-info-box-title {
    color: var(--kb-nav-top-link-color);
    font-size: 23px !important;
    text-align: center;
  }
  .site-header .menu-container .kb-navigation .menu-item a {
    font-size: 23px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    line-height: 1.2;
    padding: 13px 0 !important;
  }
  .site-header .wp-block-kadence-navigation-link .kb-nav-arrow-svg {
    width: 26px;
  }
}
@media (max-width: 767px) {
  .ociolanzarote-pagination {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    padding-right: 62px;
  }
  .ociolanzarote-pagination .ociolanzarote-next-page {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .ociolanzarote-cat-slider-container .swiper-slide {
    margin-right: 38px !important;
  }
}
@media (max-width: 479px) {
  .wp-block-site-logo .custom-logo {
    max-width: 135px;
  }
  body {
    padding-top: 120px;
  }
}
.site-header.fixed-navigation-bar {
  padding-bottom: 46px;
}

.fixed-navigation-bar .wp-block-kadence-header-row-bottom .wp-block-kadence-header-column-center {
  position: fixed;
  top: 20px;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  left: 0;
  right: 0;
  z-index: 99;
}

.wp-block-kadence-header .wp-block-kadence-navigation.navigation-desktop-orientation-horizontal .menu-item.menu-item--toggled-on > .sub-menu {
  margin-top: 12px;
}

.site-footer {
  z-index: 9;
}

.wp-block-kadence-header-row-bottom .kadence-header-row-inner {
  padding-bottom: 12px;
  padding-top: 14px;
}

.checkbox-accordion__child .checkbox-accordion__child-handle.form-field {
  margin-top: 18px;
}

.ociolanzarote-show-all-results {
  font-size: 16px;
  margin-top: 25px;
  position: relative;
  font-weight: 400;
  padding-right: 17px;
  cursor: pointer;
}

.checkbox-accordion__child .checkbox-text {
  font-weight: 600;
}

.checkbox-accordion__child label.checkbox {
  cursor: pointer;
}

.ociolanzarote-show-all-results::before {
  position: absolute;
  display: block;
  content: "";
  height: 9px;
  width: 9px;
  border-left: 1px solid;
  border-top: 1px solid;
  right: 0;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 5px;
}

.ociolanzarote-show-all-results:hover {
  color: var(--primary-color);
}

span.ociolanzarote-loader {
  height: 100px;
  width: 100px;
  display: block;
  text-align: center;
  margin: 50px auto 0;
}

.excursions-rightbar .post {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.content-area {
  margin-bottom: 30px;
}

.site-header .mega-menu > div > .kb-theme-content-width {
  max-width: 1100px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.home #main .content-wrap > article .single-content > .entry-header {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.home #main .content-wrap > article .single-content > .entry-header:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

.code-block a img {
  width: 100%;
}

.site-footer > svg {
  bottom: -15px;
  height: 135px;
}

@media (max-width: 1329px) {
  .site-footer > svg {
    bottom: -29px;
  }
}
@media (max-width: 1025px) {
  body {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  body {
    padding-top: 135px;
  }
  .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
  }
  .wp-block-site-logo .custom-logo {
    max-width: 175px;
  }
  .wp-block-site-logo {
    margin-right: 0 !important;
  }
  .kb-header-container > .wp-block-kadence-header-row > .kadence-header-row-inner {
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .fixed-navigation-bar .kb-header-container > .wp-block-kadence-header-row > .kadence-header-row-inner {
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header.fixed-navigation-bar {
    padding-bottom: 0;
    -webkit-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.25);
  }
  .fixed-navigation-bar .primary-menu-container {
    background: none;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .site-header .wp-block-kadence-off-canvas {
    -webkit-transition: opacity 0.25s ease-in, top 0s 0.25s, bottom 0s 0.25s !important;
    transition: opacity 0.25s ease-in, top 0s 0.25s, bottom 0s 0.25s !important;
    z-index: 100000 !important;
    top: -99999rem !important;
    bottom: 99999rem !important;
    left: 0 !important;
    right: 0 !important;
  }
  .site-header .wp-block-kadence-off-canvas.active {
    top: 0 !important;
    bottom: 0 !important;
  }
  .site-header .wp-block-kadence-off-canvas.active .kb-off-canvas-inner-wrap {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: all 0.9s ease 0s !important;
    transition: all 0.9s ease 0s !important;
  }
  .site-header .wp-block-kadence-off-canvas .kb-off-canvas-inner-wrap {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    background: none;
    -webkit-transition: all 0.9s ease 0s !important;
    transition: all 0.9s ease 0s !important;
  }
  .site-header .wp-block-kadence-off-canvas .kb-off-canvas-inner {
    height: auto;
    background: #fff;
    border-radius: 0 0 20px 20px;
  }
  .site-header .mega-menu .kt-blocks-info-box-media-container,
  .site-header .mega-menu .kt-infobox-textcontent .kt-blocks-info-box-text {
    display: none;
  }
  .site-header .mega-menu > div > .kb-theme-content-width {
    padding: 0 !important;
    gap: 0;
  }
  .site-header .wp-block-kadence-navigation .menu .menu-item--toggled-on > .sub-menu {
    margin: 0;
  }
  .site-header.wp-block-kadence-header .menu-item.menu-item--toggled-on > .sub-menu .kt-blocks-info-box-link-wrap {
    padding: 8px 0 8px;
  }
  .site-header .wp-block-kadence-navigation.navigation-mobile-orientation-vertical .sub-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    position: fixed;
    top: 0;
    margin: 0 !important;
    opacity: 1 !important;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    width: 100%;
    -webkit-transition: all 0s ease 0s !important;
    transition: all 0s ease 0s !important;
    padding: 30px 40px !important;
  }
  .site-header .wp-block-kadence-navigation .menu .menu-item--toggled-on > .sub-menu,
  .site-header .wp-block-kadence-navigation .menu li:not(.menu-item--has-toggle):focus > .sub-menu {
    -webkit-transition: all 0.8s ease 0s !important;
    transition: all 0.8s ease 0s !important;
    background: #fff;
    z-index: 99999;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .site-header.wp-block-kadence-header .wp-block-kadence-infobox .kt-blocks-info-box-title {
    color: var(--kb-nav-top-link-color);
    font-size: 23px !important;
    text-align: center;
  }
  .site-header .menu-container .kb-navigation .menu-item a {
    font-size: 23px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    line-height: 1.2;
    padding: 13px 0 !important;
  }
  .site-header .wp-block-kadence-navigation-link .kb-nav-arrow-svg {
    width: 26px;
  }
  .site-footer > svg {
    bottom: -38px;
  }
  /* .home #primary>.content-container #secondary {
  	order: 1;
  }

  .home #primary>.content-container #main {
  	order: 2;
  } */
  .home #primary > .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home #primary > .content-container #secondary .ociolanzarote-sidebar-mc {
    display: none;
  }
}
@media (max-width: 767px) {
  .ociolanzarote-pagination {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    padding-right: 62px;
  }
  .ociolanzarote-pagination .ociolanzarote-next-page {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .ociolanzarote-cat-slider-container .swiper-slide {
    margin-right: 0 !important;
  }
  .site-footer > svg {
    bottom: -49px;
  }
}
@media (max-width: 567px) {
  .ociolanzarote-cat-slider-container,
  .ociolanzarote-featured-wrapper .kt-post-grid-layout-carousel-wrap {
    padding: 0;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: 25%;
  }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    color: #000;
  }
  .ociolanzarote-cat-slider-container .swiper-slide {
    margin-right: 0 !important;
  }
  .category-title-link {
    display: none;
  }
  .ociolanzarote-cat-slider-container .kt-inside-inner-col-header .category-title {
    position: absolute;
    top: 15%;
    z-index: 9;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 24px;
  }
  .ociolanzarote-cat-slider-container .kt-inside-inner-col-header {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .wp-block-site-logo .custom-logo {
    max-width: 135px;
  }
  body {
    padding-top: 120px;
  }
  .site-footer > svg {
    bottom: -56px;
  }
}
@media (max-width: 767px) {
  .ociolanzarote-sm-home-hero-section .kb-advanced-slide {
    padding-bottom: 50% !important;
  }
  .ociolanzarote-sm-home-hero-section .kb-advanced-slide-inner {
    border: 1px solid #F9F9F9;
    -webkit-box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 15px;
  }
  .ociolanzarote-sm-home-hero-section .kb-advanced-slide-inner .entry-content p,
  .ociolanzarote-sm-home-hero-section .kb-advanced-slide-inner .entry-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .ociolanzarote-sm-home-hero-section .featured-widget-article .widget-title {
    font-size: 16px;
    font-weight: 300;
    color: #9A9A9A;
  }
  .ociolanzarote-sm-home-hero-section .featured-widget-article .post {
    border-bottom: none;
    padding-bottom: 8px;
    margin-bottom: 0px;
  }
  .ociolanzarote-sm-home-hero-section .read-more-btn {
    display: none;
  }
  .ociolanzarote-sm-home-hero-section .featured-widget-article .post .entry-title {
    font-size: 19px;
    margin-bottom: 5px;
  }
  .ociolanzarote-sm-home-hero-section .kb-advanced-slide-inner .entry-content p {
    font-size: 16px;
    color: #000;
  }
  .ociolanzarote-sm-home-hero-section .kb-advanced-slide-inner .entry-content {
    margin-bottom: 35px;
  }
  .ociolanzarote-sm-home-hero-section .kb-advanced-slide-inner .entry-meta {
    margin-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .ociolanzarote-sm-home-hero-section .kb-advanced-slide-inner .entry-meta > ::after {
    right: 50%;
    position: absolute;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
  #kt-scroll-up {
    position: static;
    padding: 25px 15px 25px;
    background: #fff !important;
    border: none;
    text-align: center;
    display: block;
  }
  #kt-scroll-up .kadence-svg-iconset {
    background: var(--primary-color);
    color: #fff;
    height: 31px;
    width: 31px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
  }
  #kt-scroll-up:hover .kadence-svg-iconset {
    background: rgba(0, 0, 0, 0.8);
  }
  .excursions-rightbar .post .post-content .post-tags {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .post-wrapper article {
    position: relative;
  }
  .excursions-rightbar .post .post-content .post-tags a {
    color: #868686;
    background: rgba(255, 255, 255, 0.86);
  }
  .excursions-rightbar .post .post-content .post-tags a:hover {
    color: #fff;
    background: var(--global-palette1);
  }
  .post-price-info .box-btn {
    border: none;
    padding: 0 35px 0 0;
  }
  .post-price-info .box-btn::before {
    background: no-repeat;
    color: var(--global-palette1);
    width: 25px;
    height: 25px;
    background: none;
  }
  .post-price-info .box-btn:hover,
  .post-price-info .box-btn:hover:before {
    color: var(--global-palette4);
    background: none;
  }
  .excursions-rightbar .post .post-content-wrap > .featured-image {
    width: 100%;
    margin-top: 0;
  }
  .excursions-rightbar .post .post-content-wrap .post-content,
  .ociolanzarote-related-excursions-container .excursions-rightbar .post .post-content-wrap .post-content {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
  .ociolanzarote-gallery-section .ociolanzarote-gallery-button {
    top: 15px;
    bottom: auto;
    left: 15px;
    right: auto;
  }
  .excursion .ociolanzarote-post-navigation .next-post {
    display: none;
  }
  .single-excursion #primary .ociolanzarote-articles-container .featured-widget-article .post-wrapper .post {
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
  }
  .single-excursion #primary .ociolanzarote-articles-container .featured-widget-article .post-wrapper .post:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    margin-bottom: 20px;
  }
  .single-excursion #primary .ociolanzarote-articles-container .featured-widget-article .post-wrapper {
    margin: 15px -15px 0;
  }
  .entry-hero-container-inner .entry-header {
    padding: 15px 0;
  }
  .site-footer > svg {
    display: none;
  }
  .site-bottom-footer-inner-wrap .widget_mc4wp_form_widget {
    padding: 10px 30px 20px;
    background: #F8F8F8;
    border-radius: 10px;
  }
  .footer-widget-area-inner .widget.widget_mc4wp_form_widget h2 {
    font-size: 25px !important;
    max-width: 270px;
  }
  .site-footer .mc4wp-form .mc4wp-form-fields p:last-child {
    position: relative;
  }
  .site-footer .mc4wp-form .mc4wp-form-fields {
    display: block;
  }
  .site-footer .mc4wp-form .mc4wp-form-fields input[type=submit] {
    right: 0;
  }
  .site-footer .footer-widget-area-inner .widget:first-child {
    margin-bottom: 0;
  }
  .site-bottom-footer-wrap {
    background: #fff;
  }
  .site-bottom-footer-inner-wrap {
    padding: 0;
  }
  .site-footer .footer-widget-area-inner .widget .code-block {
    margin: 0 -15px 30px !important;
  }
  .site-middle-footer-wrap {
    display: none;
  }
  .site-footer .ai-rotate-option p {
    margin: 0;
  }
  /* .site-top-footer-inner-wrap {
  	padding-top: 15px;
  } */
  .ociolanzarote-featured-wrapper .kt-row-column-wrap {
    padding-bottom: 0;
    gap: 13px;
    padding-top: 0;
  }
  .entry-content-wrap {
    padding: 0 15px 15px;
  }
  .ociolanzarote-featured-wrapper .kt-inside-inner-col {
    display: block;
  }
  .ociolanzarote-featured-wrapper .kt-inside-inner-col .wp-block-kadence-column:first-child {
    padding-right: 55px;
  }
  .ociolanzarote-featured-wrapper .kt-inside-inner-col .wp-block-kadence-column:last-child {
    position: absolute;
    right: 0;
    top: 12px;
  }
  .ociolanzarote-cat-slider-wrapper .kt-row-column-wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .kb-splide .splide__pagination,
  .kb-splide ul.splide__pagination.splide__pagination {
    bottom: -20px;
  }
  .ociolanzarote-featured-wrapper:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    margin: 0 -15px 15px;
    padding: 0 15px 15px;
  }
  .site-footer .mc4wp-form .mc4wp-form-fields input[type=submit] {
    font-size: 17px;
  }
  .site-footer .mc4wp-form .mc4wp-form-fields p:last-child svg {
    right: 11px;
    top: 13px;
  }
  .ociolanzarote-sm-home-hero-section .kb-advanced-slide-inner-wrap {
    background: #fff;
    padding: 10px;
  }
  .site-footer .site-top-footer-inner-wrap h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 567px) {
  .site-footer .site-top-footer-inner-wrap h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 479px) {
  .excursions-rightbar .post .post-content .post-tags a:hover {
    font-size: 12px;
  }
  .post-price-info .price {
    font-size: 16px;
  }
  .site-bottom-footer-inner-wrap .widget_mc4wp_form_widget {
    padding: 15px 20px 15px;
  }
  .site-footer .mc4wp-form .mc4wp-form-fields input[type=submit] {
    font-size: 17px;
  }
  .site-footer .site-top-footer-inner-wrap h2 {
    font-size: 24px !important;
  }
}
@media (max-width: 435px) {
  .ociolanzarote-sm-home-hero-section .kb-advanced-slide {
    padding-bottom: 70% !important;
  }
  .ociolanzarote-sm-home-hero-section .kb-advanced-slide-inner .entry-meta {
    font-size: 14px;
  }
  .ociolanzarote-sm-home-hero-section .kb-advanced-slide-inner .entry-meta > ::after {
    width: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .ociolanzarote-excursions-slider-wrap .kb-splide .splide__slide {
    width: 66% !important;
  }
  .ociolanzarote-excursions-slider-wrap .splide__arrows {
    display: none;
  }
  .ociolanzarote-excursions-slider-wrap .kt-post-grid-layout-carousel-wrap {
    padding: 0;
    margin-bottom: 0;
  }
}
.site-header .wp-block-kadence-navigation.navigation-mobile-orientation-vertical .sub-menu {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  left: 0;
}

blockquote {
  padding-left: 60px;
  border: none;
  background: url(2b944c662459b2f22bc5.svg);
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size: 34px;
}

.wp-block-quote p {
  font-size: 48px;
  text-transform: uppercase;
  color: #000;
}

.single #main .content-wrap > article {
  font-size: 18px;
}

.entry-related-inner .entry-related-inner-content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 35px;
}

.single #primary .content-wrap > .entry-related {
  border-top: 1px solid rgba(0, 0, 0, 0.17);
}

.ociolanzarote-sidebar-mc {
  background: #F8F8F8;
}

#secondary .ociolanzarote-post-navigation {
  margin-bottom: 0;
}

.author-detail-list-item:last-child {
  margin-bottom: 0;
}

.ociolanzarote-feature-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 767px) {
  #kt-scroll-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 19px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    font-weight: 500;
  }
  .ociolanzarote-scroll-up-text {
    margin-bottom: 3px;
  }
  #kt-scroll-up:hover {
    color: rgba(0, 0, 0, 0.8);
  }
  .footer-widget-area-inner .kt-inside-inner-col > p:first-child {
    display: none;
  }
  .ociolanzarote-featured-wrapper .kt-row-column-wrap {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .ociolanzarote-sm-home-hero-section .kb-advanced-slide-inner-wrap {
    padding-bottom: 0;
  }
  .ociolanzarote-excursions-slider-wrap .splide {
    margin-bottom: 0;
  }
  .ociolanzarote-cat-slider-wrapper .kt-row-column-wrap {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    gap: 13px;
  }
  .ociolanzarote-cat-slider-wrapper .kt-inside-inner-col .wp-block-kadence-column:first-child {
    padding-right: 55px;
  }
  .ociolanzarote-cat-slider-wrapper .kt-inside-inner-col .wp-block-kadence-column:last-child {
    position: absolute;
    right: 0;
    top: 12px;
  }
  .single-post #primary .site-main .content-wrap > article .entry-content > .entry-header .entry-title {
    font-size: 24px;
  }
  .wp-block-quote p {
    font-size: 18px;
  }
  .single #main .content-wrap > article {
    font-size: 17px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    padding-bottom: 5px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: 25%;
  }
  .ociolanzarote-cat-slider-container,
  .ociolanzarote-featured-wrapper .kt-post-grid-layout-carousel-wrap {
    padding: 0;
  }
  .ociolanzarote-cat-slider-container .kt-inside-inner-col-header .category-title {
    position: absolute;
    top: 15%;
    z-index: 9;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 24px;
  }
  .category-title-link {
    display: none;
  }
  blockquote {
    padding-left: 23px;
    background-position: left 6px;
    background-size: 12px;
  }
  .excursions-page-wrapper {
    margin-bottom: 0;
    padding-bottom: 0px;
  }
  .single #primary .content-wrap > .entry-related {
    display: none;
  }
  .ociolanzarote-gallery-section {
    padding: 15px 15px 0;
  }
  .ociolanzarote-gallery-container .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
  }
  .ociolanzarote-gallery-section .ociolanzarote-gallery-button {
    top: 30px;
    left: 30px;
  }
  .ociolanzarote-gallery-section .swiper-button-prev,
  .ociolanzarote-gallery-section .swiper-button-next,
  .ociolanzarote-related-excursions-wrapper .swiper-button-prev,
  .ociolanzarote-related-excursions-wrapper .swiper-button-next {
    top: 50%;
  }
  .excursion-title .ociolanzarote-entry-header .entry-title {
    font-size: 24px;
  }
  .single .excursion .wp-block-kadence-image {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ociolanzarote-related-excursions-wrapper.excursions-rightbar {
    padding: 10px 7px 0;
  }
  .single #secondary .ociolanzarote-post-author,
  .single #secondary .ociolanzarote-post-navigation {
    display: none;
  }
  .single .primary-sidebar.widget-area .widget {
    margin-bottom: 0;
  }
  .single-excursion #secondary .featured-widget-article {
    display: none;
  }
  .single-excursion #primary #secondary {
    padding: 0;
  }
  .single-excursion #primary .ociolanzarote-articles-container .featured-widget-article .post-wrapper .post:last-child {
    border: none;
    margin-bottom: 10px;
  }
  .single-excursion .ociolanzarote-articles-container {
    padding-top: 10px;
  }
  /* 	.single .content-container #secondary {
    display: none;
  } */
}
.ociolanzarote-post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.ociolanzarote-post-container .ociolanzarote-separator {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.page-template-no-title .entry-content-wrap .page-title {
  display: none;
}

.entry-taxonomies .category-style-pill a {
  background: var(--global-palette1);
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  padding: 3px 15px;
  font-weight: 300;
  line-height: 1.6;
}

.entry-taxonomies .category-style-pill a:hover,
.post-tags a:hover {
  background: rgba(0, 0, 0, 0.8);
}

.price ins {
  margin-right: 7px;
}

del {
  text-decoration-thickness: 2px;
}

.ociolanzarote-post-container .entry-content-wrap {
  padding-bottom: 10px;
}

.ociolanzarote-post-container .entry-title {
  font-size: 26px;
  margin-bottom: 10px !important;
}

.ociolanzarote-post-container .entry-content-wrap {
  padding: 10px 20px 17px;
}

.ociolanzarote-post-container .entry-summary {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0;
}

.ociolanzarote-post-container .entry-summary p {
  margin-top: 0;
}

.ociolanzarote-search .filter-sidebar {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  border-radius: 0px;
}

.ociolanzarote-search .filter-sidebar .filter-sidebar-content {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
}

.entry-hero-container-inner .entry-title {
  color: #fff;
}

@media (max-width: 767px) {
  .ociolanzarote-features-heading {
    font-size: 20px;
    margin-bottom: 5px !important;
    position: relative;
    padding: 0 15px;
  }
  .ociolanzarote-features-wrap {
    padding-bottom: 2px;
    padding-top: 19px;
    padding-left: 0;
    padding-right: 0;
  }
  .ociolanzarote-features-wrap .ociolanzarote-features-heading::before {
    position: absolute;
    display: block;
    content: "";
    height: 12px;
    width: 12px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    right: 20px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 6px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .ociolanzarote-features-wrap.open .ociolanzarote-features-heading::before {
    -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
            transform: rotate(315deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 12px;
  }
  .ociolanzarote-features-wrap .ociolanzarote-feature-item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0 15px 15px;
    margin-bottom: 0;
  }
  .ociolanzarote-features-wrap .ociolanzarote-feature-item:last-child {
    border-bottom: none;
  }
  .open .ociolanzarote-feature-item-wrap {
    opacity: 1 !important;
    max-height: 1000px !important;
    visibility: visible !important;
  }
  .close .ociolanzarote-feature-item-wrap {
    opacity: 0 !important;
    max-height: 0 !important;
    visibility: hidden !important;
  }
}
/* Hide elements by default */
.single-ociolanzarote-post-author {
  display: none;
}

.excursions-sm-filter-btn-wrap {
  display: none;
}

/* Mobile-specific styles (max-width: 767px) */
@media (max-width: 767px) {
  .excursions-sm-filter-btn-wrap {
    display: block;
  }
  .excursions-sm-filter-btn-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    text-decoration: none;
  }
  .filter-sidebar-content {
    position: fixed;
    bottom: -100%;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .excursions-filter-sidebar-content-wrap.open .filter-sidebar-content {
    bottom: 0;
    border-radius: 20px 20px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .filter-sidebar > .widget {
    display: none;
  }
  .filter-sidebar__header {
    display: block;
    text-align: center;
    padding: 10px 57px;
    position: relative;
  }
  .filter-sidebar__header .clear-all-filters {
    position: absolute;
    top: 15px;
    left: 20px;
  }
  .single-ociolanzarote-post-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .single-author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .single-author-info .post-author-img {
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 50px;
    overflow: hidden;
  }
  .single-author-details .author-name a {
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
    color: #000;
  }
  .single-author-details .author-name a:hover {
    color: var(--primary-color);
  }
  .single-date-content .post-date,
  .single-time-content .read-time {
    color: rgba(0, 0, 0, 0.44);
    font-size: 15px;
  }
  .ociolanzarote-features-heading {
    cursor: pointer;
  }
  .ociolanzarote-features-wrap.open .ociolanzarote-feature-item-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding-top: 15px;
  }
  .ociolanzarote-featured-wrapper h2.wp-block-kadence-advancedheading {
    font-size: 27px !important;
    font-weight: 800 !important;
  }
  .filter-sidebar > div {
    margin-bottom: 0;
  }
  .filter-sidebar {
    margin-bottom: 20px;
  }
  .excursions-rightbar .post .post-content-wrap > .featured-image {
    margin-bottom: 10px;
  }
  .post-price-info .box-btn {
    font-size: 18px;
  }
  .excursions-sm-filter-close {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: auto;
    color: rgba(0, 0, 0, 0.46);
    background: none;
    position: absolute;
    top: 14px;
    right: 15px;
    line-height: 1;
  }
  .clear-all-filters .btn {
    color: rgba(0, 0, 0, 0.46);
  }
  .excursions-sm-filter-close:hover,
  .clear-all-filters .btn:hover,
  .excursions-sm-filter-close:focus {
    color: var(--primary-color);
    background: none;
  }
  .excursions-sm-filter-close svg {
    height: 24px;
    width: 24px;
  }
  .excursions-filter-background-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .excursions-filter-sidebar-content-wrap.open .excursions-filter-background-overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .ociolanzarote-entry-header .ociolanzarote-booking {
    font-size: 17px;
  }
  .ociolanzarote-features-wrap .ociolanzarote-feature-item {
    display: block;
  }
  .ociolanzarote-feature-item .ociolanzarote-feature-title {
    font-size: 17px;
    padding-left: 0;
    width: 100%;
  }
  .ociolanzarote-feature-item .ociolanzarote-feature-title .ociolanzarote-feature-value {
    font-size: 16px;
  }
  .ociolanzarote-feature-item .ociolanzarote-feature-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 6px;
  }
  .ociolanzarote-related-excursions-container .ociolanzarote-related-heading,
  .ociolanzarote-articles-container .featured-widget-article .widget-title {
    line-height: 1.2;
  }
  .ociolanzarote-related-excursions-container .excursions-rightbar .post .post-content-wrap .post-content {
    margin-top: 0;
    padding-top: 0 !important;
  }
}
/* Smaller mobile screens (max-width: 479px) */
@media (max-width: 479px) {
  .ociolanzarote-related-excursions-container .excursions-rightbar .post .post-content-wrap .post-content {
    margin-top: 0;
  }
}
.lang-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 1000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang-list li {
  padding: 7px;
  text-align: center;
  line-height: 1;
}

.lang-list li.active {
  background: #f0f0f0;
}

.lang-list img {
  width: 26px;
  vertical-align: middle;
}

.custom-lang-dropdown.open .lang-list {
  display: block;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-image: url(06d8091d83416377531e.png);
}
