/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/
.single .byline {
display:none;
}


.site {
margin: 0px;
}
 
.widget {
border-top:1px solid #1a1a1a;
}

.widget_search {
border-top: 0px;
padding-top:0px;
}

.base-widget {
margin-bottom:1em!important;
}


.entry-format {
display: none !important;
}

blockquote {
border-left-width: 1px;
margin-left: 0;
}

blockquote strong
{
	font-weight: 700;
}

.entry-content ul, .entry-content ol {
margin-left: 1.473684211em;
}

.entry-content blockquote:not(.alignleft):not(.alignright), .entry-summary blockquote, .comment-content blockquote {
margin-left:0;
}

body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		height: 0px;
	}

/*
code, 
pre{
overflow: auto;
word-wrap: normal;
white-space: pre;
-webkit-overflow-scrolling: touch;
font-family: "Computer Modern Typewriter";
}
*/

pre {
padding: 8px 8px 8px 8px;
border: 0;
}

h1, h2, h3, h4, h5, h6,
button,
input,
select,
textarea,
.entry-title,
.site-title,
.widget .widget-title,
.post-navigation .post-title,
.page-title,
.comments-title, .comment-reply-title,
.comment-metadata, .pingback .edit-link,
.no-comments,
.tagcloud a,
.widget a
{
font-family: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, 
    "Segoe UI", "Roboto", "Oxygen", 
    "Ubuntu", "Cantarell", "Fira Sans", 
    "Droid Sans", "Helvetica Neue", sans-serif;
}

body,footer,nav, html, p
{
font-family: "Georgia", "Droid Serif", -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", 
    "Ubuntu", "Cantarell", "Fira Sans", 
    "Droid Sans", "Helvetica Neue", sans-serif;
}

::-webkit-input-placeholder {
font-family: Helvetica, -apple-system, BlinkMacSystemFont, 
    "Segoe UI", "Roboto", "Oxygen", 
    "Ubuntu", "Cantarell", "Fira Sans", 
    "Droid Sans", "Helvetica Neue", sans-serif !important;
}

blockquote {
font-size: 1rem;
line-height: 1.75;
font-style: normal;
}

code {background-color: transparent;}

.site-footer .site-title:after {
	content: none; 
}

.base-widget {
	margin-bottom: 3.5em;
}

.site-header {
padding-top: 0em;
padding-bottom: 2em;
}
@media screen and (min-width: 61.5625em) {
	.header-image {
		margin-top: 0em;
	}
}