@charset "UTF-8";

/*!

Theme Name: rescuetimeblog

Theme URI: http://underscores.me/

Author: Jill Townsend   

Author URI: https://jillworks.com

Description: A blog for rescuetime!

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: rescuetimeblog

Tags:



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



rescuetimeblog is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.



Normalizing styles have been helped along thanks to the fine work of

Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

*/

/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

	## Links

	## Menus

# Accessibility

# Alignments

# Clearings

# Widgets

# Content

	## Posts and pages

	## Comments

# Infinite scroll

# Media

	## Captions

	## Galleries

--------------------------------------------------------------*/

/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/

html {

	font-family: sans-serif;

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;

}



body {

	margin: 0;

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

main,

menu,

nav,

section,

summary {

	display: block;

}



audio,

canvas,

progress,

video {

	display: inline-block;

	vertical-align: baseline;

}



audio:not([controls]) {

	display: none;

	height: 0;

}



[hidden],

template {

	display: none;

}



a {

	background-color: transparent;

}



a:active,

a:hover {

	outline: 0;

}



abbr[title] {

	border-bottom: 1px dotted;

}



b,

strong {

	font-weight: bold;

}



dfn {

	font-style: italic;

}



h1 {

	font-size: 2em;

	margin: 0.67em 0;

}



mark {

	background: #ff0;

	color: #161A3B;

}



small {

	font-size: 80%;

}



sub,

sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}



sup {

	top: -0.5em;

}



sub {

	bottom: -0.25em;

}



img {

	border: 0;

}



svg:not(:root) {

	overflow: hidden;

}



figure {

	margin: 1em 40px;

}



hr {

	box-sizing: content-box;

	height: 0;

}



pre {

	overflow: auto;

}



code,

kbd,

pre,

samp {

	font-family: monospace, monospace;

	font-size: 1em;

}



button,

input,

optgroup,

select,

textarea {

	color: inherit;

	font: inherit;

	margin: 0;

}



button {

	overflow: visible;

}



button,

select {

	text-transform: none;

}



button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

	-webkit-appearance: button;

	cursor: pointer;

}



button[disabled],

html input[disabled] {

	cursor: default;

}



button::-moz-focus-inner,

input::-moz-focus-inner {

	border: 0;

	padding: 0;

}



input {

	line-height: normal;

}



input[type="checkbox"],

input[type="radio"] {

	box-sizing: border-box;

	padding: 0;

}



input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

	height: auto;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

	-webkit-appearance: none;

}



fieldset {

	border: 1px solid #c0c0c0;

	margin: 0 2px;

	padding: 0.35em 0.625em 0.75em;

}



legend {

	border: 0;

	padding: 0;

}



textarea {

	overflow: auto;

}



optgroup {

	font-weight: bold;

}



table {

	border-collapse: collapse;

	border-spacing: 0;

}



td,

th {

	padding: 0;

}



/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

body,

button,

input,

select,

textarea {

	color: #161A3B;

	font-family: "Muli", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	font-size: 16px;

	font-size: 0.9rem;

	line-height: 1.7;

}



@media screen and (min-width: 650px) {

	body,

	button,

	input,

	select,

	textarea {

		font-size: 16px;

		font-size: 1rem;

	}

}



h1, h2, h3, h4, h5, h6 {

	margin-top: .75em;

	margin-bottom: .25em;

	clear: both;

}



h1 {

	font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;

	font-size: 2em;

	line-height: 1.5em;

}



h2 {

	margin-top: 1em;

	font-family: "Muli", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	font-weight: 300;

	font-size: 1.875em;

	letter-spacing: .02em;

	line-height: 1.4em;

}



h3 {

	margin-top: 1.25em;

	font-family: "Muli", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	font-weight: 600;

	font-size: 1.375em;

	letter-spacing: .02em;

}



h4 {

	margin-top: 1.5em;

	font-family: "Muli", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	font-weight: 500;

	text-transform: uppercase;

	font-size: 1.125em;

	letter-spacing: .05em;

}



h5 {

	font-family: "Muli", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	font-weight: 500;

	font-size: 0.9375em;

	text-transform: uppercase;

	letter-spacing: .05em;

}



h6 {

	font-family: "Muli", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	font-size: 0.875em;

	font-weight: 500;

	text-transform: uppercase;

	letter-spacing: .05em;

}



p {

	margin-top: .5em;

	margin-bottom: 1.5em;

	letter-spacing: .015em;

}



dfn, cite, em, i {

	font-style: italic;

}



blockquote {

	font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;

	font-size: 125%;

	font-weight: 400;

	line-height: 1.9em;

	color: #656565;

	position: relative;

	margin: 2em 0 2em 1.25em;

	padding: .025em 0 .025em 1.25em;

	border-left: 2px solid #B93731;

}



blockquote cite {

	font-family: "Muli", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	font-size: 62.5%;

	display: block;

	margin-top: 1em;

	padding-bottom: 0;

	font-style: normal;

}



.blockquote, .class-1 {

	position: relative;

	margin: 2em 1.25em 2em 1.25em;

	padding: .75em 0 0;

	border-left: none;

	text-align: center;

}



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

	.blockquote, .class-1 {

		margin: 2em 3.25em 2em 3.25em;

	}

}



.blockquote, .class-1:before {

	content: "";

	position: absolute;

	top: 0;

	left: 50%;

	margin-left: -33px;

	height: 8px;

	width: 66px;

	border-top: 8px solid #B93731;

}



.blockquote, .class-2 {

	border-top: none;

	border-left: 2px solid #B93731;

}



address {

	margin: 0 0 1.5em;

}



pre {

	background: #eee;

	font-family: "Courier 10 Pitch", Courier, monospace;

	font-size: 15px;

	font-size: 0.9375rem;

	line-height: 1.6;

	margin-bottom: 1.6em;

	max-width: 100%;

	overflow: auto;

	padding: 1.6em;

}



code, kbd, tt, var {

	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

	font-size: 15px;

	font-size: 0.9375rem;

}



abbr, acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}



mark, ins {

	background: #fff9c0;

	text-decoration: none;

}



big {

	font-size: 125%;

}



/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

html {

	box-sizing: border-box;

}



*,

*:before,

*:after {

	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

	box-sizing: inherit;

}



body {

	background: #fff;

	/* Fallback for when there is no custom background color defined. */

}



blockquote, q {

	quotes: "" "";

}



hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 1.5em;

}



ul, ol {

	margin: 0 0 1.5em;

}



ul {

	list-style: disc;

}



ol {

	list-style: decimal;

}



li > ul,

li > ol {

	margin-bottom: 0;

	margin-left: .5em;

}



dt {

	font-weight: bold;

}



dd {

	margin: 0 1.5em 1.5em;

}



img {

	height: auto;

	/* Make sure images are scaled correctly. */

	max-width: 100%;

	/* Adhere to container width. */

}



figure {

	margin: 0;

	/* Extra wide images within figure tags don't overflow the content area. */

}



table {

	border-collapse: collapse;

	margin: 0 0 1.5em;

	width: 100%;

}



thread th {

	border-bottom: 2px solid #bbb;

	padding-bottom: .5em;

}



td,

th {

	vertical-align: top;

}



th {

	padding: .4em;

	text-align: left;

}



tr {

	border-bottom: 1px solid #eee;

}



td {

	padding: .4em;

}



th:first-child,

td:first-child {

	padding-left: 0;

}



th:last-child,

td:last-child {

	padding-right: 0;

}



/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/

button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

	border: 2px solid;

	border-color: #67A872;

	background: transparent;

	color: #67A872;

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	font-size: 16px;

	font-size: 1rem;

	line-height: 1;

	padding: .5em 1em;

	border-radius: 25px;

	outline: none;

}



button:hover, button:active, button:focus,

input[type="button"]:hover,

input[type="button"]:active,

input[type="button"]:focus,

input[type="reset"]:hover,

input[type="reset"]:active,

input[type="reset"]:focus,

input[type="submit"]:hover,

input[type="submit"]:active,

input[type="submit"]:focus {

	background: white;

	color: #448650;

	border-color: #448650;

}



