div.post-meta span:not(.post-date):not(.post-author) {
	display:none;
}
.credits-right {
	display: none;
}
.content.center {
	max-width: 90%;
}
.wrapper {
	margin-top: 2em;
}
.footer.section.large-padding.bg-dark {
	
	padding: 0;
	display: none;
}
.credits.section.bg-dark.no-padding {
	margin-top: 30px;
	bottom: 0px;
}
.post.page {
    padding-bottom: 0%;
    border-bottom: none;
    margin-bottom: 0%;
}
.page {
    padding-bottom: 0%;
    border-bottom: none;
    margin-bottom: 0%;
}

@media (max-width: 500px){
.post-author {
	display:block;
} 
}
.post-content img{
	width:100%;
}
.section-inner{
	 width: 85%;
}
.sidebar h3{
	 font-size: 1.5em;
	font-weight: bold;
}
.blog-title a{
    font-size: 2.5em;

}

.big-wrapper {
	overflow: visible;
}
div.navigation.section.no-padding.bg-dark {
	display:inline-block;  
	margin: 0;
    padding: 0;
    width: 100%;
		z-index: 9999;
    top: 0;
    position: sticky;
    margin-bottom: 1em;
		opacity: 1;
    border-width: 1px 0;
}
p.nocomments{
	display: none;
	padding: 20px;
}
@media only screen and (min-width: 801px){
.content{
	width:60%;

	}
	@media only screen and (max-height:800px){
		#custom_html-8 p{
			font-size: 0.9em;
		}
	}
	@media only screen and (max-width:900px){
			div.navigation-inner.section-inner{
			width: 100%;
				max-width: 98%;
		}
	}
.sidebar {width:30%;
	}
.header-inner {
  text-align: right;
	width: 100%;
}

.blog-info {
    display: inline-block;
    padding: 30px;
	  background: rgba(0, 0, 0, 0);
    position: relative;
    top: -6em;
	  right: -4em;
}
}
.blog-info {
    background: rgba(0, 0, 0, 0.4);
	  position: relative;
		border-radius: 25px;
		padding: 10px;
}
span.comment{
	display: none;
}
.post-content .wp-caption-text{
	text-align: left;
}
li.search-menu a{
  display: none;
}
li.menu-item::before{
display: none;
}
li.search-menu::before{
display: none;
}
li.search-menu form{
	padding: 15px;
}
li.search-menu input#s{
	border-radius: 5px;
	height: 0em;
	min-height: 0px;
	margin-right: 10px
}
li.search-menu input#searchsubmit{
	border-radius: 5px;
	height: 2em;
	background-color: #999999;
	color: white;
	margin-top: 3px;
}

.wp-caption.alignnone{
	object-fit: cover;
	width:100% !important;
}
.wp-caption.aligncenter{
	min-width: 100% !important;
  min-height: 100% !important;
	object-fit: cover;
	height:100% !important;
	width: 100% !important;
}
.wp-caption.aligncenter img{
	min-width: 100% !important;
  min-height: 100% !important;
	object-fit: cover;
	height:100% !important;
	width: 100% !important;
}
span.date-sep{
	display: none;
}
span.post-date{
	padding-right: 30px;
}
@media (min-width: 1920px){
	img.alignleft.wp-image-7415.size-full {
		max-width: 500px;
		width: 100%;
		height: auto;
	}
	img.alignleft.wp-image-7295.size-full {
		max-width: 500px;
		width: 100%;
		height: auto;
	}
}
h3.widget-title{
	padding-top: 30px;
}
.subscribe{
	padding-bottom: 30px;
}
.about-sidebar{
	padding-bottom: 30px; 
	padding-top: 100px;
}
input#s {
	background: #1D1D1D;
	color: #666666;
	padding-left: 5px;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-family: inherit;
	border-width: 1px;
}
input#s:focus, input#s:hover {
	background: #FFFFFF;
}
input#searchsubmit {
	background-color: #1D1D1D;
	color: #666666;
	padding-left: 5px;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-family: inherit;
	border-width: 1px;
}
input#searchsubmit:active {
	background-color: #FFFFFF;
}
input#s2email {
	background-color: #FFFFFF;
	color: #666666;
	padding-left: 5px;
	padding-bottom: 2px;
	font-family: inherit;
	border-width: 1px;
}
input#s2email:hover, input#s2email:focus {
	background-color: gray;
}
.post-content figcaption{
	text-align: left !important;
}
.sidebar p{
	font-size: .9em;
}