/*
Theme Name: Manta
Theme URI: https://www.premiumwp.com/themes/manta/
Author: PremiumWP
Author URI: https://www.premiumwp.com/
Description: Manta is a minimal, lightweight and mobile first WordPress theme that is flexible and easy to use. It is built with accessibility, search-engine optimization (SEO), security, pagespeed and simplicity in mind. Manta is written with clean code, the most current HTML5 conventions and Schema.org microdata. With various header, footer and sidebar layout options, site dimension controls, numerous options for displaying featured images, typography options and more, Manta can serve as a solid base to build incredible websites.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: manta
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, accessibility-ready, custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Manta is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

# Warning

DO NOT make edits directly to this file. You will lose all modifications when the theme is next updated if you do so.
Please use a child theme. Alternatively for minor CSS customization consider using the Additional CSS section in
Appearance > Customize > Additional CSS, as this is saved in your database and will remain after theme update.

*/


/**
 * Table of Contents
 * 1.0 - HTML5 Reset
 *	 1.1 - Baseline Normalize
 *	 1.2 - Box Sizing
 * 2.0 - Elements
 *	 2.1 - Typographical Elements
 *	 2.2 - Headings
 *	 2.3 - Forms
 *	 2.4 - Tables
 * 3.0  Float Clearing
 * 4.0  Accessibility
 * 5.0  Alignment
 * 6.0  Media
 *	 6.1 Smiley
 *	 6.2 Captions
 *	 6.3 Media Elements
 *	 6.4 Gallery
 * 7.0  Widgets
 *   7.1 Header Widgets
 *   7.2 Sidebar Widgets
 *   7.3 Footer Widgets
 * 8.0  Navigation
 *   8.1 Menu and sub-menu toggle buttons
 *   8.2 Primary menu
 *   8.3 Header menu
 *   8.4 Footer menu
 *   8.5 Post pagination and navigation
 * 9.0  Site Layout & Structure
 *	 9.1 Site Header
 *	 9.2 Featured Post
 *	 9.3 Site Content
 *	 9.4 Site Footer
 * 10.0 Plugins Compatibility
 *   10.1 Jetpack
 *   10.2 WooCommerce
 *   10.3 Gravity Forms
 * 11.0 Media queries
 *   11.1 Screen >= 640px
 *   11.2 Screen >= 860px
 *   11.3 Screen >= 1024px
 *   11.4 Screen >= 1200px
 *   11.5 Screen >= 1340px
 */


/**
 * 1.0 - HTML5 Reset
 */


/**
 * 1.1 Baseline Normalize
 * Modified from normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css
 */

html {
	line-height: 1.15;
	    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

hr {
	overflow: visible;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	border-bottom: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	color: inherit;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}


/**
 * 1.2 Box Sizing
 */

html,
input[type='search'] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

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


/**
 * 2.0 - Elements
 */


/**
 * 2.1 Typographical Elements
 */

html {
	overflow-y: scroll;
}

body {
	font-family: 'Noto Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	word-wrap: break-word;
	color: #333;
	background-color: #f2f2f2;
}

a {
	-webkit-transition: all 0.1s ease-in-out;
	        transition: all 0.1s ease-in-out;
	text-decoration: none;
	color: #006eb8;
}

a:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #006eb8;
	-webkit-box-shadow: inset 0 0 0 currentColor, 0 1px 0 currentColor;
	        box-shadow: inset 0 0 0 currentColor, 0 1px 0 currentColor;
}

a:hover > img,
a:focus > img {
	opacity: 0.9;
}

address,
p {
	margin: 0 0 1.75rem;
}

ol,
ul {
	margin: 0 0 1.75rem;
	padding: 0 0 0 1.75em;
}

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

hr {
	overflow: visible;
	height: 1px;
	margin-bottom: 1.75rem;
	border: 0;
	background-color: #e6e6e6;
}

abbr,
dfn[title],
acronym {
	cursor: help;
	border-bottom: 1px dotted #e6e6e6;
}

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

mark,
ins {
	color: #000;
	background: #ddd;
}

dl,
dd {
	margin: 0 0 1.75rem;
}

dt {
	font-weight: 700;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monaco, Consolas, 'Lucida Console', monospace;
	font-size: 1rem;
}

pre {
	line-height: 1.75;
	overflow: auto;
	max-width: 100%;
	margin: 0 0 1.75rem;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	border: 1px solid #e6e6e6;
}

code {
	padding: 0.125em 0.25em;
	background-color: #f9f9f9;
}

blockquote {
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.75;
	margin-bottom: 1.75rem;
	padding-left: 0.875em;
	color: #606060;
	border-left: 4px solid #e6e6e6;
}

