/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */
/*-----------------------------------------*/
/*SASS VARS*/
/*-----------------------------------------*/
/*TRANSITION ALL*/
/*-----------------------------------------*/
/*INITS*/
/*-----------------------------------------*/
@media screen and (min-width: 1280px) {
  .col-full {
    max-width: 1024px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
.inner {
  max-width: 1024px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.617924em;
  box-sizing: content-box;
  position: relative;
}

@media screen and (max-width: 568px) {
  .inner {
    margin-left: 1.41575em;
    margin-right: 1.41575em;
    padding: 0;
  }
}
.content-area {
  margin-bottom: 0;
}

img {
  border-radius: 0;
}

.site-main {
  margin-bottom: 0;
}

/*-----------------------------------------*/
/*TYPOGRAPHY*/
/*-----------------------------------------*/
/*-------------------------*/
/*HEADINGS*/
/*-------------------------*/
h2 + h3,
.beta + h3 {
  border: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  color: #393939;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 23px;
}

h5 {
  font-size: 18px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 24px;
  }
}
button {
  font-family: "Montserrat", sans-serif;
}

p,
ul,
li,
textarea {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #393939;
  font-size: 14px;
}

p,
body {
  color: #393939;
  font-family: "Lato", sans-serif;
}

p {
  line-height: 1.75em;
}

form label {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

form .nf-form-content label {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-bottom: 5px !important;
}

.nf-form-content .label-above .nf-field-label {
  margin-bottom: 5px;
}

/*-----------------------------------------*/
/*ELEMENTS*/
/*-----------------------------------------*/
.disfr-btn,
a.button,
button.button,
.wp-block-button a,
.wp-block-button__link,
.hentry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link,
.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  transition: all 0.15s ease;
  font-size: 12px;
  background-color: #0090c5 !important;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 25px !important;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}
.disfr-btn:hover,
a.button:hover,
button.button:hover,
.wp-block-button a:hover,
.wp-block-button__link:hover,
.hentry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link:hover,
.nf-form-content button:hover,
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover {
  background-color: #ff9900 !important;
}

.gradient-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 144, 197, 0.59);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 144, 197, 0.59)), color-stop(100%, rgba(0, 63, 82, 0.83)));
  background: linear-gradient(to bottom, rgba(0, 144, 197, 0.59) 0%, rgba(0, 63, 82, 0.83) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0090c5", endColorstr="#003f52", GradientType=0 );
}

.storefront-breadcrumb {
  display: none;
}

/*-----------------------------------------*/
/*COMPONENTS*/
/*-----------------------------------------*/
/*-------------------------*/
/*SHOW POSTS*/
/*-------------------------*/
.wp-show-posts .wp-show-posts-read-more {
  transition: all 0.15s ease;
  background-color: #0090c5;
  color: #ffffff !important;
  padding: 7px 35px !important;
  border-radius: 25px !important;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  border: 0 !important;
}
.wp-show-posts .wp-show-posts-read-more:hover {
  background-color: #ffd34f !important;
}
.wp-show-posts .wp-show-posts-inner {
  text-align: center;
}
.wp-show-posts .wp-show-posts-inner a {
  text-decoration: none !important;
}
.wp-show-posts .wp-show-posts-inner h2 {
  font-size: 18px;
  color: #0090c5;
  letter-spacing: 0;
}
.wp-show-posts .wp-show-posts-inner h2 a {
  color: #0090c5;
  font-weight: 600;
}
.wp-show-posts .wp-show-posts-inner .wp-show-posts-image img {
  display: block;
  margin: 0 auto !important;
}

/*-------------------------*/
/*TOURS LIST*/
/*-------------------------*/
.tours-list-wrapper {
  padding: 50px 0;
}
.tours-list-wrapper h3 {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 40px;
}
.tours-list-wrapper .tours-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tours-list-wrapper .tours-list .disfr-tour {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  text-align: center;
}
.tours-list-wrapper .tours-list .disfr-tour .tour-image {
  background-size: cover;
  background-position: center;
  width: 100%;
}
.tours-list-wrapper .tours-list .disfr-tour .tour-image img {
  width: 100%;
  height: auto;
}
.tours-list-wrapper .tours-list .disfr-tour h2 {
  font-size: 18px;
  color: #0090c5;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 20px;
}
.tours-list-wrapper .tours-list .disfr-tour h2 a {
  color: #0090c5;
  font-weight: 600;
}
.tours-list-wrapper .tours-list .disfr-tour .tour-dates {
  background-color: #ff9900;
  color: #ffffff;
  padding: 3px 10px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}
