/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}
/* Splash Table of Contents

	= Defaults
	= Typography
		- Custom Fonts
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	= Layout
		- Structure
		- CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Miscellaneous
	= Menus
	= Headings
	= Lists
	= Post Navigation
	= Comments
	= Sidebars
		- Widgets
	= Footer
		- Footer Widgets
	= Forms & Buttons
		- Gravity Forms
	= Images & Captions
	= Page Templates
		- Landing Page
	= Featured Areas
	= Animations
	= Mobile Menu
	= Media Queries

*/


/* = Defaults ----------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, input, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-text-size-adjust: none;
    font-size: 100%; /* 16px browser default */
}
body {
    background-color: #ffffff;
    line-height: 1;
}
body, input, select, textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a, a:visited, button, input[type="button"], input[type="submit"], .btn {
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	text-decoration: none;
}
::-moz-selection {
    background-color: #2E373F;
    color: #fff;
}
::selection {
    background-color: #2E373F;
    color: #fff;
}
a img {
    border: none
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#thesis_launcher input {
	padding: 5px !important;
}
.screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.mobile-menu .screen-reader-text {
	top: 0;
}

/* = Typography ----------- */

/* - Custom Fonts ----------- */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic);

@font-face {
	font-family: 'icosplash';
	src:url('lib/fonts/icosplash.eot');
	src:url('lib/fonts/icosplash.eot?#iefix') format('embedded-opentype'),
		url('lib/fonts/icosplash.woff') format('woff'),
		url('lib/fonts/icosplash.ttf') format('truetype'),
		url('lib/fonts/icosplash.svg#icosplash') format('svg');
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before { content: attr(data-icon); }
/*ie hax*/  span.data-icon { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = rel); }
			a span.data-icon { cursor: pointer; }

.data-icon, [data-icon]:before, .entry .read-more a:before, .post-info .author a:before, .post-info .post_cats:before,.post-info .post_tags:before, .post-info .post_edit:before, .sharrre .share:before, .sharrre .share span, .children .comment:before, #cancel-comment-reply-link:before, #comment_form_name:before, #comment_form_email:before, #comment_form_url:before, .entry-content pre code:before, blockquote:before {
	font-family: 'icosplash';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/* - Font Color ----------- */

body, input, .menu-primary a, .menu-primary li li a, .post-comments, input, select, textarea {
    color: #999999;
}
blockquote:before, .sharrre .share span, #featured .content h2 em {
    color: #ED523F;
}
.post-info, .post-meta, .post-info a, .post-meta a, .post-meta a:hover, #description, .author, .comment-meta a {
    color: #bbbbbb;
}
a:hover, .menu-primary li a:hover, .menu-primary li a:hover, .menu-primary li li a:hover, .menu-primary .current-menu-item > a, h1, h2, h3, h4, h5, h6, .entry-title, .entry-title a, .comments_intro, .comment_form_title {
    color: #2E373F;
}
a, .entry-title a:hover, #site_title a:hover {
	color: #ED523F;
}

/* - Font Family ----------- */

body, input, textarea, .author-box h1 {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif
}
.entry-content code {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
}
.entry-content pre {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
}

/* - Font Size ----------- */

#site_title {
	line-height: 76px;
	margin: 0;
}
h1, .entry-title, .entry-title a, .comments_intro, .comment_form_title {
    font-size: 36px;
    font-size: 2.25rem;
	font-weight: bold;
}
blockquote:before {
    font-size: 64px;
    font-size: 4rem;
	font-style: normal;
}
h2 {
    font-size: 30px;
    font-size: 1.875rem;
}
h3 {
    font-size: 24px;
    font-size: 1.5rem;
}
h4, .archive-title, .taxonomy-description h1, .comment-author {
    font-size: 20px;
    font-size: 1.25rem;
}
body, h5, .entry-content {
    font-size: 18px;
    font-size: 1.125rem;
}
h6, .author-box h1, .sidebar h2 a {
    font-size: 16px;
    font-size: 1rem;
}
input, select, textarea, .menu-primary, .post-info, .post-meta, .wp-caption, .comment-meta {
    font-size: 16px;
    font-size: 1rem;
}

/* - Font Miscellaneous ----------- */

