/*
Theme Name:     hemingway-child
Description:    Hemingchild
Author:         admin
Template:       hemingway

(optional values you can add: Theme URI, Author URI, Version)
*/



.fronttable img:hover {
    -moz-transform: translate(0px,4px);
    -ms-transform: translate(0px,4px);
    -o-transform: translate(0px,4px);
    -webkit-transform: translate(0px,4px);
    transform: translate(0px,4px)
}

.credits-inner.section-inner {
display:none
}


.footer.section.large-padding.bg-dark {
    padding-top: 17px;
    padding-bottom: 20px;
}

.sidebar {
 display: inline;
 width: 100%;
 padding: 10px;
}

.post-nav.archive-nav {
margin-bottom: 30px
}

.widget-title {
font-family: "Special Elite", arial, sans-serif;
font-size: 1.1rem;
}

.post-title {
font-family: "Special Elite", arial, sans-serif;
}

.entry-title {
font-size: 50px
}

hr {
margin-bottom: 10px;
margin-top: 10px;
}

#wrapper {
background-color: #1D1D1D;
height: 100%;
}

@media (min-width: 800px) {
#wrapper {
float: right;
width: 27.5%;
}
}

.sidebar ul li a {
color: #ffffff;
text-decoration: none;
}

.sidebar ul li a:hover {
text-decoration: underline;
}

.sidebar a {
color: #ffffff;
text-decoration: none;
}

.sidebar a:hover {
text-decoration: underline;
}

.sidebar h3 {
color: #ffffff;
}

.sidebar p {
color: #ffffff;
}

.sidebar p a {
color: #ffffff;
}

@media (max-width:799px) {
.widget {
padding: 20px;
}

p #knicktitle {
font-size: 60px
}

.column-date {
font-size: 12px;
}

.column-date+a, .column-date+h2{
margin-top:0px;
}