.tours-list-wrapper .tours-list .disfr-tour .tour-price {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 20px;
  color: #707070;
}
.tours-list-wrapper .tours-list .disfr-tour p {
  color: #393939;
}
.tours-list-wrapper .tours-list::after {
  height: 0;
  width: 31%;
  content: "";
}

.tours-list-wrapper.tours-cycling {
  background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .tours-list-wrapper .tours-list {
    display: block;
  }
  .tours-list-wrapper .tours-list .disfr-tour {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .tours-list-wrapper .tours-list .disfr-tour .tour-image {
    max-width: 450px;
    margin: 0 auto;
  }
}
/*-------------------------*/
/*SLIDER*/
/*-------------------------*/
.slider-wrapper .bx-controls-direction {
  display: none !important;
}
.slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
  width: 40px;
  height: 10px;
}
.slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #ff9900;
}
.slider-wrapper .slider .slide {
  height: 65vh;
  min-height: 350px;
  max-height: 650px;
  background-size: cover;
  background-position: center;
}
.slider-wrapper .slider .slide .inner {
  height: 100%;
}
.slider-wrapper .slider .slide .inner .slide-content {
  position: relative;
  bottom: 50px;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.slider-wrapper .slider .slide .inner .slide-content h2 {
  color: #ffffff;
  font-size: 44px;
  font-weight: 600;
  margin: 0 auto 10px auto;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.65);
  max-width: 600px;
}
.slider-wrapper .slider .slide .inner .slide-content h3 {
  background-color: #ff9900;
  color: #ffffff;
  padding: 2px 20px;
  display: inline-block;
  width: auto;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px 0;
  text-align: left;
}
.slider-wrapper .slider .slide .inner .slide-content p {
  display: block;
  margin: auto;
  color: #ffffff;
  max-width: 500px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.65);
}
.slider-wrapper .slider .slide .inner .slide-content a {
  transition: all 0.15s ease;
  text-shadow: none !important;
  background-color: #0090c5;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  display: inline-block;
}
.slider-wrapper .slider .slide .inner .slide-content a:hover {
  background-color: #0090c5;
}

@media screen and (max-width: 768px) {
  .slider-wrapper .slider .slide {
    min-height: 450px;
  }
  .slider-wrapper .slider .slide .inner .slide-content {
    bottom: 30px;
  }
  .slider-wrapper .slider .slide .inner .slide-content h2 {
    font-size: 26px;
  }
  .slider-wrapper .slider .slide .inner .slide-content h3 {
    font-size: 14px;
  }
  .slider-wrapper .slider .slide .inner .slide-content p {
    font-size: 12px;
  }
  .slider-wrapper .slider .slide .inner .slide-content a {
    transition: all 0.15s ease;
    background-color: #0090c5;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    display: inline-block;
  }
  .slider-wrapper .slider .slide .inner .slide-content a:hover {
    background-color: #ffd34f;
  }
}
/*-------------------------*/
/*ACCORDIONS*/
/*-------------------------*/
.accordions .ui-accordion .accordions-head {
  background: #0090c5 !important;
}
.accordions .ui-accordion .accordions-head .fa-chevron-up,
.accordions .ui-accordion .accordions-head .fa-chevron-down {
  color: #ffffff !important;
}
.accordions .ui-accordion .accordions-head .accordions-head-title {
  font-size: 14px !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  font-family: "Montserrat", sans-serif !important;
  padding: 3px 0 !important;
}
.accordions .ui-accordion .accordion-content {
  padding-left: 35px !important;
  border-left: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important;
}
.accordions .ui-accordion .accordion-content p {
  color: #000000;
  font-weight: 400;
}
.accordions .ui-accordion .accordion-content img {
  margin-bottom: 20px;
}
.accordions .ui-accordion .accordions-head.ui-state-active {
  background: #0090c5 !important;
}
.accordions .ui-accordion .accordions-head.ui-state-active .accordions-head-title {
  color: #ffffff !important;
}

