/*
Theme Name: Mono
Theme URI: https://codestag.com/themes/mono/
Author: Codestag
Author URI: https://codestag.com
Description: Mono is a modular WordPress blogging theme with features like Widgetized homepage and unique post layouts. It has been designed with flexibility in mind, using our <strong>widgetized page</strong> technique, which means that you can create pages with widget-powered layouts, thanks to the built-in custom section widgets that are provided.
 * Version:     1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mono
Tags: custom-background, custom-colors, custom-menu, featured-images, full-width-template, one-column, sticky-post, theme-options, translation-ready

Mono WordPress Theme, Copyright (C) 2016 Codestag.
Mono is distributed under the terms of the GNU GPL.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*---------------------------------------------------------
 Contents (_contents.scss)
-----------------------------------------------------------
1. Code notes
2. Reset (Normalize)
3. Structure
4. Elements
5. Media and classes
6. Posts
7. Pages
8. Widgets
9. Comments
10. Forms and buttons
11. Browser support
-------------------------------------------------------- */

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
	font-family: sans-serif;
	/* 2 */

	-webkit-text-size-adjust: 100%;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	/* 1 */
	display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
	outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	color: #000;
	background-color: #ff0;
}

/**
 * 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 {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
	font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
	font-weight: bold;
}

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
	/* 1 */
	margin: 0;
}

/**
 * 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;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
	cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

/**
 * 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 {
	/* 2 */
	display: table;
	box-sizing: border-box;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 1 */
	color: inherit;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.grid {
	margin-left: -20px;
	list-style: none;
}

.grid__col--2-of-2,
.grid__col--3-of-3,
.grid__col--4-of-4,
.grid__col--5-of-5,
.grid__col--6-of-6,
.grid__col--8-of-8,
.grid__col--12-of-12 {
	width: 100%;
}

.grid__col--1-of-2,
.grid__col--2-of-4,
.grid__col--3-of-6,
.grid__col--4-of-8,
.grid__col--6-of-12 {
	width: 50%;
}

.grid__col--1-of-3,
.grid__col--2-of-6,
.grid__col--4-of-12 {
	width: 33.33333%;
}

.grid__col--2-of-3,
.grid__col--4-of-6,
.grid__col--8-of-12 {
	width: 66.66667%;
}

.grid__col--1-of-4,
.grid__col--2-of-8,
.grid__col--3-of-12 {
	width: 25%;
}

.grid__col--3-of-4,
.grid__col--6-of-8,
.grid__col--9-of-12 {
	width: 75%;
}

.grid__col--push-2-of-2,
.grid__col--push-3-of-3,
.grid__col--push-4-of-4,
.grid__col--push-5-of-5,
.grid__col--push-6-of-6,
.grid__col--push-8-of-8,
.grid__col--push-12-of-12 {
	margin-left: 100%;
}

.grid__col--push-1-of-2,
.grid__col--push-2-of-4,
.grid__col--push-3-of-6,
.grid__col--push-4-of-8,
.grid__col--push-6-of-12 {
	margin-left: 50%;
}

.grid__col--push-1-of-3,
.grid__col--push-2-of-6,
.grid__col--push-4-of-12 {
	margin-left: 33.33333%;
}

.grid__col--push-2-of-3,
.grid__col--push-4-of-6,
.grid__col--push-8-of-12 {
	margin-left: 66.66667%;
}

.grid__col--push-1-of-4,
.grid__col--push-2-of-8,
.grid__col--push-3-of-12 {
	margin-left: 25%;
}

.grid__col--push-3-of-4,
.grid__col--push-6-of-8,
.grid__col--push-9-of-12 {
	margin-left: 75%;
}

.grid__col--pull-2-of-2,
.grid__col--pull-3-of-3,
.grid__col--pull-4-of-4,
.grid__col--pull-5-of-5,
.grid__col--pull-6-of-6,
.grid__col--pull-8-of-8,
.grid__col--pull-12-of-12 {
	margin-left: -100%;
}

.grid__col--pull-1-of-2,
.grid__col--pull-2-of-4,
.grid__col--pull-3-of-6,
.grid__col--pull-4-of-8,
.grid__col--pull-6-of-12 {
	margin-left: -50%;
}

.grid__col--pull-1-of-3,
.grid__col--pull-2-of-6,
.grid__col--pull-4-of-12 {
	margin-left: -33.33333%;
}

.grid__col--pull-2-of-3,
.grid__col--pull-4-of-6,
.grid__col--pull-8-of-12 {
	margin-left: -66.66667%;
}

.grid__col--pull-1-of-4,
.grid__col--pull-2-of-8,
.grid__col--pull-3-of-12 {
	margin-left: -25%;
}

.grid__col--pull-3-of-4,
.grid__col--pull-6-of-8,
.grid__col--pull-9-of-12 {
	margin-left: -75%;
}

.grid__col--1-of-5 {
	width: 20%;
}

.grid__col--push-1-of-5 {
	margin-left: 20%;
}

.grid__col--pull-1-of-5 {
	margin-left: -20%;
}

.grid__col--2-of-5 {
	width: 40%;
}

.grid__col--push-2-of-5 {
	margin-left: 40%;
}

.grid__col--pull-2-of-5 {
	margin-left: -40%;
}

.grid__col--3-of-5 {
	width: 60%;
}

.grid__col--push-3-of-5 {
	margin-left: 60%;
}

.grid__col--pull-3-of-5 {
	margin-left: -60%;
}

.grid__col--4-of-5 {
	width: 80%;
}

.grid__col--push-4-of-5 {
	margin-left: 80%;
}

.grid__col--pull-4-of-5 {
	margin-left: -80%;
}

.grid__col--1-of-6 {
	width: 16.66667%;
}

.grid__col--push-1-of-6 {
	margin-left: 16.66667%;
}

.grid__col--pull-1-of-6 {
	margin-left: -16.66667%;
}

.grid__col--5-of-6 {
	width: 83.33333%;
}

.grid__col--push-5-of-6 {
	margin-left: 83.33333%;
}

.grid__col--pull-5-of-6 {
	margin-left: -83.33333%;
}

.grid__col--1-of-8 {
	width: 12.5%;
}

.grid__col--push-1-of-8 {
	margin-left: 12.5%;
}

.grid__col--pull-1-of-8 {
	margin-left: -12.5%;
}

.grid__col--3-of-8 {
	width: 37.5%;
}

.grid__col--push-3-of-8 {
	margin-left: 37.5%;
}

.grid__col--pull-3-of-8 {
	margin-left: -37.5%;
}

.grid__col--5-of-8 {
	width: 62.5%;
}

.grid__col--push-5-of-8 {
	margin-left: 62.5%;
}

.grid__col--pull-5-of-8 {
	margin-left: -62.5%;
}

.grid__col--7-of-8 {
	width: 87.5%;
}

.grid__col--push-7-of-8 {
	margin-left: 87.5%;
}

.grid__col--pull-7-of-8 {
	margin-left: -87.5%;
}

.grid__col--1-of-12 {
	width: 8.33333%;
}

.grid__col--push-1-of-12 {
	margin-left: 8.33333%;
}

.grid__col--pull-1-of-12 {
	margin-left: -8.33333%;
}

.grid__col--2-of-12 {
	width: 16.66667%;
}

.grid__col--push-2-of-12 {
	margin-left: 16.66667%;
}

.grid__col--pull-2-of-12 {
	margin-left: -16.66667%;
}

.grid__col--5-of-12 {
	width: 41.66667%;
}

.grid__col--push-5-of-12 {
	margin-left: 41.66667%;
}

.grid__col--pull-5-of-12 {
	margin-left: -41.66667%;
}

.grid__col--7-of-12 {
	width: 58.33333%;
}

.grid__col--push-7-of-12 {
	margin-left: 58.33333%;
}

.grid__col--pull-7-of-12 {
	margin-left: -58.33333%;
}

.grid__col--10-of-12 {
	width: 83.33333%;
}

.grid__col--push-10-of-12 {
	margin-left: 83.33333%;
}

