/********************** Homepage ********************* *
 *  1. Structural
 *      1.1. Sections
 *      1.2. Pagetitles
 *      1.3. Main Section
 *  2. Pages
 *      2.1. Homepage 
 *          2.1.1. Hero
*****************************************************/

/****************** 1. Structural *******************/

/**** 1.1. Sections ****/

.uk-section {
    padding: 50px 0;
}

/**** 1.2. Pagetitles ****/

.hero-box {
    min-height: 590px;
    border-radius: 0px 0px 30px 30px;
    overflow: hidden;
}
.hero-box span {
    font-weight: 700;
    text-transform: uppercase;
}
.hero-box span.review-number {
    font-size: 40px;
    font-weight: 500;
    margin: 0 7px;
}
.pagetitle {
    border-radius: 0px 0px 30px 30px;
    overflow: hidden;
}
.image-box {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #F0E7DB;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.social-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.tour-details.uk-card-body {
    padding-top: 10px;
}
.tour-details h3,
.tour-category-details h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: "Assistant", sans-serif;
}
.tour-details h3 a,
.article-details h3 a,
.article-sidebar h4 a {
    color: inherit;
}
.acknowledgement .uk-cover-container {
    min-height: 425px;
}
.tour-wrapper .uk-card-media {
    border-radius: 5px 5px 0 0;
}
.tour-wrapper .uk-card-media img,
.article-wrapper .uk-card-media img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tour-wrapper:hover .uk-card-media img,
.article-wrapper:hover .uk-card-media img {
    transform: scale(1.1);
}
.tour-wrapper:hover,
.article-wrapper:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,.20);
}
.section-title h3 {
    position: relative;
    z-index: 1;
    margin: 0;
}
.first-letter {
    color: #EBE2D7;
    font-family: larken, sans-serif;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    display: block;
    margin-bottom: -60px;
    line-height: 0.8;
}
.checkerboard-padding {
    padding: 30px 0px;
}
.icon-box {
    padding: 25px;
}
.icon-box .image-box {
    width: 58px;
    height: 58px;
    padding: 10px;
    background: #F8F4EF;
}
.icon-box h4 {
    margin-top: 35px;
}
.icon-box-image {
    background-color: #fff;
}
/* .icon-box-image {
    font-size: 20px;
} */
.position {
    color: #595959;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}
.icon-box-image-description {
    overflow: hidden;
    height: 77px;
}
.show-full-content {
    height: inherit;
}
.image-boxes::after {
    position: absolute;
    content: "";
    background: #F8F4EF;
    bottom: -70px;
    left: 0;
    height: 95%;
    width: 100%;
    border-radius: 20px;
}
.cat-title {
    color: #be6c44;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.article-details p {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 500;
}
.article-details .uk-article-meta {
    color: #979797;
    font-size: 14px;
}
.article-details h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: "Assistant", sans-serif;
}
.category-filter > li > a,
.filter > li > a {
    border-radius: 49px;
    border: 1px solid #DCE5F2;
    padding: 10px 20px;
    background: #FFF;
    color: #171616;
    font-size: 14px;
    font-weight: 400;
    display: block;
}
/* .filter > li.uk-active > a  */
.category-filter > li.uk-active > a,
.category-filter > li a:hover,
.filter > li.active > a,
.filter > li > a:hover {
    color: #fff;
    background-color: #BE6C44;
    border-color: #BE6C44;
}
.uk-card-media-left {
    min-height: 320px;
    height: 100%;
}
.remove-panel-padding .uk-panel-padding {
    padding: 0;
}
.video-section {
    height: 450px;
}
.tour-excerpt {
    font-size: 16px;
}
.booking-form,
.tour-single-details {
    border-radius: 69px;
    border: 8px solid #FFF;
    background: #F8F4EF;
    padding: 25px 35px;
    position: relative;
    margin-top: -63px;
    z-index: 2;
}
.booking-form {
    padding: 10px 35px;
}
.count-nmb {
    color: #BE6C44;
    font-family: larken, sans-serif;
    font-size: 100px;
    font-weight: 400;
    position: relative;
}
.article-sidebar h4 {
    font-size: 14px;
    margin: 5px 0 0;
    color: #000;
}
.article-sidebar .uk-article-meta {
    color: #20391C;
    font-size: 13px;
    font-weight: 700;
}
.single-article-content a {
    color: #BE6C44;
    text-decoration: underline;
}
.single-article-content a:hover {
    color: #4A4A4A;
    text-decoration: none;
}
.single-article-content img {
    border-radius: 20px;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    border-radius: 20px;
    overflow: hidden;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tour-single-details {
    margin-top: -46px;
}
.widget-panel-top {
    background-color: #20391c;
}
.widget-panel-calendar {
    background: #fff;
}
.widget-panel-calendar .uk-icon {
    color: #27282C;
}
.widget-panel-calendar .uk-input {
    padding: 9px 20px 9px;
}
.accordion-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.widget-panel h4 {
    font-size: 20px;
}
.sidebar-accordion .uk-accordion-title {
    color: #27282C;
    font-size: 18px;
    font-weight: 500;
    border-top: 1px solid #EAEAEA;
    padding-top: 20px;
}
.testimonial-title {
    font-size: 20px;
    font-family: larken, sans-serif;
    display: block;
    margin-bottom: 20px;
}
.testimonial-dot {
    position: absolute;
    bottom: -56px;
    width: 100%;
    left: 0;
}
#show-more-review {
    margin-top: 10px;
    font-size: 16px;
}
/* .testimonial-dot.uk-dotnav > * > * {
    background: #6B9764;
}
.testimonial-dot.uk-dotnav > .uk-active {
    border-color: #6B9764;
} */
.testimonial-content {
    height: 80px;
    overflow: hidden;
}
.testimonial-content.show-full-content {
    height: inherit;
}
.tour-slidenav .uk-slidenav {
    background: rgba(248, 244, 239, 0.7);
}
.tour-slidenav-small .uk-slidenav {
    background: rgba(248, 244, 239, 0.7);
    padding: 5px;
    margin: 10px;
    --uk-position-margin-offset: 10px;
}
.tour-slidenav-small .uk-slidenav .uk-icon {
    width: 15px;
}
.tour-widget-wrap {
    border-radius: 10px;
    border: 3px solid #20391C;
}
.widget-price-top {
    background-color: #20391C;
    padding: 20px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.widget-price-top span.uk-text-small {
    font-size: 20px;
    font-weight: 500;
}
.widget-price-body {
    padding: 10px;
}
.quiz-answer {
    background: #BE6C44;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
}
.active .quiz-answer {
    background: #20391c;
}
.quiz-answer img {
    border-radius: 10px;
    object-fit: cover;
    position: relative;
    height: 100%;
    width: 100%;
}
.quiz-answer p {
    padding: 20px;
    margin: 0;
}
.tour-meta-duration,
.tour-meta-location,
.tour-meta-price {
    font-size: 13px;
}
.tour-meta-price strong {
    color: #27282C;
    font-size: 16px;
}
.wishlist-btn {
    padding: 5px 8px;
    border-radius: 50px;
    background-color: #fff;
    height: 33px;
    width: 33px;
    cursor: pointer;
    bottom: 25px;
}
.tour-wrapper-list .wishlist-btn {
    bottom: 36px;
}
.wishlist-btn svg path {
    color: #000;
}
.wishlist-active svg path,
.wishlist svg path {
    color: #20391C;
    fill: #20391C;
}
.uk-tooltip {
    background-color: #20391C;
}
.tour-single {
    position: relative;
}
.booking-link {
    position: fixed;
    z-index: 2;
    width: 100%;
    background: #F8F4EF;
    bottom: 0;
}
.tour-btn {
    display: block;
    padding: 10px;
    font-size: 16px;
}
.sort-btn {
    background-color: #fff;
    border: 1px solid #20391C;
    color: #20391c;
    padding: 5px 20px;
}
.switcher-icons > li.active > a.switch-btn {
    color: #20391c;
}
.switcher-icons > li > a.switch-btn {
    color: #BE6C44;
}
.remove-image-cover .uk-cover-container {
    display: flex;
    align-items: center;
}
.remove-image-cover .cover-image {
    position: relative;
}
.single-article-content .ti-widget.ti-trip .ti-review-item > .ti-inner {
    border-radius: 10px !important;
    box-shadow: 0px 2px 7px 0px rgba(48, 79, 43, 0.10);
}
.tours-grid-active {
    opacity: 0;
    visibility: none;
    height: 0;
    display: none;
}
#discount-code {
    display: none;
}