/*
Theme Name: The Box
Text Domain: the-box
Version: 1.5.4
Requires at least: 4.5
Tested up to: 6.8
Requires PHP: 5.6
Description: Clean and Simple WordPress Theme designed for blogs and online publications. With easy to use options The Box lets you focus on your awesome writing.
Author: Design Lab
Author URI: https://www.designlabthemes.com/
Theme URI: https://www.designlabthemes.com/the-box-wordpress-theme/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, one-column, post-formats, right-sidebar, sticky-post, theme-options, two-columns, translation-ready
*/

/********************************************************************************************************
 * Please don't edit this file.  You can lose all modifications if the theme is updated.
 * Please use Additional CSS via Customizer (since WordPress 4.7) or a child theme. You can overwrite specific style rules in your child theme's 'style.css' file.
 * See here more about Child Themes: https://codex.wordpress.org/Child_Themes
********************************************************************************************************/

/*
01: Normalize
02: Layout
03: Typography
04: Elements
05: Navigation
06: Header
07: Content
08: Post Formats
09: Widgets
10: Footer
11: Comments
12: Blocks
13: Additional Styles
14: Responsive
*/


/*
 * 01: Normalize
 * Styles based on Normalize v7.0.0
 */

html {
	font-family: sans-serif;
	font-size-adjust: 100%;
}

body {
	margin: 0;
}

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

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 0;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: 700;
}

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

dfn {
	font-style: italic;
}

abbr[title] {
	border-bottom: 1px #777 dotted;
	text-decoration: none;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

small {
	font-size: 80%;
}

audio,
video {
	display: inline-block;
}

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

img {
	border: 0;
	border-style: none;
}

img[loading="lazy"] {
	animation: fimg-FadeIn 2.5s;
}

@keyframes fimg-FadeIn {
	from	{ opacity: 0; }
	to		{ opacity: 1; }
}

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

button,
select {
	text-transform: none;
}

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

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

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

[hidden] {
	display: none;
}

/*
 * 02: Layout
 */

body {
	background: #f0f3f5;
}

#page {
	padding: 0 20px;
	margin: auto;
}

.content-area,
.widget-area {
	float: none;
	width: 100%;
	margin: auto;
	padding: 0;
}

/* Grid */
.row {
	margin: 0 -10px;
	padding: 0;
	list-style-type: none;
	box-sizing: border-box;
}

.col-3, .col-4, .col-6, .col-8, .col-12,
.col-xs-3, .col-xs-4, .col-xs-6, .col-xs-12,
.col-sm-3, .col-sm-4, .col-sm-6, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	box-sizing: border-box;
}

