@charset "UTF-8";

/*
Theme Name: Paanvuu Safaris Theme
Theme URI:
Author: Alphasoft
Author URI: https://wordpress.org/
Description: Paanvuu Safaris Theme.
Text Domain: alphatheme
*/

@font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-content/themes/Paanvuu/Fonts/ProximaNova-Black.otf') format('otf'),
         url('/wp-content/themes/Paanvuu/Fonts/ProximaNova-Bold.otf') format('otf'),
         url('/wp-content/themes/Paanvuu/Fonts/ProximaNova-BoldIt.otf') format('otf'),
         url('/wp-content/themes/Paanvuu/Fonts/ProximaNovaCond-Light.otf') format('otf'),
         url('/wp-content/themes/Paanvuu/Fonts/ProximaNovaCond-LightIt.otf') format('otf'),
         url('/wp-content/themes/Paanvuu/Fonts/ProximaNovaCond-Regular.otf') format('otf'),
         url('/wp-content/themes/Paanvuu/Fonts/ProximaNovaCond-RegularIt.otf') format('otf'),
         url('/wp-content/themes/Paanvuu/Fonts/ProximaNovaCond-Semibold.otf') format('otf'),
         url('/wp-content/themes/Paanvuu/Fonts/ProximaNovaCond-SemiboldIt.otf') format('otf'),
         url('/wp-content/themes/Paanvuu/Fonts/ProximaNova-Extrabold.otf') format('otf'),
         url('/wp-content/themes/Paanvuu/Fonts/ProximaNova-Light.otf') format('otf'),
         url('/wp-content/themes/Paanvuu/Fonts/ProximaNova-LightItalic.otf') format('otf'),
         url('/wp-content/themes/Paanvuu/Fonts/ProximaNova-RegItalic.otf') format('otf'),
         url('/wp-content/themes/Paanvuu/Fonts/ProximaNova-Regular.otf') format('otf'),
         url('/wp-content/themes/Paanvuu/Fonts/ProximaNova-RegularItalic.otf') format('otf'),
         url('/wp-content/themes/Paanvuu/Fonts/ProximaNova-Semibold.otf') format('otf'),
         url('/wp-content/themes/Paanvuu/Fonts/ProximaNova-SemiboldItalic.otf') format('otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Proxima Nova', sans-serif !important;
}


body {
    margin: 0;
	overflow-x: hidden;
}
.ekit-wid-con .elementskit-testimonial-slider .swiper-wrapper {
	justify-content: center;
}

