/*
Theme Name: Travel Agency Child
Theme URI: https://www.facebook.com/dipankarbaidya7919/
Description:  Child theme for Travel Agency Theme developed by CTweb.
Author: Dipankar
Author URI: https://api.whatsapp.com/send/?phone=%2B919933266338&text&type=phone_number&app_absent=0
Template: travel-agency
Version: 2.1
Text Domain: andamantripzee-ctweb
*/

/* Custom CSS starts here */


.site-content #wte-crumbs{
    display: none;
}








/* FORCE FLEX LAYOUT */
.activity-layout{
    display:flex !important;
    gap:30px;
    align-items:flex-start;
}

/* MAIN CONTENT */
#wp-travel-trip-wrapper{
    flex:1;
    order:1;
    min-width:0;
}



.activity-sidebar{
    width:320px;
    order:2;
    flex-shrink:0;
    position: -webkit-sticky;
    position: sticky;
    top:100px;
    align-self: flex-start;
    z-index: 10;
}
.activity-layout{
    display:grid;
    grid-template-columns: 1fr 320px;
    gap:30px;
    align-items:start;
}
































.field input, .field select, .field textarea {
    width: 100%;
    padding: 26px 12px 6px !important;
    border: 1px solid var(--border-shad) !important;
    border-radius: var(--radiusx) !important;
    font-size: 12px !important;
}
.field {
    position: relative;
    margin-bottom: 10px;
}
.field label {
    position: absolute;
    top: 0;
    left: 12px;
    font-size: 11px;
    color: var(--contrast-2);
    z-index: 2;
}
.activity-sidebar{
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    border-radius: var(--radiusx);
    padding: 1rem !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="date"], textarea, select {
    color: var(--contrast);
    background-color: var(--base-2);
    border-color: var(--base);
}