h1, h2, h3, h4, h5, h6, .entry-title a {
	font-weight: 700;
}
blockquote p, blockquote {
	font-style: italic;
    color: #bbbbbb;
}
cite {
    font-style: normal
}
button, input[type="button"], input[type="submit"], h1, h2, h3, h4, h5, h6, .btn, .entry-title a, .menu-primary, .post-comments, #site_title {
    font-weight: 700
}
.wp-caption {
    text-align: center
}
h2 a, h2 a:visited, .menu-primary a, .navigation li a, .widget_title a, #site_title a {
    text-decoration: none
}
#content span.dropcap {
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: normal;
	margin: 7px 6px 0 0;
}
#content abbr {
	border: 1px dotted #ddd;
	padding: 0 3px;
	font-style: italic;
}
#content .th-sc-hr, #content .th-sc-divider {
	margin-bottom: 26px;
    margin-bottom: 1.625rem;
}
.wp-caption {
	font-style: italic;
}
.comments_intro, .comment_form_title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
#sidebar {
	color: #999999;
}
.widget_title {
	text-transform: uppercase;
	font-size: 20px; 
	font-size: 1.25rem;
	color: #bbbbbb;
}
h1, .entry-title, .entry-title a, .comments_intro, .comment_form_title {
	font-size: 36px; 
	font-size: 2.25rem;
	color: #2E373F;
}
#site_title, #site_title a {
	font-size: 24px; 
	font-size: 1.5rem;
	color: #2E373F;
}
#footer p {
	font-size: 18px; 
	font-size: 1.125rem;
}


/* = Layout ----------- */

/* - Structure ----------- */

body div > .wrap {
    margin: 0 auto;
    max-width: 900px;
	padding: 0 20px;
}
#inner {
    clear: both;
    overflow: hidden;
    padding: 48px 0 112px;
    padding: 3rem 0 7rem;
}

/* - CSS Grid ----------- */

.sidebar {
    width: 30.555555555%;
}
.content-sidebar #content, .sidebar-content #content {
    width: 65.277777777%;
}
.full-width-content #content{
    width: 100%;
}
.sidebar-content #sidebar, #title-area, .content-sidebar #content {
    float: left
}
.sidebar, .sidebar-content #content {
    float: right
}

/* - Header ----------- */

.wrapper-sticky {
	position: relative;
	background: #fff;
	*z-index: 10;
}
.header_area {
	position: relative;
	z-index: 9;
}
#header {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	height: 76px;
}
#header .wrap {
    overflow: hidden;
}
#header #nav .wrap {
    padding: 0
}
#title-area .logo a, #title.logo {
    line-height: 0;
}
#title-area .logo a {
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
#title-area img#thesis_header_image {
	display: block;
	height: auto;
	max-height: 100%;
	width: auto;
	padding: 8px 0;
	padding: .5rem 0;
	box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
}
.header_spacer {
	clear: both;
	display: block;
	height: 76px;
}
#header .wrap, #header #title-area, #header #site_title {
	height: 100%;
}
#header #title-area {
	height: 76px;
}
#site_title {
	margin: 0;
}
#thesis_header_image {
	line-height: 1;
}

/* - Main Content ----------- */

