/*
Theme Name: Hemingway Child
Template: hemingway
Author: Child Theme Configurator
Version: 1.0.1518453567
Updated: 2018-02-12 18:39:27

*/

.blog-menu {
    background-color: #1d1d1d;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -o-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -o-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
body {
    color: unset;
}
.section.bg-dark {
       background-color: rgba(255, 255, 255, 0);
}
.section-inner {
    width: 1000px;
    max-width: 100%;
}
.wrapper {
    margin-top: 15px;
	background-color: rgba(0, 0, 0, 0.4) !important;
}
.blog-menu > li:before {
    content: " ";
}
.blog-menu li:hover a {
    background-color: unset;
    color: #f0e843;
}
.blog-menu li:hover > a {
    color: #f0e843;
}
.blog-menu ul {
    background-color: #1d1d1d;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -o-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -o-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.post-header {
    display: none;
}
.post-title {
    color: #fff;
    text-shadow: #363428 0 3px 8px;
}
.post-nav a {
    float: left;
}

.post-content {
	padding: 15px;
}
.post-content h1 {
    color: #fff;
    line-height: 120%;
    text-shadow: #363428 0 3px 8px;
	font-size: 3vmax;
	margin-bottom: 10px !important
}
.post-content .highlight {
    color: #ff9;
    text-decoration: underline;
    background-image: none;
}
img.alignleft, .alignleft img, img.aligncenter, .aligncenter img, img.alignright, .alignright img {
    border: none;
}
.widget-title {
    color: #fff;
}
.widget-content {
    color: #fff;
}
.widget-content *:last-child {
    background-image: none;
}
.widget-content ul li {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0 solid #eee !important;
}
.footer {
	background-color: rgb(34, 34, 34) !important;
}
.footer .widget-title {
    color: #f0e841;
}
.footer .widget-content {
    padding-left: 20px;
    color: #fff;
}
.credits-inner {
    background-color: rgb(34, 34, 34);
    border: none;
	padding: 10px;
}

.credits.section.bg-dark.no-padding {
	background-color: rgb(34, 34, 34) !important;
}

.credits, .credits a {
    color: #f0e841;
}
.blog-menu .current-menu-item a {
    color: #f0e843;
}
.blog-menu > .page_item_has_children::after {
    content: " ";
}
.page {
    padding-bottom: 0%;
    border-bottom: 4px solid #eee;
    margin-bottom: 0%;
}
.post-content h2, .post-content h3, .post-content h4 {
    color: #fff;
    line-height: 120%;
    text-shadow: #363428 0 3px 8px;
}
.post-content h5, .post-content h6 {
    color: #fff;
    line-height: 120%;
    text-shadow: #363428 0 3px 8px;
    margin: 20px 0;
}
.post-content a {
    color: #ff9;
    text-decoration: underline;
}

.post-content p {
	margin-bottom: 10px !important;
	color: #ffffff;
}

.footer-inner.section-inner {
    background-color: rgb(34, 34, 34);
}

.right {
    float: right;
}	

.sidebar {
    margin-top: 20px;
	width: 30%;
}

