@charset "UTF-8";

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

svg:not(:root) {
    overflow: hidden
}

* {
    position: relative;
    border: 0;
    outline: none;
    outline-color: transparent;
    -webkit-appearance: none
}

.single-tourism-kenya .nf-form-content input:not([type="button"]) {
    padding: 5px;
    border: 1px solid #f7f7f7;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #f7f7f7;
    color: #090918;
    transition: all .5s
}

.single-tourism-kenya .nf-form-content input:not([type="button"]),
.single-tourism-kenya .nf-form-content textarea {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 0;
    color: #090918;
    transition: all .5s
}

.single-tourism-kenya .nf-form-content input:not([type="button"]):focus {
    border-color: red
}

.single-tourism-kenya .nf-form-content input[type="button"] {
    margin: 0 auto;
    padding: 5px 45px;
    background: #090918;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    height: 42px
}

.single-tourism-kenya .nf-form-content input[type="button"]:hover {
    background: red;
    color: #fff
}

.single-tourism-kenya .nf-form-title,
.single-tourism-kenya .nf-form-title h3,
.single-tourism-kenya .nf-form-title h2,
.single-tourism-kenya .nf-form-title h4 {
    display: block !important;
    text-align: center;
    font-size: 48px;
    color: #fff;
    font-weight: 600
}

.single-tourism-kenya .ready-to-visit-frm-navy .nf-form-content input:not([type="button"]) {
    padding: 5px;
    border: 1px solid #090918;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #090918;
    color: #fff
}

.single-tourism-kenya .ready-to-visit-frm-navy .nf-form-content input:not([type="button"]),
.single-tourism-kenya .ready-to-visit-frm-navy .nf-form-content textarea {
    background: #090918;
    border: 1px solid #090918;
    border-radius: 0;
    color: #fff;
    transition: all .5s
}

.single-tourism-kenya .nf-form-content .label-above .nf-field-label {
    display: none
}

.single-tourism-kenya .nf-after-form-content {
    text-align: center
}

.single-tourism-kenya input {
    display: block !important
}

.single-tourism-kenya .ghostkit-video-play-icon {
    background-color: transparent !important
}

#slider {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: block
}

#slider canvas {
    width: 150%;
    height: 150%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

#slider img {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 0;
    display: none;
}

#slider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5)
}

.slider-inner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1060px;
    height: 100%;
    margin: 0 auto;
    z-index: 5
}

#slider-content {
    padding: 0 10px
}

#slider-content h2 {
    font-weight: 400;
    font-size: 40px;
    letter-spacing: -1px;
    color: #fff;
    line-height: 46px;
    margin: 90px 0 20px
}

@media screen and (min-width:800px) {
    #slider-content h2 {
        font-size: 70px;
        line-height: 75px
    }
}

#slider-content span {
    display: none
}

#slider-content .meta {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 5px;
    color: #88888a;
    text-transform: uppercase;
    position: relative
}

@media screen and (min-width:800px) {
    #slider-content .meta {
        font-size: 13px
    }
}

#slider-content .meta:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: -55px;
    width: 45px;
    height: 2px;
    background-color: #393d40
}

#slider-content #slide-status {
    margin-top: 10px;
    width: 42%
}

#slider-content #slide-status,
#slider-content #slide-status p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 23px
}

@media screen and (min-width:800px) {

    #slider-content #slide-status,
    #slider-content #slide-status p {
        font-size: 21px;
        line-height: 26px
    }
}

@media screen and (max-width:768px) {
    #slider-content #slide-status {
        width: 60%
    }

    #slider,
    #slider-content {
        height: 100%;
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

#explorer {
    color: #fff;
    position: absolute;
    padding: 32px 15px;
    top: 30%;
    right: 2%;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 9;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    font-weight: 900;
    text-decoration: none
}

#explorer .fa.fa-long-arrow-right {
    font-size: 32px
}

#explorer:hover {
    background-color: #AD0922 !important
}

@media screen and (max-width:768px) {
    #explorer {
        top: 150px;
        right: 10px
    }
}

