/*
Theme Name: Windmill
Theme URI: https://themeforest.net/user/v_kulesh/portfolio
Author: Vladimir Kulesh
Author URI: https://themeforest.net/user/v_kulesh
Description: Windmill is a simple, clean and modern blog/magazine WordPress theme. It is totaly responsive, so it adapts to any device it is viewed on. It has harmonious fluid grid using a mobile-first approach and impeccable polish in every detail. Windmill will make your WordPress look beautiful everywhere. Easy installation and powerful settings are all you need to build excellent websites.
Version: 1.1.4
License: Themeforest Split Licence
License URI: http://themeforest.net/licenses
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: windmill

DO NOT EDIT THIS FILE!

If you want to edit/add styles you need to enable the child theme and add your custom styles there.
https://codex.wordpress.org/Child_Themes
*/
/*
TABLE OF CONTENTS

1.0 - Normalize
2.0 - Typography
3.0 - Links
4.0 - Buttons
5.0 - Forms
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Media
  9.1 - Captions
  9.2 - Galleries
10.0 - Navigation
  10.1 - Main Navigation
  10.2 - Additional Navigation
  10.3 - Page Links
  10.4 - Post Navigation
  10.5 - Image and Comment Navigation
  10.6 - Pagination
  10.7 - Footer Navigation
  10.8 - Social Navigation
  10.9 - Scroll to Top
11.0 - Widgets
12.0 - Content
  12.1 - Header
  12.2 - Featured
  12.3 - Pages
  12.4 - Posts
  12.5 - Post Items
  12.6 - Post Cards
  12.7 - Author Info
  12.8 - Related Posts
  12.9 - Comments
  12.10 - Sidebar
  12.11 - Footer
  12.12 - Search Overlay
13.0 - Multisites
14.0 - Media Queries & Print
*/
/*
1.0 - Normalize

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
html {
	line-height: 1.15;

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

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	margin: .67em 0;
	font-size: 2em;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

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

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

a {
	background-color: transparent;

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

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

	-webkit-text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

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

dfn {
	font-style: italic;
}

mark {
	color: #000;
	background-color: #ff0;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	cursor: pointer;

	-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: .35em .75em .625em;
}

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

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

[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,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*
2.0 - Typography
*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

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

body {
	color: #202226;
	background-color: #f4f6f9;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	clear: both;
	margin: 0 0 20px;
	color: inherit;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.125;

	text-rendering: optimizeLegibility;
}

h1,
.h1 {
	font-size: 28px;
}

h2,
.h2 {
	font-size: 25px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 16px;
}

p {
	margin: 0 0 20px;
}

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

blockquote {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 10px 0 12px 20px;
	color: #202226;
	border-width: 0 0 0 5px;
	border-style: solid;
	border-color: #e4e9f0;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5625;
}

blockquote,
q {
	quotes: none;
}

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

blockquote p {
	margin-bottom: 20px;
}

blockquote cite,
blockquote small {
	display: block;
	color: #a7a7b3;
	font-size: 13px;
	line-height: 1.42857;
}

blockquote cite:before,
blockquote small:before {
	content: '\2014\00a0';
}

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

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

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

address {
	margin: 0 0 20px;
	font-style: italic;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

pre {
	overflow: auto;
	max-width: 100%;
	margin: 0 0 20px;
	padding: 20px 25px;
	white-space: pre-wrap;
	word-wrap: break-word;
	border: 0;
	border-radius: 3px;
	background-color: #f4f6f9;
	font-size: 14px;
	line-height: 1.71429;
}

code {
	background-color: #f4f6f9;
}

pre > code {
	background-color: transparent;
}

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

mark,
ins {
	padding: 0 5px;
	text-decoration: none;
	color: #fff;
	background-color: #a71e22;
}

big {
	font-size: 125%;
}

hr {
	height: 1px;
	margin: 0 0 20px;
	border: 0;
	background-color: #e3e3e9;
}

ul,
ol {
	padding: 0;
}

ul {
	margin: 0 0 20px 20px;
	list-style: disc;
}

ol {
	margin: 0 0 20px 25px;
	list-style: decimal;
}

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

dl {
	margin: 0 0 20px;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 0 20px;
}

img {
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	height: auto;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: .8;
}

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

table {
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
	margin: 0 0 20px;
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: separate;
	border-width: 1px 0 0 1px;
}

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

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

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

th,
td {
	padding: 8px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #a7a7b3;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

:-moz-placeholder {
	color: #a7a7b3;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

::-moz-placeholder {
	opacity: 1;
	color: #a7a7b3;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #a7a7b3;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

::-moz-selection {
	color: #fff;
	background-color: #a71e22;
}

::selection {
	color: #fff;
	background-color: #a71e22;
}

/*
3.0 - Links
*/
a {
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	text-decoration: none;
	color: #a71e22;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
	color: #1261af;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*
4.0 - Buttons
*/
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 {
	display: inline-block;
	padding: 10px 15px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
	border: 1px solid #a71e22;
	border-radius: 3px;
	background-color: #a71e22;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857;
}

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 {
	color: #fff;
	border-color: #161718;
	background: #161718;
}

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

/*
5.0 - Forms
*/
/* Labels */
label {
	display: block;
	margin: 0 0 5px;
	color: #a7a7b3;
	font-size: 13px;
}

/* Inputs */
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 {
	display: block;
	width: 100%;
	padding: 10px 15px;
	color: #a7a7b3;
	border: 1px solid #e3e3e9;
	border-radius: 3px;
	background-color: #fff;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
}

textarea {
	line-height: 1.875;
}

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: #424248;
	border-color: #c6c6d3;
	outline: 0;
	background-color: #fff;
}

/* Selects */
select {
	display: block;
	width: 100%;
	padding: 10px 15px;
	color: #a7a7b3;
	border: 1px solid #e3e3e9;
	border-radius: 3px;
	background-color: #fff;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
}

select:focus {
	color: #424248;
	border-color: #c6c6d3;
	outline: 0;
	background-color: #fff;
}

/* Post Password Form */
.post-password-form {
	margin: 0 0 20px;
}

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

.post-password-form label {
	margin: 0 0 20px;
}

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

/* Search Form */
.search-form {
	position: relative;
}

input[type='search'].search-field {
	padding-right: 44px;
}

.search-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 44px;
	padding: 0;
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	color: #a7a7b3;
	border: 0;
	background-color: transparent;
}

.search-submit:hover,
.search-submit:focus {
	color: #717183;
	background-color: transparent;
}

.search-submit:before {
	position: relative;
	display: inline-block;
	width: 44px;
	content: '\f4a4';
	text-transform: none;
	font-family: 'Ionicons';
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	line-height: 42px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
}

/*
6.0 - Accessibility
*/
/* Text meant only for screen readers */
.says,
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	top: -9999em;
	left: -9999em;
	display: block;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	color: #202226;
	outline: none;
	background-color: #f4f6f9;
	font-weight: 600;
}

.site .skip-link:focus {
	z-index: 100000;
	top: 0;
	left: 0;
	clip: auto;
	width: auto;
	height: auto;
}

/*
7.0 - Alignments
*/
.alignleft {
	margin: 0 0 20px;
}

.alignright {
	margin: 0 0 20px;
}

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

blockquote.alignleft {
	margin: 0 0 20px;
}

blockquote.alignright {
	margin: 0 0 20px;
}

blockquote.aligncenter {
	margin: 0 auto 20px;
}

/*
8.0 - Clearings
*/
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.secondary-menu:before,
.secondary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	display: table;
	table-layout: fixed;
	content: '';
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}

/*
9.0 - Media
*/
.site .avatar {
	border-radius: 50%;
}

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

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

.post .entry-content img.aligncenter.size-large {
	max-width: calc(100% + 30px);
	margin-right: -15px;
	margin-left: -15px;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
	margin: 0 0 20px;
	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: 0 0 20px;
}

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

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

.wp-playlist-item .wp-playlist-caption {
	padding: 5px 0;
	border-bottom: 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 3px;
}

/*
9.1 - Captions
*/
.wp-caption {
	max-width: 100%;
	margin: 0 0 20px;
}

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

.wp-caption .wp-caption-text {
	padding: 12px 15px 0;
	color: #a7a7b3;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.42857;
}

/*
9.2 - Galleries
*/
.gallery {
	margin: 30px -10px 10px;
}

.gallery:first-child {
	margin-top: 0;
}

.gallery-item {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0 10px 20px;
	text-align: center;
	vertical-align: top;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	padding: 12px 15px 0;
	text-align: left;
	color: #a7a7b3;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.42857;
}

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

/*
10.0 - Navigation
*/
/*
10.1 - Main Navigation
*/

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

.main-navigation ul.toggled-on {
	display: block;
}

.main-navigation li {
	position: relative;
	border-width: 1px 0 0;
	border-style: dotted;
	border-color: rgba(255, 255, 255, .1);
}

.main-navigation a {
	display: block;
	padding: 15px 0;
	color: #fff;
	outline-offset: -1px;
	font-weight: 500;
	line-height: 1;
	font-size: 17px;
	text-transform: uppercase;
	position: relative;
	margin-right: 30px;
}

.main-navigation a:before {
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 100%;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	background: #a71e22;
	transition: all .25s;
}

.main-navigation a:hover:before,
.main-navigation a:focus:before {
	opacity: 1;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	text-decoration: none;
	color: #fff;
}

.main-navigation .current-menu-item > a:before,
.main-navigation .current-menu-ancestor > a:before {
	opacity: 1;
}

.main-navigation .menu-item-has-children > a {
	margin: 0 44px 0 0;
}

.main-navigation ul ul {
	display: none;
	margin: 0 0 0 15px;
}

.no-js .main-navigation ul ul {
	display: block;
}

/* Dropdown Toggle */
.dropdown-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	content: '';
	text-align: center;
	color: #787d82;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	color: #5f6468;
	background-color: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:after {
	position: relative;
	left: 0;
	display: inline-block;
	width: 44px;
	height: 34px;
	content: '\f107';
	border-width: 0 0 0 1px;
	border-style: dotted;
	border-color: rgba(255, 255, 255, .1);
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	font-size: 24px;
	line-height: 34px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: '\f106';
}

