.mini-admin-panel .btn-orange {
    background-color: darkorange;
}
.mini-admin-panel .btn-yellow {
    background-color: #ffff4a;
}

.mini-admin-panel {
    background: #efefef;
    border-radius: 6px;
    flex-wrap: wrap;
    align-items: center;
}

.mini-admin-panel > .btn-group {
    padding: 10px;
}

.mini-admin-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    font-family: 'Heebo', sans-serif !important;
    display: block;
    position: relative;
    color: #191919;
    margin-bottom: 0px;
    margin-top: 0;
}

.parallax {
    /* Set a specific height */
    height: 500px;

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.do-parallax {
    background-attachment: fixed;
}

@media screen and (max-width: 768px) {
    .parallax {
        height: 350px;
    }
}

.index-component-padded {
    padding-top:5px;
    padding-bottom:5px;
}

div:not(.index-component-padded) + .index-component-padded {
    padding-top:10px;
}

#content > div:first-of-type {
    padding-top:0;
}

.tt-title {
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
    letter-spacing: .04em;
    text-align: center;
}

.tt-description {
    line-height: 24px;
    font-weight: 500;
    letter-spacing: .04em;
    font-family: hind,sans-serif;
    text-align: center;
}

/* Categories */
.category-a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.category-container {
    height: 300px;
    min-width:33.3%;
    padding: 0 2.5px;
}

.category-container-small {
    min-width:25% !important;
}

.category-container figure {
    height: 100%;
}

.hover-zoom-in figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 2.5s ease-in-out;
    transition: 2.5s ease-in-out;
}
.hover-zoom-in figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.text-block {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

body[dir=rtl] .text-block {
    left:auto;
    right:20px;
}

.text-block p {
    margin-top: auto;
    margin-bottom: auto;
    padding: 4px 0 4px 0;
}

@media (max-width: 720px) {
    .category-container{
        height: 200px;
    }
}

/* Business Card */
.bc-hours {
    background-color: black;
}

h1.bc-title {
    line-height: 1.5;
    margin-bottom: 0px;
}

.bc-title {
    font-size: 2.5rem;
}

.bc-hours > .bc-title {
    color: white;
}

.opening-day {
    font-size: 2.2em;
    text-align: center;
}

.bc-details a {
    color: inherit;
}

.w-quick-contact-form-container {
    margin: 0 !important;
    border-radius: 0 !important;
    background: #2d2d2d !important;
}

.footer-social-bar {
    margin-top: 0 !important;
}

.home-main-carousel .slide-overlay {
    position:absolute;
    bottom:0;
    max-height:45px;
    width: 100%;
    z-index:99999;
    transition:700ms;
}

.home-main-carousel .carousel-item.active:hover .slide-overlay {
    transition:700ms;
    max-height:900px !important;
}

.home-main-carousel .slide-overlay-inner {
    padding:10px 5px;
}

.home-main-carousel .slide-overlay-inner > .slide-button {
    text-align: center;
    margin-top:20px;
}

.home-main-carousel .slide-overlay-inner > .slide-content {
    margin-top:20px;
}

.home-main-carousel .slide-overlay-inner > .slide-title {
    font-size:2em;
    margin-top:-10px;
    text-align:center;
}

@media screen and (max-width: 600px) {
    .home-main-carousel .slide-overlay-inner > .slide-title {
        font-size:1.7em;
        text-align:center;
    }
}

@media (max-width: 992px) {
    .home-main-carousel .default-slide-overlay > h1 {
        margin-top:50px;
    }
}

.home-main-carousel .default-slide-overlay {
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
}
.home-main-carousel .default-slide-overlay > h1 {
    color:white;
    margin-top:240px;
    text-shadow: 2px 2px 10px #414141;
}

.home-main-carousel a.carousel-link {
    height:100%;
}