/*
Theme Name: BM Blog Theme
Theme URI: http://independentpublisher.me/
Author: Raam Dev
Author URI: http://raamdev.com
Description: BM Theme is a beautiful reader-focused WordPress theme, for you. Clean, responsive, and mobile-ready, it gets out of your way and lets you share what you create. Full support for all Post Formats, HTML5-ready, and includes Schema.org markup. This theme is ideal for both single-author and multi-author blogs.
Version: 1.8
License: GNU GPLv3
License URI: http://www.gnu.org/copyleft/gpl.html
BM Theme, Copyright 2016 Raam Dev
BM Theme is distributed under the terms of the GNU GPL
Tags: light, white, green, one-column, two-columns, left-sidebar, fluid-layout, featured-images, full-width-template, custom-menu, responsive-layout, custom-background, custom-colors, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, theme-options
*/

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	vertical-align: baseline;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

html {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
}

table {
	border-spacing: 0; /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


/*blockquote:before, blockquote:after,
q:before, q:after {
	content: "\"";
	font-size:100px;
	font-family:Baskerville;
}

blockquote, q {
	quotes: "" "";
}*/

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
	border: 0;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: serif;
	line-height: 1.5;
}

select {
	font-family: HelveticaNeue, Arial, sans-serif;
	font-size: 13px !important; /* webkit annoyingly only lets <select> elements have a font-size of either 9px, 11px or 13px; forcing this to 13px maintains consistency */
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

hr {
	margin-bottom: 1.5em;
	height: 1px;
	border: 0;
	background-color: #ccc;
}

/* Text elements */
p {
	margin-bottom: 1em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ol, li > ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0.5em 1.5em 1.5em;
}

b, strong {
	font-weight: bold;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote, q { quotes: '\201c' '\201d'; }

blockquote p:before, q:before, blockquote p:after, q:after  {
	position:relative;
	font-size:60px;
	/*line-height:20px;*/
	font-family:Baskerville;
	top:10px;

}

blockquote p:before, q:before {
	content: open-quote;
	margin-right:10px;
	vertical-align: text-top;
 }

blockquote p:after, q:after  {
	content: close-quote;
	margin-left:10px;
	vertical-align: text-top;
}
blockquote p {
	/*margin-left: 1em;*/
	/*font-style: italic;*/
	font-family: Baskerville;
	font-size:24px;
	line-height:30px;
	/*border-left: 3px solid;
	border-color: #191919;
	padding-left: 20px;*/
}

blockquote cite {
	font-size: 70%;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4 {
	font-weight: normal;
	font-family: "Baskerville", "Bitstream Charter", serif;
}

address {
	margin: 0 0 1.5em;
}

pre {
	overflow: auto;
	margin-bottom: 1.6em;
	padding: 1.6em;
	max-width: 100%;
	background: #F5F5F5;
	font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	line-height: 1.6;
}

code, kbd, tt, var {
	font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	background: #eee;
	padding: 2px 5px 2px 5px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	position: relative;
	height: 0;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	font-size: 90%;
}

th {
	font-weight: bold;
}

button,
input,
select,
textarea {
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: middle; /* Improves appearance and consistency in all browsers */
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: HelveticaNeue, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	line-height: 1.45;
	height: 36px;
	padding-left: 15px;
	padding-right: 15px;
	border: 0;
	border-color: #000;
	/*border-radius: 3px;*/
	background: #000; /* Old browsers */

	color: #ffffff;
	font-size: 15px;
	font-size: 1.5rem;

	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	-webkit-font-smoothing: antialiased;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #ffffff;
	border-color: #bbb #bbb #aaa #bbb;
	background:#000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65B675', endColorstr='#65B675', GradientType=0); /* IE6-9 */
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .15);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .15);
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0; /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
	/*border: 1px solid #ccc;*/
	/*border-radius: 3px;*/
	/*color: #666;*/
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}

input[type=text],
input[type=password],
input[type=email] {
	padding: 6px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	width: 95%;
	vertical-align: top; /* Improves readability and alignment in all browsers */
}

/* Links */
a {
	color: #57ad68;
	text-decoration: none;
}

a:visited {
	color: #57ad68;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #57ad68;
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto;
}

img.alignleft {
	margin: 5px 20px 10px 0;
}

img.alignright {
	margin: 5px 0 10px 20px;
}

img.aligncenter {
	margin: 5px auto 10px;
}

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

.main-navigation {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}

.main-navigation ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	text-decoration: none;
	font-size: 14px;
	font-family: HelveticaNeue, "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

.main-navigation ul ul {
	position: absolute;
	top: 1.5em;
	left: 0;
	z-index: 99999;
	display: none;
	float: left;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.main-navigation ul ul ul {
	top: 0;
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a {
	text-decoration: none;
	color:rgba(0,0,0,1);
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* =Content
----------------------------------------------- */

.site,
.entry-content,
.entry-summary {
	*zoom: 1;
}

.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after {
	display: table;
	content: "";
	line-height: 0;
}

.site:after,
.entry-content:after,
.entry-summary:after {
	clear: both;
}

.site-main article.sticky {
	margin-bottom: 1px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	background: #F5F5F5;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.hentry {
	/* margin: 0 0 1.5em; */
}

.entry-meta {
	clear: both;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.entry-content > .sharedaddy,
.entry-summary > .sharedaddy {
	margin: 1.5em 0;
}

.page-links {
	clear: both;
	margin: 0 0 1em;
	text-align: center;
	padding-top: 2em;
}

.page-links-next-prev {
	margin-top: 4em;
	clear: both;
}

.page-links-next-prev .next-page-nav {
	float: right;
}

.page-links-next-prev .previous-page-nav {
	float: left;
}

.entry-content .twitter-tweet-rendered,
.entry-summary .twitter-tweet-rendered {
	max-width: 100% !important;
}

.single .entry-content,
.single .entry-summary {
	padding-bottom: 20px;
	margin-top: 0;
}

.single article.post, .single article.page {
	margin-bottom: 40px;
}

.single .wp-post-image,
.page .wp-post-image,
.blog .wp-post-image,
.archive .wp-post-image {
	width: 100%;
	height: auto;
}

.single .full-width-featured-image {
	top: 0;
	left: 0;
	width: 100%;
}

.single .wp-post-image,
.page .wp-post-image,
.blog .wp-post-image,
.archive .wp-post-image {
	margin-bottom: 20px;
}

.single-attachment .entry-title-meta {
	margin-bottom: 20px;
}

.single-attachment .entry-caption {
	margin-top: 1.2em;
}

.post-excerpts h1.entry-title,
.enhanced-excerpts h1.entry-title {
	font-size: 1.8em;
	margin-bottom: 0;
}

.post-excerpts .sticky h1.entry-title,
.enhanced-excerpts .sticky h1.entry-title {
	font-size: 2.5em;
	margin-bottom: 20px;
}

.post-excerpts .entry-content,
.enhanced-excerpts .entry-content,
.post-excerpts .entry-content a,
.enhanced-excerpts .entry-content a,
.post-excerpts .entry-summary,
.enhanced-excerpts .entry-summary,
.post-excerpts .entry-summary a,
.enhanced-excerpts .entry-summary a {
	margin-top: 10px;
	text-decoration: none;
}

.enhanced-excerpts .enhanced-excerpt-read-more a {
	text-align: right;
	font-family:HelveticaNeue,  Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #57ad68;
}

.enhanced-excerpt-read-more {
	margin-bottom: 1em;
	font-size: 13px;
	text-align: right;
}

.show-full-content-first-post h1.entry-title,
.show-full-content-first-post-sticky h1.entry-title {
	font-size: 2.5em;
	margin-bottom: 20px;
}

.entry-content .subtitle,
.entry-summary .subtitle {
	font-style: italic;
	font-weight: normal;
	font-family: HelveticaNeue, Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-top: -5px;
	margin-bottom: 1em;
	letter-spacing: 0;
}

/* =Post Formats
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title,
.search .format-aside .entry-title,
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.search .format-status .entry-title,
.blog .format-image .entry-title,
.archive .format-image .entry-title,
.search .format-image .entry-title,
.blog .format-quote .entry-title,
.archive .format-quote .entry-title,
.search .format-quote .entry-title {
	display: none;
}

.format-aside .entry-format,
.format-quote .entry-format,
.format-chat .entry-format,
.format-status .entry-format,
.format-image .entry-format,
.format-link .entry-format,
.format-gallery .entry-format {
	color: #b3b3b1;
	font-weight: 300;
}

.format-link .entry-title {
	font-size: 1.5em;
}

.format-link .entry-title a:after {
	font-family: "Genericons";
	content: '\f442';
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.format-aside {
	font-style: italic;
}

.format-aside,
.format-quote {
	font-size: 1.3em;
	line-height: 1.4;
}

.format-aside .entry-content,
.format-quote .entry-content {
	margin-top: 1em;
}

.format-aside .entry-title-meta {
	margin-bottom: 20px;
}

.format-aside .entry-content a,
.format-aside .entry-content a:hover,
.format-quote .entry-content a,
.format-quote .entry-content a:hover {
	color: inherit;
	text-decoration: none;
}

.single-format-aside .entry-title,
.single-format-quote .entry-title {
	display: none;
}

.format-standard .entry-title {
	width: 90%;
}

.format-chat .entry-content,
.format-chat .entry-summary {
	font-family: HelveticaNeue, Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	background: #eee;
	padding: 20px 20px 10px 20px;
	margin-bottom: 2em;
	font-size: 12px;
	line-height: 1.6;
}

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

.site-header img,
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

.site-header img,
.entry-content img,
.entry-summary img,
.widget img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.site-header img,
.entry-content img,
.entry-summary img,
img.size-full {
	max-width: 100%;
	width: auto\9; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.entry-content img.wp-smiley,
.entry-summary img.wp-smiley,
.comment-content img.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

.wp-caption {
	max-width: 100%;
	/*border: 1px solid #ccc;*/
	margin-bottom: 1.5em;
}

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}

.wp-caption img {
	display: block;
	margin: 5px auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
	font-size: 80%;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/**
 * Gallery
 * -----------------------------------------------------------------------------
 */

.gallery:before, .gallery:after {
	content: "";
	display: table;
}

.gallery:after {
	clear: both;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
	line-height: 10px;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
	font-style: italic;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

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

.site-content .site-navigation {
	overflow: hidden;
	/* margin: 0 0 1.5em; */
}

.site-content .nav-previous,
.site-navigation .previous-image {
	float: left;
}

.site-content .nav-next,
.site-navigation .next-image {
	float: right;
	text-align: right;
}

.single .site-navigation {
	/*margin-top: 40px;*/
}

#nav-below {
	margin-top: 3em;
}

#nav-above {
	padding-bottom: 1em;
	padding-top: 1em;
	margin-top: 0;
	border-bottom: none;
}

#image-navigation {
	margin-bottom: 20px;
}

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

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

#comments {
	margin-bottom: 100px;
}

.comments-title {
	text-align: center;
	color: rgb(213, 213, 213);
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}

.comment-content.unapproved {
	color: #b3b3b1;
}

.site-main .commentlist article {
	padding-bottom: 1em;
	padding-top: 1em;
	border-bottom: none;
	margin-bottom: 1em;
}

.commentlist #respond {
	border-left: 1px solid #F0F0F0;
	padding-left: 20px;
}

