Additional CSS

.tourmaster-content-body ul, 
.gdlr-core-text-box ul {
    list-style-type: disc !important;
    margin-left: 20px !important;
    padding-left: 20px !important;
}
.tourmaster-content-body ul li, 
.gdlr-core-text-box ul li {
    list-style-position: inside;
}

/* Front Page Bottom Buttons*/

.tw-btn{
    display:block;
    width:100%;
    box-sizing:border-box;
    text-align:center;
    text-decoration:none !important;
    text-transform:uppercase;
    letter-spacing:4px;
    font-size:11px;
    font-weight:500;
    padding:12px 30px;
    transition:all .25s ease;
    margin-bottom:12px;
}

.tw-btn-primary{
    background:#D4B86A;
    color:#151412 !important;
    border:1px solid #D4B86A;
}

.tw-btn-primary:hover{
    background:#E2C878 !important;
    border-color:#E2C878 !important;
    color:#151412 !important;
}

.tw-btn-secondary{
    background:transparent;
    color:#F6F3ED !important;
    border:1px solid #2A2927;
}

.tw-btn-secondary:hover{
    background:rgba(212,184,106,.06) !important;
    border-color:#D4B86A !important;
    color:#D4B86A !important;
}

.tw-btn:visited{
    color:inherit;
}
/*
.single-tour .tourmaster-single-header-container,
.single-tour .tourmaster-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
*/


/* ==========================================
   TripWeiser Expedition Summary
========================================== */

.trip-summary{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    width:100%;
    background:transparent;
    border:1px solid #e4e0da;
    margin:25px 0;
}

.trip-summary .item{
    padding:22px 18px;
    text-align:center;
    border-right:1px solid #e4e0da;
}

.trip-summary .item:last-child{
    border-right:none;
}

.trip-summary .label{
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:700;
    letter-spacing:2.5px;
    text-transform:uppercase;
    color:#D4B86A;
    margin-bottom:10px;
    line-height:1.5;
}

.trip-summary .value{
    font-family:Georgia,"Times New Roman",serif;
    font-size:18px;
    color:#3a3632;
    line-height:1.4;
}

/* ==========================================
   Mobile Layout
========================================== */

@media (max-width:768px){

.trip-summary{
    display:block;
    border:none;
}

.trip-summary .item{
    padding:28px 18px;
    text-align:center;
    border:none;
    border-top:1px solid #e4e0da;
}

.trip-summary .item:last-child{
    border-bottom:1px solid #e4e0da;
}

.trip-summary .label{
    font-size:10px;
    letter-spacing:3px;
    margin-bottom:14px;
}

.trip-summary .value{
    font-size:22px;
    line-height:1.5;
}
}

/* ==========================================
   TripWeiser Expedition Information
========================================== */

.trip-info{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    width:100%;
    border:1px solid #e6e2dc;
    background:transparent;
    margin:20px 0;
}

.trip-info .card{
    padding:24px;
    border-right:1px solid #e6e2dc;
    border-bottom:1px solid #e6e2dc;
    box-sizing:border-box;
}

.trip-info .card:nth-child(even){
    border-right:none;
}

.trip-info .card:nth-last-child(-n+2){
    border-bottom:none;
}

.trip-info .title{
    margin:0 0 10px 0;
    padding:0;

    color:#D4B86A;

    font-size:15px;
    font-weight:700;
    line-height:1.4;

    text-align:left;
}

.trip-info .text{
    margin:0 !important;
    padding:0 !important;

    font-size:14px;
    line-height:1.8;

    color:#6C6A66;
    font-weight:400;

    text-align:left;
}

/* ==========================================
   Mobile
========================================== */

@media (max-width:768px){

.trip-info{
    display:block;
    border:none;
}

.trip-info .card{

    padding:24px 18px;

    border:none;
    border-top:1px solid #e6e2dc;

    text-align:center;
}

.trip-info .card:last-child{
    border-bottom:1px solid #e6e2dc;
}

.trip-info .title{

    text-align:center;

    font-size:15px;

    margin:0 0 10px 0;
}

.trip-info .text{

    text-align:center;

    margin:0 !important;

    font-size:14px;

    line-height:1.8;
}
}

/* Sidebar Widget why book with us*/

/*====================================================

TRIPWEISER ASSURANCE CARD

====================================================*/

