/*-----------------------------------------
 [MATERIALIZE FRAMEWORK STYLE SHEET]
 * Project: The Royal - Hotel | Restaurant Booking
 * Version: v1.1.1
 * Copyright 2017-2020 rn53themes
 * Last Changes: 01 Aug 2017 
 * Author: RN53 Themes
 * Email:      rn53themes@gmail.com
 * Website:    http://www.rn53themes.net 
 -----------------------------------------------*/


.materialboxed {
    display: block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative;
    transition: opacity .4s;
    -webkit-backface-visibility: hidden;
}
.materialboxed:hover:not(.active) {
    opacity: .8;
}
.materialboxed.active {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
#materialbox-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #292929;
    background-color: rgba(95, 55, 46, 0.82);
    z-index: 1000;
    will-change: opacity;
}
.materialbox-caption {
    position: fixed;
    display: none;
    color: #fff;
    line-height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0% 15%;
    height: 50px;
    z-index: 1000;
    -webkit-font-smoothing: antialiased;
}
select:focus {
    outline: 1px solid #c9f3ef;
}
button:focus {
    outline: none;
    background-color: #2ab7a9;
}
/* Text Inputs + Textarea
   ========================================================================== */