#content .type-post.entry, .search #content .post_box.entry, #content .type-attachment.entry {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    padding-left: 140px;
    position: relative;
	min-height: 270px;
}
.entry-content {
    overflow: hidden
}
.entry-content, .entry-content p {
    line-height: 1.75
}
.entry-content p {
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
}
blockquote {
	min-height: 64px;
	min-height: 4rem;
    padding: 36px 0 0 96px;
    padding: 1.5rem 0 0 6rem;
	position: relative;
}
blockquote:before {
    content: "\e013";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
	margin-bottom: 10000px;
}
.entry-content blockquote p {
	line-height: 1.85;
}
.entry-content .th-quote {
	background: none;
	padding: 0;
}
.entry-content .th-quote p {
	margin: 0;
}
.entry-content .th-quote.right {
	border-right: 10px solid #ddd;
	padding-right: 16px;
	padding-right: 1rem;
}
.entry-content .th-quote.left {
	border-left: 10px solid #ddd;
	padding-left: 16px;
	padding-left: 1rem;
}
.entry-content pre {
	background: #fdfdfd;
	border: 1px solid #ddd;
	font-size: 15px;
	margin-bottom: 1.625rem;
	max-width: 100%;
	overflow: auto;
	padding: 32px;
	padding: 2rem;
	position: relative;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.entry-content pre code:before {
	color: #e5e5e5;
	content: "\e010";
	position: absolute;
	font-size: 18px;
	left: 10px;
	top: 8px;
}

/* - Post Info & Meta ----------- */

.post-info {
    clear: both;
    line-height: 1.5;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
.post-info .author a, .post-info .post_cats, .post-info .post_tags, .post-info .post_edit {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    text-transform: uppercase;
}
.post-info .author a:before {
    content: "\e001";
	padding-right: 8px;
	padding-right: .5rem;
}
.post-info .post_cats:before {
	content: "\e00f";
	padding-right: 8px;
	padding-right: .5rem;
}
.post-info .post_edit:before, .post-info .post_tags:before {
	content: "\e002";
	padding-right: 8px;
	padding-right: .5rem;
}
.post-info .post_cats, .post-info .post_tags, .post-info .post_edit {
	margin-left: 16px;
	margin-left: 1rem;
}
.post-info a:hover, .post-info .post_cats:hover, .post-info .post_tags:hover, .post-meta a:hover .day, .post-meta a:hover .num, .post-meta .shares:hover .count {
    color: #444;
}
.post-meta {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}
.wrapper-sticky .scroll_box {
	background: #fff;
	padding: 15px;
	margin: -15px;
    left: 0;
    position: absolute;
    top: 0;
	border-radius: 5px;
	z-index: 6;
}
.post-meta li {
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 20px 0;
    padding: 0 0 21px 0;
    list-style: none;
}
.post-meta li:last-child, .post-meta li.shares {
    border: none;
    margin: 0;
    padding: 0;
}
.post-meta .day, .post-meta .num, .post-meta .count {
    display: block;
    font-size: 60px;
	font-size: 3.75rem;
    margin-top: -10px;
    padding-bottom: 5px;
}
.sharrre {
    position: relative
}
.sharrre .box {
    width: 100px
}
.sharrre .share span {
	opacity: .4;
	padding-right: 8px;
	padding-right: .5rem;
		-webkit-animation-name: partialfade;
		-moz-animation-name: partialfade;
		-o-animation-name: partialfade;
		animation-name: partialfade;
		-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-o-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: ease;
		-moz-animation-timing-function: ease;
		-o-animation-timing-function: ease;
    	animation-timing-function: ease;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		-moz-animation-direction: alternate;
		-o-animation-direction: alternate;
		animation-direction: alternate;
}

.sharrre .buttons {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    display: none;
    padding: 15px;
    position: absolute;
    margin-left: 0;
    min-height: 50px;
    z-index: 10;
    width: 300px;
    text-align: center;
    top: 0;
    left: 0;
}
.sharrre .buttons:after {
	content: "+";
	color: #888;
	font-size: 26px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	background: #f6f6f6;
	border: 1px solid #e1e1e1;
	position: absolute;
	right: -12px;
	top: -12px;
	cursor: pointer;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
}
.sharrre .buttons:hover:after {
	color: #555;	
}
.sharrre .button {
    display: inline-block;
    max-width: 60px;
    margin: 0 10px;
}
.sharrre iframe {
	max-width: none;
}
.read-more {
    clear: both;
    display: block;
    width: auto;
}
.entry .read-more a {
    margin-top: 24px;
    margin-top: 1.5rem;
	padding-left: 56px;
	position: relative;
	line-height: 30px;

	*padding-left: 16px;
}
.entry .read-more a:before {
	color: #aaa;
	content: "\f0c1";
	font-size: 24px;
	position: absolute;
	line-height: 2px;
	left: 18px;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}
p.pages, .clear, .clear-line, .first {
	clear: both;
}
.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}
.alignleft, .archive-page {
	float: left;
}
.alignright {
	float: right;
}
.archive-page {
	width: 50%;
}
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}
.breadcrumb, .taxonomy-description {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}
.author_description {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}
.author_description, .author_description h1, .taxonomy-description {
	line-height: 1.5;
}
.author_description, .breadcrumb, .sticky, .taxonomy-description {
	background-color: #EEEEEE;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}
.sticky .post-meta {
	top: 36px;
	top: 2.25rem;
}
.author_description .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem;
}
.author_description_intro {
	display: block;
	font-weight: bold;

}


/* = Menus ----------- */

.menu-primary {
    clear: both;
    overflow: hidden;
}
#header .menu-primary {
    float: right;
    width: auto;
}
.menu-primary ul {
    float: left;
    width: 100%;
}
.menu-primary li {
    display: inline-block;
    float: left;
    list-style-type: none;
    text-align: left;
}
.menu-primary a {
    border-left: 1px solid #e3e3e3;
    display: block;
    padding: 2px 16px;
    padding: 0.125rem 1rem;
    position: relative;
}
.menu-primary > li {
	line-height: 76px;
	height: 76px;

	/* ie hax */
	*line-height: 16px;
	*height: 16px;
}
.menu-primary li li {
	line-height: 1;
}
.menu-primary > li > a {
	display: inline;

	/* ie hax */
	*display: block;
	*height: 16px;
	*margin-top: 30px;
}
.menu-primary > li:first-child a {
    border-left: none;
}
.menu-primary li li a {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 16px;
    padding: 1rem;
    position: relative;
    width: 170px;
}
.menu-primary li ul {
    left: -9999px;
    position: absolute;
    width: 212px;
    z-index: 99;
}
.menu-primary li ul ul {
    margin: -49px 0 0 200px
}
.menu-primary li:hover ul ul, .menu-primary li.sfHover ul ul {
    left: -9999px
}
.menu-primary li:hover, .menu-primary li.sfHover {
    position: static
}
ul.menu-primary li:hover>ul, ul.menu-primary li.sfHover ul {
    left: auto
}
ul.menu-primary li:hover ul { *padding-top: 26px; }
ul.menu-primary li:hover ul ul { *padding-top: 0; }
.menu-primary li a .sf-sub-indicator, .menu-primary li li a .sf-sub-indicator, .menu-primary li li li a .sf-sub-indicator {
    position: absolute;
    text-indent: -9999px;
}
#wpadminbar li:hover ul ul {
    left: 0
}