input[type="text"],

input[type="url"],

input[type="email"]

input[type="password"],

input[type="search"],

input[type="number"],

input[type="tel"],

input[type="range"],

input[type="date"],

input[type="month"],

input[type="week"],

input[type="time"],

input[type="datetime"],

input[type="datetime-local"],

input[type="color"],

textarea {

	color: #666;

	border: 1px solid #ccc;

	padding: 3px;

}



input[type="text"]:focus,

input[type="url"]:focus,

input[type="email"]

input[type="password"]:focus,

input[type="search"]:focus,

input[type="number"]:focus,

input[type="tel"]:focus,

input[type="range"]:focus,

input[type="date"]:focus,

input[type="month"]:focus,

input[type="week"]:focus,

input[type="time"]:focus,

input[type="datetime"]:focus,

input[type="datetime-local"]:focus,

input[type="color"]:focus,

textarea:focus {

	color: #111;

}



.mailchimp-form {

	margin-bottom: 2.5em;

	background-color: #3379BA;

	color: #fff;

	text-align: center;

}



.mailchimp-form h2 {

	font-weight: 600;

}



.mailchimp-form p {

	font-size: 112.5%;

}



.mailchimp-form .wpcf7 input[type="email"] {

	max-width: 200px;

	margin-right: .4em;

	margin-left: .4em;

	background-color: transparent;

	color: #444444;

	border: 1px solid #ffffff;

	border-radius: none;

	padding: 4px 3px 4px 12px;

	line-height: 2em;

	margin-bottom: 1em;

	box-shadow: inset 0 0 4px #ccc;

	background: #ffffff;

}



.mailchimp-form .wpcf7 input[type="email"]:focus {

	color: #444444;

}



.mailchimp-form .wpcf7 input[type="email"]::-webkit-input-placeholder {

	color: #999999;

	font-size: 75%;

}



.mailchimp-form .wpcf7 input[type="email"]:-ms-input-placeholder {

	color: #999999;

	font-size: 75%;

}



.mailchimp-form .wpcf7 input[type="email"]::placeholder {

	color: #999999;

	font-size: 75%;

}



.mailchimp-form .wpcf7 input[type="submit"] {

	margin-left: .4em;

	margin-right: .4em;

	padding: .75em 1.5em;

	border: none;

	border-radius: 25px;

	background: #67A872;

	color: #ffffff;

	outline: none;

}



.mailchimp-form .wpcf7 input[type="submit"]:hover {

	background-color: #448650;

}



.mailchimp-form-inpost {

	margin-bottom: 2.5em;

	background-color: #DFF2F7;

	color: #3379BA;

	text-align: center;

}



.mailchimp-form-inpost h2 {

	font-weight: 600;

}



.mailchimp-form-inpost p {

	font-size: 112.5%;

}



.mailchimp-form-inpost .wpcf7 input[type="your-email"], .mailchimp-form-inpost input[type="email"] {

	max-width: 200px;

	margin-right: .4em;

	margin-left: .4em;

	background-color: transparent;

	color: #3379BA;

	border: 1px solid #3379BA;

	border-radius: none;

	padding: 4px 3px 4px 12px;

	line-height: 2em;

	margin-bottom: 1em;

	box-shadow: inset 0 0 4px #ccc;

	background: #ffffff;

}



.mailchimp-form-inpost .wpcf7 input[type="your-email"]:focus, .mailchimp-form-inpost input[type="email"]:focus {

	color: #3379BA;

}



.mailchimp-form-inpost .wpcf7 input[type="your-email"], .mailchimp-form-inpost input[type="email"]::-webkit-input-placeholder {

	color: #3379BA;

	font-size: 75%;

}



.mailchimp-form-inpost .wpcf7 input[type="your-email"], .mailchimp-form-inpost input[type="email"]:-ms-input-placeholder {

	color: #3379BA;

	font-size: 75%;

}



.mailchimp-form-inpost .wpcf7 input[type="your-email"], .mailchimp-form-inpost input[type="email"]::placeholder {

	color: #3379BA;

	font-size: 75%;

}



.mailchimp-form-inpost .wpcf7 input[type="button"], .mailchimp-form-inpost input[type="submit"] {

	margin-left: .4em;

	margin-right: .4em;

	padding: .75em 1.5em;

	border: none;

	border-radius: 25px;

	background: #67A872;

	color: #ffffff;

	outline: none;

}



.mailchimp-form-inpost .wpcf7 input[type="button"]:hover, .mailchimp-form-inpost input[type="submit"]:hover {

	background-color: #448650;

}



select {

	border: 1px solid #ccc;

}



textarea {

	width: 100%;

}



/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/

a {

	color: #67A872;

}



a:visited {

	color: #6A9BFF;

}



a:hover, a:focus, a:active {

	color: #6A9BFF;

}



a:focus {

	outline: thin dotted;

}



a:hover, a:active {

	outline: 0;

}



.page-content a,

.entry-content a,

.entry-summary a,

.comment-content a {

	text-decoration: none;

}



.page-content a:focus, .page-content a:hover,

.entry-content a:focus,

.entry-content a:hover,

.entry-summary a:focus,

.entry-summary a:hover,

.comment-content a:focus,

.comment-content a:hover {

	color: #67A872;

	border-bottom: 1px solid #67A872;

}



/*--------------------------------------------------------------

## Content Navigation

--------------------------------------------------------------*/

.comment-navigation,

.posts-navigation,

.paging-navigation {

	padding: 2em 0;

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	text-align: left;

	overflow: hidden;

}



.comment-navigation a,

.posts-navigation a,

.paging-navigation a {

	display: block;

	width: 100%;

	text-decoration: none;

	padding: 1em;

	border: 1px solid #cccccc;

	color: black;

}



.comment-navigation a:hover, .comment-navigation a:focus,

.posts-navigation a:hover,

.posts-navigation a:focus,

.paging-navigation a:hover,

.paging-navigation a:focus {

	color: black;

	border-color: #67A872;

	background: #67A872;

}



.post-nav {

	width: 100%;

}



@media screen and (min-width: 650px) {

	.post-nav {

		width: 48%;

	}

}



.nav-links {

	margin: 0 auto;

	padding: 0 .4em;

}



.nav-previous,

.nav-next,

.nav-next-cta, .nav-prev-cta {

	margin-bottom: 1em;

}



@media screen and (min-width: 900px) {

	.nav-links {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-webkit-box-pack: justify;

		    -ms-flex-pack: justify;

		        justify-content: space-between;

		-webkit-box-align: stretch;

		    -ms-flex-align: stretch;

		        align-items: stretch;

		padding: 0;

	}

	.comment-navigation .nav-previous,

	.comment-navigation .nav-next,

	.comment-navigation .nav-next-cta,

	.comment-navigation .nav-prev-cta,

	.posts-navigation .nav-previous,

	.posts-navigation .nav-next,

	.posts-navigation .nav-next-cta,

	.posts-navigation .nav-prev-cta,

	.post-navigation .nav-previous,

	.post-navigation .nav-next,

	.post-navigation .nav-next-cta,

	.post-navigation .nav-prev-cta {

		float: left;

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-webkit-box-align: stretch;

		    -ms-flex-align: stretch;

		        align-items: stretch;

		width: 48%;

	}

	.comment-navigation .nav-next,

	.posts-navigation .nav-next,

	.post-navigation .nav-next {

		float: right;

	}

	.comment-navigation .nav-next-cta,

	.posts-navigation .nav-next-cta,

	.post-navigation .nav-next-cta {

		float: right;

	}

	.nav-previous,

	.nav-prev-cta {

		padding-bottom: 0;

	}

}



.post-navigation {

	background-color: #fff;

	padding: 1em 0;

	overflow: hidden;

}



.nav-previous a {

	display: block;

	padding: 1.5em 1.5em .5em 1.5em;

	text-decoration: none;

	min-height: 200px;

}



.nav-next a {

	display: block;

	padding: 1.5em 1.5em .5em 1.5em;

	text-decoration: none;

	min-height: 200px;

}