.col-xs-3, .col-xs-4, .col-xs-6, .col-xs-12 {
	float: left;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.3334%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-12 {
	width: 100%;
}

@media (min-width: 768px) {
	.col-sm-3, .col-sm-4, .col-sm-6, .col-sm-12 {
		float: left;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.3334%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-12 {
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.col-3, .col-4, .col-6, .col-8, .col-12 {
		float: left;
	}
	.col-3 {
		width: 25%;
	}
	.col-4 {
		width: 33.3334%;
	}
	.col-6 {
		width: 50%;
	}
	.col-8 {
		width: 66.6667%;
	}
	.col-12 {
		width: 100%;
	}
}

/*
 * 03: Typography
 */

body,
button,
input,
select,
textarea {
	font-family: 'Oxygen', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.65;
	color: #353535;
}

/* Headings */
h1 {
	font-size: 1.714em; /* 24px */
	line-height: 1.4;
	margin: 20px 0 10px;
}

h2 {
	font-size: 1.5em; /* 21px */
	line-height: 1.4;
	font-weight: 700;
	margin: 20px 0 10px;
}

h3 {
	font-size: 1.286em; /* 18px */
	line-height: 1.4;
	font-weight: 700;
	margin: 20px 0 10px;
}

h4 {
	font-size: 1.143em; /* 16px */
	font-weight: 700;
	margin: 10px 0;
}

h5 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 10px 0;
}

h6 {
	font-size: 0.85em;
	font-weight: 700;
	margin: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

.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,
.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 {
	margin-top: 0;
}

.site-title {
	font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-size: 2em; /* 28px */
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.entry-title {
	margin: 0;
	font-weight: 400;
	color: #252525;
	font-size: 1.714em; /* 24px */
}

.page-title {
	color: #959595;
	font-weight: 400;
}

.page-title span {
	color: #0fa5d9;
	font-weight: 700;
}

/*
 * 04: Elements
 */
.main-navigation,
.site-footer,
.widget-area,
.entry-footer,
.entry-meta {
	font-size: 0.929em /* 13px */
}

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

p {
	margin: 0 0 20px 0;
}

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

strong {
	font-weight: 700;
}

ul, ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ul li,
ol li {
	margin: 0 0 5px 20px;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 20px 20px;
}

b, strong {
	font-weight: 700;
}

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

blockquote {
	font-style: italic;
	margin: 20px 0;
	padding: 0 15px;
	border-left: 4px solid #ddd;
}

blockquote p {
	margin-bottom: 10px;
}

blockquote cite {
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	color: #252525;
	line-height: 1.5;
}

address {
	margin: 0 0 20px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
	padding: 20px;
	overflow: auto;
	max-width: 100%;
}

code, kbd, tt, var {
	font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark, ins {
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0;
	width: 100%;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

th {
	font-weight: 700;
}

thead th {
	font-size: 1.143em;
	color: #252525;
}

th, td {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 10px;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #0fa5d9;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	line-height: 20px;
	padding: 10px 24px;
	border: none;
	opacity: 1;
	transition: opacity 0.3s ease-in-out 0s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	opacity: 0.75;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
textarea {
	color: #454545;
	border: 1px solid rgba(0,0,0,0.07);
	margin: 10px 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
	color: #252525;
	border-color: rgba(0,0,0,0.2);
}

input[type=text],
input[type=email],
input[type=password],
input[type=url] {
	padding: 0.5em 1em;
}

textarea {
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}

#submit {
	border: none;
	color: #fff;
	font-weight: 700;
	font-size: 0.929em;
	text-transform: uppercase;
}

#submit:hover {
	color: #fff;
}

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

.search-form label {
	display: block;
}

input#s {
	height: 40px;
	width: 100%;
	margin: 0;
	padding: 10px 50px 10px 10px;
	border: 0;
	line-height: 20px;
	border: 1px solid #eee;
	box-sizing: border-box;
	border-radius: none;
	-webkit-appearance: none;
}

.entry-content input#s {
	border: 1px solid #eee;
}

#search-submit {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 50px;
	height: 40px;
	padding: 6px 0 4px;
	margin: 0;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	opacity: 1;
	transition: opacity 0.3s ease-in-out 0s;
}

#search-submit:hover {
	opacity: 0.75;
}

.error404 .search-form {
	max-width: 66.6667%;
}

/* Make sure embeds and iframes fit their containers */
embed,
object,
iframe {
	max-width: 100%;
}

/* Links */
a {
	color: #0fa5d9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

.site-title a {
	display: inline-block;
	color: #252525;
}

.site-title a:hover {
	text-decoration: none;
	color: #0fa5d9;
}

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

.entry-title a:hover {
	text-decoration: none;
}

.edit-link a {
	display: inline-block;
	padding: 2px 15px;
	text-decoration: none;
	font-size: 	0.923em;
	font-weight: 700;
	line-height: 1.5;
	color: #0fa5d9;
	background-color: #fff;
	border: 1px solid #0fa5d9;
	border-radius: 64px;
	opacity: 1;
	transition: opacity 0.3s ease-in-out 0s;
}

.edit-link a:hover {
	opacity: .75;
}

.more-link {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.more-link:hover {
	text-decoration: underline;
}

/* Clearings */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.main-navigation:before,
.main-navigation:after,
.entry-header:before,
.entry-header:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.widget:before,
.widget:after,
.gallery:before,
.gallery:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clearfix:after,
.container:after,
.main-navigation:after,
.entry-header:after,
.entry-content:after,
.entry-summary:after,
.widget:after,
.gallery:after {
	clear: both;
}

/*
 * 05: Navigation
 */

/* Main Navigation */
.main-navigation {
	background-color: #0fa5d9;
	overflow-wrap: break-word;
}

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

.main-navigation li {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

.main-navigation a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
}

.main-navigation > div > ul > li > a:hover {
	color: #fff;
}

.main-navigation > div > ul > li.menu-item-has-children > a,
.main-navigation > div > ul > li.page_item_has_children > a,
.main-navigation > div ul ul > li.menu-item-has-children > a,
.main-navigation > div ul ul > li.page_item_has_children > a {
	padding-right: 18px;
}

.main-navigation > div > ul > li.menu-item-has-children > a:before,
.main-navigation > div > ul > li.page_item_has_children > a:before,
.main-navigation > div ul ul > li.menu-item-has-children > a:before,
.main-navigation > div ul ul > li.page_item_has_children > a:before {
	font-family: "icons-font" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 2px;
	content: "\69";
	font-size: 14px;
	width: 14px;
	text-align: left;
	display: inline-block;
}

.main-navigation > div > ul > li.menu-item-has-children > a:before,
.main-navigation > div > ul > li.page_item_has_children > a:before {
	top: 18px;
}

.main-navigation > div ul ul > li.menu-item-has-children > a:before,
.main-navigation > div ul ul > li.page_item_has_children > a:before {
	top: 14px;
	right: 6px;
}

.main-navigation li:hover a,
.main-navigation li:focus a {
	background-color: rgba(255,255,255,0.2);
}

.main-navigation ul ul {
	visibility: hidden;
	opacity: 0;
	width: 180px;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 99999;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	transition: all 0.4s ease-in-out 0s;
}

.main-navigation ul ul:after {
	border-bottom: 6px solid #fff;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	content: "";
	height: 0;
	margin: 0 auto 0 -4px;
	position: absolute;
	text-align: center;
	width: 0;
	left: 1em;
	top: -6px;
}

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

.main-navigation ul ul li {
	float: none;
	margin: 0;
	border-top: 1px dashed rgba(0,0,0,0.1);
}

.main-navigation ul ul li:first-child {
	border: 0;
}

.main-navigation ul ul a {
	color: #656565;
	display: block;
	height: auto;
	line-height: 1.5;
	padding: 10px;
	background: #fff;
}

.main-navigation ul li:hover ul a,
.main-navigation ul li:focus ul a {
	background: #fff;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
	color: #0fa5d9;
}

.main-navigation ul ul ul {
	display: none;
	visibility: visible;
	opacity: 1;
	left: 100%;
	top: 0;
}

.main-navigation ul ul ul:after {
	content: none;
}

.main-navigation div ul ul li:hover > ul {
	display: block;
}

.main-navigation div ul ul ul li:hover > ul {
	display: block;
}

/* Social Icons */
html {
	--dl-icon-facebook: url('data:image/svg+xml,<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"></path></svg>');
	--dl-icon-feed: url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M2,8.7V12c5.5,0,10,4.5,10,10h3.3C15.3,14.6,9.4,8.7,2,8.7z M2,2v3.3c9.2,0,16.7,7.5,16.7,16.7H22C22,11,13,2,2,2z M4.5,17 C3.1,17,2,18.1,2,19.5S3.1,22,4.5,22S7,20.9,7,19.5S5.9,17,4.5,17z"/></svg>');
	--dl-icon-flickr: url('data:image/svg+xml,<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M6.5,7c-2.75,0-5,2.25-5,5s2.25,5,5,5s5-2.25,5-5S9.25,7,6.5,7z M17.5,7c-2.75,0-5,2.25-5,5s2.25,5,5,5s5-2.25,5-5 S20.25,7,17.5,7z"></path></svg>');
	--dl-icon-github: url('data:image/svg+xml,<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12,2C6.477,2,2,6.477,2,12c0,4.419,2.865,8.166,6.839,9.489c0.5,0.09,0.682-0.218,0.682-0.484 c0-0.236-0.009-0.866-0.014-1.699c-2.782,0.602-3.369-1.34-3.369-1.34c-0.455-1.157-1.11-1.465-1.11-1.465 c-0.909-0.62,0.069-0.608,0.069-0.608c1.004,0.071,1.532,1.03,1.532,1.03c0.891,1.529,2.341,1.089,2.91,0.833 c0.091-0.647,0.349-1.086,0.635-1.337c-2.22-0.251-4.555-1.111-4.555-4.943c0-1.091,0.39-1.984,1.03-2.682 C6.546,8.54,6.202,7.524,6.746,6.148c0,0,0.84-0.269,2.75,1.025C10.295,6.95,11.15,6.84,12,6.836 c0.85,0.004,1.705,0.114,2.504,0.336c1.909-1.294,2.748-1.025,2.748-1.025c0.546,1.376,0.202,2.394,0.1,2.646 c0.64,0.699,1.026,1.591,1.026,2.682c0,3.841-2.337,4.687-4.565,4.935c0.359,0.307,0.679,0.917,0.679,1.852 c0,1.335-0.012,2.415-0.012,2.741c0,0.269,0.18,0.579,0.688,0.481C19.138,20.161,22,16.416,22,12C22,6.477,17.523,2,12,2z"></path></svg>');
	--dl-icon-instagram: url('data:image/svg+xml,<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z"></path></svg>');
	--dl-icon-linkedin: url('data:image/svg+xml,<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z"></path></svg>');
	--dl-icon-medium: url('data:image/svg+xml,<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M20.962,7.257l-5.457,8.867l-3.923-6.375l3.126-5.08c0.112-0.182,0.319-0.286,0.527-0.286c0.05,0,0.1,0.008,0.149,0.02 c0.039,0.01,0.078,0.023,0.114,0.041l5.43,2.715l0.006,0.003c0.004,0.002,0.007,0.006,0.011,0.008 C20.971,7.191,20.98,7.227,20.962,7.257z M9.86,8.592v5.783l5.14,2.57L9.86,8.592z M15.772,17.331l4.231,2.115 C20.554,19.721,21,19.529,21,19.016V8.835L15.772,17.331z M8.968,7.178L3.665,4.527C3.569,4.479,3.478,4.456,3.395,4.456 C3.163,4.456,3,4.636,3,4.938v11.45c0,0.306,0.224,0.669,0.498,0.806l4.671,2.335c0.12,0.06,0.234,0.088,0.337,0.088 c0.29,0,0.494-0.225,0.494-0.602V7.231C9,7.208,8.988,7.188,8.968,7.178z"></path></svg>');
	--dl-icon-pinterest: url('data:image/svg+xml,<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12.289,2C6.617,2,3.606,5.648,3.606,9.622c0,1.846,1.025,4.146,2.666,4.878c0.25,0.111,0.381,0.063,0.439-0.169 c0.044-0.175,0.267-1.029,0.365-1.428c0.032-0.128,0.017-0.237-0.091-0.362C6.445,11.911,6.01,10.75,6.01,9.668 c0-2.777,2.194-5.464,5.933-5.464c3.23,0,5.49,2.108,5.49,5.122c0,3.407-1.794,5.768-4.13,5.768c-1.291,0-2.257-1.021-1.948-2.277 c0.372-1.495,1.089-3.112,1.089-4.191c0-0.967-0.542-1.775-1.663-1.775c-1.319,0-2.379,1.309-2.379,3.059 c0,1.115,0.394,1.869,0.394,1.869s-1.302,5.279-1.54,6.261c-0.405,1.666,0.053,4.368,0.094,4.604 c0.021,0.126,0.167,0.169,0.25,0.063c0.129-0.165,1.699-2.419,2.142-4.051c0.158-0.59,0.817-2.995,0.817-2.995 c0.43,0.784,1.681,1.446,3.013,1.446c3.963,0,6.822-3.494,6.822-7.833C20.394,5.112,16.849,2,12.289,2"></path></svg>');
	--dl-icon-share: url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M18,15c-1.1,0-2.1,0.5-2.8,1.2l-5.3-3.1C9.9,12.7,10,12.4,10,12c0-0.4-0.1-0.7-0.2-1.1l5.3-3.1C15.9,8.5,16.9,9,18,9 c2.2,0,4-1.8,4-4s-1.8-4-4-4s-4,1.8-4,4c0,0.4,0.1,0.7,0.2,1.1L8.8,9.2C8.1,8.5,7.1,8,6,8c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4 c1.1,0,2.1-0.5,2.8-1.2l5.3,3.1C14.1,18.3,14,18.6,14,19c0,2.2,1.8,4,4,4s4-1.8,4-4S20.2,15,18,15z M18,3c1.1,0,2,0.9,2,2 s-0.9,2-2,2s-2-0.9-2-2S16.9,3,18,3z M6,14c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2s2,0.9,2,2C8,13.1,7.1,14,6,14z M18,21 c-1.1,0-2-0.9-2-2c0-0.4,0.1-0.7,0.3-1c0,0,0,0,0,0c0,0,0,0,0,0c0.3-0.6,1-1,1.7-1c1.1,0,2,0.9,2,2S19.1,21,18,21z"/></svg>');
	--dl-icon-tiktok: url('data:image/svg+xml,<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M16.708 0.027c1.745-0.027 3.48-0.011 5.213-0.027 0.105 2.041 0.839 4.12 2.333 5.563 1.491 1.479 3.6 2.156 5.652 2.385v5.369c-1.923-0.063-3.855-0.463-5.6-1.291-0.76-0.344-1.468-0.787-2.161-1.24-0.009 3.896 0.016 7.787-0.025 11.667-0.104 1.864-0.719 3.719-1.803 5.255-1.744 2.557-4.771 4.224-7.88 4.276-1.907 0.109-3.812-0.411-5.437-1.369-2.693-1.588-4.588-4.495-4.864-7.615-0.032-0.667-0.043-1.333-0.016-1.984 0.24-2.537 1.495-4.964 3.443-6.615 2.208-1.923 5.301-2.839 8.197-2.297 0.027 1.975-0.052 3.948-0.052 5.923-1.323-0.428-2.869-0.308-4.025 0.495-0.844 0.547-1.485 1.385-1.819 2.333-0.276 0.676-0.197 1.427-0.181 2.145 0.317 2.188 2.421 4.027 4.667 3.828 1.489-0.016 2.916-0.88 3.692-2.145 0.251-0.443 0.532-0.896 0.547-1.417 0.131-2.385 0.079-4.76 0.095-7.145 0.011-5.375-0.016-10.735 0.025-16.093z"></path></svg>');
	--dl-icon-tumblr: url('data:image/svg+xml,<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M19.7,32c-4.8,0-8.4-2.5-8.4-8.4v-9.5H6.9V9c4.8-1.2,6.8-5.4,7.1-9h5v8.1h5.8v6H19v8.3c0,2.5,1.2,3.3,3.2,3.3h2.8V32H19.7z"/></svg>');
	--dl-icon-twitter: url('data:image/svg+xml,<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M14,10.4l7.6-8.9h-1.8L13,9.1L7.9,1.6H1.7l8,11.7l-8,9.3h1.8l7-8.1l5.6,8.1h6.2L14,10.4L14,10.4z M11.4,13.3l-0.8-1.1 L4.1,2.9h2.8l5.3,7.5l0.8,1.1l6.8,9.6h-2.8L11.4,13.3L11.4,13.3z"/></svg>');
	--dl-icon-xing: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M5,5.9C4.9,5.9,4.7,6,4.6,6.1c-0.1,0.1-0.1,0.3,0,0.4l2,3.4c0,0,0,0,0,0l-3.1,5.4c-0.1,0.2-0.1,0.3,0,0.4 C3.6,15.9,3.8,16,3.9,16h2.9c0.4,0,0.6-0.3,0.8-0.6c0,0,3-5.3,3.1-5.5c0,0-2-3.5-2-3.5C8.6,6.2,8.4,5.9,7.9,5.9L5,5.9L5,5.9z"/><path d="M17.2,2c-0.4,0-0.6,0.3-0.8,0.5c0,0-6.2,11-6.4,11.4c0,0,4.1,7.5,4.1,7.5c0.1,0.3,0.4,0.5,0.8,0.5h2.9 c0.2,0,0.3-0.1,0.4-0.2c0.1-0.1,0.1-0.3,0-0.4l-4.1-7.4c0,0,0,0,0,0l6.4-11.3c0.1-0.2,0.1-0.3,0-0.4C20.4,2.1,20.2,2,20.1,2H17.2z"/></svg>');
	--dl-icon-youtube: url('data:image/svg+xml,<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z"></path></svg>');
}

.social-navigation {
	margin: 10px 0 0;
	box-sizing: border-box;
}

.social-links {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem;
}

.social-links li a,
.social-links li {
	line-height: 1;
	padding: 0;
	margin: 0;
}

.social-links a {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background: #353535;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 0;
}

.social-links li:first-child a {
	margin-left: 0;
}

.social-links a span:before {
	content: none;
}

.social-links a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	line-height: 1;
	vertical-align: unset;
	width: 16px;
	height: 16px;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.social-links li a span {
	/* Displays default share icon, if no icon is available */
	-webkit-mask-image: var(--dl-icon-share);
	mask-image: var(--dl-icon-share);
}

.social-links li a[href*="facebook.com"] span {
	-webkit-mask-image: var(--dl-icon-facebook);
	mask-image: var(--dl-icon-facebook);
}

.social-links li a[href*="feed"] span {
	-webkit-mask-image: var(--dl-icon-feed);
	mask-image: var(--dl-icon-feed);
}

.social-links li a[href*="flickr.com"] span {
	-webkit-mask-image: var(--dl-icon-flickr);
	mask-image: var(--dl-icon-flickr);
}

.social-links li a[href*="github.com"] span {
	-webkit-mask-image: var(--dl-icon-github);
	mask-image: var(--dl-icon-github);
}

.social-links li a[href*="instagram.com"] span {
	-webkit-mask-image: var(--dl-icon-instagram);
	mask-image: var(--dl-icon-instagram);
}

.social-links li a[href*="linkedin.com"] span {
	-webkit-mask-image: var(--dl-icon-linkedin);
	mask-image: var(--dl-icon-linkedin);
}

.social-links li a[href*="medium.com"] span {
	-webkit-mask-image: var(--dl-icon-medium);
	mask-image: var(--dl-icon-medium);
}

.social-links li a[href*="pinterest.com"] span {
	-webkit-mask-image: var(--dl-icon-pinterest);
	mask-image: var(--dl-icon-pinterest);
}

.social-links li a[href*="tiktok.com"] span {
	-webkit-mask-image: var(--dl-icon-tiktok);
	mask-image: var(--dl-icon-tiktok);
}

.social-links li a[href*="tumblr.com"] span {
	-webkit-mask-image: var(--dl-icon-tumblr);
	mask-image: var(--dl-icon-tumblr);
}

.social-links li a[href*="twitter.com"] span {
	-webkit-mask-image: var(--dl-icon-twitter);
	mask-image: var(--dl-icon-twitter);
}

.social-links li a[href*="xing.com"] span {
	-webkit-mask-image: var(--dl-icon-xing);
	mask-image: var(--dl-icon-xing);
}

.social-links li a[href*="youtube.com"] span {
	-webkit-mask-image: var(--dl-icon-youtube);
	mask-image: var(--dl-icon-youtube);
}

.social-links a:hover {
	background: #252525;
}

.social-links .rss:hover {
	background: #F28A29;
}

.social-links .facebook:hover {
	background: #1778f2;
}

.social-links .instagram:hover {
	background: #f00075;
}

.social-links .linkedin:hover {
	background: #007bb6;
}

.social-links .medium:hover {
	background: #000;
}

.social-links .flickr:hover {
	background: #ff0084;
}

.social-links .github:hover {
	background: #121111;
}

.social-links .pinterest:hover {
	background: #cb2027;
}

.social-links .tiktok:hover {
	background: #000;
}

.social-links .tumblr:hover {
	background: #001935;
}

.social-links .twitter:hover {
	background: #000;
}

.social-links .xing:hover {
	background: #1A7576;
}

.social-links .youtube:hover {
	background: #bb0000;
}

/* Menu toggle */
.menu-toggle {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	text-decoration: none;
	color: #151515;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	text-align: center;
	cursor: pointer;
}

.menu-toggle:hover,
.menu-toggle:active {
	background-color: transparent;
	opacity: 1;
}

/* Button toggle */
.button-toggle {
	display: block;
	background-color: #151515;
	height: 3px;
	opacity: 1;
	position: absolute;
	transition: opacity 0.3s ease 0s, background 0.3s ease 0s;
	width: 24px;
	z-index: 20;
	left: 8px;
	top: 20px;
	border-radius: 2px;
}

.button-toggle:before {
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: -7px;
	transform-origin: center center 0;
	transition: transform 0.3s ease 0s, background 0.3s ease 0s;
	width: 24px;
	background-color: #151515;
	border-radius: inherit;
}

.button-toggle:after {
	bottom: -7px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transform-origin: center center 0;
	transition: transform 0.3s ease 0s, background 0.3s ease 0s;
	width: 24px;
	background-color: #151515;
	border-radius: inherit;
}

.toggled-on .button-toggle {
	background-color: transparent;
}

.toggled-on .button-toggle:before,
.toggled-on .button-toggle:after {
	opacity: 1;
	background-color: #fff;
}

.toggled-on .button-toggle:before {
	transform: translate(0px, 7px) rotate(-45deg);
}

.toggled-on .button-toggle:after {
	transform: translate(0px, -7px) rotate(45deg);
}

/* Mobile Navigation */
@media (max-width: 480px) {
	.mobile-navigation {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
	#site-navigation-sticky-wrapper,
	#site-navigation {
		display: none;
	}
	.menu-toggle {
		display: block;
		z-index: 1000;
		border: 0;
		border-radius: 0;
		text-decoration: none;
		text-align: center;
	}
	.mobile-navigation {
		display: block;
		background-color: #151515;
		height: 100vh;
		opacity: 0;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 60px 40px 40px;
		font-size: 16px;
		visibility: hidden;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 999;
		transition: .3s;
		box-sizing: border-box;
	}
	.admin-bar .mobile-navigation {
		padding-top: 100px;
	}
	.mobile-navigation ul {
		list-style-type: none;
	}
	.mobile-navigation ul li {
		display: block;
		margin: 0;
	}
	.mobile-navigation ul ul {
		margin: 0;
		padding: 0 0 0 20px;
		opacity: 0;
		visibility: hidden;
		max-height: 0;
		transition: .4s ease-in-out;
	}
	.mobile-navigation .home-link {
		float: none;
		padding: 0 10px;
	}
	.mobile-navigation .home-link a {
		color: #fff;
	}
	.mobile-navigation .icon-home {
		font-size: 18px;
	}
	.mobile-nav-menu {
		padding: 0;
		margin: 0;
	}
	.mobile-nav-menu .icon-home {
		font-size: 18px;
	}
	.mobile-nav-menu > li {
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
	.mobile-nav-menu a {
		display: inline-block;
		width: auto;
		height: auto;
		padding: 15px 10px;
		line-height: 1.5;
		color: #ddd;
		background: transparent;
		text-decoration: none;
		border: 0;
	}
	.mobile-nav-menu a:hover {
		text-decoration: none;
	}
	.mobile-nav-menu ul a {
		padding-left: inherit;
	}
	.mobile-nav-menu a:hover {
		background-color: #151515;
		color: #fff;
	}
	.mobile-navigation.toggled-on {
		opacity: 1;
		visibility: visible;
	}
	.mobile-nav-open {
		overflow: hidden;
	}
	.mobile-navigation li.toggle-on > a ~ ul {
		opacity: 1;
		visibility: visible;
		max-height: 1024px;
	}
	.mobile-navigation .dropdown-toggle {
		display: inline-block;
		position: relative;
		padding: 10px;
		color: #fff;
		vertical-align: middle;
		cursor: pointer;
	}
	.mobile-navigation .dropdown-toggle:before {
		border-color: currentcolor;
		border-style: solid;
		border-width: 0 2px 2px 0;
		border-radius: 2px;
		content: "";
		height: 7px;
		width: 7px;
		position: absolute;
		right: 6px;
		top: 4px;
		transform: rotate(45deg);
	}
	.mobile-navigation .toggle-on > .dropdown-toggle:before {
		transform: rotate(-135deg);
	}
	.mobile-navigation .social-links {
		margin: 0;
		padding: 10px;
	}
	.mobile-navigation .social-links li a {
		width: 30px;
		height: 30px;
		border-radius: 30px;
		text-decoration: none;
		background-color: #fff;
		color: #151515;
	}
	.mobile-navigation .social-links a span {
		width: 18px;
		height: 18px;
	}
}

@media (min-width: 769px) {
	.mobile-navigation {
		display: none;
	}
}

/* Footer Navigation */
.footer-navigation .menu li,
.footer-navigation .menu li a {
	display: inline-block;
}

.footer-navigation .menu {
	margin: 0;
	padding: 0;
}

.footer-navigation .menu li {
	margin: 0 0 0 0.5em;
}

.footer-navigation .menu li:first-child {
	margin-left: 0;
}

/* Post Navigation */
.navigation {
	overflow: hidden;
	clear: both;
}

.post-navigation {
	margin: 0 0 20px;
	overflow: hidden;
	padding: 15px 20px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

.post-navigation .nav-previous,
.post-navigation .previous-image {
	float: left;
	width: 50%;
}

.post-navigation .nav-next,
.post-navigation .next-image {
	float: right;
	text-align: right;
	width: 50%;
}

/* Pagination */
.pagination {
	margin: 0 0 20px 0;
	padding: 0;
}

.pagination .nav-links {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pagination .nav-links a,
.pagination .nav-links span {
	display: block;
	float: left;
	height: 35px;
	min-width: 35px;
	margin: 0 5px 5px 0;
	padding: 0 10px;
	text-align: center;
	font-size: 12px;
	line-height: 35px;
	background-color: #fff;
	color: #777;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.pagination .nav-links .current,
.pagination .nav-links .current:hover,
.pagination .nav-links a:hover {
	border-color: transparent;
	text-decoration: none;
	color: #fff;
	background: #0fa5d9;
}

.pagination .icon-font {
	vertical-align: middle;
}

/*
 * 06: Header
 */

.site-header {
	position: relative;
}

.site-brand {
	position: relative;
	margin: 20px 0;
}

.site-brand h1 a {
	text-decoration: none;
	outline: none;
	margin: auto
}

.site-description {
	color: #959595;
	color: rgba(0,0,0,0.5);
	margin: 5px 0 0;
	font-size: 1em;
	font-weight: 400;
}

.header-image {
	display: none;
}

.header-ads {
	margin: 0 auto 20px;
	text-align: center;
}

.header-ads img {
	display: block;
	margin: auto;
}

/*
 * 07: Content
 */

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

.hentry,
.no-results {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

.entry-header {
	position: relative;
	padding: 15px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.entry-title,
.entry-meta {
	box-sizing: border-box;
}

.entry-meta,
.entry-meta a {
	color: #959595;
}

.entry-meta a:hover {
	color: #0fa5d9;
}

.entry-time {
	display: none;
}

.entry-content,
.entry-summary {
	padding: 20px;
	overflow-wrap: break-word;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-footer {
	padding: 15px 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	color: #959595;
}


.entry-content > *:last-child,
.entry-summary > *:last-child,
.entry-footer > *:last-child {
	margin-bottom: 0;
}

.posted-on,
.byline,
.comments-link,
.cat-links,
.tags-links {
	padding-right: 0.5em;
	display: inline-block;
}

.posted-on,
.byline,
.comments-link {
	margin-top: 10px;
}

.sep {
	display: inline-block;
	padding: 0 0.5em;
	color: #b5b5b5;
}

.cat-links + .tags-links,
.cat-links + .edit-link,
.tags-links + .edit-link,
.comments-link + .edit-link {
	margin-left: 0.5em;
}

.post-thumbnail img {
	display: block;
	margin: 0 auto 15px;
	max-width: 100%;
	height: auto;
}

.updated:not(.published) {
	display: none;
}

/* Icons */
.icon-font {
	font-size: 14px;
	display: inline-block;
	vertical-align: -10%;
}

.entry-meta .icon-font {
	vertical-align: -5%;
}

.entry-footer .icon-font {
	color: #0fa5d9;
}

/* Single Posts and Pages */
.page-header {
	background-color: #FFFFFF;
	margin: 0 0 20px 0;
	padding: 15px 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

.page-header h1 {
	font-size: 	0.857em; /*12px*/
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.page-header .taxonomy-description {
	margin: 10px 0 0;
}

.page-header .taxonomy-description p {
	margin-bottom: 10px;
}

.page-header .taxonomy-description *:last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-links > a,
.page-links > span {
	padding: 0 0.25em;
	display: inline-block;
}

/* Featured Image on Single Post */
.featured-image {
	margin-bottom: 20px;
}

.featured-image img {
	margin: auto;
	display: block;
}

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

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

.gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
	border: none;
}

#content .gallery-icon img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border: none;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.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%;
}

/* Captions */
.wp-caption {
	border: 0;
	margin: 0 0 1.5em 0;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	color: #757575;
	font-size: 0.929em;
	margin-top: 0.5em;
}

.gallery-caption {
	color: #757575;
	display: block;
	font-size: 0.929em;
	margin: 0;
	padding-top: 0.5em;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

/* Author bio */
.author-info {
	background-color: #fff;
	margin: 0 0 20px;
	padding: 15px 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
	font-size: 0.929em;
}

.author-info:before,
.author-info:after {
	content: none;
}

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

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

.author-title {
	clear: none;
	margin: 0 0 10px;
	text-align: center;
	font-weight: 700;
}

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

/*
 * 08: Posts Formats
 */

.format-quote .entry-summary blockquote {
	margin: 0;
}

.format-image .entry-summary img {
	margin: 0
}

.format-status .entry-summary,
.format-quote .entry-summary {
	position: relative;
}

.format-status .entry-summary p {
	margin-bottom: 10px;
}

.format-status .posted-on a {
	color: #959595;
}

.entry-format-icon {
	display: none;
}

/* Posts Formats Icons */
.entry-format-icon {
	line-height: 48px;
}

.entry-format-icon:before {
	font-family: "icons-font" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 21px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}

.sticky .entry-time-day,
.sticky .entry-time-month,
.format-image .entry-time-day,
.format-image .entry-time-month,
.format-gallery .entry-time-day,
.format-gallery  .entry-time-month,
.format-link .entry-time-day,
.format-link .entry-time-month,
.format-quote .entry-time-day,
.format-quote .entry-time-month,
.format-video .entry-time-day,
.format-video .entry-time-month {
	display: none;
}

.sticky .entry-format-icon,
.format-image .entry-format-icon,
.format-gallery .entry-format-icon,
.format-link .entry-format-icon,
.format-quote .entry-format-icon,
.format-video .entry-format-icon,
.format-status .entry-format-icon {
	display: block;
}

.sticky .entry-format-icon:before {
	content: "\73";
}

.format-image .entry-format-icon:before {
	content: "\74";
}

.format-gallery .entry-format-icon:before {
	content: "\55";
}

.format-video .entry-format-icon:before {
	content: "\75";
}

.format-link .entry-format-icon:before {
	content: "\51";
}

.format-quote .entry-format-icon:before {
	content: "\61";
}

.format-status .entry-format-icon:before {
	content: "\76";
}

/*
 * 09: Widgets
 */

.widget {
	margin: 0 0 20px;
	padding: 15px 20px;
	color: #757575;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
	overflow-wrap: break-word;
}

.widget-title {
	color: #353535;
	font-size: 1.154em;
	margin: 0 0 10px 0;
	line-height: 1.4;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget li {
	margin: 0;
	padding: 0.5em 0;
	list-style-type: none;
}

.widget *:last-child {
	margin-bottom: 0;
}

.widget_archive li a:before,
.widget_links li a:before,
.widget_categories li a:before,
.widget_meta li a:before,
.widget_recent_entries li a:before,
.widget_recent_comments li .comment-author-link:before {
	font-family: "icons-font" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	width: 14px;
	text-align: left;
	display: inline-block;
	vertical-align: -15%;
}

.widget_archive li a:before,
.widget_links li a:before,
.widget_categories li a:before,
.widget_meta li a:before,
.widget_recent_entries li a:before {
	content: "\66";
}

.widget_recent_entries.widget_block li a:before {
	content: none;
}

.widget_recent_comments li .comment-author-link:before {
	content: "\4a";
	padding-right: 0.25em;
}

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

/* Image Widget */
.widget_media_image img {
	display: block;
}

/* Text Widget */
.widget_text p {
	margin-bottom: 10px;
}

.widget_text img.aligncenter {
	margin-top: 10px;
	margin-bottom: 10px;
}

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

.widget_calendar caption {
	color: #353535;
	font-size: 1.154em;
	margin-bottom: 15px;
	font-weight: 700;
	text-align: left;
}

/* Comments Widget */
.widget_recent_comments a {
	color: #999;
}

.widget_recent_comments li a.url:before {
	content: "J";
	padding-right: 0.25em;
}

.sidebar .widget_recent_comments a.url {
	color: #0FA5D9;
}

/* Tag Cloud Widget */
.widget_tag_cloud a {
	display: inline-block;
	padding: 1px 10px;
	margin: 0 0 5px 0;
	font-size: 1em !important;
	line-height: 1.4;
	border: 1px solid rgba(255,255,255,.05);
	border-radius: 3px;
	background-color: transparent;
}

/* Footer Widgets */
#tertiary {
	border-bottom: 1px solid rgba(255,255,255,0.05);
	margin: 0 0 20px 0;
}

#tertiary .widget {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	border: none;
	background: transparent;
	color: #ccc;
	box-shadow: none;
	box-sizing: border-box;
}

#tertiary .widget-title {
	font-size: 0.923em;
	text-transform: uppercase;
	color: #fff;
}

#tertiary .widget ul {
	margin: 0;
	padding: 0;
}

#tertiary .widget li {
	list-style-type: none;
	padding: 0;
	margin: 0.5em 0;
}

#tertiary .widget_archive li a:before,
#tertiary .widget_links li a:before,
#tertiary .widget_categories li a:before,
#tertiary .widget_meta li a:before,
#tertiary .widget_recent_entries li a:before {
	content: none;
}

#tertiary .widget_search input#s {
	width: 100%;
}

#tertiary table,
#tertiary th,
#tertiary td {
	border-color: #555;
}

#tertiary .widget_calendar caption {
	font-size: 0.923em;
	text-transform: uppercase;
	color: #fff;
}

#tertiary thead th {
	background: #252525;
}

/*
 * 10: Footer
 */

.site-footer {
	clear: both;
	color: rgba(255, 255, 255, 0.85);
	padding: 20px;
	background: #252525;
}

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

.credits,
.footer-navigation {
	text-align: center;
}

.credits {
	margin-bottom: 10px;
}

/*
 * 11: Comments
 */

.comments-area {
	margin: 20px 0;
	padding: 15px 20px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area textarea {
	border-radius: 0;
	box-shadow: none;
	display: block
}

.comments-area h2,
.comments-area h3 {
	color: #353535;
	margin-bottom: 10px;
}

.comments-area label {
	display: inline-block;
	font-weight: 700;
}

.comment-respond > h3:first-child {
	margin-top: 0;
}

.form-allowed-tags {
	display: none;
}

.commentlist {
	margin: 1.5em 0;
	padding: 0;
}

.commentlist li {
	list-style-type: none;
	margin: 0 0 1.5em 0;
}

.comment .avatar {
	float: left;
	margin-right: 20px;
	border-radius: 64px;
}

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

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

.comment .fn {
	font-style: normal;
	font-weight: 700;
}

.bypostauthor {}

/*
 * 12: Blocks
 */

/* Paragraph */
p.has-drop-cap:not(:focus)::first-letter {
	font-size: 5em;
	margin-top: 0.125em;
}

/* Captions */
[class^="wp-block-"] figcaption {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	color: #959595;
	box-sizing: border-box;
}

/* Separator */
.wp-block-separator.is-style-dots:before {
	background-color: transparent;
	font-size: 2em;
	letter-spacing: 2em;
	padding-left: 2em;
}

/* Quote */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Pullquote */
.wp-block-pullquote {
	margin: 20px 0;
	padding: 0;
	border: 0;
}

/* Audio */
.wp-block-audio audio {
	display: block;
	width: 100%;
}

/* Widgets */
.wp-block-latest-posts,
.wp-block-latest-comments {
	padding-left: 0;
	margin-left: 0;
}

.wp-block-categories {
	margin-left: 0;
}

.entry-content .wp-social-link a,
.entry-content .wp-social-link a:hover,
.entry-content .wp-social-link a:active,
.entry-content .wp-social-link a:visited,
.entry-content .wp-social-link svg {
	color: currentColor;
}

/* Post template */
.site-fullwidth .wp-block-post-template .wp-block-post {
	box-shadow: unset;
	border-radius: unset;
}

/* Colors & Font sizes */
.entry-content .has-black-color {
	color: #000;
}

.entry-content .has-dark-gray-color {
	color: #252525;
}

.entry-content .has-medium-gray-color {
	color: #353535;
}

.entry-content .has-light-gray-color {
	color: #959595;
}

.entry-content .has-white-color {
	color: #fff;
}

.entry-content .has-black-background-color {
	background-color: #000;
}

.entry-content .has-dark-gray-background-color {
	background-color: #252525;
}

.entry-content .has-medium-gray-background-color {
	background-color: #353535;
}

.entry-content .has-light-gray-background-color {
	background-color: #959595;
}

.entry-content .has-white-background-color {
	background-color: #fff;
}

.has-small-font-size {
	font-size: 14px;
}

.has-regular-font-size {
	font-size: 16px;
}

.has-large-font-size {
	font-size: 24px;
	line-height: 1.4;
}

.has-larger-font-size {
	font-size: 32px;
	line-height: 1.4;
}

/*
 * 13: Additional Styles
 */

/* No Sidebar Template */
.page-template-no-sidebar .content-area,
.page-template-no-sidebar.site-paged .content-area {
	width: 100%;
	max-width: 100%;
	float: none;
}

/* One Column Layout */
.one-column .content-area,
.one-column.site-paged .content-area {
	width: 100%;
	max-width: 100%;
	float: none;
}

/* Two Columns Grid Layout */
.grid2 .posts-loop .entry-time,
.grid2-sidebar .posts-loop .entry-time {
	display: none;
}

.grid2 .post-thumbnail img,
.grid2-sidebar .post-thumbnail img {
	max-width: 100%;
	margin: 0 auto 10px;
}

.grid2 .posts-loop .entry-title,
.grid2-sidebar .posts-loop .entry-title {
	padding: 0;
	font-size: 1.429em;
}

.grid2 .posts-loop .entry-meta,
.grid2-sidebar .posts-loop .entry-meta {
	padding: 0;
}

.grid2 .posts-loop .entry-header,
.grid2-sidebar .posts-loop .entry-header {
	padding: 20px 20px 10px;
}

.grid2 .entry-summary,
.grid2-sidebar .entry-summary {
	padding-top: 10px;
	padding-bottom: 10px;
}

.grid2 .posts-loop .entry-footer,
.grid2-sidebar .posts-loop .entry-footer {
	padding-top: 10px;
	padding-bottom: 10px;
}

.grid2.site-paged .posts-loop .hentry > *,
.grid2-sidebar.site-paged .posts-loop .hentry > * {
	padding: 0;
}

/* WooCommerce */
.woocommerce .woocommerce-content {
	margin: 0;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
	overflow-wrap: break-word;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 20px;
}

.woocommerce .product .summary {
	padding: 0;
}

.woocommerce-products-header .page-title {
	color: #353535;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 0;
	margin: 10px 0;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 60px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .products ul,
.woocommerce ul.products {
	margin-bottom: 20px;
}

/*
 * 14: Responsive
 */

/* Large Mobile */
@media screen and (min-width: 480px) {
	/* Header */
	.header-image {
	display: block;
	text-decoration: none;
	margin-top: 20px;
	}
	.header-image img {
	display: block;
	max-width: 100%;
	height: auto;
	}
}

/* Small Tablet */
@media screen and (min-width: 600px) {
	/* Layout */
	#page {
	padding: 0 30px;
	}
	/* Layout Options */
	.one-column .post-thumbnail .size-medium {
	max-width: 50%;
	}
	/* Author bio */
	.author-info {
	display: flex;
	gap: 20px;
	}
	.author-avatar {
	flex-basis: 80px;
	flex-grow: 0;
	margin: 0;
	}
	.author-description {
	flex: 1 1 0;
	}
	.author-title {
	margin: 0 0 5px;
	text-align: left;
	}
}

/* Large Tablet */
@media screen and (min-width: 768px) {
	/* Layout */
	#page {
	max-width: 740px;
	padding: 0 40px;
	}
	/* Content */
	.entry-title,
	.entry-meta {
	padding-right: 60px;
	}
	.entry-time {
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
	right: 20px;
	top: 15px;
	background-color: rgba(15,165,217,0.75);
	border-radius: 24px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	}
	.entry-time-day {
	display: block;
	line-height: 1;
	padding: 8px 0 3px;
	}
	.entry-time-month {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: inline-block;
	line-height: 1;
	padding: 3px 0 0;
	}
	.post .entry-header {
	min-height: 48px;
	}
	/* Footer */
	.credits {
	text-align: left;
	}
	.footer-navigation {
	text-align: right;
	}
	.credits,
	.footer-navigation {
	margin: 10px 0;
	}
	/* Layout Options */
	.grid2 .posts-loop .row > div:nth-child(2n+1),
	.grid2-sidebar .posts-loop .row > div:nth-child(2n+1) {
	clear: left;
	}
}

/* Tablet & Small Desktop */
@media screen and (min-width: 1024px) {
	/* Layout */
	#page {
	margin: auto;
	padding: 0;
	max-width: 980px;
	}
	.content-area {
	width: 65.3062%; /* 640px */
	float: left;
	}
	.widget-area {
	width: 30.6123%; /* 300px */
	float: right;
	}
	/* Layout Options */
	.sidebar-content .content-area {
	float: right;
	}
	.sidebar-content .widget-area {
	float: left;
	}
	.one-column .post-thumbnail .size-medium {
	max-width: 300px;
	}
}

@media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
	/* Header */
	.site-brand .col-6 {
	width: 100%;
	float: none;
	}
	.site-logo,
	.site-title {
	padding-right: 60px;
	}
	.site-brand {
	margin-bottom: 0;
	}
	.social-navigation {
	width: 100%;
	float: none;
	padding: 0;
	}
	.social-links {
	justify-content: flex-start;
	}
}
