/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* REMOVE IMAGE FROM FEATURED SLIDER & THEME COLORS
----------------------------------------------------------------------*/
#frontpage-slider .zeeslides img {
	display: none;
}

#frontpage-slider .zeeslide .slide-entry {
	border-top-color: #B11623;
}

#frontpage-slider-wrap:hover .frontpage-slider-controls a:hover {
	color: #B11623;
}

.frontpage-slider-controls .zeeflex-control-paging li a.zeeflex-active {
	background-color: #B11623;
}

/* REDUCE SIMPLE AUTHOR BOX MARGIN
----------------------------------------------------------------------------*/
.saboxplugin-wrap {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* ALIGN SIMPLE SHARE BUTTONS LEFT
--------------------------------------------------------------------------*/
.ssba {
	padding-left: 0;
	padding-top: 0;
}

.home .postinfo.clearfix {
	display: none;
	padding-bottom: 1em;
}

.postinfo.clearfix {
	padding-bottom: 1em;
}

.more-link {
	margin-bottom: 0;
	padding-left: 0;
}

.type-post {
	padding-bottom: 0;
}

/* REMOVE SEXY AUTHOR BOX GRAVATAR/ITALICIZE BIO
------------------------------------------------------------------------*/
#sab-gravatar {
	display: none;
}

#sab-description {
	font-style: italic;
}

/* HIDE TAGS FROM POST
----------------------------------------------------------------------*/
.postinfo .meta-tags {
	display: none;
}

/* wp about author tweaks
----------------------------------------------------------------------*/
.wp-about-author-pic {
	display: none;
}

.wp-about-author-text {
	margin-right: 50px;
	text-align: justify;
	font-style: italic;
}

.wp-about-author-containter-around {
	padding-bottom: 35px;
}

/*Generic author box (author.php)
--------------------------------------------------------------------*/
.profile-links {
	padding-left: 15px;
	padding-top: 15px;
}

.author-description {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

.author-info {
	font-style: italic;
	padding: 1em;
	font-size: 110%;
	margin-bottom: 25px;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
}

/*header social icons
--------------------------------------------------------------------*/
#social-icons-menu li a {
	background: #B11623;
}

/*hide categories for related posts
--------------------------------------------------------------------*/
.jp-relatedposts-post-context {
	display: none;
}

/* Change heading sizes 
-------------------------------------------------------------- */
.entry h3, .comment h3 {
	font-size: 1.2em;
}

.entry h4, .comment h4 {
	font-size: 1.125em;
}

.entry h5, .comment h5 {
	font-size: 1em;
}

.entry h6, .comment h6 {
	font-size: 1em;
}

/*enlarge social widget icons
-------------------------------------------------*/
.genericon {
	font-size: 300%;
}