/*
Theme Name: Loftmill
Description: Domyślny motyw strony.
Author: Studio Olawski
Author URI: https://olawski.pl
Template: twentysixteen
Version: sp1.0.21-4
Text Domain: ppr
*/

/* Normalize v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}

/* Normalize end */

/*
1.0 - Typography & Reset
2.0 - Simplified Grid
	2.1 - Page Builder
3.0 - Elements
4.0 - WP Blocks
5.0 - Forms
6.0 - Layout & Content
	6.1 - Header
	6.2 - Content
	6.3 - Post Navigation
	6.4 - Comments
	6.5 - Sidebar
	6.6 - Area Overlap
	6.7 - Download Attachments
	6.8 - Footer
7.0 - WooCommerce
8.0 - Mobile Menu
9.0 - Lightbox
10.0 - Accessibility
11.0 - Icons
12.0 - Media Queries
	12.1 - <= 1199px
	12.2 - <= 991px
	12.3 - <= 767px
	12.4 - <= 575px
*/

/* 1.0 - Typography & Reset */

html {
	box-sizing: border-box;
	min-width: 320px;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body,
.content-area,
.single-col-content-area,
.subpage:before {
	background: #ffffff;
}
body,
button,
input,
select,
textarea {
	font-family: "Roboto", sans-serif;
	color: #404040;
	font-size: 16px;
	line-height: 1.5;
}
textarea {
	vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: "Poppins", sans-serif;
	color: #202020;
	font-weight: 600;
	clear: both;
}
h1,
body.page-template-front-page h2 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5, h6 {
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #1e88e5;
}
blockquote,
dd,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
	margin: 0;
}
ol,
ul {
	padding: 0;
	list-style-type: none;
}
em,
i {
	font-style: italic;
}
abbr,
acronym {
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}
button,
input,
select,
textarea {
	max-width: 100%;
}
input[type="file"] {
	width: 290px;
}
optgroup {
	font-style: normal;
}
fieldset {
	border: 1px solid;
}
hr {
	border: none;
	border-bottom: 1px solid;
}
embed,
iframe,
img,
object,
video {
	max-width: 100%;
	vertical-align: top;
}
img,
video {
	height: auto;
}
dt {
	font-weight: bolder;
}
::-webkit-input-placeholder {
	color: #a0a0a0;
}
:-ms-input-placeholder {
	color: #a0a0a0;
}
::placeholder {
	color: #a0a0a0;
	opacity: 1;
}

/* 2.0 - Simplified Grid */

.sg-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	max-width: 1200px;
}
.sg-wrapper-full {
	max-width: none;
}
.sg-wrapper-md {
	max-width: 960px;
}
.sg-wrapper-sm {
	max-width: 600px;
}
.sg-row {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}
.sg-col {
	flex: 0 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
}
.sg-col-1 {
	flex-basis: 8.333333%;
	max-width: 8.333333%;
}
.sg-col-2 {
	flex-basis: 16.666667%;
	max-width: 16.666667%;
}
.sg-col-3 {
	flex-basis: 25%;
	max-width: 25%;
}
.sg-col-4 {
	flex-basis: 33.333333%;
	max-width: 33.333333%;
}
.sg-col-5 {
	flex-basis: 41.666667%;
	max-width: 41.666667%;
}
.sg-col-6 {
	flex-basis: 50%;
	max-width: 50%;
}
.sg-col-7 {
	flex-basis: 58.333333%;
	max-width: 58.333333%;
}
.sg-col-8 {
	flex-basis: 66.666667%;
	max-width: 66.666667%;
}
.sg-col-9 {
	flex-basis: 75%;
	max-width: 75%;
}
.sg-col-10 {
	flex-basis: 83.333333%;
	max-width: 83.333333%;
}
.sg-col-11 {
	flex-basis: 91.666667%;
	max-width: 91.666667%;
}
.sg-col-12 {
	flex-basis: 100%;
}
.sg-col-auto {
	flex: 1 1 auto;
}
.sg-col-flex {
	flex: 1 1 0px;
}
.sg-col-content {
	flex-basis: 50%;
	max-width: 600px;
}
.sg-justify-content-start {
	justify-content: flex-start;
}
.sg-justify-content-center {
	justify-content: center;
}
.sg-justify-content-end {
	justify-content: flex-end;
}
.sg-justify-content-space-between {
	justify-content: space-between;
}
.sg-align-items-start {
	align-items: flex-start;
}
.sg-align-items-center {
	align-items: center;
}
.sg-align-items-end {
	align-items: flex-end;
}
.sg-align-self-stretch {
	align-self: stretch;
}
.sg-align-self-start {
	align-self: flex-start;
}
.sg-align-self-center {
	align-self: center;
}
.sg-align-self-end {
	align-self: flex-end;
}
.sg-wrap-reverse {
	flex-wrap: wrap-reverse;
}
.sg-spacer {
	padding-top: 80px;
	padding-bottom: 80px;
}
.sg-spacer-top {
	padding-top: 80px;
}
.sg-spacer-bottom {
	padding-bottom: 80px;
}
.sg-spacer-md {
	padding-top: 60px;
	padding-bottom: 60px;
}
.sg-spacer-md-top {
	padding-top: 60px;
}
.sg-spacer-md-bottom {
	padding-bottom: 60px;
}
.sg-spacer-sm {
	padding-top: 24px;
	padding-bottom: 24px;
}
.sg-spacer-sm-top {
	padding-top: 24px;
}
.sg-spacer-sm-bottom {
	padding-bottom: 24px;
}
.sg-btn {
	display: inline-block;
	vertical-align: top;
	border: 2px solid;
	padding: 0 12px;
	font: 600 14px/44px "Poppins";
	min-width: 164px;
	max-width: 264px;
	color: #1e88e5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	border-radius: 24px;
	text-transform: lowercase;
	cursor: pointer;
}
.sg-btn:not(:last-child) {
	margin-right: 16px;
}
.sg-btn-alt {
	color: #ffffff;
	border-color: #1e88e5;
	background-color: #1e88e5;
}
.sg-btns {
	margin-top: -24px;
}
.sg-btns .sg-btn {
	margin-top: 24px;
}