#comments-template div.navigation {
	height: 50px;
}

#comment-nav-below {
	margin-bottom: 50px;
}

ol.commentlist {
	margin-left: 0px;
	font-size: 90%;
}

ol.commentlist,
ol.commentlist ul.children {
	list-style: none;
}

ol.commentlist {
	margin-bottom: 100px;
}

ul.children {
	margin-left: 15px;
}

.commentlist .thread-even, .commentlist .thread-odd {
	padding-left: 20px;
	margin-bottom: 30px;
	margin-top: 3.5em;
	border-left: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
}

.commentlist .children .odd,
.commentlist .children .even {
	border-left: none;
}

.commentlist ul.children {
	margin-left: 0;
	padding-left: 20px;
}

.commentlist .thread-even ul.children,
.commentlist .thread-odd ul.children {
	border-left: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
}

ol.commentlist .avatar {
	float: left;
	margin-right: 15px;
	margin-left: 0px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-top: 5px;
}

.avatar {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.comment-meta,
.comment-meta a {
	color: #b3b3b1;
	text-decoration: none;
	font-size: 12px;
}

.comment-meta {
	margin-top: -12px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.comment .reply {
	display: block;
}

.comment .reply a {
	margin-top: -10px;
	font-size: 90%;
}

.comment-body:hover .reply {
}

.comment .reply a:hover {
}

.comment-body {
	margin-bottom: 40px;
	margin-left: 0px;
}

.comment-author {
	font-weight: bold;
	font-size: 16px;
	line-height: 48px;
}

.comment-author cite {
	font-style: normal;
}

.comment-author .fn a {
	text-decoration: none;
	color: inherit;
}

.comment-author .says,
.pingback .says,
.pingback .comment-meta,
.pingback .reply {
	display: none;
}

#share-comment-button button,
#share-comment-button-bottom button {
	padding-left: 15px;
	padding-right: 15px;
	height: 3.4em;
	line-height: 50px;
}

#pinglist {
	font-family: HelveticaNeue, "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 80px;

}

ul.pinglist {
	margin-left: 0;
}

.pinglist li {
	display: inline;
	margin-right: 5px;
}

.pinglist li::after {
	content: '\b7';
	margin-left: 5px;
}

.pinglist-title {
	color: #929292;
}

.pinglist li.pinglist-title::after {
	content: '';
}

.pinglist a {
	text-decoration: none;
}

.pinglist a:hover {
	text-decoration: underline;
}

.mentions-list {
	font-size: 80%;
	margin-top: 80px;
}

.mentions-list li {
	list-style: none;
}

.mentions-list h3 {
	color: #b3b3b1;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 13px;
	letter-spacing: 1px;
	border-top: 1px solid #eee;
	padding-top: 10px;
	display: inline-block;
	font-family: HelveticaNeue sans-serif;
}

.taglist {
	font-family: HelveticaNeue, "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
}

ul.taglist {
	margin-left: 0;
	margin-top: 30px;
}

.taglist li {
	display: inline-block;
	margin-right: 20px;
}

.taglist-title {
	color: #929292;
}

.taglist a {
	text-decoration: none;
}

.taglist a:hover {
	text-decoration: underline;
}

.trackback span, .pingback span {
	font-weight: normal;
}

.trackback cite, .pingback cite {
	font-style: normal;
}

.pingback {
	position: relative;
}

.form-allowed-tags {
	display: none;
}

/* Styles to Enhance Comment Form */

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label,
.comment-form-subscriptions label,
.comment-form-reply-title {
	margin-right: 5px;
	font-family: HelveticaNeue, "Myriad Pro", Helvetica, Arial, sans-serif;
	color: #b3b3b1;
	display: block;
	font-size: 16px;
	font-weight: 100;
}

.comment-form-reply-title {
	display: none;
}

.comment-form-reply-title p {
	margin-bottom: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-subscriptions {
	float: left;
	width: 50%;
	min-width: 200px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-subscriptions input {
	width: 80%;
}

.comment-form-comment {
	padding-right: 20px;
}

.comment-form .logged-in-as {
	font-size: 80%;
}

.comment-respond {
	background: #F1F1F1;
	border-radius: 10px;
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
}

#commentform-top,
#commentform-bottom {
	display: none;
}

.commentlist .comment-respond {
	background: #F1F1F1;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

#commentform input[type="submit"] {
	width: 98%;
}

#commentform #main-reply-title h3 {
	letter-spacing: 0px;
}

#cancel-comment-reply-link {
	font-family: HelveticaNeue, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 80%;
	letter-spacing: 0px;
	float: right;
	margin-right: 10px;
	margin-top: -20px;
}

#commentform textarea {
	padding: 10px;
	margin: 0px;
	width: 98%;
}

.form-submit {
	clear: both;
	margin-bottom: 0;
	padding-bottom: 1.5em;
	padding-top: 0.5em;
}

.share-comment-icon::before {
	display: inline-block;
	padding-right: 8px;
	margin-top: -2px;
	font-style: normal;
	font-family: 'Genericons';
	font-size: 20px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	content: '\f300';
	color: white;
}

.comments-title-icon::before {
	display: inline-block;
	margin-top: -2px;
	font-style: normal;
	font-family: 'Genericons';
	font-size: 20px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	content: '\f108';
}

.entry-meta #share-comment-button {
	text-align: left;
}

#respond {
	text-align: left;
}

#share-comment-button,
#share-comment-button-bottom {
	display: none;
}

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

.widget,
.widget_twitter ul li,
.widget_rss ul li {
	margin: 0 0 4em;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

.widget_rss .rss-date,
.widget_rss li > cite,
.widget_twitter .timesince {
	color: #b3b3b1;
	display: block;
	font-size: 12px;
}

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

body {
	color: #000000;
	/*font: 1.9em Georgia, "Times New Roman", Times, serif;*/
	line-height: 1.5;
}

.site-master-logo {

	position: fixed;
	top: 29px;
	left: 10px;
	transition: opacity .3s linear .3s;
	-webkit-transition: opacity .3s linear .3s;
	-moz-transition: opacity .3s linear .3s;
	-ms-transition: opacity .3s linear .3s;
	-o-transition: opacity .3s linear .3s;
}

.admin-bar .site-master-logo {
	top: 35px;
}

.site-master-logo img {
	width: 48px;
	height: auto;
	opacity: .5;
}

.site-master-logo img:hover {
	opacity: 1;
}

.site-logo img {
	margin-bottom: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	max-width: 100px;
	height: auto;
}

.site-title a {
	color: inherit;
	text-decoration: none;
}

.site-title {
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: inherit;
}

.site-description {
	margin: 0 0 20px 0;
	color: #929292;
	font-size: 13px;
	font-family: inherit;
	line-height: 1.4;
	font-style: italic;
	letter-spacing: inherit;
	font-weight: inherit;
	margin-top: 5px;
}

.site-published-separator {
	border-top: 1px solid #dededc;
	padding-top: 20px;
	width: 40px;
	float: right;
}

.site-published {
	margin: 10px 0 0 0;
	color: #333332;
	font-size: 14px;
	line-height: 1.4;
	font-style: normal;
	font-weight: bold;
	letter-spacing: inherit;
}

.site-published-date {
	margin: 5px 0 0 0;
	color: #929292;
	font-size: 12px;
	font-family: inherit;
	line-height: 2;
	letter-spacing: inherit;
	font-weight: inherit;
	font-style: normal;
}

.site-published-date a {
	color: #929292;
	text-decoration: none;
}

.main-navigation ul,
.widget-area ul,
.widget-area ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation li,
.widget-area li {
	line-height: .80;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}

.main-navigation a,
.widget-area ul li a {
	text-decoration: none;
}

.widget-area ul li a {
	line-height: 1.2;
}

.blogroll li a {
	display: inline-block;
}

.widget-area ul li a:hover {
	text-decoration: underline;
}

.widget-area .widget-title {
	font-size: 16px;
	letter-spacing: inherit;
	margin-bottom: 10px;
}

.widget-area select {
	max-width: 100%;
}

.site-navigation,
.post-navigation {
	/*margin-top: 20px;*/
}

.infinite-scroll .paging-navigation,
.infinite-scroll .site-footer {
	display: none;
}

.infinite-wrap {
	max-width: 942px;
}

.infinite-loader {
	display: block;
	padding-left: 50%;
}

.infinite-loader .spinner {
	margin-left: -17px;
}

#infinite-handle {
	margin-top: 20px;
	text-align: center;
}

#infinite-footer .blog-info {
	font-family: HelveticaNeue, "Myriad Pro", Helvetica, Arial, sans-serif;
}

#infinite-footer .blog-credits {
	color: #b3b3b1;
	font-family: HelveticaNeue, sans-serif;
	font-weight: 100;
}
#infinite-footer .blog-info a:hover {
	text-decoration: none;
}

#infinite-footer .blog-credits a,
#infinite-footer .blog-credits a:hover {
	color: #57ad68;
}

