/*
Theme Name: Brilliant
Text Domain: brilliant
Version: 1.2.2
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 5.6
Description: Brilliant is a beautiful and stylish WordPress theme. We built Brilliant with performance, usability, and SEO in mind. It’s fast, lightweight, and fully AMP-compatible. With Brilliant your website will look amazing on all devices to provide a great user experience. It comes with several options to quickly customize your site’s header, upload a custom logo, adjust layouts, change the accent colors, and more.
Author: Design Lab
Author URI: https://www.designlabthemes.com/
Theme URI: https://www.designlabthemes.com/brilliant-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-menu, custom-logo, featured-images, footer-widgets, full-width-template, one-column, post-formats, right-sidebar, sticky-post, theme-options, translation-ready, two-columns
*/

/********************************************************************************************************
 * 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 to overwrite specific style rules.
 * See here more about Child Themes: https://codex.wordpress.org/Child_Themes
********************************************************************************************************/

/*
01: Reset
02: Typography
03: Elements
04: Layout
05: Header
06: Content
07: Footer
08: Widgets
09: Forms
10: Comments
11: Blocks
12: Media
13: Responsive
*/

/*
 * 01. Reset
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	text-rendering: optimizelegibility;
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

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

b,
strong {
	font-weight: 700;
}

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

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

/*
 * 02: Typography
 */

html,
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body,
input,
select,
textarea {
	color: #444;
	font-family:
		Raleway,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Helvetica,
		Arial,
		sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Playfair Display", Palatino, Garamond, Georgia, serif;
	color: #000;
}

h1 {
	font-size: 2em;
	font-weight: 400;
	line-height: 1.25;
}

h2 {
	font-size: 1.75em;
	line-height: 1.25;
}

h3 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1.5;
}

h5,
h6 {
	font-size: 1em;
}

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

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

blockquote {
	border-left: 4px solid #444;
	margin: 0 15px 20px;
	padding: 10px 15px;
}

blockquote cite {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
	font-size: 0.875rem;
	color: #999;
	line-height: 1.5;
}

address {
	margin: 0 0 10px;
}