/* = Headings ----------- */

h1, h2, h3, h4, h5, h6, .entry-title a {
	line-height: 1.2;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.author_description h1 {
	margin: 0
}
.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}
.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/* = Lists ----------- */

.entry-content ol, .entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}
.entry-content ol li, .entry-content ul li {
	line-height: 1.625;
}
.entry-content ol li, .entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}
.entry-content ol li {
	list-style-type: decimal;
}
.entry-content ul li {
	list-style-type: disc;
}
.entry-content ol ol, .entry-content ul ul {
	margin-bottom: 0;
}


/* = Post Navigation ----------- */

.navigation {
    clear: both;
	text-align: center;
	border-top: 1px solid #E7E7E7;
	padding-top: 48px;
	padding-top: 3rem;
}
.navigation .page-numbers, .navigation .page-numbers:hover {
    cursor: pointer;
    padding: 8px 12px;
    padding: .5rem .75rem;
	font-size: 14px;
	margin: 0 2px;
}
.navigation .page-numbers.current {
    background: none;
	border: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.more_posts {
	margin-top: 48px;
	margin-top: 3rem;
}
.previous_post {
	margin-top: 16px;
	margin-top: 1rem;
}


/* = Comments ----------- */

#comments, #respond {
    line-height: 1.5;
}
.ping_list, .comment_list {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}
#author, #email, #url {
    width: 50%;
	margin-bottom: 20px;
	padding-left: 44px;
	height: 50px;

	/* ie hax */
	*padding-top: 0;
	*padding-bottom: 0;
	*padding-left: 20px;
	*line-height: 50px;
}
#comment_form_name, #comment_form_email, #comment_form_url  {
	position: relative;
}
#comment_form_name:before, #comment_form_email:before, #comment_form_url:before {
	color: #ccc;
	font-size: 18px;
	position: absolute;
	left: 0;
	z-index: 5;
	top: 0;
	line-height: 50px;
	left: 16px;
	left: 1rem;
}
#comment_form_name:before {
	content: "\e001";
	left: 18px;
	left: 1.125rem;
}
#comment_form_email:before {
	content: "\e00c";
}
#comment_form_url:before {
	content: "\e011";
}
.commentmetadata {
	text-transform: uppercase;
}
#comment {
   	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
.comment_list li, .ping-list li {
    list-style-type: none;
    margin-top: 24px;
    margin-top: 1.5rem;
}
.comment-header {
    overflow: hidden;
	padding-right: 50px;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.comment-author  {
	font-weight: 700;
	margin-top: 16px;
}
.comment_list li img.avatar {
    float: left;
    margin: -6px 16px 5px 5px;
    margin: -6px 1rem 5px 5px;
}
.comment {
	position: relative;
}
.comment-content p {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
#comments .navigation {
    margin-top: 32px;
    margin-top: 2rem;
}
img.avatar {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	overflow: visible;
	box-shadow: 0 0 0px 5px #e1e1e1;
	-webkit-box-shadow: 0 0 0 5px #e1e1e1;
	-moz-box-shadow: 0 0 0 5px #e1e1e1;
	*border: 5px solid #e1e1e1;
}
.bypostauthor > .comment-header img.avatar {
    -webkit-box-shadow: 0 0 0 5px #ED523F;
	-moz-box-shadow: 0 0 0 5px #ED523F;
	box-shadow: 0 0 0px 5px #ED523F;
	*border: 5px solid #ED523F;
}
.children .comment {
    padding-left: 42px;
    padding-left: 2.625rem;
	position: relative;
}
.children .comment:first-child:before {
	content: "\e004";
	font-size: 18px;
	position: absolute;
	top: 32px;
	left: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.reply {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
	text-transform: uppercase;
	text-align: right;
}
.comment_list #commentform {
	padding-top: 40px;
	background: #f7f7f7;
	padding: 30px;
	border-top: 1px solid #e7e7e7;
	margin-top: 16px;
	margin-top: 1rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
.comment_list .children #respond {
	margin-left: 42px;
}
#cancel-comment-reply-link {
	float: right;
	text-transform: capitalize;
}
#cancel-comment-reply-link:before {
	content: "\f00d";
	padding-right: 8px;
	padding-right: .5rem;
}
.comment_toggle {
	color: #aaa;
	background: #e3e3e3;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px;
	padding: .5rem;
	font-size: 14px;
	font-size: .875rem;
	top: 24px;
	-webkit-border-radius: 40px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 40px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 40px;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	text-shadow: none;
}
.comment:hover .comment_toggle {
	opacity: 1;
}
.hide_comment {
	border-bottom: 1px solid #e8e8e8;
}
.hide_comment .children, .hide_comment .reply, .hide_comment .comment-content {
	display: none;
}
.hide_comment .comment_toggle [data-icon]:before {
	content: "\e012" !important;
	font-size: 14px;
}
.hide_comment .comment-header {
	opacity: .5;
		-webkit-animation-name: partialfade;
		-moz-animation-name: partialfade;
		-o-animation-name: partialfade;
		animation-name: partialfade;
		-webkit-animation-duration: .5s;
		-moz-animation-duration: .5s;
		-o-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-timing-function: ease;
		-moz-animation-timing-function: ease;
		-o-animation-timing-function: ease;
    	animation-timing-function: ease;
}