blockquote p {
	margin-bottom: 1.75rem;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	font-size: 0.8rem;
	line-height: 2.1875;
	color: #333;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}


/**
 * 2.2 Headings
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 1.75rem;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-bottom: 0.25rem;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
	text-transform: uppercase;
}

h6 {
	font-size: 1.25rem;
}


/**
 * 2.3 Forms
 */

input {
	line-height: normal;
}

input:focus,
input[type='button'],
input[type='reset'],
input[type='submit'],
textarea:focus {
	-webkit-transition: all 0.15s ease-in-out;
	        transition: all 0.15s ease-in-out;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type='button'],
input[type='button'][disabled]:hover,
input[type='button'][disabled]:focus,
input[type='reset'],
input[type='reset'][disabled]:hover,
input[type='reset'][disabled]:focus,
input[type='submit'],
input[type='submit'][disabled]:hover,
input[type='submit'][disabled]:focus {
	font-weight: 700;
	line-height: 1;
	padding: 1em 1.25em;
	letter-spacing: 0.046875em;
	text-transform: uppercase;
	color: #fff;
	border-width: 0;
	background-color: #333;
}

button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
	cursor: pointer;
	background: #006eb8;
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='week'],
input[type='month'],
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='number'],
textarea {
	width: 100%;
	padding: 1.25em;
	color: #606060;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}

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

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	font-size: 13px;
	font-size: 0.875rem;
	line-height: 1.6153846154;
	display: block;
	margin-bottom: 1.75em;
	letter-spacing: 0.076923077em;
	text-transform: uppercase;
	color: #333;
}

.post-password-form input[type='password'] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

.search-field {
	width: calc(100% - 42px);
	border-radius: 2px 0 0 2px;
}

.search-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 42px;
	padding: 0;
	border-left-width: 0;
	border-radius: 0 2px 2px 0;
}


/**
 * 2.4 Tables
 */

table,
th,
td {
	border: 1px solid #e6e6e6;
}

table {
	width: 100%;
	margin: 0 0 1.75rem;
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: separate;
	border-width: 1px 0 0 1px;
}

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

th {
	font-weight: 700;
	border-width: 0 1px 1px 0;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}


/**
 * 3.0 - Float Clearing
 */

.author-info:after,
.footer-menu:after,
.gallery:after,
.header-menu:after,
.hentry:after,
.main-navigation:after,
.post-navigation:after,
.site-content:after,
.entry-content:after,
.entry-comments:after,
.widget .search-form:after,
.featured-content:after,
.featured-posts:after {
	display: table;
	clear: both;
	content: '';
}


/**
 * 4.0 - Accessibility
 * Text meant only for screen readers.
 */

.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

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


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

#content[tabindex='-1']:focus {
	outline: 0;
}


/**
 * 5.0 - Alignment
 */

.alignleft {
	float: left;
	margin: 0.4375rem 1.75rem 1.75rem 0;
}

.alignright {
	float: right;
	margin: 0.4375rem 0 1.75rem 1.75rem;
}

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


/**
 * 6.0 - Media
 */


/**
 * 6.1 - Smiley
 */

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


/**
 * 6.2 - Captions
 */

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

.wp-caption img[class*='wp-image-'],
.entry-content .gallery img {
	display: block;
	margin: 0;
}

.wp-caption-text {
	font-size: 14px;
	font-style: italic;
	line-height: 2;
	padding-top: 0.5845em;
	color: #606060;
}


/**
 * 6.3 - Media Elements
 */

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

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
	-webkit-transition: all 0.1s ease-in-out;
	        transition: all 0.1s ease-in-out;
}


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

embed,
iframe,
object,
video {
	max-width: 100%;
	margin-bottom: 1.75em;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	padding: 0.7em 0;
	border-bottom: 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7em;
}

.mejs-container {
	margin-bottom: 1.75rem;
}


/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	border: 0;
	background: transparent;
}


/**
 * 6.4 - Gallery
 */

.gallery-item {
	display: inline-block;
	width: 50%;
	margin: 0 0 1.75em;
	padding: 0 0.875em 0 0;
	text-align: left;
	vertical-align: top;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	display: inline-block;
	max-width: 100%;
	background: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.gallery-caption {
	display: block;
	margin-bottom: 0;
	padding: 0 10px 0 0;
	text-align: left;
}


/**
 * 7.0 Widgets
 */

.widget {
	font-size: 0.9rem;
	line-height: 1.86666667;
	margin-bottom: 40px;
	padding: 40px;
	background-color: transparent;
}

h3.widget-title {
	font-size: 1.25rem;
	margin-bottom: 0.875rem;
}

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

.widget li,
.widget li li:first-child {
	margin-top: 0.875rem;
	padding-top: 0.875rem;
	border-top: 1px dotted #e6e6e6;
}

.widget li:first-child,
.widget .nav-menu li,
.widget .nav-menu li li {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.widget li li {
	margin-left: 0.875rem;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 700;
	margin: 0 0 1.75rem;
	letter-spacing: 0.04em;
}

.widget_calendar tbody a {
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	font-weight: 400;
}

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

.widget .post-date {
	display: block;
}


/**
 * 7.1 - Header Widgets
 */

.header-widget {
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.header-widget .widget {
	margin-bottom: 0;
	padding: 0 40px 40px;
}


/**
 * 7.2 - Sidebar Widgets
 */

#secondary .widget,
#tertiary .widget {
	background-color: #fff;
}


/**
 * 7.3 - Footer Widgets
 */

.footer-widgets {
	background-color: #fff;
}

.footer-widgets .widget {
	margin-bottom: 0;
	padding-top: 0;
}

.footer-widget:first-child .widget {
	padding-top: 40px;
}


/**
 * 8.0 - Navigation
 */

#main-navigation .wrap,
.nav-menu,
.nav-menu .sub-menu {
	display: none;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.no-js .nav-menu,
.no-js .sub-menu,
.no-js #main-navigation .wrap,
#main-navigation.toggled-on .wrap,
.toggled-on .nav-menu,
.sub-menu.toggled-on {
	display: block;
}

.nav-menu .menu-item {
	position: relative;
}

.nav-menu a {
	font-size: 0.9rem;
	line-height: 1.94444;
	display: block;
	padding: 0.875em 0;
	color: #333;
	background-color: transparent;
}

.nav-menu a:hover,
.nav-menu a:focus {
	color: #006eb8;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.nav-menu .menu-item-has-children > a,
.nav-menu .page_item_has_children > a {
	margin-right: 56px;
}

.nav-menu .sub-menu {
	margin-left: 0.875em;
}


/**
 * 8.1 - Menu and sub-menu toggle buttons
 */

.menu-toggle {
	width: 100%;
	color: #333;
	border-top: 1px solid #e6e6e6;
	background-color: transparent;
}

.menu-toggle:hover,
.menu-toggle:focus,
.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
	color: #006eb8;
	background-color: transparent;
}

.toggled-on .menu-toggle {
	border-bottom: 1px solid #e6e6e6;
}

.sub-menu-toggle {
	font-size: 0.9rem;
	line-height: 1.94444;
	position: absolute;
	top: 0;
	right: -10px;
	height: 3.5em;
	padding: 0.875em 10px;
	color: #333;
	background-color: transparent;
}


/**
 * 8.2 - Primary menu
 */

#main-navigation .wrap {
	padding: 0 40px;
}

#main-navigation > .wrap {
	padding-bottom: 0.875em;
}

#main-navigation > .wrap {
	position: relative;
}