/* Header */
.ekit-template-content-markup.ekit-template-content-header {
	position: inherit;
}
.tax-destination .ekit-wid-con .ekit_social_media>li>a i, .tax-destination .ekit-wid-con .ekit_socialshare>li>a i, .tax-Experience .ekit-wid-con .ekit_social_media>li>a i, .tax-Experience .ekit-wid-con .ekit_socialshare>li>a i {
    vertical-align: middle;
    display: inline-block;
    padding: 5px;
}
.menu-icon .icon-hamburger-2.menu-item > a {
	background: #d98e0d;
    align-items: center;
    padding: 10px 4px 11px 50px !important;
    border-radius: 7px 0 0 7px;
    margin-top: -3px;
    border: 1px solid #d98e0d;
    margin-left: -25px;
    z-index: -1;
}
.ekit-template-content-header .ekit-wid-con .icon.icon-hamburger-2::before {
    color: #fff;
    margin: 12px 0 0 -3px;
    display: inline-block;
    width: fit-content;
    position: absolute;
}
.ekit-template-content-header .absolute {
    background: rgb(255 255 255 / 60%);
    backdrop-filter: blur(4px);
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    box-shadow: 0 2px 12px rgb(255 255 255 / 23%);
}
body:not(.elementor-editor-active) .absolute {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.h3-style h3.elementskit-section-title {
    position: relative;
    width: fit-content;
    margin: auto !important;
}
.h3-style h3.elementskit-section-title:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 10px 0 0 -38px;
    transition: .3s ease;
}
.h3-style h3.elementskit-section-title:after {
    position: absolute;
    content: "";
    background-color: #000;
    width: 80px;
    height: 2px;
    margin: 13px 0 0 -130px;
    left: 0;
    transition: .3s ease;
}
.h3-style h3.elementskit-section-title span:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 10px -38px 0 0;
    right: 0;
    transition: .3s ease;
}
.h3-style h3.elementskit-section-title span:after {
    position: absolute;
    content: "";
    background-color: #000;
    width: 80px;
    height: 2px;
    margin: 13px -130px 0 0;
    right: 0;
    transition: .3s ease;
}
.h3-style:hover h3.elementskit-section-title:before,
.h3-style:hover h3.elementskit-section-title:after,
.h3-style:hover h3.elementskit-section-title span:before,
.h3-style:hover h3.elementskit-section-title span:after {
    background-color: #d98e0d;
}
.alpha-header.archive-header {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.alpha-header.archive-header .ekit-wid-con {
    position: absolute;
    top: 75%;
    width: 100%;
}
.alpha-header.archive-header h1 {
    color: #FFFFFF;
    text-shadow: 1px 2px 2px #404040;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.alpha-header.archive-header .elementskit-section-title-wraper.text_center .elementskit-border-star {
    color: #fff;
    height: 3px;
}
.alpha-header.archive-header .elementskit-border-star::after {
    background-color: #fff;
}
.elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-megamenu-has:hover>.elementskit-megamenu-panel {
	-webkit-transform: translateY(-70px) translateX(-73%) !important;
    transform: translateY(-70px) translateX(-73%) !important;
    left: 0 !important;
}
/* --- [Footer Section - Destinations and Experiences] ----*/ 
.elementor-92 .elementor-element.elementor-element-552ec30:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap {
    background-image: url(https://www.redroadtours.com/wp-content/uploads/2025/11/bg-01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #16243d;
}
.elementor-92 .elementor-element.elementor-element-552ec30:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap {
    background-image: url(https://www.redroadtours.com/wp-content/uploads/2025/11/bg-01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #16243d;
}
.elementor-92 .elementor-element.elementor-element-ff75f1e .elementor-heading-title {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff !important;
}
.elementor-92 .elementor-element.elementor-element-c209c63 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff !important;
}
.elementor-92 .elementor-element.elementor-element-5949239 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff !important;
}

.elementor-92 .elementor-element.elementor-element-ba7f2f0 .elementskit-btn {
    background-color: #ffffff !important;
    padding: 12px 30px 12px 30px;
    color: #16243d !important;
    fill: #ffffff !important;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffffff !important;
    border-radius: 50px 50px 50px 50px;
}

.elementor-92 .elementor-element.elementor-element-63aff51 .ekit-double-btn.ekit-double-btn-two {
    background-color: #ffffff;
    color: #16243d !important;
    border-style: solid;
    border-color: #16243d !important;
}
.elementor-92 .elementor-element.elementor-element-ba7f2f0 .elementskit-btn {
    background-color: #ffffff !important;
    padding: 12px 30px 12px 30px;
    color: #16243d !important;
    fill: #ffffff !important;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffffff !important;
    border-radius: 50px 50px 50px 50px;
}

.elementor-92 .elementor-element.elementor-element-a138367 .elementor-icon-list-item .elementor-icon-list-icon   {
    background-color: #16243d !important;
    color: #ffffff !important;
    width: 45px;
    line-height: calc(45px + 5px);
    height: 45px;
    border-radius: 10px 10px 10px 10px;
}
.elementor-92 .elementor-element.elementor-element-bb914cb .elementor-icon-list-item .elementor-icon-list-icon {
	background-color: #16243d !important;
    width: 45px;
    line-height: calc(45px + 5px);
    height: 45px;
    border-radius: 10px 10px 10px 10px;
	color: #ffffff !important;
}

.elementor-92 .elementor-element.elementor-element-a138367 .elementor-icon-list-text {
    color: #16243D;
    vertical-align: middle !important;
    margin: auto;
}
.elementor-92 .elementor-element.elementor-element-bb914cb .elementor-icon-list-text {
    color: #16243D;
    margin: auto !important;	
}
.screen-reader-text {
	display: none !important;
}
.page-template-book-trip .elementor-section.elementor-section-boxed>.elementor-container, .page-template-tour-search-results .elementor-section.elementor-section-boxed>.elementor-container, .tax-Experience .elementor-section.elementor-section-boxed>.elementor-container, .tax-destination .elementor-section.elementor-section-boxed>.elementor-container, .single-tours .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px;
}
.tax-Experience .elementskit-btn:hover, .tax-destination .elementskit-btn:hover, .page-template-tour-search-results .elementskit-btn:hover, .page-template-book-trip .elementskit-btn:hover {
	background-color: #ab2328 !important;
}
.elementor-92 .elementor-element.elementor-element-ba7f2f0 .elementskit-btn:hover {
	background-color: #ab2328 !important;
	color: #ffffff !important;
	fill: #ffffff !important;
}
.elementor-92 .elementor-element.elementor-element-a138367 .elementor-icon-list-text:hover {
	color: #ab2328 !important;
}
.elementor-92 .elementor-element.elementor-element-e7a0a0b .elementor-icon-list-text:hover {
	color: #ab2328 !important;
}
.ekit_page_list_title_title:hover {
	color: #ab2328 !important;
}
@media (max-width: 767px) {
    .elementor-92 .elementor-element.elementor-element-daee083:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-92 .elementor-element.elementor-element-daee083 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #16243d !important;
    }
	    .elementor-92 .elementor-element.elementor-element-485f056 .elementor-heading-title {
        font-size: 30px;
        color: #ffffff !important; 
        text-align: center !important;
    }
	    .search-results-header {
        height: 250px;
        padding-top: 80px !important;
    }

}
@media screen and (max-width: 782px) {
	.elementor-92 .elementor-element.elementor-element-552ec30:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap {
    background-image: url(https://devs.wordpress.ug/redroads/wp-content/uploads/2025/11/bg-01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #16243d;
}
.elementor-92 .elementor-element.elementor-element-552ec30:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap {
    background-image: url(https://devs.wordpress.ug/redroads/wp-content/uploads/2025/11/bg-01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #16243d;
}
.elementor-92 .elementor-element.elementor-element-ff75f1e .elementor-heading-title {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff !important;
}
.elementor-92 .elementor-element.elementor-element-c209c63 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff !important;
}
.elementor-92 .elementor-element.elementor-element-5949239 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff !important;
}

.elementor-92 .elementor-element.elementor-element-ba7f2f0 .elementskit-btn {
    background-color: #ffffff !important;
    padding: 12px 30px 12px 30px;
    color: #16243d !important;
    fill: #ffffff !important;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffffff !important;
    border-radius: 50px 50px 50px 50px;
}

.elementor-92 .elementor-element.elementor-element-63aff51 .ekit-double-btn.ekit-double-btn-two {
    background-color: #ffffff;
    color: #16243d !important;
    border-style: solid;
    border-color: #16243d !important;
}
.elementor-92 .elementor-element.elementor-element-ba7f2f0 .elementskit-btn {
    background-color: #ffffff !important;
    padding: 12px 30px 12px 30px;
    color: #16243d !important;
    fill: #ffffff !important;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffffff !important;
    border-radius: 50px 50px 50px 50px;
}

.elementor-92 .elementor-element.elementor-element-a138367 .elementor-icon-list-item .elementor-icon-list-icon   {
    background-color: #16243d !important;
    color: #ffffff !important;
    width: 45px;
    line-height: calc(45px + 5px);
    height: 45px;
    border-radius: 10px 10px 10px 10px;
}
.elementor-92 .elementor-element.elementor-element-bb914cb .elementor-icon-list-item .elementor-icon-list-icon {
	background-color: #16243d !important;
    width: 45px;
    line-height: calc(45px + 5px);
    height: 45px;
    border-radius: 10px 10px 10px 10px;
	color: #ffffff !important;
}

.elementor-92 .elementor-element.elementor-element-a138367 .elementor-icon-list-text {
    color: #16243D;
    vertical-align: middle !important;
    margin: auto;
}
.elementor-92 .elementor-element.elementor-element-bb914cb .elementor-icon-list-text {
    color: #16243D;
    margin: auto !important;	
}
.screen-reader-text {
	display: none !important;
}
.page-template-book-trip .elementor-section.elementor-section-boxed>.elementor-container, .page-template-tour-search-results .elementor-section.elementor-section-boxed>.elementor-container, .tax-Experience .elementor-section.elementor-section-boxed>.elementor-container, .tax-destination .elementor-section.elementor-section-boxed>.elementor-container, .single-tours .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px;
}
.tax-Experience .elementskit-btn:hover, .tax-destination .elementskit-btn:hover, .page-template-tour-search-results .elementskit-btn:hover, .page-template-book-trip .elementskit-btn:hover {
	background-color: #ab2328 !important;
}
.elementor-92 .elementor-element.elementor-element-ba7f2f0 .elementskit-btn:hover {
	background-color: #ab2328 !important;
	color: #ffffff !important;
	fill: #ffffff !important;
}
.elementor-92 .elementor-element.elementor-element-a138367 .elementor-icon-list-text:hover {
	color: #ab2328 !important;
}
.elementor-92 .elementor-element.elementor-element-e7a0a0b .elementor-icon-list-text:hover {
	color: #ab2328 !important;
}
.ekit_page_list_title_title:hover {
	color: #ab2328 !important;
}
}

