/* general */
.info-box-content {
    display: flex;
    align-items: center;
    min-height: inherit;
}
.info-box-text{
    font-size: 16px;
}
.box-header{
    position: relative;
}
.box-header > i.fa{
    position: absolute;
    left: 5px;
    top: 10px;
    display: block;
    margin: 0;
}
.box-header .box-title{
    font-size: 14px;
    line-height: 1.3;
    padding-left: 19px;
    display: block;
}
.btn.btn-flat{
    text-align: left;
}
.sidebar-menu li {
    white-space: normal;
    overflow: hidden;
}
.sidebar-menu li a{
    overflow: hidden;
}
.sidebar-menu li i{
    float: left;
}
.sidebar-menu li span{
    width: 90%;
    float: left;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 300;
}

/* screen */
.screen{
    display: none;
}
.screen.current{
    display: block;
}

/* homepage */
.homepage .screenplays .info-box .info-box-text {
    color: #333;
    white-space: normal;
}
.homepage .screenplays .info-box:hover .info-box-text {
    color: #00c0ef;
}
.homepage #post-5{
    max-width: 1100px;
}

/* navbar */
.logos-navbar {
    display: flex;
    justify-content: space-between;
    min-height: inherit;
    align-items: center;
    flex-wrap: wrap;
}
.logos-navbar-left{
    padding: 0 10px;
}
.logos-navbar-right{
    padding: 0 30px 0 10px;
}
.logos-navbar div img{
    width: 100%;
}