pre {
	max-width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

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

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

mark,
ins {
	text-decoration: none;
}

mark {
	background: #fff9c0;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.ei:before {
	font-size: 16px;
	vertical-align: -10%;
}

.sep {
	display: inline-block;
	padding: 0 6px;
}

/* Headings */

.entry-title {
	padding: 0;
	margin: 0;
}

.site-title {
	font-family: "Playfair Display", Palatino, Garamond, Georgia, serif;
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a:focus,
.site-title a:active {
	outline: 0;
}

.site-description {
	font-size: 16px;
	margin: 10px 0 0;
	color: #666;
}

.entry-title {
	text-align: center;
	color: #000;
}

h1.entry-title {
	font-size: 2em;
}

h2.entry-title {
	font-size: 1.75em;
	font-weight: 400;
}

.widget-title {
	margin: 0 0 20px;
	padding: 0;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.25;
	color: #222;
}

.comments-title,
.comment-reply-title {
	margin: 0 0 20px;
	padding: 0;
	color: #222;
}

.page-title {
	font-size: 1.25em;
	margin: 0;
	text-align: center;
	color: #222;
}

/* Links */

a {
	color: #e63855;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #e63855;
}

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

a:focus {
	outline: thin dotted;
}

.site-title a {
	color: #000;
	transition: all 0.3s ease-in-out 0s;
}

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

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

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

/*
 * 03: Elements
 */

body {
	background: #f4f4f4;
}

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

blockquote,
q {
	quotes: "" "";
}

figure {
	margin: auto;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 20px 20px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
	width: 100%;
}

td,
th {
	padding: 10px;
	border: 1px solid #ddd;
}

th {
	font-weight: 700;
}

/*
 * 04: Layout
 */

.container {
	max-width: 600px;
	margin: auto;
	transition: all 0.5s ease-in-out 0s;
	padding-left: 15px;
	padding-right: 15px;
}

/* Grid */

.row {
	margin-left: -10px;
	margin-right: -10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}

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

/* Clearings */

.clear:before,
.clear:after,
.container:before,
.container:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-meta:before,
.comment-meta:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.container:after,
.entry-content:after,
.entry-footer:after,
.comment-meta:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* Accessibility */

.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.5);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

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

/*
 * 05: Header
 */

.site-logo {
	line-height: 1;
	max-width: 260px;
}

.site-logo a {
	outline: none;
}

.custom-logo {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 481px) {
	.site-logo {
		max-width: 180px;
	}
}

.site-branding {
	text-align: center;
}

.header-wrapper {
	padding: 20px 0;
}

/* Custom Header */

.header-centered .site-branding {
	text-align: center;
	padding: 20px 0;
}

.header-centered .site-logo {
	margin: auto;
}

.main-navbar .menu-toggle {
	margin-top: 0;
	margin-bottom: 20px;
}

/* Main Navigation */

.main-navigation {
	display: none;
	width: 100%;
	margin: 20px auto;
	background-color: #fff;
}

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

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

.main-navigation a {
	display: block;
	text-decoration: none;
	margin: 0 15px;
	padding: 12px 0;
	line-height: 1.5;
	color: #444;
	font-size: 14px;
	border-top: 1px solid #f2f2f2;
	-webkit-transition: color 0.25s linear;
	transition: color 0.25s linear;
}

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

.main-navigation ul li:hover > a,
.main-navigation ul li:focus > a,
.main-navigation > ul > li.current_page_item > a,
.main-navigation > ul > li.current-menu-item > a {
	color: #e63855;
}

.main-navigation ul ul {
	display: none;
	padding: 0;
}

.main-navigation ul ul a {
	display: block;
}

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

/* Buttons */

.menu-toggle {
	display: block;
	margin: 20px auto 0;
	padding: 8px 12px 6px;
	cursor: pointer;
	border-radius: 0;
}

.menu-toggle .ei:before {
	font-size: 32px;
	vertical-align: middle;
}

.dropdown-toggle {
	height: 40px;
	width: 44px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 2px;
	right: 15px;
	text-transform: none;
	background-color: transparent;
	color: #222;
	border: 0;
	content: "";
	-webkit-border-radius: 0;
	border-radius: 0;
}

.dropdown-toggle:after {
	font-family: "ElegantIcons";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: middle;
	padding: 3px 5px 3px 4px;
	border-left: 1px solid #eee;
	border-radius: 4px;
	font-size: 24px;
	text-align: center;
	position: relative;
	left: 1px;
	content: "\33";
}

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

.dropdown-toggle:focus {
	outline: none;
}

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

/* Is active, Toggled On */

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

/* Is open */
.main-navigation ul li.is-open > ul,
.main-navigation ul li .dropdown-toggle.is-open + .sub-menu {
	display: block;
}

.main-navigation ul li.is-open > .dropdown-toggle:after,
.main-navigation ul li .dropdown-toggle.is-open:after {
	content: "\32";
}

/*
 * 06: Content
 */

.entry-header,
.entry-content,
.entry-summary,
.entry-footer {
	padding-left: 15px;
	padding-right: 15px;
}

.entry-header,
.entry-content {
	padding-top: 15px;
}

.entry-summary {
	word-wrap: break-word;
	margin-top: 15px;
}

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

.entry-content p:last-child,
.entry-summary p:last-child {
	margin-bottom: 0;
}

.entry-thumbnail {
	margin: auto;
	overflow: hidden;
}

.entry-thumbnail img {
	display: block;
	margin: auto;
}

.entry-featured-image {
	margin: auto;
}

.entry-featured-image img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}

.entry-footer {
	margin-top: 15px;
	color: #999;
	font-family: "Crimson Text", Palatino, Garamond, Georgia, serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
	line-height: 1.25;
}

.page-title .author img {
	margin: 0 10px 2px 0;
	display: inline-block;
	vertical-align: middle;
	border-radius: 64px;
}

.page-content {
	margin: 0 0 20px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.page-links {
	clear: both;
	margin: 0 0 20px;
}

.read-more {
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
}

/* Posts Meta */

.entry-meta {
	margin-bottom: 10px;
	font-family: "Crimson Text", Palatino, Garamond, Georgia, serif;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.25;
	font-style: italic;
	color: #999;
}

.posted-on,
.byline,
.edit-link,
.cat-links,
.tags-link,
.comments-link {
	display: inline-block;
}

.posted-on a,
.byline a {
	color: #999;
}

.entry-header .cat-links {
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-style: normal;
	font-family:
		"Raleway",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Helvetica,
		Arial,
		sans-serif;
}

.entry-footer .cat-links + .tags-link:before {
	content: "\2022";
	padding: 0 6px 0 7px;
}

.entry-footer .cat-links + .comments-link:before,
.entry-footer .tags-link + .comments-link:before {
	content: "\2022";
	padding: 0 6px 0 7px;
}

.byline .author {
	display: inline-block;
}

.byline .avatar {
	border-radius: 24px;
	float: left;
	margin: 0 5px 0 15px;
}

.list-post .posted-on + .byline:before,
.grid-post .posted-on + .byline:before {
	content: ",";
	padding-left: 5px;
	padding-right: 7px;
}

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

/* Cover */

.cover {
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto 20px;
}

.cover-bg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.075);
	padding: 0;
	box-sizing: border-box;
}