.post-navigation span {

	display: block;

}



.post-navigation .meta-nav {

	color: #ffffff;

	color: #e1e1e1;

	font-size: 93.8%;

	letter-spacing: 0.04em;

	line-height: 1.5;

	position: absolute;

	bottom: 0;

	padding-bottom: 1em;

	text-transform: uppercase;

	z-index: 2;

}



.post-navigation .post-title {

	font-size: 93.8%;

	line-height: 1.3333;

	position: relative;

	z-index: 2;

}



.post-navigation .nav-next,

.post-navigation .nav-previous {

	background-position: center;

	background-size: cover;

	position: relative;

}



.post-navigation .nav-previous .meta-nav:before {

	content: "\00ab";

	padding-right: .2em;

	color: #67A872;

}



.post-navigation .nav-next .meta-nav:after {

	content: "\00bb";

	padding-left: .2em;

	color: #67A872;

}



.nav-previous a:before {

	content: "";

	display: block;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 1;

}



.nav-next a:before {

	content: "";

	display: block;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 1;

}



.post-navigation a:hover:before,

.post-navigation a:focus:before {

	opacity: 0.5;

}



.post-navigation .meta-nav {

	opacity: 1;

}



.pagination {

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

}



.pagination .nav-links {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: center;

	    -ms-flex-pack: center;

	        justify-content: center;

	-ms-flex-wrap: wrap;

	    flex-wrap: wrap;

}



.pagination a,

.pagination span {

	padding: .5em 1em;

	background: white;

}



.pagination a {

	text-decoration: none;

}



.pagination a:focus, .pagination a:hover {

	color: black;

	background: #67A872;

}



.pagination .current {

	font-weight: 600;

	color: #67A872;

}



.pagination .prev .icon {

	margin-right: 1em;

}



.pagination .next .icon {

	margin-left: 1em;

}



/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

	height: 1px;

	width: 1px;

	overflow: hidden;

}



.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: #000;

	display: block;

	font-size: 14px;

	font-size: 0.875rem;

	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. */

}



/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {

	outline: 0;

}



/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.5em;

}



.alignright {

	display: inline;

	float: right;

	margin-left: 1.5em;

}



.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}



/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear:before,

.clear:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-content:before,

.site-content:after {

	content: "";

	display: table;

	table-layout: fixed;

}



.clear:after,

.entry-content:after,

.comment-content:after,

.site-content:after {

	clear: both;

}



/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Global layouts

--------------------------------------------------------------*/

.site {

	max-width: 1060px;

	margin: 0 auto;

	padding: 1em 1em 0 1em;

}



@media screen and (min-width: 650px) {

	.site {

		padding: 1.4em 2em 0 2em;

	}

}



.callout-box {

	background-color: #DFF2F7;

	font-weight: 700;

	padding: 1.5em;

}



/* Search Page */

.search-page .search-submit {

	display: none;

}



.search-page input[type="search"] {

	-moz-appearance: none;

	/* older firefox */

	-webkit-appearance: none;

	/* safari, chrome */

	appearance: none;

	/* rest */

	width: 100%;

	padding: .7em 1em;

	border: 1px solid #c3c3c3;

	border-radius: 0;

}



.down {

	transform: rotate(45deg);

	-webkit-transform: rotate(45deg);

	margin-left: 2px;

	border: solid #444444;

	border-width: 0 2px 2px 0;

	display: inline-block;

	padding: 3px;

	margin-bottom: 2px;

}



.alm-btn-wrap {

	max-width: 165px;

	margin: 0 auto;

}



.alm-reveal {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	    flex-wrap: wrap;

	-webkit-box-align: stretch;

	    -ms-flex-align: stretch;

	        align-items: stretch;

}



.alm-load-more-btn.done {

	display: none;

}



#ajax-load-more {

	margin: 0 auto;

}



#load-more {

	margin: 0 auto;

}



.header-social-menu {

	margin: 0;

	-webkit-box-pack: end;

	    -ms-flex-pack: end;

	        justify-content: flex-end;

}



@media screen and (min-width: 900px) {

	.header-social-menu {

		-webkit-box-pack: end;

		    -ms-flex-pack: end;

		        justify-content: flex-end;

	}

}



.header-social-menu ul {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	    flex-wrap: wrap;

	-webkit-box-pack: end;

	    -ms-flex-pack: end;

	        justify-content: flex-end;

	list-style-type: none;

	margin: 0;

	padding: 0;

}



.header-social-menu ul a {

	display: block;

	padding: .5em .2em;

	color: white;

	text-decoration: none;

	opacity: .8;

}



.header-social-menu ul a:hover, .header-social-menu ul a:focus {

	text-decoration: underline;

	opacity: 1;

}



/* Front page */

.front-page {

	position: relative;

	margin-left: -10px;

	margin-right: -10px;

	/* Front page featured post */

	/* Front page popular posts */

	/* Front page latest posts */

}



.front-page .entry-content {

	margin: 0 auto;

	padding-top: .25em;

	padding-bottom: 2.5em;

	max-width: 100%;

}



.front-page .mailchimp-wrapper {

	width: 100%;

	margin-bottom: 2.5em;

	padding-left: 10px;

	padding-right: 10px;

}



.front-page .mailchimp-form {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	margin-bottom: 0;

	-webkit-box-align: center;

	    -ms-flex-align: center;

	        align-items: center;

}



.front-page input[type="email"] {

	max-width: 100%;

	margin-right: .4em;

	margin-left: .4em;

	margin-bottom: 1.5em;

	padding: 4px 3px 4px 12px;

}



.front-page input[type="submit"] {

	margin-right: .4em;

	margin-left: .4em;

	padding: .75em 1.5em;

	outline: none;

}



@media screen and (min-width: 900px) {

	.front-page .mailchimp-wrapper {

		width: 25%;

	}

	.front-page .mailchimp-form {

		min-height: 500px;

	}

	.front-page input[type="email"] {

		width: 100%;

		margin-left: 0 !important;

		margin-right: 0 !important;

	}

}



.front-page .featured-post {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	    flex-wrap: wrap;

	-webkit-box-align: stretch;

	    -ms-flex-align: stretch;

	        align-items: stretch;

}



.front-page .featured-post .entry-header {

	text-align: left;

}



.front-page .featured-post .entry-title {

	text-align: left;

	line-height: 1.2em;

	margin-top: .2em;

	margin-bottom: .2em;

}



.front-page .featured-post .entry-meta {

	text-align: left;

}



.front-page .featured-post .post__content {

	margin-left: 10px;

	margin-right: 10px;

}



@media screen and (min-width: 900px) {

	.front-page .featured-post .hentry {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-ms-flex-wrap: wrap;

		    flex-wrap: wrap;

		-webkit-box-pack: justify;

		    -ms-flex-pack: justify;

		        justify-content: space-between;

		-webkit-box-align: stretch;

		    -ms-flex-align: stretch;

		        align-items: stretch;

		padding: 0;

		float: left;

		width: 75%;

		overflow: hidden;

	}

}



.front-page .featured-post .more-link {

	margin-left: 5px;

}



.popular-posts {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	    flex-wrap: wrap;

	-webkit-box-align: stretch;

	    -ms-flex-align: stretch;

	        align-items: stretch;

}

.archive-view .popular-posts {

	justify-content: space-between;

}



.popular-posts .pop-post-nav {

	width: 100%;

}



.popular-posts .pop-nav-links {

	margin: 0 auto;

	padding: 0 .4em;

}

.archive-view .popular-posts .pop-nav-links {

	padding: 0;

}



.popular-posts .pop-nav-previous {

	background-position: center;

	background-size: cover;

	margin-bottom: 1em;

}



@media screen and (min-width: 900px) {

	.popular-posts .pop-nav-previous {

		float: left;

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-webkit-box-align: stretch;

		    -ms-flex-align: stretch;

		        align-items: stretch;

		width: 100%;

		padding-bottom: 0;

		background-position: center;

		background-size: cover;

		position: relative;

	}

}