/*
10.2 - Additional Navigation
*/
.additional-navigation {
	border-width: 1px 0 0;
	border-style: dotted;
	border-color: rgba(255, 255, 255, .1);
}

.additional-navigation ul {
	margin: 0;
	list-style: none;
}

.additional-navigation ul.toggled-on {
	display: block;
}

.additional-navigation li {
	position: relative;
	display: inline-block;
}

.additional-navigation button {
	padding: 15px 0;
	color: #a7a7b3;
	border: 0;
	outline-offset: -1px;
	background-color: transparent;
	font-size: 24px;
	line-height: 1;
}

.additional-navigation button:hover,
.additional-navigation button:focus {
	color: #fff;
}

.additional-navigation button:before {
	display: block !important;
}

.additional-navigation button.button-search:before {
	display: inline-block;
	content: '\f4a4';
	text-transform: none;
	font-family: 'Ionicons';
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
	font-size: 20px;
}

.featured-has-media .additional-navigation button {
	color: #d9d9d9;
}

.featured-has-media .additional-navigation button:hover,
.featured-has-media .additional-navigation button:focus {
	color: #fff;
}

/*
10.3 - Page Links
*/
.page-links {
	clear: both;
	margin: 20px 0 0;
}

.page-links a,
.page-links > span {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 8px 14px;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.53846;
}

.page-links a {
	color: #202226;
	border-color: #e3e3e9;
}

.page-links a:hover,
.page-links a:focus {
	text-decoration: none;
	color: #fff;
	border-color: #a71e22;
	background-color: #a71e22;
}

.page-links > span {
	color: #fff;
	border-color: #a71e22;
	background-color: #a71e22;
}

.page-links > .page-links-title {
	color: #202226;
	border-color: #e3e3e9;
	background-color: #fff;
}

.entry-content .page-links a {
	background-image: none;
}

/*
10.4 - Post Navigation
*/
.post-navigation {
	clear: both;
	margin: 0 0 30px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	width: 100%;
}

.post-navigation div + div {
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 2px solid #e3e3e9;
}

.post-navigation a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	color: #202226;
}

.post-navigation a:hover,
.post-navigation a:focus {
	text-decoration: none;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #a71e22;
}

.post-navigation span {
	display: block;
}

.post-navigation .nav-link-thumbnail {
	position: relative;
	overflow: hidden;
	    flex: 0 0 auto;

	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
}

.post-navigation .nav-link-thumbnail img {
	width: 82px;
	border-radius: 3px;
}

.post-navigation .nav-link-meta {
	    flex: 1 1 auto;
	margin: auto 0;

	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
}

.post-navigation .nav-link-thumbnail + .nav-link-meta {
	padding-left: 15px;
}

.post-navigation .nav-link-meta + .nav-link-thumbnail {
	padding-left: 15px;
}

.post-navigation .meta-nav {
	margin: 0 0 5px 0;
	color: #a7a7b3;
}

.post-navigation .post-title {
	display: inline;
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	-webkit-hyphens: auto;
	        hyphens: auto;
	font-weight: 600;

	    -ms-hyphens: auto;
	text-rendering: optimizeLegibility;
}

.single-attachment .post-navigation .nav-previous {
	width: 100%;
}

.single-attachment .post-navigation .nav-previous .nav-link-meta {
	padding-right: 0;
	padding-left: 0;
}

/*
10.5 - Image and Comment Navigation
*/
/* Image and Comment Navigation */
.image-navigation,
.comment-navigation {
	margin: 0 0 20px;
	padding: 15px 0;
	color: #a7a7b3;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e3e3e9;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	display: inline-block;
	padding: 0 7px 0 3px;
	content: '\002f';
	opacity: .5;
}

.image-navigation a,
.comment-navigation a {
	color: #a7a7b3;
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	text-decoration: none;
	color: #7e7e90;
}

/*
10.6 - Pagination
*/
.pagination {
	position: relative;
}