.cover-bg:after {
	content: "";
	display: block;
	padding-top: 66.66%;
}

.cover-content {
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 15px;
	box-sizing: border-box;
}

.cover .post {
	position: relative;
	width: 100%;
	padding: 15px;
	margin: auto;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
	z-index: 3;
	box-sizing: border-box;
}

.cover .entry-content,
.cover .entry-content p,
.cover .entry-summary,
.cover .entry-summary p {
	margin: 0;
}

.cover .entry-header,
.cover .entry-content,
.cover .entry-summary {
	padding: 0;
}

.cover .entry-header {
	margin-bottom: 10px;
	position: relative;
	z-index: 3;
}

.cover .entry-title {
	margin: 0;
	padding: 0;
	text-align: center;
}

.cover h1.entry-title {
	font-size: 1.5em;
	line-height: 1.5;
}

.cover .entry-title a {
	display: inline-block;
	position: relative;
}

.cover .entry-title a,
.cover .category-title a {
	text-decoration: none;
}

.cover .entry-summary {
	display: none;
}

.cover .posted-on + .byline:before {
	content: ",";
	padding-left: 5px;
	padding-right: 7px;
}

.cover .read-more {
	margin-top: 15px;
	padding: 8px 20px 7px;
	background-color: transparent;
	border: 1px solid #e63855;
	color: #e63855;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	border-radius: 124px;
}

.cover .read-more:hover {
	color: #fff;
	background-color: #e63855;
}

.cover .read-more-link {
	display: block;
}

.cover .sticky .entry-title a:after {
	top: 15px;
}

/* Posts Loop */

.posts-loop .entry-summary p {
	margin: 0;
}

.posts-loop .entry-title a {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}

.posts-loop .entry-title a:before {
	content: "";
	position: absolute;
	width: 80px;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
	border-bottom: 1px solid #222;
}

.posts-loop .read-more {
	font-size: 12px;
	text-transform: uppercase;
}

/* Large Posts */

.large-post,
.large-post .entry-title a {
	padding-bottom: 15px;
}

.large-post .entry-header {
	margin-bottom: 20px;
	padding-top: 15px;
}

.large-post .entry-title a:before {
	border-bottom-width: 2px;
}

.large-post .read-more-link {
	display: block;
	text-align: center;
}

.large-post .read-more {
	margin-top: 15px;
	padding: 8px 20px 7px;
	background-color: transparent;
	border: 1px solid #e63855;
	color: #e63855;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	border-radius: 124px;
}

.large-post .read-more:hover {
	color: #fff;
	background-color: #e63855;
}

/* Grid Posts */