/* Inifnite Scroll - Spinner */
.infinite-loader {
	color: #000;
	position: fixed;
	bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 20px 0;
	font-family: HelveticaNeue-Bold, Helvetica, Arial, sans-serif;
	color: #191919;
	letter-spacing: -1px;
	/*font-weight: 700;*/
	line-height: 1.2;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: break-word;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.2em;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6 {
	margin-top: 40px;
	margin-bottom: 15px;
}

.entry-content h1,
.entry-summary h1 {
	font-size: 2.1em;
}

.entry-content table,
.entry-summary table {
	border-left: solid 1px #eee;
	border-top: solid 1px #eee;
}

.entry-content table td,
.entry-summary table td {
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.page h1.entry-title {
	margin-top: 20px;
	font-size: 3.5em;
}

.blog article,
.archive article,
.search article {
	padding: 40px 0 40px 0;
	border-bottom: solid 1px #ddd;
}

.blog article.show-full-content-first-post {
	padding-top: 0;
}

.blog.single-column-layout article.show-full-content-first-post {
	padding-top: 40px;
}

.archive .page-header,
.search .page-header {
	margin-bottom: 4em;
	padding-bottom: 1em;
	border: solid 1px;
	border-color: #eee;
	background: #F5F5F5;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.archive .page-title,
.search .page-title,
.archive .archive-title {
	font-size: 3.5em;
}

.archive.author .archive-title {
	max-width: 80%;
}

article.first-post {
	margin-top: 0;
	padding-top: 0;
}

.entry-title a {
	color: #333332;
	text-decoration: none;
}

.entry-title a:hover {
	color: #57ad68;
}

.entry-title-meta {
	font-size: 13px;
	color: #b3b3b1;
	font-weight: 100;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-style: normal;
	line-height: 1.4;
}

.entry-title-meta-post-date,
.entry-title-meta-author .author-avatar {
	display: none;
}

.entry-title-meta a {
	color: #b3b3b1;
	text-decoration: none;
}

.entry-title-meta-author {
	display: none;
}

.entry-meta,
.entry-meta a {
	color: #b3b3b1;
	font-size: 13px;
	font-family: HelveticaNeue, sans-serif;
	font-weight: 100;
	font-style: normal;
	text-align: right;
}

.entry-meta a:hover {
	color: #57ad68;
}

.single .entry-meta,
.page .entry-meta {
	border-top: 1px solid #eee;
	margin-bottom: 40px;
	margin-top: 40px;
	padding-top: 40px;
}

.single .edit-link,
.page .edit-link {
	float: right;
}

.site {
	background-color: #ffffff;
	margin: auto;
	/*padding: 0 40px;*/
	/*max-width: 942px;*/
	text-align: center;
	width: 100%;
	margin-bottom: 0;
	margin-top: 100px;
}

.site-header {
	float: left;
	margin-top: 0;
	margin-bottom: 30px;
	width: 160px;
	position: relative;
	margin-left: -220px;
	text-align: right;
}
.main_header_line {
	position: relative;
	width: 942px;
	height: 1px;
	left: 0;
	margin:auto;
	margin-bottom: 0;
	margin-top: 22px;
	border-top: 1px solid rgba(0,0,0,0.10);
}
.sub_header_line {
	position: relative;
	width: 940px;
	height: 1px;
	left: 7px;
	margin:auto;
	/*top:2px;*/
	border-top: 1px solid rgba(0,0,0,0.10);

}
.bottom_line {
	position: relative;
	width: 942px;
	height: 1px;
	left: 0;
	margin:auto;
	margin-bottom: 22px;
	margin-top: 22px;
	border-top: 1px solid rgba(0,0,0,0.10);
}
.blog_title {
	position:relative;
	width:942px;
	height:56px;
	margin:auto;
text-align:left;
}
.blog_title a {

	font-size:36px;
	font-family:HelveticaNeue-bold;
}
.single-column-layout .main-navigation li {
	/*padding-left:0px !important;
	margin-left:0px !important;*/
}
.site-content,
.site-footer {
	float: right;
	max-width: 942px;
	width: 100%;
}

.widget-area {
	float: left;
	width: 160px; /* Sidebar 1 */
	clear: left;
	margin-left: -220px;
	text-align: right;
	font-family: HelveticaNeue, "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 15px;
}

.entry-content,
.entry-summary,
.widget-area .widget,
.comment {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-title {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: break-word;
}

.widget_search input[type="text"] {
	/* fixes overflow issue */
	width: 90%;
}

.site-footer {
	clear: both;
	margin-top: 100px;
	margin-bottom: 20px;
	color: #b3b3b1;
}

.site-footer,
.site-footer a {
	font-size: 13px;
	text-align: center;
}

.site-footer a:hover {
	color: #57ad68;
}

.site-info {
	font-family: HelveticaNeue, sans-serif;
	font-weight: 100;
}

img#wpstats {
	display: block;
	margin: 5px auto;
	margin-bottom: 25px;
}

table td {
	padding: 4px;
}

table th {
	padding: 4px;
	border-bottom: solid 1px #ccc;
}

.full-width-featured-image #page {
	margin-top: 0;
}

.post-cover-overlay-post-title #page {
	margin-top: 40px;
}

/* Post Author Bottom Card */

.post-author-bottom {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 40px;
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: none;
	min-height: 100px;
}

.post-author-bottom .site-logo img {
	float: left;
	height: auto;
}

.post-author-bottom .site-title,
.post-author-bottom .site-description {
	clear: none;
}

.post-author-bottom .post-author-info {
	margin-left: 140px;
	margin-right: 120px;
	padding-right: 25px;
	padding-top: 10px;
}

.post-author-bottom h1.site-title,
.post-author-bottom h2.site-description {
	margin-left: 0;
}

.post-author-bottom h1.site-title {
	font-style: normal;
	font-size: 20px;
	line-height: 1.6;
}

.post-author-bottom .post-published-date {
	width: 120px;
	margin-left: 385px;
	position: absolute;
	margin-top: -85px;
	top: 145px;
	right: 0;
}

/* Footnotes */

.footnotes p,
.blog .show-full-content-first-post .footnotes p,
.blog .show-full-content-first-post-sticky .footnotes p {
	margin-bottom: 0;
}

.footnotes,
.blog .show-full-content-first-post .footnotes,
.blog .show-full-content-first-post-sticky .footnotes {
	font-size: 80%;
}

.blog .format-aside .footnotes,
.blog .format-quote .footnotes,
.archive .format-aside .footnotes,
.archive .format-quote .footnotes,
.search .format-aside .footnotes,
.search .format-quote .footnotes {
	display: none;
}

.blog hr.footnotes,
.archive hr.footnotes,
.search hr.footnotes {
	margin-left: 0;
	width: 50%;
	background-color: #ddd;
}

.format-aside sup,
.format-quote sup,
.format-aside .footnotes,
.format-quote .footnotes{
	font-size: 15px;
	font-style: normal;
}

/* Author Page Styles */

.author-archive-author-avatar img {
	margin-bottom: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	max-width: 70px;
	height: auto;
}

.author .author-description {
	margin-right: 120px;
}

.author div.author-bio {
	border-bottom: 1px solid;
	border-color: #b3b3b1;
	padding-bottom: 40px;
	margin-bottom: 80px;
}

.author .author-avatar img {
	float: right;
	border-radius: 95px;
	margin-top: -85px;
}

.author .archive-title a {
	color: #333332;
}

.author .archive-title a:hover {
	text-decoration: none;
}

/* WP Audio Shortcode */
.blog .wp-audio-shortcode,
.archive .wp-audio-shortcode,
.search .wp-audio-shortcode,
.single .wp-audio-shortcode {
	margin-bottom: 1.2em;
	margin-top: 10px;
}

/**
 * Styles to apply when Use Single Column Layout option is enabled.
 * (These should closely resemble the styles applied by the
 * @media (max-width: 1200px) rules above.)
 */

.single-column-layout .site-header {
	text-align: center;
	margin-left: 0;
	float: none;
	display: block;
	width: 100%;
	position: relative;
}

.single-column-layout.single .site-header {
	margin-bottom: 0;
}

.single-column-layout.single .site-header-info {
	display: none;
}

.single-column-layout.single .entry-meta {
	border-top: none;
}

.single-column-layout .site {
	margin-top: 40px;
}

.single-column-layout .post-author-bottom {
	display: block;
}

.single-column-layout .entry-meta {
	border-bottom: none;
}

.single-column-layout .entry-title-meta-author {
	display: inline-block;
}

.single-column-layout .widget-area {
	float: right;
	width: 100%;
	margin-left: 0;
	text-align: inherit;
	padding-top: 40px;
}

.single-column-layout .widget-area ul li a {
	display: inline-block;
}

.single-column-layout #nav-below {
	margin-top: 40px;
	padding-bottom: 40px;
}

.single-column-layout .single .entry-meta {
	border-top: none;
}

.single-column-layout .page article {
	padding: 0 0 40px 0;
}

.single-column-layout .main-navigation {
	clear: none;
}

.single-column-layout .site-navigation {
	/*border-top: 1px solid #e5e5e5;*/
	margin-top: 0;
	position:relative;
	top:-30px;
	margin-top:12px;
	/*padding-bottom: 22px;*/
	padding-top: 2px;
	font-size:14px;
	/*margin-bottom: 20px;*/
}

.single-column-layout #nav-below .site-navigation {
	margin-top: 40px;
	padding-bottom: 40px;
}

.single-column-layout .main-navigation li {
	display: inline-block;
	padding: 5px 36px 0px 0px;
	width: auto;
}
.single-column-layout .main-navigation li a {
	color:rgba(0,0,0,.5);
}
.single-column-layout .main-navigation li a:hover, .single-column-layout .main-navigation li:hover {
	color:rgba(0,0,0,1);
	text-decoration:none;
}

.single-column-layout #masthead .site-title,
.single-column-layout #masthead .site-description {
	clear: none;
	margin-left: 0;
	margin-top: 0;
}

.single-column-layout #masthead .site-title {
	font-size: 32px;
	font-style: normal;
	padding-top: 0;
	padding-left: 0;
}

.single-column-layout #masthead .site-description {
	padding-left: 0;
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 15px;
}

.single-column-layout .entry-title-meta-author {
	display: inline-block;
}

.single-column-layout #masthead .main-navigation ul {
	margin-left: -10px;
}

.single-column-layout.archive .page-title,
.single-column-layout.archive .archive-title {
	margin-top: 20px;
}

.single-column-layout .entry-title-meta-post-date,
.single-column-layout .entry-title-meta-author .author-avatar {
	display: inline;
}

.single-column-layout.single-format-aside .entry-title-meta-post-date,
.single-column-layout.single-format-quote .entry-title-meta-post-date {
	display: none;
}

.single-column-layout #menu-social ul {
	text-align: center;
	margin-left: -5px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.full-width-featured-image.single-column-layout.single .wp-post-image,
.full-width-featured-image.single-column-layout.page .wp-post-image,
.full-width-featured-image.single-column-layout.blog .wp-post-image,
.full-width-featured-image.single-column-layout.archive .wp-post-image {
	margin-bottom: 0;
}

/**
 * Styles to apply when Post Cover Title is enabled.
 */

