/* 
Theme Name: Hello Elementor Child ( Customized by BadDog )
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team ( Customized by BadDog )
Author URI: https://baddog.ie/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
body.single-tour .site-main {
    max-width: 100%;
}
.single-tour {

}
.tour-header {
    position: relative;
    margin-bottom: 60px;
}
.tour-thumbnail {
    padding-top: 600px;
}
.tour-thumbnail:before {
    content: "";
    background: linear-gradient(to top,rgba(0, 0, 0, 0.5),rgba(0,0,0,0.0));
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.tour-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    -o-object-fit: cover;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
}
.tour-header-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px;
    color: #fff;
    z-index: 9;
}
.tour-title {
    margin: 0 0 60px;
    padding: 40px 0;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}
.tour-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.tour-price {
    font-size: 25px;
    font-weight: bold;
}
.tour-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.tour-icons li {
    margin: 0 30px;
    padding: 0;
    display: inline-block;
    text-align: center;
}
.tour-icons i {
    display: block;
    font-size: 32px;
    margin-bottom: 6px;
}
.tour-icons span {
    display: block;
}
.tour-book {
    padding: 9px 30px;
    display: inline-block;
    background-color: #BF1F1F;
    font-weight: bold;
    color: #fff;
}
.tour-book:hover,
.tour-book:active {
    background-color: #2E5771;
    color: #fff;
}
.related-tours {
    padding: 40px 50px;
}
.related-tours > h2 {
    margin-bottom: 20px;
    margin-left: 7px;
    font-weight: bold;
    color: #000;
}
.yung-grid-tour .tour-icons span {
    font-size: 15px;
}
.entry-title a {
    color: #242424;
}


/* Grid Tour */
.item-related {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.yung-grid-tour .yung-tour {
	position: relative;
	width: 100%;
	padding-left: 7px;
	padding-right: 7px;
    margin-bottom: 30px;
}
.yung-grid-tour .entry-title {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.yung-tour img {
	width: 100%;
}
.yung-grid-tour .yung-tour {
	position: relative;
	width: 100%;
	padding-left: 7px;
	padding-right: 7px;
    margin-bottom: 20px;
}
.yung-tour .tour-icons {
    padding: 0 15px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.yung-tour .tour-icons li {
    margin: 0;
}
.yung-tour .tour-icons i {
    font-size: 21px;
}
.tour-read-more,
.yung-tour .tour-book {
    display: block;
    text-align: center;
} 
.yung-tour .tour-icons {
    margin-bottom: 17px;
}
.tour-excerpt {
    margin-bottom: 25px;
    color: #424242;
}
.tour-read-more {
    display: block;
}
.tour-footer a {
    margin-bottom: 15px;
    font-size: 16px;
}
@media (max-width: 991px) {
    .yung-tour {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .related-tours {
        padding: 40px 15px;
    }
    .tour-header-info {
        padding: 60px 15px;
    }
}
@media (max-width: 768px) {
    .tour-header-info {
        padding: 60px 0;
    }
    .related-tours {
        padding: 40px 10px;
    }
    .yung-tour {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .yung-grid-inner .yung-post {
        display: none;
    }
    .yung-grid-inner .yung-post:nth-child(1),
    .yung-grid-inner .yung-post:nth-child(2) {
        display: block;
    }
    .tour-thumbnail::before {
        background: linear-gradient(to top,rgba(0, 0, 0, 0.4),rgba(0,0,0,0.25));
    }
    .tour-meta {
        display: block;
        text-align: center;
    }
    .tour-title {
        margin: 0 0 30px;
        padding: 30px 0;
        text-align: center;
    }
    .tour-icons,
    .tour-price {
        margin-bottom: 30px;
        display: block;
    }
}
@media (max-width: 576px) {
    .related-tours > h2 {
        margin-left: 0;
    }
    .yung-tour {
        padding-left: 0;
        padding-right: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}