/* --- [Footer Section - Destinations and Experiences] ----*/ 

/* Main Slider */
.main-slider{
margin-bottom: 0 !important;
}
.main-slider:not(.slick-initialized) {
    display: none;
}
section .main-slider.slick-initialized .main-slide.slick-slide {
    /*height: 700px !important;*/
    height: 86vh !important;
}
.main-slide img {
    height: 100%;
    width: inherit;
    object-fit: cover;
    position: absolute;
}
.main-slide.slick-current img {
        animation: imgscale 5s ease-in-out infinite alternate;
        -webkit-animation: imgscale 5s ease-in-out infinite alternate;
}
@keyframes imgscale{
	0% {
        transform: scale(1.0);
		-webkit-transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
		-webkit-transform: scale(1.2);
    }
}
.slide-btns {
    position: relative;
    bottom: 10px;
    padding: 0 30px;
    max-width: 800px;
    text-align: center;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.slide-btns h1 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px#000;
    font-weight: 900;
    margin-bottom: 10px;
}
.slide-desc {
    margin: 20px 0 70px;
}
.slide-desc * {
    color: #fff;
    margin: 0;
    font-size: 25px;
    line-height: 30px;
}
.elementor-kit-7 .slide-btns a {
    background: #d98e0d;
    border: 2px solid #d98e0d;
    padding: 10px 22px;
    color: #fff;
    margin-right: 8px;
    border-radius: 4px;
    transition: .2s ease;
}
.slide-btns a.btn-2 {
    background: #fff;
    color: #8bc53f;
}
.elementor-kit-7 .slide-btns a:hover {
    background: #fff;
    color: #B8BF71;
}
.slide-btns a i {
    margin-right: 5px;
}