#main-navigation .search-form {
	padding: 1.75em 0 0.875em 0;
}

#main-navigation .search-item,
#main-navigation .search-submit {
	display: none;
}

#main-navigation .search-field {
	padding: 0.875em;
}

#main-navigation .label-search {
	width: 100%;
}


/**
 * 8.3 - Header menu
 */

#header-nav {
	padding: 0 40px;
}


/**
 * 8.4 - Footer menu
 */

#footer-menu .nav-menu {
	display: block;
}

#footer-menu .menu-item {
	display: inline-block;
}

#footer-menu .menu-item a {
	padding: 0 1em 1.75em;
}

#footer-menu .menu-item-has-children a:hover,
#footer-menu .menu-item-has-children a:focus,
#footer-menu .page_item_has_children a:hover,
#footer-menu .page_item_has_children a:focus {
	background-color: transparent;
}

#footer-menu .menu-item-has-children > a,
#footer-menu .page_item_has_children > a {
	margin-right: 0;
}


/**
 * 8.5 - Post pagination and navigation
 */

.navigation {
	clear: both;
	margin: 0 auto 40px;
}

.nav-links a {
	margin-top: 1px;
	color: #606060;
	border-width: 0;
	background-color: #fff;
}

.page-numbers {
	display: inline-block;
	margin-top: 1px;
	padding: 0.5em 1.25em;
	background-color: #fff;
}

.nav-next a,
.nav-previous a {
	display: block;
	padding: 40px;
}

.nav-links a:hover,
.nav-links a:focus,
.page-numbers.current {
	color: #333;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-shadow: 1px 0 0 currentColor;
}

.meta-nav {
	font-size: 0.6875rem;
	display: block;
	margin-bottom: 0.875rem;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
	color: #606060;
	background: transparent;
}

.page-links {
	margin: 0 0 1.75rem;
}


/**
 * 9.0 Site Layout & Structure
 */

.hide-on-mobile {
	display: none;
}

.page-header,
.post-wrapper,
.page-content,
.author-info,
.comment-respond,
.entry-comments,
.woo-content {
	margin-bottom: 40px;
	padding: 40px;
	background-color: #fff;
}


/**
 * 9.1 Site Header
 */

.site-header {
	background-color: #fff;
}

.site-branding {
	padding: 40px;
	text-align: center;
}

.custom-logo-link:hover,
.custom-logo-link:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

h1.site-title,
p.site-title {
	font-family: 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0;
}

.site-title a {
	color: #333;
}

.site-title a:hover,
.site-title a:focus {
	-webkit-box-shadow: inset 0 0 0 currentColor, 0 3px 0 currentColor;
	        box-shadow: inset 0 0 0 currentColor, 0 3px 0 currentColor;
}

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

