figure {
    margin: 0
}

.content {
    width: 100%;
    background-color: transparent;
}

@media screen and (max-width: 900px) {
    .content > div {
        width: 100% !important
    }
}

.masonry-wrapper {
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
}

.masonry {
    columns: 3;
    -webkit-columns: 3; /* Chrome, Safari, Opera */
    -moz-columns: 3; /* Firefox */
    column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem; /* Chrome, Safari, Opera */
    -moz-column-gap: 0.5rem; /* Firefox */
}

.masonry-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .masonry {
        columns: 3;
        -webkit-columns: 3; /* Chrome, Safari, Opera */
        -moz-columns: 3; /* Firefox */
    }
}

@media only screen and (min-width: 1024px) {
    .masonry {
        columns: 3;
        -webkit-columns: 3; /* Chrome, Safari, Opera */
        -moz-columns: 3; /* Firefox */
    }
}

.masonry-item, .masonry-content {
    border-radius: 3px;
    /*overflow: hidden;*/
}

.masonry-item {
    /*filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .3));*/
    /*-webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .3)); !* Safari *!*/
    /*transition: filter .25s ease-in-out;*/
    /*-webkit-transition: filter .25s ease-in-out; !* Safari *!*/
}

.masonry-item:hover {
    /*filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .3));*/
    /*-webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .3)); !* Safari *!*/
}

.masonry-footer {
    font-size: .75em;
    opacity: .25;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: -1.5em;
    transition: opacity 1s ease-in-out;
}

.masonry-footer a {
    color: currentColor;
}

.masonry-footer:hover, .masonry-footer:active, .masonry-footer:focus {
    opacity: .75;
}

.masonry-text-wrapper {
    padding: 1rem 0 2rem 0;
}

.masonry-text {
    font-family: 'Ubuntu';
    font-size: 14px;
    color: #637682;
}

.lcl_fade_oc.lcl_pre_show #lcl_overlay,
.lcl_fade_oc.lcl_pre_show #lcl_window,
.lcl_fade_oc.lcl_is_closing #lcl_overlay,
.lcl_fade_oc.lcl_is_closing #lcl_window {
    opacity: 0 !important;
}

.lcl_fade_oc.lcl_is_closing #lcl_overlay {
    -webkit-transition-delay: .15s !important;
    transition-delay: .15s !important;
}

#lcl_nav_cmd {
    display: none;
}

.further-posts-btn,
.further-posts-btn:hover {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fbbd00;
    border-radius: 4px;
    color: #fff;
    background: #fbbd00 none;
}