.popular-posts .pop-post-navigation {

	background-color: #fff;

	padding: 1em 0;

	overflow: hidden;
	
	margin-left: 3.3px;

	margin-right: 3.3px;

}

.archive-view .popular-posts .pop-post-navigation {

	padding: 0;

}


.archive-view .popular-posts .pop-post-navigation {

	margin-left: 0;

	margin-right: 0;

}



.popular-posts .pop-post-navigation .pop-cat {

	color: #ffffff;

	font-size: 80%;

	font-weight: 400;

	letter-spacing: 0.04em;

	padding: 1.5em 1.75em .25em 1.75em;

}



.popular-posts .pop-post-navigation a {

	display: block;

	padding: 0 1em .75em 1em;

	text-decoration: none;

	color: white;

	min-height: 233px;

}



.popular-posts .pop-post-navigation span {

	display: block;

	width: 100%;

}



.popular-posts .pop-post-navigation .pop-meta-nav {

	color: #ffffff;

	font-size: 68.2%;

	font-weight: 400;

	letter-spacing: 0.04em;

	line-height: 1.5;

	position: absolute;

	bottom: 0;

	padding: 1em 0;

	z-index: 2;

}



.popular-posts .pop-post-navigation .pop-post-title {

	line-height: 1.3333;

	position: relative;

	z-index: 2;

	margin: 0;

	font-weight: 500;

}



.popular-posts .pop-post-navigation .pop-nav-previous .pop-meta-nav:after {

	content: "\00bb";

	padding-left: .2em;

}



.popular-posts .pop-post-navigation a:before {

	content: "";

	display: block;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	z-index: -1;

	background-color: #448650;

	opacity: .75;

}



.popular-posts .pop-post-navigation a:hover:before,

.popular-posts .pop-post-navigation a:focus:before {

	opacity: 0.5;

}



.popular-posts .pop-post-navigation .meta-nav {

	opacity: 1;

}



.popular-posts .hentry {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	    flex-wrap: wrap;

	-webkit-box-pack: justify;

	    -ms-flex-pack: justify;

	        justify-content: space-between;

	-webkit-box-align: stretch;

	    -ms-flex-align: stretch;

	        align-items: stretch;

	padding: 0;

	float: left;

	width: 100%;

	overflow: hidden;

}



@media screen and (min-width: 650px) {

	.popular-posts .hentry {

		width: 33.3%;

	}
	
	.archive-view .popular-posts .hentry {

		width: 32%;

	}

}





.front-page .latest-posts {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	    flex-wrap: wrap;

	-webkit-box-align: stretch;

	    -ms-flex-align: stretch;

	        align-items: stretch;

}



.front-page .latest-posts .entry-header {

	text-align: left;

}



.front-page .latest-posts .entry-title {

	text-align: left;

	line-height: 1.4em;

	margin-top: .2em;

	margin-bottom: .2em;

}



.front-page .latest-posts .entry-meta {

	text-align: left;

}



.front-page .latest-posts .post__content {

	margin-left: 10px;

	margin-right: 10px;

}



@media screen and (min-width: 650px) {

	.front-page .latest-posts .hentry {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-ms-flex-wrap: wrap;

		    flex-wrap: wrap;

		-webkit-box-pack: justify;

		    -ms-flex-pack: justify;

		        justify-content: space-between;

		-webkit-box-align: stretch;

		    -ms-flex-align: stretch;

		        align-items: stretch;

		padding: 0;

		float: left;

		width: 50%;

		overflow: hidden;

	}

}



.front-page .latest-posts .more-link {

	margin-left: 5px;

}



/* Blog index page */

@media screen and (min-width: 650px) {

	.blog .hentry {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-ms-flex-wrap: wrap;

		    flex-wrap: wrap;

		-webkit-box-pack: justify;

		    -ms-flex-pack: justify;

		        justify-content: space-between;

		-webkit-box-align: stretch;

		    -ms-flex-align: stretch;

		        align-items: stretch;

		padding: 0;

		float: left;

		width: 100%;

		overflow: hidden;

	}

}



.blog .more-link {

	margin-left: 5px;

}



.most-recent {

	position: relative;

}



.most-recent h5 {

	font-weight: 500;

	color: white;

	text-shadow: 0px 0px 10px #000000;

	position: absolute;

	top: 0;

	left: 1.5em;

	display: inline-block;

	margin-top: 1em;

	margin-bottom: .5em;

	border-bottom: 1px solid #fff;

}



.blog-page-3col {

	margin-top: 1em;

	margin-bottom: .5em;

	font-size: 81.3%;

	letter-spacing: .035em;

}



.blog-page-3col a {

	text-decoration: none;

}



.blog-page-3col a:hover {

	text-decoration: underline;

}



/* Single posts */

@media screen and (min-width: 900px) {

	.single.has-sidebar .hentry,

	.page .hentry {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-ms-flex-wrap: wrap;

		    flex-wrap: wrap;

		-webkit-box-pack: justify;

		    -ms-flex-pack: justify;

		        justify-content: space-between;

	}

	.single.has-sidebar .hentry .entry-header,

	.page .hentry .entry-header {

		width: 100%;

		-webkit-box-flex: 1;

		    -ms-flex: 1 0 100%;

		        flex: 1 0 100%;

	}

	.single.has-sidebar .hentry .post-content,

	.page .hentry .post-content {

		width: 60%;

	}

	.single.has-sidebar .hentry .widget-area,

	.page .hentry .widget-area {

		width: 30%;

	}

	.page.has-page-sidebar .hentry {

		-webkit-box-orient: horizontal;

		-webkit-box-direction: reverse;

		    -ms-flex-direction: row-reverse;

		        flex-direction: row-reverse;

	}

	.page:not(.has-page-sidebar) .hentry {

		-webkit-box-pack: end;

		    -ms-flex-pack: end;

		        justify-content: flex-end;

	}

}



/* Categories Dropdown Menu */

.categories-navigation {

	display: block;

	background-color: #fff;

	position: absolute;

	z-index: 1;

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	font-weight: 400;

	clear: left;

}



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

	.categories-navigation {

		display: none;

	}

}



.categories-navigation ul {

	-webkit-box-pack: end;

	    -ms-flex-pack: end;

	        justify-content: flex-end;

	display: none;

	list-style: none;

	margin: 0;

	padding-top: 0;

	padding-left: 0;

}



.categories-navigation ul ul {

	display: none;

	top: 1.5em;

	z-index: 1;

}



.categories-navigation ul ul ul {

	top: 0;

}



.categories-navigation ul ul li {

	padding-left: 1em;

}



.categories-navigation ul ul li:hover > ul,

.categories-navigation ul ul li:focus > ul {

	left: 100%;

}



.categories-navigation ul ul a {

	width: 200px;

}



.categories-navigation ul li:hover > ul,

.categories-navigation ul li:focus > ul {

	display: block;

	left: auto;

}



.categories-navigation li {

	position: relative;

}



.categories-navigation a {

	display: inline-block;

	width: 100%;

	padding: .5em 1em .5em 0;

	text-decoration: none;

	color: #444444;

}



.categories-navigation a:hover,

.categories-navigation a:focus {

	text-decoration: none;

}



.categories-navigation .menu-item-has-children,

.categories-navigation .page_item_has_children {

	min-width: 100px;

}



.categories-navigation .menu-item-has-children,

.categories-navigation .page_item_has_children:after {

	content: "\00bb";

}



.categories-navigation .menu-item-has-children > a,

.categories-navigation .page_item_has_children > a {

	padding-right: 2em;

}



.categories-navigation .menu-item-has-children > a,

.categories-navigation .page_item_has_children > a {

	padding-right: 2em;

	background: rgba(255, 255, 255, 0.1);

}



.categories-navigation ul {

	display: block;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	    flex-wrap: wrap;

}



.categories-navigation ul ul {

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	    -ms-flex-direction: column;

	        flex-direction: column;

	background: rgba(255, 255, 255, 0.1);

	margin-left: 0;

}



.categories-navigation ul ul li {

	padding-left: 0;

}



