/*
Theme Name: gridnext-child
Description: Mein neues Childtheme
Author: Dein Name
Author URI: http://www.deine-website.de
Template: gridnext
Version: 1.0
Tags:
*/
.gridnext-post-thumbnail-single-img {
    display: block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 600px;
}

.entry-content {
    font-size: 17px;
    line-height: 1.6;
}