.tw-assurance-card{

background:#151412;

border:1px solid rgba(212,184,106,.18);

border-radius:20px;

padding:38px;

box-shadow:
0 12px 40px rgba(0,0,0,.35);

transition:.35s;

}

.tw-assurance-card{

    background:
    radial-gradient(circle at top right,
    rgba(212,184,106,.05),
    transparent 35%),
    #151412;

    border:1px solid rgba(212,184,106,.15);

    border-radius:22px;

    transition:
    border-color .35s ease,
    box-shadow .35s ease,
    background .35s ease;

    box-shadow:
    0 8px 28px rgba(0,0,0,.28);

}

.tw-assurance-card:hover{

    border-color:rgba(212,184,106,.32);

    box-shadow:
    0 12px 34px rgba(0,0,0,.35);

}

.tw-assurance-topline{

width:70px;

height:3px;

background:#d4b86a;

border-radius:50px;

margin-bottom:20px;

}

.tw-assurance-label{

display:block;

font-size:12px;

letter-spacing:4px;

text-transform:uppercase;

color:#d4b86a;

margin-bottom:10px;

}

.tw-assurance-card h3{

font-size:30px;

color:#f6f3ed;

margin-bottom:15px;

font-weight:600;

line-height:1.2;

}

.tw-assurance-intro{

color:#9d9d9d;

font-size:15px;

line-height:1.8;

margin-bottom:30px;

}

.tw-assurance-item{

display:flex;

align-items:center;

padding:18px 0;

border-top:1px solid rgba(255,255,255,.08);

font-size:16px;

color:#f6f3ed;

transition:.3s;

}

.tw-assurance-item:first-of-type{

border-top:none;

}

.tw-assurance-item:hover{

padding-left:10px;

color:#d4b86a;

}

.tw-assurance-item i{

width:26px;

text-align:center;

font-size:16px;

}
/*==================================================

TRIPWEISER PREMIUM CONTACT CARD

==================================================*/

.tw-contact-widget{

overflow:hidden;

border-radius:22px;

border:1px solid rgba(212,184,106,.18);

box-shadow:0 10px 35px rgba(0,0,0,.30);

background:#151412;

position:relative;

}

/* remove default widget padding */

.tw-contact-widget .gdlr-core-widget-box-content{

padding:0 !important;

}

/* image */

.tw-contact-widget{

background-size:cover !important;

background-position:center center !important;

}

/* overlay */

.tw-contact-overlay{

position:relative;

padding:30px;

background:
linear-gradient(
90deg,
rgba(21,20,18,.92),
rgba(21,20,18,.78),
rgba(21,20,18,.82)
);

}

/* elegant gold line */

.tw-contact-accent{

width:72px;

height:3px;

border-radius:50px;

background:#d4b86a;

margin-bottom:22px;

transition:.35s;

}

.tw-contact-widget:hover .tw-contact-accent{

width:105px;

}

/* small heading */

.tw-contact-label{

display:block;

font-size:12px;

letter-spacing:4px;

text-transform:uppercase;

color:#d4b86a;

margin-bottom:12px;

}

/* title */

.tw-contact-overlay h3{

font-size:28px;

line-height:1.15;

margin-bottom:12px;

margin:0 0 18px;

font-weight:600;

color:#f6f3ed;

}

/* intro */

.tw-contact-overlay p{

color:#d3d3d3;

font-size:16px;

line-height:1.9;

margin-bottom:32px;

}

/* rows */

.tw-contact-item{

display:flex;

align-items:center;

gap:18px;

padding:18px 0;

border-top:1px solid rgba(255,255,255,.08);

transition:.3s;

}

.tw-contact-item:first-of-type{

border-top:none;

}

.tw-contact-item:hover{

padding-left:10px;

}

/* icon */

.tw-contact-icon{

width:46px;

height:46px;

border-radius:50%;

background:rgba(212,184,106,.10);

border:1px solid rgba(212,184,106,.20);

display:flex;

justify-content:center;

align-items:center;

flex-shrink:0;

}

/* label */

.tw-contact-title{

display:block;

font-size:12px;

letter-spacing:2px;

text-transform:uppercase;

color:#d4b86a;

margin-bottom:4px;

}

/* values */