/* = Sidebars ----------- */

.sidebar {
    display: inline;
    line-height: 1.5;
}
.sidebar p {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}
.sidebar .widget {
    margin-bottom: 64px;
    margin-bottom: 4rem;
    overflow: hidden;
}
.sidebar.widget-area ul li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    word-wrap: break-word;
}
.sidebar input {
	margin: 8px 0;
	margin: .5rem 0;
}

/* - Widgets ----------- */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: 500;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* = Footer ----------- */

#footer {
    background: #EEEEEE;
	border-top: 1px solid #dddddd;
    color: #999;
    clear: both;
    padding: 64px 0;
    padding: 4rem 0 3.5rem;
	position: relative;
	text-align: center;
	line-height: 36px;
	font-size: 18px; 
	font-size: 1.125rem;
}
#footer .wrap {
    overflow: hidden
}
#footer a {
    color: #999;
	background: #fff;
	padding: 2px 5px;
}
#footer a:hover {
	color: #666;
}
#footer .gototop {
	position: absolute;
	top: -34px;
	text-align: center;
	width: 100%;
	left: 0;
}

#footer .gototop a {
	background: #bfbfbf;
	display: inline-block;
	color: #fff;
	font-size: 42px;
	height: 50px;
	width: 50px;
	padding: 0;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	border: 8px solid #ddd;
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

#footer .gototop a:hover {
	background: #b9b9b9;
	-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}

#footer .gototop a [data-icon]:before {
	line-height: 46px;
}
#footer li {
	list-style: none;
}

/* - Footer Widgets ----------- */

#footer .widget {
	clear: both;
	margin-top: 32px;
	margin-top: 2rem;
}

#footer .widget_nav_menu li, #footer .menu li, #footer .widget_nav_menu ul {
	list-style: none;
	display: inline;
}

#footer .widget_nav_menu li a, #footer .menu li a {
	list-style: none;
	display: inline;
	margin-right: 10px;
	margin-right: 0.625rem;
	text-transform: uppercase;
}


/* = Forms & Buttons ----------- */

input, select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 12px;
    padding: .75rem;
    width: 100%;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	-moz-transition: border-color 0.1s ease-in-out;
    -webkit-transition: border-color 0.1s ease-in-out;
    transition: border-color 0.1s ease-in-out;
}
input:focus, select:focus, textarea:focus {
	border-color: #bbb;
}
button, input[type="button"], input[type="submit"], .btn, .read-more a, .navigation a {
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #dedede;
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 700;
    padding: 12px 16px;
    padding: .75rem 1rem;
    text-transform: uppercase;
    width: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	text-shadow: 1px 1px 0 #fff;
}
button:hover, input:hover[type="button"], input:hover[type="submit"], .btn:hover, .read-more a:hover, .navigation a:hover {
    border-color: #ccc;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
	color: #666;
}
button:active, input:active[type="button"], input:active[type="submit"], .btn:active, .read-more a:active, .navigation a:active {
    border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .16);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .16);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .16);
	color: #666;
}

/* - Gravity Forms ----------- */

#content div.gform_wrapper input, #content div.gform_wrapper select, #content div.gform_wrapper textarea, #content div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    font-size: 1rem;
    padding: 16px;
    padding: 1rem;
}
#content div.gform_wrapper input[type="submit"] {
    padding: 14px 20px;
    padding: 0.875rem 1.25rem;
    font-size: 18px;
    font-size: 1.125rem;
}
#content div.gform_wrapper .ginput_complex label {
    padding: 0
}
div.gform_wrapper li, div.gform_wrapper form li {
    margin: 16px 0 0;
    margin: 1rem 0 0;
}
.entry-content .gform_fields > li {
	padding: 0;
}
.gform_wrapper ul li:before {
	background: none;
	content: '';
}