.sp-easy-accordion {
  margin: 0 auto;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
  color: #000000 !important;
  font-weight: bold !important;
}
.sp-easy-accordion .sp-ea-single {
  background: transparent !important;
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.sp-easy-accordion .sp-ea-single h3 {
  font-size: 16px !important;
  letter-spacing: 0px !important;
}
.sp-easy-accordion .sp-ea-single .ea-body {
  padding-left: 40px !important;
}
.sp-easy-accordion .sp-ea-single.ea-expand .ea-expand-icon.fa {
  color: #0090c5 !important;
}
.sp-easy-accordion .sp-ea-single.ea-expand h3 a {
  font-weight: bold !important;
  color: #0090c5 !important;
}

/*-------------------------*/
/*RELATED PRODUCTS*/
/*-------------------------*/
.woo-related-products-container .woorelated-title {
  text-align: center;
  margin: 0 auto 100px auto;
  font-size: 16px;
  text-transform: uppercase;
}
/*-----------------------------------------*/
/*FORMS*/
/*-----------------------------------------*/
/*-------------------------*/
/*NINJA*/
/*-------------------------*/
.nf-form-cont {
  background-color: #f5f5f5;
  padding: 20px;
}
.nf-form-cont .checkbox-container {
  margin-bottom: 5px;
}
.nf-form-cont .html-wrap {
  margin-top: 20px;
}
.nf-form-cont .html-wrap p {
  margin-bottom: 5px;
}

.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  background-color: #000000;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  padding: 15px 25px;
  font-size: 13px;
  font-weight: 500 !important;
  letter-spacing: 1px;
}
.nf-form-content button:hover,
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
}

.nf-form-content input:not([type=button]),
.nf-form-content textarea {
  background-color: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  box-shadow: none !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  color: #000000 !important;
  font-size: 14px !important;
}

/*-----------------------------------------*/
/*SECTIONS*/
/*-----------------------------------------*/
/*-------------------------*/
/*.SITE-HEADER*/
/*-------------------------*/
body.page-template-template-sf-child-homepage .site-header {
  margin-bottom: 0 !important;
}

.site-header {
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}
.site-header button.menu-toggle,
.site-header ul li a {
  text-transform: uppercase;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
.site-header .site-search {
  display: none;
}

@media screen and (min-width: 768px) {
  .site-header {
    padding: 0;
  }
  .site-header .site-branding {
    width: auto !important;
    margin: 0 !important;
  }
  .site-header .site-branding .custom-logo-link {
    width: 234px;
    padding: 20px 0;
  }
  .site-header .site-branding .custom-logo-link img {
    display: block;
    max-width: 234px;
  }
  .site-header .storefront-primary-navigation {
    display: none;
  }
  .site-header .secondary-navigation {
    width: auto !important;
    float: right !important;
    margin-right: 0 !important;
  }
  .site-header .secondary-navigation ul#menu-main-menu {
    margin-top: 25px;
  }
  .site-header .secondary-navigation ul#menu-main-menu li a {
    padding: 20px 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #393939;
  }
  .site-header .secondary-navigation ul#menu-main-menu li ul.sub-menu {
    padding: 5px 0;
    background-color: #f5f5f5;
  }
  .site-header .secondary-navigation ul#menu-main-menu li ul.sub-menu li {
    min-width: 250px;
  }
  .site-header .secondary-navigation ul#menu-main-menu li ul.sub-menu li a {
    padding: 15px 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #393939;
    background-color: #f5f5f5;
    width: auto;
  }
}
/*-------------------------*/
/*.SITE-CONTENT*/
/*-------------------------*/
.site-content {
  margin-top: 100px;
  padding-top: 50px;
}

/*-------------------------*/
/*.SITE-FOOTER*/
/*-------------------------*/
.upcoming-tours {
  display: none;
  padding: 20px 0;
  background-color: #f5f5f5;
}
.upcoming-tours h3.upcoming-title {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 40px;
}
.upcoming-tours .wp-show-posts-single,
.upcoming-tours .widget {
  margin-bottom: 0 !important;
}

body.single-tours .upcoming-tours,
body.page-template-template-sf-child-register .upcoming-tours,
body.single-product .upcoming-tours {
  display: block;
}