/* Media Queries */

@media screen and (max-width: 1199px) {
	.sg-row-xl > aside,
	.sg-row-xl > div,
	.sg-row-xl > li,
	.sg-row-xl > section {
		flex-basis: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.sg-row-lg > aside,
	.sg-row-lg > div,
	.sg-row-lg > li,
	.sg-row-lg > section {
		flex-basis: 100%;
		max-width: 100%;
	}
	.sg-col-content {
		max-width: none;
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.sg-row-md > aside,
	.sg-row-md > div,
	.sg-row-md > li,
	.sg-row-md > section {
		flex-basis: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 575px) {
	.sg-row-sm > aside,
	.sg-row-sm > div,
	.sg-row-sm > li,
	.sg-row-sm > section {
		flex-basis: 100%;
		max-width: 100%;
	}
}

/* 2.1 - Page Builder */

.sg-panel-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1200px;
}
.sg-panel {
	padding-left: 15px;
	padding-right: 15px;
}
.sg-panel-content {
	max-width: 600px;
}
.sg-panel-content-first {
	margin-left: auto;
}
.sg-panel-img {
	position: relative;
	height: 100%;
}
.sg-panel-img-first {
	padding-left: 0;
}
.sg-panel-img-last {
	padding-right: 0;
}
.sg-panel-img:after {
	display: block;
	height: 100%;
	content: "";
}
.page-template-default #page .panel-layout {
	margin-top: -24px;
}
.page-template-default #page .panel-grid {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 24px;
}
.page-template-default #page .panel-grid-cell {
	padding-left: 15px;
	padding-right: 15px;
}

/* Media Queries */

@media screen and (max-width: 991px) {
	.sg-panel-content {
		margin: 0 auto;
		max-width: none;
	}
	.page-template-default #page .panel-grid {
		padding-top: 0;
	}
	.page-template-default #page .panel-grid-cell {
		padding-top: 24px;
	}
}

/* 3.0 - Elements */

main blockquote,
main dl,
main fieldset,
main figure,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main hr,
main p,
main pre,
main ol,
main table,
main ul,
.post-thumbnail img,
.gallery {
	margin-bottom: 24px;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
	margin-top: 24px;
	margin-bottom: 12px;
}
body.page-template-front-page h2 {
	margin-top: 0;
	margin-bottom: 40px;
}
main dd {
	margin-bottom: 8px;
}
main figcaption {
	margin-top: 8px;
	font-size: 14px;
	color: #808080;
	text-align: center;
}
main ul:not(.wp-block-gallery),
main ol {
	margin-left: 30px;
}
main ul {
	list-style-type: disc;
}
main ol {
	list-style-type: decimal;
}
main li > ul,
main li > ol {
	margin: 0 0 0 30px;
}
main blockquote {
	padding-left: 16px;
	border-left: 4px solid #eaeaea;
}
main blockquote cite {
	display: block;
	margin-top: 12px;
	font-size: 14px;
	color: #606060;
}
main blockquote cite:before {
	content: "\2014\00a0";
}
main td,
main th {
	border: 1px solid;
	padding: 5px;
	word-break: break-word;
}
main fieldset {
	padding: 12px 12px 24px;
}
main fieldset > :last-child,
main form > :last-child {
	margin-bottom: 0;
}
main fieldset,
main hr,
main td,
main th {
	border-color: #d0d0d0;
}