/* = Images & Captions ----------- */

embed, img, object, video {
    max-width: 100%
}
img {
    height: auto
}
.alignleft .avatar {
    margin-right: 24px;
    margin-right: 1.5rem;
}
.alignright .avatar {
    margin-left: 24px;
    margin-left: 1.5rem;
}
.author-box .avatar {
    float: left;
    margin-right: 24px;
    margin-right: 1.5rem;
}
img.centered, .aligncenter {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 1.5rem;
}
img.alignnone {
    display: inline;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}
img.alignleft, .wp-post-image, .wp-caption.alignleft {
    display: inline;
    margin: 0 24px 24px 0;
    margin: 0 1.5rem 1.5rem 0;
}
.wp-post-image {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
img.alignright, .wp-caption.alignright {
    display: inline;
    margin: 0 0 24px 24px;
    margin: 0 0 1.5rem 1.5rem;
}
p.wp-caption-text {
	color: #666;
	background: #EEEEEE;
    line-height: 1.2;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	padding: 16px;
	padding: 1rem;
}
.gallery-caption {

}


/* = Page Templates ----------- */

/* - Landing Page ----------- */

#landingpage {
    width: 710px;
    font-size: 14px;
    line-height: 25px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #555;
    background-color: #fff;
	border: 5px solid #ddd;
	margin: 25px auto;
	padding: 20px;
}
body.template_landing-page {
    background: #eee
}
#landingpage h1 {
    font-size: 2.8em;
    margin-bottom: 0.5em;
}
#landingpage h2 {
    font-size: 1.8em;
    margin-bottom: 0.75em;
}
#landingpage h3 {
    font-size: 1.4em;
    margin-bottom: 1em;
}
#landingpage h4 {
    font-size: 1.2em;
    margin-bottom: 1.25em;
}
#landingpage h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}
#landingpage h6 {
    font-size: 1em;
    font-weight: bold;
}
#landingpage h1, #landingpage h2, #landingpage h3, #landingpage h4, #landingpage h5, #landingpage h6 {
    color: #111
}
#landingpage h1.headline {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 1.8em;
}
#landingpage ul {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}
#landingpage ul li {
    margin: 10px 0;
    line-height: 1.5em;
}
#landingpage p {
    margin-bottom: 1.5em
}
#landingpage #mobile_menu_area {
    display: none
}
@media only screen and (max-width: 768px) {
    #landingpage {
        margin: 0;
        border-width: 10px 0;
        width: auto;
    }    #landingpage img {
        max-width: 100%;
        height: auto;
    }
}

/* = Featured Areas ----------- */

#featured, #featured_post_image {
	background: #EEEEEE;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	padding: 96px 0;
	padding: 6rem 0;
}
#featured .wrap {
	overflow: hidden;
}
#featured .backstretch, #featured_post_image .backstretch {
	background: #EEEEEE;
}
#featured img.featured_img {
	display: inline;
	float: left;
	margin: 0 64px 10px 0;
	margin: 0 4rem 10px 0;
	height: auto;
	max-width: 32%;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	margin-top: 10px;
	overflow: visible;
	-webkit-box-shadow: 0 0 0 10px #ED523F;
	-moz-box-shadow: 0 0 0 10px #ED523F;
	box-shadow: 0 0 0px 10px #ED523F;
	*border: 10px solid #ED523F;
	*margin-top: 0;
}