/** BODY **/
.home-btns .ekit-wid-con a {
    width: 160px;
}
body .ekit-wid-con .ekit_testimonial_style_2:hover {
    border-bottom-color: #2c421c !important;
}
input.wpcf7-phonetext, input.wpcf7-countrytext {
	padding-left: 45px !important;
}
#wpcf7-f498-p12-o1 .country-select.inside,
#wpcf7-f498-p12-o1 .intl-tel-input.allow-dropdown {
	margin-bottom: 12px;
}
.ekit-wid-con .profile-square-v.square-v6 .profile-card::after {
	background-color: #2c421c !important;
}
body .ekit-wid-con .profile-square-v.square-v6 .profile-card {
    padding-bottom: 0 !important;
}

/** TOURS **/
.tax-tours {
    padding: 70px 0 70px;
}
.tax-tours .wrap {
    max-width: 1000px;
    margin: auto;
    padding: 0 20px;
}
.tax-tours .h3-style {
    max-width: 700px;
    margin: auto;
    margin-bottom: 55px;
}
.tax-tours .h3-style h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.tax-tours .h3-style h3.elementskit-section-title span:before,
.tax-tours .h3-style h3.elementskit-section-title span:after {
    top: 0;
}
.travel-tours .filter-tours-container,
.destinations_block {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.travel-tours .travel-tour {
    background: #A3A86D1C;
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 15%);
    border-radius: 12px;
    overflow: hidden;
    transition: .3s ease;
}
.travel-tours .travel-tour:hover {
    background: #fff;
    box-shadow: 0px 3px 15px 5px rgb(0 0 0 / 20%)
}
.travel-tour-img {
    height: 400px;
    overflow: hidden;
}
.travel-tours .travel-tour img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s ease;
}
.travel-tours .travel-tour:hover img {
    transform:scale(1.2);
    filter: sepia(0.5);
}
.travel-tours .travel-tour .travel-tour-content {
    padding: 12px 20px 30px;
}
.travel-tours .travel-tour h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    margin-top: 15px;
}
.travel-tours .travel-tour h4 a {
    color: #000;
    text-decoration: none;
}
.travel-tours .travel-tour p {
    font-size: 15px;
    line-height: 19px;
    color: #626262;
}
.travel-tours .travel-tour .travel-tour-content div {
    text-align: center;
}
.travel-tours .travel-tour .travel-tour-details {
    margin-bottom: 8px;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    transition: .3s ease;
}
.travel-tours .travel-tour .travel-tour-content div a {
    background: #B8BF71;
    border: 1px solid #B8BF71;
    color: #fff;
    padding: 6px 23px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.travel-tours .travel-tour .travel-tour-content div a:hover {
    background: #fff;
    color: #B8BF71;
}

/** Single Tour Page **/
/*.tour-header {
    height: 500px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px center;
    position: relative;
}*/
.tour-header {
    height: 500px;
    /* background-attachment: fixed; */
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 16px center; */
    background-position: center;
    position: relative;
}


.single-tours .tour-header .wrap {
    border-radius: 27px;
    max-width: 1000px;
    position: relative;
    margin: auto;
    top: 53%;
}
.tour-header .breadcrumb a {
    color: #fff;
}
.tour-header h1 {
    color: #fff !important;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
    margin: 0 0 20px;
}
.tour-header p {
    margin: 10px 0 20px;
    color: #000;
}
.tour-tabs {
	margin-top: 55px;
}

.tour-tabs .ekit-wid-con {
    padding-bottom: 60px;
}
.tour-tabs .tour-sidebar {
    margin-bottom: 80px;
    z-index: 0;
}
.tour-tabs .tab-content {
    box-shadow: 0 5px 7px #dcdcdc;
}
.tour-tabs .tab-content .tab-pane {
    padding: 30px 40px !important;
}
.tour-tabs .ekit-wid-con .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link {
    background: #f5f5f5;
    border-radius: 4px 4px 0 0;
}
.tour-tabs .ekit-wid-con .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link.active {
    background: #e77e00;
}
.tour-tabs .ekit-wid-con .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link.active span {
    color: #fff;
}
.tour-tabs .ekit-wid-con .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
}
.tour-fields {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.tour-fields .field {
    display: flex;
    align-items: end;
    margin-right: 0px;
    border-right: 1px solid #d4d4d4;
    padding-right: 25px;
}
.tour-fields .field i {
    color:#ab2328;
    font-size: 37px;
    margin-right: 12px;
}
.tour-fields .field h4 {
    font-size: 14px;
    line-height: 5px;
    margin: 0;
}
.tour-fields .field span {
    line-height: 16px;
    position: initial;
    font-size: 16px;
    display: block;
    padding-top: 9px;
}
.tour-tabs .essb_links {
    background: whitesmoke;
    margin: 0;
    border-radius: 0 0 5px 5px;
    border: 1px solid #bcbcbc;
    border-top: 0;
    padding: 0;
    box-shadow: 0 5px 7px #dcdcdc;
    width: 100%;
}
.tour-tabs .essb_links_list {
    display: flex;
    justify-content: space-between;
}
.tour-tabs li.essb_item {
    flex: 1;
}
.tour-tabs li.essb_item a {
    border: 1px solid #e9e9e9 !important;
    width: 100%;
    margin: 0;
    border-bottom: 0 !important;
    border-top: 0 !important;
    padding: 9px 0;
}
.title {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-bottom: -5px;
}
.title > span {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    background: #e77e00;
    height: 53px;
    width: 50px;
    border-radius: 60px;
    color: #ffe7ca;
    line-height: 33px;
    font-size: 14px;
}
.title > span > span {
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    line-height: 0;
    margin-top: 1px;
}
.title h2 {
    margin: 0;
    max-width: 85%;
    line-height: 27px;
    font-size: 23px;
}
.day {
    margin-bottom: 50px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
}
.day p, 
.day li {
    font-size: 17px;
    line-height: 24px;
}
.tour-price {
    margin-bottom: 20px;
}
.tour-price > * {
    color: #fff;
    background: #2c421c;
    padding: 12px 25px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
    transition: .3s ease;
}
.tour-price.book > * {
    background: #fff;
    color: #2c421c;
    padding: 10px 25px;
    border: 2px solid #fff;
}
.tour-price.book > *:hover {
    color: #fff;
    background: #2c421c;
}
.tour-price > * > i {
    color: #fff;
}
.tour-price.book > * > i {
    color: #2c421c;
}
.tour-price.book > *:hover {
    background: #2c421c;
}
.tour-price.book > *:hover i {
    color: #fff;
}
.tour-price > * > span:first-of-type {
    padding: 0 7px;
}
.itinerary-content .gallery,
.itinerary-content .gallery li {
    list-style-type: none;
}
.itinerary-content .gallery a {
    margin: 0 10px 10px 0;
    display: block;
}
.itinerary-content .gallery img {
    width: 100%;
    height: 140px !important;
    object-fit: cover;
    display: block;
}
body a.t-btn {
	color: #fff;
    background: #e77e00;
    padding: 7px 28px;
    border-radius: 6px;
    border: 2px solid #e77e00;
    margin-top: 10px;
    display: block;
    width: fit-content;
	transition: .2s ease;
}
body a.t-btn:hover {
	color: #e77e00;
	background: #fff;
}
body a.t-btn i {
	margin-top: 4px;
    position: absolute;
}
body a.t-btn span {
	padding-left: 25px;
}
.tour-sidebar form {
    background: #f5f5f5;
    padding: 25px 20px 0;
    border-radius: 10px;
    border: 1px solid #bcbcbc;
}
.tour-sidebar form h3 {
    margin: 0 0 11px;
    color: #e77e00;
}
.tour-sidebar form input,
.tour-sidebar form select,
.tour-sidebar form textarea {
    width: 100%;
    border: 1px solid #d4d4d4;
    padding: 8px 10px;
    margin-bottom: 7px;
    border-radius: 3px;
    font-size: 13px;
    background: #ffffffb3;
    font-family: 'Proxima Nova', sans-serif !important;
}
.tour-sidebar form input[type="submit"] {
    background: #B8BF71;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    border: 2px solid #fff;
    width: auto;
    text-align: center;
    display: flex;
    padding: 10px 30px;
    border-radius: 31px;
    margin: 8px 0 0;
    cursor: pointer;
}
.tour-price.book {
    display: flex;
    flex-direction: column;
}
.related-tours .travel-tours {
    position: relative;
    margin-bottom: 80px;
    padding-top: 15px;
}
.related-tours h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
}
.related-tours h3 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.tours-sidebar {
	min-width: 250px;
    background: #A3A86D1C;
    margin: 30px 0 40px;
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 15%);
    padding: 20px;
    border-radius: 10px;
	color: #16243d;
}
.tours-sidebar h4 {
	font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.tours-sidebar p {
	margin: 0 0 5px;
	float: right;
}
.tours-sidebar select {
	font-family: 'Proxima Nova', sans-serif !important;
    font-size: 15px;
    border: 1px solid #16243d;
    padding: 4px 10px;
    border-radius: 5px;
}
.tours-sidebar input#reset_filters {
	background: #16243d;
    border: 1px solid #16243d;
    padding: 6px 20px;
    color: #fff;
    font-size: 14px;
    font-family: 'Proxima Nova', sans-serif !important;
    border-radius: 6px;
    cursor: pointer;
    transition: .2s ease;
    text-transform: uppercase;
}
.tours-sidebar input#reset_filters:hover {
	background: #fff;
	color: #16243d;
}