.single.post-cover-overlay-post-title .entry-title-meta,
.page.post-cover-overlay-post-title .entry-title-meta {
	display: none;
}
.single.post-cover-overlay-post-title .post-cover-title-wrapper,
.page.post-cover-overlay-post-title .post-cover-title-wrapper {
	position: relative;
	background: #000
}
.single.post-cover-overlay-post-title .post-cover-title-image,
.page.post-cover-overlay-post-title .post-cover-title-image {
	position: relative;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 75vh;
	opacity: 0.75;
}
.single.post-cover-overlay-post-title .post-cover-title-head,
.page.post-cover-overlay-post-title .post-cover-title-head {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 20px;
	background-color: transparent;
	background-image: -webkit-linear-gradient(transparent 0%,#000 200%);
	background-image: linear-gradient(transparent 0%,#000 200%);
}
.single.post-cover-overlay-post-title .post-cover-title-head .post-cover-title,
.page.post-cover-overlay-post-title .post-cover-title-head .post-cover-title {
	margin: 0 auto;
	padding: 20px 40px;
	max-width: 942px;
}
.single.post-cover-overlay-post-title .post-cover-title-head .entry-subtitle,
.single.post-cover-overlay-post-title .post-cover-title-head .entry-title,
.page.post-cover-overlay-post-title .post-cover-title-head .entry-subtitle,
.page.post-cover-overlay-post-title .post-cover-title-head .entry-title {
	padding: 20px 0 5px;
	color:#fff;
	margin: 0;
}
.single.post-cover-overlay-post-title .post-cover-title-head .entry-subtitle,
.page.post-cover-overlay-post-title .post-cover-title-head .entry-subtitle {
	font-weight: lighter;
	padding: 5px 0 10px;
	font-family: HelveticaNeue. Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.single.post-cover-overlay-post-title .post-cover-title-head .entry-title-meta,
.page.post-cover-overlay-post-title .post-cover-title-head .entry-title-meta {
	height: 32px;
	line-height: 32px;
	display: block;
	margin-top: 20px;
}
.single.post-cover-overlay-post-title .post-cover-title-head .entry-title-meta-author,
.page.post-cover-overlay-post-title .post-cover-title-head .entry-title-meta-author {
	display: inline;
}
.single.post-cover-overlay-post-title .post-cover-title-head .entry-title-meta img,
.page.post-cover-overlay-post-title .post-cover-title-head .entry-title-meta img {
	float: left;
	margin-right: 10px;
}
.single.post-cover-overlay-post-title .post-cover-title-head .entry-title-meta,
.single.post-cover-overlay-post-title .post-cover-title-head .entry-title-meta a,
.page.post-cover-overlay-post-title .post-cover-title-head .entry-title-meta,
.page.post-cover-overlay-post-title .post-cover-title-head .entry-title-meta a {
	color: rgba(255,255,255,0.80);
}
.single.post-cover-overlay-post-title .post-cover-title-head .entry-title-meta a:hover,
.page.post-cover-overlay-post-title .post-cover-title-head .entry-title-meta a:hover {
	text-decoration: underline;
}
.page.post-cover-overlay-post-title h1.entry-title,
.page.full-width-featured-image h1.entry-title {
	font-size: 2.5em;
}


/**
 * Social menu styles; uses Genericons in font/genericons/
 */

.screen-reader-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}

#menu-social ul {
	list-style: none;
	margin: 0 0 25px;
}

#menu-social ul li {
	display: inline-block;
	position: relative;
}

#menu-social li a::before {
	content: '\f408';
	display: inline-block;
	padding: 0 5px;
	font-family: 'Genericons';
	font-size: 26px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

#menu-social li a[href*="wordpress.org"]::before,
#menu-social li a[href*="wordpress.com"]::before {
	content: '\f205';
	color: #BBC7D3;
}

#menu-social li a[href*="wordpress.org"]:hover::before,
#menu-social li a[href*="wordpress.com"]:hover::before {
	transition: color ease 0.3s;
	color: #4A4A4E;
}

#menu-social li a[href*="facebook.com"]::before {
	content: '\f203';
	color: #BBC7D3;
}

#menu-social li a[href*="facebook.com"]:hover::before {
	transition: color ease 0.3s;
	color: #4A4A4E;
}

#menu-social li a[href*="twitter.com"]::before {
	content: '\f202';
	color: #BBC7D3;
}

#menu-social li a[href*="twitter.com"]:hover::before {
	transition: color ease 0.3s;
	color: #4A4A4E;
}

#menu-social li a[href*="dribbble.com"]::before {
	content: '\f201';
	color: #BBC7D3;
}

#menu-social li a[href*="dribbble.com"]:hover::before {
	transition: color ease 0.3s;
	color: #4A4A4E;
}

#menu-social li a[href*="plus.google.com"]::before {
	content: '\f206';
	color: #BBC7D3;
}

#menu-social li a[href*="plus.google.com"]:hover::before {
	transition: color ease 0.3s;
	color: #4A4A4E;
}

#menu-social li a[href*="pinterest.com"]::before {
	content: '\f210';
	color: #BBC7D3;
}

#menu-social li a[href*="pinterest.com"]:hover::before {
	transition: color ease 0.3s;
	color: #4A4A4E;
}

#menu-social li a[href*="github.com"]::before {
	content: '\f200';
	color: #BBC7D3;
}

#menu-social li a[href*="github.com"]:hover::before {
	transition: color ease 0.3s;
	color: #4A4A4E;
}

#menu-social li a[href*="tumblr.com"]::before {
	content: '\f214';
	color: #BBC7D3;
}

#menu-social li a[href*="tumblr.com"]:hover::before {
	transition: color ease 0.3s;
	color: #4A4A4E;
}

#menu-social li a[href*="youtube.com"]::before {
	content: '\f213';
	color: #BBC7D3;
}

#menu-social li a[href*="youtube.com"]:hover::before {
	transition: color ease 0.3s;
	color: #4A4A4E;
}

#menu-social li a[href*="flickr.com"]::before {
	content: '\f211';
	color: #BBC7D3;
}

#menu-social li a[href*="flickr.com"]:hover::before {
	transition: color ease 0.3s;
	color: #4A4A4E;
}

#menu-social li a[href*="vimeo.com"]::before {
	content: '\f212';
	color: #BBC7D3;
}

#menu-social li a[href*="vimeo.com"]:hover::before {
	transition: color ease 0.3s;
	color: #4A4A4E;
}

#menu-social li a[href*="instagram.com"]::before {
	content: '\f215';
	color: #BBC7D3;
}

#menu-social li a[href*="instagram.com"]:hover::before {
	transition: color ease 0.3s;
	color: #4A4A4E;
}

#menu-social li a[href*="codepen.io"]::before {
	content: '\f216';
	color: #BBC7D3;
}

#menu-social li a[href*="codepen.io"]:hover::before {
	transition: color ease 0.3s;
	color: #4A4A4E;
}

#menu-social li a[href*="linkedin.com"]::before {
	content: '\f208';
	color: #BBC7D3;
}

#menu-social li a[href*="linkedin.com"]:hover::before {
	transition: color ease 0.3s;
	color: #4A4A4E;
}

#menu-social li a[href*="mailto"]::before {
	content: '\f410';
	color: #BBC7D3;
}

#menu-social li a[href*="mailto"]:hover::before {
	transition: color ease 0.3s;
	color: #4A4A4E;
}

#menu-social li a[href*="/feed"]::before {
	content: '\f413';
	color: #BBC7D3;
}

#menu-social li a[href*="/feed"]:hover::before {
	transition: color ease 0.3s;
	color: #4A4A4E;
}