.pagination .page-numbers {
	display: none;
	margin: 0 3px 0 0;
	padding: 12px 16px;
	color: #202226;
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e9;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

.pagination .page-numbers:last-child {
	margin-right: 0;
}

.pagination a:hover,
.pagination a:focus,
.pagination .page-numbers.current {
	color: #fff;
	border-color: #a71e22;
	background-color: #a71e22;
}

.pagination a:hover,
.pagination a:focus {
	text-decoration: none;
}

.pagination .current,
.pagination .prev,
.pagination .next {
	display: inline-block;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

/*
10.7 - Footer Navigation
*/
.footer-navigation ul {
	margin: 0;
	list-style: none;
}

.footer-navigation li {
	position: relative;
	display: inline-block;
	margin: 0 35px 10px 0;
}

.footer-navigation li:last-child {
	margin-right: 0;
}

.footer-navigation li > a {
	display: block;
	color: #c2c2c7;
	font-size: 15px;
	line-height: 1.25;
}

.footer-navigation li > a:hover,
.footer-navigation li > a:focus {
	text-decoration: none;
	color: #f7f7f8;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.footer-navigation li.current-menu-item > a,
.footer-navigation li.current-menu-ancestor > a {
	color: #f7f7f8;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.copyright { font-size: 12px; }

.copyright a {
    text-decoration: underline;
}
/*
10.8 - Social Navigation
*/
.social-navigation ul {
	margin: 0;
	list-style: none;
}

.social-navigation li {
	display: inline-block;
	margin: 0 10px 0 0;
}

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

.social-navigation li a {
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	color: #fff;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .1);
	font-size: 16px;
}

.social-navigation li a:hover,
.social-navigation li a:focus {
	opacity: .7;
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
}

.social-navigation li a:before {
	display: inline-block;
	width: 36px;
	height: 36px;
	content: '\f1e0';
	text-align: center;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	line-height: 36px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

.social-navigation li a[href*='codepen.com'] {
	background-color: #000;
}

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

.social-navigation li a[href*='digg.com'] {
	background-color: #000;
}

.social-navigation li a[href*='digg.com']:before {
	content: '\f1a6';
}

.social-navigation li a[href*='dribbble.com'] {
	background-color: #ea4c89;
}

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

.social-navigation li a[href*='dropbox.com'] {
	background-color: #007ee5;
}

.social-navigation li a[href*='dropbox.com']:before {
	content: '\f16b';
}

.social-navigation li a[href*='facebook.com'] {
	background-color: #3b5998;
}

.social-navigation li a[href*='facebook.com']:before {
	content: '\f09a';
}

.social-navigation li a[href*='flickr.com'] {
	background-color: #0063dc;
}

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

.social-navigation li a[href*='foursquare.com'] {
	background-color: #f94877;
}

.social-navigation li a[href*='foursquare.com']:before {
	content: '\f180';
}

.social-navigation li a[href*='plus.google.com'] {
	background-color: #dc4e41;
}

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

.social-navigation li a[href*='github.com'] {
	background-color: #181717;
}

.social-navigation li a[href*='github.com']:before {
	content: '\f1d3';
}

.social-navigation li a[href*='instagram.com'] {
	background-color: #e4405f;
}

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

.social-navigation li a[href*='linkedin.com'] {
	background-color: #0077b5;
}

.social-navigation li a[href*='linkedin.com']:before {
	content: '\f0e1';
}

.social-navigation li a[href*='pinterest.com'] {
	background-color: #bd081c;
}

.social-navigation li a[href*='pinterest.com']:before {
	content: '\f231';
}

.social-navigation li a[href*='getpocket.com'] {
	background-color: #ef3f56;
}

.social-navigation li a[href*='getpocket.com']:before {
	content: '\f265';
}

.social-navigation li a[href*='reddit.com'] {
	background-color: #ff4500;
}

.social-navigation li a[href*='reddit.com']:before {
	content: '\f281';
}

.social-navigation li a[href*='skype.com'] {
	background-color: #00aff0;
}

.social-navigation li a[href*='skype.com']:before {
	content: '\f17e';
}

.social-navigation li a[href*='stumbleupon.com'] {
	background-color: #eb4924;
}

.social-navigation li a[href*='stumbleupon.com']:before {
	content: '\f1a4';
}

.social-navigation li a[href*='tumblr.com'] {
	background-color: #36465d;
}

.social-navigation li a[href*='tumblr.com']:before {
	content: '\f173';
}

.social-navigation li a[href*='twitter.com'] {
	background-color: #1da1f2;
}

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

.social-navigation li a[href*='vimeo.com'] {
	background-color: #1ab7ea;
}

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

.social-navigation li a[href*='vk.com'] {
	background-color: #6383a8;
}

.social-navigation li a[href*='vk.com']:before {
	content: '\f189';
}

.social-navigation li a[href*='wordpress.com'],
.social-navigation li a[href*='wordpress.org'] {
	background-color: #21759b;
}

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

.social-navigation li a[href*='youtube.com'] {
	background-color: #cd201f;
}

.social-navigation li a[href*='youtube.com']:before {
	content: '\f16a';
}

.social-navigation li a[href^='mailto:'] {
	background-color: #d14836;
}

.social-navigation li a[href^='mailto:']:before {
	content: '\f003';
}

.social-navigation li a[href*='spotify.com'] {
	background-color: #1ed760;
}

.social-navigation li a[href*='spotify.com']:before {
	content: '\f1bc';
}

.social-navigation li a[href*='twitch.tv'] {
	background-color: #6441a5;
}

.social-navigation li a[href*='twitch.tv']:before {
	content: '\f1e8';
}

.social-navigation li a[href$='/feed/'] {
	background-color: #ffa500;
}

.social-navigation li a[href$='/feed/']:before {
	content: '\f09e';
}

/*
10.9 - Scroll to Top
*/
.scroll-to-top {
	position: fixed;
	z-index: 5;
	right: 15px;
	bottom: 15px;
	display: none;
	width: 44px;
	height: 44px;
	-webkit-transition: none;
	        transition: none;
	color: #fff;
	border-radius: 50%;
	background-color: #a71e22;
	line-height: 44px;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
	color: #fff;
	outline: none;
	background-color: #2e3133;
}

.scroll-to-top::before {
	display: inline-block;
	width: 44px;
	height: 44px;
	content: '\f106';
	text-align: center;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	font-size: 24px;
	line-height: 40px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

/*
11.0 - Widgets
*/
.widget {
	margin: 0 0 30px;
	padding: 20px 15px;
	border-width: 4px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .05);
	border-radius: 5px;
}

.widget .widget-title {
	position: relative;
	margin: 0 0 30px;
	font-size: 22px;
}

.widget .widget-title:empty {
	margin: 0;
}

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

.widget ul li {
	margin: 0 0 15px;
	padding: 14px 0 0;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #e3e3e9;
}

.widget ul li > a {
	color: #202226;
}

.widget ul li > a:hover,
.widget ul li > a:focus {
	text-decoration: none;
	color: #a71e22;
}

.widget ul:not(.children):not(.sub-menu) > li:last-child {
	margin: 0;
	padding: 14px 0 15px;
	border-width: 1px 0 1px;
	border-style: solid;
	border-color: #e3e3e9;
}

.widget ul.children,
.widget ul.sub-menu {
	margin: 14px 0 0;
}

.widget ul.children li,
.widget ul.sub-menu li {
	position: relative;
	margin: 0 0 15px 15px;
}

.widget ul.children li:before,
.widget ul.sub-menu li:before {
	position: absolute;
	top: 22px;
	left: -15px;
	width: 4px;
	height: 4px;
	content: '';
	border-radius: 50%;
	background-color: #a71e22;
}

.widget-area > :last-child,
.widget > :last-child,
.widget .menu-main-menu-container > :last-child {
	margin-bottom: 0;
}

/* Calendar widget */
.widget_calendar table {
	margin: 0;
}

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

.widget_calendar caption {
	margin: 0 0 10px;
	font-weight: 600;
}

.widget_calendar tbody a {
	display: block;
	color: #fff;
	background-color: #a71e22;
	font-weight: 600;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #202226;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	display: block;
	margin-top: 5px;
	color: #a7a7b3;
	font-size: 13px;
}

/* Recent Comments widget */
.widget_recent_comments ul li {
	color: #a7a7b3;
	font-size: 13px;
}

.widget_recent_comments ul li .comment-author-link {
	line-height: 1.42857;
}

.widget_recent_comments ul li .comment-author-link a {
	display: inline !important;
	margin-top: 0 !important;
	text-decoration: underline;
	color: #a7a7b3;
	font-size: 13px;
}

.widget_recent_comments ul li .comment-author-link a:hover,
.widget_recent_comments ul li .comment-author-link a:focus {
	color: #424248;
}

.widget_recent_comments ul li a {
	display: block !important;
	margin-top: 5px !important;
	font-size: 14px;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -4px;
	margin-right: 5px;
}

.widget_rss ul li .rsswidget {
	font-weight: 600;
}

.widget_rss .rss-date,
.widget_rss cite {
	display: block;
	margin: 10px 0 0;
	color: #a7a7b3;
	font-size: 13px;
}

.widget_rss cite {
	font-style: normal;
}

.widget_rss .rssSummary {
	margin: 10px 0 0;
	padding: 20px;
	color: #424248;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .03);
}

/* Tag Cloud widget */
.tagcloud .tag-cloud-link {
	display: inline-block;
	margin: 0 3px 7px 0;
	padding: 10px 18px;
	color: #70707b;
	border-radius: 30px;
	background-color: #eaeef4;
	font-size: 13px;
	line-height: 1;
}

.tagcloud .tag-cloud-link:hover,
.tagcloud .tag-cloud-link:focus {
	text-decoration: none;
	color: #70707b;
	outline: 0;
	background-color: #dde3ec;
}

.tagcloud .tag-cloud-link .tag-link-count {
	color: #a7a7b3;
}

/* Search widget */
.widget_search .search-form > label {
	margin-bottom: 0;
}

/* Latest Posts Widget */

.widget_windmill_latest_posts .grid-item {
	margin: 0 0 30px;
}

.widget_windmill_latest_posts .grid-item:last-child {
	margin-bottom: 0;
}

.sidebar .widget_windmill_latest_posts {
	padding: 0;
	border: 0;
	border-radius: 0;
}

.sidebar .widget_windmill_latest_posts .grid-item {
	width: 100%;
}

.site-footer-widgets .widget.widget_windmill_latest_posts {
	    flex: 1 1 100%;

	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
}

/* Other widgets */
.widget_categories .current-cat > a,
.widget_nav_menu .current-menu-item > a,
.widget_pages .current_page_item > a {
	color: #a71e22;
}

.widget_archive li,
.widget_categories li {
	color: #a7a7b3;
}

.widget_windmill_most_commented_posts ul li,
.widget_windmill_random_posts ul li,
.widget_windmill_recent_posts ul li {
	margin-bottom: 20px;
	padding-top: 19px;
}

.widget_windmill_most_commented_posts ul:not(.children):not(.sub-menu) > li:last-child,
.widget_windmill_random_posts ul:not(.children):not(.sub-menu) > li:last-child,
.widget_windmill_recent_posts ul:not(.children):not(.sub-menu) > li:last-child {
	padding: 19px 0 20px;
}

/* Content Bottom Widgets */
.content-bottom-widgets .widget-area {
	margin: 0 0 30px;
}

.content-bottom-widgets .widget {
	padding: 0;
	border: 0;
	border-radius: 0;
}

/* Footer Widgets */
.site-footer .widget {
	padding: 0;
	border: 0;
	border-radius: 0;
}

.site-footer .widget .widget-title {
	color: #a7a7b3;
}

.site-footer .widget ul li {
	border-color: rgba(255, 255, 255, .05);
}

.site-footer .widget ul li > a {
	color: #73737d;
}

.site-footer .widget ul li > a:hover,
.site-footer .widget ul li > a:focus {
	color: #a7a7af;
}

.site-footer .widget ul:not(.children):not(.sub-menu) > li:last-child {
	border-color: rgba(255, 255, 255, .05);
}

.site-footer .widget_categories .current-cat > a,
.site-footer .widget_nav_menu .current-menu-item > a,
.site-footer .widget_pages .current_page_item > a {
	color: #a71e22;
}

.site-footer .widget_archive li,
.site-footer .widget_categories li,
.site-footer .widget_recent_entries .post-date,
.site-footer .widget_recent_comments ul li {
	color: #424248;
}

.site-footer .widget_calendar table,
.site-footer .widget_calendar th,
.site-footer .widget_calendar td {
	border-color: rgba(255, 255, 255, .07);
}

.site-footer .widget_recent_comments ul li {
	color: #424248;
}

.site-footer .widget_recent_comments ul li .comment-author-link a {
	color: #424248;
}

.site-footer .widget_recent_comments ul li .comment-author-link a:hover,
.site-footer .widget_recent_comments ul li .comment-author-link a:focus {
	color: #5a5a63;
}

.site-footer .widget_rss .widget-title a {
	color: #a7a7b3;
}

.site-footer .widget_rss .rss-date,
.site-footer .widget_rss cite {
	color: #424248;
}

.site-footer .widget_rss .rssSummary {
	color: #5a5a63;
	background-color: rgba(255, 255, 255, .03);
}

.site-footer .tagcloud .tag-cloud-link {
	color: #73737d;
	background-color: rgba(255, 255, 255, .03);
}

.site-footer .tagcloud .tag-cloud-link:hover,
.site-footer .tagcloud .tag-cloud-link:focus {
	color: #a7a7af;
	background-color: rgba(255, 255, 255, .07);
}

.site-footer .tagcloud .tag-cloud-link .tag-link-count {
	color: #424248;
}

.site-footer .widget_windmill_most_commented_posts .post-item-header-meta,
.site-footer .widget_windmill_random_posts .post-item-header-meta,
.site-footer .widget_windmill_recent_posts .post-item-header-meta {
	color: #424248;
}

.site-footer .widget_windmill_most_commented_posts .post-item-header-meta > span a,
.site-footer .widget_windmill_random_posts .post-item-header-meta > span a,
.site-footer .widget_windmill_recent_posts .post-item-header-meta > span a {
	color: #424248;
}

.site-footer .widget_windmill_most_commented_posts .post-item-header-meta > span a:hover,
.site-footer .widget_windmill_most_commented_posts .post-item-header-meta > span a:focus,
.site-footer .widget_windmill_random_posts .post-item-header-meta > span a:hover,
.site-footer .widget_windmill_random_posts .post-item-header-meta > span a:focus,
.site-footer .widget_windmill_recent_posts .post-item-header-meta > span a:hover,
.site-footer .widget_windmill_recent_posts .post-item-header-meta > span a:focus {
	color: #5a5a63;
}

.site-footer .widget_windmill_most_commented_posts .post-item-header-meta > span.cat-links a,
.site-footer .widget_windmill_random_posts .post-item-header-meta > span.cat-links a,
.site-footer .widget_windmill_recent_posts .post-item-header-meta > span.cat-links a {
	color: #a71e22;
}

.site-footer .widget_windmill_most_commented_posts .post-item-title a,
.site-footer .widget_windmill_random_posts .post-item-title a,
.site-footer .widget_windmill_recent_posts .post-item-title a {
	color: #73737d;
}

.site-footer .widget_windmill_most_commented_posts .post-item-title a:hover,
.site-footer .widget_windmill_most_commented_posts .post-item-title a:focus,
.site-footer .widget_windmill_random_posts .post-item-title a:hover,
.site-footer .widget_windmill_random_posts .post-item-title a:focus,
.site-footer .widget_windmill_recent_posts .post-item-title a:hover,
.site-footer .widget_windmill_recent_posts .post-item-title a:focus {
	color: #a7a7af;
}

.site-footer .widget_windmill_most_commented_posts .post-item-footer-meta > span a,
.site-footer .widget_windmill_random_posts .post-item-footer-meta > span a,
.site-footer .widget_windmill_recent_posts .post-item-footer-meta > span a {
	color: #424248;
}

.site-footer .widget_windmill_most_commented_posts .post-item-footer-meta > span a:hover,
.site-footer .widget_windmill_most_commented_posts .post-item-footer-meta > span a:focus,
.site-footer .widget_windmill_random_posts .post-item-footer-meta > span a:hover,
.site-footer .widget_windmill_random_posts .post-item-footer-meta > span a:focus,
.site-footer .widget_windmill_recent_posts .post-item-footer-meta > span a:hover,
.site-footer .widget_windmill_recent_posts .post-item-footer-meta > span a:focus {
	color: #5a5a63;
}

/*
12.0 - Content
*/

.site-content {
	padding-top: 30px;
	word-wrap: break-word;
	background-color: #f4f6f9;
	background-image: url('http://tenpro.home.pl/sila_wilka/wp-content/uploads/2018/05/bg_content.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
	outline: 0;
}

.site-main {
	margin: 0 0 45px;
}

.site-main > :last-child {
	margin-bottom: 0;
}

/* Grid Layout */

.content-grid .grid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
}

/* Masonry Layout */
.content-masonry .masonry-item {
	opacity: 0;
}

.content-masonry .masonry-item {
	margin: 0 0 30px;
}

.content-masonry .masonry-item.is-visible {
	-webkit-animation: Items 700ms ease-in forwards;
	        animation: Items 700ms ease-in forwards;
}

@-webkit-keyframes Items {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes Items {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Layout Without Sidebar */
.no-sidebar.content-layout-default .site-main,
.no-sidebar.single .site-main {
	max-width: 830px;
	margin-right: auto !important;
	margin-left: auto !important;
}

.no-sidebar.content-layout-default .featured-height-full .site-description:not(.empty),
.no-sidebar.content-layout-default .featured-item .entry-header,
.no-sidebar.single .featured-height-full .site-description:not(.empty),
.no-sidebar.single .featured-item .entry-header {
	margin-right: auto;
	margin-left: auto;
}

/*
12.1 - Header
*/
/* Header */
.site-header {
	background-color: #161718;
}
body:not(.home) .site-header {
	background-color: #161718;
	background-image: url('http://tenpro.home.pl/sila_wilka/wp-content/uploads/2018/05/main_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.site-header-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	align-items: start;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	justify-content: space-between;
}

/* Branding */
.site-branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	min-width: 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	margin: 0 20px 0 0;

	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

/* Logo */
.custom-logo-link {
	padding-top: 10px;
	padding-bottom: 10px;
}

.custom-logo-link:not(:last-child) {
	padding-right: 10px;
}

.custom-logo {
	width: auto;
}

/* Title */
.site-title {
	margin: 0;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.site-title a {
	display: inline-block;
	padding-top: 18px;
	padding-bottom: 18px;
	color: #fff;
	background: none;
}

.site-title a:hover,
.site-title a:focus {
	text-decoration: none;
	color: #fff;
}

/* Menu Button */
.menu-toggle {
	padding: 15px 12px;
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	border: 0;
	background-color: transparent;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: #2e3133;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on {
	background-color: #2e3133;
}

.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #2e3133;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted #53575b;
}

.menu-toggle.hidden {
	display: none;
}

.no-js .menu-toggle {
	display: none;
}

/* Menu Button Icon */
.menu-toggle .icon-bar {
	display: block;
	width: 20px;
	height: 2px;
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	background-color: #fff;
}

.menu-toggle .icon-bar + .icon-bar {
	margin: 4px 0 0;
}

.menu-toggle:hover .icon-bar,
.menu-toggle:focus .icon-bar {
	background-color: #fff;
}

.menu-toggle.toggled-on .icon-bar,
.menu-toggle.toggled-on:hover .icon-bar,
.menu-toggle.toggled-on:focus .icon-bar {
	background-color: #fff;
}

/* Menu */
.site-header-menu {
	display: none;
	    flex: 0 1 100%;

	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	border-bottom: 1px solid rgba(255,255,255, .18);
	margin-top: 40px;
}

.site-header-menu.toggled-on {
	display: block;
}

.site-header-menu.hidden {
	display: none;
}

.no-js .site-header-menu {
	display: block;
}

/*
12.2 - Featured
*/
/* Featured */
.featured {
	position: relative;
	overflow: hidden;
}

.featured.featured-height-full {
	height: 400px;
	height: 85vh;
}

.featured.featured-height-half {
	height: 400px;
	height: 85vh;
}

/* Featured Item */
.featured-item {
	position: relative;
	overflow: hidden;
	height: 100%;
}

/* Featured Item Media */
.featured-media {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

.featured-media img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 100%;
	max-width: 1000%;
	height: auto;
	min-height: 100%;
	z-index: -1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.featured-media img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		        transform: none;

		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.featured-media-overlay {
	display: none !important;
}

.featured-height-half .featured-item .featured-media-overlay {
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	background-color: rgba(0, 0, 0, .5);
}

.featured-height-half .featured-item:hover .featured-media-overlay {
	background-color: rgba(0, 0, 0, .2);
}

/* Featured Caption */
.featured-height-full .featured-caption,
.featured-height-half .featured-caption {
	position: absolute;
	z-index: 10;
	bottom: 10%;
	width: 100%;
}

/* Featured Site Description */
.site-description {
	margin-bottom: 0;
}

.site-description:not(.empty) {
	position: relative;
	margin: 0;
	padding: 20px 0;
	color: #73737d;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #2e3133;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
}

.featured-height-full .site-description:not(.empty) {
	padding: 0;
	color: #fff;
	border: 0;
	text-shadow: 0 0 10px rgba(0, 0, 0, .15);
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.125;
}

/* Featured Carousel */
.featured-carousel {
	height: 100%;
}

.featured-carousel .slick-list,
.featured-carousel .slick-track {
	height: 100%;
}

.featured-carousel .slick-prev,
.featured-carousel .slick-next {
	z-index: 1;
	visibility: hidden;
	width: 40px;
	height: 40px;
}

.featured-carousel .slick-prev:before,
.featured-carousel .slick-next:before {
	display: inline-block;
	-webkit-transition: opacity .2s ease-in-out;
	        transition: opacity .2s ease-in-out;
	text-transform: none;
	opacity: .3;
	font-family: 'Ionicons';
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
}

.featured-carousel .slick-prev {
	left: 20px;
}

.featured-carousel .slick-prev:before {
	content: '\f3d5';
}

.featured-carousel .slick-next {
	right: 20px;
}

.featured-carousel .slick-next:before {
	content: '\f3d6';
}

.featured-carousel .slick-dots {
	bottom: 20px;
	visibility: hidden;
}

.featured-carousel .slick-dots li button:before {
	opacity: .3;
	color: #fff;
}

.featured-carousel .slick-dots li.slick-active button:before {
	color: #fff;
}

/* Featured Item Info */
.featured-item .entry-header {
	margin-bottom: 0;
}

.featured-item .entry-header-meta {
	margin-bottom: 20px;
	color: rgba(255, 255, 255, .7);
}

.featured-item .entry-header-meta a {
	color: rgba(255, 255, 255, .7);
}

.featured-item .entry-header-meta a:hover,
.featured-item .entry-header-meta a:focus {
	color: #fff;
}

.featured-item .entry-header-meta .cat-links a {
	color: rgba(255, 255, 255, .7);
}

.featured-item .entry-header-meta .cat-links a:hover,
.featured-item .entry-header-meta .cat-links a:focus {
	text-decoration: none;
	color: #fff;
}

.featured-item .entry-header-meta .cat-links + .posted-on:before {
	background-color: rgba(255, 255, 255, .5);
}

.featured-item .entry-title {
	margin-bottom: 0;
	-webkit-hyphens: none;
	        hyphens: none;
	color: #fff;
	font-size: 25px;

	    -ms-hyphens: none;
}

.featured-item .entry-title a {
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.featured-item .entry-title a:hover,
.featured-item .entry-title a:focus {
	color: #fff;
}

.featured-height-half .featured-item .container {
	width: auto;
}

/*
12.3 - Pages
*/
.page-header {
	margin: 0 0 30px;
}

.page-title {
	margin: 0;
}

.taxonomy-description {
	margin: 20px 0 0;
	color: #70707b;
	line-height: 1.71429;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

/*
12.4 - Posts
*/
.site-main > article {
	position: relative;
	margin: 0 0 30px;
	padding: 20px 15px;
	border-radius: 3px;
	background-color: #fff;
}

/* Post Thumbnail */
.post-thumbnail {
	position: relative;
	display: block;
	margin: -20px -15px 20px;
}

.post-thumbnail img {
	display: block;
	margin: 0 auto;
	border-radius: 3px 3px 0 0;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: .85;
}

.post-template-featured-img-under .post-thumbnail {
	margin-top: 0;
}

.post-template-featured-img-under .post-thumbnail img {
	border-radius: 0;
}

/* Entry Header */
.entry-header {
	margin: 0 0 20px;
}

.sticky-post {
	display: inline-block;
	margin: 0 0 15px;
	padding: 5px 15px;
	color: #fff;
	border-radius: 30px;
	background-color: #a71e22;
	font-size: 13px;
}

.entry-title {
	margin: 0 0 15px;
	-webkit-hyphens: auto;
	        hyphens: auto;
	font-size: 28px;

	    -ms-hyphens: auto;
}

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

.entry-title a:hover,
.entry-title a:focus {
	text-decoration: none;
	color: #a71e22;
}

.entry-header-meta {
	color: #a7a7b3;
}

.entry-header-meta > span {
	display: inline-block;
	margin: 0 10px 0 0;
}

.entry-header-meta > span:last-child {
	margin-right: 0;
}

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

.entry-header-meta a:hover,
.entry-header-meta a:focus {
	text-decoration: none;
	color: #717183;
}

.entry-header-meta .cat-links a {
	color: #a71e22;
	font-weight: 600;
}

.entry-header-meta .cat-links a:hover,
.entry-header-meta .cat-links a:focus {
	text-decoration: underline;
}

.entry-header-meta .cat-links + .posted-on:before {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 20px;
	height: 1px;
	margin: 0 10px 0 0;
	content: '';
	vertical-align: middle;
	background-color: #d0d0d6;
}

/* Entry Content */
.entry-content,
.entry-summary,
.comment-content {
	color: #70707b;
	line-height: 1.71429;
}

/* Headings */
.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	margin: 30px 0 20px;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	margin: 30px 0 20px;
	font-size: 25px;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	margin: 30px 0 20px;
	font-size: 22px;
}

.entry-content h4,
.entry-content h5,
.entry-summary h4,
.entry-summary h5,
.comment-content h4,
.comment-content h5,
.textwidget h4,
.textwidget h5 {
	margin: 30px 0 20px;
	font-size: 20px;
	line-height: 1.36364;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	margin: 30px 0 20px;
	font-size: 18px;
	font-style: none;
	line-height: 1.5;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	color: #202226;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

/* Entry Summary */
body:not(.search-results) .entry-summary {
	margin: 0 0 20px;
	color: #202226;
	font-weight: 500;
	line-height: 1.71429;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin: 0 0 20px;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 8px;
}

body:not(.search-results) .entry-summary fieldset {
	margin: 0 0 20px;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0 0 20px;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0 0 20px;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin: 0 auto 20px;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.entry-attachment {
	margin: 0 0 20px;
}

.entry-caption {
	padding: 12px 15px 0;
	color: #a7a7b3;
	font-style: normal;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

/* More Link */
.more-link {
	position: relative;
	white-space: nowrap;
	color: #202226;
	font-weight: 600;
}

.more-link:hover,
.more-link:focus {
	text-decoration: none;
	color: #a71e22;
}

.more-link:after {
	position: relative;
	top: 1px;
	display: inline-block;
	margin-left: 10px;
	content: '\f30f';
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	text-transform: none;
	font-family: 'Ionicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
}

.more-link:hover:after {
	margin-left: 15px;
}

/* Entry Footer */
.entry-footer {
	margin: 20px 0 0;
	color: #a7a7b3;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #a7a7b3;
}

.entry-footer a:hover,
.entry-footer a:focus {
	text-decoration: none;
	color: #717183;
}

.entry-footer .tags-links {
	display: block;
	margin: 0 0 20px;
}

.entry-footer .tags-links a {
	display: inline-block;
	margin: 0 7px 7px 0;
	padding: 10px 18px;
	color: #70707b;
	border-radius: 30px;
	background-color: #eaeef4;
	font-size: 13px;
	line-height: 1;
}

.entry-footer .tags-links a:hover,
.entry-footer .tags-links a:focus {
	text-decoration: none;
	color: #70707b;
	background-color: #dde3ec;
}

.entry-footer .avatar {
	width: 28px;
	height: 28px;
	margin: -3px 5px 0 0;
}

.entry-footer-meta span {
	display: inline-block;
	margin: 0 10px 0 0;
}

.entry-footer-meta span:last-child {
	margin-right: 0;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.entry-footer-meta > .byline {
	display: none;
}

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

/*
12.5 - Post Items
*/
.post-item {
	position: relative;
}

.post-item-header {
	margin: 0 0 5px;
}

.post-item-header-meta {
	margin: 0 0 5px;
	color: #a7a7b3;
	font-size: 13px;
}

.post-item-header-meta > span {
	display: inline-block;
	margin: 0 10px 0 0;
}

.post-item-header-meta > span:last-child {
	margin-right: 0;
}

.post-item-header-meta > span a {
	color: #a7a7b3;
}

.post-item-header-meta > span a:hover,
.post-item-header-meta > span a:focus {
	text-decoration: none;
	color: #717183;
}

.post-item-header-meta > span.cat-links a {
	color: #a71e22;
	font-weight: 600;
}

.post-item-header-meta > span.cat-links a:hover,
.post-item-header-meta > span.cat-links a:focus {
	text-decoration: underline;
}

.post-item-title {
	margin: 0;
	-webkit-hyphens: auto;
	        hyphens: auto;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;

	    -ms-hyphens: auto;
}

.post-item-title a {
	color: #202226;
}

.post-item-title a:hover,
.post-item-title a:focus {
	text-decoration: none;
	color: #a71e22;
}

.post-item-content {
	margin: 0 0 5px;
	color: #70707b;
	font-size: 13px;
}

.post-item-footer {
	color: #a7a7b3;
	font-size: 13px;
}

.post-item-footer-meta > span {
	display: inline-block;
	margin: 0 10px 0 0;
}

.post-item-footer-meta > span:last-child {
	margin-right: 0;
}

.post-item-footer-meta > span a {
	color: #a7a7b3;
	text-decoration: underline;
}

.post-item-footer-meta > span a:hover,
.post-item-footer-meta > span a:focus {
	text-decoration: none;
	color: #717183;
}

/* Post Item with Thumbnail */
.post-item.has-post-thumbnail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.post-item.has-post-thumbnail .post-item-media {
	    flex: 0 0 auto;
	width: 82px;
	margin: 3px 20px 0 0;

	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
}

.post-item.has-post-thumbnail .post-item-thumbnail {
	display: block;
	text-align: center;
	border-radius: 3px;
	background-color: #e3e3e9;
}

.post-item.has-post-thumbnail .post-item-thumbnail img {
	border-radius: 3px;
}

.post-item.has-post-thumbnail .post-item-caption {
	    flex: 1 1 auto;
	margin-top: auto;
	margin-bottom: auto;

	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
}

.post-item.post-thumbnail-right .post-item-media {
	margin: 3px 0 0 20px;

	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

/*
12.6 - Post Cards
*/
.post-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	width: 100%;
	border-radius: 3px;
	background-color: #fff;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
}

.post-card-media {
	    flex: 0 0 auto;

	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
}

.post-card-thumbnail {
	display: block;
	text-align: center;
	border-radius: 3px 3px 0 0;
	background-color: #e3e3e9;
}

.post-card-thumbnail img {
	width: 100%;
	border-radius: 3px 3px 0 0;
}

.post-card-caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	    flex: 1 1 auto;
	padding: 15px;

	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-pack: end;
	-ms-flex: 1 1 auto;
	-ms-flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.post-card-header {
	margin: 0 0 15px;
}

.post-card-header-meta {
	margin: 0 0 10px;
	color: #a7a7b3;
	font-size: 13px;
}

.post-card-header-meta > span {
	display: inline-block;
	margin: 0 10px 0 0;
}

.post-card-header-meta > span:last-child {
	margin-right: 0;
}

.post-card-header-meta > span a {
	color: #a7a7b3;
}

.post-card-header-meta > span a:hover,
.post-card-header-meta > span a:focus {
	text-decoration: none;
	color: #717183;
}

.post-card-header-meta > span.cat-links a {
	color: #a71e22;
	font-weight: 600;
}

.post-card-header-meta > span.cat-links a:hover,
.post-card-header-meta > span.cat-links a:focus {
	text-decoration: underline;
}

.post-card-header-meta .cat-links + .posted-on:before {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 10px 0 0;
	content: '';
	vertical-align: middle;
	border-radius: 50%;
	background-color: #d0d0d6;
}

.post-card .post-card-title {
	margin: 0;
	font-size: 22px;
}

.post-card .post-card-title a {
	color: #202226;
}

.post-card .post-card-title a:hover,
.post-card .post-card-title a:focus {
	text-decoration: none;
	color: #a71e22;
}

.post-card-content {
	    flex: 1 0 auto;
	margin: 0 0 15px;
	color: #70707b;
	font-size: 14px;

	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
}

.post-card-footer {
	color: #a7a7b3;
	font-size: 13px;
}

.post-card-footer-meta > span {
	display: inline-block;
	margin: 0 10px 0 0;
}

.post-card-footer-meta > span:last-child {
	margin-right: 0;
}

.post-card-footer-meta > span a {
	color: #a7a7b3;
	text-decoration: underline;
}

.post-card-footer-meta > span a:hover,
.post-card-footer-meta > span a:focus {
	text-decoration: none;
	color: #717183;
}

/* Post Card With Image Background */
.post-card-image.has-post-thumbnail .post-card-media {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	margin-bottom: 0 !important;
	padding-top: 138%;
}

.post-card-image.has-post-thumbnail .post-card-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	border-radius: 3px;
}

.post-card-image.has-post-thumbnail .post-card-thumbnail:before {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 100%;
	content: '';
	-webkit-transition: background-color .5s ease 0s;
	        transition: background-color .5s ease 0s;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), to(rgba(0, 0, 0, .5)));
	background: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(0, 0, 0, .5) 100%);
}

.post-card-image.has-post-thumbnail .post-card-thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 100%;
	max-width: 1000%;
	height: auto;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	border-radius: 3px;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.post-card-image.has-post-thumbnail .post-card-thumbnail img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		        transform: none;

		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.post-card-image.has-post-thumbnail:hover .post-card-thumbnail:before,
.post-card-image.has-post-thumbnail:focus .post-card-thumbnail:before {
	background-color: rgba(0, 0, 0, .4);
}

.post-card-image.has-post-thumbnail .post-card-caption {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
}

.post-card-image.has-post-thumbnail .post-card-title > a {
	color: #fff;
}

.post-card-image.has-post-thumbnail .post-card-title > a:hover,
.post-card-image.has-post-thumbnail .post-card-title > a:focus {
	color: #fff;
}

.post-card-image.has-post-thumbnail .post-card-header-meta,
.post-card-image.has-post-thumbnail .post-card-header-meta a,
.post-card-image.has-post-thumbnail .post-card-header-meta > span.cat-links a,
.post-card-image.has-post-thumbnail .post-card-footer,
.post-card-image.has-post-thumbnail .post-card-footer a {
	color: rgba(255, 255, 255, .8);
}

.post-card-image.has-post-thumbnail .post-card-header-meta a:hover,
.post-card-image.has-post-thumbnail .post-card-header-meta a:focus,
.post-card-image.has-post-thumbnail .post-card-header-meta > span.cat-links a:hover,
.post-card-image.has-post-thumbnail .post-card-header-meta > span.cat-links a:focus,
.post-card-image.has-post-thumbnail .post-card-footer a:hover,
.post-card-image.has-post-thumbnail .post-card-footer a:focus {
	color: #fff;
}

.post-card-image.has-post-thumbnail .post-card-content {
	    flex: 0 0 auto;
	color: rgba(255, 255, 255, .8);

	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
}

/**
 * 12.7 - Author Info
 */
.author-info {
	clear: both;
	margin: 0 0 30px;
	padding: 20px 15px;
	text-align: center;
	border-radius: 3px;
	background-color: #fff;
}

.author-avatar .avatar {
	width: 80px;
	height: 80px;
	margin: 0 0 20px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-title {
	clear: none;
	margin: 0 0 10px 0;
}

.author-title > a {
	color: #202226;
}

.author-title > a:hover,
.author-title > a:focus {
	text-decoration: none;
	color: #a71e22;
}

.author-bio {
	color: #70707b;
	line-height: 1.71429;
}

/*
12.8 - Related Posts
*/
.related-posts-section {
	margin: 0 0 30px;
	padding: 20px 15px;
	border-radius: 3px;
	background-color: #fff;
}

.related-posts-title {
	margin: 0 0 30px;
}

.related-posts-title h3 {
	position: relative;
}

.related-posts-item {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-width: 0 0 1px;
	border-style: dotted;
	border-color: #e3e3e9;
}

.related-posts-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-width: 0;
}

/*
12.9 - Comments
*/
.comments-area {
	margin: 0 0 30px;
}

.comment {
	position: relative;
	counter-increment: comment;
}

.comment:before {
	position: absolute;
	top: 3px;
	right: 0;
	content: counter(comment);
	color: rgba(0, 0, 0, .05);
	font-size: 48px;
	line-height: 1;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding: 20px 0 0;
}

.comments-title,
.comment-reply-title {
	font-size: 22px;
}

.comments-title {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-width: 0 0 2px;
	border-style: solid;
	border-color: #e3e3e9;
}

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	margin: 0;
	padding: 0 0 30px;
}

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

.comment-list .children > li {
	padding: 0 0 0 15px;
}

.comment-list .comment-respond {
	padding: 0 0 30px;
}

.comment-author {
	margin: 0 0 5px;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.comment-author .fn {
	font-weight: 700;
}

.comment-author .avatar {
	position: relative;
	float: left;
	width: 48px;
	height: 48px;
	margin: 0 15px 0 0;
}

.comment-author .url:hover,
.comment-author .url:focus {
	color: #1261af;
}

.comment-metadata,
.pingback .edit-link {
	color: #a7a7b3;
	font-size: 13px;
}

.comment-metadata {
	margin: 0 0 20px;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #a7a7b3;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	text-decoration: none;
	color: #717183;
}

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

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	display: inline-block;
	padding: 0 8px 0 4px;
	content: '\2012';
	opacity: .7;
}

.comment-content {
	padding: 15px;
	border-radius: 3px;
	background-color: #fff;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 20px 20px;
}

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

.bypostauthor > article .comment-content {
	background-color: #fffef3;
}

.comment-reply-link {
	display: inline-block;
	margin: 20px 0 0;
	padding: 10px 15px;
	color: #a7a7b3;
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e9;
	border-radius: 3px;
	line-height: 1;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	text-decoration: none;
	color: #fff;
	border-color: #a71e22;
	outline: 0;
	background-color: #a71e22;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	margin: 0 0 20px;
	color: #a7a7b3;
}

.no-comments {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #e3e3e9;
	font-weight: 600;
}

.comment-navigation + .no-comments {
	padding: 0;
	border-width: 0;
}

.comment-form {
	display: table;
	width: 100%;
	table-layout: fixed;
	content: '';
}

.form-allowed-tags code {
	font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

.form-submit {
	margin: 0;
}

.form-submit .submit {
	padding-right: 30px;
	padding-left: 30px;
}

.required {
	color: #ff0e47;
	font-family: Georgia, Times, serif;
}

.comment-reply-title small {
	margin: 0 0 0 5px;
	font-size: 100%;
}

.comment-reply-title small a {
	position: relative;
	top: -2px;
	display: inline-block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	color: #a7a7b3;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #7e7e90;
}

.comment-reply-title small a:before {
	position: relative;
	top: 0;
	display: inline-block;
	content: '\f129';
	vertical-align: text-top;
	text-transform: none;
	font-family: 'Ionicons';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
}

/*
12.10 - Sidebar
*/
.sidebar {
	position: relative;
	margin: 0 0 30px;
}

/*
12.11 - Footer
*/
.site-footer {
	padding: 30px 0;
	color: #73737d;
	background-color: #161718;
}

.site-footer a {
	color: #73737d;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #a7a7af;
}

/* Footer Widgets */
.site-footer-widgets {
	margin: 20px 0 0;
}

.site-footer-widgets .widget {
	margin: 0 0 30px;
}

.site-footer-widgets + .site-footer-info {
	padding: 30px 0 0;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #2c2e34;
}

/* Footer Info */
.site-footer-info {
	text-align: center;
	font-size: 13px;
}

/* Footer Navigation */
.footer-navigation {
	margin: 0;
}

/* Footer Social Navigation */
.site-footer .social-navigation {
	margin: 20px 0 0;
}

/*
12.12 - Search Overlay
*/
.search-overlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease-in-out;
	        transition: all .5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	        transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	background-color: #202226;
}

.search-overlay-open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	        transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}

.search-overlay-close {
	position: fixed;
	top: 0;
	right: 0;
	padding: 8px 20px;
	color: rgba(255, 255, 255, .3);
	border-width: 0;
	border-style: solid;
	border-color: #a71e22;
	border-radius: 0;
	background-color: #202226;
	font-size: 26px;
}

.search-overlay-close:hover,
.search-overlay-close:focus {
	color: rgba(255, 255, 255, .3);
	border-color: #2c2e34;
	background-color: #2c2e34;
}

.search-overlay-close:before {
	display: inline-block;
	content: '\f2d7';
	text-transform: none;
	font-family: 'Ionicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
}

.search-overlay .search-form {
	top: 50%;
	width: calc(100% - 60px);
	max-width: 400px;
	margin: 0 auto;
	-webkit-transform: translateX(0) translateY(-50%);
	        transform: translateX(0) translateY(-50%);
}

.search-overlay input[type='search'] {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .3);
	outline: none;
	background: transparent;
}

.search-overlay input[type='search']::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .2);
}

.search-overlay input[type='search']:-moz-placeholder {
	color: rgba(255, 255, 255, .2);
}

.search-overlay input[type='search']::-moz-placeholder {
	color: rgba(255, 255, 255, .2);
}

.search-overlay input[type='search']:-ms-input-placeholder {
	color: rgba(255, 255, 255, .2);
}

.search-overlay .search-submit {
	color: rgba(255, 255, 255, .3);
}

.search-overlay .search-submit:hover,
.search-overlay .search-submit:focus {
	color: rgba(255, 255, 255, .5);
}

/*
13.0 - Multisites
*/
.widecolumn {
	max-width: 830px;
	margin: 0 auto 30px;
	padding: 0 15px;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	margin: 0 0 20px;
	padding: 0 15px;
	color: inherit;
}

.widecolumn .mu_register label {
	margin: 20px 0 5px;
}

.widecolumn .mu_register label.checkbox {
	display: inline-block !important;
	margin: 10px 15px 0 0;
}

.widecolumn .mu_register label.checkbox > input {
	position: relative;
	top: 2px;
}

.widecolumn .mu_register label strong {
	font-weight: normal;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.125;
}

.widecolumn h2 em {
	font-style: normal;
}

.widecolumn p {
	margin: 20px 0;
}

.widecolumn p + h2 {
	margin: 20px 0;
}

.widecolumn label,
.widecolumn .mu_register label {
	font-size: 14px;
	font-weight: normal;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	width: 100%;
	font-size: 14px;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 5px;
}

.widecolumn #submit,
.widecolumn .mu_register input[type='submit'] {
	width: auto;
	margin: 0;
	font-size: 14px;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}

.widecolumn span.h3 {
	padding: 0 5px 0 0;
	font-size: inherit;
	font-weight: 700;
}

/*
14.0 - Media Queries & Print
*/
/*
Does the same thing as <meta name="viewport" content="width=device-width">,
but in the future W3C standard way. -ms- prefix is required for IE10+ to
render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
the meta tag. See https://core.trac.wordpress.org/ticket/25888.
*/
@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (min-width: 480px) {
	.post .entry-content img.aligncenter.size-large {
		max-width: calc(100% + 60px);
		margin-right: -30px;
		margin-left: -30px;
	}
	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-5 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 50%;
	}
	.pagination .page-numbers {
		display: inline-block;
	}
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}
	.widget {
		padding: 30px;
	}
	.featured-height-full .site-description:not(.empty) {
		font-size: 28px;
	}
	.featured-item .entry-title {
		font-size: 28px;
	}
	.site-main > article {
		padding: 30px;
	}
	.post-thumbnail {
		margin: -30px -30px 23px;
	}
	.post-template-featured-img-under .post-thumbnail {
		margin-top: 30px;
	}
	.post-card-caption {
		padding: 30px;
	}
	.post-card-image.has-post-thumbnail .post-card-caption {
		padding: 30px;
	}
	.author-info {
		padding: 30px;
	}
	.related-posts-section {
		padding: 30px;
	}
	.comment-content {
		padding: 30px;
	}
}

@media screen and (min-width: 768px) {
	p {
		margin-bottom: 30px;
	}
	blockquote {
		font-size: 18px;
		line-height: 1.66667;
	}
	blockquote p {
		margin-bottom: 30px;
	}
	address {
		margin-bottom: 30px;
	}
	pre {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 1.875;
	}
	hr {
		margin-bottom: 30px;
	}
	ul {
		margin: 0 0 30px 30px;
	}
	ol {
		margin: 0 0 30px 35px;
	}
	dl {
		margin-bottom: 30px;
	}
	dd {
		margin-bottom: 30px;
	}
	table {
		margin-bottom: 30px;
	}
	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-size: 16px;
		line-height: 1.5;
	}
	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 {
		font-size: 16px;
		line-height: 1.5;
	}
	select {
		font-size: 16px;
		line-height: 1.5;
	}
	.post-password-form {
		margin-bottom: 30px;
	}
	.search-submit:before {
		line-height: 46px;
	}
	.alignleft {
		float: left;
		margin: 0 30px 30px 0;
	}
	.alignright {
		float: right;
		margin: 0 0 30px 30px;
	}
	.aligncenter {
		margin: 0 auto 30px;
	}
	blockquote.alignleft {
		width: calc(50% - 30px);
		margin: 10px 60px 30px 0;
	}
	blockquote.alignright {
		width: calc(50% - 30px);
		margin: 10px 0 30px 60px;
	}
	blockquote.aligncenter {
		width: 80%;
		margin: 0 auto 30px;
	}
	.post .entry-content img.aligncenter.size-large {
		max-width: calc(100% + 90px);
		margin-right: -45px;
		margin-left: -45px;
	}
	embed,
	iframe,
	object,
	video {
		margin-bottom: 30px;
	}
	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		margin-bottom: 30px;
	}
	.wp-caption {
		margin-bottom: 30px;
	}
	.gallery {
		margin: 45px -10px 25px;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
	.page-links {
		margin-top: 30px;
	}
	.post-navigation {
		margin-bottom: 45px;
	}
	.post-navigation .nav-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		align-items: stretch;
		-webkit-box-align: stretch;
		-webkit-box-pack: start;
		-ms-flex-align: stretch;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		width: 50%;
	}
	.post-navigation .nav-previous:nth-child(1),
	.post-navigation .nav-next:nth-child(1) {
		border-right: 2px solid #e3e3e9;
	}
	.post-navigation div + div {
		margin: 0;
		padding: 0;
		border-width: 0;
	}
	.post-navigation .nav-link-thumbnail + .nav-link-meta {
		padding-left: 30px;
	}
	.post-navigation .nav-link-meta + .nav-link-thumbnail {
		padding-left: 30px;
	}
	.post-navigation .nav-previous .nav-link-meta {
		padding-right: 30px;
	}
	.post-navigation .nav-next .nav-link-meta {
		padding-left: 30px;
	}
	.single-attachment .post-navigation .nav-previous:nth-child(1) {
		border: 0;
	}
	.image-navigation,
	.comment-navigation {
		margin-bottom: 30px;
	}
	.footer-navigation li > a {
		white-space: nowrap;
	}
	.widget_windmill_latest_posts .latest-posts-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.widget_windmill_latest_posts .grid-item:nth-last-child(2) {
		margin-bottom: 0;
	}
	.sidebar .widget_windmill_latest_posts .grid-item:nth-last-child(2) {
		margin-bottom: 30px;
	}
	.content-bottom-widgets-1 .widget_windmill_latest_posts .grid-item {
		width: 50%;
	}
	.content-bottom-widgets .widget-area {
		margin-bottom: 45px;
	}
	.content-bottom-widgets .widget-title {
		font-size: 28px;
	}
	.site-content {
		padding-top: 45px;
	}
	.site-main {
		margin-bottom: 45px;
	}
	.content-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.featured.featured-height-half {
		height: 500px;
		height: 50vh;
	}
	.featured-height-full .site-description:not(.empty) {
		font-size: 40px;
	}
	.featured-carousel .slick-prev,
	.featured-carousel .slick-next {
		visibility: visible;
	}
	.featured-carousel .slick-dots {
		visibility: visible;
	}
	.featured-item .entry-header-meta {
		font-size: 16px;
	}
	.featured-item .entry-title {
		font-size: 40px;
	}
	.featured-height-half .featured-item .container {
		padding-right: 30px;
		padding-left: 30px;
	}
	.featured-height-half .featured-item .entry-title {
		font-size: 25px;
	}
	.page-header {
		margin-bottom: 45px;
	}
	.page-title {
		font-size: 40px;
	}
	.taxonomy-description {
		margin-top: 30px;
		font-size: 16px;
		line-height: 1.875;
	}
	.site-main > article {
		margin-bottom: 45px;
	}
	.site-main > article {
		padding: 45px;
	}
	.post-thumbnail {
		margin: -45px -45px 45px;
	}
	.post-template-featured-img-under .post-thumbnail {
		margin-top: 45px;
	}
	.entry-header {
		margin-bottom: 30px;
	}
	.entry-title {
		font-size: 36px;
	}
	.entry-content,
	.entry-summary,
	.comment-content {
		font-size: 16px;
		line-height: 1.875;
	}
	.entry-content h1,
	.entry-summary h1,
	.comment-content h1,
	.textwidget h1 {
		margin: 45px 0 30px;
		font-size: 32px;
	}
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.textwidget h2 {
		margin: 45px 0 30px;
		font-size: 28px;
	}
	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	.textwidget h3 {
		margin: 45px 0 30px;
		font-size: 25px;
	}
	.entry-content h4,
	.entry-content h5,
	.entry-summary h4,
	.entry-summary h5,
	.comment-content h4,
	.comment-content h5,
	.textwidget h4,
	.textwidget h5 {
		margin: 45px 0 30px;
		font-size: 22px;
	}
	.entry-content h6,
	.entry-summary h6,
	.comment-content h6,
	.textwidget h6 {
		margin: 45px 0 30px;
		font-size: 20px;
	}
	body:not(.search-results) .entry-summary {
		margin-bottom: 30px;
		font-size: 18px;
		line-height: 1.66667;
	}
	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 30px;
	}
	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 30px;
	}
	body:not(.search-results) .entry-summary .alignleft {
		float: left;
		margin: 0 30px 30px 0;
	}
	body:not(.search-results) .entry-summary .alignright {
		float: right;
		margin: 0 0 30px 30px;
	}
	body:not(.search-results) .entry-summary .aligncenter {
		margin: 0 auto 30px;
	}
	.entry-attachment {
		margin-bottom: 30px;
	}
	.more-link {
		font-size: 16px;
	}
	.entry-footer {
		margin-top: 30px;
	}
	.entry-footer .tags-links {
		margin-bottom: 30px;
	}
	.post-card-medium:not(.post-card-image) .post-card-media {
		position: relative;
		display: table;
		overflow: hidden;
		width: 100%;
		padding-top: 56.25%;
	}
	.post-card-medium:not(.post-card-image) .post-card-thumbnail {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
	}
	.post-card-medium:not(.post-card-image) .post-card-thumbnail img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		min-width: 100%;
		max-width: 1000%;
		height: auto;
		min-height: 100%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		        transform: translateX(-50%) translateY(-50%);
	}
	@supports ((-o-object-fit: cover) or (object-fit: cover)) {
		.post-card-medium:not(.post-card-image) .post-card-thumbnail img {
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			-webkit-transform: none;
			        transform: none;

			-o-object-fit: cover;
			   object-fit: cover;
		}
	}
	.post-card-medium:not(.post-card-image) .post-card-title {
		font-size: 36px;
	}
	.post-card-large:not(.post-card-image) .post-card-media {
		position: relative;
		display: table;
		overflow: hidden;
		width: 100%;
		padding-top: 56.25%;
	}
	.post-card-large .post-card-title {
		font-size: 36px;
	}
	.post-card-large.post-card-image .post-card-media {
		padding-top: 56.25%;
	}
	.author-info {
		padding: 45px;
	}
	.author-info {
		margin-bottom: 45px;
		text-align: left;
	}
	.author-avatar,
	.author-description {
		display: table-cell;
		vertical-align: top;
	}
	.author-avatar {
		width: 110px;
		padding-right: 30px;
	}
	.author-avatar .avatar {
		margin-bottom: 0;
	}
	.related-posts-section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 45px;
		padding: 45px;
	}
	.related-posts-title {
		    flex: 1 1 30%;
		margin: 0;
		padding-right: 30px;

		-webkit-box-flex: 1;
		-ms-flex: 1 1 30%;
	}
	.related-posts-title h3 {
		font-size: 28px;
	}
	.related-posts {
		    flex: 1 1 70%;

		-webkit-box-flex: 1;
		-ms-flex: 1 1 70%;
	}
	.comments-area {
		margin-bottom: 45px;
	}
	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 30px;
	}
	.comments-title,
	.comment-reply-title {
		font-size: 28px;
	}
	.comments-title {
		margin-bottom: 30px;
	}
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding-bottom: 45px;
	}
	.comment-list .children > li {
		padding-left: 30px;
	}
	.comment-list .comment-respond {
		padding-bottom: 45px;
	}
	.comment-content {
		padding: 45px;
	}
	.comment-content ul,
	.comment-content ol {
		margin: 0 0 30px 30px;
	}
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.form-allowed-tags {
		margin-bottom: 30px;
	}
	.no-comments {
		margin-top: 30px;
		padding-top: 30px;
	}
	.comment-form {
		padding: 30px;
		border-radius: 3px;
		background-color: rgba(0, 0, 0, .025);
	}
	.form-submit {
		float: left;
		width: 100%;
	}
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		float: left;
		width: 32%;
	}
	.comment-form-author,
	.comment-form-email {
		margin-right: 2%;
	}
	.sidebar {
		margin-bottom: 45px;
	}
	.site-footer {
		padding: 45px 0;
	}
	.site-footer-widgets {
		margin: 30px 0 20px;
	}
	.site-footer-widgets .widget-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -15px;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		justify-content: space-between;
	}
	.site-footer-widgets .widget {
		    flex: 1 1 50%;
		margin-bottom: 45px;
		padding: 0 15px;

		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
	}
	.widecolumn {
		margin-bottom: 45px;
	}
}