.wp-custom-header {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.wp-custom-header img {
	display: block;
	margin: 0 auto;
}


/**
 * 9.2 Featured Posts
 */

.featured-posts {
	position: relative;
	margin-bottom: 40px;
	padding: 30% 0 0;
	background-color: #eaeaea;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.featured-head {
	display: none;
	margin-bottom: 1px;
	padding: 0.5em 1.5em;
	background-color: rgba(255, 255, 255, 0.7);
}

.featured-posts .hentry {
	margin-bottom: 0;
	padding: 1.5em;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1.8%, rgba(0, 0, 0, 0.002)), color-stop(4.8%, rgba(0, 0, 0, 0.008)), color-stop(9%, rgba(0, 0, 0, 0.021)), color-stop(13.9%, rgba(0, 0, 0, 0.042)), color-stop(19.8%, rgba(0, 0, 0, 0.075)), color-stop(27%, rgba(0, 0, 0, 0.126)), color-stop(35%, rgba(0, 0, 0, 0.194)), color-stop(43.5%, rgba(0, 0, 0, 0.278)), color-stop(53%, rgba(0, 0, 0, 0.382)), color-stop(66%, rgba(0, 0, 0, 0.541)), color-stop(81%, rgba(0, 0, 0, 0.738)), to(#000));
	background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.002) 1.8%, rgba(0, 0, 0, 0.008) 4.8%, rgba(0, 0, 0, 0.021) 9%, rgba(0, 0, 0, 0.042) 13.9%, rgba(0, 0, 0, 0.075) 19.8%, rgba(0, 0, 0, 0.126) 27%, rgba(0, 0, 0, 0.194) 35%, rgba(0, 0, 0, 0.278) 43.5%, rgba(0, 0, 0, 0.382) 53%, rgba(0, 0, 0, 0.541) 66%, rgba(0, 0, 0, 0.738) 81%, #000 100%);
}

.featured-wrapper .entry-title {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.65);
}

a.featured-post-link {
	position: absolute;
	z-index: 99;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

a.featured-post-link:hover,
a.featured-post-link:focus {
	border-bottom-width: 0;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.featured-posts .entry-header {
	margin-bottom: 0;
}


/**
 * 9.3 Site Content
 */

.site-content {
	position: relative;
	margin: 0 auto;
	padding-top: 40px;
}


/**
 * # Content Sidebar Wrap
 */


/**
 * ## Post/Page Entry
 */

.sticky {
	position: relative;
}

.thumbnails,
.single-thumb > img {
	margin-bottom: 0;
}

.thumb-above-title .thumbnails,
.thumb-below-title .thumbnails,
.thumb-above-title .single-thumb > img,
.thumb-below-title .single-thumb > img {
	margin-bottom: 1.75rem;
}

.entry-header {
	margin-bottom: 1.75rem;
}

.entry-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #333;
	-webkit-box-shadow: inset 0 0 0 currentColor, 0 3px 0 currentColor;
	        box-shadow: inset 0 0 0 currentColor, 0 3px 0 currentColor;
}

.entry-meta {
	font-size: 0.9rem;
	width: 100%;
	text-transform: capitalize;
}

.comments-link {
	text-transform: initial;
}

.entry-meta > span {
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid #e6e6e6;
}

.entry-meta > span:last-child {
	border-right-width: 0;
}

.modified-entry-date {
	display: none;
}

.entry-content a {
	-webkit-box-shadow: inset 0 0 0 currentColor, 0 1px 0 currentColor;
	        box-shadow: inset 0 0 0 currentColor, 0 1px 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

a.more-link {
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

a.more-link:hover,
a.more-link:focus {
	-webkit-box-shadow: inset 0 0 0 currentColor, 0 1px 0 currentColor;
	        box-shadow: inset 0 0 0 currentColor, 0 1px 0 currentColor;
}

.home .entry-content p:last-child,
.archive .entry-content p:last-child,
.search .entry-content p:last-child {
	margin-bottom: 0;
}

.entry-footer {
	font-size: 0.9rem;
	padding-top: 0.875em;
	border-top: 1px solid #e6e6e6;
}

.page .entry-footer {
	padding-top: 0;
	border-top-width: 0;
}

.entry-footer > span {
	display: block;
}


/**
 * ## Post Author
 */

.author-info p {
	margin-bottom: 0;
}

.avatar {
	display: block;
	margin: 0 auto 14px;
}

.author-title {
	margin-bottom: 0;
	text-align: center;
}


/**
 * ## Comments
 */

.comment-respond,
.entry-comments {
	font-size: 0.9rem;
}

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

.comment-list .children {
	padding-left: 1.75em;
	list-style: none;
}

.comment-inner,
.pingback {
	padding-top: 40px;
	background-color: #fff;
}

.comments-title {
	background-color: #fff;
}

.comment-header {
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.pingback p,
.comment-content p:last-child {
	margin: 0;
}

.comment-author .avatar {
	float: left;
	margin-right: 1.75rem;
	border-radius: 100%;
}

.bypostauthor .avatar {
	border-color: green;
}

.comment-content {
	clear: both;
	padding: 1em 0;
}

.comment-content a {
	border-bottom: 1px solid currentColor;
}

.comment-content a:hover,
.comment-content a:focus {
	border-bottom: none;
}

.comment-respond {
	clear: both;
}

.comment-reply-link {
	margin-right: 14px;
}

.comment-edit-link {
	display: inline-block;
}

.pingback .comment-edit-link {
	display: block;
}

.no-comments {
	margin-top: 1.75rem;
	padding-left: 0.875em;
}


/**
 * 9.4 Site Footer
 */

#colophon {
	font-size: 0.9rem;
	padding: 40px 0;
	text-align: center;
	border-top: 1px solid #e6e6e6;
	background-color: #fff;
}

#colophon > .wrap {
	padding: 0 40px;
}

#colophon .copyright-text p {
	margin-bottom: 0;
}


/**
 * 9.5 Boxed Layout
 */

.boxed .site-header {
	border-bottom: 1px solid #e6e6e6;
}

.boxed .site-content {
	padding: 40px 0 0;
	background-color: #fff;
}

.boxed .author-info {
	margin-bottom: 0;
}

.boxed .featured-content {
	margin-top: -40px;
	margin-bottom: 0;
	background-color: #fff;
}

.boxed .page-header {
	padding: 0 40px 40px;
}

.boxed .post-wrapper {
	margin-bottom: 0;
	padding-top: 0;
}

.boxed .thumb-small .thumbnails,
.boxed .thumb-large .thumbnails,
.boxed .thumb-small .single-thumb > img,
.boxed .thumb-large .single-thumb > img {
	margin-bottom: 1.75rem;
}

.boxed .navigation {
	overflow: hidden;
	margin-bottom: 0;
	padding: 0 20px;
	background-color: #fff;
}

.boxed .pagination {
	margin-bottom: 40px;
	padding: 0 40px;
}

.boxed .page-numbers {
	border: 1px solid #e6e6e6;
}

.boxed .nav-next a,
.boxed .nav-previous a {
	padding: 20px;
}

.boxed .widget {
	margin-bottom: 0;
	padding-top: 0;
}

.boxed .footer-widget:first-child .widget {
	padding-top: 0;
}

.boxed .page-header,
.boxed .post-wrapper,
.boxed .page-content,
.boxed .author-info,
.boxed .comment-respond,
.boxed .entry-comments,
.boxed .woo-content {
	margin-bottom: 0;
}


/**
 * 10.0 - Plugins Compatibility
 */


/**
 * 10.1 - Jetpack
 */

.infinite-scroll .pagination,
.infinite-scroll.neverending .site-footer,
.infinite-scroll.neverending .footer-widgets {
	display: none;
}

.infinity-end.neverending .site-footer,
.infinity-end.neverending .footer-widgets {
	display: block;
}


/**
 * 10.2 - WooCommerce
 */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-size: 1rem;
	line-height: initial;
	padding: calc( 1.25em + 1px);
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 1.25em;
}


