/*=====HOMEPAGE======*/
.home-container {
    padding-left: 6rem;
    padding-right: 6rem;    
}
.safari-header {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.ticket-title {
    color: white;
}

.mad-navigation > li > a {
    white-space: nowrap;
}
.page-directory {
    font-size: 16px;
    line-height: 1rem;
    vertical-align: baseline;
    font-weight: 700;
    font-family: quicksand-Medium;
    text-transform: capitalize;
    letter-spacing: 0;
    letter-spacing: 0;
    margin-bottom: 11px !important;    
}
.page-header {
    text-align: left !important;
    padding-top: 14.75rem !important;
    padding-bottom: 14.75rem !important;    
    .page-title {
        position: relative;
        font-family: 'quicksand-Bold';
        font-size: 50px;
    }
    .page-title:before {
        width: 150px;
        left: 0;
        background: #1B9B27;
        content: '';
        height: 2px;
        position: absolute;
        top: 83px;     
    }
}

[class*="with-texture"] .mad-colorizer-bg-color:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/texture.0f8581be9adc.png") no-repeat;
    background-size: cover;
    z-index: -1;
}

.with-texture2 .mad-colorizer-bg-color:after {
    background: url("../images/texture2.cf7ed87de02e.png") no-repeat;
    background-size: cover;
}

.cabin-header {
    background: transparent;
    padding-bottom: 0;
    .sub-title {
        font-size: 20px;
        color: #4f4e4e;
        line-height: 16px;
        font-family: 'quicksand-Medium';
    }
}

.attractions .mad-entity:not(:last-child) {
    margin-bottom: 5rem;
}
 
.mb-6 {
    margin-bottom: 5rem;
}
.animals .mad-entity-content {
    background: transparent !important;
    color: white;
    .mad-entity-title {
        color: white;
        font-family: rubik;
        font-weight: 800;
    
        text-transform: uppercase;
        font-size: 32px;
        letter-spacing: .5px;
    }
    .btn-animal {
        margin: 1rem 0.5rem 1rem;
    }
}
.animals:hover 
    h4.mad-entity-title {
/*        margin-bottom: 0;*/
    }
    .btn-animal { 
/*        margin-top: 0;*/
    }
    .mad-entity-footer {
/*        margin-top: 0!important;*/
    }

}

.font-rubik {
    font-family: rubik;
}
.map {
    padding-bottom: 4rem;
}
.safari-footer {
    .logo-footer {
        width: 110px;
    }
    .mad-text-link {
        padding-left: 0 !important;
    }
}
.safari-title {
    .mad-entity-pre-title:before {
        content: '';
        width: 3.375rem;
        height: 1px;
        background-color: var(--color-neutral-60);
    }    
}

.partners {
    .mad-sponsors {
        justify-content: space-around;
    }
}
.mad-page-title , .section-title {
    font-family: "quicksand-medium";
    font-size: 50px;
    font-weight: 700;
    color: green;
    span {
        font-weight: 300;
        font-family: "quicksand-light";
    }    
}
.accomodation {
    .mad-page-title {
        font-family: quicksand-medium, sans-serif !important;
        font-weight: 400 !important;
        font-size: 24px !important;        
    }
}
.mad-entities .mad-entity .mad-entity-pre-title:before, .mad-pre-title:before {
    background-color: #bf885f;
}
.mad-widget {
    .mad-text-link {
        color: white !important;
    }
}
.mad-footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/texture.0f8581be9adc.png") no-repeat;
    background-size: cover;
    z-index: -1;    
}
