@import "map-overview.css";

:root {
    --screen-w: 1200px;
}
.mobile-only {
    display: none!important;
}

.desktop-only {
    display: block;
}

body {
    padding: 0;
    margin: 0;
    font-size: 1em;
    background-color: #5a4c31;
}

.h-std {
    padding: 0;
    margin: 0 0 0.8em 0;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    color: #80371a;
}

h3 {
    padding: 0;
    margin: 0 0 0.5em 0;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 1.1em;
    font-weight: normal;
    color: #80371a;
}

h4 {
    padding: 0;
    margin: 0 0 0.8em 0;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 1.1em;
    font-weight: normal;
}

.h-sml {
    font-size: 0.85em;
    line-height: 0.9em;
}

.p-std {
    padding: 0;
    margin: 0 0 1em 0;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 0.95em;
    line-height: 1.1em;
    letter-spacing: 0.05em;
}

.list-std {
    padding: 0 18px;
    margin: 0 0 1em 0;
    font-size: 0.95em;
    line-height: 1.1em;
    letter-spacing: 0.05em;
}

.list-std li {
    margin: 0 0 0.5em 0;
}

.p-std {
    padding: 0;
    margin: 0 0 1em 0;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 0.95em;
    line-height: 1.1em;
    letter-spacing: 0.05em;
}

p a,
.p-std a {
    color: #550000;
}

.p-std-wide {
    padding: 0;
    margin: 0 0 1em 0;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 0.95em;
    line-height: 1.3em;
    letter-spacing: 0.05em;
}

.p-lrg {
    font-size: 1.5em;
    line-height: 1.1em;
}

.p-sml {
    font-size: 0.85em;
    line-height: 1.1em;
}

/*--BEGIN: HEADER--*/

body.header-blur:before {
    display: block;
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    inset: 0;
    backdrop-filter: blur(20px);
    mask-image: linear-gradient(to bottom, black, transparent);
    /* Example: gradient mask */
    /* Or mask-image: url('path/to/mask.svg'); */
    /* Or mask-image: url('path/to/mask.png'); */
}

#wrapperHeader {
    width: 100%;
    z-index: 9999;
    height: max-content;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
}

#header {
    display: inline-block;
    z-index: 1200;
    padding: 0;
    margin: 0 auto;
    width: var(--screen-w);
    z-index: 9999;
}

#header h1 {
    display: block;
    float: left;
    padding: 0;
    margin: 11px 5px 10px 16px;
    width: 175px;
    height: 120px;
}

#header h1 a {
    display: block;
    padding: 0;
    margin: 0;
    width: 175px;
    height: 120px;
    text-indent: -1000em;
    background: url(/img/logo_kapula.png) no-repeat 0 0;
}

#header.touching {}

#header.touching h1,
#header.touching .nav-main {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    border-radius: 8px;
    box-shadow: 0px 0px 5px 1px rgba(198, 173, 111, 1);
}



/*--END: HEADER--*/

/*--BEGIN: FOOTER--*/

#footer {
    clear: both;
    background: url(/img/fill_footer.gif) repeat-x 0 0;
}

.content-footer {
    padding: 25px 0 20px 0;
    margin: 0 auto;
    width: var(--screen-w);
}

.content-footer p {
    padding: 0;
    margin: 0;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    color: #d9cec5;
}

.content-footer a {
    color: #d9cec5;
}

/*--END: FOOTER--*/

/*--BEGIN: CONTENT--*/

.content {
    display: block;
    position: relative;
    clear: both;
    padding: 0;
    margin: 0 auto;
    width: var(--screen-w);
    min-height: 200px;
}

.thin {
    min-height: 100px;
}

.stretch {
    padding: 0;
    margin: 0;
    width: 100%;
}

.paper-top {
    display: block;
    position: relative;
    top: -30px;
    z-index: 1100;
    width: 100%;
    height: 30px;
    background: url(/img/fill-paper-2.png) no-repeat 50% 0;
    background-size: 2000px auto;
}

.paper {
    display: block;
    position: relative;
    top: 10px;
    width: 100%;
    background: url(/img/fill-paper-2.png) no-repeat 50% -30px;
    background-size: 2000px 100%;
}

.bottom {
    position: absolute;
    top: 50%;

}

#content.paper-full {
    padding-top: 160px;
}

.paper-full {
    display: block;
    position: relative;
    width: 100%;
    background: #fbebbb url(/img/fill-paper-2.png) no-repeat 50% -100px;
    background-size: 100% auto;
    background-attachment: fixed;
}