.flex-row {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-row .post-wrapper {
	position: relative;
	margin-bottom: 20px;
}

.flex-row .hentry {
	height: 100%;
	margin: 0;
	padding-bottom: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.grid-post .entry-header {
	padding-top: 15px;
}

.grid-post .entry-summary {
	font-size: 0.9375em;
}

.grid-post h2.entry-title {
	font-size: 1.5em;
}

.grid-post .read-more {
	font-size: inherit;
	font-weight: 400;
	text-transform: none;
}

.grid-post .cat-links {
	font-weight: 700;
}

/* Sticky Post */

.sticky .entry-title a {
	position: relative;
	padding-left: 20px;
}

.sticky .entry-title a:after {
	font-family: "ElegantIcons";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 16px;
	line-height: 1;
	content: "\e082";
}

.grid-post.sticky .entry-title a:after {
	top: 8px;
}

/* Post Formats */

.format-audio .entry-thumbnail,
.format-gallery .entry-thumbnail,
.format-image .entry-thumbnail,
.format-quote .entry-thumbnail,
.format-video .entry-thumbnail {
	position: relative;
}

.format-audio .entry-thumbnail:before,
.format-gallery .entry-thumbnail:before,
.format-image .entry-thumbnail:before,
.format-quote .entry-thumbnail:before,
.format-video .entry-thumbnail:before {
	font-family: "ElegantIcons";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	z-index: 10;
}

.format-audio .entry-thumbnail:after,
.format-gallery .entry-thumbnail:after,
.format-image .entry-thumbnail:after,
.format-quote .entry-thumbnail:after,
.format-video .entry-thumbnail:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 45px solid #e63855;
	border-right: 45px solid transparent;
	z-index: 5;
}

.format-audio .entry-thumbnail:before {
	content: "\e08e";
}
.format-gallery .entry-thumbnail:before {
	content: "\e006";
}
.format-image .entry-thumbnail:before {
	content: "\e005";
}
.format-quote .entry-thumbnail:before {
	content: "\7b";
	font-size: 18px;
}
.format-video .entry-thumbnail:before {
	content: "\e04e";
}

/* Infinite scroll */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Single Posts and Pages */

.single .hentry .entry-meta,
.page .hentry .entry-meta {
	margin: 20px auto 0;
}

.single .hentry .entry-footer,
.page .hentry .entry-footer {
	margin-top: 20px;
}

.single .hentry .entry-title span,
.page .hentry .entry-title span {
	display: inline-block;
	position: relative;
}

.single .hentry .entry-title span {
	padding-bottom: 20px;
}

.page .hentry .entry-title span {
	padding-bottom: 10px;
}

.single .hentry .entry-title span:before,
.page .hentry .entry-title span:before {
	border-bottom: 2px solid #222;
	bottom: 0;
	content: "";
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
}

.single .attachment img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Cover Single */

.cover-single {
	margin-left: -15px;
	margin-right: -15px;
}

.cover-single .entry-header {
	width: 100%;
	margin: auto;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
}

.cover-single .entry-title span {
	display: inline-block;
	padding-bottom: 15px;
	position: relative;
}

.cover-single .entry-title span:before {
	border-bottom: 2px solid #222;
	bottom: 0;
	content: "";
	left: 50%;
	margin-left: -60px;
	position: absolute;
	width: 120px;
}

.cover-single .entry-title + .entry-meta {
	margin: 0;
}

.cover-single .cat-links {
	font-weight: 700;
}

.cover-single .posted-on,
.cover-single .byline {
	margin: 15px 0 0;
}

.cover-single .entry-title + .entry-meta {
	margin: 0;
}

.cover-single .posted-on + .byline:before {
	content: none;
}

/* Posts Navigation */

.posts-navigation,
.post-navigation,
.comments-area {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	padding: 15px;
	margin-bottom: 20px;
	clear: both;
}

.posts-navigation a {
	display: inline-block;
	padding: 5px 0;
	color: #999;
	text-decoration: none;
	line-height: 1.25;
	transition: all 0.2s ease-in-out 0s;
}

.posts-navigation a:hover {
	color: #e63855;
	border-color: #e63855;
}

.nav-links {
	display: flex;
	align-items: center;
}

.nav-previous {
	flex-grow: 1;
	flex-basis: 50%;
	padding-left: 0.5em;
	text-align: right;
	box-sizing: border-box;
}

.nav-next {
	flex-grow: 1;
	flex-basis: 50%;
	text-align: left;
	padding-right: 0.5em;
	box-sizing: border-box;
}

.nav-previous a,
.nav-next a {
	position: relative;
	font-size: 0.9375em;
}

.nav-previous a:after,
.nav-next a:before {
	font-family: "ElegantIcons";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	display: inline-block;
	vertical-align: -10%;
}

.nav-next a:before {
	content: "\23";
	padding-right: 0.25em;
}

.nav-previous a:after {
	content: "\24";
	padding-left: 0.25em;
}

.nav-previous {
	position: relative;
	order: 1;
}

.nav-previous:not(:only-child):before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	border-right: 1px solid #eee;
}

.comment-navigation {
	margin-bottom: 20px;
}

.comment-navigation .nav-previous a:after,
.comment-navigation .nav-next a:before {
	content: none;
}

.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
	font-family: "ElegantIcons";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	display: inline-block;
	vertical-align: -10%;
}

.comment-navigation .nav-previous a:before {
	content: "←";
	padding-right: 0.25em;
}

.comment-navigation .nav-next a:after {
	content: "\24";
	padding-left: 0.25em;
}

.comment-navigation .nav-previous {
	order: initial;
	text-align: left;
}

.comment-navigation .nav-next {
	text-align: right;
}

.pagination {
	margin-bottom: 20px;
	clear: both;
}

.pagination .nav-links {
	flex-wrap: wrap;
	gap: 0.5em;
}

.pagination .nav-links > span,
.pagination .nav-links > a {
	display: inline-block;
	padding: 4px;
	width: 42px;
	height: 42px;
	line-height: 32px;
	margin: 0;
	background-color: #fff;
	color: #000;
	border-radius: 40px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.08);
	text-align: center;
	text-decoration: none;
	transition: background 0.3s ease 0s;
}