/* Hide left-side author card under 1200px */
@media only screen and (max-width: 1200px) {
	.site,
	.single-column-layout .site {
		margin-top: 40px;
	}

	.infinite-scroll #secondary {
		display: none;
	}

	.infinite-scroll .site-content {
		padding-bottom: 60px;
	}

	.multi-author-mode .site,
	.multi-author-mode.single-column-layout .site {
		/*margin-top: 40px;*/
	}

	.full-width-featured-image.single .wp-post-image,
	.full-width-featured-image.page .wp-post-image,
	.full-width-featured-image.blog .wp-post-image,
	.full-width-featured-image.archive .wp-post-image {
		margin-bottom: 0;
	}

	.site-description {
		font-size: 15px;
	}

	.site-published-date {
		font-size: 14px;
		line-height: 1;
	}

	.single .site-header-info {
		display: none;
	}

	.site-header {
		text-align: center;
		margin-left: 0;
		display: block;
		width: 100%;
		position: relative;
		margin-bottom: 0;
	}

	.blog article.show-full-content-first-post {
		padding-top: 40px;
	}

	.post-author-bottom {
		display: block;
	}

	.entry-meta {
		border-bottom: none;
	}

	.entry-title-meta-author {
		display: inline-block;
	}

	.entry-title-meta-post-date {
		display: inline;
	}

	.entry-title-meta-author .author-avatar {
		display: inline;
	}

	.single-format-quote .entry-title-meta-post-date,
	.single-format-aside .entry-title-meta-post-date {
		display: none;
	}

	.widget-area {
		float: right;
		width: 100%;
		margin-left: 0;
		text-align: inherit;
		padding-top: 40px;
	}

	.widget-area ul li a {
		display: inline-block;
	}

	#nav-below {
		margin-top: 40px;
		padding-bottom: 40px;
	}

	.single .entry-meta {
		border-top: none;
	}

	.page article {
		padding: 0 0 40px 0;
	}

	.main-navigation {
		clear: none;
	}

	#masthead .site-navigation {
		border-bottom: 1px solid #eee;
		margin-top: 0;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	#nav-below .site-navigation {
		margin-top: 40px;
	}

	.main-navigation li {
		display: inline-block;
		padding: 5px 10px;
		width: auto;
	}

	#masthead .site-title,
	#masthead .site-description {
		clear: none;
		margin-left: 0;
		margin-top: 0;
	}

	#masthead .site-title {
		font-size: 32px;
		font-style: normal;
		padding-top: 0;
		padding-left: 0;
	}

	#masthead .site-description,
	.single-column-layout #masthead .site-description {
		padding-left: 0;
		padding-top: 10px;
		margin-bottom: 20px;
	}

	#masthead .main-navigation ul {
		margin-left: -10px;
	}

	.archive .page-title,
	.archive .archive-title {
		margin-top: 20px;
	}

	#menu-social ul {
		text-align: center;
		margin-left: -5px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 500px) {
	.post_image {
		max-width:480px;
	}

	.post_image img {
		max-width:480px;
	}
	.site,
	.single-column-layout .site {
		/*margin-top: 20px;*/
	}

	.site-header,
	.single-column-layout .site-header {
		text-align: left;
	}

	.site-main article.sticky {
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 10px;
		margin-left: -10px;
	}

	.multi-author-mode .site,
	.multi-author-mode.single-column-layout .site {
		/*margin-top: 20px;*/
	}

	#masthead .site-title,
	.single-column-layout #masthead .site-title {
		padding-top: 0;
		font-size: 24px;
	}

	#masthead .site-logo {
		float: right;
		margin-right: 0;
	}

	#masthead .site-logo img,
	.single-column-layout #masthead .site-logo img {
		max-width: 70px;
		margin-right: 0;
	}

	#masthead .site-title,
	#masthead .site-description,
	.single-column-layout #masthead .site-title,
	.single-column-layout #masthead .site-description {
		margin-left: 0;
	}

	#masthead .site-description,
	.single-column-layout #masthead .site-description {
		margin-bottom: 10px;
	}

	#menu-social {
		clear: both;
	}

	#menu-social ul,
	.single-column-layout #menu-social ul {
		margin-left: 0;
	}

	#masthead .site-navigation {
		margin-left: -10px;
		padding-bottom: 20px;
	}

	#menu-social ul,
	.single-column-layout #menu-social ul {
		text-align: left;
	}

	.single-column-layout .site-navigation {
		margin-bottom: 0;
	}

	#masthead .main-navigation ul,
	.single-column-layout #masthead .main-navigation ul {
		margin-left: inherit;
	}

	#masthead .main-navigation li {
		padding-top: 0;
		padding-bottom: 0;
	}

	.site-navigation button,
	.paging-navigation button {
		padding-left: 10px;
		padding-right: 10px;
	}

	.single .wp-post-image,
	.page .wp-post-image,
	.blog .wp-post-image,
	.archive .wp-post-image {
		margin-bottom: 10px;
	}

	#page {
		/*padding-left: 20px;
		padding-right: 20px;*/
	}

	.entry-content,
	.entry-summary,
	#comments {
		font-size: 18px;
		line-height: 1.4;
		width: 100%;
	}

	.entry-title {
		-webkit-hyphens: none;
		-moz-hyphens: none;
		hyphens: none;
		word-wrap: break-word;
	}

	h1.entry-title {
		font-size: 1.9em;
	}

	.entry-content h1,
	.entry-summary h1 {
		font-size: 1.7em;
	}

	.entry-content h2,
	.entry-summary h2 {
		font-size: 1.6em;
	}

	.entry-content h3,
	.entry-summary h3 {
		font-size: 1.5em;
	}

	.entry-content h4,
	.entry-summary h4 {
		font-size: 1.4em;
	}

	.entry-content h5,
	.entry-summary h5 {
		font-size: 1.3em;
	}

	.entry-content h6,
	.entry-summary h6 {
		font-size: 1.2em;
	}

	.entry-content ol,
	.entry-summary ol,
	ul {
		margin-left: 2em;
	}

	.author .author-avatar img {
		margin-top: 0;
		max-width: 70px;
		max-height: 70px;
	}

	.post-author-card .site-title {
		padding-top: 0;
		padding-left: 0;
	}

	.post-author-card .site-description {
		padding-left: 0;
	}

	.format-aside .entry-content,
	.format-quote .entry-content {
		font-size: 0.9em;
		margin-bottom: 0;
	}

	.format-aside blockquote,
	.format-quote blockquote {
		margin-left: 0;
	}

	.single .entry-meta {
		text-align: center;
		padding-bottom: 0;
		padding-top: 0;
	}

	.post-author-bottom {
		text-align: center;
	}

	.post-author-bottom .site-title {
		font-size: 24px;
		line-height: 2.2;
	}

	.post-author-bottom .site-logo, .post-author-bottom .site-logo img {
		float: none;
		max-width: 100px;
	}

	.post-author-bottom .post-author-info {
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
	}

	.post-author-bottom .post-published-date {
		margin-left: 0;
		position: inherit;
		margin-top: 0;
		top: inherit;
		width: 100%;
	}

	.entry-header {
		word-wrap: none;
		hyphens: none;
		-webkit-hyphens: none;
		-moz-hyphens: none;
		text-align:left;
	}

	.commentlist ul.children {
		margin-left: 0;
		padding-left: 10px;
	}

	.commentlist .thread-even,
	.commentlist .thread-odd {
		padding-left: 10px;
	}

	.entry-content .subtitle,
	.entry-summary .subtitle {
		font-size: 1.2em;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url,
	.comment-form-subscriptions {
		width: 100%;
	}

	.entry-meta #share-comment-button {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.full-width-featured-image #page {
		margin-top: 0;
	}

	.post-cover-overlay-post-title #page {
		margin-top: 20px;
	}

	.archive .page-title,
	.archive .archive-title,
	.page h1.entry-title {
		font-size: 2.2em;
	}

	.archive.author .archive-title {
		max-width: 100%;
	}

	.page h1.entry-title {
		margin-top: 0;
	}

	.entry-title-meta {
		letter-spacing: 0;
	}

	.page article {
		padding-top: 20px;
	}

	.format-standard .entry-title {
		width: 100%;
	}

	.post-excerpts h1.entry-title, .enhanced-excerpts h1.entry-title {
		font-size: 1.5em;
	}
}

/* BM THEME OVERRIDES */


.site-main {
	max-width:942px;
	margin:auto;
}

.menu-sections-container {
	max-width: 942px;
  margin: auto;
  text-align: left;
	margin-bottom:18px;
}

.main-navigation li {
	line-height:28px;
}

.single-column-layout .site-navigation {
	/*border-top: 1px solid #e5e5e5;*/
	/*padding-bottom: 15px;*/
	/*padding-top: 15px;*/
	margin:0;
	z-index:9999 !important;
	/*background-color:#ffffff;*/
}