/**
 * 10.3 - Gravity Forms
 */

.mce-toolbar .mce-ico {
	color: currentColor;
}


/**
 * 11.0 - Media queries
 */


/**
 * 11.1 - Screen >= 640px
 */

@media only screen and (min-width: 640px) {
	html {
		font-size: 18px;
	}
}


/**
 * 11.2 - 640px <= Screen < 1024px also 1200px <= Screen
 */

@media only screen and (max-width: 1023px) and (min-width: 641px),
(min-width: 1200px) {
	.site-main .thumb-small {
		margin-bottom: 40px;
		padding: 40px;
		background-color: #fff;
	}
	.site-main .thumb-small .post-wrapper {
		position: relative;
		top: -7px;
		overflow: hidden;
		margin-bottom: 0;
		padding: 0;
	}
	.site-main .thumb-small .post-thumbnail {
		display: inline-block;
		float: left;
		margin-right: 1.75rem;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.site-main .thumb-small.right .post-thumbnail {
		float: right;
		margin-right: 0;
		margin-left: 1.75rem;
	}
	.site-main .thumb-small .post-thumbnail {
		width: 150px;
		height: 150px;
	}
	.site-main .thumb-small .thumbnails {
		min-width: 100%;
		min-height: 100%;
		margin-bottom: 0;
		opacity: 0;
	}
	.site-main .thumb-small .thumbnails:hover,
	.site-main .thumb-small .thumbnails:focus {
		opacity: 0;
	}
}


/**
 * 11.3 - Screen >= 860px
 */

@media only screen and (min-width: 860px) {
	.gallery-item {
		max-width: 25%;
	}
	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	.footer-widgets .widget {
		padding: 0 0 40px;
	}
	.footer-widgets .wrap,
	#main-navigation .wrap,
	#header-nav,
	.header-items,
	.site-content,
	#colophon > .wrap {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		padding: 0;
	}
	.featured-wrapper .entry-title {
		font-size: 3.5rem;
	}
	.featured-posts {
		padding: 24% 0 0;
	}
	.site-content {
		padding: 40px 0 0;
	}
	.site-main .thumb-small .post-thumbnail {
		width: 250px;
		height: 200px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.avatar {
		float: left;
		margin-right: 1.75rem;
		margin-bottom: 0;
	}
	.author-title {
		text-align: left;
	}
	.author-bio {
		clear: both;
	}
	.author-description {
		position: relative;
		top: -6px;
		overflow: hidden;
	}
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		float: left;
		width: 32%;
	}
	.comment-form-email,
	.comment-form-url {
		margin-left: 2%;
	}
	.boxed .site-header,
	.boxed .site-footer,
	.boxed .footer-widgets {
		max-width: 800px;
		margin: 0 auto;
	}
	.boxed .wrap,
	.boxed #main-navigation .wrap,
	.boxed #colophon > .wrap,
	.boxed .header-items,
	.boxed .footer-widget > .wrap {
		max-width: 720px;
	}
}


/**
 * 11.4 - Screen >= 1024px
 */