#pagination {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 6;
    opacity: 0
}

#pagination button {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 16px;
    height: 16px;
    background-color: #FFF;
    border-radius: 100%;
    padding: 0;
    margin: 30px 0;
    cursor: pointer;
    position: relative;
    opacity: .2;
    transition: opacity 0.2s ease-in-out;
    outline: none
}

#pagination button:hover {
    opacity: .5
}

#pagination button.active {
    opacity: 1
}

#pagination button.active:before {
    width: 300%;
    height: 300%;
    opacity: 1
}

#pagination button:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .2);
    opacity: 0;
    transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out
}

#carRouteWrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

#carRouteWrapper #svgRoute {
    left: 0;
    overflow: visible;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .6;
}

.loading:before {
    content: "";
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.loading:after {
    content: "";
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    pointer-events: none;
    border-radius: 50%;
    opacity: .4;
    background: #fff;
    animation: loaderAnim 0.7s linear infinite alternate forwards
}

@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(.5, .5, 1)
    }
}

#topActivitiesCarousel.owl-carousel.owl-drag .owl-item,
#topAttractionsCarousel.owl-carousel.owl-drag .owl-item {
    margin-left: -20px;
    transition: all 0.45s ease 0s
}

@media screen and (max-width:768px) {

    #topActivitiesCarousel.owl-carousel.owl-drag .owl-item,
    #topAttractionsCarousel.owl-carousel.owl-drag .owl-item {
        margin-left: -15px
    }
}

#topActivitiesCarousel .owl-nav,
#topAttractionsCarousel .owl-nav {
    text-align: right
}

#topActivitiesCarousel .owl-nav button,
#topAttractionsCarousel .owl-nav button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f3f3f4 !important;
    margin: 12px 5px
}

#topActivitiesCarousel .owl-nav button i,
#topAttractionsCarousel .owl-nav button i {
    display: inline-block;
    width: 40px;
    margin: 7px 4px !important;
    color: #949599;
    font-size: 19px;
}

#topActivitiesCarousel .owl-nav button:hover,
#topAttractionsCarousel .owl-nav button:hover {
    text-decoration: none
}

#topActivitiesCarousel .owl-nav button:hover i,
#topAttractionsCarousel .owl-nav button:hover i {
    color: #24205d;
    opacity: 1
}

#topActivitiesCarousel .owl-dots,
#topAttractionsCarousel .owl-dots {
    display: inline-block
}

#topActivitiesCarousel .owl-dots span,
#topAttractionsCarousel .owl-dots span {
    display: block;
    margin: 5px 7px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #f3f3f4;
    opacity: .5
}

#topActivitiesCarousel .owl-dots .active span,
#topActivitiesCarousel .owl-dots :hover span,
#topAttractionsCarousel .owl-dots .active span,
#topAttractionsCarousel .owl-dots :hover span {
    opacity: 1;
    background: #24205d
}

#topActivitiesCarousel .owl-dots span.owl-numbers,
#topAttractionsCarousel .owl-dots span.owl-numbers {
    padding: 2px 10px;
    width: auto;
    height: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #f3f3f4;
    font-size: 12px
}

#topActivitiesCarousel .owl-item.loading,
#topAttractionsCarousel .owl-item.loading {
    min-height: 150px;
    background: url(../../../../../../../themes/understrap-child/img/ajax-loader.gif) no-repeat center center
}

#topActivitiesCarousel .carousel-container,
#topAttractionsCarousel .carousel-container {
    width: 100%
}

#topActivitiesCarousel .item,
#topAttractionsCarousel .item {
    margin: 0 10px;
    color: #FFF;
    position: relative;
    display: flex;
    flex-direction: column;
}

#topActivitiesCarousel .item .col-item,
#topAttractionsCarousel .item .col-item {
    margin-bottom: 10px;
    cursor: pointer;
    flex-basis: 0;
    flex-grow: 1;
}