.site, .single-column-layout .site {
	margin-top:0;
	background-color:#FBF9F9;
	/*background-image: linear-gradient(top, #FFFFFF 0%, #FBF9F9 28%, #FAF8F8 85%, #FFFFFF 100%);*/
	background-image: -webkit-linear-gradient(top, #FFFFFF 0px, #FFFFFF 400px, #FBF9F9 600px, #FAF8F8 85%, #FFFFFF 100%);

}
.site-content div {
}

.site-master-logo {
	margin:auto;
	text-align:left;
	margin-top:26px;
}
.site-master-logo img {
	width:147px;
	opacity:1;
	top:0;
}

.header-container {
	width:100%;
	display:block;
	background-color:#ffffff;
  overflow:auto;
  height:284px;
}
.header-top {
	background-color:#ffffff;
	height:120px;
	max-width:942px;
	margin:auto;
}
.single-column-layout .site-header {
	text-align: center;
	margin: auto;
	float: none;
	display: block;
	width: 100%;
	position: relative;

}
.site-master-logo {
    position: relative;
	}

/* BM THEME ADDITIONS */

.hero_post_container {
	position:relative;
	max-width:942px;
	margin:36px auto 48px auto;
	height:480px;


}
.hero_post_card {
	border-left: solid RGBA(0,0,0,0.1) 1px;
	border-bottom: solid RGBA(0,0,0,0.1) 1px;
	border-top: solid RGBA(0,0,0,0.1) 1px;
	position: relative;
	text-align:left;
	/*bottom:48px;*/
	display:block;
	width: 301px;
	height: 481px;
	background-color: #ffffff;
	padding-left:20px;
	padding-right:20px;
	float:left;
	overflow:hidden;
}
.hero_post_more{
	margin-top:10px;
	font-size:14px;
	color:rgba(0,0,0,0.87);
}
.hero_post_image {
	position:relative;
	display:block;
	width:640px;
	height:480px;
	left:0;
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	/*margin:auto;*/
	float:right;
}
@media screen and (max-width: 972px){
  .hero_post_container {
    text-align:center;
    width:302px;
  }
  .hero_post_image {
  	display:none;
  }
  .hero_post_card {
    border-right: solid RGBA(0,0,0,0.1) 1px;
  }
}
.site-navigation .menu-sections-container {
padding:12px;
}
a.hero_post_tag {
	position:relative;
	display:inline-block;
	text-align:left;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:4px;
	padding-top:4px;
	margin-top:33px;
	margin-bottom:12px;
	/* Box: */
	border: 1px solid rgba(0,0,0,0.10);
	background: #FFFFFF;
	opacity: 0.5;
	font-family: HelveticaNeue-Bold;
	font-size: 12px;
	color: #191919;
	letter-spacing: 1px;
	line-height: 23px;
	text-decoration:none;
}
.hero_post_title {
	font-family: HelveticaNeue-Bold, sans-serif;
	font-size: 26px;
	color: #191919;
	line-height: 32px;
}
.hero_post_tag {
	text-decoration:none;
}
.hero_post_tag:hover  {
	text-decoration:none;
	opacity:1;
}
.hero_post_date {
	display:inline-block;
	margin-top:12px;
	/* 09 August 2016: */
	opacity: 0.8;
	font-family: HelveticaNeue, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}
.hero_line {
	display:inline-block;
	width:60px;
	border-top: 1px solid rgba(0,0,0,0.10);
	margin-top:15px;
}
.hero_link {
	/*text-transform:uppercase;*/
	display:inline-block;
	margin-top:22px;
	/* Find out more: */
	font-family: HelveticaNeue-Bold;
	font-size: 14px;
	line-height:20px;
	color: #000000;
	letter-spacing: 1.5px;

}
.category_cards_container {
	display:block;
	margin-top:66px;
	margin-bottom:33px;
}
.category_title_box {
	display:inline-block;
}
.category_line {
	display:inline-block;
	width:60px;
	border-top: 1px solid rgba(0,0,0,0.10);
	margin-top:19px;
}
.category_title {
	font-family: Baskerville;
	font-size: 36px;
	color: #000000;
}
.category_cards {
	display:block;
	margin-top:44px;
	/*background-color:#ffffff;*/
	border-collapse: separate;
	/*width: 100%;
	table-layout: fixed;*/
	/*border-spacing: 20px;*/
	height:446px;

}
.left_card {
	float:left;
}

.middle_card {
	margin-left:20px;
	float:left;
}
.right_card {
	margin-left:20px;
	float:left;
}
.category_post_card {
	display:inline-block;;
	width:300px;
	border: solid RGBA(0,0,0,0.1) 1px;
	/*margin-left:20px;*/
}
.results_post_card {
		display:inline-block;;
		width:220px;
}

@media only screen and (max-width: 964px) {
	.right_card {
		display:none;
	}
  .blog_title {
    margin-left:10px;
    width:calc(100% - 36px);
  }
  .search_results_row {
    text-align:center;
  }
  .search_results_row .left_card, .search_results_row .middle_card, .search_results_row .right_card  {
    display:block;
    margin-bottom:12px;
    margin-left:auto;
    margin-right:auto;
    float:none;
  }
	.middle_card {

	}
}
@media only screen and (max-width: 646px) {
	.right_card, .middle_card {
		display:none;
	}
	.left_card {
		float:none;
	}
}
@media only screen and (max-width: 700px) {
	.post_list_content {
		width:100%;
	}
	.post_list_image {
		float:none;
		margin-bottom:20px;
	}
}

a.category_card_tag , .tag, a.post_category_tag {
	position:relative;
	display:inline-block;
	text-align:left;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:4px;
	padding-top:4px;
	margin-top:22px;
	margin-bottom:12px;
	/* Box: */
	border: 1px solid rgba(0,0,0,0.10);
	background: #FFFFFF;
	opacity: 0.5;
	font-family: HelveticaNeue-Bold;
	font-size: 12px;
	color: #191919;
	letter-spacing: 1px;
	line-height: 23px;
	text-decoration:none;
}
.category_card_title {
	font-family: HelveticaNeue-Bold, sans-serif;
	font-size: 24px;
	color: #191919;
	line-height: 24px;
}
.category_card_image {
	height:168px;
	background-color:#dddddd;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.category_card_content {
	position:relative;
	height:276px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
	background-color:#ffffff;
}
.category_card_date {
	display:inline-block;
	margin-top:12px;
	font-family: HelveticaNeue;
	font-size: 12px;

	color: #000000;
}
.category_card_line {
	display:inline-block;
	position:absolute;
	width:260px;
	bottom:0;
	border-top: 1px solid rgba(0,0,0,0.10);
	margin-bottom:60px;
}
.category_card_link {
	/*text-transform:uppercase;*/
	position:absolute;
	display:inline-block;
	margin-bottom:18px;
	bottom:0px;
	/* Find out more: */
	font-family: HelveticaNeue-Bold;
	font-size: 14px;
	line-height:20px;
	color: #000000;
	letter-spacing: 1.5px;

}
.view_all_row {
	text-align:right;
	margin-left:auto;
}
.view_all_link {
	float:right;
	margin-bottom:18px;
	bottom:0px;
	/* View all: */
	font-family: HelveticaNeue-Bold;
	font-size: 14px;
	line-height:20px;
	color: #000000;
	letter-spacing: 1.5px;
}
.category_cards_link {
	position:relative;
	display:inline-block;
	text-align:left;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:44px;
	margin-bottom:12px;
	/* Box: */
	border: 1px solid rgba(0,0,0,1);
	/*background: #FFFFFF;*/
	opacity: 1;
	font-family: HelveticaNeue-Bold;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1.5px;
	line-height: 23px;
	text-decoration:none;
	/*text-transform:uppercase;*/

}

.subscribe_tagline {
	font-family: HelveticaNeue;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1.16px;
}

.archive .page-header,
.search .page-header {
	margin-bottom: 0;
	padding-bottom: 1em;
	text-align:left;
	/*padding-top: 10px;*/
	padding-left: 0;
	/*padding-right: 20px;*/
	/*padding-bottom: 10px;*/
	background:none;
	border:none;

}
.post_list_category_title {
	font-family: HelveticaNeue-Bold;
	font-size: 36px;
	color: #191919;
	line-height: 36px;
}
.post_list {
	/*display:table;*/
	text-align:left;
}
.post_list_row {
	/*display:table-row;*/
	max-width:942px;
	border-top: 1px solid rgba(0,0,0,0.10);
	padding-top:40px;
	padding-bottom:30px;
}
.post_list_line {
	position: relative;
	width: 100%;
	height: 1px;
	left: 0;
	margin-bottom: 44px;
	border-top: 1px solid rgba(0,0,0,0.10);
}
.post_list_content {
	display:inline-block;
	width:63%;
	padding-right:30px;
}
.post_list_content .entry h1,.post_list_content .entry h2,.post_list_content .entry h3,.post_list_content .entry h4,.post_list_content .entry h5,.post_list_content .entry h6{
	font-size:1em;
	font-weight:normal;
	margin: 20px 0;
	font-family: HelveticaNeue, "Myriad Pro", Helvetica, Arial, sans-serif;
	color: #191919;
	letter-spacing: 1px;

line-height: 1;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
word-wrap: break-word;
}
.post_list_title {
	font-family: HelveticaNeue-Bold;
	font-size: 24px;
	color: #191919;
	line-height: 24px;
}
.post_list_date {
	display:inline-block;
	margin-top:10px;
	margin-bottom:15px;
	font-family: HelveticaNeue;
	font-size: 12px;
	color: #000000;
}
.post_list_image {
	display:inline-block;
	float:right;
	width:300px;
	height:168px;
	background-position:center;
	background-size:cover;
}

.full_line {
		position:absolute;
		width:100%;
		height:1px;;
		left:0;
		margin-bottom:44px;
		border-top: 1px solid rgba(0,0,0,0.10);
}


.main-navigation {
	/*min-height:40px;*/

}
.main-nav {
  position: fixed;
  width: 100%;
  top: 0;

	/*background-color:white;*/
}
form.subscribe_form {
	margin-bottom:40px;
}
input[type=text].subscribe_box {
	width: 65%;
  margin-bottom: 40px;
  padding-left: 20px;
  margin-top: 30px;
  height: 48px;
  font-family: HelveticaNeue, Sans-serif;
  background-color: #C9C9C9;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  opacity: 0.5;
  font-family: HelveticaNeue;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}

input[type=submit].subscribe_button {

	border: 1px solid #000;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 125px;
}
.clear { clear: both; }
@media only screen and (max-width: 1000px) {
	.hero_post {
		height:464px;
	}
	.hero_post_container {
			height:464px;
		padding-left:20px;
	}
	.post_list_content {
		/*display:inline-block;*/
		width:58%;
		/*padding-left:40px;
		padding-right:20px;*/
	}
	/*
	.post_list_image {
		margin-right:20px;
	}*/
	/*.site{
		width:96%;
		padding-left:2%;
		padding-right:2%;
	}*/
}
@media only screen and (max-width: 900px) {
	.post_list_content {
		width:53%;
	}
}
@media only screen and (max-width: 800px) {
	.post_list_content {
		width:48%;
	}
}
@media only screen and (max-width: 700px) {
	.post_list_content {
		width:100%;
	}
	.post_list_image {
		float:none;
		margin-bottom:20px;
	}
}
body {
	font-family: HelveticaNeue, sans-serif;
	/* Fade: */

}
a, a:visited, a:hover, a:focus, a:active {
	text-decoration:none;
	color:#000000;
}
.icon {
	font-family: icomoon!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:16px;
	vertical-align:middle;
}
.icon.arrow-cta:before {
    content: "\E915";
		margin-left:10px;
}
.icon.arrow-up:before {
    content: "\E914";
		margin-left:10px;
}
.icon.arrow-down:before {
    content: "\E913";
		margin-left:10px;
}
.icon.search:before {
    content: "\e902";
  }
.icon.close:before {
  	content: "\e901";
}
.site-master-logo {
	float:left;
	width:148px;
}

.site-header {
	font-family:HelveticaNeue;
	height:61px;
	z-index:400;
	position:relative;
	border-bottom:1px solid #d9d9d9;
	background:#fff;
	-webkit-transition:height .35s ease;
	transition:height .35s ease;
	-webkit-transition-delay:.5s;
	transition-delay:.5s
}


.navigation {
    border-top: 0;
    height: auto;
    padding: 0;
    border-bottom: 0;
    top: auto;
    bottom: 0;
    background-color: transparent!important;
}
.navigation__wrap {
    height: 44px;
    margin: 0 10px;
    position: relative;
}
.navigation__list {
    border-top: none;
    float: right;
    padding-top: 0;
    position: relative;
}
.navigation__item:first-child {
    padding-left: 0;
}
.navigation__item:last-child {
    padding-right: 0;
}
.navigation__item {
	font-size:14px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    position: static;
    padding-left: 0;
    border-bottom: none;
    padding: 0 18px;
		line-height: 2.4rem;
    letter-spacing: .05rem;
		display: inline-block;
}
.navigation__item>a {
    display: block;
    position: relative;
		cursor:pointer;
		padding: 0 0 40px;
}
.navigation__item--subnav>a {
    padding-right: 20px;
}

/*
TODO UNCOMMENT FOR NEW WEBSITE
.navigation__item--subnav>a:after {
    font-family: icomoon;
    content: "\E913";
    pointer-events: none;
    position: absolute;
    font-size: 1.6rem;
    margin-left: 4px;
    top: 2px;
    transition: transform .35s ease-in-out;
    -ms-transform-origin: 50% 45%;
    transform-origin: 50% 45%;
    font-weight: 700;
}*/
.navigation__subnav {
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 5px -5px rgba(0,0,0,.1);
    background: #fff;
    position: absolute;
    width: 100%;
    padding: 24px 0;
    z-index: 10;
    left: 0;
		-webkit-transition: all 0.5s ease;
		 -moz-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
		 transition: all 0.5s ease;
    display: none;
		top:143px;
}
.navigation__subnav .container, .footer .container {
    max-width: 942px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    padding: 0 10px;
		font-size:14px;
}
.navigation__subnav--open {
	visibility:visible;
	opacity:1;
	display: block;

	/*transition: opacity .2s ease-in,visibility .2s ease-in;*/
}
.navigation__subnav-items {
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 25%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}
.navigation__subnav-items--two {
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
}
.navigation__subnav-items--two li {
    float: left;
    line-height: 1;
    padding: 12px 0;
    width: 50%;
}
.navigation__subnav-block {
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0;
    color: #474747;
}
.navigation__subnav-block p {
    font-size: 1.4rem;
}

li, ol, ul {
    list-style: none;
}
li {
	display:list-item;
}
.navigation__magic-line {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #191919;
		top: 48px;
}
a {
	cursor:pointer;
}


/* FOOTER */
.footer {
	text-align:left;
	font-size:12px;

}

.footer__row {
    /*padding: 4.8rem 0;*/
    /*margin: 0 10px;*/
		border-top: 1px solid #d9d9d9;
		padding-top:24px;
		/*margin-bottom:24px;*/
}
.footer__links {
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 33%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
}
.footer__info {
		color:#191919;
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 66%;
    margin-left: 0;
    margin-right: 0;
    float: right;
    padding-right: 0;
}
.footer__address {

    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 33.33333%;
    margin-left: 0;
    margin-right: 0;
}
.footer p {
	font-family: HelveticaNeue,"sans-serif";
	font-weight:lighter;
	font-size: 1.2rem;
	line-height: 2.3rem;
	margin-bottom: 1.2rem;
	white-space: pre-wrap;
}
.footer__contact {
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
}
.footer__links nav {
    margin-bottom: 1.2rem;
}
.footer__links nav ul {
	margin:0;
}

.footer__links nav ul li {
    font-weight: 700;
    letter-spacing: .15rem;
    line-height: 2.4rem;
    /*text-transform: uppercase;*/
    font-size: 1.2rem;
    margin-bottom: 2px;
}
.footer__links nav ul li a .icon {
    transition: transform .2s;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: -2px;
    font-size: 1.7rem;
}
.footer__links nav ul li a {
    display: inline-block;
		font-size:10px;
		font-family:HelveticaNeue-bold;
}

.footer__contact p {
    font-size: 1.2rem;
    margin: 0;
}
.footer__social {
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 25%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
}
.footer__social ul li a {
    display: inline-block;
}
.footer__social ul {
    margin: 0;
    padding-top: 11px;
}
.footer__social ul li {
    margin-right: 15px;
    font-size: 1.8rem;
    display: inline-block;
}
.footer__newsletter-wrap {
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 75%;
    margin-left: 0;
    margin-right: 0;
    float: right;
    padding-right: 0;
}
.footer__newsletter {
    position: relative;
    margin-bottom: 2.4rem;
}
.footer__newsletter .input-search {
    width: calc(100% - 241px);
		padding:0;
    padding-left: 15px;
    border: none;
    background-color: rgba(0,0,0,.1);
}
input {
    font-family: HelveticaNeue,"sans-serif";
    font-size: 1.4rem;
    outline: none;
}
.footer__newsletter .button {
    border: 1px solid #000;
    position: absolute;
    right: 0;
    top: 0;
    width: 126px;
}
.footer__newsletter .button, .footer__newsletter .input-search {
    height: 46px;
}
.footer__newsletter-wrap label {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    display: none;
}
.footer__newsletter-wrap label {
    font-size: 1.8rem;
    display: block;
    float: left;
    padding-right: 20px;
    padding-top: 14px;
    padding-left: 10px;
}
.button {
	background-color: #000 !important;
	color: #fff;
	cursor: pointer;
	display: block;1
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .15rem;
	line-height: 2.6rem;
	margin-bottom: 1.2rem;
	outline: none;
	padding: 10px 15px;
	text-align: center !important;
	/*text-transform: uppercase;*/
}
.button .text {
	font-size:14px;
}
.button .icon {
	transition: transform .2s;
	display: inline-block;
	position: relative;
	top: -2px;
}
.svg_post {
    height: 24px;
    width: 24px;
}
.svg {
    height: 18px;
    width: 18px;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */





/* SINGLE POST */
.post_container {
	max-width:640px;
	text-align:left;
}
.featured_caption {
	text-align:left;
	font-size: 80%;
	margin-bottom:12px;
}
.post_title {
	font-family: HelveticaNeue-Bold, sans-serif;
	font-size: 36px;
	line-height:48px;
	color: #191919;
}
h2.post_teaser {
  margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    letter-spacing:normal;
}
.post_teaser {
	display:inline-block;
	margin-top:22px;
	margin-bottom:22px;
}

.post_image {
	max-width:640px;
}

.post_image img {
	max-width:640px;
}
.post_info {
	display:block;
	margin-top:20px;
}
.post_info span {
	position:relative;
	margin-right:22px;
	display:inline-block;
}
.post_author {
	font-family: HelveticaNeue-Bold, sans-serif;
	font-weight:bold;
	font-size:12px;
}
.post_date {
	font-family: HelveticaNeue, sans-serif;
	font-size:12px;
}
.pipe {

	top:6px;
	height:24px;
	border-left: 1px solid rgba(0,0,0,0.40);
}
.post_social {
		display:block;
    box-sizing: border-box;
    float: left;
    padding-right: 10px;
    position: relative;

    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
}
.post_social ul li a {
    display: inline-block;
}
.post_social ul {
    margin: 0;
    padding-top: 11px;
}
.post_social ul li {
    margin-right: 15px;
    font-size: 1.8rem;
    display: inline-block;
		vertical-align:middle;
}
.post_line {
	position: relative;
	width: 640px;
	height: 1px;
	left: 0;
	margin:auto;
	top:12px;
	margin-bottom: 12px;
	margin-top: 22px;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.post_single p,.post_single img, .post_single div  {
	text-align:left;
	margin-left:0;
	padding-left:0;
	left:0;
}
.post_single {}

/* main search */
.header__search {
    position: relative;
    /*right: 140px;*/
    bottom: 0;
		top:36px;
    width: 260px;
		height:33px;
		float:right;
		z-index:99999;
		overflow:hidden;
}
.header__search-trigger {
    z-index: 2;
    text-align: right;
    float: none;
    position: absolute;
    right: 0;
    height: 30px;
    width: 24px;
    bottom: 1px;
}
.header__search--open .header__search-form {
    max-height: 100%;
    opacity: 1;
    transition-delay: .5s;
}
.header__search--open {
    height: 116px;
    transition-delay: none;
}
.header__search-form {
    display: block;
    left: auto;
    opacity: 1;
    padding: 0;
    position: relative;
    top: 6px;
    width: 260px;
}
.header__search-form input {
    padding-right: 30px;
    -ms-transform: translateX(calc(100% - 64px));
    transform: translateX(calc(100% - 64px));
    transition: transform .35s ease-in-out;
    width: 260px;
}
.header__search-form input {
    -ms-transform: translateX(calc(100% - 70px));
    transform: translateX(calc(100% - 70px));
}
.header__search-trigger .icon.search {
    padding: 0;
    border: 0;
    top: 5px;
		line-height: 36px;
}
.header__search-trigger .close-icon {
    display: none;
}
.header__search-form input {
    font-size: 14px;
    background: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    padding: 4px 0;
    width: 100%;
}
.header__search-form input:focus {
		/*margin-top:40px;*/
    -ms-transform: translateX(0);
    transform: translateX(0);
    border-bottom-color: #d9d9d9;
}
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-placeholder,
input::-webkit-input-placeholder {
	color:#8b898a;
	font-size:1.5em;
}
.appear-enter-active,.appear-leave-active{transition:opacity .5s ease}.appear-enter,.appear-leave-active{opacity:0}
.single-column-layout .main-navigation li.current-menu-item a, .single-column-layout .main-navigation li.current-post-parent a {
	color:rgba(0,0,0,1);
}
a.category_cards_link:hover {
	color: #fff;
	background-color: #000;
}

a:active, a:focus, a:hover {
    outline: none;
}
.footer__links nav ul li a:hover .icon, .button:hover .icon {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
a.category_card_link .icon, a.view_all_link .icon {
	transition: transform .2s;
	display: inline-block;
	margin-left: 8px;
	position: relative;
	top: -2px;
	font-size: 1.7rem;
}


a.category_card_link:hover .icon, a.view_all_link:hover .icon {
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
a.hero_link .icon {
	transition: transform .2s;
	display: inline-block;
	margin-left: 8px;
	position: relative;
	top: -2px;
	font-size: 1.7rem;
}
a.hero_link:hover .icon {
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}


/** scroll to top */
.scroll_social {
    display:inline-block;

    /*padding-left: 10px;*/
    padding-right: 10px;
		margin-top:-8px;

}
.scroll_social ul li a {
    display: inline-block;
}
.scroll_social ul {
    margin: 0;
    padding-top: 11px;
}
.scroll_social ul li {
    margin-right: 6px;
    font-size: 1.8rem;
    display: inline-block;
}
.scrollToTop {
	border: solid thin #CCCCCC;
	letter-spacing:0.6px;
	font-family:HelveticaNeue-bold, sans-serif;
	height:47px;
	font-size:11px;
	padding-left:12px;
	padding-right:12px;
	padding-top:8px;
	padding-bottom:8px;
	width:266px;
}
.scrollToTop div {
	float:left;
}
.sharetext {
	margin-right: 6px;
	display:inline-block;
	margin-top:6px;
}
.top_link_container {
	display:inline-block;
	margin-top:6px
}

/** blog search **/
.blog_search {
	float:right;
	display:block;
}
.blog__search {
    position: relative;
    /*right: 140px;*/
    bottom: 0;
    width: 260px;
		height:33px;
		float:right;
		z-index:99999;
		overflow:hidden;
}
.blog__search-trigger {
    z-index: 2;
    text-align: right;
    float: none;
    position: absolute;
    right: 0;
    height: 30px;
    width: 24px;
    bottom: 1px;
}
.blog__search--open .blog__search-form {
    max-height: 100%;
    opacity: 1;
    transition-delay: .5s;
}
.blog__search--open {
    height: 116px;
    transition-delay: none;
}
.blog__search-form {
    display: block;
    left: auto;
    opacity: 1;
    padding: 0;
    position: relative;
    top: 6px;
    width: 260px;
}
.blog__search-form input {
    padding-right: 30px;
    -ms-transform: translateX(calc(90% - 64px));
    transform: translateX(calc(90% - 64px));
    transition: transform .35s ease-in-out;
    width: 260px;
}
.blog__search-form input {
    -ms-transform: translateX(calc(90% - 70px));
    transform: translateX(calc(90% - 70px));
}
.blog__search-trigger .icon.search {
    padding: 0;
    border: 0;
    top: 5px;
		line-height: 36px;
}
.blog__search-trigger .close-icon {
    display: none;
}
.blog__search-form input {
    font-size: 14px;
    background: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    padding: 4px 0;
    width: 100%;
}
.blog__search-form input:focus {
    -ms-transform: translateX(0);
    transform: translateX(0);
    border-bottom-color: #d9d9d9;
}
.search_results_row {
	margin-bottom:36px;
}
.search_results_title {
	font-size:36px;
	font-family:HelveticaNeue-bold;
}

.share_label {
	font-size:14px;
	font-family:HelveticaNeue-bold;
}
.post_after {

}
/* ERROR/NOT FOUND PAGES */

.error404, .not-found{
  text-align:left;
}
a.button {
    border: 1px solid #000;
    color:#fff;
    right: 0;
    top: 0;
    width: 145px;
}
.entry-title {
  text-align:left;
}
.page {
  text-align:left;
}
.page-content {

}
/* Mobile menu */

.header__burger {
    display: block;
    float: right;
    height: 40px;
    margin: 0 12px;
    position: relative;
    width: 40px;
}
.header__burger:before {
    top: 11px;
}
.header__burger:after {
    top: 25px;
}
.header__burger span {
    top: 18px;
}
.header__burger:after, .header__burger:before, .header__burger span {
    background-color: #000;
    height: 2px;
    left: 10px;
    position: absolute;
    width: 22px;
}
.header__burger:after, .header__burger:before {
    content: '';
}
*, :after, :before {
    box-sizing: border-box;
}



.header__search-trigger .close-icon {
    display: none;
}
.mobile-menu--open {
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.mobile-menu {
  text-align: left;
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 68px;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform .35s ease-in-out;
    z-index:99999999;
    /*background-color:#ffffff;*/
}
.mobile-menu__list {
    height: 100%;
    width: calc(100% - 70px);
    background: #ffffff;
    box-shadow: 5px 0 10px -5px rgba(0,0,0,.1);
    border-right: 1px solid #d9d9d9;
    display: block;
    overflow-y: auto;
    overflow-x: visible;
    margin:0;
}
.mobile-menu__item {
    border-bottom: 1px solid #d9d9d9;
}
.mobile-menu__item a {
    padding: 18px 36px;
    display: block;
}
.mobile-menu__item--subnav>a:before {
    font-family: icomoon;
    content: "\E913";
    pointer-events: none;
    position: absolute;
    font-size: 1.3rem;
    font-weight: 700;
    left: 12px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu--open {
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.navigation {
    /*position: absolute;*/
    top: 61px;
    left: 0;
    width: 100%;
    padding: 10px 10px 45px;
    display: none;
}
.mobile-menu__back {
    background: #d9d9d9;
    padding: 18px 36px;
    display: block;
    cursor: pointer;
}
.mobile-menu__list--subnav {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    border-top: 1px solid #d9d9d9;
    position: absolute;
    top: 0;
    width: calc(100% - 100px);
    background: #fff;
    transition: transform .35s ease-in-out;
}
.mobile-menu__list--subnav-open {
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 1000px){
  .main_header_line, .sub_header_line,.bottom_line {
    width:100%;
  }
  .site {
    width:100%;
    margin:0;
    padding:0;
  }
  .site-content {
    padding-left: 12px;
    padding-right: 12px;
    /* width: calc(100% - 24px); */
    margin-right: 0;
}
  .header-top {
    height: 160px;
  }
  .blog_title {
    margin-top:20px;
  }
  .navigation__item>a {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 0 0 10px;
}
}
@media screen and (max-width: 767px){
	.hero_post_container {
		width:100%;
		padding:0;
	}
	.hero_post_card {
		width:100%;
		height:228px;
	}
  .hero_post_mobile_image a {
    display:block;
    width:100%;
    height:100%;
  }
  .hero_post_container .hero_post_mobile_image {
    border-left: solid RGBA(0,0,0,0.1) 1px;
  	border-right: solid RGBA(0,0,0,0.1) 1px;
  	border-top: solid RGBA(0,0,0,0.1) 1px;
    height:199px;
    background-size:cover;
  }

	.hero_post_card br {
		display:none;
	}
	.hero_post_card .hero_post_tag {
		margin-top:10px;
	}
	.hero_post_card .hero_post_title {
		font-size:18px;
		line-height:24px;
		margin-top:1px;
	}
	.hero_post_card .hero_post_date {
		font-size:12px;
		margin-top:0;
	}
	.hero_post_card .hero_line {
		display:none;
	}
	.hero_post_card .hero_post_more {
		font-size:12px;
	}
  .hero_post_card .hero_link {
    display:none;
  }
  .main_header_line, .sub_header_line {
    width:100%;
    background-color:#ffffff;
  }
  .site {
    width:100%;
    margin:0;
    padding:0;
  }
  .header{
      margin-top: 10px;
      position: absolute;
      right: 0;
      width: 100%;
      height: 44px;
  }
  .site-master-logo {
    margin-top:12px;
    top:0;
  }
  .admin-bar .site-master-logo {
    margin-top:12px;
    top:0
  }
  .site-master-logo img {
    float: left;
    width: 114px;
  }
  .header__search {

    top:0;
  }

  .header__search-trigger .icon.search {
      color: #8b898a;
      position: relative;
      font-size: 2rem;
      top: 1px;
      padding: 0 18px;
      border-right: 1px solid #d9d9d9;
  }
  .header__search {
    width:calc(100% - 120px);
  }
  .header__search-form {
    width:calc(100%);
  }
  .header__search-form {
    width:calc(100%);
  }
  .header__search-form input {
      padding-right: 30px;
      -ms-transform: translateX(calc(100% - 96px));
      transform: translateX(calc(100% - 96px));
      transition: transform .35s ease-in-out;
      width:calc(100%);
  }
  .header__search-form input:focus {
  		/*margin-top:40px;*/
      -ms-transform: translateX(100px);
      transform: translateX(100px);
      border-bottom-color: #d9d9d9;
  }
  .blog_search {
    float: right;
    display: block;
}
  .header__search-trigger {
    width: 64px;
    /*float: right;
    text-align: center;
    font-size: 20px;
    display: block;
    position: relative;

    height: 40px;
    line-height: 40px;*/
}
.header__search-form {
	/*display:none;*/
}
  .header-top {
    height:44px;
  }
  .header__burger--open:after {
      top: 18px;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .header__burger--open:before {
    top: 18px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header__burger--open span {
    display: none;
}

.single-column-layout .site-navigation {
	top:0;
}
.blog_title {
  margin-left:20px;
  width:calc(100% - 36px);
  margin-top:5px;
}

.blog__search-trigger .icon.search {
    color: #8b898a;
    position: relative;
    font-size: 2rem;
    top: 1px;
    padding: 0 18px;
    border-right: 1px solid #d9d9d9;

}
.blog__search-trigger {
  width:30px;
  padding-right:40px;
}
.blog__search-form input {
    -ms-transform: translateX(calc(90% - 80px));
    transform: translateX(calc(90% - 80px));
}
.menu-sections-container {
  padding:12px;
}
/*
*/
.footer__social {
  padding-left:15px;
  width: 100%;
}

.footer__newsletter-wrap {
  width:90%;
  float:left;
  margin-top:12px;
  padding:0;
}
.footer__links {
  width:100%;
padding:0;
  padding-left:12px;
}
.footer__info {
  width:100%;
  padding:0;
}
.footer__address {
  width:100%;
  padding-left:12px;
  /*padding:0;*/
}
.footer__contact {
  width:100%;

  padding-left:12px;
}
.footer .container {
  padding:0;
  margin-bottom:12px;
}

.category_cards {
  text-align:center;

}
.site-content {
  padding-left:10px;
  padding-right:10px;
  /*width:calc(100% - 24px);*/
  margin-right:0;
}
.scrollToTop {
  display:none;
}
.post_image, .post_image img {
  width:100%;
}
.bottom_line, .post_line {
  width:100%;
}
.post-container {
  padding:0;
  margin:0;
}
p img {
  width:100%;
}

.mobile-site-navigation, .mobile-main-navigation {
	display:block;
}
.blog_title, .desktop-nav {
	display:none;
}
.main-navigation .mobile-sub-nav-container {
	display:none;
}
.main-navigation .mobile-sub-nav-container {
  padding-top:18px;
}
.header-container {
    height: 116px;
  }

}
@media screen and (min-width: 768px){
  .hero_post_container .hero_post_mobile_image {
    display:none;
  }
	.blog_title {
  	display:block;
  }
  .mobile-nav, .mobile-sub-nav, .mobile-sub-nav-container  {
    display:none;
  }
  .main-navigation .mobile-sub-nav-container {
    padding-top:0;
  }
  .main-navigation {
    background-color:#ffffff;
  }

.header__burger {
    display: none;
  }
  .mobile-menu {
    display: none;
}
  .header__search-trigger .icon.search {
    /*padding: 0;
    border: 0;
    top: 5px;*/
}
.site-master-logo img {
    /*height: 38px;*/
    /*width: 114px;*/
}
.header {
	/*margin-top:-36px;*/
}
.navigation {
    display: block;
    float:right;
    width:90%;
    height:96px;
    /*padding: 0;*/
    /*top: 96px;
    height: 64px;*/
}
}
code a, p a, pre a {
    text-decoration: underline;
}
a {
    color: #000;
    cursor:pointer;
}
.main-navigation, .site-navigation {
  text-align:left;
  padding-top:0;
}
.single-column-layout .site-navigation {
  padding-top:0;
}
.main-navigation .mobile-nav {
  text-align:left;
  font-size:24px;
  line-height:48px;
  padding-left: 12px;
  background-color:#ffffff;
  width:100%;
  height:100%;
}
.main-navigation .mobile-sub-nav-container {
  /*display:block;*/
  background-color:#ffffff;
  width:calc(100% - 56px);
  position:fixed;
  top:68px;
  /*padding-top:18px;*/
}
.main-navigation .mobile-sub-nav {
	/*position:fixed;*/
	z-index:200000;
	background-color:#ffffff;
	text-align:left;
	width:calc(100% - 8px);
	border: thin solid grey;
  /*margin-top:18px;*/
  margin-left:8px;

}
.main-navigation .mobile-sub-nav ul {
  list-style:none;
}
.main-navigation .mobile-sub-nav ul li {
  line-height: 48px;
  display: block !important;
  padding-right: 0;

  /*padding-left: 12px;*/
}
.main-navigation .mobile-sub-nav ul li.active a {
  font-weight:bold;
  color:#000000;
}
.main-navigation .mobile-sub-nav ul li a {
  display: block;
  padding-left: 12px;
  font-size:16px;
}

.main-navigation .open-mobile-sub-nav {
  display:block;
}

.main-navigation .mobile-sub-active {
  display:block;
  /*position:fixed;*/
}
.main-navigation .mobile-sub-nav-container {

  transition: opacity .3s linear .3s;
  -webkit-transition: opacity .3s linear .3s;
  -moz-transition: opacity .3s linear .3s;
  -ms-transition: opacity .3s linear .3s;
  -o-transition: opacity .3s linear .3s;
}
.mobile-nav .icon {
  font-size: 20px;
  font-weight: bold;
  margin-left:12px;
}
.mobile-nav:hover {
  cursor:pointer;
}
.gallery-caption {
  font-style:normal;
}

.trusteescopy {
	margin-top:25px;
}

.pre_button_copy_bottom {
	font-family: HelveticaNeue-Bold, Helvetica, Arial, sans-serif;
	margin-bottom:20px;
	font-size:20px;
	line-height:24px;
	display:block;
}
.button_bottom_container {
	margin-top:40px;
	margin-bottom:40px;
}