.site-footer {
  padding: 60px 0 0;
  background-color: #393939;
  color: #ffffff;
  font-size: 12px;
}
.site-footer p {
  color: #ffffff;
  font-size: 12px;
}
.site-footer a,
.site-footer a:not(.button),
.site-footer ul.menu li.current-menu-item > a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer a:hover,
.site-footer a:not(.button):hover,
.site-footer ul.menu li.current-menu-item > a:hover {
  color: #ffd34f;
}
.site-footer ul.menu li.current-menu-item > a {
  opacity: 0.5;
}
.site-footer .widget_nav_menu ul li::before {
  content: none;
}
.site-footer .widget_recent_entries ul li,
.site-footer .widget_pages ul li,
.site-footer .widget_categories ul li,
.site-footer .widget_archive ul li,
.site-footer .widget_recent_comments ul li,
.site-footer .widget_nav_menu ul li,
.site-footer .widget_links ul li,
.site-footer .widget_product_categories ul li,
.site-footer .widget_layered_nav ul li,
.site-footer .widget_layered_nav_filters ul li {
  padding-left: 0;
}
.site-footer .footer-widgets {
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #c5c5c5;
}
.site-footer .widget {
  margin: 0;
  padding: 0;
}
.site-footer .widget .widget-title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

/*-----------------------------------------------------------------*/
/*PAGES*/
/*-----------------------------------------------------------------*/
.page-feature {
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 50px;
}
.page-feature .feature-content {
  position: relative;
}
.page-feature .feature-content .inner {
  min-height: 350px;
  max-height: 400px;
}
.page-feature .feature-content .inner .feature-info {
  position: absolute;
  bottom: 30px;
}
.page-feature .feature-content .inner .feature-info h1 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.65);
  max-width: 750px;
  margin-bottom: 10px;
}
.page-feature .feature-content .inner .feature-info h3 {
  background-color: #ff9900;
  color: #ffffff;
  padding: 2px 20px;
  display: inline-block;
  width: auto;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.page-feature .feature-content .inner .feature-info p {
  color: #ffffff;
  max-width: 500px;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.65);
}

