.modal-header {
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: center;
    border: none;
    padding: 30px 0;
}

header #search-field{
    border: 1px solid #2690bd;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff;
    color: #262626;
    font-size: 15px;
    line-height: 20px;
    font-family: "roboto-mono", "Roboto Mono", sans-serif;
    height: 64px;
    width: 100%;
    padding: 0 20px;
}

header #search-field:focus{
    outline: 0;
}

header h5{
    margin-top: 60px;
    color: #AAA391;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
}

header h5:before{
    content: '#';
}

.modal-open .modal{
    overflow-y: scroll;
}

.modal .col-md-12{
    padding: 0;
}

.modal .modal-body{
    padding: 0;
}

#menu .modal-body{
    display: flex;
    align-items: center;
}

.modal-backdrop.show{
    opacity: 0;
}

.fade-scale {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fade-scale.show {
    opacity: 1;
}

.modal{
    padding-right: 0 !important;
}

.modal h3{
    font-size: 15px;
    letter-spacing: 5px;
    color: #262626;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 25px;
    border-bottom: 1px solid rgba(185, 178, 162, 0.15);
    margin: 0;
    font-weight: normal;
}

.modal .modal-content{
    border: none;
    background-color: rgba(242, 242, 242, .98);
}

.modal .modal-dialog{
    max-width: 100%;
    margin: 0;
    display: flex;
    min-height: 100vh;
    width: 100%;
}

.modal .modal-dialog .modal-content{
    width: 100%;
    border-radius: 0;
    min-height: 100vh;
}

.list-box{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-box li{
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(200,195,183,0.3);
    padding: 15px 20px 15px 58px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    position: relative;
}

.list-box li time{
    color: #51C3B7;
    font-size: 15px;
    line-height: 27px;
    font-family: "roboto-mono", "Roboto Mono", sans-serif;
    display: block;
    font-weight: normal;
}

.list-box li a{
    color: #262626;
    font-size: 19px;
    letter-spacing: -1px;
    line-height: 25px;
    font-family: "roboto-mono", "Roboto Mono", sans-serif;
    font-weight: normal;
}

.list-box li a:hover{
    color: #E83030;
}