@media screen and (min-width: 992px) {
	.main-navigation {
		display: inline-block;
		vertical-align: middle;
	}
	.main-navigation li {
		display: inline-block;
		border: 0;
	}
	.main-navigation li:hover > a,
	.main-navigation li:focus > a {
		text-decoration: none;
		color: #fff;
	}
	.main-navigation li:hover > a span,
	.main-navigation li:focus > a span {
		background-position: 0 100%;
		background-size: 100% 1px;
	}
	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		right: 0;
		left: auto;
		opacity: 1;
	}
	.main-navigation a {
		padding: 40px 0;
		white-space: nowrap;
		outline-offset: -8px;
		margin-right: 35px;
	}
	.main-navigation .menu-item-has-children > a {
		margin: 0;
	}
	.main-navigation ul ul {
		position: absolute;
		z-index: 99999;
		left: -999em;
		display: block;
		margin: 0;
		padding: 12px 0;
		-webkit-transition: all .2s ease-in-out;
		        transition: all .2s ease-in-out;
		opacity: 0;
		background-color: #fff;
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .07);
		        box-shadow: 0 0 20px rgba(0, 0, 0, .07);
	}
	.main-navigation ul ul li {
		border: 0;
	}
	.main-navigation ul ul li:hover > a,
	.main-navigation ul ul li:focus > a {
		color: #a71e22;
	}
	.main-navigation ul ul li:hover > a span,
	.main-navigation ul ul li:focus > a span {
		background: none;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		right: 100%;
		left: auto;
	}
	.main-navigation ul ul a {
		width: 200px;
		padding: 10px 20px;
		white-space: normal;
		color: #202226;
	}
	.main-navigation ul ul a:hover,
	.main-navigation ul ul a:focus {
		color: #a71e22;
	}
	.main-navigation ul ul a:hover span,
	.main-navigation ul ul a:focus span {
		background: none;
	}
	.main-navigation ul ul .current-menu-item > a,
	.main-navigation ul ul .current-menu-ancestor > a {
		color: #a71e22;
	}
	.main-navigation ul ul .current-menu-item > a span,
	.main-navigation ul ul .current-menu-ancestor > a span {
		background: none;
	}
	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 40px;
	}
	.main-navigation ul ul .menu-item-has-children > a:after {
		position: absolute;
		top: 10px;
		right: 20px;
		display: inline-block;
		content: '\f107';
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		font-size: 12px;

		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-rendering: auto;
	}
	.main-navigation ul ul ul {
		top: -12px;
	}
	.dropdown-toggle {
		display: none;
	}
	.dropdown-toggle.toggled-on {
		display: none;
	}
	.additional-navigation {
		display: inline-block;
		vertical-align: middle;
		border: 0;
	}
	.additional-navigation button {
		padding: 23px 0;
		outline-offset: -8px;
	}
	.main-navigation + .additional-navigation {
		position: relative;
		padding: 0;
	}

	.widget_windmill_latest_posts .grid-item:nth-last-child(3) {
		margin-bottom: 0;
	}
	.sidebar .widget_windmill_latest_posts .grid-item:nth-last-child(3) {
		margin-bottom: 30px;
	}
	.content-bottom-widgets-1 .widget_windmill_latest_posts .grid-item:nth-last-child(3) {
		margin-bottom: 30px;
	}
	.site-header-fixed .site-header,
	.featured-has-media:not(.site-header-fixed) .site-header {
		z-index: 100;
		top: 0;
		width: 100%;
	}
	.site-header-fixed {
		margin-top: 70px;
	}
	.site-header-fixed .site-header {
		position: fixed;
	}
	.site-header-fixed.admin-bar .site-header {
		top: 32px;
	}
	.featured-has-media:not(.site-header-fixed) .site-header {
		position: absolute;
		background-color: transparent;
	}
	.featured-has-media:not(.site-header-fixed).admin-bar .site-header {
		top: 32px;
	}
	.custom-logo-link {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.custom-logo-link:not(:last-child) {
		padding-right: 15px;
	}
	.site-title a {
		padding-top: 23px;
		padding-bottom: 23px;
	}
	.menu-toggle {
		display: none;
	}
	.site-header-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		    flex: 0 1 auto;

		align-items: center;
		-webkit-box-align: center;
		-webkit-box-flex: 0;
		-webkit-box-pack: justify;
		-ms-flex: 0 1 auto;
		-ms-flex-align: center;
		-ms-flex-pack: justify;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		justify-content: space-between;
	}
	.site-header-menu.toggled-on {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.featured.featured-height-full {
		height: 550px;
		height: 90vh;
	}
	.post-card-medium.post-card-image.has-post-thumbnail .post-card-media {
		padding-top: 66.6667%;
	}
	.post-card-medium.post-card-image .post-card-title {
		font-size: 36px;
	}
	.post-card-large:not(.post-card-image) .post-card-thumbnail {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
	}
	.post-card-large:not(.post-card-image) .post-card-thumbnail img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		min-width: 100%;
		max-width: 1000%;
		height: auto;
		min-height: 100%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		        transform: translateX(-50%) translateY(-50%);
	}
	@supports ((-o-object-fit: cover) or (object-fit: cover)) {
		.post-card-large:not(.post-card-image) .post-card-thumbnail img {
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			-webkit-transform: none;
			        transform: none;

			-o-object-fit: cover;
			   object-fit: cover;
		}
	}
	.post-card-large.post-card-image .post-card-caption {
		width: calc(66.66666667% - 10px);
	}
	.affix {
		margin-bottom: 45px;
	}
}