.pagination .nav-links > span:hover,
.pagination .nav-links > a:hover,
.pagination .nav-links > .current {
	background-color: #e63855;
	color: #fff;
}

/* Author bio */

.author-info {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	padding: 15px;
	margin-bottom: 20px;
	overflow: hidden;
}

.author-avatar {
	margin-bottom: 10px;
}

.author-avatar img {
	display: block;
	margin: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.author-title {
	clear: none;
	margin: 5px 0;
	font-weight: 700;
}

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

.author-bio {
	font-size: 0.9375em;
	color: #555;
}

/* Full Width Template */

.page-template-fullwidth .cover {
	margin-bottom: 0;
}

/* Archives and Search */

.page-header {
	padding: 10px;
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.page-header-wrapper {
	border: 1px solid #eee;
	padding: 10px;
}

.taxonomy-description {
	color: #666;
	margin-top: 0.5em;
	text-align: center;
	font-size: 0.9375em;
}

.taxonomy-description p {
	margin: 0;
}

/* Error 404 */

.error-404 .widget {
	box-shadow: none;
	padding: 0;
}

/*
 * 07: Footer
 */

.site-footer {
	margin: 20px auto 0;
	background-color: #1b2126;
}

.footer-copy {
	clear: both;
	padding: 30px 0;
}

.site-info,
.site-credits {
	font-size: 0.875em;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}

.site-credits {
	margin-bottom: 15px;
}

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

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

/*
 * 08: Widgets
 */

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

.widget-area {
	color: #666;
	font-size: 14px;
	font-size: 0.875rem;
}

.widget-area ul {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}

.widget-area ul li {
	margin: 9px 0 0;
	padding: 0 0 9px;
	border-bottom: 1px solid #f2f2f2;
}

.widget-area ul li.page_item_has_children {
	padding-bottom: 0;
}

.widget-area ul ul {
	padding-left: 15px;
}

.widget-area ul ul li {
	border-bottom: 0;
}

.widget_categories li a:before,
.widget_meta li a:before,
.widget_archive li a:before,
.widget_pages li a:before,
.widget_nav_menu li a:before {
	font-family: "ElegantIcons";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	display: inline-block;
}

.widget_categories li a:before,
.widget_meta li a:before,
.widget_archive li a:before,
.widget_pages li a:before,
.widget_nav_menu li a:before {
	content: "\35";
}

.widget_search input[type="text"] {
	font-size: 15px;
}

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

.calendar_wrap caption {
	font-weight: 700;
}

.widget_tag_cloud a {
	display: inline-block;
	padding: 1px 10px;
	margin: 0 0 5px 0;
	font-size: 1em !important;
	line-height: 20px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 128px;
	background-color: transparent;
}

.sidebar .widget_tag_cloud a {
	transition: background 0.3s ease 0s;
}

.sidebar .widget_tag_cloud a:hover {
	color: #fff;
	background-color: #e63855;
	text-decoration: none;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Footer Widget Area */

.site-footer .widget-area {
	width: 100%;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.875em;
}

.site-footer .widget {
	background-color: transparent;
	padding: 0;
	margin: 30px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

.site-footer .widget a:hover {
	color: #fff;
	text-decoration: underline;
}

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

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

.site-footer .widget_tag_cloud a {
	background-color: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.05);
	transition: opacity 0.3s ease 0s;
}

.site-footer .widget_tag_cloud a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*
 * 09: Forms
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 128px;
	background: #e63855;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.25;
	padding: 10px 30px;
	opacity: 1;
	font-weight: 700;
	cursor: pointer;
	box-sizing: border-box;
	transition: opacity 0.3s ease 0s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.85;
}

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 {
	outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 5px 10px;
}

textarea {
	padding: 5px 10px;
	width: 100%;
}

.comment-form {
	color: #666;
}

.comment-form label {
	display: block;
	margin: 0 0 5px;
	color: #444;
	font-weight: 700;
}

.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form input[type="email"] {
	width: 100%;
	transition: all 0.2s ease 0s;
	box-shadow: none;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
	border-color: #ddd;
}

/* Search Form */

.search-form .search-field {
	float: left;
	width: 75%;
	line-height: 28px;
	-webkit-appearance: none;
}

.search-form .search-field:focus {
	border-color: #ddd;
}

.search-form .search-submit {
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 12px 16px 11px;
	float: left;
	width: 25%;
}

/*
 * 10: Comments
 */

.comment-list,
.comment-list ol {
	padding: 0;
	list-style-type: none;
}

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

.comment-list li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
}

.comment-list li ol {
	margin: 20px 0 0 20px;
}

.comment-list li ol li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}

