/*
===================================================================================
All style modification should be made in this file.  DO NOT MODIFY style.css!
This makes it possible to update the core system and theme without destroying
style changes.

See the comment at the top of the style.css file for additional information.

If you need any clarification, help, or suggestions, please check out the support 
forums: http://support.8bit.io.
===================================================================================
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic);



form input {
	display:block;
	margin-bottom: 15px;
}
form legend {
	display:none;
}
form label {
	display:block;
}

#commentform label, #commentform input {
	display:inline;
}

.category-header {
	display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 10px 25px;
    width: 570px;
}
.category-header h1 {
	color:white;
}
.category-header h2 {
	color:white;
}
#cat3 {
	background-color:black;
}
#cat4 {
	background-color:black;
}
#cat5 {
	background-color:black;
}


.post h2.title, .post h2.title a:link{
	font-size:26px;
}

.content li {
	margin-bottom:10px;
}

/* Follower Count */
.follower_count { 
background: url(images/followers_count_bg-light.png) top left no-repeat; 
padding: 0px 0 0 30px; 
height: 40px; 
width: 270px; 
font-family: Helvetica, Arial, sans-serif;
}
.follower_count .count_label { 
font-size: 14px; 
padding: 10px 0 0; 
display: block; 
height: 40px; 
float: left; 
width: 130px; 
}
.follower_count .count { 
color: #404040; 
display: block; 
float: right; 
font-size: 28px; 
text-align: center;
width: 125px; 
padding: 0 0 0 10px;
}
.follower_count .followers { }


.post .title, .post .title a:link {
margin-bottom:0.5em;
}
h2 {
font-size:14px;
}

blockquote {
	margin-left: 10px;
}

/* .bx-viewport { height: auto !important; } */
.testimonials-widget-testimonial { position: inherit !important; }


/* Remove "The Fatal Flaws of Fiction Writing" from the home page */
body.home div#text-23 { display: none; }
body.home div#text-24 { display: none; }
body.home div#text-19 { display: none; }
body.home div#text-21 { display: none; }
body.home div#text-22 { display: none; }
body.home div#text-20 { display: none; }

/* added 2015-12-13 by Megan */

#logo.fl {
float: none;
}

body {
   font-family: "Open Sans";
   font-weight: 400;
   line-height: 1.5em;
   font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "open sans";
    font-weight: 300;
}
h1 {
}

h2 {
font-size: 1.75em;
 line-height: 1.4em;
}

h3 {
font-size: 1.6em;
    line-height: 1.4em;
}

h4 {
font-size: 1.4em;
    line-height: 1.4em;
    margin: 0.5em 0;
}

h5 {
font-size: 1.2em;
    line-height: 1.4em;
}
.post h2.title, .post h2.title a:link {
    font-family: "open sans";
    font-weight: 300;
    letter-spacing: -0.02em;
    margin: 0.25em 0 0.75em;
font-size: 1.75em;
 line-height: 1.4em;
}

.nav a:link, .nav a:visited {
   font-family: "open sans";
   font-size: 14px;
   text-transform: none;
}

.srp-content-box .srp-post-title, .widget-area .widget .srp-post-title {
    margin: 0.5em 0;
}

.widget h3 {
   text-transform: none;
line-height: 1.3em;
}

.navigation, #footer {
background: #4a3076;
}
a:link, a:visited {
    color: #4a3076;
font-weight: 400;
}

.srp-widget-singlepost {
    margin-bottom: 2em;
    padding-bottom: 2em;
}
.srp-widget-singlepost:first-child {
padding-top: 2em;
}

#header.col-full {
padding: 0;
width: 100%;
}
#header.col-full img {
width: 100%;
}