

/*= General
----------------------------------------------------------------- */
.fixed-top {
    position: inherit;
}

/*= Header & menu
----------------------------------------------------------------- */
header .navbar {
    padding-left: 16px;
    padding-right: 16px;
}

.navbar-nav .nav-item {
    border-right: none;
    padding: 0;
}

.navbar-collapse > .nav-link {
    padding-left: 0;
}

.post-content {
    display: none;
}
/*= Gallery
----------------------------------------------------------------- */

#homepage-gallery {
    height: 260px;
}

.magicwall li .magicwall-item-hover h3{
    display: none;
}

/*= Day selector
----------------------------------------------------------------- */

.date-selector {

}

.date-selector > div {
    padding: 0 ;
}


.date-selector a {
    text-align: center;
    font-size: 22px;
    line-height: 20px;
    padding:25px;
}

/*= Posts
----------------------------------------------------------------- */
.posts {
    padding: 5px 15px;
}

.post {
    height: 260px;
}


.posts > div {
    padding: 5px;
}

.post-item-content h3,
.post:hover .post-item-content h3{
    font-size: 22px;
}

.post:hover .post-item-content {
    padding-top: 100px;
}

.post-item-content div {
    font-size: 12px;
    line-height: normal;
}