/* 4.0 - WP Blocks */


.alignnone,
.aligncenter {
	display: block;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.textwidget > :last-child {
	margin-bottom: 0;
}
.textwidget > :first-child {
	margin-top: 0;
}
.widget_media_image figure {
	margin: 0 auto;
}
.widget_media_image img {
	display: block;
	margin: 0 auto;
}
.gallery {
	margin-top: -10px;
	margin-left: -5px;
	margin-right: -5px;
}
.gallery-item {
	display: inline-block;
	margin: 0;
	padding: 10px 5px 0;
	width: 33.33333%;
	text-align: center;
	vertical-align: top;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.11111%;
}
.gallery-icon img {
	display: block;
	margin: 0 auto;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.gallery-caption {
	text-align: center;
}
.wp-caption {
	max-width: 100%;
}
.wp-block-pullquote > blockquote {
	border: none;
	padding: 0;
	margin: 0;
}
main .widget_contact ul {
	margin: 0;
	list-style-type: none;
}
main .widget_contact li {
	margin-top: 24px;
}
main .widget_contact li:first-child {
	margin-top: 0;
}
body.page-template-front-page .widget_contact li {
	padding-left: 52px;
}
body.page-template-front-page .widget_contact li:before {
	width: 36px;
	border-radius: 50%;
	color: #ffffff;
	background: #1e88e5;
}

/* 5.0 - Forms */

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 {
	border: none;
	padding: 8px 16px;
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	background: #404040;
	border-radius: 3px;
}
button[disabled],
input[disabled] {
	cursor: default;
	opacity: 0.4;
}
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"],
select,
textarea {
	border: none;
	padding: 8px 10px;
	width: 100%;
	background: #eaeaea;
}
input[type="checkbox"],
input[type="radio"] {
	margin-right: 4px;
}
label {
	display: block;
	font-weight: bold;
}

/* 6.0 - Layout & Content */

/* 6.1 - Header */

.site-header,
.site-header-main {
	background: #a0a0a0;
}
.site-header-navbar,
.header-menu ul li:first-child:before {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
}
.site-header-navbar {
	position: relative;
	z-index: 1;
	background: #ffffff;
	font-family: "Poppins", sans-serif;
}
.site-header-navbar a,
.isMobile .site-header-navbar a:hover {
	color: #808080;
	text-decoration: none;
}
.site-header-navbar a:hover {
	color: #404040;
}
.site-header-navbar-inner,
.site-header-options-inner {
	height: 72px;
}
.site-branding .logo {
	display: block;
	background: transparent 0 0 no-repeat;
	background-size: auto 100%;
}
.header-menu,
.icon-links-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.header-menu > li,
.icon-links-menu > li {
	flex: 0 0 auto;
}
.header-menu {
	margin: 0 -8px;
	font-size: 14px;
	font-weight: 600;
}
.header-menu a,
.icon-links-menu a,
.icon-links-menu a:before,
.site-header-mmenu-btn a,
.site-header-mmenu-btn a:before {
	display: block;
	transition: color 0.2s;
}
.header-menu > li {
	padding: 0 8px;
	line-height: 72px;
}
.header-menu li {
	position: relative;
}
.header-menu ul {
	position: absolute;
	left: 8px;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.25s, opacity 0.25s;
}
.header-menu ul ul {
	display: none;
}
.other-links .header-menu ul {
	left: auto;
	right: 8px;
}
.header-menu ul li {
	line-height: 18px;
	background: #f8f8f8;
	border-bottom: 1px solid #f0f0f0;
}
.header-menu ul li:first-child {
	overflow: hidden;
}
.header-menu ul li:first-child:before {
	position: absolute;
	left: -10%;
	bottom: 100%;
	display: block;
	width: 120%;
	height: 10px;
	content: "";
}
.header-menu ul a {
	padding: 12px 10px;
	min-width: 200px;
}
.header-menu li:hover > ul {
	visibility: visible;
	opacity: 1;
}
.icon-links-menu {
	margin: 0 -5px;
}
.icon-links-menu > li {
	padding: 0 5px;
}
.icon-links-menu a,
.icon-links-menu a:before,
.site-header-mmenu-btn a,
.site-header-mmenu-btn a:before {
	height: 36px;
	line-height: 36px;
}
.icon-links-menu a {
	position: relative;
	padding-left: 36px;
	font-size: 14px;
	text-decoration: none;
}
.icon-links-menu a:before,
.site-header-mmenu-btn a:before {
	position: absolute;
	top: 0;
	width: 36px;
	color: #909090;
	font: normal normal 900 16px/36px "Font Awesome 5 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	border-radius: 50%;
	background-color: transparent;
	transition: background-color 0.2s;
}
.icon-links-menu a:before {
	left: 0;
	content: "\f1e0";
}
.icon-links-menu a:hover:before,
.site-header-mmenu-btn a:hover:before {
	color: #404040;
	background-color: rgba(0, 0, 0, 0.06);
}
.isMobile .site-header .icon-links-menu a:hover:before,
.isMobile .site-header-mmenu-btn a:hover:before {
	color: #909090;
	background-color: transparent;
}
.icon-links-menu a[href*="facebook"]:before,
.icon-links-menu a[href*="instagram"]:before,
.icon-links-menu a[href*="linkedin"]:before,
.icon-links-menu a[href*="twitter"]:before,
.icon-links-menu a[href*="youtube"]:before {
	font-family: "Font Awesome 5 Brands";
	font-weight: normal;
}
.icon-links-menu a[href*="facebook"]:before {
	content: "\f082";
}
.icon-links-menu a[href*="/feed/"]:before {
	content: "\f09e";
}
.icon-links-menu a[href*="instagram"]:before {
	content: "\f16d";
}
.icon-links-menu a[href*="linkedin"]:before {
	content: "\f0e1";
}
.icon-links-menu a[href*="mailto:"]:before {
	content: "\f0e0";
}
.icon-links-menu a[href*="tel:"]:before {
	content: "\f095";
}
.icon-links-menu a[href*="twitter"]:before {
	content: "\f099";
}
.icon-links-menu a[href*="youtube"]:before {
	content: "\f167";
}
.icon-links-menu a[href*="szukaj"]:before {
	content: "\f002";
}
.icon-links-menu a[href*="search"]:before {
	content: "\f002";
}
.icon-links-menu a[href*="konto"]:before {
	content: "\f406";
}
.icon-links-menu a[href*="koszyk"]:before {
	content: "\f291";
}
.site-header-search-form .search-form .search-field {
	padding: 4px 32px 4px 6px;
	height: 32px;
	width: 200px;
	font: 14px/24px "Poppins", sans-serif;
}
.site-header-search-form .search-form .search-submit,
.site-header-search-form .search-form .search-submit:before {
	height: 32px;
	line-height: 32px;
}
.site-header-search-form .search-form .search-submit:before {
	width: 32px;
	line-height: 32px;
}
.site-header-mmenu-btn {
	display: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.site-header-mmenu-btn a {
	position: relative;
	padding-right: 40px;
	text-decoration: none;
}
.site-header-mmenu-btn a:before {
	right: 0;
	content: "\f0c9";
}
.site-header-mmenu-btn .says {
	position: static !important;
}
.site-header .site-header-search-popup {
	display: none;
}
.site-header-search-popup {
	padding: 15px 0;
	width: 100%;
}
.site-header-search-popup .search-form .search-submit:before {
	color: #ffffff;
}
.site-header-search-popup .search-form .search-field {
	color: #ffffff;
	background: transparent;
	border: 1px solid #a0a0a0;
}
.site-header-main,
.site-header-main a,
.site-header-main h1,
.site-header-main h2,
.site-header-main h3 {
	color: #ffffff;
}
.site-header-main,
.site-header-slider .slider-item {
	height: 640px;
}
.site-header-slider .slider-item {
	vertical-align: top;
}
.site-header-main {
	position: relative;
	overflow: hidden;
}
.site-header-compact .site-header-main {
	height: 400px;
}
.site-header-compact .site-header-main,
.site-header-slider .slider-item {
	background: transparent 50% 50% no-repeat;
	background-size: cover;
}
.site-header-overlay,
.site-header-main-wrapper,
.site-header-main-inner {
	height: 100%;
}

/* 6.2 - Content */

.subpage {
	position: relative;
}
.site-content-inner {
	position: static;
}
.content-area,
.sidebar,
.single-col-content-area {
	flex: 0 0 auto;
	padding: 60px 15px;
}
.content-area {
	z-index: 1;
	position: relative;
	flex-basis: 875px;
	max-width: 875px;
	padding-right: 60px;
}
.single-col-content-area {
	flex-basis: 100%;
	max-width: 100%;
}
.content-area article,
.comment-respond {
	padding-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
}
.content-area article,
.page-header {
	margin-bottom: 60px;
}
.content-area article:not(.comment-body):last-child {
	margin-bottom: 0;
}
article .read-more {
	font-weight: 700;
	text-transform: lowercase;
}
.page-header .page-title {
	font-size: 18px;
	margin: 0;
}
.entry-header {
	position: relative;
}
.entry-thumbnail {
	display: block;
	padding-bottom: 56.25%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.entry-title {
	margin-top: 0;
	margin-bottom: 24px;
}
.entry-item .entry-title {
	font-size: 24px;
	margin-bottom: 16px;
}
.entry-title:before,
body.page-template-front-page h2:before {
	display: block;
	width: 64px;
	margin-bottom: 12px;
	border-top: 2px solid;
	content: "";
}
.entry-title a:not(:hover) {
	color: inherit;
}
.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}
.entry-content:after {
	display: table;
	clear: both;
	content: "";
}
.entry-summary p {
	margin-bottom: 10px;
}
.entry-summary .entry-summary-metadata {
	color: #909090;
	font-size: 14px;
}
.entry-summary .posted-on a {
	color: #808080;
}
.entry-custom-summary {
	font-size: 18px;
	font-weight: 700;
}
.sticky-post {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: #808080;
}
.entry-caption {
	margin-top: 8px;
	text-align: center;
}
.author-info,
.entry-footer {
	margin-top: 30px;
}
.entry-footer,
.entry-footer a {
	color: #808080;
}
.entry-footer {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 24px;
}
body.page-template-front-page .entry-footer {
	justify-content: center;
}
.entry-footer > span {
	flex: 0 1 auto;
	margin-right: 12px;
}
article .updated:not(.published) {
	display: none;
}
.entry-footer .edit-link {
	order: -1;
}
body.page-template-front-page .edit-link {
	margin: 0 0 30px 0;
}
.entry-footer > span:before {
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	font: normal normal 900 16px/22px "Font Awesome 5 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #909090;
}
.entry-footer .byline:before {
	content: "\f406";
}
.entry-footer .cat-links:before {
	content: "\f07b";
}
.entry-footer .posted-on:before {
	content: "\f017";
}
.entry-footer .edit-link:before {
	content: "\f044";
}
.entry-footer .tags-links:before {
	content: "\f02b";
}
.entry-footer .full-size-link:before {
	content: "\f1c5";
}
.author-info {
	flex-wrap: nowrap;
}
.author-info .author-avatar img {
	width: 48px;
	border-radius: 50%;
}
.author-info .author-title {
	margin-top: 0;
}
.author-info .author-bio {
	margin-bottom: 0;
}
.author-info .author-link {
	display: block;
	margin-top: 8px;
	font-size: 14px;
}

/* 6.3 - Post Navigation */

.image-navigation,
.pagination,
.post-navigation {
	font-weight: 700;
}
.pagination {
	position: relative;
	min-height: 32px;
	padding: 0 40px;
	text-align: center;
	line-height: 32px;
}
.image-navigation a,
.pagination a,
.post-navigation span:not(.post-title) {
	color: #404040;
}
.pagination .page-numbers,
.page-links .post-page-numbers {
	margin: 0 4px;
	padding: 0 6px;
}
.pagination .current {
	color: #808080;
	border-bottom: 1px solid #909090;
}
.pagination .next,
.pagination .prev {
	position: absolute;
	top: 0;
	margin: 0;
	display: block;
	padding: 32px 0 0 0;
	width: 32px;
	height: 32px;
	overflow: hidden;
}
.pagination .next {
	padding-right: 32px;
	right: 0;
	text-align: right;
}
.pagination .prev {
	padding-left: 32px;
	left: 0;
}
.image-navigation .nav-links a:after,
.pagination .next:after,
.pagination .prev:after,
.post-navigation .meta-nav:after {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.pagination .next:after,
.pagination .prev:after {
	position: absolute;
	top: 0;
	display: block;
	width: 32px;
	height: 32px;
	font: normal normal 900 14px/32px "Font Awesome 5 Free";
	text-align: center;
	border-radius: 50%;
	background: #eaeaea;
}
.pagination .next:after {
	right: 0;
	padding-left: 2px;
	content: "\f105";
}
.pagination .prev:after {
	left: 0;
	padding-right: 2px;
	content: "\f104";
}
.image-navigation {
	margin-bottom: 30px;
}
.post-navigation {
	margin-top: 60px;
}
.image-navigation .nav-links:after,
.post-navigation .nav-links:after {
	display: table;
	clear: both;
	content: "";
}
.image-navigation .nav-links > div {
	position: relative;
}
.image-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	width: 50%;
	text-align: right;
	padding-left: 15px;
}
.image-navigation .nav-previous,
.post-navigation .nav-previous {
	width: 50%;
	float: left;
	padding-right: 15px;
}
.image-navigation .nav-next,
.post-navigation .nav-next .meta-nav {
	padding-right: 24px;
}
.image-navigation .nav-previous,
.post-navigation .nav-previous .meta-nav {
	padding-left: 24px;
}
.image-navigation span,
.post-navigation span {
	display: block;
}
.post-navigation .meta-nav {
	position: relative;
	display: inline-block;
}
.image-navigation .nav-links a:after,
.post-navigation .meta-nav:after {
	position: absolute;
	top: 0;
	display: block;
	width: 24px;
	height: 24px;
	font: normal normal 900 16px/24px "Font Awesome 5 Free";
}
.image-navigation .nav-next a:after,
.post-navigation .nav-next .meta-nav:after {
	right: 0;
	content: "\f30b";
}
.post-navigation .nav-next .meta-nav:after {
	text-align: right;
}
.image-navigation .nav-previous a:after,
.post-navigation .nav-previous .meta-nav:after {
	left: 0;
	content: "\f30a";
}
.post-navigation .post-title {
	font-weight: normal;
}
.page-links {
	margin-bottom: 24px;
	font-weight: 700;
}

/* 6.4 - Comments */

.comments-area .comment-list,
.comments-area .comment-list .children {
	list-style-type: none;
	margin: 0;
}
.comments-area article {
	margin-top: 30px;
	margin-bottom: 30px;
}
.comments-area .comment-list .children {
	margin-left: 40px;
}
.comments-title {
	margin-bottom: 30px;
	font-size: 18px;
}
.comment-meta {
	margin-bottom: 4px;
}
.comment-author,
.comment-metadata {
	line-height: 21px;
}
.comment-author img {
	float: left;
	border-radius: 50%;
	margin-right: 12px;
}
.comment-metadata {
	font-size: 14px;
}
.comment-metadata,
.comment-metadata a {
	color: #808080;
}
.comment-metadata .edit-link:before {
	content: "\2014\00a0";
}
.comment-awaiting-moderation {
	display: block;
	margin-top: 4px;
	color: #ef6c00;
}
.comments .comment .comment-body {
	margin-top: 30px;
	padding-bottom: 10px;
}
.comment .reply {
	font-size: 14px;
}
.comment-respond {
	margin-top: 30px;
}
.comment-reply-title {
	font-size: 24px;
	line-height: 36px;
}
.comment-notes {
	font-size: 14px;
	color: #808080;
}
.comment-reply-title small {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	float: right;
	line-height: inherit;
}
.comment-reply-title small a,
.comment-reply-title small a:after {
	width: 36px;
	height: 36px;
}
.comment-reply-title small a {
	position: relative;
	display: block;
	padding-top: 36px;
	overflow: hidden;
}
.comment-reply-title small a:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font: normal normal 900 24px/36px "Font Awesome 5 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	content: "\f00d";
}
.comment-form label {
	margin-bottom: 2px;
}
.comment-form .comment-form-author, .comment-form .comment-form-email {
	float: left;
	width: 50%;
}
.comment-form .comment-form-author {
	padding-right: 15px;
}
.comment-form .comment-form-email {
	padding-left: 15px;
}
.form-submit {
	margin-bottom: 0;
}
.comment-form-cookies-consent label {
	display: inline;
	padding-bottom: 0;
	font-weight: 400;
}

/* 6.5 - Sidebar */

.sidebar {
	flex-basis: 325px;
	max-width: 325px;
	padding-left: 40px;
	font-size: 15px;
}
.sidebar:before {
	z-index: -1;
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	width: 50%;
	height: 100%;
	content: "";
	background: #f8f8f8;
}
.sidebar .widget:not(:first-child) {
	margin-top: 40px;
}
.sidebar .widget-header {
	display: flex;
	margin-bottom: 20px;
}
.sidebar .widget-header:after {
	flex: 1 1 auto;
	align-self: center;
	content: "";
	height: 1px;
	background: #202020;
}
.sidebar .widget-title {
	flex: 0 0 auto;
	padding-right: 10px;
	max-width: 90%;
	font-size: 18px;
}
.sidebar .widget li {
	margin-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eaeaea;
}
.sidebar .widget li:first-child {
	margin-top: 0;
}
.search-form {
	position: relative;
}
.search-form .search-field,
.search-form .search-submit,
.search-form .search-submit:before {
	height: 40px;
}
.search-form .search-field {
	padding-right: 40px;
}
.search-form .search-submit {
	line-height: 40px;
}
.search-form .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
}
.search-form .search-submit:before,
.widget_contact li:before {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.search-form .search-submit:before {
	display: block;
	width: 40px;
	font: normal normal 900 16px/40px "Font Awesome 5 Free";
	content: "\f002";
	color: #909090;
}
.widget_calendar a {
	font-weight: 700;
}
.widget_calendar caption {
	margin-bottom: 5px;
	color: #808080;
}
.widget_calendar td,
.widget_calendar th {
	padding: 5px;
	border-bottom: 1px solid #eaeaea;
}
.widget_calendar td {
	text-align: center;
}
.widget_calendar th {
	border-top: 1px solid #eaeaea;
}
.widget_contact a:not(:hover) {
	color: inherit;
}
.widget_contact li {
	position: relative;
	padding-left: 32px;
}
.widget_contact li:before {
	position: absolute;
	left: 0;
	top: -7px;
	display: block;
	width: 24px;
	height: 36px;
	font: normal normal 900 16px/36px "Font Awesome 5 Free";
	text-align: center;
	color: #1e88e5;
}
.widget_contact li.icon-address:before {
	content: "\f3c5";
}
.widget_contact li.icon-email:before {
	content: "\f0e0";
}
.widget_contact li.icon-phone-1:before {
	content: "\f3cd";
}
.widget_contact li.icon-phone-2:before {
	content: "\f095";
}
.widget_contact li.icon-form:before {
	content: "\f303";
}
.widget_contact span {
	font-weight: 700;
}

/* 6.6 - Area Overlap */

/*
.site-header-main-wrapper {
	padding-bottom: 60px;
}
.subpage {
	margin-top: -60px;
}
body:not(.page-template-no-sidebar) .subpage:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 50%;
	height: 100%;
	content: "";
}
body.page-template-no-sidebar .subpage {
	padding-left: 60px;
	padding-right: 60px;
}
.single-col-content-area {
	padding: 60px;
}
.sidebar .widget {
	margin-top: 40px;
}
*/

/* Media Queries */

/*
@media screen and (max-width: 991px) {
	.site .content-area,
	.site .sidebar {
		padding-left: 60px;
		padding-right: 60px;
	}
	body .site .subpage {
		padding: 0 30px;
	}
	body .site .subpage:before {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	body .site .subpage {
		padding: 0 15px;
	}
}
@media screen and (max-width: 575px) {
	body .site .subpage {
		margin-top: 0;
		padding: 0;
	}
	.site-header-main-wrapper {
		padding-bottom: 0;
	}
	.site .content-area,
	.site .sidebar,
	.site .single-col-content-area {
		padding-left: 15px;
		padding-right: 15px;
	}
}
*/

/* 6.7 - Download Attachments */

.download-attachments {
	margin-top: 24px;
}
body:not(.single-post) .download-attachments .download-title {
	display: none;
}
.download-attachments .download-title {
	font-size: 18px;
}
.download-attachments ul.da-attachments-list {
	margin: 0;
	list-style-type: none;
}
.download-attachments li:not(:first-child) {
	margin-top: 8px;
}
.download-attachments li {
	position: relative;
	padding-left: 22px;
}
.download-attachments li:before {
	position: absolute;
	left: 1px;
	top: -1px;
	display: block;
	font: normal normal 900 16px/24px "Font Awesome 5 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #63a01b;
	content: "\f56d";
}
.download-attachments li.gif:before,
.download-attachments li.jpg:before,
.download-attachments li.png:before {
	content: "\f1c5";
}
.download-attachments li.pdf:before {
	content: "\f1c1";
}
.download-attachments li.doc:before {
	content: "\f1c2";
}
.download-attachments li.txt:before {
	content: "\f15c";
}
.download-attachments li.xls:before {
	content: "\f1c3";
}
.download-attachments li.zip:before {
	content: "\f1c6";
}
.download-attachments li img {
	display: none;
}
.download-attachments li > span {
	display: block;
	font-size: 14px;
	color: #808080;
}

/* 6.8 - Footer */

.site-footer,
.site-footer a,
.site-footer h2,
.site-footer h3 {
	color: #ffffff;
}
.site-footer {
	background-color: #404040;
}
.site-footer a {
	text-decoration: none;
}
.site-footer-info,
.site-footer-bottom {
	font-size: 14px;
	font-family: "Poppins", sans-serif;
}
.site-footer-info {
	padding-top: 80px;
	padding-bottom: 80px;
}
.site-footer-info h3 {
	margin-bottom: 16px;
	font-size: 16px;
	opacity: 0.5;
}
.site-footer-menu li {
	line-height: 24px;
}
.site-footer .site-branding .logo {
	margin-bottom: 20px;
}
.site-footer .site-branding p {
	font-size: 18px;
	font-weight: 600;
}
.site-footer .icon-links-menu {
	margin-top: 5px;
	justify-content: flex-start;
}
.site-footer .icon-links-menu,
.site-footer .icon-links-menu a,
.site-footer .icon-links-menu a:before {
	color: #ffffff;
}
.site-footer .icon-links-menu a:before,
.isMobile .site-footer .icon-links-menu a:hover:before {
	background-color: rgba(255, 255, 255, 0.2);
}
.site-footer .icon-links-menu a:hover:before {
	background-color: rgba(255, 255, 255, 0.4);
}
.site-footer-bottom {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #303030;
}
.site-footer-bottom span {
	font-weight: 600;
}
.site-footer-bottom .spacer {
	margin: 0 2px;
	opacity: 0.2;
}
.site-footer-bottom .privacy-policy-link {
	opacity: 0.5;
}

/* 7.0 - WooCommerce */

.twentysixteen .site-main,
.no-sidebar .twentysixteen .site-main {
	margin: 0;
}

/* 8.0 - Mobile Menu */

body .mm,
body .mm-blocker {
	--mm-max-width: 300px;
}
body .mm-blocker {
	background: rgba(0, 0, 0, 0.5);
}
body .mm.mm--main:after {
	padding: 0 10px;
}
body .mm a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
body .mm a:not(:last-child):after {
	display: none;
}
.mobile-menu-container {
	display: none;
}

/* 9.0 - Lightbox */

body .mfp-bg {
	background: #000000;
}
body .mfp-arrow {
	-webkit-transform: none;
	transform: none;
}
body .mfp-arrow:before {
	display: none;
}
body .mfp-arrow:after {
	top: 50%;
	margin: 0;
	border: none;
	width: 32px;
	height: 32px;
	line-height: 32px;
	transform: translate(0, -50%);
	font: normal normal 900 14px/32px "Font Awesome 5 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #ffffff;
	background: #000000;
	border-radius: 50%;
}
body .mfp-arrow-left:after {
	left: 15px;
	padding-right: 2px;
	content: "\f104";
}
body .mfp-arrow-right:after {
	left: auto;
	right: 15px;
	padding-left: 2px;
	content: "\f105";
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.9;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-fade.mfp-wrap.mfp-removing button {
	display: none;
}

/* 10.0 - Accessibility */

.says,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	word-wrap: normal !important;
}
.site .skip-link {
	top: -999em;
}

/* 11.0 - Icons */

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url("webfonts/fa-solid-900.woff2") format("woff2"), url("webfonts/fa-solid-900.woff") format("woff");
}
.fa,
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.woff") format("woff");
}
.fab {
	font-family: "Font Awesome 5 Brands";
}