@media screen and (min-width: 1200px) {
	.featured.featured-height-full {
		height: 900px;
		height: 90vh;
	}
	.featured.featured-height-half {
		height: 650px;
		height: 65vh;
	}
	.featured-height-full .featured-caption {
		bottom: 15%;
	}
	.featured-height-full .site-description:not(.empty) {
		font-size: 65px;
	}
	.featured-height-full .site-description:not(.empty) {
		font-size: 73px;
		line-height: 1;
	}
	.featured-item .entry-title {
		font-size: 65px;
	}
	.featured-height-half .featured-item .entry-title {
		font-size: 28px;
		line-height: 1.125;
	}
	.post-card-large .post-card-title {
		font-size: 40px;
	}
	.site-footer-widgets .widget {
		    flex: 1 1 25%;

		-webkit-box-flex: 1;
		-ms-flex: 1 1 25%;
	}
}

@media screen and (min-width: 1280px) {
	.featured-item .entry-title {
		font-size: 73px;
		line-height: 1;
	}
	.site-footer-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		justify-content: space-between;
	}
	.site-footer-info {
		text-align: left;
	}
	.footer-info-wrapper {
		margin-top: auto;
		margin-bottom: auto;
	}
	.site-footer .social-navigation {
		margin-top: auto;
		margin-bottom: auto;
	}
}