#topActivitiesCarousel .item .col-item:hover .photo:after,
#topAttractionsCarousel .item .col-item:hover .photo:after {
    background-color: rgba(0, 0, 0, .1)
}

#topActivitiesCarousel .item .col-item:hover .photo img,
#topAttractionsCarousel .item .col-item:hover .photo img {
    transform: scale(1.5);
}

#topActivitiesCarousel .item .photo img,
#topAttractionsCarousel .item .photo img {
    width: 100%;
    transition: transform 0.5s ease;
    height: 100%;
    object-fit: cover;
}

#topActivitiesCarousel .item .photo,
#topAttractionsCarousel .item .photo {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 250px;
    overflow: hidden;
}

#topActivitiesCarousel .item .info,
#topAttractionsCarousel .item .info {
    position: absolute;
    display: block;
    top: 30%;
    bottom: 30%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 36px;
    padding: 8px;
    z-index: 4
}

#topActivitiesCarousel .item .photo:after,
#topAttractionsCarousel .item .photo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .3)
}

.wp-block-nk-awb.alignfull.full-width-content {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-right: 0;
    padding-left: 15%
}

@media screen and (max-width:768px) {

    #topActivitiesCarousel .item .info,
    #topAttractionsCarousel .item .info {
        font-size: 14px
    }

    .owl-nav {
        padding-right: 30px
    }

    .wp-block-nk-awb.alignfull.full-width-content {
        padding-left: 0
    }
}

@media screen and (max-width:992px) {

    #topActivitiesCarousel .item .info,
    #topAttractionsCarousel .item .info {
        font-size: 18px
    }
}

body.single-tourism-kenya #full-width-page-wrapper {
    position: relative
}

.img-overlap-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px
}

#overlap-content-wrapper h1,
#overlap-content-wrapper h2,
#overlap-content-wrapper h3,
#overlap-content-wrapper h4,
.textItem_titleWrapper h1,
.textItem_titleWrapper h2,
.textItem_titleWrapper h3,
.textItem_titleWrapper h4 {
    color: #fff
}

@media (min-width:769px) {
    #overlap-content-wrapper {
        margin-left: -30px
    }

    .img-overlap {
        position: absolute
    }

    .img-overlap-1 {
        left: 0;
        width: 70%
    }

    .img-overlap-2 {
        right: 38px;
        bottom: 0;
        width: 60%
    }
}

@media (max-width:768px) {
    #overlap-content-wrapper {
        margin-left: 0
    }

    .img-overlap {
        position: relative
    }

    .img-overlap-1 {
        width: 100%;
        margin-top: 15px
    }

    .img-overlap-2 {
        width: 60%;
        margin-top: -30px;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
}
.single-tourism-kenya .navigation.post-navigation {
    display: none
}

.single-tourism-kenya .jPopup-closeBtn {
    z-index: 9999
}

.jPopup-closeBtn::after,
.jPopup-closeBtn::before {
    background-color: #fff
}

.jPopup-closeBtn:hover:after,
.jPopup-closeBtn:hover:before {
    background-color: red
}

.jPopup-closeBtn:hover {
    background: #AD0922
}

.single-tourism-kenya .jPopup-content {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    transform: translateY(0);
    height: 100%
}

.single-tourism-kenya .jPopup {
    position: fixed;
    padding: 0
}

#destinationCarousel.owl-carousel .owl-stage-outer {
    height: 100%
}

#destinationCarousel.owl-carousel .owl-stage {
    height: 100%
}

#destinationCarousel.owl-carousel .owl-item {
    min-height: 1px;
    float: none;
    display: inline-block;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

#destinationCarousel {
    height: 100%;
    vertical-align: top
}

#destinationCarousel .item>* {
    display: inline-block;
    vertical-align: middle;
    white-space: normal
}

#destinationCarousel .item .elasticBlocks {
    will-change: transform
}

#destinationCarousel .item {
    display: inline-block;
    white-space: nowrap !important;
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
    max-height: 70vw;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 60px 45px 0 0
}

#destinationCarousel .block_inlineWrapper>* {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 50%
}