.tw-contact-item strong{

display:block;

font-size:22px;

font-weight:600;

color:#f6f3ed;

word-break:break-word;

}

/* email smaller */

.tw-contact-item:last-child strong{

font-size:18px;

}

.tw-contact-widget:hover{

border-color:rgba(212,184,106,.30);

box-shadow:0 15px 45px rgba(0,0,0,.38);

}

/* mobile */

@media(max-width:768px){

.tw-contact-overlay{

padding:30px;

}

.tw-contact-overlay h3{

font-size:28px;

}

.tw-contact-item strong{

font-size:18px;

}

.tw-contact-item:last-child strong{

font-size:16px;

}

}

/*======================================================
 TRIPWEISER PREMIUM TOURMASTER WIDGET
======================================================*/

/*------------------------------------------------------
OUTER CONTAINER
------------------------------------------------------*/

.widget_tourmaster-tour-widget{

    background:#151412;

    border:1px solid rgba(212,184,106,.16);

    border-radius:0px;

    padding:30px;

    box-shadow:
        0 12px 40px rgba(0,0,0,.20);

    overflow:hidden;

}


/* Gold Accent */

.widget_tourmaster-tour-widget:before{

    content:"";

    display:block;

    width:70px;

    height:3px;

    border-radius:50px;

    background:#D4B86A;

    margin-bottom:28px;

}


/*------------------------------------------------------
HEADING
------------------------------------------------------*/

.widget_tourmaster-tour-widget .traveltour-widget-title{

    margin:0 0 26px;

    padding:0;

    border:none;

}

.widget_tourmaster-tour-widget .traveltour-widget-head-text{

    display:block;

    color:#F6F3ED !important;

    font-size:30px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:capitalize;

    line-height:1.4;

}

.widget_tourmaster-tour-widget .traveltour-widget-title:after{

    content:"Curated motorcycle expeditions worth your next adventure.";
display:block;

    margin-top:10px;

    color:#6c6a66;

    font-family:"Inter", sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:1.7;
    letter-spacing:0;
    text-transform:none;

    max-width:280px;

}


/*------------------------------------------------------
CARD
------------------------------------------------------*/

.widget_tourmaster-tour-widget .tourmaster-item-list{

    margin-bottom:18px;

    padding:0;

}

.widget_tourmaster-tour-widget .tourmaster-item-list:last-child{

    margin-bottom:0;

}

.tourmaster-tour-widget-inner with:
.widget_tourmaster-tour-widget .tourmaster-tour-widget-inner{

    position:relative;

    display:flex;

    align-items:center;

    gap:22px;

    padding:22px 22px 22px 138px;

    min-height:170px;

    overflow:visible;

    background:#221F1C;

    border:1px solid rgba(255,255,255,.06);

    border-radius:2px;

    transition:.35s;
	
		cursor:pointer;

}
.widget_tourmaster-tour-widget .tourmaster-tour-widget-inner:focus{
    outline:none;
}
.widget_tourmaster-tour-widget .tourmaster-tour-widget-inner:hover{

    border-color:rgba(212,184,106,.30);

    box-shadow:

        0 12px 30px rgba(0,0,0,.28);

}


/*------------------------------------------------------
IMAGE
------------------------------------------------------*/

.widget_tourmaster-tour-thumbnail{

    position:absolute;

    left:-14px;

    top:50%;

    transform:translateY(-50%);

    width:150px;

    height:150px;

    margin:0!important;

}

.widget_tourmaster-tour-thumbnail img{

    width:150px;

    height:150px;

    object-fit:cover;

    border-radius:2px;

    display:block;

    box-shadow:

        0 10px 25px rgba(0,0,0,.30);

    transition:transform .4s;

}


.widget_tourmaster-tour-widget-inner:hover img{

    transform:scale(1.04);

}


/*------------------------------------------------------
CONTENT
------------------------------------------------------*/

.widget_tourmaster-tour-content-wrap{

    display:flex;

    flex-direction:column;

    justify-content:space-between;

    min-height:125px;

    width:100%;

}

.widget_tourmaster-tour-title{

    margin:0 0 14px!important;

    padding-right:20px;

}

.widget_tourmaster-tour-title a{

    font-size:21px;

    line-height:1.35;

    font-weight:500;

    color:#F6F3ED!important;

}

