/*
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.
*/
/*Remember arount line 511+ to remove the width and height lines in the parent style.css, as it doesn't work in child theme 

.post img {
	max-width: 100%; 
	width: auto;
	height: auto;
}

*/
/* Makes Wysija / Mailpoet look right on subscription page ---------------------------------*/
#wysija-subscriptions input[type="radio"] {
	width: 5%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Defines titles in posts -----------------------------------------------------------------*/
.single .entry-title {
	font-size: 50px;
	font-family: 'Helvetica', san-serif;
	color: #202222;
	line-height: 120%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Helvetica', sans-serif;
	color: #202222;
	font-weight: normal;
	padding: 0;
}

h1 {
	font-size: 28px;
	line-height: 120%;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 15px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

a {
	color: #9C1B0D;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #c8c8c8;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.entry-title,
.entry-title a {
	font-family: 'Poiret One', sans-serif;
	font-weight: normal;
	line-height: 28px;
	color: #202222;
	text-decoration: none;
	border: 0;
}

#sidebar .zilla_video_widget .zilla_video_desc {
	text-align: center;
	font-family: 'Poiret One', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #cfcfcf;
}

/* Structure --------------------------------------------------------------*/
.inner,
#content {
	width: 1290px;
	margin: 0 auto;
}

#primary {
	float: left;
	width: 960px;
}

.page-template-template-home-fullwidth-php #primary {
	width: 100%;
}

#content {
	padding-top: 10px;
	border-top: 6px solid #242626;
	background: none;
}

#sidebar {
	position: absolute;
	width: 320px;
	margin-left: 967px;
	margin-top: 20px;
}

.post,
.type-page {
	width: 850px;
	padding: 20px 20px 5px;
	margin-bottom: 0;
}

body.single .post,
.type-page {
	padding: 20px 20px 5px 200px;
}

body.single #feature-wrapper {
	height: 0;
}

body.single .feature {
	display: initial;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/
#header {
	background: #fff;
}

#header .inner {
	width: 1290px;
	position: relative;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
/* Media Elements --------------------------------------------------------*/
.entry-content {
	max-width: 100%;
	font-size: 18px;
	font-family: arial;
}

.wp-caption {
	font-size: 11px;
	max-width: 100%;
	text-align: center;
	margin: 5px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Post Content Styles
/*-----------------------------------------------------------------------------------*/
.entry-title, 
.entry-title a {
	font-family: 'Bitter', serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 38px;
	color: #202222;
	text-decoration: none;
	border: 0;
}

.revslider {
	max-width: 945px;
}

/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/
#comments {
	clear: both;
	padding: 20px;
	left: 180px;
	width: 90%;
}