.categories-navigation ul ul li a {

	width: 100%;

	padding-left: 10px;

	padding-right: 10px;

	background: none;

	font-size: 80%;

}



.categories-navigation ul ul li a:hover {

	text-decoration: underline;

}



.categories-navigation ul li a {

	padding: .4em 0;

}



/* Try RescueTime Homepage */

.try-rescuetime {

	margin-top: 4em;

	margin-bottom: 1.5em;

	background-color: #448650;

	color: #fff;

	text-align: center;

}



.try-rescuetime h2 {

	font-weight: 600;

}



.try-rescuetime p {

	font-size: 112.5%;

}



.try-rescuetime input[type="button"] {

	margin-left: .4em;

	margin-right: .4em;

	padding: .75em 1.5em;

	border: none;

	border-radius: 25px;

	background: #67A872;

	color: #ffffff;

	outline: none;

}



.try-rescuetime input[type="button"]:hover {

	background-color: #7DBA85;

}



/* Try RescueTime Post Nav */

.try-rescuetime-postnav {

	background-color: #448650;

	color: #fff;

	text-align: center;

}



.try-rescuetime-postnav h2 {

	font-weight: 600;

}



.try-rescuetime-postnav p {

	font-size: 112.5%;

}



.try-rescuetime-postnav input[type="button"] {

	padding: .75em 1.5em;

	border: none;

	border-radius: 25px;

	background: #67A872;

	color: #ffffff;

	outline: none;

}



.try-rescuetime-postnav input[type="button"]:hover {

	background-color: #7DBA85;

}



div.wpcf7 .ajax-loader {

	display: none;

}



/*--------------------------------------------------------------

## Archives

--------------------------------------------------------------*/

.archive-view {

	background-color: #fff;

}

.archive-view .page-title {

	margin: .5em 0;

}


.archive-view .post,

.archive-view .page {

	position: relative;

	background: white;

}



.archive-view .site-main {

	margin: 0 auto;

	max-width: 650px;

	margin-bottom: 4em;

}


.archive-view .entry-header {

	text-align: left;

}



.archive-view .entry-title {

	text-align: left;

	line-height: 1.2em;

	margin-top: 0;

	margin-bottom: 0;

}



.archive-view .entry-meta {

	text-align: left;

}



.archive-view .more-link {

	margin-left: 5px;

}



@media screen and (min-width: 900px) {

	.archive-view.has-sidebar .site-content {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-webkit-box-pack: justify;

		    -ms-flex-pack: justify;

		        justify-content: space-between;

		-ms-flex-wrap: wrap;

		    flex-wrap: wrap;

	}

	.archive-view.has-sidebar .page-header {

		width: 100%;

		-webkit-box-flex: 1;

		    -ms-flex: 1 0 100%;

		        flex: 1 0 100%;

	}

	.archive-view.has-sidebar .content-area {

		width: 60%;

	}

	.archive-view.has-sidebar .widget-area {

		width: 30%;

	}

}



.archive-view .entry-content {

	margin-top: .1em;

	font-size: 93.8%;

	padding-bottom: 1em;

}



.page-header {

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

}



.page-title {

	margin: 0 0 .5em;

	text-align: center;

}


.archive-description {

	margin: 0 0 1em 0;

	text-align: center;

}

.archive-description p {

	margin: 0;

}



/* For content-none.php */

.search .page-content,

.error-404 .page-content {

	margin-bottom: 2em;

	padding: 1em 2em;

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	color: white;

	background: #67A872;

}



.search input[type="search"],

.error-404 input[type="search"] {

	padding: .5em;

}



.search input[type="submit"],

.error-404 input[type="submit"] {

	border-color: white;

	color: white;

}



.search input[type="submit"]:focus, .search input[type="submit"]:hover,

.error-404 input[type="submit"]:focus,

.error-404 input[type="submit"]:hover {

	color: black;

}



.sticky::before {

	content: "";

	display: block;

	width: 2em;

	height: 2em;

	position: absolute;

	top: 0;

	right: 0;

	border-width: 0 2em 2em 0;

	border-color: #eee #eee white;

	border-style: solid;

	box-shadow: -1px 2px 2px rgba(26, 26, 26, 0.1);

}



.index-image img {

	width: 100vw;

	display: block;

	margin: 0 auto;

	overflow: hidden;

}



.continue-reading {

	position: absolute;

	right: 0;

	bottom: 0;

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

}



.continue-reading a {

	display: block;

	padding: .5em 1em;

	font-size: 90%;

	text-decoration: none;

	background: #d9d9d9;

}



.continue-reading a:focus, .continue-reading a:hover {

	color: white;

	background: #67A872;

}



/*--------------------------------------------------------------

## Header

--------------------------------------------------------------*/

.header-image {

	max-height: 60vh;

	overflow: hidden;

}



.header-image img {

	display: block;

	width: 100vw;

}



.site-header {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	    flex-wrap: wrap;

	-webkit-box-pack: justify;

	    -ms-flex-pack: justify;

	        justify-content: space-between;

	min-height: 57px;

	margin-bottom: 3em;

	position: relative;

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	color: #000;

	background-color: #fff;

}



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

	.site-header {

		min-height: 35px;

		margin-bottom: 1.5em;

	}

}



.site-branding {

	width: 100%;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	    flex-wrap: wrap;

	-webkit-box-flex: 1;

	    -ms-flex: 1 0 auto;

	        flex: 1 0 auto;

}



.site-navigation {

	width: 100%;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	    flex-wrap: wrap;

	-webkit-box-flex: 1;

	    -ms-flex: 1 0 auto;

	        flex: 1 0 auto;

}



.custom-logo-link {

	margin-right: 1em;

	margin-bottom: 1em;

}



.custom-logo-link img {

	display: block;

	max-height: 57px;

	width: auto;

}



.site-branding__text {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	    -ms-flex-direction: column;

	        flex-direction: column;

	-webkit-box-pack: center;

	    -ms-flex-pack: center;

	        justify-content: center;

	height: 57px;

}



.site-title {

	margin: 0;

	padding: 0;

	font-size: 1.6em;

	font-weight: 900;

	line-height: 1em;

}



.site-title a {

	color: black;

	text-decoration: none;

}



.site-title a:hover, .site-title a:focus {

	text-decoration: underline;

}



.site-description {

	margin: 0;

	font-size: .9em;

	font-style: italic;

	font-weight: 100;

}



@media screen and (min-width: 900px) {

	.site-header {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-webkit-box-pack: justify;

		    -ms-flex-pack: justify;

		        justify-content: space-between;

	}

	.site-branding {

		width: 35%;

		-webkit-box-flex: 1;

		    -ms-flex: 1 0 auto;

		        flex: 1 0 auto;

	}

	.site-navigation {

		width: 55%;

	}

}



/*

Header Menu

*/

/* Header Search Box */

.header_search .search-submit {

	display: none;

}



.header_search input[type="search"] {

	-moz-appearance: none;

	/* older firefox */

	-webkit-appearance: none;

	/* safari, chrome */

	appearance: none;

	/* rest */

	display: block;

	float: right;

	box-sizing: border-box;

	width: 100%;

	padding: .7em 1em;

	border: 1px solid #c3c3c3;

	border-radius: 0;

}



.main-navigation {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	margin-top: .4em;

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	font-weight: 400;

	clear: left;

}



.main-navigation ul {

	display: none;

	list-style: none;

	margin: 0;

	padding-top: 0;

	padding-left: 0;

}



.main-navigation ul ul {

	display: none;

	top: 1.5em;

	z-index: 99999;

}



.main-navigation ul ul ul {

	top: 0;

}



.main-navigation ul ul li {

	padding-left: 1em;

}



.main-navigation ul ul li:hover > ul,

.main-navigation ul ul li.focus > ul {

	left: 100%;

}



.main-navigation ul ul a {

	width: 200px;

}



.main-navigation ul li:hover > ul,

.main-navigation ul li.focus > ul {

	left: auto;

}



.main-navigation li {

	position: relative;

}



.main-navigation a {

	display: inline-block;

	width: 100%;

	padding: .5em 1em .5em 0;

	text-decoration: none;

	color: #fff;

}



.main-navigation a:hover,

.main-navigation a:focus {

	text-decoration: underline;

}



.main-navigation .menu-item-has-children,

.main-navigation .page_item_has_children {

	min-width: 218px;

}



.main-navigation .menu-item-has-children > a,

.main-navigation .page_item_has_children > a {

	padding-right: 2em;

}



@media screen and (min-width: 650px) {

	.menu-toggle {

		display: none;

	}

	.main-navigation .menu-item-has-children > a,

	.main-navigation .page_item_has_children > a {

		padding-right: 2em;

		background: rgba(255, 255, 255, 0.1);

	}

	.main-navigation ul {

		display: block;

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-ms-flex-wrap: wrap;

		    flex-wrap: wrap;

	}

	.main-navigation ul ul {

		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		    -ms-flex-direction: column;

		        flex-direction: column;

		background: rgba(255, 255, 255, 0.1);

		margin-left: 0;

	}

	.main-navigation ul ul li {

		padding-left: 0;

	}

	.main-navigation ul ul li a {

		width: 218px;

		background: none;

	}

	.main-navigation ul li {

		padding-right: 1em;

		padding-bottom: 1em;

	}

	.main-navigation ul li a {

		padding: .5em 1.25em;

		border-radius: 25px;

		background: #6a9bff;

	}

	.main-navigation ul li a:hover {

		text-decoration: none;

		background: #448650;

	}

	.main-navigation ul li a:focus {

		text-decoration: none;

		background: #448650;

	}

}



@media screen and (min-width: 900px) {

	.main-navigation ul {

		-webkit-box-pack: end;

		    -ms-flex-pack: end;

		        justify-content: flex-end;

		padding-top: 0;

		/* If you want dropdowns to open on hover, uncomment this: */

		/*

			li:hover > ul,

				li:focus > ul {

				display: block;

			}

			*/

	}

}



/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {

	display: block;

}



.hentry {

	margin: 0 0 1.5em;

}



.entry-header {

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	text-align: center;

}



.cat-links {

	font-size: 100%;

	font-weight: 400;

}



.cat-links a {

	text-decoration: none;

	text-transform: none;

	color: #67A872;

}



.cat-links a:focus, .cat-links a:hover {

	background-color: #67A872;

	color: white;

}



.entry-title {

	margin: 1em 0 .8em;

}



.entry-title a {

	text-decoration: none;

	color: #444444;

}



.entry-title a:focus, .entry-title a:hover {

	color: #67A872;

}



.entry-meta,

.entry-footer {

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	font-size: 81.25%;

	letter-spacing: .015em;

}



.entry-meta a,

.entry-footer a {

	font-weight: 400;

	text-decoration: none;

	color: #67A872;

}



.entry-meta a:focus, .entry-meta a:hover,

.entry-footer a:focus,

.entry-footer a:hover {

	border-bottom: 1px solid #67A872;

}



.byline::after, .posted-on::after {

	content: "•";

	margin: 0 .5em;

}



.comments-link::before,

.edit-link::before {

	content: "•";

	margin: 0 .5em;

}



.byline,

.updated:not(.published) {

	display: none;

}



.single .byline,

.group-blog .byline {

	display: inline;

}



.extra {

	display: none;

}



/* Single Post Featured Images */

.full-bleed {

	width: 100vw;

	margin-top: 1em;

	margin-left: -1em;

	margin-bottom: 3em;

	overflow: hidden;

}



@media screen and (min-width: 650px) {

	.full-bleed {

		margin-left: -2em;

	}

}



@media screen and (min-width: 900px) {

	.full-bleed {

		margin-top: 1.5em;

		margin-right: -2em;

	}

}



@media screen and (min-width: 1060px) {

	.full-bleed {

		margin-right: calc( ((-100vw + 1060px)/2) - 2em);

		margin-left: calc( ((-100vw + 1060px)/2) - 2em);

	}

}



.full-bleed img {

	display: block;

	margin: 0 auto;

}



.page-content,

.entry-content,

.entry-summary {

	margin: 0 auto;

	padding-top: .25em;

	padding-bottom: 2.5em;

}



.page-links {

	clear: both;

	margin: 0 0 1.5em;

}



.entry-footer {

	margin: 1.5em 0;

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

}



.author_bio_section {

	font-size: 87.5%;

}



.author_name {

	color: #444444;

	padding-top: 1.5em;

	text-transform: uppercase;

	font-weight: 500;

	letter-spacing: .05em;

	line-height: .5em;

}



.author_description {

	color: #656565;

}



.author_details img {

	border-radius: 50%;

	float: left;

	margin: 0 20px 10px 0;

}



.post-related-nav {

	border-top: 1px solid #CCCCCC;

	margin-top: 3em;

	padding-top: 2em;

}



@media screen and (min-width: 650px) {

	.post-related-nav {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-ms-flex-wrap: wrap;

		    flex-wrap: wrap;

		-webkit-box-pack: justify;

		    -ms-flex-pack: justify;

		        justify-content: space-between;

	}

}



@media screen and (min-width: 650px) {

	.related-posts {

		width: 48%;

	}

}



.related-posts ul {

	list-style-type: none;

	padding-left: 0;

}



.related-posts a {

	font-size: 1.125em;

	font-weight: 600;

	text-decoration: none;

	color: #444444;

}



.related-posts ul {

	margin-bottom: 0;

}



.related-posts li {

	padding: .75em 0 .75em 0;

}



.related-posts li a:hover {

	color: #67A872;

}



.related-posts li a:after {

	content: "\00bb";

	padding-left: .2em;

	color: #67A872;

}



.related-posts li:not(:last-child) {

	border-bottom: 1px solid #CCCCCC;

}



.related-posts p {

	font-size: 87.5%;

	margin-top: 0;

}



.related-posts p.recent-cat a {

	color: #67A872;

}



.related-posts p.recent-cat a:hover {

	text-decoration: underline;

}



/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

.comments-area {

	width: 100%;

	margin: 3em 0;

	padding: 1.5em 0;

	border-top: 1px solid #cccccc;

}



.comments-title {

	margin-bottom: 2em;

	font-size: 2.5em;

	font-weight: 900;

}



.comment-list {

	padding: 0;

	margin: 0;

	list-style-type: none;

}



.comment-list ol {

	list-style-type: none;

}



.comment-body {

	border-bottom: 1px solid #c3c3c3;

	margin-bottom: 3em;

}



.comment-meta {

	position: relative;

	margin-left: 70px;

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	font-size: 80%;

}



.comment-meta a,

.comment-form a {

	text-decoration: none;

	border: none;

}



.comment-meta a:hover, .comment-meta a:focus,

.comment-form a:hover,

.comment-form a:focus {

	text-decoration: underline;

}



.comment .avatar {

	position: absolute;

	top: -5px;

	left: -70px;

	width: 50px;

	height: 50px;

	border-radius: 50px;

}



.children {

	margin-left: 1em;

	padding-left: 0;

}



@media screen and (min-width: 900px) {

	.children {

		margin-left: 2em;

	}

}



@media screen and (min-width: 900px) {

	.no-sidebar .children {

		margin-left: 2em;

	}

	.no-sidebar .children .comment-meta {

		margin-left: 80px;

		font-size: 90%;

	}

	.no-sidebar .children .comment .avatar {

		top: -7px;

		left: -80px;

		width: 60px;

		height: 60px;

	}

	.no-sidebar .children .comment-content {

		margin-left: 80px;

	}

}



@media screen and (min-width: 1060px) {

	.no-sidebar .children {

		margin-left: 3em;

	}

	.no-sidebar .comment-meta {

		margin-left: 90px;

	}

	.no-sidebar .comment .avatar {

		top: -8px;

		left: -90px;

		width: 70px;

		height: 70px;

	}

	.no-sidebar .comment-content {

		margin-left: 90px;

	}

}



.comment-metadata {

	margin-top: .2em;

	padding-bottom: .5em;

	font-size: .8em;

	line-height: 1em;

}



.comment-metadata a {

	color: #7D7D7D;

}