@media only screen and (min-width: 1024px) {
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
	.aligned .header-widget {
		display: block;
	}
	.aligned .header-widget .widget {
		margin: 0;
		padding: 20px 40px;
	}
	.left .header-widget .widget {
		float: right;
		padding-right: 0;
	}
	.right .header-widget .widget {
		float: left;
		padding-left: 0;
	}
	.footer-widgets .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.footer-widget {
		margin-right: 40px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		    flex: 1;
	}
	.footer-widgets .widget {
		padding: 40px 0;
	}
	.footer-widget:last-child {
		margin-right: 0;
	}
	.menu-toggle,
	.sub-menu-toggle,
	.sidebar-toggle {
		display: none;
	}
	#main-navigation .wrap {
		display: block;
	}
	.toggled-on .nav-menu,
	.nav-menu,
	.nav-menu .menu-item {
		display: inline-block;
		vertical-align: middle;
	}
	.sub-menu .menu-item {
		display: block;
	}
	.nav-menu a {
		padding: 0.875rem 1.25rem;
	}
	.nav-menu .menu-item-has-children > a,
	.nav-menu .page_item_has_children > a {
		margin-right: 0;
	}
	.nav-menu .menu-item-has-children:hover a,
	.nav-menu .page_item_has_children:hover a,
	.nav-menu .menu-item-has-children > a:focus,
	.nav-menu .page_item_has_children > a:focus {
		background-color: #f9f9f9;
	}
	.nav-menu .sub-menu {
		position: absolute;
		z-index: 9999;
		top: calc( 100% - 0.5px);
		left: -999em;
		display: block;
		margin-left: 0;
		text-align: left;
		opacity: 0;
		background-color: #f9f9f9;
	}
	.nav-menu .sub-menu a {
		width: 225px;
		padding: 0.875rem 1.25rem;
		word-wrap: break-word;
		border-bottom: 1px solid #e6e6e6;
		background-color: #f9f9f9;
	}
	.nav-menu .sub-menu .sub-menu {
		top: 0;
	}
	.nav-menu .menu-item:hover > .sub-menu,
	.nav-menu .menu-item.focus > .sub-menu {
		left: auto;
		opacity: 1;
	}
	.nav-menu .sub-menu .menu-item:hover > .sub-menu,
	.nav-menu .sub-menu .menu-item.focus > .sub-menu {
		left: 224px;
	}
	#main-navigation .search-form {
		position: absolute;
		z-index: 20;
		top: 0;
		right: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding: 0.875em 0;
	}
	#main-navigation .nav-search-active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#main-navigation .search-item {
		position: absolute;
		z-index: 21;
		top: 0;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#main-navigation .search-toggle {
		color: #333;
		background-color: transparent;
	}
	#main-navigation .search-toggle:hover,
	#main-navigation .search-toggle:focus {
		color: #006eb8;
	}
	#main-navigation .search-toggle:focus {
		outline: none;
	}
	#main-navigation .search-toggle .icon-close {
		display: none;
	}
	#main-navigation .nav-search-active.search-toggle .icon-close {
		display: block;
	}
	#main-navigation .nav-search-active.search-toggle .icon-search {
		display: none;
	}
	#header-menu {
		text-align: center;
	}
	#header-menu .nav-menu a {
		padding: 1.25em;
	}
	.aligned #header-menu {
		text-align: left;
	}
	.left #header-menu {
		position: relative;
		right: -1.25em;
		float: right;
		clear: right;
	}
	.left #header-menu .menu-item:hover > .sub-menu,
	.left #header-menu .menu-item.focus > .sub-menu {
		right: 0;
	}
	.left #header-menu .sub-menu .menu-item:hover > .sub-menu,
	.left #header-menu .sub-menu .menu-item.focus > .sub-menu {
		right: 224px;
		left: auto;
	}
	.right #header-menu {
		position: relative;
		left: -1.25em;
		float: left;
		clear: left;
	}
	#main-navigation {
		text-align: center;
		border-top: 1px solid #e6e6e6;
	}
	#main-navigation > .wrap {
		padding-bottom: 0;
	}
	.wp-custom-header + #main-navigation {
		border-top-width: 0;
	}
	#main-navigation.left {
		text-align: left;
	}
	#main-navigation.right {
		text-align: right;
	}
	.left #primary-menu {
		position: relative;
		left: -1.25em;
	}
	.right #primary-menu {
		position: relative;
		right: -1.25em;
	}
	.right #primary-menu .menu-item:hover > .sub-menu,
	.right #primary-menu .menu-item.focus > .sub-menu {
		right: 0;
	}
	.right #primary-menu .sub-menu .menu-item:hover > .sub-menu,
	.right #primary-menu .sub-menu .menu-item.focus > .sub-menu {
		right: 224px;
		left: auto;
	}
	.fixed-nav .site-navigation-fixed {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		border-bottom: 1px solid #e6e6e6;
		background-color: #fff;
	}
	.admin-bar .fixed-nav .site-navigation-fixed {
		top: 32px;
	}
	.footer-widgets .wrap,
	#main-navigation .wrap,
	#header-nav,
	.header-items,
	.site-content,
	#colophon > .wrap {
		max-width: 960px;
	}
	.hide-on-mobile {
		display: block;
	}
	.nav-menu .moved-item {
		display: none;
	}
	.aligned.header-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		    flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.left.header-items {
		    flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
	}
	.right.header-items {
		    flex-direction: row-reverse;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
	}
	.aligned .header-extra {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		    flex: 1;
	}
	.aligned .site-branding {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.left .site-branding {
		padding-left: 0;
	}
	.left .custom-logo-link {
		margin-right: 0.875rem;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.left .title-area {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.right .site-branding {
		padding-right: 0;
	}
	.right .title-area {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.right .custom-logo-link {
		margin-left: 0.875rem;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.featured-posts {
		margin-bottom: 0;
	}
	.featured-content {
		margin-bottom: 40px;
	}
	.multiple-featured-posts .featured-content {
		width: 100%;
	}
	.multiple-featured-posts .featured-posts {
		position: relative;
		display: block;
		float: left;
		padding: 0;
	}
	.multiple-featured-posts .featured-wrapper {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.multiple-featured-posts .featured-head {
		display: none;
	}
	.multiple-featured-posts .entry-title {
		font-size: 2.5rem;
	}
	.two-featured .featured-posts {
		width: 49%;
		height: 288px;
		max-height: 288px;
		margin-right: 2%;
	}
	.three-featured .featured-posts {
		width: 32.5%;
		height: 307px;
		max-height: 307px;
		margin-right: 1.25%;
	}
	.two-featured .featured-posts:last-child,
	.three-featured .featured-posts:last-child {
		margin-right: 0;
	}
	.three-featured .entry-title {
		font-size: 2rem;
		line-height: 1.2;
		min-height: 2.4rem;
	}
	.content-sidebar-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.content-sidebar-wrap.no-sidebar {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.content-area {
		min-width: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		    flex: 1;
	}
	.only-content .content-area {
		max-width: 800px;
	}
	.primary-sidebar {
		width: 300px;
	}
	.secondary-sidebar {
		width: 200px;
	}
	.content-sidebar .content-area,
	.content-sidebar-sidebar .content-area,
	.sidebar-content-sidebar .content-area,
	.content-sidebar-sidebar .secondary-sidebar,
	.sidebar-sidebar-content .secondary-sidebar {
		margin-right: 40px;
	}
	.sidebar-content .content-area,
	.sidebar-sidebar-content .content-area,
	.sidebar-content-sidebar .content-area {
		margin-left: 40px;
	}
	.sidebar-content .primary-sidebar,
	.sidebar-sidebar-content .primary-sidebar {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.sidebar-sidebar-content .secondary-sidebar,
	.sidebar-content-sidebar .secondary-sidebar {
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2;
	}
	.both-sidebar h1.entry-title {
		font-size: 2.5rem;
	}
	.entry-meta > span {
		margin-right: 10px;
		padding-right: 10px;
	}
	.content-sidebar-wrap:not(.both-sidebar) .site-main .thumb-small {
		margin-bottom: 40px;
		padding: 40px;
		background-color: #fff;
	}
	.content-sidebar-wrap:not(.both-sidebar) .site-main .thumb-small .post-wrapper {
		position: relative;
		top: -7px;
		overflow: hidden;
		margin-bottom: 0;
		padding: 0;
	}
	.site-main .thumb-small .post-thumbnail {
		width: 150px;
		height: 150px;
	}
	.content-sidebar-wrap:not(.both-sidebar) .site-main .thumb-small .post-thumbnail {
		display: inline-block;
		float: left;
		margin-right: 1.75rem;
	}
	.content-sidebar-wrap:not(.both-sidebar) .site-main .thumb-small.right .post-thumbnail {
		float: right;
		margin-right: 0;
		margin-left: 1.75rem;
	}
	.site-main .thumb-small .post-thumbnail:hover,
	.site-main .thumb-small .post-thumbnail:focus {
		opacity: 0.7;
	}
	.content-sidebar-wrap:not(.both-sidebar) .site-main .thumb-small .thumbnails {
		min-width: 100%;
		min-height: 100%;
		margin-bottom: 0;
		opacity: 0;
	}
	.content-sidebar-wrap:not(.both-sidebar) .site-main .thumb-small .thumbnails:hover,
	.content-sidebar-wrap:not(.both-sidebar) .site-main .thumb-small .thumbnails:focus {
		opacity: 0;
	}
	.both-sidebar .avatar {
		float: none;
		margin-right: auto;
		margin-bottom: 1.75rem;
	}
	.both-sidebar .author-title {
		text-align: center;
	}
	.both-sidebar .author-description {
		top: 0;
	}
	#colophon.aligned > .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
	}
	#colophon.aligned .footer-items {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		    flex: 1;
	}
	#colophon.aligned .footer-items .wrap {
		float: right;
		width: auto;
	}
	#colophon.aligned .nav-menu .menu-item a {
		padding-bottom: 0;
	}
	#colophon.left .menu-item:last-child a {
		padding-right: 0;
	}
	#colophon.right .menu-item:first-child a {
		padding-left: 0;
	}
	#colophon.left .footer-items .wrap {
		float: left;
	}
	#colophon.left > .wrap {
		    flex-direction: row-reverse;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
	}
	.boxed .site-header,
	.boxed .site-footer,
	.boxed .footer-widgets {
		max-width: 960px;
	}
	.boxed .wrap,
	.boxed #main-navigation .wrap,
	.boxed #colophon > .wrap,
	.boxed .header-items,
	.boxed .footer-widget > .wrap {
		max-width: 880px;
	}
	.boxed .featured-content {
		padding-bottom: 40px;
	}
	.boxed .two-featured .featured-posts {
		width: 50%;
		margin-right: 0;
	}
	.boxed .three-featured .featured-posts {
		width: 33.3333333333%;
		margin-right: 0;
	}
	.boxed .content-sidebar .post-wrapper,
	.boxed .content-sidebar .site-main .thumb-small,
	.boxed .content-sidebar-sidebar .post-wrapper,
	.boxed .content-sidebar-wrap.content-sidebar-sidebar .site-main .thumb-small {
		padding-right: 0;
	}
	.boxed .sidebar-content .post-wrapper,
	.boxed .sidebar-content .site-main .thumb-small,
	.boxed .sidebar-sidebar-content .post-wrapper,
	.boxed .content-sidebar-wrap.sidebar-sidebar-content .site-main .thumb-small {
		padding-left: 0;
	}
	.boxed .sidebar-content .navigation,
	.boxed .sidebar-sidebar-content .navigation,
	.boxed .sidebar-content-sidebar .navigation {
		margin-left: -20px;
		padding: 0 20px 0 0;
	}
	.boxed .sidebar-content .pagination,
	.boxed .sidebar-sidebar-content .pagination,
	.boxed .sidebar-content-sidebar .pagination {
		margin-left: 0;
		padding: 0 40px 0 0;
	}
	.boxed .sidebar-content .comments-area,
	.boxed .sidebar-sidebar-content .comments-area,
	.boxed .sidebar-content-sidebar .comments-area,
	.boxed .sidebar-content .author-info,
	.boxed .sidebar-sidebar-content .author-info,
	.boxed .sidebar-content-sidebar .author-info,
	.boxed .sidebar-content .page-header,
	.boxed .sidebar-sidebar-content .page-header,
	.boxed .sidebar-content-sidebar .page-header {
		margin-left: -40px;
	}
	.boxed .content-sidebar-wrap .site-main .thumb-small {
		margin-bottom: 0;
		padding-top: 0;
	}
	.boxed .sidebar-content-sidebar .post-wrapper,
	.boxed .content-sidebar-wrap.sidebar-content-sidebar .site-main .thumb-small {
		padding-right: 0;
		padding-left: 0;
	}
	.boxed .content-area,
	.boxed .secondary-sidebar {
		margin: 0;
	}
	.boxed .content-sidebar-sidebar #secondary .widget,
	.boxed .sidebar-sidebar-content #secondary .widget {
		padding-left: 0;
	}
	.boxed .footer-widgets {
		border-top: 1px solid #e6e6e6;
	}
	.boxed .footer-widget:first-child .widget {
		padding-top: 40px;
	}
}