.comment-meta {
	line-height: 1.5;
	margin-bottom: 5px;
}

.bypostauthor {
	display: block;
}

.comment-author .avatar {
	border-radius: 30px;
	float: left;
	margin: 0 10px 0 0;
}

.comment-metadata,
.comment-awaiting-moderation {
	font-size: 0.875em;
}

.comment-metadata a {
	color: #999;
}

.comment-metadata a:hover {
	color: #e63855;
}

.comment-content {
	font-size: 0.9375em;
	color: #666;
	word-wrap: break-word;
}

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

.reply {
	margin-top: 5px;
}

.reply a {
	display: inline-block;
	padding: 2px 15px;
	font-size: 0.9375em;
	line-height: 1.5;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e63855;
	border-radius: 128px;
	transition: background 0.2s ease 0s;
}

.reply a:hover {
	text-decoration: none;
	background-color: #e63855;
	color: #fff;
}

.logged-in-as {
	font-size: 0.9375em;
}

/*
 * 11: Blocks
 */

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

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

/* Quote */
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
	padding: 10px 15px;
}

.wp-block-quote.is-style-large cite,
.wp-block-quote.is-large cite {
	font-size: 16px;
}

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

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

.wp-block-pullquote blockquote {
	border-left: 0;
	margin: 0;
	padding: 0;
}

.wp-block-pullquote p {
	font-size: 24px;
}

.wp-block-pullquote cite {
	color: #999;
	margin-top: 10px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 80%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 32px;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	font-size: 16px;
}

/* Verse */
pre.wp-block-verse {
	padding: 0;
	white-space: pre-wrap;
	background-color: transparent;
}

/* Archives, Categories & Latest Posts */
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
	list-style-position: inside;
	text-align: center;
}

/* Latest Comments */
.wp-block-latest-comments__comment-meta {
	font-size: 16px;
	font-size: 1rem;
}

.wp-block-latest-comments__comment-date {
	font-size: 14px;
	color: #999;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

.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: 28px;
	line-height: 1.25;
}

.has-huge-font-size {
	font-size: 32px;
	line-height: 1.25;
}

/*
 * 12: Media
 */

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

embed,
iframe,
object {
	max-width: 100%;
}

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

/* Gallery legacy */
.gallery {
	margin: 0 -10px 20px;
}

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

.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: none;
	max-width: 100%;
	margin-bottom: 20px;
}

.wp-caption-text,
.gallery-caption {
	display: block;
	color: #777;
	font-size: 14px;
	font-style: italic;
	margin-top: 10px;
}

.wp-caption-text {
	text-align: center;
}

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

/*
 * 13: Responsive
 */
