/*
Theme Name: Well Travelled, for Everyone (Custom)
Theme URI: https://www.bewelltravelled.com
Author: Be Well Travelled
Author URI: https://www.bewelltravelled.com
Description: Well Travelled, for Everyone is a Travel Life custom, clean and modern mobile responsive and super customizable WordPress theme built for tour operators and specifically in-house for BeWellTravelled.com. This design is fully responsive. It adjusts to devices of any screen size or resolution. The theme looks absolutely professional, be it on a laptop or mobile phone.
Version: 1.0
Requires PHP: 7.4
Requires at least: 5.0
Tested up to: 5.8
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: travel-life-pro-child
Template: travel-life-pro
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, editor-style, right-sidebar, full-width-template, two-columns, custom-colors, custom-header, custom-logo, featured-image-header, blog, portfolio, entertainment

This theme, like WordPress, is licensed under the GPL. However, this version is a custom child theme, in house developed and under applicable copyright laws

This Custom Version of Travel Life for Well Travelled, for Everyone is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
#best-destinations .featured-image:before {
    content: "";
    background-color: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 68%;
    height: 50px;
    border-top-right-radius: 10px;
}
#best-destinations .featured-image:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #f5f5f5;
    border-right: 25px solid transparent;
    position: absolute;
    bottom: -2px;
    left: 67.3%;
}

/* moved from custom css, previously added by wensolutions dev */
.home .wp-travel-search input[type="submit"] {
    width: 170px;
    float: right;
}

.post-type-archive.right-sidebar #wp-travel-secondary, .post-type-archive.right-sidebar #wp-travel-secondary, .tax-itinerary_types.right-sidebar #wp-travel-secondary {
    display: block;
}

#content {
    overflow-y: hidden;
}

#wp-travel-tab-wrapper #slider-tab button,
.post-type-archive-itineraries .page-header{
	display: none !important;
}

.wp-travel-tab-gallery-contnet{
	width: auto;
}

@media screen and (min-width: 1900px){
	.post-type-archive-itineraries #inner-content-wrapper {
	    padding: 50px 0;
	}
}


.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
    background-color: #ff6633 !important;
}

.tour-info{
	display:none;
}

#counter-section .counter-layer {
    display: block;
}

.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
    z-index: 11111;
}

#best-destinations .slick-arrow,
#top-destinations .slick-arrow {
   width: 50px !important;
  height: 50px !important;
	background-color: #000;
}

.slick-prev::before,
.slick-next::before {
    content: "" !important;
}

@media screen and (min-width: 1024px){
#counter-section.page-section{
    padding: 0;
}
}