#featured .content h2, #featured .content p, #featured .content {
	color: #272727;
}
#featured .content h2 {
	font-size: 50px;
	font-size: 3.125rem;
}
#featured .content h2 em {
	font-style: normal;
}
#featured .content p {
	font-size: 20px;
	font-size: 1.25rem;
}
#featured_post_image {
	padding: 64px 0;
	padding: 4rem 0;
	height: auto;
}
#featured_post_image .entry-title {
	background: #111;
	background: rgba(0,0,0,.75);
	color: #fff;
	display: inline-block;
	font-size: 50px;
	font-size: 3.125rem;
	padding: 10px 32px;
	margin: 0 0 0 108px;
}
.featured_box .social_list a, .featured_form .submit {
	color: #272727;
	display: inline-block;
	font-size: 24px;
	height: 48px;
	line-height: 48px;
	margin: 0 16px 0 0;
	margin: 0 .875rem 0 0;
	text-align: center;
	width: 48px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.featured_box .social_list a:hover {
	background-color: #fff;
}
.featured_box .social_list a:last-child {
	margin: 0;
}
.featured_box .social_list [data-icon]:before {
	line-height: 48px;
}
.featured_box .social_list {
	margin-top: 28px;
	margin-top: 1.75rem;
}
#featured input[type="text"], #featured input[type="email"] {
	min-width: 200px;
}
.featured_form {
	white-space: nowrap;
}
#featured .featured_form .email, #featured .featured_form #email {
	border: 1px solid #ED523F;
	border-width: 1px 0 1px 1px;
	display: inline-block;
	padding: 16px 12px;
	padding: 1rem .75rem;
	font-size: 18px;
	font-size: 1.125rem;
	width: 280px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) inset;
	line-height: 18px;
	height: 57px;
	margin-bottom: 0;

	/* ie hax */
	*padding-top: 0;
	*padding-bottom: 0;
	*height: 54px;
	*line-height: 54px;
}
.featured_form button.submit {
	overflow: visible;
	background: #ED523F;
	color: #fff;
	display: inline-block;
	padding: 0;
	font-size: 32px;
	height: 57px;
	width: 80px;
	position: relative;
	vertical-align: top;
	text-shadow: none;
	border: 0;
	left: -5px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.featured_form .submit:before {
	content: "";
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #ED523F;
	top: 20px;
	top: 1.25rem;
	left: -10px;
}
.featured_form .submit span:before {
	font-size: 32px;
	line-height: 23px;
}
#inner #featured {
	padding: 48px;
	padding: 3rem;
	border: none;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#inner #featured > .wrap {
	padding: 0;
	text-align: center;
}


/* = Animations ----------- */

/* - Fade In----------- */
.fadein {
    -moz-animation: fadein 1s ease .5s;
    -webkit-animation: fadein 1s ease .5s;
    -o-animation: fadein 1s ease .5s;
	animation: fadein 1s ease .5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes quick_fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@-moz-keyframes quick_fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@-o-keyframes quick_fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@keyframes quick_fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}

/* - Quick Fade In ------------- */
.quick_fadein, #inner {
    -moz-animation: fadein 1s ease .2s;
    -webkit-animation: fadein 1s ease .2s;
    -o-animation: fadein 1s ease .2s;
	animation: fadein 1s ease .2s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@-moz-keyframes fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@-o-keyframes fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@keyframes fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}