@media screen and (min-width: 400px) {
	/* Grid */
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	/* Content */
	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-footer {
		padding-left: 20px;
		padding-right: 20px;
	}
	.entry-header,
	.entry-content {
		padding-top: 20px;
	}
	.widget {
		padding: 20px;
	}
	/* Large Posts */
	.large-post,
	.large-post .entry-title a {
		padding-bottom: 20px;
	}
	/* Posts and Comments Navigation */
	.comments-area,
	.author-info {
		padding: 20px;
	}
	.posts-navigation,
	.post-navigation {
		padding-left: 20px;
		padding-right: 20px;
	}
	/* Cover */
	.cover-single {
		margin-left: -20px;
		margin-right: -20px;
	}
	.cover-content {
		padding: 20px;
	}
	.hentry,
	.no-results {
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 600px) {
	/* Grid */
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.posts-loop > .col-sm-6:nth-child(2n + 1) {
		clear: left;
	}
	/* Cover */
	.cover-single {
		margin-left: auto;
		margin-right: auto;
	}
	/* Large Posts */
	.large-post .byline {
		float: right;
	}
	.large-post .posted-on {
		float: left;
	}
	/* Grid Posts */
	.grid-post {
		display: flex;
		flex-direction: column;
	}
	.grid-post .entry-thumbnail,
	.grid-post .entry-header,
	.grid-post .entry-footer {
		flex: 0 1 auto;
	}
	.grid-post .entry-summary {
		flex: 1 1 auto;
	}
	/* Author bio */
	.author-avatar {
		margin-bottom: 0;
	}
	/* Forms */
	.comment-form input[type="text"],
	.comment-form input[type="url"],
	.comment-form input[type="email"] {
		width: auto;
	}
}

@media screen and (min-width: 720px) {
	/* Grid */
	.container {
		max-width: 760px;
	}
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	/* Cover */
	.cover h1.entry-title {
		font-size: 2em;
		line-height: 1.25;
	}
	.cover-bg:after {
		padding-top: 56.25%;
	}
	.cover .post,
	.cover-single .entry-header {
		width: 66.6667%;
	}
	.cover .entry-summary {
		display: block;
	}
	/* Search Form */
	.search-form .search-field {
		width: 85%;
	}
	.search-form .search-submit {
		width: 15%;
	}
}

@media screen and (min-width: 960px) {
	/* Headings */
	h1.entry-title,
	.cover h1.entry-title {
		font-size: 2.25em;
	}
	/* Grid */
	.container {
		max-width: 960px;
	}
	.row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	.col-12 {
		width: 100%;
	}
	.col-11 {
		width: 91.66666667%;
	}
	.col-10 {
		width: 83.33333333%;
	}
	.col-9 {
		width: 75%;
	}
	.col-8 {
		width: 66.66666667%;
	}
	.col-7 {
		width: 58.33333333%;
	}
	.col-6 {
		width: 50%;
	}
	.col-5 {
		width: 41.66666667%;
	}
	.col-4 {
		width: 33.33333333%;
	}
	.col-3 {
		width: 25%;
	}
	.col-2 {
		width: 16.66666667%;
	}
	.col-1 {
		width: 8.33333333%;
	}
	.posts-loop > .col-6:nth-child(2n + 1) {
		clear: left;
	}
	.posts-loop > .col-4:nth-child(3n + 1) {
		clear: left;
	}
	.content-area {
		width: 65.625%;
		float: left;
	}
	.widget-area {
		width: 31.25%;
		float: right;
	}
	/* Navigation */
	.main-navigation {
		display: block;
		background-color: transparent;
	}
	.menu-toggle,
	.main-navigation ul .dropdown-toggle {
		display: none;
	}
	.main-navigation {
		text-align: right;
	}
	.main-navigation ul {
		background: transparent;
	}
	.main-navigation a,
	.main-navigation li {
		display: inline-block;
	}
	.main-navigation > ul {
		display: inline-block;
		margin: 0;
	}
	.main-navigation > ul > li > a {
		padding: 0 8px;
		margin: 0;
		line-height: 40px;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		border: 0;
	}
	.main-navigation > ul > li.menu-item-has-children > a,
	.main-navigation > ul > li.page_item_has_children > a {
		position: relative;
	}
	.main-navigation > ul > li.menu-item-has-children > a:after,
	.main-navigation > ul > li.page_item_has_children > a:after {
		font-family: "ElegantIcons";
		speak: none;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 16px;
		display: inline-block;
		vertical-align: middle;
		content: "\43";
	}
	.main-navigation > ul > li:hover > ul,
	.main-navigation > ul > li.focus > ul {
		top: 40px;
	}
	.main-navigation ul ul {
		display: block;
		position: absolute;
		top: 30px;
		right: 0;
		padding: 0;
		visibility: hidden;
		opacity: 0;
		text-align: left;
		background-color: #fff;
		border: 1px solid #ededed;
		transition:
			top 0.4s ease 0s,
			opacity 0.4s ease 0s;
		z-index: 99999;
	}
	.main-navigation > ul:before,
	.main-navigation > ul:after {
		content: none;
	}
	.main-navigation > ul > li > ul:before {
		border-bottom: 8px solid #fff;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		content: "";
		right: 40px;
		position: absolute;
		top: -8px;
		z-index: 19;
	}
	.main-navigation > ul > li > ul:after {
		border-bottom: 10px solid #ededed;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		content: "";
		right: 38px;
		position: absolute;
		top: -10px;
		z-index: 16;
	}
	.main-navigation ul ul a {
		width: 180px;
		padding: 10px 0;
		border-top: 1px solid #f2f2f2;
	}
	.main-navigation ul ul li:first-child > a {
		border-top: 0;
	}
	.main-navigation > ul > li > ul > li.menu-item-has-children > a:after {
		font-family: "ElegantIcons";
		speak: none;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 16px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 13px;
		content: "\33";
	}
	.main-navigation ul ul ul {
		opacity: 0;
		top: 0;
		right: 100%;
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.3s ease-in-out 0s;
	}
	.main-navigation .woo-cart-link {
		display: inline-block;
	}
	.main-navigation .woo-cart-link a {
		border: 0;
		margin: 0;
		padding: 0 4px;
	}
	/* Header */
	.main-navigation {
		margin: 0;
	}
	.site-branding {
		text-align: left;
	}
	.site-title {
		font-size: 40px;
	}
	/* Custom Header */
	.header-wrapper {
		padding: 30px 0;
	}
	.nav-below {
		margin: 0 auto 30px;
	}
	.main-navbar {
		padding: 4px 0;
		background-color: rgba(0, 0, 0, 0.03);
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		border-top: 1px solid rgba(0, 0, 0, 0.08);
	}
	.main-navbar .main-navigation {
		margin: auto;
		text-align: center;
	}
	.main-navbar .main-navigation ul li {
		padding: 0;
		margin: 0;
	}
	.main-navbar .main-navigation > ul > li > a {
		padding: 10px 15px;
		font-size: 14px;
		font-weight: 400;
		line-height: 30px;
		border: 0;
	}
	.main-navbar .main-navigation ul ul {
		top: 40px;
		text-align: left;
	}
	.main-navbar .main-navigation > ul > li:hover > ul {
		top: 50px;
	}
	.main-navbar .main-navigation ul ul ul {
		top: 0;
	}
	.header-left .site-title {
		font-size: 36px;
	}
	.header-left .row,
	.header-left .main-navigation > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.header-left .row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.header-left .main-navigation > ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.header-left .main-navigation > ul > li {
		margin: 0 5px;
	}
	.header-left .main-navigation > ul > li > a {
		padding: 0 5px;
	}
	.header-centered .site-title {
		font-size: 46px;
	}
	/* Cover */
	.cover {
		margin-bottom: 30px;
	}
	.cover-bg:after {
		padding-top: 42.5%;
	}
	.cover-content {
		padding: 0;
	}
	.cover .post,
	.cover-single .entry-header {
		width: 600px;
		padding: 20px;
	}
	/* Full Width Template */
	.page-template-fullwidth .content-area {
		float: none;
		width: 100%;
	}
	.page-template-fullwidth .entry-header,
	.page-template-fullwidth .entry-content,
	.page-template-fullwidth .entry-footer,
	.page-template-fullwidth .comment-respond {
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}
	/* Search Form */
	.search-form .search-field {
		width: 80%;
	}
	.search-form .search-submit {
		width: 20%;
	}
	/* Footer */
	.site-credits {
		text-align: left;
		margin-bottom: 0;
	}
	.site-info {
		text-align: right;
	}
}

@media screen and (min-width: 1440px) {
	/* Grid */
	.container {
		max-width: 1160px;
	}
	.content-area {
		width: 65.5173%;
	}
	.widget-area {
		width: 31.0345%;
	}
	/* Content */
	.hentry,
	.no-results {
		margin-bottom: 30px;
		padding-bottom: 25px;
	}
	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-footer {
		padding-left: 25px;
		padding-right: 25px;
	}
	.entry-header,
	.entry-content {
		padding-top: 25px;
	}
	.widget {
		padding-left: 25px;
		padding-right: 25px;
		margin-bottom: 30px;
	}
	.page-header {
		margin-bottom: 30px;
	}
	/* Grid Posts */
	.flex-row .post-wrapper {
		margin-bottom: 30px;
	}
	.flex-row .hentry {
		padding-bottom: 20px;
	}
	.grid-post .entry-header {
		padding-top: 20px;
	}
	.grid-post .entry-summary,
	.grid-post .entry-footer {
		margin-top: 20px;
	}
	/* Single Posts and Pages */
	.page-content {
		padding-left: 25px;
		padding-right: 25px;
		margin-bottom: 30px;
	}
	/* Posts and Comments Navigation */
	.posts-navigation,
	.post-navigation,
	.pagination,
	.comments-area,
	.author-info {
		margin-bottom: 30px;
	}
	.posts-navigation,
	.post-navigation,
	.comments-area,
	.author-info {
		padding: 20px 25px;
	}
	/* Archives and Search */
	.page-header,
	.page-header-wrapper {
		padding: 15px;
	}
	/* Footer */
	.site-footer {
		margin-top: 30px;
	}
}
.cover .post,
.cover-single .entry-header {
	background-color: rgba(255, 255, 255, 0.8);
}

/* .single .entry-content a.fancybox {
	display: block;
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}

.single .entry-content a.fancybox img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
} */
.single .entry-content p:not(:last-child) {
	margin-bottom: 1em;
}
.single .entry-content .fancybox.image::before {
	content: "";
	display: block;
	clear: both;
}
@media (min-width: 600px) {
	img.alignleft {
		float: left;
		margin: 0 1.25rem 1.25rem 0;
	}
	img.alignright {
		float: right;
		margin: 0 0 1.25rem 1.25rem;
	}
}
