/*nav .nav-wrapper ul li a {
    text-transform: uppercase!important;
    font-weight: bolder!important;
}

.format1section {
    text-align: justify;
    border-bottom: 2px #333 solid;
    padding: 10px 0px;
}*/

@media only screen and (min-width: 780px) {
    .inner-nav {
        position: relative;
        left: 60px;
    }
    .inner-header {
        width: 200px!important;
        text-transform: uppercase;
        position: relative;
        left: 30px;
    }
}

.header.header-transparent .inner-brand {
    text-transform: uppercase!important;
}

.inner-header {
    width: 200px!important;
    text-transform: uppercase;
}

.row.grid-list {
    margin: 0!important;
}

.row.grid-list .col-md-4 {
    border: 5px solid #f8f8f8!important;
}

.grid-list .col-md-4 {
    height: 250px!important;
    padding: 20px!important;
}

.grid-list .col-md-4 h4 {
    z-index: 2;
    position: relative;
}

.grid-list .col-md-4 .link-to-page {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-color: #00000000;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
}

.grid-list .col-md-4 .link-to-page:hover {
    background-color: #505cfd54;
}

section .col-lg-6 img {
    max-height: 550px;
}

.post-item .post-preview img {
    height: 250px!important;
    width: 100%!important;
}