/******************************************************************
Add your custom CSS here
******************************************************************/

.post h2.entry-title a, .post h2.entry-title a:visited { color:#612558; font-size:24px;  }

.home .hfeed .entry-content {
    padding: 0 0 !important;
}
.first-row a {
    width: 33.33%;
    float: left;
    margin-bottom: 5px;
}
@media only screen and (min-width: 960px) {
    #footer-widgets #text-6 {
        width: 660px;
    }
}
@media (max-width: 767px) {
    .first-row a {
        width: 50%;
    }
    #footer-widgets .textwidget img {
        max-width: 90%;
    }
}
@media (max-width: 599px) {
    .admin-bar #nav {
        position: absolute;
        top: 252px;
        left: 0;
        right: 0;
    }
    #nav {
        position: absolute;
        top: 206px;
        left: 0;
        right: 0;
        z-index: 999;
    }
    div#content-sidebar-wrap {
        display: flex;
        flex-direction: column;
    }
    div#sidebar {
        order: 1;
    }
}