/* 12.0 - Media Queries */

/* 12.1 - <= 1199px */

@media screen and (max-width: 1199px) {
	.site-header-menu {
		display: none;
	}
	.site-header-mmenu-btn {
		display: block;
	}
	.site-header-compact .site-header-main {
		height: 320px;
	}
	.content-area {
		flex-basis: 72%;
		max-width: 72%;
	}
	.sidebar {
		flex-basis: 28%;
		max-width: 28%;
	}
}

/* 12.2 - <= 991px */

@media screen and (max-width: 991px) {
	.site-header-compact .site-header-main {
		height: 280px;
	}
	.subpage {
		overflow: hidden;
	}
	.content-area,
	.sidebar {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sidebar {
		position: relative;
	}
	.sidebar:before {
		transform: translateX(-50%);
		width: 1200px;
	}
	.sidebar .widget:first-child {
		margin-top: 0;
	}
}

/* 12.3 - <= 767px */

@media screen and (max-width: 767px) {
	.site-header-compact .site-header-main {
		height: 240px;
	}
	.entry-item-image {
		margin-bottom: 24px;
	}
	.site-footer-info {
		padding-top: 60px;
		padding-bottom: 60px;
		text-align: center;
	}
	.site-footer .site-branding .logo {
		margin-left: auto;
		margin-right: auto;
	}
	.site-footer .icon-links-menu,
	.site-footer-info h3 {
		margin-top: 30px;
	}
	.site-footer .icon-links-menu {
		justify-content: center;
	}
	.site-footer-info h3 {
		margin-bottom: 8px;
	}
	.site-footer-bottom {
		text-align: center;
	}
	.site-footer-bottom-copy {
		margin-bottom: 12px;
	}
	.pagination .page-numbers:not(.current):not(.next):not(.prev) {
		display: none;
	}
	.pagination .current {
		border: none;
	}
	.pagination .current .screen-reader-text {
		position: static !important;
	}
	.post-navigation .nav-links > div {
		float: none;
		width: 100%;
	}
	.post-navigation .nav-links > div:last-child:not(:only-child) {
		margin-top: 20px;
	}
}

/* 12.4 - <= 575px */

@media screen and (max-width: 575px) {
	h1,
	body.page-template-front-page h2 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	h5, h6 {
		font-size: 14px;
	}
	.site-header-compact .site-header-main {
		height: 200px;
	}
	.content-area,
	.sidebar,
	.single-col-content-area {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.content-area article,
	.page-header {
		margin-bottom: 40px;
	}
	.post-navigation {
		margin-top: 40px;
	}
	.comments-area .comment-list .children {
		margin-left: 20px;
	}
	.comment-form .comment-form-author,
	.comment-form .comment-form-email {
		float: none;
		padding: 0;
		width: 100%;
	}
	.site-footer-bottom .copy-info span {
		display: block;
	}
	.site-footer-bottom .copy-info .spacer {
		display: none;
	}
}