@media screen and (max-width: 768px) {
  .page-feature {
    margin-bottom: 30px;
  }
  .page-feature .feature-content {
    position: relative;
  }
  .page-feature .feature-content .inner .feature-info {
    bottom: 20px;
  }
  .page-feature .feature-content .inner .feature-info h1 {
    font-size: 26px;
  }
  .page-feature .feature-content .inner .feature-info h3 {
    font-size: 18px;
  }
}
/*-----------------------------------------*/
/*HOME*/
/*-----------------------------------------*/
body.page-template-template-sf-child-homepage #post-navigation,
body.page-template-template-sf-child-homepage .entry-header,
body.page-template-template-sf-child-homepage .entry-taxonomy {
  display: none;
}
body.page-template-template-sf-child-homepage .site-content {
  padding-top: 0;
}
body.page-template-template-sf-child-homepage .site-content .col-full {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
body.page-template-template-sf-child-homepage .site-content .content-area h3 {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 40px;
}
body.page-template-template-sf-child-homepage .upcoming-tours {
  display: none;
}

/*-----------------------------------------*/
/*PAGE*/
/*-----------------------------------------*/
/*-------------------------*/
/* TOUR - SINGLE*/
/*-------------------------*/
body.single-tours .site-content,
body.page-template-template-sf-child-register .site-content {
  padding-top: 0;
}
body.single-tours .site-content .col-full,
body.page-template-template-sf-child-register .site-content .col-full {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
body.single-tours .tour-wrapper,
body.page-template-template-sf-child-register .tour-wrapper {
  display: flex;
  justify-content: space-between;
}
body.single-tours .tour-wrapper .tour-left,
body.page-template-template-sf-child-register .tour-wrapper .tour-left {
  width: 67%;
  padding-right: 20px;
}
body.single-tours .tour-wrapper .tour-left article .wp-post-image,
body.single-tours .tour-wrapper .tour-left article .entry-header,
body.single-tours .tour-wrapper .tour-left article #post-navigation,
body.page-template-template-sf-child-register .tour-wrapper .tour-left article .wp-post-image,
body.page-template-template-sf-child-register .tour-wrapper .tour-left article .entry-header,
body.page-template-template-sf-child-register .tour-wrapper .tour-left article #post-navigation {
  display: none;
}
body.single-tours .tour-wrapper .tour-left article h4,
body.page-template-template-sf-child-register .tour-wrapper .tour-left article h4 {
  font-size: 18px;
  letter-spacing: 0;
}
body.single-tours .tour-wrapper .tour-left article .wp-block-quote,
body.page-template-template-sf-child-register .tour-wrapper .tour-left article .wp-block-quote {
  font-style: normal;
  background-color: #f5f5f5;
  padding: 30px 30px 20px 30px;
  border-left: 8px solid #0090c5;
  margin-top: 20px;
}
body.single-tours .tour-wrapper .tour-left article .wp-block-quote p,
body.page-template-template-sf-child-register .tour-wrapper .tour-left article .wp-block-quote p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
body.single-tours .tour-wrapper .tour-left .cat-links,
body.page-template-template-sf-child-register .tour-wrapper .tour-left .cat-links {
  display: none;
}
body.single-tours .tour-wrapper .tour-right,
body.page-template-template-sf-child-register .tour-wrapper .tour-right {
  width: 33%;
  padding-left: 30px;
}
body.single-tours .tour-wrapper .tour-right .more-tours-title,
body.page-template-template-sf-child-register .tour-wrapper .tour-right .more-tours-title {
  padding: 10px 20px;
  background-color: #f5f5f5;
  border-left: 5px solid #ffd34f;
  font-size: 18px;
  margin-bottom: 25px;
  text-align: left;
  font-weight: 500;
}
body.single-tours .tour-wrapper .tour-right .tours-list-wrapper,
body.page-template-template-sf-child-register .tour-wrapper .tour-right .tours-list-wrapper {
  padding: 0;
}
body.single-tours .tour-wrapper .tour-right .tours-list-wrapper .tours-list,
body.page-template-template-sf-child-register .tour-wrapper .tour-right .tours-list-wrapper .tours-list {
  display: block;
}
body.single-tours .tour-wrapper .tour-right .tours-list-wrapper .tours-list .disfr-tour,
body.page-template-template-sf-child-register .tour-wrapper .tour-right .tours-list-wrapper .tours-list .disfr-tour {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
  padding-right: 0;
}
body.single-tours .tour-wrapper .tour-right .tours-list-wrapper .tours-list .disfr-tour .tour-dates,
body.page-template-template-sf-child-register .tour-wrapper .tour-right .tours-list-wrapper .tours-list .disfr-tour .tour-dates {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  body.single-tours .tour-wrapper {
    display: block;
  }
  body.single-tours .tour-wrapper .tour-left {
    width: 100%;
    padding-right: 0;
  }
  body.single-tours .tour-wrapper .tour-left article .wp-post-image,
  body.single-tours .tour-wrapper .tour-left article .entry-header,
  body.single-tours .tour-wrapper .tour-left article #post-navigation {
    display: none;
  }
  body.single-tours .tour-wrapper .tour-left article h4 {
    font-size: 18px;
    letter-spacing: 0;
  }
  body.single-tours .tour-wrapper .tour-left article .wp-block-quote {
    font-style: normal;
    background-color: #f5f5f5;
    padding: 30px 30px 20px 30px;
    border-left: 8px solid #0090c5;
    margin-top: 20px;
  }
  body.single-tours .tour-wrapper .tour-left article .wp-block-quote p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
  }
  body.single-tours .tour-wrapper .tour-right {
    display: none;
  }
  body.single-tours .tour-wrapper .tour-right .more-tours-title {
    padding: 10px 20px;
    background-color: #f5f5f5;
    border-left: 5px solid #ffd34f;
    font-size: 18px;
    margin-bottom: 25px;
  }
  body.single-tours .tour-wrapper .tour-right .wp-show-posts .wp-show-posts-entry-title {
    font-size: 16px;
    font-weight: bold;
    color: #0090c5;
  }
  body.single-tours .tour-wrapper .tour-right .wp-show-posts .wp-show-posts-entry-title a {
    font-weight: bold;
    color: #0090c5;
  }
  body.single-tours .tour-wrapper .tour-right .wp-show-posts .wp-show-posts-image {
    margin-right: 0;
  }
  body.single-tours .upcoming-tours {
    padding: 70px 0 30px 0;
    background-color: #f5f5f5;
  }
  body.single-tours .upcoming-tours h3.upcoming-title {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  body.single-tours .upcoming-tours .wp-show-posts-single,
  body.single-tours .upcoming-tours .widget {
    margin-bottom: 0 !important;
  }
  body.single-tours .upcoming-tours .wp-show-posts-inner {
    text-align: center;
  }
  body.single-tours .upcoming-tours .wp-show-posts-inner h2 {
    font-size: 18px;
    color: #0090c5;
    letter-spacing: 0;
  }
  body.single-tours .upcoming-tours .wp-show-posts-inner h2 a {
    color: #0090c5;
    font-weight: 600;
  }
}
/*-----------------------------------------*/
/*TOURS ALL*/
/*-----------------------------------------*/
body.page-template-template-sf-child-all-tours .site-content {
  padding-top: 0;
}
body.page-template-template-sf-child-all-tours .site-content .col-full {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
body.page-template-template-sf-child-all-tours .site-content .content-area h3 {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 40px;
}
body.page-template-template-sf-child-all-tours .upcoming-tours {
  display: none;
}

/*-----------------------------------------*/
/*TOURS CYCLING, RUNNING, OTHER*/
/*-----------------------------------------*/
body.page-template-template-sf-child-tours-cycling .site-content,
body.page-template-template-sf-child-tours-running .site-content,
body.page-template-template-sf-child-tours-other .site-content {
  padding-top: 0;
}
body.page-template-template-sf-child-tours-cycling .site-content .page-feature,
body.page-template-template-sf-child-tours-running .site-content .page-feature,
body.page-template-template-sf-child-tours-other .site-content .page-feature {
  margin-bottom: 0;
}
body.page-template-template-sf-child-tours-cycling .site-content .col-full,
body.page-template-template-sf-child-tours-running .site-content .col-full,
body.page-template-template-sf-child-tours-other .site-content .col-full {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

/*-----------------------------------------*/
/*BLOG PAGE TEMPLATE*/
/*-----------------------------------------*/
/*-------------------------*/
/*BLOG - SINGLE*/
/*-------------------------*/
/*-------------------------*/
/* ERROR 404 PAGE*/
/*-------------------------*/
/*-----------------------------------------*/
/*TEMPLATES*/
/*-----------------------------------------*/
/*-------------------------*/
/* PAGE WITH HEADER FEATURE*/
/*-------------------------*/
body.page-template-template-sf-child-headerpage .site-content,
body.page-template-template-sf-child-headerpage-mauritius .site-content,
body.page-template-template-sf-child-headerpage-turkey .site-content,
body.page-template-template-sf-child-headerpage-bali .site-content,
body.page-template-template-sf-child-headerpage-maldives .site-content,
body.page-template-template-sf-child-headerpage-dubai .site-content,
body.page-template-template-sf-child-headerpage-thailand .site-content,
body.page-template-template-sf-child-headerpage-zanzibar .site-content,
body.page-template-template-sf-child-headerpage-customholidays .site-content {
  padding-top: 0;
}
body.page-template-template-sf-child-headerpage .site-content .col-full,
body.page-template-template-sf-child-headerpage-mauritius .site-content .col-full,
body.page-template-template-sf-child-headerpage-turkey .site-content .col-full,
body.page-template-template-sf-child-headerpage-bali .site-content .col-full,
body.page-template-template-sf-child-headerpage-maldives .site-content .col-full,
body.page-template-template-sf-child-headerpage-dubai .site-content .col-full,
body.page-template-template-sf-child-headerpage-thailand .site-content .col-full,
body.page-template-template-sf-child-headerpage-zanzibar .site-content .col-full,
body.page-template-template-sf-child-headerpage-customholidays .site-content .col-full {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
body.page-template-template-sf-child-headerpage .site-content .content-area h3,
body.page-template-template-sf-child-headerpage-mauritius .site-content .content-area h3,
body.page-template-template-sf-child-headerpage-turkey .site-content .content-area h3,
body.page-template-template-sf-child-headerpage-bali .site-content .content-area h3,
body.page-template-template-sf-child-headerpage-maldives .site-content .content-area h3,
body.page-template-template-sf-child-headerpage-dubai .site-content .content-area h3,
body.page-template-template-sf-child-headerpage-thailand .site-content .content-area h3,
body.page-template-template-sf-child-headerpage-zanzibar .site-content .content-area h3,
body.page-template-template-sf-child-headerpage-customholidays .site-content .content-area h3 {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 40px;
}

/*-----------------------------------------------------------------*/
/*WOOCOMMERCE*/
/*-----------------------------------------------------------------*/
.woocommerce-message,
.woocommerce-error {
  background-color: #0090c5;
}
.woocommerce-message a.button,
.woocommerce-error a.button {
  border-radius: 0 !important;
}

.related.products {
  display: none;
}

/*-----------------------------------------*/
/*WOOCOMMERCE PAGES*/
/*-----------------------------------------*/
/*-------------------------*/
/*SINGLE PRODUCT*/
/*-------------------------*/
body.single-product div.product .product_meta .posted_in,
body.single-product div.product .product_meta .sku_wrapper {
  display: none;
}

/*-------------------------*/
/*CART*/
/*-------------------------*/
@media screen and (min-width: 768px) {
  .storefront-full-width-content .woocommerce-products-header {
    text-align: left;
    padding-bottom: 40px;
  }
  .storefront-full-width-content .woocommerce-products-header h1.woocommerce-products-header__title.page-title {
    text-transform: uppercase;
    color: #0090c5;
    text-align: left;
    font-size: 45px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
  }
  body.storefront-full-width-content.woocommerce-cart article header.entry-header,
  body.storefront-full-width-content.woocommerce-checkout article header.entry-header {
    text-align: left;
    padding-bottom: 40px;
  }
  body.storefront-full-width-content.woocommerce-cart article header.entry-header h1.entry-title,
  body.storefront-full-width-content.woocommerce-checkout article header.entry-header h1.entry-title {
    text-transform: uppercase;
    color: #0090c5;
    text-align: left;
    font-size: 45px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
  }
}
/*-------------------------*/
/*REVIEW ORDER*/
/*-------------------------*/
/*-------------------------*/
/*MY ACCOUNT*/
/*-------------------------*/
/*-----------------------------------------------------------------*/
/*2024 UPDATES*/
/*-----------------------------------------------------------------*/
.disf-grid {
  display: grid;
  gap: 20px;
  max-width: 1024px;
  width: 100%;
  margin-bottom: 150px;
}
.disf-grid .disf-grid__item {
  height: 150px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}
.disf-grid .disf-grid__item:nth-of-type(1) {
  background-image: url("imgs/mauritius.jpg");
}
.disf-grid .disf-grid__item:nth-of-type(2) {
  background-image: url("imgs/bali.jpg");
}
.disf-grid .disf-grid__item:nth-of-type(3) {
  background-image: url("imgs/maldives.jpg");
}
.disf-grid .disf-grid__item:nth-of-type(4) {
  background-image: url("imgs/turkey.jpg");
}
.disf-grid .disf-grid__item:nth-of-type(5) {
  background-image: url("imgs/dubai.jpg");
}
.disf-grid .disf-grid__item:nth-of-type(6) {
  background-image: url("imgs/thailand.jpg");
}
.disf-grid .disf-grid__item:nth-of-type(7) {
  background-image: url("imgs/zanzibar.jpg");
}
.disf-grid .disf-grid__item:nth-of-type(8) {
  background-image: url("imgs/customholidays.jpg");
}
.disf-grid .disf-grid__item:hover .overlay {
  opacity: 1;
}
.disf-grid .disf-grid__item .overlay {
  width: 100%;
  height: 100%;
  background-color: #ff9900;
  border-radius: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.35s;
}
.disf-grid .disf-grid__item .overlay .overlay-content {
  text-align: center;
  width: 100%;
  padding: 15px;
}
.disf-grid .disf-grid__item .overlay .overlay-content h3 {
  color: #ffffff !important;
  margin: 0 auto;
  width: 100%;
  letter-spacing: 0;
  font-weight: 600;
}
.disf-grid .disf-grid__item .overlay .overlay-content a {
  background-color: #ffffff;
  color: #ff9900 !important;
  display: inline-block;
  text-decoration: none;
  padding: 7px 20px;
  font-weight: bold;
  border-radius: 20px;
}
@media only screen and (min-width: 600px) {
  .disf-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 960px) {
  .disf-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 120px);
  }
  .disf-grid .disf-grid__item {
    height: 100%;
  }
  .disf-grid .disf-grid__item:nth-of-type(1) {
    grid-column: 1/span 2;
    grid-row: 1/span 4;
  }
  .disf-grid .disf-grid__item:nth-of-type(2) {
    grid-column: 3/span 2;
    grid-row: 1/span 2;
  }
  .disf-grid .disf-grid__item:nth-of-type(3), .disf-grid .disf-grid__item:nth-of-type(4) {
    grid-row: 3/span 2;
  }
  .disf-grid .disf-grid__item:nth-of-type(5), .disf-grid .disf-grid__item:nth-of-type(6), .disf-grid .disf-grid__item:nth-of-type(7), .disf-grid .disf-grid__item:nth-of-type(8) {
    height: 200px;
  }
}
.wp-show-posts-entry-content h4.wp-block-heading {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #393939;
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */