/*!
 * Theme Name: Highstake Lite
 * Theme URI: http://www.theme-junkie.com/themes/highstake
 * Description: Level up your WordPress website with Highstake Lite, a stunning WordPress theme for online writers and marketers. Highstake Lite is fully responsive, has 1-click demo import, multiple featured content blocks, multiple blog layout templates, and lets you choose between full-width, boxed or framed containers. It also includes social and newsletter integrations, and much more! You can see a demo at http://demo.theme-junkie.com/highstake/
 * Version: 1.0.3
 * Author: Theme Junkie
 * Author URI: http://www.theme-junkie.com/
 * Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, custom-logo, featured-image-header, featured-images, post-formats, theme-options, threaded-comments, translation-ready, blog
 * Text Domain: highstake-lite
 *
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Highstake Lite WordPress Theme, Copyright 2018 - 2019 https://www.theme-junkie.com/
 * Highstake Lite is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/*------------------------------------*
    $CONTENTS
*------------------------------------*/
/**
 * BASE
 * - NORMALIZE
 * - LAYOUTS
 * - MAIN
 * - SHARED
 * - TYPOGRAPHY
 * - FORMS
 *
 * PAGES
 * - ARCHIVES
 *
 * SECTIONS
 * - HEADER
 * - NAVIGATIONS
 * - FOOTER
 * - COMMENT
 * - MODULES
 */
/*------------------------------------*
	$NORMALIZE
*------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*------------------------------------*
	$LAYOUTS
*------------------------------------*/
.wide-container {
	background-color: #fff;
}

.boxed-container .wide-container,
.framed-container .wide-container {
	max-width: 120rem;
	margin: 0 auto;
	box-shadow: 0 0 1rem rgba(41, 41, 41, .05);
}

.framed-container {
	margin: 0 auto;
}

@media (min-width: 1024px) {
	.framed-container {
		margin: 4rem auto;
	}
}

.container {
	max-width: 116rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 4rem;
}

.container:after {
	content: ' ';
	display: block;
	clear: both;
}

@media (min-width: 1280px) {
	.container {
		padding: 0;
	}
}

.boxed-container .container,
.framed-container .container,
.framed-container .container {
	padding: 0 4rem;
}

.site-content {
	margin-bottom: 0;
}

@media (min-width: 800px) {
	.site-content {
		margin-bottom: 14rem;
	}
}

@media (min-width: 900px) {
	.layout-2c-l .content-area {
		width: 65.5172413793%;
		float: left;
		margin-right: 3.4482758621%;
	}
}

@media (min-width: 900px) {
	.layout-2c-r .content-area {
		width: 65.5172413793%;
		float: right;
		margin-right: 0;
	}
}

@media (min-width: 900px) {
	.layout-1c-n .content-area {
		width: 65.5172413793%;
		margin: auto;
	}
}

@media (min-width: 900px) {
	.layout-2c-l .widget-area {
		width: 31.0344827586%;
		float: right;
		margin-right: 0;
	}
}

@media (min-width: 900px) {
	.layout-2c-r .widget-area {
		width: 31.0344827586%;
		float: left;
		margin-right: 3.4482758621%;
	}
}

/*------------------------------------*
	$MAIN
*------------------------------------*/
*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'Karla', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	line-height: 2.7rem;
	color: #292929;
	background: #f5f5f5;
}

@media (max-width: 600px) {
	body {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

/**
 * Selection Color.
 */
::selection {
	color: #fff;
	background: #54e5b0;
	text-shadow: none;
}

::-moz-selection {
	color: #fff;
	background: #54e5b0;
	text-shadow: none;
}

/*------------------------------------*
	$SHARED
*------------------------------------*/
figure > img {
	display: block;
}

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

img[class*='align'],
img[class*='attachment-'] {
	height: auto;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 2.4rem;
}

.wp-caption img[class*='wp-image-'] {
	display: block;
	margin-bottom: .5rem;
}

.wp-caption-text {
	font-size: 1.4rem;
	font-style: italic;
	color: #999;
}

.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

embed,
iframe,
object {
	width: 100%;
	max-width: 100%;
}

.alignleft {
	float: left;
	margin-right: 2.7rem;
}

.alignright {
	float: right;
	margin-left: 2.7rem;
}

.aligncenter {
	clear: both;
}

.alignnone {
	display: block;
}

.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, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	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 */
}

table {
	width: 100%;
	margin-bottom: 2.7rem;
}

table th,
table td {
	padding: 1rem;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #efefef;
}

table th {
	text-transform: uppercase;
	border-bottom: 1rem solid #efefef;
}

table tr th:first-child,
table tr td:first-child {
	padding-left: 0;
}

table tr th:last-child,
table tr td:last-child {
	padding-right: 0;
}

.sticky,
.bypostauthor {
	font-size: inherit;
}

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
	margin-bottom: 2rem;
}

.gallery-item {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 .4rem .4rem 0;
}

.gallery-icon a,
.gallery-icon img {
	display: block;
}

.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 {
	font-size: 1.4rem;
	line-height: 2.1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	max-height: 50%;
	margin: 0;
	padding: .2rem .8rem;
	text-align: left;
	opacity: 0;
	color: #fff;
	background-color: #292929;
	background-color: rgba(41, 41, 41, .7);
}

.gallery-caption:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 5rem;
	content: '';
}

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

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

.gallery,
.clearfix,
.widget_archive,
.widget_categories,
.widget_archive li,
.widget_categories li,
.site-header,
.comment-container,
.posts-in-grid,
.pagination,
.related-posts,
.archive .site-content article:not(.default-blog-layout),
.search .site-content article:not(.default-blog-layout),
.layout-2c-l-l .site-content article:not(.default-blog-layout),
.layout-2c-r-l .site-content article:not(.default-blog-layout),
.layout-1c-l .site-content article:not(.default-blog-layout),
.layout-1c-n-l .site-content article:not(.default-blog-layout) {
	*zoom: 1;
}

.gallery:before,
.clearfix:before,
.widget_archive:before,
.widget_categories:before,
.widget_archive li:before,
.widget_categories li:before,
.site-header:before,
.comment-container:before,
.posts-in-grid:before,
.pagination:before,
.related-posts:before,
.archive .site-content article:not(.default-blog-layout):before,
.search .site-content article:not(.default-blog-layout):before,
.layout-2c-l-l .site-content article:not(.default-blog-layout):before,
.layout-2c-r-l .site-content article:not(.default-blog-layout):before,
.layout-1c-l .site-content article:not(.default-blog-layout):before,
.layout-1c-n-l .site-content article:not(.default-blog-layout):before,
.gallery:after,
.clearfix:after,
.widget_archive:after,
.widget_categories:after,
.widget_archive li:after,
.widget_categories li:after,
.site-header:after,
.comment-container:after,
.posts-in-grid:after,
.pagination:after,
.related-posts:after,
.archive .site-content article:not(.default-blog-layout):after,
.search .site-content article:not(.default-blog-layout):after,
.layout-2c-l-l .site-content article:not(.default-blog-layout):after,
.layout-2c-r-l .site-content article:not(.default-blog-layout):after,
.layout-1c-l .site-content article:not(.default-blog-layout):after,
.layout-1c-n-l .site-content article:not(.default-blog-layout):after {
	display: table;
	content: '';
}

.gallery:after,
.clearfix:after,
.widget_archive:after,
.widget_categories:after,
.widget_archive li:after,
.widget_categories li:after,
.site-header:after,
.comment-container:after,
.posts-in-grid:after,
.pagination:after,
.related-posts:after,
.archive .site-content article:not(.default-blog-layout):after,
.search .site-content article:not(.default-blog-layout):after,
.layout-2c-l-l .site-content article:not(.default-blog-layout):after,
.layout-2c-r-l .site-content article:not(.default-blog-layout):after,
.layout-1c-l .site-content article:not(.default-blog-layout):after,
.layout-1c-n-l .site-content article:not(.default-blog-layout):after {
	clear: both;
}

.menu-primary-items,
.menu-primary-items .sub-menu,
.commentlist,
.posts-in-grid ul,
.post-share ul,
.widget ul,
.posts-thumbnail-widget ul,
.social-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/*------------------------------------*
	$TYPOGRAPHY
*------------------------------------*/
/**
 * Set link colors.
 */
a {
	transition: all 200ms ease-in-out 0s;
	text-decoration: none;
	color: #54e5b0;
}

a:visited {
	color: #3ee2a6;
}

a:hover,
a:visited:hover {
	text-decoration: none;
	color: #292929;
}

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-style: normal;
	margin: 1.35rem 0;
	color: #292929;
}

h1,
.h1 {
	font-size: 3.6rem;
	line-height: 3.96rem;
}

h2,
.h2 {
	font-size: 3rem;
	line-height: 3.3rem;
}

h3,
.h3 {
	font-size: 2.4rem;
	line-height: 3.12rem;
}

h4,
.h4 {
	font-size: 2rem;
	line-height: 2.6rem;
}

h5,
.h5 {
	font-size: 1.6rem;
}

h6,
.h6 {
	font-size: 1.4rem;
}

/**
 * Text elements.
 */
p {
	margin: 0 0 2.7rem;
}

abbr[title],
dfn[title] {
	cursor: help;
}

del {
	vertical-align: baseline;
	text-decoration: line-through;
	color: #aaa;
}

code,
kbd,
pre,
samp {
	font-size: 1.6rem;
}

pre {
	margin: 2.7rem 0;
	padding: 2.7rem;
	color: #2080ad;
	background-color: #fafafa;
}

code {
	color: #2080ad;
}

blockquote {
	font-style: italic;
	margin: 2.7rem 4rem;
	padding-left: 2rem;
	color: #777;
	border-left: .3rem solid #54e5b0;
}

blockquote cite {
	position: relative;
	display: block;
	padding: 1rem 0 0 2rem;
	color: #555;
}

blockquote cite:before {
	position: absolute;
	left: 0;
	content: '\2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: '';
}

address {
	display: block;
	margin: 0 0 2.7rem;
}

ul,
ol {
	margin: 1.8rem 0;
	padding: 0 0 0 2.7rem;
}

ul {
	list-style: disc;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

li ul,
li ol {
	margin: 0;
}

dl {
	margin: 2.7rem;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 2.7rem;
}

hr {
	clear: both;
	height: .1rem;
	min-height: 0;
	margin: 2.7rem 0;
	border-top: .1rem solid #efefef;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

hr.dotted {
	border-style: dotted;
}

hr.dashed {
	border-style: dashed;
}

hr.blackborder {
	border-color: #000;
}

hr.whiteborder {
	border-color: #fff;
}

/**
 * Print styles.
 */
@media print {
	* {
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: '';
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: .5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

/*------------------------------------*
	$FORMS
*------------------------------------*/
form input[type='text'],
form input[type='password'],
form input[type='email'],
form input[type='url'],
form input[type='date'],
form input[type='month'],
form input[type='time'],
form input[type='datetime'],
form input[type='datetime-local'],
form input[type='week'],
form input[type='number'],
form input[type='search'],
form input[type='tel'],
form input[type='color'],
form select,
form textarea {
	display: inline-block;
	box-sizing: border-box;
	height: 4.5rem;
	padding: .9rem 1rem;
	vertical-align: middle;
	border: .1rem solid #292929;
	background-color: #fff;
	        border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

form textarea {
	height: auto;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]) {
	display: inline-block;
	box-sizing: border-box;
	padding: .5em .6em;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px #ddd;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more highstakeized across browsers. */
form input[type='color'] {
	padding: .2em .5em;
}

form input[type='text']:focus,
form input[type='password']:focus,
form input[type='email']:focus,
form input[type='url']:focus,
form input[type='date']:focus,
form input[type='month']:focus,
form input[type='time']:focus,
form input[type='datetime']:focus,
form input[type='datetime-local']:focus,
form input[type='week']:focus,
form input[type='number']:focus,
form input[type='search']:focus,
form input[type='tel']:focus,
form input[type='color']:focus,
form select:focus,
form textarea:focus {
	border-color: #129fea;
	outline: 0;
	background-color: #fff;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]):focus {
	border-color: #129fea;
	outline: 0;
}

form input[type='file']:focus,
form input[type='radio']:focus,
form input[type='checkbox']:focus {
	outline: thin solid #129fea;
	outline: 1px auto #129fea;
}

form input[type='checkbox'],
form input[type='radio'] {
	display: inline-block;
	margin: .5em 0;
}

form input[type='text'][disabled],
form input[type='password'][disabled],
form input[type='email'][disabled],
form input[type='url'][disabled],
form input[type='date'][disabled],
form input[type='month'][disabled],
form input[type='time'][disabled],
form input[type='datetime'][disabled],
form input[type='datetime-local'][disabled],
form input[type='week'][disabled],
form input[type='number'][disabled],
form input[type='search'][disabled],
form input[type='tel'][disabled],
form input[type='color'][disabled],
form select[disabled],
form textarea[disabled] {
	cursor: not-allowed;
	color: #cad2d3;
	background-color: #eaeded;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type])[disabled] {
	cursor: not-allowed;
	color: #cad2d3;
	background-color: #eaeded;
}

form input[readonly],
form select[readonly],
form textarea[readonly] {
	color: #777;
	/* menu text color */
	border-color: #ccc;
	background-color: #eee;
	/* menu hover bg color */
}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
	color: #b94a48;
	border-color: #e9322d;
}

form input[type='file']:focus:invalid:focus,
form input[type='radio']:focus:invalid:focus,
form input[type='checkbox']:focus:invalid:focus {
	outline-color: #e9322d;
}

form select {
	/* Normalizes the height; padding is not sufficient. */
	height: 2.25em;
	border: 1px solid #ccc;
	background-color: white;
}

form select[multiple] {
	height: auto;
}

form label {
	margin: .5em 0 .2em;
}

form fieldset {
	margin: 0;
	padding: .35em 0 .75em;
	border: 0;
}

form legend {
	display: block;
	width: 100%;
	margin-bottom: .3em;
	padding: .3em 0;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

/**
 * Button
 */
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
	font-family: inherit;
	font-size: 100%;
	font-weight: 700;
	text-decoration: none;
	padding: .9rem 3rem;
	color: #292929;
	border: .3rem solid #292929;
	background-color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color linear 200ms;
	border-radius: 0;
}

button:visited,
input[type='button']:visited,
input[type='reset']:visited,
input[type='submit']:visited,
.button:visited {
	color: #292929;
}

button:visited:hover,
input[type='button']:visited:hover,
input[type='reset']:visited:hover,
input[type='submit']:visited:hover,
.button:visited:hover {
	color: #fff;
}

.button-primary {
	background-color: #54e5b0;
	color: #fff;
	padding: 1.5rem 3.3rem;
	border: none rgba(0, 0, 0, 0);
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.button:hover,
.button:focus {
	background-color: #292929;
	color: #fff;
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.button:focus {
	outline: 0;
}

button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.button:active {
	background-color: #292929;
	color: #fff;
}

/* Firefox: Get rid of the inner focus border */
button::-moz-focus-inner,
.button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/*------------------------------------*
	$HEADER
*------------------------------------*/
.site-header {
	background-color: #292929;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
	min-height: 7.5rem;
}

.site-header .container {
	position: relative;
}

.site-branding {
	float: left;
}

@media (min-width: 800px) {
	.site-branding {
		width: 13.7931034483%;
		float: left;
		margin-right: 3.4482758621%;
	}
}

.site-branding .site-title {
	font-size: 2.4rem;
	font-weight: 400;
	margin: 2.5rem 0 2.4rem;
}

.site-branding .site-title a:link,
.site-branding .site-title a:visited {
	color: #fff;
}

.logo {
	margin: 2.2rem 0;
}

.logo a,
.logo img {
	display: block;
}

/**
 * Search button
 */
.search-toggle {
	position: absolute;
	right: 4rem;
	top: 0;
	padding: 2.8rem 1.9rem 2.7rem;
	height: 7.5rem;
}

@media (min-width: 1170px) {
	.search-toggle {
		right: 0;
	}
}

.search-toggle:hover {
	opacity: .9;
	background-color: #54e5b0;
}

.search-toggle .fa {
	color: #fff;
}

/*------------------------------------*
	$NAVIGATIONS
*------------------------------------*/
.main-navigation {
	line-height: 7.1rem;
}

@media (min-width: 800px) {
	.main-navigation {
		width: 82.7586206897%;
		float: right;
		margin-right: 0;
	}
}

.menu-primary-items {
	text-align: right;
	display: none;
}

@media (min-width: 800px) {
	.menu-primary-items {
		display: block;
	}
}

.menu-primary-items li {
	position: relative;
	display: inline-block;
	margin-right: 3.2rem;
	border-top: .3rem solid transparent;
	transition: border-color 200ms ease-in-out 0s;
}

.menu-primary-items li:hover {
	border-color: #54e5b0;
}

@media (min-width: 800px) {
	.menu-primary-items li:hover > .sub-menu {
		display: block;
		animation: 200ms linear animate_submenu;
	}
}

.menu-primary-items li:last-child {
	margin-right: 8.5rem;
}

.menu-primary-items a {
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #fff;
}

.menu-primary-items a:hover,
.menu-primary-items a:visited {
	color: #fff;
}

.menu-primary-items .sub-menu {
	padding: 1.3rem 0;
	text-align: left;
	border-top: 0;
}

@media (min-width: 800px) {
	.menu-primary-items .sub-menu {
		position: absolute;
		z-index: 9999;
		top: 100%;
		left: 0;
		display: none;
		min-width: 18rem;
		background-color: #54e5b0;
		box-shadow: 0 0 .7rem rgba(0, 0, 0, .1);
	}
}

.menu-primary-items .sub-menu ul {
	top: 0;
	left: 100%;
}

.menu-primary-items .sub-menu li {
	display: block;
	padding: 0 2rem;
	line-height: 3.5rem;
	border-top: 0;
	position: relative;
	border-left: 3px solid transparent;
	margin-right: 0;
}

.menu-primary-items .sub-menu li:hover {
	border-color: #292929;
}

.menu-primary-items .sub-menu a {
	color: #fff;
	font-size: 1.2rem;
	margin-left: 0;
	transition: all 120ms linear;
}

.menu-primary-items .sub-menu a:hover {
	margin-left: .5rem;
	color: #fff;
}

/**
 * Mobile Menu
 */
.slicknav_menu {
	display: block;
	padding: 0;
	background-color: transparent;
	line-height: 2.4rem;
}

@media (min-width: 800px) {
	.slicknav_menu {
		display: none;
	}
}

.slicknav_menu .slicknav_btn {
	margin: 0;
	background-color: transparent;
	text-shadow: none;
	border-radius: 0;
	position: absolute;
	right: 10rem;
	top: 2.5rem;
}

.slicknav_menu .slicknav_nav {
	padding-bottom: 2rem;
	font-size: inherit;
}

.slicknav_menu .slicknav_nav .slicknav_row:hover {
	background: transparent;
	border-radius: 0;
}

.slicknav_menu .slicknav_nav a {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.slicknav_menu .slicknav_nav a:visited {
	color: #fff;
}

.slicknav_menu .slicknav_nav a:hover {
	background: transparent;
	border-radius: 0;
	color: #54e5b0;
}

@keyframes animate_submenu {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/*------------------------------------*
	$CONTENT
*------------------------------------*/
/**
 * Wrapper
 */
.featured-disabled .wide-container {
	padding-top: 11rem;
}

/**
 * Post
 */
.entry {
	margin-bottom: 10rem;
	position: relative;
}

.entry:nth-last-of-type(1) {
	border-bottom: 0;
	padding-bottom: 0;
}

.single .entry {
	margin-bottom: 6rem;
}

.entry-header {
	text-align: center;
	margin-bottom: 4rem;
}

.cat-link a {
	font-size: 1.3rem;
	text-transform: uppercase;
}

h2.entry-title {
	font-size: 2.5rem;
	line-height: 3rem;
	margin-bottom: 2rem;
}

@media (min-width: 500px) {
	h2.entry-title {
		font-size: 3.3rem;
		line-height: 3.6rem;
	}
}

h2.entry-title a {
	color: #292929;
}

h2.entry-title a:visited {
	color: #292929;
}

h2.entry-title a:hover {
	color: #54e5b0;
}

.entry-meta {
	font-size: 1.3rem;
	font-family: 'Montserrat', sans-serif;
}

.entry-meta a {
	color: #292929;
}

.entry-meta a:visited {
	color: #292929;
}

.entry-meta a:hover {
	color: #54e5b0;
}

.entry-meta .entry-date::before,
.entry-meta .entry-comment::before {
	content: '\00b7';
	display: inline-block;
	padding: 0 .5rem;
}

.entry-meta .entry-date::before {
	padding-right: .7rem;
}

.thumbnail-link {
	display: block;
	margin-bottom: 2.7rem;
}

.thumbnail-link img {
	display: block;
}

.entry-summary {
	margin-bottom: 4rem;
}

.entry-content p:first-child:first-letter {
	color: #292929;
	float: left;
	font-family: Georgia;
	font-size: 75px;
	line-height: 60px;
	padding-top: 7px;
	padding-right: 8px;
	padding-left: 3px;
}

.more-link-wrapper {
	width: 100%;
	text-align: center;
	display: inline-block;
}

@media (min-width: 480px) {
	.more-link-wrapper {
		width: auto;
	}
}

.more-link-wrapper a {
	display: inline-block;
}

.tag-links {
	margin-bottom: 2rem;
	display: block;
}

@media (min-width: 480px) {
	.tag-links {
		margin-bottom: 0;
		display: inline-block;
	}
}

.tag-links a {
	font-size: 1.3rem;
	text-transform: lowercase;
	color: #fff;
	background-color: #292929;
	padding: .8rem;
	display: inline-block;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}

.tag-links a:hover {
	background-color: #54e5b0;
	color: #fff;
}

.entry-footer {
	margin-top: 3rem;
	border-bottom: .1rem solid #292929;
	padding-bottom: 4rem;
	text-align: center;
}

@media (min-width: 480px) {
	.entry-footer {
		text-align: left;
	}
}

/**
 * Post formats
 */
.entry-format {
	margin-bottom: 2.7rem;
}

.home .format-image {
	padding-bottom: 0;
	border-bottom: 0;
}

.format-image-inner {
	position: relative;
}

@media (max-width: 480px) {
	.format-image-inner {
		display: flex;
		flex-direction: column;
	}
}

.format-image-inner .fa {
	position: absolute;
	top: 3rem;
	right: 3rem;
	color: #fff;
	z-index: 1;
}

.format-image-inner .thumbnail-link {
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.format-image-inner .thumbnail-link {
		order: 2;
	}
}

@media (min-width: 480px) {
	.format-image-inner .thumbnail-link::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(41, 41, 41, .3);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
}

@media (max-width: 480px) {
	.format-image-inner .entry-header {
		order: 1;
	}
}

@media (min-width: 480px) {
	.format-image-inner .entry-header {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
		width: 80%;
		margin: auto;
	}
}

@media (min-width: 480px) {
	.format-image-inner .entry-header .cat-link a,
	.format-image-inner .entry-header .entry-title a,
	.format-image-inner .entry-header .entry-meta a {
		color: #fff;
	}
	.format-image-inner .entry-header .cat-link a:hover,
	.format-image-inner .entry-header .entry-title a:hover,
	.format-image-inner .entry-header .entry-meta a:hover {
		color: #54e5b0;
	}
}

@media (min-width: 480px) {
	.format-image-inner .entry-header .entry-meta {
		color: #fff;
	}
}

.entry-gallery {
	margin-bottom: 2.7rem;
	position: relative;
}

.entry-gallery .owl-nav {
	margin-top: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.entry-gallery .owl-nav [class*=owl-] {
	margin: 0;
	background-color: #292929;
	border-radius: 0;
	padding: .5rem 1.5rem;
}

.entry-gallery .owl-nav [class*=owl-]:hover {
	background-color: #54e5b0;
}

.entry-gallery .owl-prev {
	float: left;
}

.entry-gallery .owl-next {
	float: right;
}

.entry-gallery .fa-expand {
	position: absolute;
	top: 1.7rem;
	right: 2rem;
	z-index: 1;
	color: #fff;
}

/*------------------------------------*
	$FOOTER
*------------------------------------*/
.site-footer {
	clear: both;
}

.footer-custom-content {
	background-color: #292929;
	text-align: center;
	padding: 6.2rem 0;
}

.site-info {
	padding: 5rem 0;
}

.framed-container .site-info {
	margin-bottom: 3.5rem;
}

.copyright {
	color: #292929;
	font-size: 1.4rem;
	line-height: 2.3rem;
	margin-bottom: 0;
}

.copyright a {
	font-weight: 400;
}

.info-left {
	text-align: center;
	margin-bottom: 2rem;
}

@media (min-width: 600px) {
	.info-left {
		width: 48.275862069%;
		float: left;
		margin-right: 3.4482758621%;
		text-align: left;
		margin-bottom: 0;
	}
}

.info-right {
	text-align: center;
}

@media (min-width: 600px) {
	.info-right {
		width: 48.275862069%;
		float: right;
		margin-right: 0;
		text-align: right;
	}
}

.info-right .to-top {
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #292929;
}

.info-right .to-top .fa {
	padding-left: .5rem;
}

.info-right .to-top:hover {
	color: #54e5b0;
}

/*------------------------------------*
	$COMMENT
*------------------------------------*/
.comments-title {
	margin-bottom: 3rem;
	text-align: center;
}

@media (min-width: 480px) {
	.comments-title {
		text-align: left;
	}
}

.comment-reply-title,
.comments-title {
	text-transform: uppercase;
	font-size: 2rem;
}

/**
 * Comment list
 */
.commentlist {
	margin-bottom: 4rem;
}

.commentlist .comment {
	margin-bottom: 6rem;
}

.commentlist .children {
	margin: 6rem 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 600px) {
	.commentlist .children {
		padding-left: 9rem;
	}
}

@media (min-width: 240px) and (max-width: 768px) {
	.commentlist .children .children {
		padding-left: 0;
	}
}

.commentlist .children .avatar {
	width: 7rem;
}

@media (min-width: 480px) {
	.comment-avatar {
		width: 13.7931034483%;
		float: left;
		margin-right: 3.4482758621%;
	}
	.comment-body {
		width: 82.7586206897%;
		float: right;
		margin-right: 0;
	}
}

.comment-avatar {
	text-align: center;
	margin-bottom: 1rem;
}

@media (min-width: 480px) {
	.comment-avatar {
		margin-bottom: 0;
	}
}

.comment-avatar .avatar {
	border-radius: 50%;
}

.comment-avatar .name {
	font-size: 1.4rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}

.comment-avatar .name a {
	color: #292929;
}

.comment-avatar .name a:hover {
	color: #54e5b0;
}

.comment-body {
	position: relative;
}

.comment-body .comment-wrapper {
	position: relative;
	padding: 2.5rem;
	border: .1rem solid #efefef;
}

.comment-body .comment-head {
	font-size: 1.4rem;
	margin-bottom: 2.4rem;
}

.comment-body .comment-head a {
	color: #999;
}

@media (max-width: 479px) {
	.comment-body .comment-content {
		font-size: 1.6rem;
	}
}

.comment-body .comment-content p:last-of-type {
	margin-bottom: 0;
}

.comment-reply-link {
	font-size: 1.2rem;
	text-transform: uppercase;
	position: relative;
	top: auto;
	right: auto;
	display: inline-block;
	padding-top: 2rem;
	transition: color .2s ease-in-out;
	color: #999;
}

@media (min-width: 480px) {
	.comment-reply-link {
		position: absolute;
		top: 2.5rem;
		right: 2.5rem;
		padding-top: 0;
	}
}

.author-badge {
	font-size: 1.1rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
	margin-bottom: 2rem;
	padding: .4rem .6rem;
	color: #fff;
	background-color: #54e5b0;
}

@media (min-width: 480px) {
	.author-badge {
		margin-bottom: 0;
	}
}

.children .comment-respond,
.layout-2c-l .comment-respond {
	margin-top: 0;
}

@media (min-width: 601px) {
	.children .comment-respond,
	.layout-2c-l .comment-respond {
		margin-top: 6rem;
	}
}

.children .comment-form-author,
.children .comment-form-email,
.children .comment-form-url,
.layout-2c-l .comment-form-author,
.layout-2c-l .comment-form-email,
.layout-2c-l .comment-form-url {
	display: block;
	width: 100%;
}

/**
 * Comment form
 */
.comments-area {
	border-top: .1rem solid #292929;
	margin-bottom: 8.1rem;
	padding-top: 3.5rem;
}

@media (min-width: 801px) {
	.comments-area {
		margin-bottom: 2.7rem;
	}
}

.comment-notes {
	font-size: 1.4rem;
	font-style: italic;
	color: #999;
}

form.comment-form label {
	font-size: 1.2rem;
	font-weight: 600;
	display: block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

form.comment-form input[type='text'],
form.comment-form input[type='email'],
form.comment-form input[type='url'],
form.comment-form textarea {
	border-radius: 0;
	background-color: #fff;
	font-size: 1.6rem;
}

form.comment-form .comment-form-comment {
	clear: both;
}

@media (min-width: 500px) {
	form.comment-form .comment-form-author,
	form.comment-form .comment-form-email,
	form.comment-form .comment-form-url {
		float: left;
		width: 32%;
		margin-right: 2%;
	}
}

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

form.comment-form textarea {
	width: 100%;
}

form.comment-form .comment-form-url {
	margin-right: 0;
}

.required {
	color: #f00;
}

#cancel-comment-reply-link {
	font-family: 'Karla', sans-serif;
	font-size: 1.3rem;
}

#comment-nav-above {
	margin-bottom: 3rem;
}

.comment-navigation .nav-previous {
	display: inline;
	float: left;
}

.comment-navigation .nav-next {
	display: inline;
	float: right;
	text-align: right;
}

.comment-navigation a {
	color: #555;
}

/*------------------------------------*
	$MODULES
*------------------------------------*/
/**
 * Search bar
 */
.searchbar {
	position: absolute;
	top: 0;
	z-index: 9;
	width: 100%;
	display: none;
}

.searchbar .container {
	position: relative;
}

.searchbar .searchbar-field {
	background-color: #292929;
	width: 100%;
	border: 0;
	min-height: 7.5rem;
	color: #fff;
}

.searchbar .searchbar-field:focus {
	background-color: #292929;
}

.searchbar .search-close {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 4rem;
	border: 0;
	padding: 0;
	background-color: transparent;
	color: #fff;
	font-size: 2rem;
}

@media (min-width: 1170px) {
	.searchbar .search-close {
		right: 0;
	}
}

/**
 * Featured area
 */
.featured {
	margin-bottom: 10rem;
	margin-top: 7.5rem;
}

.callout-subscribe .featured {
	margin-bottom: 0;
}

.callout-posts .featured {
	margin-bottom: 5rem;
}

.featured-default {
	min-height: 45rem;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.featured-default .container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 45rem;
}

@media (min-width: 480px) {
	.featured-default .container {
		justify-content: flex-end;
	}
}

.featured-default-text {
	background-color: #fff;
	padding: 3rem 3rem;
	width: 30rem;
	height: 28rem;
	text-align: center;
	font-size: 16px;
}

@media (min-width: 600px) {
	.featured-default-text {
		padding: 3rem 3rem;
		width: 30rem;
		height: 28rem;
	}
}

@media (min-width: 800px) {
	.featured-default-text {
		width: 38.1rem;
		height: 32.4rem;
		padding: 4rem 4rem;
		font-size: 18px;
	}
}

.featured-default-text small {
	text-transform: uppercase;
}

.featured-default-text h3 {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

@media (min-width: 800px) {
	.featured-default-text h3 {
		font-size: 48px;
		margin-bottom: 3rem;
	}
}

.featured-default-text p {
	margin-bottom: 3.5rem;
}

.featured-default-text .button {
	font-weight: 400;
}

.featured-posts .owl-nav {
	margin-top: 0;
}

.featured-posts .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	margin: 0;
	background-color: rgba(44, 47, 48, .5);
	padding: 3rem 1rem;
}

.featured-posts .owl-nav [class*=owl-]:hover {
	background-color: #292929;
}

.featured-posts .owl-prev {
	left: .5rem;
}

.featured-posts .owl-next {
	right: .5rem;
}

/**
 * Subscribe
 */
.subscribe-box {
	background-color: #54e5b0;
	padding: 5rem 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 10rem;
}

.subscribe-box .container {
	width: 100%;
}

@media (min-width: 920px) {
	.subscribe-box .container {
		width: 80%;
	}
}

@media (min-width: 1120px) {
	.subscribe-box .container {
		width: 70%;
	}
}

@media (min-width: 1200px) {
	.subscribe-box .container {
		width: 60%;
	}
}

.subscribe-box .subscribe-icon {
	float: left;
	margin-right: 2.7rem;
	width: 25%;
	display: none;
}

@media (min-width: 700px) {
	.subscribe-box .subscribe-icon {
		display: inline-block;
	}
}

.subscribe-box .subscribe-icon .fa {
	color: #fff;
	font-size: 15.5rem;
}

@media (min-width: 700px) {
	.subscribe-box .subscribe-form-wrapper {
		float: right;
		width: 70%;
	}
}

.subscribe-box .subscribe-title {
	margin-bottom: .7rem;
}

.subscribe-box .subscribe-subtitle {
	font-size: 1.6rem;
	color: #555;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 2rem;
}

.subscribe-box form label {
	display: none;
}

.subscribe-box form p {
	display: inline-block;
	margin-bottom: 1rem;
	margin-right: 1rem;
}

@media (min-width: 800px) {
	.subscribe-box form p {
		margin-bottom: 0;
	}
}

.subscribe-box form input[type='text'],
.subscribe-box form input[type='email'] {
	border: 0;
	height: auto;
	padding: .9rem .9rem;
	font-size: 1.6rem;
	max-width: 18rem;
}

@media (min-width: 850px) {
	.subscribe-box form input[type='text'],
	.subscribe-box form input[type='email'] {
		max-width: 15rem;
	}
}

.subscribe-box form input[type='text']::-webkit-input-placeholder,
.subscribe-box form input[type='email']::-webkit-input-placeholder {
	font-size: 1.3rem;
	color: #b1b1b1;
}

.subscribe-box form input[type='text']::-moz-placeholder,
.subscribe-box form input[type='email']::-moz-placeholder {
	font-size: 1.3rem;
	color: #b1b1b1;
}

.subscribe-box form input[type='text']:-ms-input-placeholder,
.subscribe-box form input[type='email']:-ms-input-placeholder {
	font-size: 1.3rem;
	color: #b1b1b1;
}

.subscribe-box form input[type='text']:-moz-placeholder,
.subscribe-box form input[type='email']:-moz-placeholder {
	font-size: 1.3rem;
	color: #b1b1b1;
}

.subscribe-box form input[type='submit'],
.subscribe-box form button {
	border: 0;
	background-color: #292929;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
}

.subscribe-box form input[type='submit']:hover,
.subscribe-box form button:hover {
	background-color: #000;
}

/**
 * Posts in grid
 */
.posts-in-grid {
	text-align: center;
}

.posts-in-grid .posts-in-grid-title {
	text-align: left;
	font-size: 1.8rem;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-bottom: 4rem;
}

.posts-in-grid .posts-in-grid-title::after {
	content: '';
	border-bottom: .1rem solid #292929;
	width: 2.7rem;
	display: block;
	padding-top: .7rem;
}

.posts-in-grid .thumbnail-link {
	margin-bottom: 2rem;
}

.posts-in-grid .entry-title {
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 0;
	margin-top: .5rem;
}

/**
 * Callout Posts
 */
.callout.callout-posts {
	margin-bottom: 5rem;
}

.callout.callout-posts li {
	margin-bottom: 5rem;
}

@media (min-width: 600px) {
	.callout.callout-posts li {
		width: 48.275862069%;
		float: left;
		margin-right: 3.4482758621%;
	}
	.callout.callout-posts li:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.callout.callout-posts li {
		width: 22.4137931034%;
		float: left;
		margin-right: 3.4482758621%;
		margin-bottom: 0;
	}
	.callout.callout-posts li:nth-child(2n) {
		margin-right: 3.4482758621%;
		float: left;
	}
	.callout.callout-posts li:nth-child(4n) {
		float: right;
		margin-right: 0;
	}
}

/**
 * Post share
 */
.home .post-share {
	display: none;
}

@media (min-width: 480px) {
	.home .post-share {
		display: inline-block;
	}
}

@media (min-width: 480px) {
	.post-share {
		display: inline-block;
		float: right;
	}
}

.post-share li {
	display: inline-block;
}

.post-share li.facebook .fa {
	font-size: 1.65rem;
}

.post-share li.google-plus .fa {
	font-size: 1.6rem;
}

.post-share a {
	color: #292929;
	border: .3rem solid #292929;
	display: inline-block;
	width: 3.2rem;
	height: 3.2rem;
	text-align: center;
}

.post-share a:hover {
	background-color: #292929;
	color: #fff;
}

/**
 * Posts pagination
 */
.pagination {
	border-top: .2rem solid #292929;
	text-align: center;
	text-transform: uppercase;
	padding-top: 1.2rem;
	clear: both;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 2rem;
}

@media (min-width: 800px) {
	.pagination {
		margin-bottom: 0;
	}
}

.pagination .page-numbers {
	margin-right: .5rem;
	font-weight: 700;
	color: #292929;
	border: .3rem solid #292929;
	display: inline-block;
	min-width: 3.2rem;
	height: 3.2rem;
	text-align: center;
	margin-bottom: 1rem;
}

@media (min-width: 375px) {
	.pagination .page-numbers {
		margin-bottom: 0;
	}
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
	background-color: #292929;
	color: #fff !important;
}

.pagination .next {
	float: right;
	margin-right: 0;
	padding: 0 1rem;
}

.pagination .prev {
	float: left;
	margin-right: 0;
	padding: 0 1rem;
}

/**
 * Sidebar & Widgets
 */
.widget-area {
	margin-top: 7rem;
}

@media (min-width: 800px) {
	.widget-area {
		margin-top: 0;
	}
}

.widget {
	margin-bottom: 8rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.widget li {
	padding: .3rem 0;
}

.widget select {
	width: 100%;
	max-width: 100%;
	height: 3.6rem;
	padding: 1rem;
	border: .1rem solid #efefef;
	background-color: #fff;
}

.widget-title {
	text-transform: uppercase;
	font-size: 1.6rem;
	position: relative;
	margin-top: 0;
	margin-bottom: 2.5rem;
}

.widget-title::after {
	content: '';
	border-bottom: .1rem solid #292929;
	width: 2.7rem;
	display: block;
	padding-top: .7rem;
}

.ad-widget {
	text-align: center;
}

.ad-widget .widget-title {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .1rem;
	margin-bottom: 0;
	text-align: center;
	color: #ccc;
}

.ad-widget .widget-title::after {
	padding-top: 0;
	border-bottom: none;
}

@media (min-width: 375px) {
	.widget_archive li,
	.widget_categories li {
		text-align: right;
		float: left;
		width: 45%;
		margin-right: 5%;
	}
	.widget_archive li:nth-child(2n),
	.widget_categories li:nth-child(2n) {
		margin-right: 0;
	}
	.widget_archive a,
	.widget_categories a {
		float: left;
	}
}

.widget_tag_cloud a {
	line-height: 2.2rem;
	display: inline-block;
	margin-right: .5rem;
	margin-bottom: .5rem;
	padding: .2rem .8rem;
	letter-spacing: .1rem;
	text-transform: uppercase;
	color: #fff;
	border-radius: .2rem;
	background-color: #54e5b0;
	font-weight: 600;
}

.widget_tag_cloud a:visited {
	color: #fff;
}

.widget_tag_cloud a:hover {
	background-color: #292929;
	color: #fff;
}

.posts-thumbnail-widget li {
	overflow: hidden;
	padding: 1.5rem 0;
	line-height: 2rem;
}

.posts-thumbnail-widget .post-title {
	display: block;
	font-family: 'Montserrat', sans-serif;
	color: #292929;
	font-weight: 600;
	margin-bottom: 1rem;
}

.posts-thumbnail-widget .post-title:hover {
	color: #54e5b0;
}

@media (min-width: 375px) {
	.posts-thumbnail-widget .thumbnail-link {
		float: left;
		max-width: 8rem;
		margin-right: 1.35rem;
		margin-bottom: 0;
	}
}

.posts-thumbnail-widget .entry-thumbnail {
	display: block;
}

.widget_social_icons a {
	display: inline-block;
	margin: 3px 0 6px;
	width: 47px;
	height: 47px;
	position: relative;
	text-align: center;
	background-color: #54e5b0;
	color: #fff;
	line-height: 48px;
	opacity: 1;
	border-radius: 4px;
	font-size: 18px;
}

@media (min-width: 1025px) {
	.widget_social_icons a {
		margin: 4px 4px 6px 4px;
	}
}

.widget_social_icons a:hover,
.widget_social_icons a:visited {
	color: #fff;
}

.widget_social_icons a.facebook {
	background-color: #3b5998;
}

.widget_social_icons a.twitter {
	background-color: #55acee;
}

.widget_social_icons a.gplus {
	background-color: #dc4e41;
}

.widget_social_icons a.instagram {
	background-color: #3f729b;
}

.widget_social_icons a.pinterest {
	background-color: #bd081c;
}

.widget_social_icons a.linkedin {
	background-color: #0077b5;
}

.widget_social_icons a.behance {
	background-color: #1769ff;
}

.widget_social_icons a.dribbble {
	background-color: #ea4c89;
}

.widget_social_icons a.github {
	background-color: #4078c0;
}

.widget_social_icons a.codepen {
	background-color: #333;
}

.widget_social_icons a.rss {
	background-color: #f26522;
}

.widget_social_icons a.tumblr {
	background-color: #35465c;
}

.widget_pages .children {
	margin-left: 1.5em;
}

.widget_nav_menu .sub-menu {
	margin-left: 1.5em;
}

.widget_mc4wp_form_widget {
	border: .5rem solid #292929;
	text-align: center;
	outline: .5rem solid #292929;
	outline-offset: .1rem;
	margin-left: .56rem;
	margin-right: .56rem;
	padding: 3rem;
	font-size: 1.8rem;
}

.widget_mc4wp_form_widget .widget-title {
	font-size: 2.4rem;
	margin-bottom: 3rem;
}

.widget_mc4wp_form_widget .widget-title::after {
	padding-top: 0;
	border-bottom: none;
}

.widget_mc4wp_form_widget p:nth-last-of-type(2) {
	margin-bottom: 1rem;
}

.widget_mc4wp_form_widget p:nth-last-of-type(1) {
	margin-bottom: 0;
}

.widget_mc4wp_form_widget label {
	display: none;
}

.widget_mc4wp_form_widget input {
	width: 100%;
}

.widget_mc4wp_form_widget input[type='email']::-webkit-input-placeholder,
.widget_mc4wp_form_widget input[type='text']::-webkit-input-placeholder {
	text-align: center;
	color: #ccc;
	font-weight: 400;
	font-family: 'Karla', sans-serif;
}

.widget_mc4wp_form_widget input[type='email']::-moz-placeholder,
.widget_mc4wp_form_widget input[type='text']::-moz-placeholder {
	text-align: center;
	color: #ccc;
	font-weight: 400;
	font-family: 'Karla', sans-serif;
}

.widget_mc4wp_form_widget input[type='email']:-ms-input-placeholder,
.widget_mc4wp_form_widget input[type='text']:-ms-input-placeholder {
	text-align: center;
	color: #ccc;
	font-weight: 400;
	font-family: 'Karla', sans-serif;
}

.widget_mc4wp_form_widget input[type='email']:-moz-placeholder,
.widget_mc4wp_form_widget input[type='text']:-moz-placeholder {
	text-align: center;
	color: #ccc;
	font-weight: 400;
	font-family: 'Karla', sans-serif;
}

.widget_mc4wp_form_widget input[type='submit'] {
	background-color: #292929;
	color: #fff;
	padding: 1.3rem 3rem;
	font-size: 1.2rem;
}

@media (min-width: 375px) {
	.widget_mc4wp_form_widget input[type='submit'] {
		font-size: inherit;
	}
}

.widget_mc4wp_form_widget input[type='submit']:hover {
	background-color: transparent;
	color: #292929;
}

/**
 * Social Links
 */
.social-links {
	text-align: center;
	background-color: #54e5b0;
	padding: 2.2rem 0;
}

.social-links li {
	display: inline-block;
	padding: 0;
	margin-right: 2rem;
	margin-bottom: 2rem;
}

@media (min-width: 600px) {
	.social-links li {
		margin-right: 6rem;
	}
}

@media (min-width: 801px) {
	.social-links li {
		margin-bottom: 0;
	}
}

@media (min-width: 1170px) {
	.social-links li {
		margin-right: 8rem;
	}
}

.social-links li:last-child {
	margin-right: 0;
}

.social-links a {
	display: inline-block;
	color: #292929;
	font-weight: 400;
	font-size: 1.6rem;
}

.social-links a::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
	content: '\f2b4';
	margin-right: 1rem;
}

.social-links a:visited {
	color: #292929;
}

.social-links a:hover {
	color: #fff;
}

.social-links a[href*='twitter.com']::before {
	content: '\f099';
}

.social-links a[href*='facebook.com']::before {
	content: '\f230';
}

.social-links a[href*='instagram.com']::before {
	content: '\f16d';
}

.social-links a[href*='plus.google.com']::before {
	content: '\f0d5';
}

.social-links a[href*='pinterest.com']::before {
	content: '\f0d2';
}

.social-links a[href*='linkedin.com']::before {
	content: '\f08c';
}

.social-links a[href*='dribbble.com']::before {
	content: '\f17d';
}

.social-links a[href*='codepen.io']::before {
	content: '\f1cb';
}

.social-links a[href*='flickr.com']::before {
	content: '\f16e';
}

.social-links a[href*='github.com']::before {
	content: '\f09b';
}

.social-links a[href*='medium.com']::before {
	content: '\f23a';
}

.social-links a[href*='reddit.com']::before {
	content: '\f1a1';
}

.social-links a[href*='wordpress.com']::before,
.social-links a[href*='wordpress.org']::before {
	content: '\f19a';
}

.social-links a[href*='vimeo.com']::before {
	content: '\f27d';
}

.social-links a[href*='youtube.com']::before {
	content: '\f166';
}

.social-links a[href*='snapchat.com']::before {
	content: '\f2ac';
}

.social-links a[href*='/feed']::before,
.social-links a[href*='feedburner.com']::before {
	content: '\f09e';
}

.social-links a[href*='mailto']::before {
	content: '\f003';
}

/**
 * Page Header: archive
 */
.page-header {
	background-color: #54e5b0;
	text-align: center;
	margin-bottom: 8rem;
	padding: 12.5rem 0;
	margin-top: 7.5rem;
}

.home .page-header {
	margin-top: 0;
}

.home .page-header::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(41, 41, 41, .3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.featured-posts .page-header {
	padding-top: 0;
	margin-bottom: 0;
}

.single .page-header,
.home .page-header {
	min-height: 40rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media (min-width: 480px) {
	.single .page-header,
	.home .page-header {
		min-height: 45rem;
	}
}

.has-featured-image .page-header {
	position: relative;
}

.has-featured-image .page-header::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(41, 41, 41, .3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.has-featured-image .page-header .page-title,
.has-featured-image .page-header .cat-link,
.has-featured-image .page-header .entry-meta {
	position: relative;
	z-index: 1;
}

.page-header .page-title {
	margin: 0;
	font-size: 2rem;
	line-height: 2.8rem;
	color: #fff;
	display: inline-block;
}

@media (min-width: 480px) {
	.page-header .page-title {
		font-size: 3rem;
		line-height: 4rem;
	}
}

@media (min-width: 600px) {
	.page-header .page-title {
		font-size: 3.8rem;
		line-height: 4.8rem;
	}
}

@media (min-width: 700px) {
	.page-header .page-title {
		font-size: 4.2rem;
	}
}

.page-header .page-title span {
	background-color: #292929;
	color: #fff;
	padding: .1rem .5rem;
	text-transform: capitalize;
}

.page .page-header .page-title {
	text-transform: uppercase;
	letter-spacing: .1rem;
}

.single .page-header .page-title,
.home .page-header .page-title {
	margin: 0 auto 2.5rem;
}

@media (min-width: 920px) {
	.single .page-header .page-title,
	.home .page-header .page-title {
		width: 65%;
	}
}

.home .page-header .page-title {
	position: relative;
	z-index: 1;
}

.home .page-header .page-title a {
	color: #fff;
}

.home .page-header .page-title a:hover {
	color: #54e5b0;
}

.page-header .cat-link {
	display: block;
	margin-bottom: 1.5rem;
}

.page-header .cat-link a {
	color: #fff;
}

.page-header .cat-link a:hover {
	color: #54e5b0;
}

.home .page-header .cat-link {
	position: relative;
	z-index: 1;
}

.page-header .entry-meta {
	color: #fff;
}

.page-header .entry-meta a {
	color: #fff;
}

.page-header .entry-meta a:hover {
	color: #54e5b0;
}

.home .page-header .entry-meta {
	position: relative;
	z-index: 1;
}

.page-description {
	width: 60%;
	margin: 2rem auto 0;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.page-description p {
	margin-bottom: 0;
}

/**
 * Author box
 */
.author-bio {
	margin-bottom: 5rem;
	border-bottom: .1rem solid #292929;
	padding-bottom: 5rem;
	text-align: center;
}

.author-bio .avatar {
	border-radius: 50%;
}

.author-bio .name {
	font-size: 1.6rem;
	margin-top: .5rem;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

@media (min-width: 480px) {
	.author-bio .name {
		font-size: 1.8rem;
	}
}

.author-bio .name a {
	color: #292929;
}

.author-bio .name a:hover {
	color: #54e5b0;
}

.author-bio .author-social-links {
	text-align: center;
}

.author-bio .author-social-links a {
	display: inline-block;
	color: #bbb;
	margin-right: 1.4rem;
}

.author-bio .author-social-links a:hover {
	color: #292929;
}

/**
 * Related articles
 */
.related-posts {
	margin-bottom: 2.5rem;
}

.related-posts li {
	margin-bottom: 5rem;
	position: relative;
}

@media (min-width: 700px) {
	.related-posts li {
		width: 47.3684210526%;
		float: left;
		margin-right: 5.2631578947%;
	}
	.related-posts li:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
}

.related-posts li:nth-child(2n+1) {
	clear: right;
}

/**
 * Popup
 */
.mfp-container .mfp-content .mfp-figure button:hover {
	background-color: transparent;
}

/**
 * Contact form 7
 */
.wpcf7-form textarea {
	width: 100%;
}

/*------------------------------------*
	$ARCHIVES
*------------------------------------*/
/**
 * The archive and search page
 */
.archive .site-content article:not(.default-blog-layout),
.search .site-content article:not(.default-blog-layout),
.layout-2c-l-l .site-content article:not(.default-blog-layout),
.layout-2c-r-l .site-content article:not(.default-blog-layout),
.layout-1c-l .site-content article:not(.default-blog-layout),
.layout-1c-n-l .site-content article:not(.default-blog-layout) {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 6.5rem;
}

@media (min-width: 600px) {
	.archive .site-content article:not(.default-blog-layout) .thumbnail-link,
	.search .site-content article:not(.default-blog-layout) .thumbnail-link,
	.layout-2c-l-l .site-content article:not(.default-blog-layout) .thumbnail-link,
	.layout-2c-r-l .site-content article:not(.default-blog-layout) .thumbnail-link,
	.layout-1c-l .site-content article:not(.default-blog-layout) .thumbnail-link,
	.layout-1c-n-l .site-content article:not(.default-blog-layout) .thumbnail-link {
		width: 34.2105263158%;
		float: left;
		margin-right: 5.2631578947%;
	}
}

.archive .site-content article:not(.default-blog-layout) .entry-header,
.search .site-content article:not(.default-blog-layout) .entry-header,
.layout-2c-l-l .site-content article:not(.default-blog-layout) .entry-header,
.layout-2c-r-l .site-content article:not(.default-blog-layout) .entry-header,
.layout-1c-l .site-content article:not(.default-blog-layout) .entry-header,
.layout-1c-n-l .site-content article:not(.default-blog-layout) .entry-header {
	text-align: left;
	line-height: 1rem;
	margin-bottom: 2rem;
}

.archive .site-content article:not(.default-blog-layout) h2.entry-title,
.search .site-content article:not(.default-blog-layout) h2.entry-title,
.layout-2c-l-l .site-content article:not(.default-blog-layout) h2.entry-title,
.layout-2c-r-l .site-content article:not(.default-blog-layout) h2.entry-title,
.layout-1c-l .site-content article:not(.default-blog-layout) h2.entry-title,
.layout-1c-n-l .site-content article:not(.default-blog-layout) h2.entry-title {
	font-size: 2.4rem;
	line-height: 3rem;
	margin-bottom: 0;
}

.archive .site-content article:not(.default-blog-layout) .entry-summary,
.search .site-content article:not(.default-blog-layout) .entry-summary,
.layout-2c-l-l .site-content article:not(.default-blog-layout) .entry-summary,
.layout-2c-r-l .site-content article:not(.default-blog-layout) .entry-summary,
.layout-1c-l .site-content article:not(.default-blog-layout) .entry-summary,
.layout-1c-n-l .site-content article:not(.default-blog-layout) .entry-summary {
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 0;
}

.archive .site-content article:not(.default-blog-layout) .entry-summary p,
.search .site-content article:not(.default-blog-layout) .entry-summary p,
.layout-2c-l-l .site-content article:not(.default-blog-layout) .entry-summary p,
.layout-2c-r-l .site-content article:not(.default-blog-layout) .entry-summary p,
.layout-1c-l .site-content article:not(.default-blog-layout) .entry-summary p,
.layout-1c-n-l .site-content article:not(.default-blog-layout) .entry-summary p {
	margin-bottom: 1rem;
}

.archive .site-content article:not(.default-blog-layout) .more-link,
.search .site-content article:not(.default-blog-layout) .more-link,
.layout-2c-l-l .site-content article:not(.default-blog-layout) .more-link,
.layout-2c-r-l .site-content article:not(.default-blog-layout) .more-link,
.layout-1c-l .site-content article:not(.default-blog-layout) .more-link,
.layout-1c-n-l .site-content article:not(.default-blog-layout) .more-link {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #292929;
}

@media (min-width: 600px) {
	.archive .entry-right,
	.search .entry-right,
	.layout-2c-l-l .entry-right,
	.layout-2c-r-l .entry-right,
	.layout-1c-l .entry-right,
	.layout-1c-n-l .entry-right {
		width: 60.5263157895%;
		float: right;
		margin-right: 0;
	}
}

/*# sourceMappingURL=style.css.map */