.grid__col--pull-10-of-12 {
	margin-left: -83.33333%;
}

.grid__col--11-of-12 {
	width: 91.66667%;
}

.grid__col--push-11-of-12 {
	margin-left: 91.66667%;
}

.grid__col--pull-11-of-12 {
	margin-left: -91.66667%;
}

.grid__col {
	display: inline-block;
	min-height: 1px;
	margin-right: -0.25em;
	padding-left: 20px;
	vertical-align: top;
}

@media (max-width: 700px) {
	.grid__col {
		display: block;
		width: auto;
		margin-right: 0;
		margin-left: 0;
	}
}

@media (max-width: 700px) and (min-width: 480px) {
	.grid__col[class*="grid__col--m-"] {
		display: inline-block;
		margin-right: -0.24em;
	}

	.grid__col.grid__col--m-1-of-2,
	.grid__col.grid__col--m-2-of-4 {
		width: 50%;
	}

	.grid__col.grid__col--m-1-of-3 {
		width: 33.33333%;
	}

	.grid__col.grid__col--m-2-of-3 {
		width: 66.66667%;
	}

	.grid__col.grid__col--m-1-of-4 {
		width: 25%;
	}

	.grid__col.grid__col--m-3-of-4 {
		width: 75%;
	}
}

@media (max-width: 480px) {
	.grid__col[class*="grid__col--s-"] {
		display: inline-block;
		margin-right: -0.24em;
	}

	.grid__col.grid__col--s-1-of-2,
	.grid__col.grid__col--s-2-of-4 {
		width: 50%;
	}

	.grid__col.grid__col--s-1-of-3 {
		width: 33.33333%;
	}

	.grid__col.grid__col--s-2-of-3 {
		width: 66.66667%;
	}

	.grid__col.grid__col--s-1-of-4 {
		width: 25%;
	}

	.grid__col.grid__col--s-3-of-4 {
		width: 75%;
	}
}

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

.grid__col--d-first {
	float: left;
}

.grid__col--d-last {
	float: right;
}

.grid--no-gutter {
	width: 100%;
	margin-left: 0;
}

.grid--no-gutter .grid__col {
	padding-left: 0;
}

.grid--no-gutter .grid__col--span-all {
	width: 100%;
	margin-left: 0;
}

.grid__col--ab {
	vertical-align: bottom;
}

.grid__col--am {
	vertical-align: middle;
}


/*---------------------------------------------------------
 Extends (_preboot.scss)
-------------------------------------------------------- */

.clear,
.site-header,
.site-header .container,
.entry-content,
.posts-navigation,
.comments-header,
.mono_static_content .entry-content,
.title-wrap,
.mono_custom_recent_posts li {
	zoom: 1;
}

.clear:before,
.site-header:before,
.site-header .container:before,
.entry-content:before,
.posts-navigation:before,
.comments-header:before,
.mono_static_content .entry-content:before,
.title-wrap:before,
.mono_custom_recent_posts li:before,
.clear:after,
.site-header:after,
.site-header .container:after,
.entry-content:after,
.posts-navigation:after,
.comments-header:after,
.mono_static_content .entry-content:after,
.title-wrap:after,
.mono_custom_recent_posts li:after {
	display: table;
	content: "";
}

.clear:after,
.site-header:after,
.site-header .container:after,
.entry-content:after,
.posts-navigation:after,
.comments-header:after,
.mono_static_content .entry-content:after,
.title-wrap:after,
.mono_custom_recent_posts li:after {
	clear: both;
}

.break {
	word-wrap: break-word;
	word-break: break-word;
}

.visuallyhidden,
.screen-reader-text {
	overflow: hidden;
	clip: rect(0 0 0 0);
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.visuallyhidden.focusable:active,
.focusable.screen-reader-text:active,
.visuallyhidden.focusable:focus,
.focusable.screen-reader-text:focus {
	overflow: visible;
	clip: auto;
	position: static;
	width: auto;
	height: auto;
	margin: 0;
}

.mono-embed-wrapper,
.entry-content > div.wp-video {
	width: 100%;
	max-width: 100%;
}

form:not(.comment-form) {
	padding: 30px 40px;
	background: #f8f8f8;
}

.site-footer form:not(.comment-form) {
	padding: 0;
	background: none;
}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="search"],
textarea {
	width: 100%;
	padding: 12px;
	border: none;
	border: 1px solid #ebebeb;
	outline: none;
	background: #fff;
}

button,
.button,
.twitter-follow-button,
.instagram-follow-link,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	width: auto;
	margin: 0;
	padding: 12px 12px;
	border: none;
	border-radius: 3px;
	color: #fff;
	background: transparent;
	box-shadow: none;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	-webkit-transition: 300ms ease all;
	-moz-transition: 300ms ease all;
	-o-transition: 300ms ease all;
	transition: 300ms ease all;
}

button:hover,
.button:hover,
.twitter-follow-button:hover,
.instagram-follow-link:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	opacity: 0.8;
	color: #fff;
}

.stag-button {
	text-decoration: none !important;
}

.comment-respond-wrap,
fieldset {
	padding: 50px 0;
	background: #f8f8f8;
}

.comments-area p {
	margin-top: 0;
	margin-bottom: 20px;
}

.comments-area .container {
	max-width: 810px;
}

@media screen and (min-width: 768px) {
	.comment-form-author,
	.comment-form-email {
		display: inline-block;
		width: 48.5%;
		margin-right: -0.25%;
	}

	.comment-form-email {
		margin-left: 2%;
	}
}

.comments-area .comment-reply-title {
	margin: 0 0 20px;
}