.widget_tourmaster-tour-title a:hover{

    color:#D4B86A !important;

}


/*------------------------------------------------------
RIBBON
------------------------------------------------------*/

.tourmaster-thumbnail-ribbon{

    display:inline-block;

    position:relative !important;

    top:auto !important;

    left:auto !important;

    margin-bottom:16px;

    padding:6px 15px;

    border-radius:50px;

    border:1px solid rgba(212,184,106,.35);

    background:rgba(212,184,106,.08)!important;

    color:#D4B86A!important;

    font-size:10px;

    font-weight:600;

    letter-spacing:3px;

    text-transform:uppercase;

}

.tourmaster-thumbnail-ribbon-cornor{

    display:none;

}


/*------------------------------------------------------
PRICE
------------------------------------------------------*/

.tourmaster-tour-content-info{

    display:flex;

    flex-direction:column;

    align-items:flex-start;

}

.tourmaster-tour-price-wrap{

    float:none !important;

    margin:0;

}

.tourmaster-tour-price{

    display:flex;

    justify-content:space-between;

    align-items:flex-end;

    width:100%;

}

.tourmaster-tour-price .tourmaster-head{

    color:#7A7A7A;

    font-size:12px;

    letter-spacing:2px;

    text-transform:uppercase;

}

.tourmaster-tour-price .tourmaster-tail{

    color:#D4B86A;

    font-size:px;

    font-weight:600;

}


/*------------------------------------------------------
REMOVE FLOAT ISSUES
------------------------------------------------------*/

.tourmaster-tour-widget-inner:after{

    display:none;

}

.clear{

    display:none;

}


/*------------------------------------------------------
RESPONSIVE
------------------------------------------------------*/

@media(max-width:767px){

.widget_tourmaster-tour-widget{

    padding:22px;

}

.widget_tourmaster-tour-widget .tourmaster-tour-widget-inner{

    gap:14px;

}

.widget_tourmaster-tour-thumbnail{

    flex:0 0 90px;

    width:90px;

}

.widget_tourmaster-tour-thumbnail img{

    width:90px;

    height:90px;

}

.widget_tourmaster-tour-title a{

    font-size:16px;

}

.tourmaster-tour-price .tourmaster-tail{

    font-size:22px;

}

}

.widget_tourmaster-tour-widget
h3.tourmaster-tour-title.gdlr-core-skin-title a{

    color:#ffffff !important;
		font-family: 'DM Sans';;


}

/* Inner tile full Click */

.widget_tourmaster-tour-widget .tourmaster-tour-widget-inner{
    cursor:pointer;
    transition:all .25s ease;
}

.widget_tourmaster-tour-widget .tourmaster-tour-widget-inner:hover .tourmaster-tour-title a{
    color:#D4B86A !important;
}

.widget_tourmaster-tour-widget .tourmaster-tour-widget-inner:hover img{
    transform:scale(1.03);
}

.widget_tourmaster-tour-widget .tourmaster-tour-widget-inner:active{
    transform:scale(.99);
}



/*======================================================
TRIPWEISER BOOKING BUTTON
======================================================*/

.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-submit,
.tourmaster-tour-booking-bar-wrap input[type="submit"],
.tourmaster-tour-booking-bar-wrap button[type="submit"]{

    width:100%;
    height:64px;

    background:#D9BE6A !important;
    border:1px solid #D9BE6A !important;

    color:#151412 !important;

    font-size:15px;
    font-weight:600;
    letter-spacing:5px;
    text-transform:uppercase;

    border-radius:0;

    transition:all .35s ease;

    box-shadow:none;

}

/* Hover */

.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-submit:hover,
.tourmaster-tour-booking-bar-wrap input[type="submit"]:hover,
.tourmaster-tour-booking-bar-wrap button[type="submit"]:hover{

    background:#E2C97A !important;
    border-color:#E2C97A !important;

    color:#151412 !important;

    transform:translateY(0px);

    box-shadow:0 12px 30px rgba(217,190,106,.25);

}

/* Focus */

.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-submit:focus,
.tourmaster-tour-booking-bar-wrap input[type="submit"]:focus,
.tourmaster-tour-booking-bar-wrap button[type="submit"]:focus{

    outline:none;
    box-shadow:0 0 0 3px rgba(217,190,106,.25);

}