#destinationCarousel .block_middle {
    width: 0;
    height: 100%
}

#destinationCarousel .block_line {
    background-color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    opacity: .18
}

#destinationCarousel .block_Bg {
    position: absolute;
    top: 0;
    height: 200%;
    width: 100%;
    will-change: transform
}

#destinationCarousel .block_item.first {
    margin-left: 20px
}

#destinationCarousel .block_item {
    margin-right: 20px
}

#destinationCarousel .imageItem {
    width: 90%;
    height: 500px;
    color: #fff
}

#destinationCarousel .imageItem_mediaWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#destinationCarousel .imageItem_media {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

#destinationCarousel .imageParallax {
    position: absolute;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    will-change: transform;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%
}

#destinationCarousel .textItem {
    color: #fff;
    font-weight: 300;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1.63;
    font-size: 1.77778vh;
    min-height: 50vh;
    height: auto;
    z-index: 0
}

#destinationCarousel .textItem.xlarge {
    width: 100%
}

#destinationCarousel .block_item {
    margin-right: 100px
}

#destinationCarousel .textItem .textItem_wrapper {
    border-color: hsla(0, 0%, 100%, .18)
}

#destinationCarousel .textItem_wrapper {
    padding: 20% 5% 12% 5%;
    box-sizing: border-box;
    border: 1px solid;
    height: 100%
}

#destinationCarousel .textItem_title {
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1;
    font-size: 28px;
    margin-top: -1em;
    color: #fff
}

#destinationCarousel .textItem_desc {
    margin-top: 2.5em;
    opacity: .54
}

#destinationCarousel .itemDestination_link {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 6px;
    font-weight: 600
}

#destinationCarousel .itemDestination_link i {
    font-size: 18px
}

#destinationCarousel .itemDestination_link:hover {
    text-decoration: #D65103
}

#destinationCarousel .itemHelpPoint {
    color: #fff;
    font-size: 26px;
    width: 100%;
    text-align: right;
    font-weight: 600;
    position: absolute;
    right: 6%;
    bottom: 5%
}

#destinationCarousel .itemHelpPoint i {
    color: #BE1E2D
}

@media (max-width:992px) {
    #destinationCarousel .item {
        padding: 0
    }

    #destinationCarousel.owl-carousel .owl-stage-outer {
        overflow-y: auto;
        overflow-x: hidden
    }

    #destinationCarousel.owl-carousel .owl-nav {
        position: absolute;
        top: 30%;
        width: 100%
    }

    #destinationCarousel.owl-carousel .owl-nav button.owl-next,
    #destinationCarousel.owl-carousel .owl-nav button.owl-prev {
        font-size: 84px
    }

    #destinationCarousel.owl-carousel .owl-nav button.owl-next {
        float: right
    }

    #destinationCarousel .item .elasticBlocks {
        width: 100%;
        float: left;
        padding: 0
    }

    #destinationCarousel .textItem .textItem_wrapper {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        padding-top: 50px;
        height: auto
    }

    #destinationCarousel .block_item.first {
        margin-left: 0
    }

    #destinationCarousel .block_item {
        margin-right: 0
    }

    #destinationCarousel .imageItem {
        width: 100%;
        height: 400px
    }

    #destinationCarousel .itemHelpPoint {
        position: relative
    }
}

.top-activities-container {
    position: relative;
}

.flex-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem;
}

.boxed-shadowed {
    -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6px 5.3px rgba(0, 0, 0, .048), 0 5px 5px rgba(0, 0, 0, .06), 0 11.3px 7.9px rgba(0, 0, 0, .072), 0 5px 33.4px rgba(0, 0, 0, .086), 0 10px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6px 5.3px rgba(0, 0, 0, .048), 0 5px 5px rgba(0, 0, 0, .06), 0 11.3px 7.9px rgba(0, 0, 0, .072), 0 5px 33.4px rgba(0, 0, 0, .086), 0 10px 10px rgba(0, 0, 0, .12);
}

.top-activities-container .owl-nav.disabled{ display: block !important;}