/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
/* tabs */
.mytheme-wte-tabs-nav{
	display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    justify-content: center;
}
.mytheme-wte-tab-btn{
    font-family: var(--e-global-typography-0bb9ee9-font-family), Sans-serif !important;
    border: 1px solid #ddd;
    background-color: #e8e0d8 !important;
    border-color: #ddd !important;
    color: #2c2c2c !important;
    padding: 10px 18px !important;
    border-radius: 999px !important;
    cursor: pointer;
    transition: all .2s ease;
}

.mytheme-wte-tab-btn:hover {
	 background-color: #ffc107 !important;
	color:#fff !important;
}
.mytheme-wte-tab-btn.active{
	   
background-color: #FF6B0B !important;
	color:#fff !important;
  border-radius: 50px;      
  padding: 12px 30px;        
  border: none;
  display: inline-block;
  cursor: pointer;
}
.mytheme-wte-tab-panel{
    display:none;
}
.mytheme-wte-tab-panel.active{
    display:block;
}

/* card shell */
.mytheme-custom-layout-card.wpte-trip-single{
    position:relative;
}
.mytheme-custom-layout-card .wpte-inner-container{
    border-radius:18px !important;
    overflow:hidden;
    background:#fff;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
    height:100%;
}
.mytheme-custom-layout-card .wpte-trip-image-wrap{
    position:relative;
}
.mytheme-custom-layout-card .thumbnail,
.mytheme-custom-layout-card .thumbnail a{
    display:block;
    margin:0;
}
.mytheme-custom-layout-card .thumbnail img{
    width:100%;
    height:255px;
    object-fit:cover;
    display:block;
}

/* top badges */
.mytheme-top-badge{
    position:absolute;
    top:16px;
    z-index:5;
    padding:8px 14px;
    font-size:14px;
    line-height:1;
    border-radius:999px;
    color:#fff;
    font-weight:500;
}
.mytheme-category-badge{
    left:16px;
    background:#ff6b1a;
}
.mytheme-hotdeal-badge{
    right:16px;
    background:#982d2d;
}

/* body */
.mytheme-custom-layout-card .wpte-trip-details-wrap{
    padding:26px 24px 22px;
}
.mytheme-custom-layout-card .wpte-trip-title{
	font-family: var(--e-global-typography-0bb9ee9-font-family), Sans-serif !important;
    margin:0 0 10px;
    font-size:18px;
    line-height:1.35;
    font-weight:700 !important;
}
.mytheme-custom-layout-card .wpte-trip-title a{
    color:#1f2a37;
    text-decoration:none;
}
.mytheme-trip-description{
    font-size:16px;
    color:#5b6573;
    line-height:1.55;
    margin-bottom:18px;
    min-height:50px;
}

.mytheme-trip-info-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:18px;
    font-size:16px;
    color:#5b6573;
}
.mytheme-trip-rating{
    display:flex;
    align-items:center;
    gap:6px;
    color:#ff6b1a;
    font-weight:600;
}
.mytheme-star{
    font-size:16px;
    line-height:1;
}
.mytheme-trip-duration{
    display:flex;
    align-items:center;
    gap:6px;
    color:#6b7280;
}

.mytheme-trip-bottom-row{
    border-top:1px solid #e5e7eb;
    padding-top:20px;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:16px;
}
.mytheme-price-label{
    font-size:14px;
    color:#6b7280;
    margin-bottom:6px;
}
.mytheme-trip-price-wrap del{
    display:block;
    font-size:14px;
    color:#9ca3af;
    margin-bottom:4px;
}
.mytheme-trip-price-wrap ins{
    display:block;
    text-decoration:none;
    color:#ff5a1f;
    font-size:22px;
    font-weight:800;
    line-height:1.2;
}

/* button */
.wpte-trip-single .wpte-trip-btn-wrap .wpte-trip-explore-btn{
    background-color:#FEC350;
    color:#111 !important;
    border-radius:10px;
    padding:12px 24px;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:102px;
    transition:all .2s ease;
}
.mytheme-custom-layout-card .wpte-trip-explore-btn:hover{
	background-color:#ff671f;
	color:#fff !important;
	    filter: brightness(1) !important;
}

.wpte-gblock-wrapper .wpte-trip-single .wpte-inner-container:hover {
	transform:translatey(-8px);
}

.wpte-gblock-wrapper .wpte-trip-header-wrap .wpte-trip-title a:hover {
	color:#000 !important;
}
footer {
	overflow:hidden;
}

/* responsive */
@media (max-width: 767px){
    .mytheme-custom-layout-card .thumbnail img{
        height:220px;
    }
    .mytheme-custom-layout-card .wpte-trip-details-wrap{
        padding:20px 18px 18px;
    }
    .mytheme-trip-description{
        min-height:auto;
    }
    .mytheme-trip-bottom-row{
    }
    .mytheme-custom-layout-card .wpte-trip-explore-btn{
        width:100%;
    }
}