.comments-area label {
	display: block;
	padding: 0 0 15px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.comments-area input.comments-submit {
	width: auto;
	margin: 0;
	padding: 12px 50px;
	border: 2px solid #1e1f22;
	color: #1e1f22;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

.contact-form {
	margin-top: 40px;
	margin-bottom: -50px;
}

.contact-form > div {
	margin-bottom: 10px;
}

.contact-form textarea,
.contact-form input:not([type=submit]) {
	width: 100% !important;
}

body {
	margin: 0;
}

.grid {
	margin-left: -20px;
	list-style: none;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	color: #000;
	background-color: #edecea;
	font-size: 19px;
	font-size: 1.9rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
	font-family: "Roboto", Arial, sans-serif;
	line-height: 1.6;
}

@media screen and (min-width: 600px) {
	body,
	button,
	input,
	select,
	textarea {
		line-height: 1.5;
	}
}

a {
	text-decoration: none;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

a:hover {
	color: inherit;
}

ul,
ol,
dl,
p,
iframe,
details,
address,
.vcard,
figure,
pre,
fieldset,
table,
dt,
dd,
hr,
.alert {
	margin-bottom: 13px;
	margin-bottom: 1.3rem;
}

address {
	font-style: normal;
}

abbr[title] {
	font-style: italic;
	text-decoration: none;
}

code,
input,
textarea {
	font: inherit;
}

em {
	font-weight: bold;
}

ins {
	display: inline-block;
	height: 26px;
	padding: 0 8px;
	background: #fff9c0;
	line-height: 26px;
	text-decoration: none;
}

pre {
	font-size: 16px;
	white-space: pre-wrap;
}

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

.site {
	max-width: 1500px;
	margin: 0 auto;
	background: #fff;
}

.container {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}

.space-10,
.space-20,
.space-30,
.space-40,
.space-50,
.space-60,
.space-90 {
	display: block;
	height: 10px;
	padding: 10px 0;
}

.space-90 {
	height: 90px;
}

.space-40 {
	height: 40px;
}

.space-20 {
	height: 20px;
}

.space-30 {
	height: 30px;
}

.space-50 {
	height: 50px;
}

.space-60 {
	height: 60px;
}

.divider {
	display: block;
	height: 2px;
	background: #000;
}

.clear,
.site-header,
.site-header .container,
.entry-content,
.posts-navigation,
.comments-header,
.mono_static_content .entry-content,
.title-wrap,
.mono_custom_recent_posts li {
	clear: both;
}

.margin-t0 {
	margin-top: 0 !important;
}

.padd-b0 {
	padding-bottom: 0 !important;
}

/* -------- Header Styles ---*/
.site-header {
	display: block;
	position: relative;
}

.site-branding {
	float: left;
	padding: 10px 0;
}

.site-title-wrap {
	display: inline-block;
	vertical-align: middle;
}

.site-title {
	margin: 0;
}

.custom-logo-link {
	display: inline-block;
	vertical-align: middle;
}

.custom-logo-link + .site-title-wrap {
	margin-left: 10px;
}

.site-title a {
	color: inherit;
}

.site-title + .site-description {
	display: block;
}

.site-description {
	margin: 0;
	color: #1c2220;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
	vertical-align: middle;
}

.site-branding:after,
.stag-logo:after,
nav.main-navigation > ul:after,
nav.social-links > ul:after,
.nav-sec:after {
	display: block;
	clear: both;
	content: "";
}

.nav-sec {
	float: right;
	width: 70%;
}

nav.main-navigation {
	display: inline-block;
	float: right;
	text-align: right;
}

nav.social-links {
	display: inline-block;
	float: right;
	padding: 0 10px;
}

ul.primary-menu,
ul.social-menu {
	position: relative;
	margin: 34px 0;
	padding: 0;
	list-style-type: none;
}

ul.primary-menu {
	margin: 0;
}

ul.primary-menu li {
	margin: 0 15px 0;
	padding: 35px 0;
	border-top: 3px solid transparent;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

ul.primary-menu li:hover,
ul.primary-menu li.current-menu-item {
	border-top-color: #000;
}

ul.primary-menu li,
ul.social-menu li {
	display: inline-block;
	text-align: right;
}

ul.primary-menu li a,
ul.social-menu li a {
	padding: 0 5px;
	color: #1c2220;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.278;
	text-decoration: none;
}

ul.primary-menu li a:hover,
ul.social-menu li a:hover {
	color: #000;
}

ul.social-menu li a {
	padding: 0 10px;
	font-size: 25px;
	font-size: 2.5rem;
}

ul.primary-menu li ul a {
	color: #909090;
}

nav.main-navigation ul.primary-menu li ul {
	visibility: hidden;
	position: absolute;
	z-index: 100;
	top: 100%;
	min-width: 240px;
	margin: 0;
	padding: 20px;
	opacity: 0;
	background: #fff;
	list-style-type: none;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

nav.main-navigation ul.primary-menu li ul li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}

.main-navigation .sub-menu {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
}

.main-navigation .sub-menu li + li {
	margin-top: 20px !important;
}

nav.main-navigation ul.primary-menu li ul li a {
	display: inline-block;
	font-weight: 400;
}

ul.primary-menu li ul li a:hover {
	color: #000;
}

nav.main-navigation ul.primary-menu li:hover > ul {
	visibility: visible;
	opacity: 1;
}

nav.main-navigation ul.primary-menu li ul li ul {
	top: -20px;
	left: 100%;
	left: calc(100% + 20px);
}

button#trigger-overlay,
button.overlay-close {
	display: none;
	float: right;
	height: 50px;
	margin: 25px 0;
	padding: 0 15px;
	border: 2px solid #1e1f22;
	outline: none;
	color: #1c2220;
	background: none;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

/*Banner Section*/
.post-cover {
	position: relative;
	padding: 160px 0;
	background-position: center;
	background-size: cover;
}

.post-cover .inner-container {
	max-width: 750px;
}

.post-cover:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.43);
	content: "";
}

.post-cover .entry-title {
	margin-top: 40px;
	color: white;
	font-size: 85px;
	font-size: 8.5rem;
	font-weight: bold;
	line-height: 1.1;
}

.post-cover .entry-subtitle {
	display: block;
	margin: 0 auto;
}

.post-cover.blog-banner {
	background: url(../images/post_cover.jpg) no-repeat left top;
	background-size: cover;
}

.post-cover .entry-subtitle {
	color: white;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.5;
}

.post-meta {
	color: white;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 2;
	text-transform: uppercase;
}

.post-meta > span:after {
	display: inline-block;
	padding-right: 3px;
	padding-left: 5px;
	content: "/";
}

.post-meta > span:last-child:after {
	display: none;
}

/* Trending Section */
section.stag-section.trend-sec {
	position: relative;
	padding: 75px 0;
	background: url(../images/trend_sec_bg.jpg) no-repeat right top;
	background-size: cover;
}

section.stag-section.trend-sec.trend-bg2 {
	background: url(../images/trend_sec_bg2.jpg) no-repeat left top;
	background-size: cover;
}

section.stag-section.trend-sec:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	content: "";
}

section.stag-section.trend-sec.trend-bg2:before {
	display: none;
}

h3.sec-title {
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 3;
	text-transform: uppercase;
}

.post-content h2.post-title {
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
}

section.feat-post-sec h2.post-title {
	margin: 15px 0;
	font-size: 32px;
	font-size: 3.2rem;
}

p.post-desc {
	color: #f9f8f6;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 300;
	line-height: 1.35;
}

/* Latest Post Section */
section.lat-post-sec,
section.feat-post-sec {
	padding: 60px 0 0;
}

section.lat-post-sec h3.sec-title,
section.feat-post-sec h3.sec-title,
.comments-title {
	display: inline-block;
	float: left;
	width: 50%;
	margin: 0;
	color: #1c2220;
	line-height: 42px;
}

.post-thumbnail {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 32px;
}

.post-thumbnail img {
	width: 100%;
}

.post-thumbnail a {
	display: block;
	position: relative;
}

.post-thumbnail a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: "";
	-webkit-transition: ease 0.5s all;
	-moz-transition: ease 0.5s all;
	-o-transition: ease 0.5s all;
	transition: ease 0.5s all;
}

.post-thumbnail a:hover:before {
	background: rgba(0, 0, 0, 0.57);
}

.grid--no-gutter .grid__col {
	margin-bottom: 0 !important;
}

section.lat-post-sec .post-meta,
section.lat-post-sec .post-meta a,
.post-content .post-meta,
.post-content .post-meta a {
	color: #1c2220;
}

section.lat-post-sec h2.post-title {
	margin-bottom: 15px;
	color: #1c2220;
}

.entry-subtitle {
	display: block;
	margin-top: 10px;
	margin-bottom: 0;
	color: #333;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.364;
}

section.feat-post-sec .post-meta,
section.feat-post-sec .post-meta a {
	color: #000;
}

section.feat-post-sec .post-meta {
	display: inline-block;
	min-height: 22px;
	padding: 0 10px;
	background: #fff;
	line-height: 22px;
}

section.feat-post-sec .entry-subtitle {
	margin-bottom: 0;
	color: #fff;
}

p.post-excerpt,
p.post-excerpt a {
	color: #1c2220;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.588;
	text-align: left;
}

p.post-excerpt a {
	text-decoration: underline;
}

p.post-excerpt i {
	line-height: 1.5;
	text-decoration: none;
}

p.post-excerpt i {
	line-height: 1.5;
	text-decoration: none;
}

.post-wrap .grid ul {
	margin: 40px 0 0;
	padding-left: 0;
	list-style-type: none;
}

.post-wrap .grid ul > li {
	margin-bottom: 20px;
	color: #1c2220;
	font-family: "Roboto";
	font-size: 19px;
	font-weight: bold;
	line-height: 1.9;
}

.post-content .entry-title {
	margin-bottom: 20px;
}

span.post-count {
	padding-left: 20px;
}

/* Widget Section */
section.widget-sec {
	padding: 60px 0;
	text-align: center;
}

h2.sec-title {
	margin-top: 20px;
	color: #1c2220;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.5;
}

.custom-txts {
	width: 67%;
	margin: 0 auto;
}

p.cust-para {
	font-size: 17px;
	font-size: 1.7rem;
}

.custom-txts h4 {
	font-size: 20px;
	font-size: 2rem;
}

.custom-txts h6 {
	font-weight: 500;
	text-transform: uppercase;
}

.cust-img {
	margin: 40px 0;
}

/* Footer Section */
.site-footer {
	display: block;
	position: relative;
	color: #fff;
	background: #262626;
	font-size: 15px;
	font-size: 1.5rem;
}

.site-footer button,
.site-footer [type="button"],
.site-footer [type="submit"],
.site-footer [type="reset"] {
	margin-top: 10px;
	border-color: #fff;
	color: #fff;
}

.site-footer a {
	color: #fff;
}

.footer-widgets-container {
	padding: 60px 0;
	padding: 6rem 0;
}

.footer-widgets-container .widget-title {
	margin: 0 0 30px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2;
	text-transform: uppercase;
}

.footer-widgets-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-widgets-container .search-submit {
	display: none;
}

ul.feed-list,
ul.post-list,
ul.tweet-list {
	padding: 0;
	list-style-type: none;
}

ul.feed-list li {
	display: inline-block;
	width: 22%;
	margin: 0 8px 8px 0;
}

ul.feed-list li img {
	width: 100%;
}

ul.feed-list li:nth-child(4n-4) {
	margin-right: 0;
}

.post-img {
	float: left;
	width: 25%;
	text-align: center;
}

.post-info {
	float: left;
	width: 75%;
	padding-left: 20px;
}

.post-info p.post-date,
ul.tweet-list p.tweet-date {
	margin-top: 0;
	color: #ababab;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
}

.post-info h2.post-head {
	margin-top: 0;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
}

ul.post-list li {
	display: inline-block;
	margin-bottom: 15px;
}

h2.tweet-head {
	margin: 0 0 8px;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6;
}

h2.tweet-head a {
	text-decoration: underline;
}

ul.tweet-list li {
	margin-bottom: 25px;
}

.copyright {
	padding: 20px 0;
	font-size: 13px;
	font-size: 1.3rem;
}

.copyright p {
	margin: 0;
	line-height: 30px;
}

.footer-social ul.social-menu {
	margin: 0;
	text-align: right;
}

.footer-social ul.social-menu li a {
	color: #fff;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.12;
}

/*Breadcrumb Styles*/
section.page-title {
	padding: 60px 0;
}

section.page-title h6 {
	margin: 0;
	color: #868686;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 2;
	text-transform: uppercase;
}

section.page-title h1 {
	margin-bottom: 0;
	color: #1c2220;
	font-size: 45px;
	font-size: 4.5rem;
	line-height: 1.4;
}

section.page-title.img-bg {
	position: relative;
	height: 520px;
	background: url(../images/breadcrumb_bg.jpg) no-repeat left top transparent;
	text-align: center;
}

section.page-title.img-bg h1 {
	position: absolute;
	top: 50%;
	width: 100%;
	margin: 0;
	color: #fff;
	text-shadow: 0 0 30px #050505;
	font-size: 100px;
	font-size: 10rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	transform: translateY(-50%);
}

section.page-title.img-bg h4 {
	position: absolute;
	bottom: 100px;
	width: 100%;
	margin: 0;
	color: #fff;
	text-shadow: 0 0 30px #050505;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
}

section.page-title.no-img h1 {
	margin-top: 0;
	font-size: 100px;
	font-size: 10rem;
	line-height: 1.2;
}

section.page-title.no-img h4 {
	margin: 35px 0 0;
	color: #1c2220;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.5;
}

/*Static page styles*/
.entry-content .container {
	max-width: 810px;
}

.entry-content,
section.page-title.no-img {
	padding: 60px 0 0;
}

.entry-content .container,
.blog-search .container,
section.page-title .container {
	max-width: 810px;
}

section.entry-content.lrg-width .container {
	max-width: 1170px;
	padding-left: 200px;
}

.entry-content p {
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.75;
}

.entry-content a:not(.stag-button) {
	color: #000;
	text-decoration: underline;
}

.entry-content h1 {
	margin: 60px 0 40px;
	color: #1c2220;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 300;
	line-height: 1.5;
	text-align: left;
}

.entry-content h2 {
	margin: 35px 0;
	color: #1c2220;
	font-size: 28px;
	font-size: 2.8rem;
}

.entry-content h3 {
	margin: 45px 0;
	color: #1c2220;
}

.entry-content h4 {
	margin: 40px 0;
	color: #1c2220;
	font-size: 20px;
	font-size: 2rem;
}

.entry-content h5 {
	margin: 35px 0 15px;
	font-size: 15px;
	font-size: 1.5rem;
}

.entry-content h6 {
	margin: 40px 0 15px;
	font-size: 11px;
	font-size: 1.1rem;
}

blockquote {
	padding: 25px 0;
	padding-left: 100px;
	text-align: left;
}

blockquote p {
	margin: 0;
	margin-bottom: 10px;
	color: #a8a8a8;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.6;
}

.img-caption p {
	color: #1c2220;
	font-family: "Roboto";
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
}

.blog-desc {
	padding: 23px 0 32px;
}

.tags.left-side,
.share.right-side {
	float: left;
	width: 50%;
	padding: 35px 0;
	border: 2px solid #000;
	border-width: 2px 0;
}

.tags-share-area ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tags-share-area li,
.post-navigation-sec .grid a {
	display: inline-block;
	color: #1e1f22;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 2;
	text-transform: uppercase;
}

.tags li a {
	color: #1e1f22;
	text-decoration: underline;
}

.share li a {
	color: #1e1f22;
}

.share.right-side {
	text-align: right;
}

.post-navigation-sec .grid {
	padding: 50px 0;
}

.post-navigation-sec .post-content h2.post-title {
	margin: 35px 0 20px;
	color: #1e1f22;
}

.post-navigation-sec .post-content .entry-subtitle {
	margin: 0;
}

.comment-list {
	padding-bottom: 20px;
}

.comments-sec .title-btn {
	padding: 60px 0;
	border-top: 2px solid #000;
}

.comments-sec .title-btn {
	padding: 60px 0;
	border-top: 2px solid #000;
}

.comment-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.comment-list li.comment-disp.comment-reply {
	padding-left: 100px;
}

.comment-txt p {
	margin: 40px 0;
}

.comment-txt:after {
	display: block;
	width: 77px;
	height: 2px;
	background: #000;
	content: "";
}

.user-img {
	float: left;
	width: 70px;
}

.user-details {
	width: 100%;
	padding-left: 100px;
}

.table-sec {
	padding: 30px 0 0;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: left;
}

th {
	padding: 15px 0;
	border-bottom: 2px solid #000;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.7;
	text-transform: uppercase;
}

td {
	padding: 15px 0;
	border-bottom: 2px solid #000;
	color: #000;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.6;
}

.input-row {
	display: inline-block;
	margin: 0 -15px;
}

.input-row:after {
	display: block;
	clear: both;
	content: "";
}

.input-col {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.paging {
	padding: 35px 0;
	border-top: 2px solid #000;
	text-align: center;
}

.paging ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.paging li a,
.paging ul li {
	display: inline-block;
	padding: 0 15px;
	color: #1e1f22;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
}

.paging ul li {
	padding: 0;
	line-height: 1.6;
}

.entry-content .custom-para h1 {
	margin-top: 0;
}

.entry-content .def-list h2 {
	color: #000;
	line-height: 1;
}

dt {
	color: #000;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

dd {
	margin-left: 0;
	color: #000;
}

.def-list p.space-40 {
	margin: 0;
	padding: 0;
}

.two-col-list > ul,
.two-col-list > ol {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 15px;
	list-style-position: inside;
}

.link-style a {
	color: #000;
	text-decoration: underline;
}

.cite-style p.cite-sec {
	padding-left: 200px;
}

cite {
	display: inline-block;
	height: 20px;
	padding: 0 7px;
	color: #fff;
	background: #161616;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
}

.comments-sec.no-comments h2 {
	margin-bottom: 0;
}

.comments-sec.no-comments p.dis-comments {
	padding: 7px 20px;
	border: 2px dashed #1e1f22;
}

.form-success {
	padding: 60px 0 90px;
	background: #f8f8f8;
}

.form-success h3 {
	margin-top: 0;
}

p.msg-info {
	display: block;
	padding: 7px 20px;
	border: 2px dashed #1e1f22;
}

p.msg-info a.link {
	float: right;
	color: #000;
	text-decoration: underline;
}

.msg-details {
	padding-top: 20px;
}

.msg-details ul {
	margin-top: 0;
	padding: 0;
	list-style-type: none;
}

.msg-details ul p.label {
	display: inline-block;
	float: left;
	width: 12%;
}

.msg-details ul p.inputs {
	display: inline-block;
	width: 86%;
	padding-left: 100px;
}

.msg-details ul p {
	margin: 15px 0;
}

.msg-details ul li {
	border-bottom: 2px solid #000;
}

/* Search styles */
.blog-search {
	margin: 20px 0;
	padding: 35px 0;
	background: #f8f8f8;
}

.blog-search input[type="search"] {
	width: 100%;
	height: 50px;
	padding: 0 30px;
	border: none;
	outline: none;
	line-height: 50px;
}

button.form-submit {
	display: none;
}

/*Home2 page styles*/
.left-content {
	display: inline-block;
	float: left;
	width: 70%;
	padding-bottom: 30px;
}

.right-img {
	display: inline-block;
	float: right;
	width: 30%;
	padding: 90px 0;
	text-align: right;
}

/*Responsive Styles*/
@media screen and (max-width: 1199px) {
	.stag-logo {
		width: 25%;
	}

	.nav-sec {
		float: right;
		width: 75%;
	}

	nav.main-navigation {
		width: 64%;
	}

	.post-content h2.post-title,
	section.feat-post-sec h2.post-title {
		font-size: 21px;
		font-size: 2.1rem;
	}

	section.feat-post-sec .entry-subtitle {
		font-size: 18px;
		font-size: 1.8rem;
	}

	p.post-desc,
	.post-info h2.post-head {
		font-size: 17px;
		font-size: 1.7rem;
	}

	h2.sec-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	section.entry-content.lrg-width .container,
	.cite-style p.cite-sec {
		padding-left: 150px;
	}

	blockquote {
		padding-left: 80px;
	}

	section.page-title.no-img h1 {
		font-size: 90px;
		font-size: 9rem;
	}
}

@media screen and (max-width: 991px) {
	.stag-logo {
		width: auto;
	}

	button#trigger-overlay,
	button.overlay-close {
		display: block;
	}

	.post-cover .entry-title {
		font-size: 80px;
		font-size: 8.0rem;
	}

	section.entry-content.lrg-width .container,
	.cite-style p.cite-sec {
		padding-left: 100px;
	}

	blockquote {
		padding-left: 60px;
	}

	section.page-title h1 {
		font-size: 40px;
		font-size: 4.0rem;
	}

	.post-info h2.post-head {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.left-content {
		padding-bottom: 0;
	}

	.hover_lay {
		padding-left: 30px;
	}

	section.page-title.img-bg h1 {
		font-size: 90px;
		font-size: 9.0rem;
	}

	section.page-title.img-bg h4 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	section.page-title.no-img h1 {
		font-size: 85px;
		font-size: 8.5rem;
	}
}

@media screen and (max-width: 768px) {
	.post-cover .entry-title {
		font-size: 60px;
		font-size: 6.0rem;
	}

	.post-cover .entry-subtitle {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.post-cover .entry-subtitle br {
		display: none;
	}

	.post-content h2.post-title {
		font-size: 21px;
		font-size: 2.1rem;
	}

	p.post-desc {
		font-size: 17px;
		font-size: 1.7rem;
	}

	.container {
		max-width: 100%;
	}

	section.entry-content.lrg-width .container,
	.cite-style p.cite-sec {
		padding-left: 80px;
	}

	section.page-title h1 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	blockquote {
		padding-left: 40px;
	}

	blockquote p {
		line-height: 1.5;
	}

	.grid {
		margin: 0;
	}

	.stag-column.grid__col,
	.grid__col {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.tags.left-side,
	.share.right-side {
		float: none;
		width: 100%;
		text-align: center;
	}

	.tags.left-side {
		border-bottom: 0;
	}

	h3.sec-title {
		margin: 0 0 40px;
		line-height: 1;
		text-align: center;
	}

	.stag-column.grid__col.col-last {
		margin-bottom: 0;
	}

	section.stag-section.trend-sec {
		padding: 60px 0;
	}

	.entry-subtitle {
		font-size: 18px;
		font-size: 1.8rem;
	}

	p.post-excerpt,
	p.post-excerpt a {
		font-size: 15px;
		font-size: 1.5rem;
		text-align: center;
	}

	section.lat-post-sec h3.sec-title {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}

	.title-btn {
		text-align: center;
	}

	section.lat-post-sec {
		padding: 50px 0 0;
	}

	h2.sec-title {
		width: 90%;
		margin: 0 auto;
		font-size: 30px;
		font-size: 3.0rem;
	}

	.custom-txts {
		width: 90%;
	}

	ul.feed-list li:nth-child(4n-4) {
		margin-right: 8px;
	}

	.footer-social ul.social-menu {
		text-align: center;
	}

	.copyright .grid__col {
		margin-bottom: 10px;
	}

	.left-content {
		float: none;
		width: 100%;
	}

	.entry-content h3 {
		margin: 30px 0;
	}

	.right-img {
		float: none;
		width: 100%;
		padding: 50px 0;
		text-align: center;
	}

	.hover_lay {
		width: 100%;
		padding-left: 50px;
		text-align: left;
	}

	.hover_lay .entry-subtitle {
		text-align: left;
	}

	section.page-title.img-bg h1 {
		font-size: 80px;
	}

	section.page-title.img-bg h4 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.entry-content h1,
	section.page-title h1 {
		font-size: 38px;
		font-size: 3.8rem;
	}

	.entry-content h2 {
		font-size: 26px;
		font-size: 2.6rem;
	}

	section.page-title.no-img h1 {
		font-size: 80px;
		font-size: 8.0rem;
	}
}

@media screen and (max-width: 600px) {
	section.entry-content.lrg-width .container,
	.cite-style p.cite-sec {
		padding-left: 60px;
	}

	.site-description {
		display: none;
	}

	section.lat-post-sec h3.sec-title,
	section.feat-post-sec h3.sec-title,
	.comments-title {
		float: none;
		width: 100%;
		padding-bottom: 10px;
	}

	.two-col-list > ul,
	.two-col-list > ol {
		width: 100%;
	}

	.input-row {
		display: block;
	}

	.input-col {
		float: none;
		width: 100%;
		padding: 0;
	}

	section.page-title.img-bg h1 {
		font-size: 70px;
		font-size: 7.0rem;
	}

	.entry-content h1,
	section.page-title h1 {
		font-size: 34px;
		font-size: 3.4rem;
	}

	.entry-content h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	section.page-title.no-img h1 {
		font-size: 75px;
		font-size: 7.5rem;
	}
}

@media screen and (max-width: 480px) {
	body,
	.entry-content p,
	td {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.img-caption p {
		font-size: 1.1rem;
	}

	.post-cover .entry-title {
		font-size: 40px;
		font-size: 4.0rem;
	}

	.post-cover .entry-subtitle {
		padding-bottom: 40px;
		font-size: 18px;
		font-size: 1.8rem;
	}

	section.entry-content.lrg-width .container,
	.cite-style p.cite-sec {
		padding-left: 45px;
	}

	blockquote {
		padding-left: 30px;
	}

	section.page-title {
		padding: 40px 0 80px;
	}

	.post-meta {
		font-size: 10px;
		font-size: 1.0rem;
	}

	.post-thumbnail {
		margin-bottom: 20px;
	}

	section.lat-post-sec h2.post-title {
		margin: 10px 0;
	}

	.entry-subtitle {
		margin-bottom: 15px;
	}

	p.post-excerpt,
	p.post-excerpt a {
		font-size: 14px;
		font-size: 1.4rem;
	}

	h3.sec-title {
		font-size: 18px;
		font-size: 1.8rem;
	}

	h2.sec-title {
		width: 100%;
		font-size: 24px;
		font-size: 2.4rem;
	}

	.hover_lay {
		padding: 0 20px;
	}

	section.feat-post-sec h2.post-title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	section.feat-post-sec .entry-subtitle {
		font-size: 14px;
		font-size: 1.4rem;
	}

	section.page-title.img-bg {
		height: 450px;
	}

	section.page-title.img-bg h1 {
		font-size: 60px;
		font-size: 6.0rem;
	}

	section.page-title.img-bg h4 {
		font-size: 21px;
		font-size: 2.1rem;
	}

	.entry-content h1,
	section.page-title h1 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.entry-content h2 {
		font-size: 21px;
		font-size: 2.1rem;
	}

	.user-img {
		float: none;
	}

	.user-details {
		padding: 0;
	}

	.comment-list li.comment-disp.comment-reply {
		padding-left: 60px;
	}

	section.page-title.no-img h1 {
		font-size: 70px;
		font-size: 7.0rem;
	}
}

@media screen and (max-width: 360px) {
	section.entry-content.lrg-width .container,
	.cite-style p.cite-sec {
		padding-left: 30px;
	}

	.post-cover .entry-title {
		font-size: 30px;
		font-size: 3.0rem;
	}

	.post-cover .entry-subtitle {
		font-size: 15px;
		font-size: 1.5rem;
	}

	h2.sec-title {
		font-size: 21px;
		font-size: 2.1rem;
	}

	h3.sec-title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.custom-txts {
		width: 100%;
	}

	.post-meta {
		font-size: 8px;
		font-size: 0.8rem;
	}

	section.feat-post-sec h2.post-title {
		margin: 8px 0;
		font-size: 14px;
		font-size: 1.4rem;
	}

	section.feat-post-sec .entry-subtitle {
		font-size: 12px;
		font-size: 1.2rem;
	}

	section.page-title.img-bg h1 {
		font-size: 44px;
		font-size: 4.4rem;
	}

	section.page-title.img-bg h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.entry-content h1,
	section.page-title h1 {
		font-size: 30px;
		font-size: 3.0rem;
	}

	.entry-content h2 {
		font-size: 20px;
		font-size: 2.0rem;
	}

	section.page-title.no-img h1 {
		font-size: 60px;
		font-size: 6.0rem;
	}
}

@media screen and (max-width: 991px) {
	/* Overlay style */
	body.home.no-scroll {
		overflow: hidden;
	}

	.nav-sec.overlay {
		float: none;
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: none;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
	}

/* Overlay closing cross */
	.overlay .overlay-close {
		position: absolute;
		z-index: 100;
		top: 40px;
		right: 20px;
		margin: 0;
	}

/* Menu style */
	.overlay nav.main-navigation {
		width: 100%;
		margin-top: 100px;
		padding: 0 50px;
	}

	.overlay ul.primary-menu > li {
		display: block;
		position: relative;
		padding: 25px 0;
		border: none;
		text-align: left;
	}

	.overlay ul.primary-menu > li:first-child {
		padding-top: 0;
	}

	.overlay ul.primary-menu > li:last-child:after {
		display: none;
	}

	.overlay ul.primary-menu > li:after {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 50px;
		height: 2px;
		background: #000;
		content: "";
	}

	.overlay ul.primary-menu li a {
		display: inline-block;
		padding: 0;
		-webkit-transition: color 0.5s;
		transition: color 0.5s;
	}

	.overlay ul.primary-menu li a:hover,
	.overlay ul.primary-menu li a:focus {
		color: #0f0f0f;
	}

	.overlay ul.primary-menu,
	.overlay ul.social-menu {
		margin: 0;
	}

	.overlay nav.social-links {
		width: 100%;
		padding: 0 50px;
	}

	.overlay ul.social-menu {
		padding: 45px 0;
		border-top: 2px solid #000;
	}

	.overlay nav.main-navigation ul.primary-menu li ul {
		visibility: visible;
		position: initial;
		width: auto;
		padding-left: 15px;
		opacity: 1;
		background: none;
	}

	.overlay nav.main-navigation ul.primary-menu li ul li {
		padding: 0;
		border: none;
		text-align: left;
	}

	.overlay nav.main-navigation ul.primary-menu li ul li a {
		color: #1c2220;
	}

/* Effects */
	.overlay {
		visibility: hidden;
		opacity: 0;
		-webkit-transition: 0.5s ease all;
		transition: 0.5s ease all;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	.overlay.open {
		visibility: visible;
		z-index: 1000;
		opacity: 1;
		background: #fff;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.primary-menu li a[href*="wordpress.org"],
.primary-menu li a[href*="facebook.com"],
.primary-menu li a[href*="twitter.com"],
.primary-menu li a[href*="dribbble.com"],
.primary-menu li a[href*="plus.google.com"],
.primary-menu li a[href*="pinterest.com"],
.primary-menu li a[href*="github.com"],
.primary-menu li a[href*="tumblr.com"],
.primary-menu li a[href*="youtube.com"],
.primary-menu li a[href*="flickr.com"],
.primary-menu li a[href*="vimeo.com"],
.primary-menu li a[href*="instagram.com"],
.primary-menu li a[href*="codepen.io"],
.primary-menu li a[href*="linkedin.com"],
.primary-menu li a[href*="foursquare.com"],
.primary-menu li a[href*="reddit.com"],
.primary-menu li a[href*="digg.com"],
.primary-menu li a[href*="getpocket.com"],
.primary-menu li a[href*="path.com"],
.primary-menu li a[href*="stumbleupon.com"],
.primary-menu li a[href*="spotify.com"],
.primary-menu li a[href*="twitch.tv"],
.primary-menu li a[href*="dropbox.com"],
.primary-menu li a[href*="/feed"],
.primary-menu li a[href*="skype"],
.primary-menu li a[href*="mailto"] {
	display: inline-block;
	overflow: hidden;
	width: 30px;
	height: 24px;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
}

.primary-menu li a[href*="wordpress.org"]::before,
.primary-menu li a[href*="facebook.com"]::before,
.primary-menu li a[href*="twitter.com"]::before,
.primary-menu li a[href*="dribbble.com"]::before,
.primary-menu li a[href*="plus.google.com"]::before,
.primary-menu li a[href*="pinterest.com"]::before,
.primary-menu li a[href*="github.com"]::before,
.primary-menu li a[href*="tumblr.com"]::before,
.primary-menu li a[href*="youtube.com"]::before,
.primary-menu li a[href*="flickr.com"]::before,
.primary-menu li a[href*="vimeo.com"]::before,
.primary-menu li a[href*="instagram.com"]::before,
.primary-menu li a[href*="codepen.io"]::before,
.primary-menu li a[href*="linkedin.com"]::before,
.primary-menu li a[href*="foursquare.com"]::before,
.primary-menu li a[href*="reddit.com"]::before,
.primary-menu li a[href*="digg.com"]::before,
.primary-menu li a[href*="getpocket.com"]::before,
.primary-menu li a[href*="path.com"]::before,
.primary-menu li a[href*="stumbleupon.com"]::before,
.primary-menu li a[href*="spotify.com"]::before,
.primary-menu li a[href*="twitch.tv"]::before,
.primary-menu li a[href*="dropbox.com"]::before,
.primary-menu li a[href*="/feed"]::before,
.primary-menu li a[href*="skype"]::before,
.primary-menu li a[href*="mailto"]::before {
	display: inline-block;
	display: block;
	width: 28px;
	height: 24px;
	font-family: Genericons;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	line-height: 1;
	text-align: center;
	vertical-align: text-bottom;
	text-decoration: none;
	transition: 0.2s all ease-in-out;
	text-rendering: auto;
}

.primary-menu li a[href*="wordpress.org"]:before {
	content: "\f205";
}

.primary-menu li a[href*="facebook.com"]:before {
	content: "\f204";
}

.primary-menu li a[href*="twitter.com"]:before {
	content: "\f202";
}

.primary-menu li a[href*="dribbble.com"]:before {
	content: "\f201";
}

.primary-menu li a[href*="plus.google.com"]:before {
	content: "\f206";
}

.primary-menu li a[href*="pinterest.com"]:before {
	content: "\f209";
}

.primary-menu li a[href*="github.com"]:before {
	content: "\f200";
}

.primary-menu li a[href*="tumblr.com"]:before {
	content: "\f214";
}

.primary-menu li a[href*="youtube.com"]:before {
	content: "\f213";
}

.primary-menu li a[href*="flickr.com"]:before {
	content: "\f211";
}

.primary-menu li a[href*="vimeo.com"]:before {
	content: "\f212";
}

.primary-menu li a[href*="instagram.com"]:before {
	content: "\f215";
}

.primary-menu li a[href*="codepen.io"]:before {
	content: "\f216";
}

.primary-menu li a[href*="linkedin.com"]:before {
	content: "\f207";
}

.primary-menu li a[href*="foursquare.com"]:before {
	content: "\f226";
}

.primary-menu li a[href*="reddit.com"]:before {
	content: "\f222";
}

.primary-menu li a[href*="digg.com"]:before {
	content: "\f221";
}

.primary-menu li a[href*="getpocket.com"]:before {
	content: "\f224";
}

.primary-menu li a[href*="path.com"]:before {
	content: "\f219";
}

.primary-menu li a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.primary-menu li a[href*="spotify.com"]:before {
	content: "\f515";
}

.primary-menu li a[href*="twitch.tv"]:before {
	content: "\f516";
}

.primary-menu li a[href*="dropbox.com"]:before {
	content: "\f225";
}

.primary-menu li a[href*="/feed"]:before {
	content: "\f413";
}

.primary-menu li a[href*="skype"]:before {
	content: "\f220";
}

.primary-menu li a[href*="mailto"]:before {
	content: "\f410";
}

body.use-background-cover.use-background-cover {
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

body.page:not(.page-template) .hentry,
body.single .hentry {
	margin-bottom: 50px;
}

p.run-in {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 300;
}

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

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

.alignnone {
	display: block;
	position: relative;
	left: calc(-50vw + 50%);
	width: 100vw;
	max-width: 1500px;
}

@media screen and (min-width: 1500px) {
	.alignnone {
		left: calc(-750px + 50%);
	}
}

@media screen and (max-width: 1500px) {
	.alignnone {
		max-width: 100vw;
	}
}

.site-footer .alignnone {
	position: static;
	max-width: 100%;
}

@media screen and (max-width: 1500px) {
	.wp-caption.alignnone {
		width: 100vw !important;
	}

	.wp-caption.alignnone img {
		width: 100%;
	}
}

.site-footer select {
	max-width: 100%;
}

.site-footer .wp-caption-text {
	color: currentColor;
}

.aligncenter {
	clear: both;
}

div[id*="contact-form"] {
	display: block;
	position: relative;
	left: calc(-50vw + 50%);
	width: 100vw;
	max-width: 1500px;
	background: #f8f8f8;
}

@media screen and (min-width: 1500px) {
	div[id*="contact-form"] {
		left: calc(-750px + 50%);
	}
}

div[id*="contact-form"] form {
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	margin: 0;
}

.wp-caption-text {
	max-width: 810px;
	margin: 0 auto;
	margin-top: 15px;
	padding: 0 20px;
	color: #1c2220;
	font-size: 13px;
}

.post-cover .post-meta {
	margin-top: 60px;
}

.post-cover .post-meta a {
	color: inherit;
}

.post-cover .entry-subtitle {
	margin-top: 35px;
}

.post-cover.no-post-thumbnail .post-meta {
	color: inherit;
}

.post-cover.no-post-thumbnail:before {
	display: none;
}

.post-cover.no-post-thumbnail .entry-title {
	margin: 0;
	color: inherit;
}

.post-cover.no-post-thumbnail .entry-subtitle {
	color: inherit;
}

time.published + time.updated {
	display: none;
}

.post-meta .author-avatar {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.post-meta .author-avatar img {
	max-width: 70px;
	height: auto;
	border-radius: 50%;
}

.post-meta > span {
	vertical-align: middle;
}

.post-navigation {
	margin: 50px 0;
}

.post-navigation .nav-previous {
	padding-right: 10px;
}

.post-navigation .nav-next {
	padding-left: 10px;
}

.post-navigation .meta-nav {
	display: block;
	color: #1e1f22;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation .post-title {
	margin: 35px 0 0;
	color: #1e1f22;
}

.post-navigation .container {
	max-width: 770px;
	padding: 50px 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.secondary-post-meta {
	margin-top: 50px;
	color: #1e1f22;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
}

.secondary-post-meta .container {
	max-width: 770px;
	padding: 35px 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.secondary-post-meta .grid__col {
	vertical-align: middle;
}

@media screen and (min-width: 787px) {
	.secondary-post-meta .share-post {
		text-align: right;
	}
}

.secondary-post-meta div.sharedaddy h3.sd-title {
	display: inline;
	padding-right: 10px;
}

.secondary-post-meta div.sharedaddy h3.sd-title:before {
	display: none;
}

.secondary-post-meta .sd-content {
	display: inline;
}

.secondary-post-meta .sd-content ul {
	display: inline;
}

.secondary-post-meta + .post-navigation .container {
	padding-top: 0;
	border-top: none;
}

body:not(.single) .post-meta {
	color: inherit;
	color: currentColor;
}

body:not(.single) .post-meta a {
	color: inherit;
}

.posts-list .grid__col {
	margin-right: 0;
}

.posts-list .entry-title {
	margin-top: 13px;
	font-size: 28px;
	font-size: 2.8rem;
}

.posts-list .entry-header a {
	color: inherit;
}

.posts-list .entry-excerpt {
	font-size: 17px;
	font-size: 1.7rem;
}

.posts-list .post,
.posts-list .page {
	margin-bottom: 30px;
}

.posts-list .entry-subtitle {
	margin-top: 5px;
}

.posts-navigation {
	padding: 40px 0;
	border-top: 2px solid #000;
	color: #1e1f22;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
}

.posts-navigation a {
	color: inherit;
}

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

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

.archive small,
.search small {
	display: block;
	color: #868686;
	font-size: 11px;
	text-transform: uppercase;
}

.archive .page-header,
.search .page-header {
	margin-top: 15px;
	margin-bottom: 50px;
}

.archive .page-header .container,
.search .page-header .container {
	max-width: 810px;
}

.archive .page-header a:not(.stag-button),
.search .page-header a:not(.stag-button) {
	color: inherit;
}

.taxonomy-description {
	margin-top: 20px;
	color: #000;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: normal;
}

.comments-area .submit-comment {
	float: right;
}

.comment-form {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment-list ol {
	margin: 0;
	padding: 0 0 0 100px;
	list-style: none;
}

.comment-list > .comment:first-of-type:before {
	background: transparent;
}

.comment {
	margin: 50px 0;
}

.comment .comment-body:after {
	display: block;
	width: 77px;
	height: 2px;
	margin: 40px 0 40px 100px;
	background: #000;
	content: "";
}

.comment .comment-respond {
	margin-top: 40px;
	padding: 50px;
	background: #f8f8f8;
}

.comment #cancel-comment-reply-link {
	color: inherit;
	font-size: 12px;
}

.comment .edit-link:before {
	content: " / ";
}

.comment-content {
	margin-top: 40px;
	padding-left: 100px;
}

.children > .comment:only-of-type {
	margin-top: 50px;
	margin-bottom: 0;
}

.comment-author {
	color: #252323;
	font-size: 15px;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.comment-author a {
	color: inherit;
}

.comment-author .avatar {
	float: left;
	margin-right: 30px;
	border-radius: 50%;
}

.comment-author {
	margin: 0;
}

.comment-metadata {
	color: #252323;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 2;
	text-transform: uppercase;
}

.comment-metadata a {
	color: inherit;
}

.comment-reply-link {
	padding-left: 100px;
	color: inherit;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.footer-menu {
		text-align: right;
	}
}

.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu li {
	display: inline-block;
}

.footer-menu li:before {
	display: inline-block;
	margin: 0 5px;
	content: "/";
}

.footer-menu li:first-of-type:before {
	display: none;
}

.page-template-template-archives form {
	padding: 0;
}

.page-template-template-archives .page-title {
	padding: 30px 0 20px;
}

.page-template-template-archives .search-submit {
	display: none;
}

.page-template-template-archives .entry-content {
	margin: 40px 0;
	padding: 0;
}

.custom-archive-widgets .container {
	max-width: 810px;
}

.custom-archive-widgets .archive-widget {
	margin-bottom: 50px;
}

.custom-archive-widgets ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.custom-archive-widgets a {
	color: inherit;
}

.custom-archive-widgets .widget-title {
	margin: 35px 0;
	padding-bottom: 30px;
	border-bottom: 2px solid #000;
	color: #1c2220;
	font-size: 28px;
	font-size: 2.8rem;
}

.custom-archive-widgets .custom-recent-posts .entry-title {
	margin: 0;
}

.custom-archive-widgets .custom-recent-posts .post-meta {
	margin-top: 15px;
}

.custom-archive-widgets .custom-recent-posts .entry-subtitle {
	font-size: 0.9em;
}

.custom-archive-widgets .custom-recent-posts li + li {
	margin-top: 30px;
}

.custom-archive-widgets .custom-categories ul,
.custom-archive-widgets .custom-monthly-archives ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.container--tile .nav-links {
	max-width: 810px;
	margin-right: auto;
	margin-left: auto;
}

.no-results {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.no-results .search-submit {
	display: none;
}

.more-link {
	color: inherit;
	font-style: italic;
	text-decoration: underline;
}

.centered-post-cover .post-cover {
	text-align: center;
}

.centered-post-cover .inner-container.inner-container {
	max-width: 100%;
}

.centered-post-cover .mono_featured_post .container,
.centered-post-cover .post-cover .container {
	max-width: 750px;
}

.error404 .entry-title {
	margin-bottom: 0;
}

.error404 .search-submit {
	display: none;
}

.error404 .entry-content {
	padding-top: 0;
}

.error404 .entry-content .widget:last-of-type {
	margin-bottom: 50px;
}

.error404 .search-form {
	padding: 0;
}

.error404 .page-title {
	padding-bottom: 30px;
}

.gallery-caption {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	text-indent: 0 !important;
}

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

.recent-posts-layout-grid {
	padding: 40px 0;
	padding: 4rem 0;
}

.mono_static_content {
	position: relative;
	padding: 50px 0;
	padding: 5rem 0;
}

.mono_static_content .entry-content {
	padding: 0;
}

.mono_static_content h1,
.mono_static_content h2,
.mono_static_content h3,
.mono_static_content h4,
.mono_static_content h5,
.mono_static_content h6 {
	color: inherit;
}

.mono_static_content .widgettitle {
	margin: 0;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.5;
}

.mono_static_content .static-content-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.title-wrap .widgettitle {
	display: inline-block;
	float: left;
	width: 50%;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #fff;
	color: #1c2220;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
	text-transform: uppercase;
}

.title-wrap .button {
	float: right;
	margin-top: 35px;
}

.recent-posts-layout-compact {
	overflow: hidden;
	position: relative;
	padding-top: 75px;
	padding-top: 7.5rem;
	color: #fff;
	background: black;
}

.recent-posts-layout-compact article {
	margin-bottom: 40px;
}

.recent-posts-layout-compact a,
.recent-posts-layout-compact .widgetitle,
.recent-posts-layout-compact .entry-subtitle,
.recent-posts-layout-compact .title-wrap .widgettitle {
	color: inherit;
	color: currentColor;
}

.recent-posts-layout-compact .widget-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background-position: center;
	background-size: cover;
}

.recent-posts-layout-compact .title-wrap {
	margin-top: 0;
}

.recent-posts-layout-compact .entry-title {
	margin-top: 17px;
}

.recent-posts-layout-compact .widgettitle {
	margin-top: 0;
}

.mono_featured_post {
	position: relative;
}

.mono_featured_post .post-meta.post-meta {
	color: #fff;
}

.mono_featured_post .entry-excerpt {
	color: #fff;
}

.mono_featured_post .link-overlay {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mono_featured_post .inner-container {
	max-width: 750px;
}

.widget_calendar td,
.widget_calendar th {
	border-color: #fff;
	color: inherit;
}

.recent-posts-layout-tile {
	color: #fff;
}

@media screen and (min-width: 769px) {
	.recent-posts-layout-tile {
		padding-left: 20px;
	}
}

@media screen and (max-width: 480px) {
	.recent-posts-layout-tile .entry-excerpt {
		display: none;
	}
}

.recent-posts-layout-tile article {
	position: relative;
	min-height: 450px;
	background-position: center;
	background-size: cover;
}

.recent-posts-layout-tile article:hover .background-overlay {
	visibility: visible;
	opacity: 1;
}

.recent-posts-layout-tile article:hover .text-container {
	visibility: visible;
	bottom: 50px;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.recent-posts-layout-tile article .background-overlay {
		visibility: visible;
		opacity: 1;
	}

	.recent-posts-layout-tile article .text-container {
		visibility: visible;
		bottom: 50px;
		opacity: 1;
	}
}

.recent-posts-layout-tile .background-overlay {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.57);
	content: "";
	transition: 0.5s ease all;
}

.recent-posts-layout-tile .text-container {
	display: block;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 40px 0 60px;
	opacity: 0;
	transition: 0.5s ease all;
}

@media screen and (max-width: 768px) {
	.recent-posts-layout-tile .text-container {
		right: 30px;
		left: 30px;
		padding: 0;
	}
}

.recent-posts-layout-tile .post-meta {
	display: inline-block;
	padding: 5px 10px;
	color: #000 !important;
	background: #fff;
	line-height: 1;
}

.recent-posts-layout-tile .post-meta a {
	color: inherit;
}

.recent-posts-layout-tile a,
.recent-posts-layout-tile .entry-subtitle {
	color: inherit;
}

.footer-widgets-container {
	margin-bottom: -60px;
}

.footer-widgets-container .instagram-follow-link,
.footer-widgets-container .twitter-follow-button {
	border-color: currentColor;
	font-size: 13px;
}

.footer-widgets-container .widget {
	margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
	.footer-widgets-container .widget:nth-of-type(3n+3),
	.footer-widgets-container .widget:nth-of-type(3n+2) {
		padding-left: 35px;
	}
}

.flickr-photos li,
.instagram-widget.thumbnail li {
	margin: 0 10px 10px 0;
}

.instagram-widget.thumbnail img {
	max-width: 75px;
}

.instagram-follow-link {
	display: inline-block;
	margin-top: 10px;
}

.widget li + li {
	margin-top: 15px;
}

.widget .post-date {
	display: block;
	margin-bottom: 5px;
	color: #ababab;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.flickr-photos li {
	margin-top: 0 !important;
}

.mono_custom_recent_posts li + li {
	margin-top: 25px;
}

.mono_custom_recent_posts a {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.mono_custom_recent_posts img {
	float: left;
	border-radius: 50%;
}

.mono_custom_recent_posts .has-thumbnail .recent-post-meta {
	margin-left: 100px;
}

.stag-twitter a {
	text-decoration: underline;
}

.stag-twitter .time-ago {
	display: block;
	margin-top: 8px;
	color: #ababab;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

.stag-twitter .time-ago a {
	color: inherit;
	text-decoration: none;
}

.widget_recent_entries li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.widget_recent_entries li a {
	order: 2;
}

.widget_recent_entries li .post-date {
	order: 1;
}

.widget_calendar #next {
	text-align: right;
}

.widget_rss .rsswidget {
	display: block;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
}

.widget_rss .rss-date {
	display: block;
	margin: 10px 0;
	font-size: 12px;
	font-style: italic;
}

.widget_rss .rssSummary {
	margin: 10px 0;
}
