/*
Theme Name: Hellish Simplicity
Theme URI: https://geek.hellyer.kiwi/themes/hellish-simplicity/
Author: Ryan Hellyer
Author URI: https://geek.hellyer.kiwi/
Description: Hellish Simplicity is a clean simple design. Responsive design makes the theme look good on all devices and the header text can be easily modified via the theme customiser or the themes header admin page. See the theme in action at the authors blog, http://ryanhellyer.net/ or check out the theme documentation at http://geek.ryanhellyer.net/themes/hellish-simplicity/.
Version: 1.7.7
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, white, red, black, one-column, two-columns, right-sidebar, fluid-layout, custom-header, full-width-template, rtl-language-support, translation-ready, sticky-post, theme-options, threaded-comments

Text Domain: hellish-simplicity

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

The Droid Serif and Droid Sans fonts are Copyright (C) 2008 The Android Open Source Project
and licensed under the GPL compatible Apache 2.0 license (http://www.apache.org/licenses/LICENSE-2.0)

*/


/* =Redundant code for the WordPress.org theme review process
-------------------------------------------------------------- */

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}


/* Author avatar/photo borders */
img.avatar {
  border: solid 1px #000000;
  padding: 2px;
  background-clip: content-box; /* support: IE9+ */
  background-color: #ffffff;
}

/* Hide default avatar if user doesn't upload one */
img.avatar-default{
	display: none;
}

/* Header Support button margin */
#site-header a:nth-child(2){
	margin: 0 20px;
}


/* Feed featured photo alignment */
.attachment-excerpt-thumb {
  float: left !important;
  margin: 0 2em 1em 0 !important;
}


/* Homepage feed paragraph top padding */
.home .entry-content p{
	margin-top: 0px !important;
}

/* Post titles in feed and on individual posts */
#site-content h1{
	font-size: 2em !important;
}

/* Social Share / Download Issue Icons */
.single div.essb_links,
.single div.essb_links ul{
	display: inline;
}

.single div.essb_links li{
	font-size: 75%;/*14px*/
}

/* Post pagination */
.single #numeric-pagination{
	margin: 1em 0 0 0;
    padding: 0 0 1em 0;
    text-align: center;
}
.single #numeric-pagination a {
	float: none;
    margin: 0 0.3em;
    height: 1.6em;
    line-height: 1.6em;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0.2em 0.5em 0.2em 0.5em;
}
.single #numeric-pagination a:first {
	
}
.single #numeric-pagination a:hover,
.single #numeric-pagination a.active{
	background: #d90000;
	text-decoration: none;
	color: #fff
}

/* Post author details removed on subsequent pages of multi-page posts */
.paged-2 #author,
.paged-3 #author,
.paged-4 #author,
.paged-5 #author,
.paged-6 #author,
.paged-7 #author,
.paged-8 #author{
	display: none;
}

/* Sidebar */
#sidebar aside {
	border-top: solid 1px #ddd;
	margin-top: 20px;
	margin-bottom: 30px;
}
#sidebar p,
#sidebar a,
#sidebar input,
#sidebar select,
#sidebar option{
	font-size: 14px;
}
#sidebar .widget-title{
	font-size: 1em;
	font-weight: normal;
}
#sidebar li{
	line-height: 1.2em !important;
}
#sidebar .hs_email label{
	display: none;
}
#sidebar .hs_include_print_subscription label { display: none;}
#sidebar .hs_include_print_subscription  li label { display: inline;}

#sidebar .hs-form-booleancheckbox {list-style-type: none; font-size: .9em;}
#sidebar ul.inputs-list {margin: 4px 0 4px 0;}
#sidebar label.hs-form-booleancheckbox-display {margin-top:0;}
#sidebar .hs-form-booleancheckbox-display input {margin-right: 10px;}

blockquote,
blockquote p{
	font-style: normal;
	font-size: 1em !important;
}