.comment-metadata a:hover, .comment-metadata a:focus {

	border-color: #c3c3c3;

}



.comment-author {

	font-size: 1.4em;

	line-height: 1.3em;

}



.says {

	font-size: 80%;

}



.reply {

	margin-bottom: 1.5em;

	text-align: right;

}



.reply a {

	display: inline-block;

	padding: .5em 1.4em;

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	font-size: 85%;

	color: #000;

	line-height: 1.3em;

	text-decoration: none;

	border: 1px solid #c3c3c3;

}



.reply a:hover, .reply a:focus {

	color: #fff;

	background: #67A872;

	border-color: #67A872;

}



.comment-content ol {

	list-style-type: decimal;

}



.comment-content a {

	word-wrap: break-word;

}



.bypostauthor .avatar {

	box-sizing: content-box;

	border: 5px solid #67A872;

	margin-top: -5px;

	margin-left: -5px;

}



/* Comment Form */

.comment-reply-title {

	margin-bottom: 1em;

}



.comment-list .comment-reply-title {

	text-align: left;

}



.comment-form {

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	line-height: 1.3em;

}



.comment-form a {

	font-weight: 500;

}



.comment-form .form-submit {

	text-align: right;

}



.comment-form .form-submit input {

	padding: .5em 1.4em;

	font-size: 85%;

	color: #000;

	line-height: 1.3em;

	text-decoration: none;

	border: 1px solid #c3c3c3;

}



.comment-form .form-submit input:hover, .comment-form .form-submit input:focus {

	color: #fff;

	background: #67A872;

	border-color: #67A872;

}



.comment-form label {

	width: 33%;

	display: block;

	font-style: italic;

	padding-bottom: .4em;

}



.comment-form .required {

	color: #D54E21;

}



.pingback {

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

}



.pingback .comment-body {

	padding: 1em 0;

}



.pingback a {

	font-style: italic;

	text-decoration: none;

}



/*--------------------------------------------------------------

## Footer

--------------------------------------------------------------*/

.site-footer {

	position: relative;

	padding: 2em;

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	color: #fff;

	background-color: #2B2E37;

	text-align: center;

}



.site-footer a {

	font-weight: 400;

	color: white;

	text-decoration: none;

}



.site-footer a:hover, .site-footer a:focus {

	text-decoration: underline;

}



@media screen and (min-width: 900px) {

	.site-footer {

		padding: 1em 2em;

	}

}



.site-footer__wrap {

	max-width: 1060px;

	margin: 0 auto;

}



@media screen and (min-width: 900px) {

	.site-footer__wrap {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-webkit-box-pack: justify;

		    -ms-flex-pack: justify;

		        justify-content: space-between;

	}

}



.footer-logo {

	-ms-flex-item-align: center;

	    -ms-grid-row-align: center;

	    align-self: center;

}



@media screen and (min-width: 900px) {

	.footer-logo {

		text-align: left;

	}

	.footer-logo span {

		display: block;

	}

}



.social-menu {

	margin: 1em 0;

	-webkit-box-pack: end;

	    -ms-flex-pack: end;

	        justify-content: flex-end;

}



@media screen and (min-width: 900px) {

	.social-menu {

		-webkit-box-pack: end;

		    -ms-flex-pack: end;

		        justify-content: flex-end;

	}

}



.social-menu ul {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	    flex-wrap: wrap;

	-webkit-box-pack: center;

	    -ms-flex-pack: center;

	        justify-content: center;

	list-style-type: none;

	margin: 0;

	padding: 0;

}



.social-menu ul a {

	display: block;

	padding: .5em .2em;

	color: white;

	text-decoration: none;

	opacity: .8;

}



.social-menu ul a:hover, .social-menu ul a:focus {

	text-decoration: underline;

	opacity: 1;

}



.footer-categories {

	-ms-flex-item-align: start;

	    align-self: flex-start;

	font-size: 13px;

	margin-bottom: 1.5em;

	line-height: 2em;

}



.footer-categories a {

	color: #67A872;

	padding-right: .5em;

}



.footer-categories a:not(:last-child):after {

	content: "\007C";

	color: white;

	padding-left: .5em;

}



@media screen and (min-width: 900px) {

	.footer-categories {

		text-align: left;

		width: 50%;

		padding-right: 10px;

	}

	.footer-categories span {

		display: block;

	}

}



.main-site-cat {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	font-size: 13px;

	margin-bottom: 1.5em;

	line-height: 2em;

}



.main-site-cat a {

	color: #67A872;

	padding-right: .5em;

}



@media screen and (min-width: 900px) {

	.main-site-cat {

		text-align: left;

		width: 50%;

	}

	.main-site-cat span {

		display: block;

	}

}



.product-categories {

	width: 100%;

}



.product-categories a {

	color: #67A872;

}



@media screen and (min-width: 900px) {

	.product-categories {

		text-align: left;

		width: 50%;

		padding-left: 10px;

	}

}



.company-categories {

	width: 100%;

}



.company-categories a {

	color: #67A872;

}



@media screen and (min-width: 900px) {

	.company-categories {

		text-align: left;

		width: 50%;

	}

}



/* Try RescueTime */

.try-rescuetime-footer {

	margin: 0 auto;

	max-width: 744px;

	background: transparent;

	color: #fff;

	text-align: center;

}



.try-rescuetime-footer h2 {

	font-weight: 600;

}



.try-rescuetime-footer p {

	font-size: 112.5%;

}



.try-rescuetime-footer input[type="email"] {

	max-width: 200px;

	margin-right: .4em;

	margin-left: .4em;

	background-color: transparent;

	color: #ffffff;

	border: 1px solid #ffffff;

	border-radius: none;

	padding: 4px 3px 4px 12px;

	line-height: 2em;

	margin-bottom: 1em;

}



.try-rescuetime-footer input[type="email"]:focus {

	color: #ffffff;

}



.try-rescuetime-footer input[type="email"]::-webkit-input-placeholder {

	color: #ffffff;

	font-size: 75%;

}



.try-rescuetime-footer input[type="email"]:-ms-input-placeholder {

	color: #ffffff;

	font-size: 75%;

}



.try-rescuetime-footer input[type="email"]::placeholder {

	color: #ffffff;

	font-size: 75%;

}



.try-rescuetime-footer input[type="submit"] {

	margin-left: .4em;

	margin-right: .4em;

	padding: .75em 1.5em;

	border: none;

	border-radius: 25px;

	background-color: #67A872;

	color: #ffffff;

	outline: none;

}



.try-rescuetime-footer input[type="submit"]:hover {

	background-color: #448650;

}



/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget-area {

	margin-top: 1.5em;

}



/* Footer widgets for archive pages */

@media screen and (min-width: 900px) {

	.archive-view.has-sidebar .footer-widgets {

		width: 100%;

	}

}



.widget {

	margin: 0 0 2em;

	padding: 0 0 2em;

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	/* Make sure select elements fit in widgets. */

}



.widget ul,

.widget ol {

	padding: .7em 0 0;

	margin-bottom: 0;

	list-style-type: none;

}



.widget ul li,

.widget ol li {

	display: block;

	line-height: 2em;

}



.widget ul li ul,

.widget ul li ol,

.widget ol li ul,

.widget ol li ol {

	margin-left: .5em;

}



@media screen and (min-width: 30em) {

	.widget ul li ul,

	.widget ul li ol,

	.widget ol li ul,

	.widget ol li ol {

		margin-left: 1em;

	}

}



.widget a {

	font-weight: 600;

	text-decoration: none;

}



.widget a:hover, .widget a:focus {

	border-bottom: 3px solid #67A872;

}



.widget select {

	width: 100%;

	height: 2.5em;

	padding: 10px;

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	border: 1px solid #ccc;

}



.widget-title {

	margin-top: 0;

	margin-bottom: .5em;

	font-size: 1.4em;

}



/* Archive and Categories widgets */

.widget_archive li {

	color: #7D7D7D;

}



.widget_categories .children {

	padding-top: 0;

}



/* Search widget. */

.widget_search .search-submit {

	display: none;

}



