/********************
Menu Item Categories
********************/

.crbc-categories-page .crbc-categories-category-entry {
    background: #fff !important;
    background-color: #fff !important;
    border: none;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 9px;
    border-radius: 0;
    transition: ease-out 0.2s;
}
.crbc-categories-page .crbc-categories-image-container {
    border: none;
    box-shadow: none;
}
.crbc-categories-page .cbrc-categories-button-container {
    position: absolute !important;
    top: 20%;
}
.crbc-categories-page .crbc-categories-category-entry .crbc-btn {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0 !important;
    border: 1px solid #4BB5C1 !important;
    color: #4BB5C1 !important;
    border-radius: 0!important;
    cursor: pointer !important;
    display: inline-block !important;
    font-weight: lighter !important;
    height: auto !important;
    padding: 8px !important;
    position: relative !important;
    text-align: center !important;
    text-shadow: none !important;
    z-index: 0 !important;
    display: none !important;
    transition: ease-out 0.2s !important;
    width: 100% !important;
}
.crbc-categories-page .crbc-categories-category-entry:hover .crbc-btn {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0 !important;
    border: 1px solid #4BB5C1 !important;
    color: #4BB5C1 !important;
    border-radius: 0!important;
    cursor: pointer !important;
    display: inline-block !important;
    font-weight: lighter !important;
    height: auto !important;
    padding: 8px !important;
    position: relative !important;
    text-align: center !important;
    text-shadow: none !important;
    z-index: 0 !important;
    display: block !important;
    transition: ease-out 0.2s !important;
    width: 100% !important;
}
.crbc-categories-page .crbc-categories-category-entry:hover .crbc-btn:hover {
    background: #4bb5c1 none repeat scroll 0 0 !important;
    border: 1px solid #4BB5C1 !important;
    color: #fff !important;
    border-radius: 0!important;
    cursor: pointer !important;
    display: inline-block !important;
    font-weight: lighter !important;
    height: auto !important;
    padding: 8px !important;
    position: relative !important;
    text-align: center !important;
    text-shadow: none !important;
    z-index: 0 !important;
    display: block !important;
    transition: ease-out 0.2s !important;
    width: 100% !important;
}
.crbc-categories-page .crbc-categories-category-entry img {
    transition: ease-out 0.2s;
}
.crbc-categories-page .crbc-categories-category-entry:hover img {
    transform: scale(1.2);
    transition: ease-in 0.2s;
    opacity: 0.3;
}

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




    .crbc-categories-page .crbc-categories-category-entry .crbc-btn {
        display: block !important;

    }

    .crbc-categories-page .cbrc-categories-button-container {
        position: absolute !important;
        top: 77%;
    }

}
@media (max-width: 767px) {

    .crbc-categories-page .crbc-categories-category-entry .crbc-btn {
        display: block !important;

    }

    .crbc-categories-page .cbrc-categories-button-container {
        position: absolute !important;
        top: 77%;
    }

}
@media only screen and (min-width: 481px) and (max-width: 767px) {

}
@media only screen and (max-width: 480px) {

}
