/* Fix Cassiopeia banner spacing */
.container-banner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Mourning Compact Style */
.royal-tribute.compact {
    background: #1f4c78;
    color: #ffffff;
    text-align: center;
    padding: 25px 15px;
    margin: 0;
}

.royal-tribute.compact .tribute-title {
    font-size: 22px;
    margin-bottom: 6px;
    font-weight: 400;
}

.royal-tribute.compact .tribute-divider {
    width: 50px;
    height: 1px;
    background: #ffffff;
    margin: 8px auto;
    opacity: 0.6;
}

.royal-tribute.compact .tribute-sub {
    font-size: 15px;
    margin: 0;
    font-weight: 300;
}

/* Center Joomla intro image */

.item-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Center article images */

.com-content-article img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.com-content-article img{
    max-width:100%;
    height:auto;
}

/* ================= TOUR PAGE ================= */

.tour-detail{
line-height:1.8;
font-size:18px;
margin-top:20px;
}


/* ================= HEADINGS ================= */

.tour-detail h1{
font-size:34px;
font-weight:700;
margin-bottom:20px;
}

.tour-detail h2{
font-size:26px;
font-weight:700;
margin-top:40px;
margin-bottom:15px;
border-bottom:2px solid #eee;
padding-bottom:6px;
}

.tour-detail h3{
font-size:20px;
font-weight:600;
margin-top:20px;
}


/* ================= LIST ================= */

.tour-detail ul{
padding-left:22px;
margin-bottom:20px;
}

.tour-detail li{
margin-bottom:6px;
}


/* ================= PDF BUTTON ================= */

.tour-detail .btn-primary{

background:#2e6da4;
border-color:#2e6da4;
color:#fff;

padding:14px 28px;
font-size:18px;
font-weight:600;

border-radius:8px;

transition:all .2s ease;
}

.tour-detail .btn-primary:hover{

background:#1e73be;
border-color:#1e73be;
color:#fff;

}

.tour-detail .btn-primary:focus{
box-shadow:none;
}


/* ================= HIGHLIGHT BOX ================= */

.tour-highlight{

background:#f8f9fa;
border-left:4px solid #2e6da4;
padding:18px;
margin:20px 0;

}


/* ================= PRICE BOX ================= */

.tour-price{

background:#fff8e1;
border:1px solid #f0d98c;
padding:18px;
margin:20px 0;
border-radius:6px;

}

.tour-price strong{
font-size:20px;
}


/* ================= CONTACT BOX ================= */

.tour-contact{

background:#eef6ff;
border-left:4px solid #2e6da4;
padding:18px;
margin:20px 0;

}


/* ================= FAQ ================= */

.tour-detail h3{
margin-top:25px;
}

.tour-detail iframe{
max-width:100%;
border-radius:4px;
}


/* ================= MOBILE ================= */

@media (max-width:768px){

.tour-detail h1{
font-size:26px;
}

.tour-detail h2{
font-size:22px;
}

.tour-detail{
font-size:16px;
}

.tour-detail .btn-primary{
width:100%;
}

}