/* Pages and Menu widgets */

.widget_pages .children,

.widget_nav_menu .sub-menu {

	padding-top: 0;

	padding-bottom: .5em;

}



.widget_pages a,

.widget_nav_menu a {

	display: block;

	padding: 1em 0;

	text-decoration: none;

	border-bottom: 1px dashed gray;

}



.widget_pages a:hover, .widget_pages a:focus,

.widget_nav_menu a:hover,

.widget_nav_menu a:focus {

	text-decoration: none;

	border-bottom: 1px dashed gray;

}



.widget_pages li,

.widget_nav_menu li {

	padding: 0;

}



/* Meta widget */

.widget_meta li {

	padding: 0;

}



/* Recent comments */

.widget_recent_comments li {

	line-height: 1.3em;

	padding-bottom: .5em;

}



.widget_recent_comments a:hover,

.widget_recent_comments a:focus {

	padding-left: 0;

}



/* RSS widget */

.widget_rss li {

	margin-bottom: 1em;

}



.widget li a.rsswidget {

	padding-right: .5em;

	font-size: 1em;

	line-height: 1.4em;

}



.rss-date,

.widget_rss cite {

	color: #333;

	font-size: .8em;

}



.rssSummary {

	padding: .5em 0;

	font-family: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;

	font-size: .8em;

	line-height: 1.4em;

}



/* Search widget */

.widget_search input[type="search"] {

	box-sizing: border-box;

	width: 100%;

	padding: .5em 1em;

	border: 1px solid #c3c3c3;

	border-radius: 0;

}



/* Calendar widget */

.widget_calendar {

	font-weight: 400;

}



.widget_calendar caption {

	padding: .5em 0;

	font-size: 1em;

	font-weight: 500;

	text-align: left;

}



.widget_calendar thead {

	background: transparent;

	color: black;

}



.widget_calendar thead th {

	border-bottom-width: 2px;

}



.widget_calendar td {

	padding: .2em;

	font-size: .8em;

	text-align: center;

	background: white;

	border: 1px solid #cccccc;

}



.widget_calendar th {

	border: none;

	text-align: center;

}



.widget_calendar .pad {

	background: #eaeaea;

}



.widget_calendar a {

	font-weight: 900;

	text-decoration: none;

}



/* Text widget */

.textwidget {

	font-size: 80%;

	line-height: 1.3em;

}



/* Footer widget stylings */

.footer-widgets {

	margin: 2em 0 0;

	padding: 1em 0;

	background-color: #1a1a1a;

}



@media screen and (min-width: 650px) {

	.footer-widgets {

		padding: 2em 1em;

	}

}



.footer-widgets .widget {

	-webkit-box-flex: 1;

	    -ms-flex: 1;

	        flex: 1;

	margin: 0 1em 2em;

	padding-top: 1em;

}



.footer-widgets .widget .original-title {

	color: rgba(255, 255, 255, 0.5);

}



.footer-widgets .widget,

.footer-widgets .widget-title,

.footer-widgets .widget a,

.footer-widgets .widget_calendar thead,

.footer-widgets .rss-date,

.footer-widgets .widget_rss cite {

	color: white;

}



.footer-widgets .widget_calendar td,

.footer-widgets .widget_calendar a {

	color: black;

}



@media screen and (min-width: 900px) {

	.footer-widgets {

		/* Use flex to create a responsive layout */

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

		-ms-flex-wrap: wrap;

		    flex-wrap: wrap;

		-ms-flex-pack: distribute;

		    justify-content: space-around;

		/* If only one widget is displayed, make it full width. */

		/* If 2 or 3 widgets are displayed, make the second one twice as wide. */

		/* If 4 or more widgets are displayed, show three across when available. */

	}

	.footer-widgets .widget:only-of-type {

		width: 100%;

	}

	.footer-widgets .widget:nth-last-child(n+2):nth-last-child(-n+3):first-child ~ .widget:nth-child(2) {

		-webkit-box-flex: 2;

		    -ms-flex: 2;

		        flex: 2;

	}

	.footer-widgets .widget:nth-last-child(n+4),

	.footer-widgets .widget:nth-last-child(n+4) ~ .widget {

		width: 30%;

		-webkit-box-flex: 1;

		    -ms-flex: 1 1 30%;

		        flex: 1 1 30%;

	}

}



/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

.infinite-scroll.neverending .site-footer {

	/* Theme Footer (when set to scrolling) */

	display: none;

}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {

	display: block;

}



/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/

.page-content .wp-smiley,

.entry-content .wp-smiley,

.comment-content .wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}



/* Make sure embeds and iframes fit their containers. */

embed,

iframe,

object {

	max-width: 100%;

}



/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

.wp-caption {

	margin-bottom: 2em;

	max-width: 100%;

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	font-size: 81.3%;

	color: #666666;

	text-align: center;

	font-style: italic;

}



.wp-caption a {

	color: inherit;

}



.wp-caption img[class*="wp-image-"] {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption .wp-caption-text {

	margin: .5em 0 1.5em;

	padding-bottom: .5em;

	border-bottom: 1px dotted;

}



/*--------------------------------------------------------------

## Images

--------------------------------------------------------------*/

.wp-caption.aligncenter,

.centered-image {

	max-width: 100vw;

	margin: 0 -1em;

}



@media screen and (min-width: 650px) {

	.wp-caption.aligncenter,

	.centered-image {

		margin: 0 -2em;

	}

}



/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {

	margin: 1.5em 0;

}



.gallery-item {

	display: inline-block;

	text-align: center;

	vertical-align: top;

	width: 100%;

	padding: 1em;

}



.gallery-item img {

	display: block;

}



.gallery-item a {

	display: inline-block;

	border-bottom: none;

}



.gallery-item a:hover, .gallery-item a:focus {

	border-bottom: none;

	box-shadow: none;

}



.gallery-item a:hover img, .gallery-item a:focus img {

	border-color: #67A872;

}



.gallery-item a img {

	padding: .5em;

	margin: 0 auto;

	border: 1px solid #fff;

}



.gallery-columns-2 .gallery-item {

	max-width: 50%;

}



.gallery-columns-3 .gallery-item {

	max-width: 33.33%;

}



.gallery-columns-4 .gallery-item {

	max-width: 25%;

}



.gallery-columns-5 .gallery-item {

	max-width: 20%;

}



.gallery-columns-6 .gallery-item {

	max-width: 16.66%;

}



.gallery-columns-7 .gallery-item {

	max-width: 14.28%;

}



.gallery-columns-8 .gallery-item {

	max-width: 12.5%;

}



.gallery-columns-9 .gallery-item {

	max-width: 11.11%;

}



.gallery-caption {

	display: block;

	margin: 0;

	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;

	border: none;

}



/*--------------------------------------------------------------

## Icons

--------------------------------------------------------------*/

/* SVG Icons base styles */

.icon {

	display: inline-block;

	fill: #2B2E37;

	height: 2em;

	position: relative;

	/* Align more nicely with capital letters */

	top: -0.0625em;

	vertical-align: middle;

	width: 2em;

	border-radius: 4px;

	background: #fff;

	padding: 6px;

}



/*--------------------------------------------------------------

SVG Fallbacks

--------------------------------------------------------------*/

.svg-fallback {

	display: none;

}



.no-svg .svg-fallback {

	display: inline-block;

}



.no-svg .nav-links .svg-fallback {

	padding: 0 .5em;

	color: inherit;

	background: inherit;

}



.no-svg .svg-fallback.icon-arrow-long-left:before {

	content: "←";

}



.no-svg .svg-fallback.icon-arrow-long-right:before {

	content: "→";

}



/* Social Menu fallbacks */

.no-svg .social-menu a {

	height: auto;

	width: auto;

}



.no-svg .social-menu li a .screen-reader-text {

	clip: auto;

	font-size: 16px;

	font-size: 1rem;

	font-weight: 400;

	height: auto;

	position: relative !important;

	/* overrides previous !important styles */

	width: auto;

}



/*# sourceMappingURL=../rescuetimeblog/sass/maps/style.css.map */