.slide {
    position: absolute;
    height: 50%;
    background-position: 50% 50%;
    background-size: 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.s-1 {
    background-image: url(/home/slides/slide-hippos-1.jpg);
}

.s-2 {
    background-image: url(/home/slides/slide-zebra-1.jpg);
}

.s-3 {
    background-image: url(/home/slides/slide-birds-1.jpg);
}

.s-4 {
    background-image: url(/home/slides/slide-sunset-2.jpg);
}

.map-africa {
    display: inline-block;
    vertical-align: top;
    padding: 150px 15px 0 0;
    margin: 0;
    width: 284px;
    height: 220px;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 1.1em;
    color: #5f441f;
    line-height: 1em;
    letter-spacing: 0.05em;
    text-align: right;
    background: url(/img/map_africa.png) no-repeat 0 0;
}

.map-africa .p-sml {
    display: block;
}

.africa-without-borders {
    border-style: none;
}

/*--END: CONTENT--*/

/*--BEGIN: DOCUMENTS--*/

.documents {
    padding: 0 0 0 25px;
    margin: 0;
    width: 600px;
    list-style-type: none;
}

.documents li {
    display: block;
    clear: both;
}

.documents li a {
    display: block;
    padding: 10px 0 0 60px;
    margin: 0 0 10px 0;
    height: 60px;
    min-height: 60px;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 1.1em;
    line-height: 1em;
    text-decoration: none;
    color: #80371a;
    background: url(/img/icon_document.png) no-repeat 0 0;
}

.documents li a .info span {
    font-size: 0.85em;
    color: #222222;
}

.documents .info {
    display: block;
    float: left;
    padding: 0 20px 0 0;
    margin: 0;
    border-right: 1px dotted #5f441f;
}

.documents .file-info {
    display: block;
    width: 150px;
    float: left;
    padding: 0 0 0 5px;
    margin: 0;
    font-size: 0.8em;
    color: #333333;
}

/*--END: DOCUMENTS--*/

/*--BEGIN: DOWNLOADS--*/

.downloads {
    padding: 0 0 0 0;
    list-style-type: none;
}

.downloads li {
    display: block;
    clear: both;
}

.downloads li .download-link {
    display: block;
    padding: 10px 0 0 60px;
    margin: 0 0 10px 0;
    height: 60px;
    min-height: 60px;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 1.1em;
    line-height: 1em;
    text-decoration: none;
    color: #80371a;
    background: #f6eed4 url(/img/icon_info.png) no-repeat 0 0;
    border: 1px solid #7a5947;
    border-radius: 4px;
}

.downloads li .download-link .info span {
    font-size: 0.85em;
    color: #222222;
}

.downloads .info {
    display: block;
    float: left;
    max-width: 55%;
    padding: 0 15px 0 0;
    margin: 0;
    border-right: 1px dotted #5f441f;
}

.downloads .file-info {
    display: block;
    width: 150px;
    float: left;
    padding: 0 0 0 5px;
    margin: 0;
    font-size: 0.8em;
    color: #333333;
}

/*--END: DOWNLOADS--*/

/*--BEGIN: BOOK NOW BUTTON--*/

.btn-booking-and-rates {
    display: block;
    width: 240px;
    padding: 5px 7px;
    margin: 0 0 20px -1px;
    width: 435px;
    height: 50px;
    min-height: 50px;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    border-radius: 4px;
    border-top: 1px solid #efc9af;
    border-right: 1px solid #777777;
    border-bottom: 1px solid #777777;
    border-left: 1px solid #efc9af;
    background: #fffdf2 url(/img/fill_oldpaper-lite.gif) no-repeat 100% 0;
    box-shadow: 2px 2px 5px #b99b75;
}

.btn-booking-and-rates:hover {
    margin: -1px -1px 19px -2px;
    border: 2px solid #8f3715;
}

.btn-booking-and-rates .info {
    display: block;
    float: left;
    padding: 0;
    margin: 0 15px 0 0;
}

.btn-booking-and-rates .sml {
    font-size: 0.8em;
    font-weight: normal;
}

.btn-oldpaper {
    display: block;
    width: 240px;
    padding: 7px 10px;
    margin: 0 0 5px -1px;
    width: 100%;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    border-radius: 6px;
    border-top: 1px solid #efc9af;
    border-right: 1px solid #777777;
    border-bottom: 1px solid #777777;
    border-left: 1px solid #efc9af;
    background: #fffdf2 url(/img/fill_oldpaper-lite.gif) no-repeat 100% 0;
    box-shadow: 2px 2px 5px #b99b75;
    box-sizing: border-box;
}

.icon-go {
    display: block;
    float: left;
    padding: 0;
    margin: 0 15px 0 0;
    width: 50px;
    height: 50px;
    background: url(/img/icons_scroll.gif) no-repeat -90px 50%;
}

/*--END: BOOK NOW BUTTON--*/

/*--BEGIN: PAGER--*/



/*--END: PAGER--*/

/*--BEGIN: LOADERS--*/



/*--END: LOADERS--*/

/*--BEGIN: GENERAL USE--*/

.hide {
    display: none;
}

.border-top {
    border-top: 1px dotted #5f441f;
}

.border-right {
    border-right: 1px dotted #5f441f;
}

.border-bottom {
    border-bottom: 1px dotted #5f441f;
}

.border-left {
    border-left: 1px dotted #5f441f;
}

.line {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #5f441f;
}

.photostrip {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 348px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000000;
}

.strip-1 {
    background-image: url(/img/photostrip_1.jpg);
}

.strip-2 {
    background-image: url(/img/photostrip_2.jpg);
}

.strip-3 {
    background-image: url(/img/photostrip_3.jpg);
}

.strip-4 {
    background-image: url(/img/photostrip_4.jpg);
}

.strip-5 {
    background-image: url(/img/photostrip_5.jpg);
}

.strip-overlay {
    display: none;
}

.strip-1 .strip-overlay {
    display: block;
    z-index: 1200;
    position: relative;
    width: 450px;
    height: 200px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.overlay-1 {
    top: -42px;
    background-image: url(/img/overlay-1.png);
}

.intro {
    grid-column: span 3;
    vertical-align: top;
    padding: 0 20px;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 0.9em;
}

.intro .p-first {
    font-size: 1.1em;
    text-transform: uppercase;
}

.intro-desc {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    width: 430px;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 0.95em;
    letter-spacing: 0.04em;
}

.intro-border {
    margin-top: -25px;
    border-bottom: 1px dotted #5f441f;
}

.widget-guestbook {}

.shift {
    margin: 0;
}

.overview {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: max-content;
    grid-template-areas:
        "map northcamp southcamp"
        "reviews theplatform jackalberry"
        "reviews littlekapula .";
    padding: 0;
    margin: -25px 0 0 0;
    overflow: hidden;
}



.overview.home {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-areas:
        "northcamp southcamp theplatform"
        "jackalberry littlekapula .";
    padding: 0;
    margin: -25px 0 0 0;
    overflow: hidden;
}

.overview-sub {
    padding: 0;
    margin: 0;
}

.overview-sub .map-link {
    padding-top: 10px;
}

.overview .map-africa {
    grid-area: map;
    height: 120px;
    border-style: none;
}

.overview .map-link {
    display: inline-block;
    padding: 10px 0 0 20px;
    margin: 0;
    width: 100%;
    min-width: 320px;
    height: 265px;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 1.2em;
    text-decoration: none;
    color: #5f441f;
    box-sizing: border-box;
}

.link-north-camp {
    grid-area: northcamp;
    background: url(/img/map_north-camp-sml.gif) no-repeat 12px 50%;
}

.link-south-camp {
    grid-area: southcamp;
    background: url(/img/map_south-camp-sml.gif) no-repeat 0 50%;
}

.link-the-platform {
    grid-area: theplatform;
    background: url(/img/map-the-platform.png) no-repeat 50% 50%;
    background-size: contain;
}

.link-jackalberry {
    grid-area: jackalberry;
    background: url(/img/map-jackalberry.png) no-repeat 50% 50%;
    background-size: contain;
}

.link-little-kapula {
    grid-area: littlekapula;
    background: url(/img/map-little-kapula.png) no-repeat 50% 50%;
    background-size: contain;
}

.reviews {
    display: block;
    grid-area: reviews;
}

.overview .col-std {
    display: inline-block;
    margin: 0;
    width: 336px;
    min-height: 100px;
}

.overview .col-wide {
    display: inline-block;
    margin: 0;
    width: 672px;
    min-height: 250px;
}

.overview-sub {
    padding: 0;
    margin: 0 0 0 0;
}

.col-intro {
    display: inline-block;
    vertical-align: top;
    padding: 0 49px 0 0;
    margin: 20px 10px 0 22px;
    width: 165px;
    text-align: center;
    background-image: url(/img/icon_marker.png);
    background-position: 33px 100%;
    background-repeat: no-repeat;
}

.col-left {
    display: inline-block;
    vertical-align: top;
}

.border-left {
    border-left: 1px dotted #5f441f;
}

.num {
    font-family: Times, serif;
}

.padded {
    display: block;
    margin: 0 0 0 30px;
}

.red {
    color: #770000;
}

.sign-out {
    display: block;
    padding: 3px 4px;
    width: 100%;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #FF0000;
}

/*--END: GENERAL USE--*/


.tripadvisor-loader {
    display: none !important;
}

.tripadvisor-loader.loaded {
    display: block !important;
}

/*--Honeypot field for spammers--*/

.fortheflies {
    position: absolute;
    left: -1000em;
    top: -1000em;
    width: 1px !important;
    height: 1px !important;
    margin-left: -1000em;
}

.content.accommodation {
    display: grid;
    grid-template-areas:
        'map overview'
        'divider divider'
        'leftcol buttons';
}

.content.accommodation .map-africa {
    grid-area: map;
}

.content.accommodation .map-camp {
    grid-area: overview;
}

.content.accommodation .line {
    grid-area: divider;
}

.content.accommodation .col-thin-left {
    grid-area: leftcol;
}

.content.accommodation .general {
    grid-area: buttons;
}