/** Destinations **/
.destinations_block .destinations_item {
    overflow: hidden;
    position: relative;
    height: 400px;
    box-shadow: 0px 0px 10px #d7d7d7;
    border-radius: 12px;
    overflow: hidden;
}
.destinations_item:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    z-index: 2;
    border: 1px solid #fff;
    background: #b8bf716e;
    transition: .2s ease;
    border-radius: 8px;
    box-shadow: 0px 0px 15px #6363635e;
}
.destinations_item:hover:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 12px;
}
.destinations-block-content {
    position: relative;
    height: 100%;
    width: 100%;
    bottom: -75%;
    display: flex;
    flex-direction: column;
    padding: 0 40px 0;
    z-index: 3;
}
.destinations-block-content h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 1px 1px #000;
}
.destinations-block-content p {
    margin: 0;
    color: #fff;
}
.col-md-6 {
    margin: auto;
    text-align: center;
}


/** FOOTER **/
.footer-partners {
    max-width: 900px;
    right: 0;
    left: 0;
    position: absolute;
    margin: auto;
    margin-top: -100px;
    background: #d98e0d;
    z-index: 2;
    padding: 30px 5%;
    border-radius: 12px;
}

/* Posts */
.post-content .wrap {
	max-width: 900px;
  margin: auto;
  padding: 0 25px;
}


