/* ---------------------------------------------------------------------
EasyStand Custoization Styles
------------------------------------------------------------------------ */
.esPosts { }

.esPost {
    clear: both;
    list-style-type: none;
}

.esPostImage {
    float: left;
    margin-right: 30px;
    height: 150px;
    width: 150px;
}

.esPostImage img {
    width: 100%;
    height: auto;
}

.esPostTitle {
    font-size: 16px;
    font-weight: bold;
}

.esPostTitle:hover {
    text-decoration: underline;
}

/* ---------------------------------------------------------------------
Single Posts
------------------------------------------------------------------------ */
.widget li.esPost_single {
    clear: none;
    float: left;
    width: 30%;
    padding-right: 10px;
}

.esPosts_single .esPostImage {
    float: none;
    margin: 0 auto;
    height: auto;
    width: auto;
}

/* ---------------------------------------------------------------------
Share Buttons
------------------------------------------------------------------------ */
.shareButton {
    margin-right: 5px;
}

/* ---------------------------------------------------------------------
Parent/Child Navigation Widget
------------------------------------------------------------------------ */
.sectionNavigation {
    margin-bottom: 20px;
}

.sectionNavigation:last-of-type {
    margin-bottom: 0;
}

.sectionNavigation a:hover {
    color: #28b5b0;
}

/* get specific to get around theme styles */
#top .widget .sectionNavigation h3 a:hover {
    color: #28b5b0;
}

#top .widget .sectionNavigation ul {
    float: none;
}

/* ---------------------------------------------------------------------
Gravatar Styles for Contributors Page
------------------------------------------------------------------------ */
.gravatar_contributors {
    display: block;
    clear: both;
    margin-bottom: 20px;
    margin-right: 20px;
}

.page-id-220 .gravatar { /* Overwriting default styles as they enlarge the photos way to much */
    width: 80px;
    height: 80px
}

.entry-content p { /* Unfortunally no way to target just this posts P tags without a body class */
    overflow:hidden;
}

/* ---------------------------------------------------------------------
Hompage Slider
------------------------------------------------------------------------ */
#top h3.entry-title a {
    font-size: 16px;
    color: #359290;
}

#top h3.slide-entry-title.entry-title a:hover {
    text-decoration: underline;
    color: #28b5b0;
}

/* ---------------------------------------------------------------------
Mobile
------------------------------------------------------------------------ */

@media (max-width: 770px) {
    .widget li.esPost_single {
        clear: both;
        float: none;
        width: 100%;
    }
}
@media (max-width: 500px) {
    .esPostImage {
        float: none;
        margin: 0 auto;
        height: auto;
        width: auto;
    }
}