/**
 * 11.5 - Screen >= 1200px
 */

@media only screen and (min-width: 1200px) {
	.footer-widgets .wrap,
	#main-navigation .wrap,
	#header-nav,
	.header-items,
	.site-content,
	#colophon > .wrap {
		max-width: 1140px;
	}
	.two-featured .featured-posts {
		height: 345px;
		max-height: 345px;
	}
	.three-featured .featured-posts {
		height: 365px;
		max-height: 365px;
	}
	.primary-sidebar {
		width: 380px;
	}
	.secondary-sidebar {
		width: 240px;
	}
	.both-sidebar .primary-sidebar {
		width: 300px;
	}
	.site-main .thumb-small .post-thumbnail {
		width: 250px;
		height: 200px;
	}
	.both-sidebar .site-main .thumb-small .post-thumbnail {
		width: 150px;
		height: 150px;
	}
	.both-sidebar .avatar {
		float: left;
		margin-right: 1.75rem;
		margin-bottom: 0;
	}
	.both-sidebar .author-title {
		text-align: left;
	}
	.both-sidebar .author-description {
		top: -6px;
	}
	.boxed .site-header,
	.boxed .site-footer,
	.boxed .footer-widgets {
		max-width: 1140px;
	}
	.boxed .wrap,
	.boxed #main-navigation .wrap,
	.boxed .header-items,
	.boxed .footer-widget > .wrap,
	.boxed #colophon > .wrap {
		max-width: 1060px;
	}
}


/**
 * 11.6 - Screen >= 1340px
 */

@media only screen and (min-width: 1340px) {
	.footer-widgets .wrap,
	#main-navigation .wrap,
	#header-nav,
	.header-items,
	.site-content,
	#colophon > .wrap {
		max-width: 1280px;
	}
	.two-featured .featured-posts {
		height: 385px;
		max-height: 385px;
	}
	.three-featured .featured-posts {
		height: 410px;
		max-height: 410px;
	}
	.both-sidebar .primary-sidebar {
		width: 380px;
	}
	.boxed .site-header,
	.boxed .site-footer,
	.boxed .footer-widgets,
	.boxed .site-content {
		max-width: 1200px;
	}
	.boxed .wrap,
	.boxed #main-navigation .wrap,
	.boxed .header-items,
	.boxed .footer-widget > .wrap,
	.boxed #colophon > .wrap {
		max-width: 1120px;
	}
}


/**
 * 11.7 - Screen >= 1680px
 */

@media only screen and (min-width: 1680px) {
	.wp-custom-header {
		max-width: 1280px;
	}
}