/* Related Posts */
.single-post p,
.single-post li {
	text-align: justify;
}
.related-posts {
  max-width: 1140px;
  margin: auto;
  padding: 0 20px;
}
.related-posts > h1 {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 3rem;
}
.related-posts .elementskit-meta-categories .elementskit-meta-wraper span>a {
  background-color: #FABE5E;
  padding: 4px 8px 4px 8px;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  line-height: 14px;
  text-align: center !important;
}
.related-posts .col-lg-4 .elementskit-post-image-card {
  background-color: #581B1022;
}
.related-posts .col-lg-4 .elementskit-post-image-card:hover {
  background-color: #ffffff;
}
.related-posts .col-lg-4 .elementskit-post-image-card .elementskit-post-body {
  padding: 60px 40px 30px !important;
}
.related-posts .ekit-wid-con .col-lg-4 h2 {
  font-weight: 400 !important;
  margin: 0 0 0 30px !important;
  text-align: left !important;
}
.related-posts .ekit-wid-con .col-lg-4 h2 a {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.25em;
  letter-spacing: 0.02px;
  color: #222222;
  font-family: 'Proxima Nova', sans-serif !important;
  text-align: left !important;
}
.related-posts .ekit-wid-con .elementskit-meta-categories {
  top: 20px;
  left: 72px;
}
.related-posts .ekit-wid-con .elementskit-meta-lists.elementskit-style-tag {
  top: 20px;
  left: -5px;
  bottom: 30px;
}
.related-posts .ekit-wid-con .elementskit-meta-lists > .elementskit-single-meta {
  font-family: 'Proxima Nova', sans-serif !important;
  background-color: transparent;
  background-image: linear-gradient(315deg, #FABE5E 0%, #FD9C02 100%);
}
.related-posts .ekit-wid-con .elementskit-meta-wraper {
  color: #581B10;
}
.related-posts .elementskit-single-meta {
  font-family: 'Proxima Nova', sans-serif !important;
  background-color: transparent;
  background-image: linear-gradient(315deg, #581B10 0%, #A9837C 100%) !important;
}
.related-posts .elementskit-single-meta > * {
  color: #fff !important;
}


/** MISC **/
.elementor-element .ekit-wid-con .elementskit-post-image-card .elementskit-entry-header {
	position: relative;
}
.elementor-element .ekit-wid-con .elementskit-post-image-card {
	box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1) !important;
}
.elementor-element .ekit-wid-con .elementskit-post-image-card:hover {
	box-shadow: 12px 12px 30px 0 rgb(42 76 23 / 28%) !important;
}
.elementor-element .ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-meta-lists.elementskit-style-tag {
	z-index: 3;
    top: 0;
}
.elementor-element .ekit-wid-con .elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta {
	background: #b8bf71;
}
.elementor-element .ekit-wid-con .elementskit-post-image-card .elementskit-post-body {
	position: absolute;
	bottom: 0;
	background: linear-gradient(transparent, #6ea362d9, #5a8b51f2);
    padding: 30px 30px 10px;
	transition: .3s ease;
}
.elementor-element .ekit-wid-con .elementskit-post-image-card:hover .elementskit-post-body {
	background: linear-gradient(transparent, #e6e6dce0, #f5f5ef);
}
.elementor-element .ekit-wid-con .elementskit-post-image-card .elementskit-post-body a {
	color: #fff !important;
    font-weight: 600;
}
.elementor-element .ekit-wid-con .elementskit-post-image-card:hover .elementskit-post-body a {
	color: #486f3f !important;
}
.elementor-element .ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb {
	padding: 0;
}
.elementor-element .ekit-wid-con .elementskit-post-image-card {
	overflow: hidden;
    position: inherit;
}
.elementor-element .ekit-wid-con .elementskit-post-image-card,
.elementor-element .ekit-wid-con .elementskit-post-image-card .elementskit-entry-header,
.elementor-element .ekit-wid-con .elementskit-post-image-card .elementskit-entry-header a {
	height: 400px;
}
.elementor-element .ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb>img {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
	transform: scale(1.2);
    filter: sepia(0.5);
}
.elementor-element .ekit-wid-con .elementskit-post-image-card .elementskit-entry-header a img {
	height: 100%;
    object-fit: cover;
}
.elementor-widget-elementskit-blog-posts .ekit-wid-con .row.post-items .col-lg-4 {
	padding-left: 10px;
	padding-right: 10px;
}


/** Media Queries **/
@media ( min-width: 700px ){

    .travel-tours .filter-tours-container,
    .destinations_block {
        grid-template-columns: 1fr 1fr;
    }
    /*.tour-tabs {
        /*display: flex;
        column-gap: 20px;
        flex-wrap: wrap;
        justify-content: space-between;*/
        /*display: flex;
        column-gap: 20px;
      
        justify-content: flex-start !important; 
        flex-direction: row !important;
	
		
    }*/
    .tour-tabs .ekit-wid-con {
        width: 100%;
    }
    .itinerary-content > * {
        flex: 1;
    }
    .itinerary-content .gallery {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .tour-sidebar {
        display: flex;
        column-gap: 10px;
    }
	.tours-sidebar .filter-form {
		display: flex;
    	justify-content: space-between;
		align-items: flex-start;
	}
    
}

@media ( min-width: 991px ){

    .travel-tours .filter-tours-container,
    .destinations_block {
        grid-template-columns: 1fr 1fr 1fr;
    }
	.home-btns .ekit-wid-con a {
    	width: 200px;
	}
    
}

@media ( min-width: 1100px ){

    .travel-tours .filter-tours-container,
    .destinations_block {
        grid-template-columns: 1fr 1fr 1fr;
    }

}

@media ( max-width: 767px ){
	
	section .main-slider.slick-initialized .main-slide.slick-slide {
    	height: 86vh !important;
	}
	.slide-btns {
		top: -6vh !important;
	}
	.tax-tours .h3-style {
    	max-width: 82%;
	}
		.tour-tabs {
	margin-top: 80px !important;
}
	
}

@media ( max-width: 1024px ){
	
	.ekit-template-content-markup.ekit-template-content-header {
		position: absolute;
    	width: 100%;
    	z-index: 9;
    	background: rgb(255 255 255 / 72%);
	}
	.tour-header h1 {
    color: #fff !important;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
    font-size: 25px !important;

}
	.single-tours .tour-header {
    height: 400px !important;
}
	.tour-sidebar {
    width: 80%;

}
	
}

.wpcf7-phonetext {text-indent: 40px;}