/*-----------Mobile Menu------------------*/
.side-menu-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    background: #FF6816;
    padding: 40px 0 0 0;
    position: fixed;
    top: 0;
    left: -290px;
    height: 100%;
    z-index: 2;
    transition: 0.5s;
    width: 250px;
    font: 14px "Courier New", Courier, monospace;
}
.side-menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}
.side-menu-wrapper ul{
    list-style:none;
    padding:0;
    margin:0;
    height:100%;
}
.side-menu-wrapper ul li a {
    display: block;
    border-bottom: 1px solid #e45d14;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    font-family: 'ess', Arial, Helvetica, sans-serif;
}
.side-menu-wrapper ul li.active > a{ background-color: #0678BE }

/*-----------End Mobile Menu-------------*/

@media screen and (max-width: 360px) {
}
@media screen and (max-width: 480px) {
    section#top-bar ul.user-login{text-align: center}
    #home-other-news .title{ text-align: left !important; }
    ul.post-items .info li span.label{
        display: inline-block !important;
    }
    ul.post-items .info{
        padding: 0 5px;
    }
    ul.post-items .info li{
        width: 100%;
        height: 20px;
        line-height: 20px;
        border-bottom: 1px dotted #CCCCCC;
    }
    ul.post-items .info li:last-child{
        border-bottom: none;
    }
    ul.post-items .short-desc{
        margin-bottom: 60px !important;
    }
    ul.post-items li.post-item img{
        width: 100% !important;
    }
}
@media screen and (max-width: 640px) {
    ul.post-items .short-desc{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 992px) {
    #home-other-news{ margin-top: 20px; }
    #nav-container ul{
        display: none;
    }
    #nav-container a.slide-menu-open{
        display: inline-block !important;
        font-size: 12px;
        border: 1px solid #019B43;
        margin: 5px 0;
        text-align: center;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
        color: #019B43;
    }
    #nav-container a.slide-menu-open i{
        font-size: 20px;
        margin: 5px 6px;
    }
    section#top-bar ul.top-contact{
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    ul.post-items .info{
        white-space: nowrap;
    }
    ul.post-items .info li span.label{
        display: none;
    }
    ul.post-items .info li{
        display: inline-block;
    }
}