/* - Swide Fade ----------- */
@-webkit-keyframes swipein_left {
	0% { opacity: 0; -webkit-transform: translateX(-30px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}
@-moz-keyframes swipein_left {
	0% { opacity: 0; -moz-transform: translateX(-30px); }
	100% { opacity: 1; -moz-transform: translateX(0); }
}
@-o-keyframes swipein_left {
	0% { opacity: 0; -ms-transform: translateX(-30px); }
	100% { opacity: 1; -ms-transform: translateX(0); }
}
@keyframes swipein_left {
	0% { opacity: 0; transform: translateX(-30px); }
	100% { opacity: 1; transform: translateXY(0); }
}
.swipein_left {
    -moz-animation: swipein_left 1s;
    -webkit-animation: swipein_left 1s;
    -o-animation: swipein_left 1s;
	animation: swipein_left 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-ms-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}

/* - Partial Fade ----------- */
@-webkit-keyframes partialfade {
	 0% 	{ opacity: 1; }
	 100% 	{ opacity: .5; }
}
@-moz-keyframes partialfade {
	 0% 	{ opacity: 1; }
	 100% 	{ opacity: .5; }
}
@-o-keyframes partialfade {
	 0% 	{ opacity: 1; }
	 100% 	{ opacity: .5; }
}
@keyframes partialfade {
	 0% 	{ opacity: 1; }
	 100% 	{ opacity: .5; }
}


/* = Mobile Menu ----------- */

.mobile-menu {
	color: #888;
	display: none;
	height: 100%;
	position: absolute;
	right: 0;
}
.mobile-menu:hover {
	color: #888;
}
.mobile-menu, .mobile-menu:hover, .mobile-menu:active {
	background: #fff;
	border: none;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	text-shadow: none;
}
.mobile-menu.active {
	color: #222;
}
.mobile-menu span:before {
	font-size: 32px;
	font-weight: normal;
}
#nav.active {
	display: block !important;
}

	/* MOBILE MENU IE HAX */
	.ie-mobile .mobile-menu { display: block;  width: 70px; font-size: 32px; }
	.ie-mobile #nav { background: #fff; position: absolute; top: 76px; left: 0; width: 100%; display: none; padding-bottom: 16px; border-bottom: 1px solid #E3E3E3; max-height: 480px; overflow: auto;  }
	.ie-mobile #nav .wrap { margin: 0 20px; }
	.ie-mobile #header .menu-primary { float: none; }
	.ie-mobile #nav .menu-primary li { line-height: normal; height: auto; float: none; display: inline; }
	.ie-mobile #nav .menu-primary li a { background: #EEEEEE; margin: 4px 2px; display: inline-block; padding: 8px 15px; border: none; width: auto !important; font-size: 12px; font-size: .75rem; }
	.ie-mobile .menu-primary li ul { left: 0; position: static; float: none; width: auto; display: inline !important; visibility: visible !important;  }
	.ie-mobile .menu-primary li ul ul, .ie-mobile .menu-primary li ul ul ul, .ie-mobile .menu-primary li ul ul ul ul { margin: 0; }


/* = Media Queries ----------- */

@media only screen and (max-width: 800px) {

	.mobile-menu { display: block; }
	#nav { background: #fff; position: absolute; top: 76px; left: 0; width: 100%; display: none; padding-bottom: 16px; border-bottom: 1px solid #E3E3E3; max-height: 480px; overflow: auto;  }
	#nav .wrap { margin: 0 20px; }
	#header .menu-primary { float: none; }
	#nav .menu-primary li { line-height: normal; height: auto; float: none; display: inline; }
	#nav .menu-primary li a { background: #EEEEEE; margin: 4px 2px; display: inline-block; padding: 8px 15px; border: none; width: auto !important; font-size: 12px; font-size: .75rem; }
	.menu-primary li ul { left: 0; position: static; float: none; width: auto; display: inline !important; visibility: visible !important;  }
	.menu-primary li ul ul, .menu-primary li ul ul ul, .menu-primary li ul ul ul ul { margin: 0; }

}

@media only screen and (max-width: 700px) {

	#featured { text-align: center; padding: 48px 0; padding: 3rem 0; }
	#featured img.featured_img { float: none; max-width: none; margin: 10px 0 20px 0; }
	#featured .content h2 { font-size: 40px; font-size: 2.5rem; }

}

@media only screen and (max-width: 600px) {

	#featured_post_image .entry-title { margin: 0; width: 100%; margin: 0 -20px; }
  	#content .type-post.entry, .search #content .post_box.entry, #content .type-attachment.entry { padding: 0; width: auto; }
	#featured_post_image { padding: 48px 0; padding: 3rem 0; }
	#featured_post_image .entry-title { font-size: 32px; font-size: 2rem; }

	.post .wrapper-sticky, .scroll_box { position: static !important; height: auto !important; width: 100% !important; }
  	.post-meta { position: static; width: 100%; clear: both; display: inline-block; border-top: 1px solid #e3e3e3; }
	.post-meta li, .post-meta li:last-child { float: left; border: none; margin-right: 20px; margin-bottom: 0; padding: 20px 0 0 0; }
	.post-meta .cal { padding-right: 20px; border-right: 1px solid #E3E3E3; }
	.post-meta .day, .post-meta .num, .post-meta .count { font-size: 48px; font-size: 3rem; }
	.post-meta.scroll_box li { float: right; }
	.post-meta.scroll_box .cal { margin: 0; padding: 20px 0 0 20px; border-left: 1px solid #E3E3E3; border-right: none; }
	.post-meta #share { float: left; text-align: left; }
	.sharrre .box { width: 80px; }

	.read-more { display: none; }

	#author, #email, #url { width: 70%; }

	#sidebar { margin-top: 32px; margin-top: 2rem; }
	#sidebar, .content-sidebar #content, .sidebar-content #content { float: none; width: auto; clear: both; display: block; }

	.children .comment { padding-left: 24px; padding-left: 1.5rem; }
	#cancel-comment-reply-link { clear: both; float: none; display: block; }

}

@media only screen and (max-width: 480px) {

    html { font-size: 87.5%; /* 14px base */  }

	#featured { text-align: center; padding: 32px 0; padding: 2rem 0; }
	#featured img.featured_img { float: none; max-width: 60%; }
	#featured .featured_form .email, #featured .featured_form #email { width: 77%; height: 51px; }
	.featured_form button.submit { width: 20%; height: 51px; padding-left: .75rem; padding-right: .75rem; }

	.post-meta li, .post-meta li:last-child { margin-right: 7px; }
	.post-meta.scroll_box .cal { padding-left: 5px; }
	#share { margin-right: 0; }
	.sharrre .box { width: 70px; }

	#inner #featured { margin-left: -20px; margin-right: -20px; padding: 32px 20px; }

	.comment_list .children #respond { margin: 0; }
	.comment_list li img.avatar { max-width: 50px; margin: 6px 1rem 5px 5px; }
	.children .comment img.avatar { margin: 6px 1rem 5px 10px; }
	#commentform label, #commentform .required { display: none; }
	#author, #email, #url, #submit { width: 100%; }
	.comment_toggle { opacity: 1; }
	
	.sharrre .buttons { padding: 20px 5px; margin-left: -20px; }

}