/*
 Theme Name:   Twenty Nineteen Child Theme
 Theme URI:    https://wordpress.org/themes/twentynineteen/
 Description:  A Twenty Nineteen child theme 
 Author:       Fudog Media
 Author URI:   https://wordpress.org/
 Template:     twentynineteen 
 Version:      1.6
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');
@import url("../twentynineteen/style.css");

a:hover, a:active, a:focus {
    color: #e10c2e;
}
::selection {
	color:#FFf;
	background:#1f9ed7;
}
::-webkit-selection {
	color:#FFf;
	background:#1f9ed7;
}
::-moz-selection {
	color:#FFf;
	background:#1f9ed7;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
}
body p {
	margin-top:0px;
	margin-bottom:30px;
}
body p:last-child {
	margin:0px;
}
body .entry h1, body .entry h2, body .entry h3, body .entry h4, body .entry h5 {
	 
}
body:not(.custom-background-image).admin-bar::before,body:not(.custom-background-image)::after {
	display: none;
}
h1:not(.site-title)::before, h2::before {
	display:none !important;
}
body .entry .entry-content > *, body .entry .entry-summary > * {
	margin:0;
}
header.entry-header {
	display: none;
}
.site {
	margin: 0;
}
.site-header {
	padding: 0;
}
.entry-footer,.entry .entry-title::before {
	display: none;
}
.entry-content {
	float: none !important;
	display:inline-block!important;
	width: 100%!important;
}
.content-area {
	margin-right: 0!important;
	width: 100%!important;
}
.site-inner {
	max-width: 100%;
}
.site-content {
	padding: 0!important;
}
.site-main {
	margin-bottom: 0!important;
}
.sidebar {
	margin-left: 0;
	display: none;
}
.site-branding,.hfeed .entry .entry-header {
	margin: auto;
}
.entry .entry-content, .entry .entry-summary {
	max-width: 100%;
	margin: auto;
	padding: 0;
}
.entry .entry-content > *, .entry .entry-summary > * {
	max-width: 100%;
}
.widget-area {
	display: none;
}
#colophon .widget-area, #colophon .site-info {
	margin: 0;
}
.site-logo {
	position: static;
}
.site-title, .site-description {
	display: none;
}
.site-logo {
	position: static;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin: auto;
}