@media screen and (min-width: 1366px) {
	.container {
		width: 1290px;
	}
	.single.featured-has-media .site-main,
	.page.featured-has-media .site-main {
		position: relative;
		z-index: 10;
		margin-top: -90px;
	}
	.featured-height-full .site-description:not(.empty) {
		max-width: 830px;
	}
	.featured-item .entry-header {
		max-width: 830px;
	}
	.post-card-image.has-post-thumbnail .post-card-media {
		padding-top: 129%;
	}
}

@media screen and (max-width: 1200px) {
	.featured.featured-height-full { height: auto; }
	.featured-media img { position: static; width: 100%; }
	.custom-logo { width: 170px; }
}

@media screen and (max-width: 991px) {
	.site-header-wrapper { align-items: center; }
	.custom-logo { width: 60px; }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.content-grid ::i-block-chrome,
	.content-grid .grid-item-medium {
		width: 66.56666667%;
	}
}

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.footer-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer-widgets,
	.scroll-to-top,
	.related-posts-section {
		display: none !important;
	}
	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
		line-height: 1.666667;
	}
	blockquote {
		font-size: 14.25pt;
	}
	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 24.75pt;
	}
	.post-card-image.has-post-thumbnail .post-card-caption {
		position: relative;
		padding: 15px;
	}
	.post-card-image.has-post-thumbnail .post-card-thumbnail:before {
		display: none;
	}
	.entry-title {
		font-size: 24.75pt !important;
		line-height: 1.2727272727 !important;
	}
	.entry-title > a,
	.post-card-title > a,
	.post-item-title a {
		color: #161718 !important;
	}
	.featured-item .entry-title a {
		color: #fff !important;
	}
	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}
	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}
	body,
	.site {
		background: none !important;
		/* Brute force since user agents all print differently. */
	}
	body,
	blockquote,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.page-header,
	.comments-title,
	.comment-author {
		color: #202226 !important;
		/* Make sure color schemes don't affect to print */
	}
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #424248 !important;
		/* Make sure color schemes don't affect to print */
	}
	code,
	hr {
		background-color: #e3e3e9 !important;
		/* Make sure color schemes don't affect to print */
	}
	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #e3e3e9 !important;
		/* Make sure color schemes don't affect to print */
	}
	a {
		color: #a71e22 !important;
		/* Make sure color schemes don't affect to print */
	}
	.site {
		margin: 5%;
	}
	.site-header {
		padding: 0;
		background: none !important;
	}
	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}
	.content-area {
		width: 100%;
	}
	.site-main {
		margin-bottom: 3.5em;
	}
	.page-header,
	.site-main > article {
		margin-bottom: 3.5em;
	}
	.post-thumbnail {
		margin: 0 0 3.5em;
	}
	.post-thumbnail,
	.comment-list article {
		page-break-inside: avoid;
	}
	.site-main > article {
		padding: 0;
	}
	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		width: calc(50% - .736842105em);
		padding: .9473684211em 0 0;
		border-width: 4px 0 0 0;
	}
	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item {
		max-width: 33.33%;
	}
	.site-footer,
	.widecolumn {
		padding: 0;
	}
	.site-footer {
		background: none !important;
	}
}
