/*
Theme Name: Castilo
Theme URI: http://themeforest.net/user/liviu_cerchez/portfolio
Version: 1.5
Author: liviu_cerchez
Author URI: http://themeforest.net/user/liviu_cerchez
Description: Audio podcast theme that looks great on any device.
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-menu, custom-logo, custom-header, editor-style, featured-images, post-formats, footer-widgets, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2 or later & Envato Regular/Extended License
License URI: http://www.gnu.org/licenses/gpl-2.0.html & http://themeforest.net/licenses
Text Domain: castilo

Note
~~~~

Do NOT edit this file. If you wish to add your own CSS it is strongly recommended you use your own child theme or use the Customizer > Additional CSS field.

Table of contents
~~~~~~~~~~~~~~~~~

 1. Typography
 2. Links
 3. Icons
 4. Useful classes
 5. Form elements
 6. Contact Form 7
 7. MailChimp Form
 8. Widgets
 9. Header
10. Main menu
11. Social links menu
12. Menu - Call to action
13. Content
14. Features box
15. Episode Listing
16. Latest news widget (homepage)
17. Post listing archive
18. Latest Instagrams
19. Team
20. Pagination
21. Meta entry
22. Episode timeline
23. Share widget
24. Meta categories
25. Tagcloud widget
26. Author box
27. Content Pagination
28. Post next/prev navigation
29. Comments
30. Footer
31. Editor blocks

*/

/* 1. Typography */
html {
	background-color: #ffffff;
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 15px;
	}
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	color: #262626;
	overflow-x: hidden;
}

.default-theme-fonts {
	font-family: 'Karla', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;

	-epub-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.default-theme-fonts h1,
.default-theme-fonts h2,
.default-theme-fonts h3,
.default-theme-fonts h4,
.default-theme-fonts h5,
.default-theme-fonts h6,
.default-theme-fonts blockquote {
	font-family: "Oswald", serif;
}

h1 {
	font-size: 2.8rem;
	line-height: 1.4;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0 0 .5em 0;
}

h2 {
	font-size: 2.4rem;
	letter-spacing: .1em;
	margin: 0 0 .5em 0;
}

h3,
blockquote {
	font-size: 2rem;
	margin: 0 0 .7em 0;
}

h4 {
	font-size: 1.8rem;
	margin: 0 0 1.625rem 0;
}

h5 {
	font-size: 1.4rem;
	margin: 0 0 1.625rem 0;
}

h6 {
	font-size: 1.2rem;
	letter-spacing: .1em;
	margin: 0 0 1.625rem 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
	color: inherit;
	text-decoration: none;
}

hr {
	background-color: #262626;
	background-color: rgba(38, 38, 38, .1);
	border: 0;
	height: 2px;
	margin-top: 3.25em;
	margin-bottom: 3.25em;
}

p,
ul,
ol,
dl,
table,
pre,
form {
	margin: 0 0 1.625em;
}

p:empty {
	display: none;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul ul,
ol ul {
	padding-left: 1em;
}

ul ol,
ol ol {
	padding-left: 1.4em;
}

ul ul,
ol ul {
	list-style-type: circle;
}

ul ol,
ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: decimal;
}

ul ul,
ul ol,
ol ol,
ol ul {
	font-size: inherit;
	margin: 0.33333em 0;
}

dt {
	font-weight: 700;
}

li,
dd {
	margin-bottom: 0.2em;
}

dd {
	margin-left: 0;
	padding-left: 1.5em;
}

figure {
	margin: 0;
}

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

caption {
	font-size: 1rem;
	text-align: left;
	caption-side: top;
}

th {
	font-weight: 700;
}

td {
	font-weight: 400;
}

th,
td {
	border-bottom: 1px solid #262626;
	border-bottom: 1px solid rgba(38, 38, 38, .1);
	padding: .75em 0;
	text-align: left;
}

thead {
	font-size: 1.2rem;
	text-transform: uppercase;
}

thead th {
	padding: .5em 0;
	border-bottom-width: 2px;
}

table tfoot tr:last-child td {
	border-bottom: 0;
}

fieldset {
	border-width: 0;
	clear: both;
	margin: 0 0 1.65em;
	padding: 0;
}

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

legend {
	border-bottom: 1px solid #ddd;
	color: #262626;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.625;
	margin-bottom: 1.625em;
	padding-bottom: 0.53846154em;
	text-transform: uppercase;
	width: 100%;
}

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

blockquote {
	position: relative;
	margin: 1.625em 0 3.25rem 0;
	padding-left: 2em;
	padding-right: 2em;
}

blockquote:before {
	position: absolute;
	top: .1em;
	left: .4em;
	content: '\F27E';
	font: normal normal normal 1.3em/1 "Material Design Icons";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: .25;
}

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

blockquote cite,
blockquote small {
	font-size: 1.4rem;
}

blockquote cite {
	display: block;
	margin-top: .625em;
	font-style: normal;
	opacity: .5;
}

address {
	margin: 0 0 1.625em;
}

pre {
	background: #fafafa;
	border: 1px dotted #ddd;
	color: #666;
	font-size: .9rem;
	line-height: 1.6;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: "Menlo", "Monaco", "Consolas", "Courier New", monospace;
	-webkit-hyphens: none;
	hyphens: none;
	-ms-hyphens: none;
}

ins {
	padding: 0 .3em;
	text-decoration: none;
	background-color: #fffad4;
	border-radius: 3px;
}

mark {
	padding: 0 .3em;
	background-color: #262626;
	color: #ffffff;
	border-radius: 3px;
}

abbr[title],
acronym[title] {
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
	cursor: help;
}

img {
	border: 0;
	height: auto;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	vertical-align: middle;
}

del,
.low-opacity {
	opacity: .6;
}

big,
.big {
	font-size: 120%;
}

small,
.small {
	font-size: 80%;
}

video {
	height: auto;
	max-width: 100%;
	margin-bottom: 1.65rem;
	border-radius: 3px;
}

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* 2. Links */
a,
a:hover {
	color: #cc00aa;
}

a {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:focus {
	text-decoration: underline;
}

/* 3. Icons */
.multiply-effect a:before,
.episodes-listing .entry-title:before,
.post-listing .entry-title:before,
.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.comment-navigation .nav-previous a:after,
.posts-navigation .nav-previous a:after,
.comment-navigation .nav-next a:before,
.posts-navigation .nav-next a:before,
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.wp-custom-header-video-button:before,
.podcast-episode-player .play-episode span:before,
.widget_pages li:before,
.widget_archive li:before,
.widget_categories li:before,
.widget_product_categories li:before,
.widget_recent_comments li:before,
.widget_recent_entries li:before,
.widget_nav_menu li:before,
.widget_meta li:before,
.widget_pages li:after,
.widget_archive li:after,
.widget_categories li:after,
.widget_product_categories li:after,
.widget_recent_comments li:after,
.widget_recent_entries li:after,
.widget_nav_menu li:after,
.widget_meta li:after {
	display: inline-block;
	font: normal normal normal 1em/1 "Material Design Icons";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 4. Useful classes */
.sr-only,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	border: 0 none;
}

.clearfix:after,
.author-box:after,
.comment-body:after,
.entry-content:after {
	content: "";
	display: table;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

.alignleft {
	float: left;
	margin-right: 1.65em;
	margin-bottom: 1.65rem;
}

.alignright {
	float: right;
	margin-left: 1.65em;
	margin-bottom: 1.65rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

.text-uppercase {
	text-transform: uppercase;
}

.gallery {
	margin: 0 -1.1666667% 1.65rem;
	padding: 0;
}

.gallery .gallery-item {
	display: inline-block;
	margin: 0;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery .gallery-item .gallery-icon a {
	display: block;
}

.gallery .gallery-item img {
	border-radius: 3px;
}

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

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

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

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

.wp-caption,
.gallery-caption {
	color: #777;
	font-size: .9rem;
	font-style: italic;
	margin-top: .2rem;
	margin-bottom: .2rem;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: .5em 0;
}

.podcast-episode-player audio,
.wp-audio-shortcode > audio,
.podcast-episode-player .wp-video > video {
	opacity: 0;
	visibility: hidden;
}

.podcast-episode-player audio,
.wp-audio-shortcode > audio {
	min-height: 40px;
	max-height: 40px;
	display: block;
}

.opacity-0 {
	opacity: 0;
}

.opacity-10 {
	opacity: .1;
}

.opacity-20 {
	opacity: .2;
}

.opacity-30 {
	opacity: .3;
}

.opacity-40 {
	opacity: .4;
}

.opacity-50 {
	opacity: .5;
}

.opacity-60 {
	opacity: .6;
}

.opacity-70 {
	opacity: .7;
}

.opacity-80 {
	opacity: .8;
}

.opacity-90 {
	opacity: .9;
}

.padding-top-bottom {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.home #featured.padding-top-bottom,
.single-episode #featured.padding-top-bottom,
.single-post #featured.padding-top-bottom,
.error404 #featured.padding-top-bottom {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.margin-top-bottom {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.margin-top {
	margin-top: 3rem;
}

.margin-bottom {
	margin-bottom: 3rem;
}

.no-margin {
	margin: 0;
}

.no-margin-bottom {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.padding-top-bottom {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.home #featured.padding-top-bottom,
	.single-episode #featured.padding-top-bottom,
	.single-post #featured.padding-top-bottom,
	.error404 #featured.padding-top-bottom {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.margin-top-bottom {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}

	.margin-top {
		margin-top: 4rem;
	}

	.margin-bottom {
		margin-bottom: 4rem;
	}
}

@media (min-width: 1200px) {
	.padding-top-bottom {
		padding-top: 5.3333rem;
		padding-bottom: 5.3333rem;
	}

	.home #featured.padding-top-bottom,
	.single-episode #featured.padding-top-bottom,
	.single-post #featured.padding-top-bottom,
	.error404 #featured.padding-top-bottom {
		padding-top: 12rem;
		padding-bottom: 12rem;
	}

	.margin-top-bottom {
		margin-top: 5.3333rem;
		margin-bottom: 5.3333rem;
	}

	.margin-top {
		margin-top: 5.3333rem;
	}

	.margin-bottom {
		margin-bottom: 5.3333rem;
	}
}

.scores,
.features .features-image,
.sales-box,
.latest-news,
.featured-content {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.scores,
.features .features-image,
.sales-box,
.latest-news,
.featured-content,
.scores:after,
.sales-box:after,
.latest-news:after,
.featured-content:after {
	background-color: #262626;
}

.scores:after,
.sales-box:after,
.latest-news:after,
.featured-content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.latest-news:after {
	opacity: .75;
}

.featured-content:after {
	opacity: .75;
}

.scores:after,
.sales-box:after {
	opacity: .8;
}

.scores .container,
.sales-box .container,
.latest-news .container,
.featured-content .container {
	position: relative;
	z-index: 2;
}

.scores p {
	margin: 1em 0;
	font-size: 1.4rem;
	font-weight: 300;
	text-align: center;
	color: #aaaaaa;
	color: rgba(255, 255, 255, .5);
}

.default-theme-fonts .scores p {
	font-family: "Oswald", serif;
}

.scores p strong {
	display: block;
	margin: 0 0 .2em 0;
	font-size: 2rem;
	font-weight: 400;
	color: #ffffff;
}

.sales-box {
	color: #ffffff;
	text-align: center;
}

.footer-sticky .sales-box {
	position: relative;
	z-index: 1;
}

.sales-box .cover-image {
	display: block;
	width: 50%;
	margin: 0 auto 1.65em;
}

.sales-box p:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.sales-box .cover-image {
		width: 100%;
		margin: 0 auto;
	}
}

.sales-box .cover-image > img {
	display: block;
	width: 100%;
}

.latest-news,
.featured-content {
	color: #ffffff;
}

.featured-content {
	overflow: hidden;
}

.footer-sticky .featured-content {
	position: relative;
	z-index: 1;
}

.wp-custom-header {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}


.wp-custom-header img,
.wp-custom-header video,
.wp-custom-header iframe {
	display: block;
	height: 100%;
	max-width: none;
	width: 100%;
	margin-bottom: 0;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.wp-custom-header img,
	.wp-custom-header video {
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media (max-width: 767px) {
	.wp-custom-header-video-button {
		display: none;
	}
}

@media (min-width: 768px) {
	.wp-custom-header-video-button {
		display: block;
		position: absolute;
		top: 1.75rem;
		right: 1.75rem;
		z-index: 50;
		overflow: hidden;
		font-size: 0;
		width: 1.8rem;
		height: 2rem;
		line-height: 2rem;
		margin: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		border: 0;
		color: inherit;
		text-align: center;
		text-transform: uppercase;
		opacity: 0;
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
		transition: opacity .2s;
	}

	.wp-custom-header-video-button,
	.wp-custom-header-video-button:hover,
	.wp-custom-header-video-button:focus {
		background-color: transparent;
		color: inherit;
	}

	.wp-custom-header-video-button.wp-custom-header-video-pause,
	.touchevents .wp-custom-header-video-button,
	#featured:hover .wp-custom-header-video-button {
		opacity: 1;
	}

	.wp-custom-header-video-button:before {
		content: "\F3E4";
		font-size: 2rem;
	}

	.wp-custom-header-video-pause:before {
		content: "\F40A";
	}
}


.featured-content .entry-title:last-child,
.featured-content p:last-child,
.featured-content p > .button:last-child {
	margin-bottom: 0;
}

.featured-content p > .button:last-child {
	margin-right: 0;
}

.featured-content .entry-description p {
	font-size: 120%;
	opacity: .8;
}

.featured-content .entry-description p:first-child {
	margin-top: .3em;
}

.featured-content .categories,
.featured-content .podcast-episode p.big,
.featured-content .latest-episode p.big {
	margin-bottom: 1rem;
}

.featured-content .entry-title {
	margin-bottom: 1.8rem;
}

.single-episode .featured-content .entry-title {
	margin-bottom: 1.2rem;
}

.single-episode .featured-content .entry-meta {
	margin-bottom: 2rem;
	opacity: .8;
}

.single-episode .featured-content .wp-audio-shortcode,
.single-episode .featured-content .podcast-episode-player,
.single-episode .featured-content .podcast-episode-player .castilo-mejs-container,
.single-episode .featured-content .entry-meta ~ iframe,
.entry-video .podcast-episode-player video,
.entry-video .podcast-episode-player iframe,
.entry-video .castilo-mejs-container {
	margin-bottom: 0;
}

.entry-video .podcast-episode-player,
.episode-type-video #featured .podcast-episode-player {
	position: relative;
}

.episode-type-video #featured .podcast-episode-player {
	display: none;
}

.podcast-episode-player .play-episode {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 640px;
	height: 100%;
	display: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.podcast-episode-player .play-episode:focus:hover {
	outline: none;
}

.podcast-episode-player.state-init .play-episode {
	display: flex;
	align-items: center;
	justify-content: center;
}

.podcast-episode-player .play-episode span {
	display: inline-block;
	padding: 16px 38px;
	color: #262626;
	font-weight: 600;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 3px;
}

.podcast-episode-player.state-init .play-episode span {
	transition: background-color .2s;
}

.podcast-episode-player .play-episode:hover span,
.podcast-episode-player .play-episode:focus span {
	background-color: #fff;
}

.podcast-episode-player .play-episode span:before {
	content: '\F40A';
	font-size: 24px;
	line-height: 12px;
	vertical-align: -35%;
}

.error404 .featured-content {
	background: #eee;
	color: inherit;
	text-align: center;
}

.error404 .featured-content:after {
	content: none;
}

.error404 .featured-content .entry-title {
	font-size: 4.4rem;
	margin-bottom: .5rem;
}

.error404 .featured-content .entry-title em {
	position: relative;
	top: 0;
	font-style: normal;
	-webkit-animation-name: floating-letter;
	animation-name: floating-letter;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-letter {
	from { top: 0; }
	50%  { top: -.2em; }
	to   { top: 0; }
}

@keyframes floating-letter {
	from { top: 0; }
	50%  { top: -.2em; }
	to   { top: 0; }
}

.error404 .featured-content .entry-title em:before {
	content: '';
	position: absolute;
	left: -4px;
	bottom: 100%;
	width: 40px;
	height: 79px;
	margin-bottom: -.395em;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABPCAMAAACu0Xe9AAAAOVBMVEVHcEwjIyMmJiYlJSUlJSUlJSUmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiZjSCFMAAAAEnRSTlMAChsuPElVZXWFlaO1y9rk8PoX4HCaAAABiUlEQVR4Ad3VwRKkLAwE4A4qAyiS9Ps/7P9b1Fo7o2LO+11ysCup5ID4JrFU/V8tUfBsWo0nWyfcCyt/lIAbUXmhEReJtxJ+FN4wkhlfMq9aCvk3GXm1CoCVZMQpKK/sCEglNeCPjXxKTkpuo8EHmwGkczik8UEL/evegx8+Wr9aVj5bgGBkBYCJAxV91anfetwy9atj58gGxN45cMgE81EDIscWzL1kjiUsR8nYOFaQ+kXra3Drd2pvQbGjNCjHUuJBYRyLfaS9dbS1V0V7CbLbUelSUehS8KHLB4EuAah0qAASHRIAUb5SAYDVs/MhGMfOR6XwRUYnjUO7jB+f04JTed+kk52PquAvYfSifZmUt3QGPEmdgGvSlwOmxh9twq1Q+aUGPMnGkyUMLOdB9xlDkrT/3gRvZNmYBR4LE1zmfytY4BK4w6dxhkvmBpeg3nU+tAUuhRbhsjp7ho3m2TyZ5uCZa1l8O0e4VIXPbgKXzTv6wwoXUU5wWZnhsnCDi7DCR73BFvHrPytIagSOFTvAAAAAAElFTkSuQmCC) no-repeat;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDBweCIgaGVpZ2h0PSI3OXB4IiB2aWV3Qm94PSIwIDAgNDAgNzkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwIDc5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6IzI2MjYyNjsiIGQ9Ik0xOS4zNiw0OS40NWMwLjc1LDIuNjIsMC4yMiw1LjMyLDAuMzgsOGMwLjIxLDMuNTgsMi40Niw2LjMzLDUuMjEsOC41MmMwLjE3LTAuNTIsMC4zNS0xLjA0LDAuNTItMS41NmMtMi41MSwxLjA2LTYuNTUsMi44My02LjM0LDYuMTFjMC4xOSwyLjgyLDIuNCw0Ljg1LDEuODgsNy44NmMtMC4yMSwxLjIyLDEuNTcsMC40MywxLjczLTAuNDVjMC40LTIuMjUtMC4zNi00LjE3LTEuMjgtNi4xOWMtMC4zNy0wLjgyLTAuNzctMS43My0wLjQ5LTIuNjJjMC41LTEuNjEsMy40Mi0yLjU0LDQuNzktMy4xM2MwLjQ5LTAuMjEsMS4wNy0xLjEzLDAuNTItMS41NmMtMi44Mi0yLjI2LTQuNzUtNC44NS00Ljg2LTguNDljLTAuMDctMi40OSwwLjM2LTQuOTItMC4zNS03LjM2QzIwLjc2LDQ3LjQ3LDE5LjEyLDQ4LjU5LDE5LjM2LDQ5LjQ1eiBNMTkuOTksMEM4Ljk2LDAsMCwxMS4xLDAsMjQuNzhjMCwxMy42OCwxNC45MSwyNS43OCwxOS45OSwyNS43OGM1LjA5LDAsMjAtMTIuMDksMjAtMjUuNzhDMzkuOTksMTEuMSwzMS4wNCwwLDE5Ljk5LDB6IE0yNS4yNiw3LjUybDMuNjktMS42MmMxMS4yOSwxMS42LDIuODIsMjAuNTEsMi44MiwyMC41MUMzNS42NCwxNS42MSwyNS4yNiw3LjUyLDI1LjI2LDcuNTJ6Ii8+PC9zdmc+), none;
}

.alert,
.box {
	padding: 1em;
	margin-bottom: 1.65rem;
	border: 2px solid #e6e6e6;
	border: 2px solid rgba(38, 38, 38, .1);
	background-color: #f8f8f8;
}

.alert {
	font-size: .9em;
}

.alert.success {
	background-color: #defcca;
	border-color: #95f8a5;
}

.alert.notice {
	background-color: #fffad4;
	border-color: #fcf08d;
}

.alert.error {
	background-color: #fe4929;
	color: #ffffff;
	border-color: #cb3315;
}

.alert > :last-child,
.box > :last-child {
	margin-bottom: 0;
}

.box-with-border {
	display: block;
	padding: .5rem;
	border: 2px solid #e6e6e6;
	border: 2px solid rgba(38, 38, 38, .1);
}

.box-with-border,
.box-with-border > img {
	border-radius: 3px;
}

.address-info h5 {
	margin-bottom: .5rem;
}

.address-info h5 .mdi {
	display: inline-block;
	margin-right: .3rem;
}

.address-info p {
	margin-bottom: .5rem;
}

.tab-container {
	margin: 0 0 1.625rem 0;
}

.tab-container .tab_content {
	display: none;
	padding: 1.625rem 0;
}

.tab-container .tab_content.active {
	display: block;
}

.tab-container .tab_content :last-child {
	margin-bottom: 0;
}

.tab-container .tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #262626;
}

.tab-container .tabs li {
	display: inline-block;
	margin: 0;
}

.tab-container .tabs li a {
	display: block;
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	padding: .6em 1.2em;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

.tab-container .tabs li a:hover,
.tab-container .tabs li a:focus {
	color: #262626;
}

@media (min-width: 768px) {
	.tab-container .tabs li a {
		padding: .8835em 2.7em;
	}
}

.tab-container .tabs li.active a {
	background-color: #262626;
	color: #ffffff;
	border-radius: 3px 3px 0 0;
}

.add-separator {
	position: relative;
	padding-bottom: 5px;
	border-bottom: 2px solid #e6e6e6;
	border-bottom: 2px solid rgba(38, 38, 38, .1);
}

.invert-colors .add-separator {
	border-bottom: 2px solid rgba(255, 255, 255, .1);
}

.add-separator span {
	position: relative;
	display: inline-block;
}

.add-separator span:after {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #cc00aa;
}

.add-separator em {
	font-style: normal;
	color: #cc00aa;
}


.multiply-effect a {
	display: block;
	position: relative;
	padding-bottom: 20px;
}

.avoid-image-multiply .multiply-effect a {
	padding-bottom: 0;
}

.multiply-effect a:focus {
	outline: 0;
}

.multiply-effect a:before {
	content: '\F337';
	position: absolute;
	z-index: 4;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -25px;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	background-color: #262626;
	color: #ffffff;
	opacity: 0;
	border-radius: 3px;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.avoid-image-multiply .multiply-effect a:before {
	margin-top: -25px;
}

.multiply-effect a:hover:before,
.multiply-effect a:focus:before {
	opacity: 1;
}

.multiply-effect a img {
	display: block;
	width: 100%;
	border-radius: 3px;
}

.multiply-effect a .first {
	position: relative;
	z-index: 3;
}

.avoid-image-multiply .multiply-effect a span {
	display: none;
}

.multiply-effect a .second,
.multiply-effect a .third {
	position: absolute;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.multiply-effect a .second {
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 2;
	opacity: .6;
}

.multiply-effect a .third {
	bottom: 0;
	left: 20px;
	right: 20px;
	z-index: 1;
	opacity: .3;
}

@media (min-width: 992px) {
	.multiply-effect a:hover .second,
	.multiply-effect a:focus .second {
		bottom: 20px;
	}

	.multiply-effect a:hover .third,
	.multiply-effect a:focus .third {
		bottom: 20px;
	}
}

/* 5. Form elements */
label {
	display: block;
	color: #444;
	font-weight: 700;
	margin-bottom: 0.3em;
}

input,
select,
textarea {
	background-color: #fafafa;
	border-radius: 0;
	font-size: 1.6rem;
	line-height: 1.625;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

input {
	line-height: normal;
}

input,
select,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #ddd;
	-webkit-transition: border-color .2s;
	-o-transition: border-color .2s;
	transition: border-color .2s;
}

input[disabled],
button[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

input[type="checkbox"],
input[type="radio"] {
	border-width: 0;
	display: inline-block;
	margin-right: 0.3em;
	padding: 0;
	position: relative;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=number],
input[type=range],
input[type=tel],
input[type=url],
select,
textarea {
	background-color: #ffffff;
	color: #262626;
	font-size: 1rem;
	line-height: 1.3em;
	margin-bottom: 1.25em;
	padding: .8835em 1em;
	border: 2px solid #e6e6e6;
	border: 2px solid rgba(38, 38, 38, .1);
	width: 100%;
	border-radius: 3px;
	text-align: left;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]: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=number]:focus,
input[type=range]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	border: 2px solid #ccc;
	border: 2px solid rgba(38, 38, 38, .25);
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	max-width: 300px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzN3B4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDM3IDUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM3IDUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiMyNjI2MjYiIGQ9Ik0yMC4yMzMzMzM1ODc2NDY0ODQsNSBMMTYuNzMzMzMzNTg3NjQ2NDg0LDAgaDcgTDIwLjIzMzMzMzU4NzY0NjQ4NCw1IHoiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: .8635em 2.2rem .8635em 1em;
}

select::-ms-expand {
	display: none;
}

textarea {
	max-width: 800px;
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type=search] {
	-webkit-appearance: textfield;
}

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

::-webkit-input-placeholder {
	color: #aaaaaa;
}

:-moz-placeholder {
	color: #aaaaaa;
}

::-moz-placeholder {
	color: #aaaaaa;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #aaaaaa;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
	display: inline-block;
	background: none;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	background-color: #000;
	background-color: transparent;
	color: #262626;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.3;
	margin: 0 .4em .6em 0;
	padding: .8835em 2.7em;
	cursor: pointer;
	border: 2px solid #262626;
	border-radius: 3px;
	outline: 0;
	opacity: 1;
	-webkit-transition: color .1s, background-color .1s, border-color .1s;
	-o-transition: color .1s, background-color .1s, border-color .1s;
	transition: color .1s, background-color .1s, border-color .1s;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button.button-filled,
input.button-filled,
input.button:focus,
.pagination .page-numbers:hover,
.pagination a.page-numbers:focus,
.woocommerce-pagination .page-numbers:hover,
.woocommerce-pagination a.page-numbers:focus {
	border-color: #262626;
	background-color: #262626;
	color: #ffffff;
	text-decoration: none;
}

.woocommerce-pagination .page-numbers {
	padding-left: 1.65em;
	padding-right: 1.65em;
}

.pagination .page-numbers.dots,
.woocommerce-pagination .page-numbers.current {
	padding-left: .5em;
	padding-right: .5em;
	border-color: transparent;
	background-color: transparent;
	color: inherit;
	cursor: default;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active {
	opacity: .8;
	text-decoration: none;
}

.button-color,
button.button-color,
input[type="button"].button-color,
input[type="reset"].button-color,
input[type="submit"].button-color {
	border-color: #cc00aa;
	color: #cc00aa;
}

.button-white,
button.button-white,
input[type="button"].button-white,
input[type="reset"].button-white,
input[type="submit"].button-white {
	border-color: #ffffff;
	color: #ffffff;
}

.button-color:hover,
button.button-color:hover,
input[type="button"].button-color:hover,
input[type="reset"].button-color:hover,
input[type="submit"].button-color:hover,
.button-color:focus,
button.button-color:focus,
input[type="button"].button-color:focus,
input[type="reset"].button-color:focus,
input[type="submit"].button-color:focus,
.button-color.button-filled,
button.button-color.button-filled,
input[type="button"].button-color.button-filled,
input[type="reset"].button-color.button-filled,
input[type="submit"].button-color.button-filled,
.button-color:focus,
button.button-color:focus,
input[type="button"].button-color:focus,
input[type="reset"].button-color:focus,
input[type="submit"].button-color:focus,
.pagination .page-numbers.current {
	border-color: #cc00aa;
	background-color: #cc00aa;
	color: #ffffff;
}

.button-white:hover,
button.button-white:hover,
input[type="button"].button-white:hover,
input[type="reset"].button-white:hover,
input[type="submit"].button-white:hover,
.button-white:focus,
button.button-white:focus,
input[type="button"].button-white:focus,
input[type="reset"].button-white:focus,
input[type="submit"].button-white:focus,
.button-white.button-filled,
button.button-white.button-filled,
input[type="button"].button-white.button-filled,
input[type="reset"].button-white.button-filled,
input[type="submit"].button-white.button-filled,
.button-white:focus,
button.button-white:focus,
input[type="button"].button-white:focus,
input[type="reset"].button-white:focus,
input[type="submit"].button-white:focus {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #262626;
}

.button-small {
	padding: .55em 2em;
}

.button.underline {
	font-size: .85rem;
	padding: .2em;
	border-width: 2px 0;
	border-top-color: transparent;
	border-radius: 0;
}

.button .mdi,
button .mdi,
.pagination .page-numbers .mdi,
.woocommerce-pagination .page-numbers .mdi {
	font-size: 1.5em;
	line-height: .5em;
	vertical-align: -27.5%;
}

.woocommerce-pagination .page-numbers .mdi {
	vertical-align: -25%;
}

.button .mdi,
button .mdi {
	margin-right: .1em;
}

.button.underline .mdi {
	font-size: 16px;
	vertical-align: -25%;
}

.button.underline .mdi-apple {
	line-height: .4em;
	vertical-align: -10%;
}

/* 6. Contact Form 7 */
div.wpcf7-response-output {
	position: relative;
	margin: .5em 0 0;
	padding: 1em 1.5em;
	background-color: #fffad4;
	border: 2px solid #fcf08d;
}

div.wpcf7-mail-sent-ok {
	background-color: #defcca;
	border-color: #95f8a5;
}

span.wpcf7-form-control-wrap {
	display: block;
}

div.wpcf7 .wpcf7-display-none {
	display: none;
}

span.wpcf7-not-valid-tip {
	display: block;
	border: 0;
	font-size: .9em;
	line-height: 1;
	color: #f2320c;
	margin-top: -1em;
	margin-bottom: 1em;
}

div.wpcf7 .ajax-loader {
	margin: 0 .5em;
}

div.wpcf7 .wpcf7-form-control-wrap br,
div.wpcf7 .wpcf7-form-control-wrap p:empty {
	display: none;
}

div.wpcf7 .wpcf7-text,
div.wpcf7 .wpcf7-textarea,
div.wpcf7 .wpcf7-select {
	max-width: none;
}

div.wpcf7 .wpcf7-text.wpcf7-not-valid,
div.wpcf7 .wpcf7-textarea.wpcf7-not-valid,
div.wpcf7 .wpcf7-select.wpcf7-not-valid {
	border-color: #f2320c;
}

/* 7. MailChimp Form */
.mc4wp-form {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.mc4wp-form .mc4wp-alert,
.mc4wp-form .mc4wp-error {
	padding: 0.5em 1em;
	background-color: #fffad4;
	border: 2px solid #fcf08d;
}

.mc4wp-form .mc4wp-alert p,
.mc4wp-form .mc4wp-error p {
	margin-bottom: 0;
}

.mc4wp-form .one-line input[type=email] {
	max-width: 220px;
	margin-bottom: .5rem;
}

.mc4wp-form .one-line input[type=submit] {
	margin: 0 0 0 .2rem;
}

@media (min-width: 768px) {
	.mc4wp-form .one-line input[type=email] {
		margin-bottom: 0;
		border-radius: 3px 0 0 3px;
	}

	.mc4wp-form .one-line input[type=submit] {
		margin: 0 0 0 -2px;
		border-radius: 0 3px 3px 0;
	}
}

/* 8. Widgets */
@media (max-width: 767px) {
	#sidebar {
		margin-top: 2.667rem;
	}
}

.widget {
	margin-bottom: 2.667rem;
}

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

.widget li {
	margin-left: 0;
	margin-top: .5em;
	margin-bottom: .5em;
	list-style: none;
}

.widget ul a {
	color: #262626;
	text-decoration: none;
}

.widget ul a:hover,
.widget ul a:focus,
.widget ul .current-cat:before,
.widget ul .current-cat > a {
	color: #cc00aa;
}

.widget ul .current-cat > a {
	font-weight: bolder;
}

.widget ul ul {
	padding-left: 1.1em;
}

.widget table {
	margin-bottom: 0;
}

.widget table caption {
	padding-top: 0;
	padding-bottom: 0;
}

.widget table tbody th,
.widget table tbody td {
	padding: .2em;
	text-align: center;
}

.widget table th {
	font-weight: 600;
	text-align: center;
}

.widget table tfoot td {
	padding: .2em .2em 0;
}

.widget_rss li {
	margin-bottom: 1.5em;
}

.widget_search .widget-title {
	display: none;
}

.widget .searchform,
.widget .searchform input {
	margin-bottom: 0;
}

.searchform {
	position: relative;
}

.searchform button {
	position: absolute;
	top: 0;
	right: 0;
	width: 2.6em;
	height: 3.4em;
	line-height: 3.5em;
	padding: 0;
	border: 0;
	margin: 0;
	text-align: center;
	text-transform: none;
	background-color: transparent;
	color: inherit;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.searchform button:focus {
	outline: 0;
}

.searchform input {
	padding-right: 3em;
	margin-bottom: 0;
}

.widget_rss a.rsswidget img {
	display: none;
}

.widget_rss li a.rsswidget {
	display: inline-block;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.25em;
}

.widget_rss li .rss-date {
	display: block;
	margin-bottom: 0.25em;
	color: #999;
	font-size: 0.9em;
}

.widget_archive select,
.widget_categories form,
.widget_categories select {
	margin-bottom: 0;
}

.widget_pages li:before,
.widget_archive li:before,
.widget_categories li:before,
.widget_product_categories li:before,
.widget_recent_comments li:before,
.widget_recent_entries li:before,
.widget_nav_menu li:before,
.widget_meta li:before,
.widget_pages li:after,
.widget_archive li:after,
.widget_categories li:after,
.widget_product_categories li:after,
.widget_recent_comments li:after,
.widget_recent_entries li:after,
.widget_nav_menu li:after,
.widget_meta li:after {
	display: inline-block;
	font-size: 20px;
	line-height: .5em;
	vertical-align: -20%;
	margin-right: .3em;
}

.widget_pages li:before {
	content: "\F214";
}

.widget_archive li:before,
.widget_product_categories li:before,
.widget_categories li:before {
	content: "\F24B";
}

.widget_recent_comments li:before {
	content: "\F9EC";
	position: relative;
	top: 2px;
}

.widget_recent_entries li:before {
	content: "\F219";
}

.widget_nav_menu li:before {
	content: "\F534";
}

.widget_meta li:before {
	content: "\F0C3";
}

.widget_media_gallery .gallery {
	margin-bottom: 0;
}

#sidebar .widget {
	padding: 1.5rem;
	border: 2px solid #e6e6e6;
	border: 2px solid rgba(38, 38, 38, .1);
	border-radius: 3px;
}

#sidebar .widget.highlight {
	text-align: center;
	border-color: #262626;
	background-color: #caebf2;
}

#sidebar .widget_search,
#sidebar .widget_product_search {
	padding: 0;
	border: 0;
	border-radius: 0;
}

/* 9. Header */
#top {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #ffffff;
}

@media (max-width: 782px) {
	.admin-bar #top {
		margin-top: 46px;
	}
}

@media (min-width: 783px) {
	.admin-bar #top {
		margin-top: 32px;
	}
}

@media (min-width: 992px) {
	.navbar-is-sticky #top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 70;
		padding-top: 1rem;
		padding-bottom: 1rem;
		-webkit-box-shadow: 0 5px 10px -5px rgba(32, 32, 32, 0.07);
		box-shadow: 0 5px 10px -5px rgba(32, 32, 32, 0.07);
	}

	.navbar-is-sticky.admin-bar #top {
		margin-top: 0;
		top: 32px;
	}

	.navbar-is-sticky #featured {
		margin-top: 91px;
	}

	.navbar-is-sticky.admin-bar #featured {
		margin-top: 123px;
	}
}

#top .row {
	position: relative;
}

.site-title h1 {
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1;
}

@media (max-width: 767px) {
	.site-title {
		position: relative;
	}

	.site-title h1 {
		padding-right: 2.75rem;
	}
}

.site-title h1 a {
	display: inline-block;
	text-decoration: none;
}

.site-title h1 img {
	display: inline-block;
}

.site-title .text {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

/* 10. Main menu */
.site-menu-toggle,
.no-js .site-menu-toggle {
	display: none;
}

#site-menu a {
	color: inherit;
	-webkit-transition: color .1s;
	-o-transition: color .1s;
	transition: color .1s;
}

#site-menu li,
#site-menu ul ul {
	margin: 0;
}

#site-menu a:hover,
#site-menu a:focus {
	color: #999;
}

#site-menu .current-menu-item > a {
	color: #cc00aa;
}

#site-menu .menu-item-has-children {
	position: relative;
}

@media (max-width: 991px) {
	.site-menu-toggle {
		display: block;
	}

	.site-menu-toggle a {
		display: inline-block;
		width: 30px;
		text-align: center;
		color: inherit;
	}

	#top .site-menu-toggle a:before {
		content: '\F35C';
		display: inline-block;
		font: normal normal normal 22px/30px "Material Design Icons";
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	#site-menu {
		display: none;
	}

	.mobile-menu-opened #site-menu {
		display: block;
	}

	#site-menu ul {
		padding-left: 0;
		list-style: none;
	}

	#site-menu > ul {
		margin-top: 2rem;
		margin-bottom: 0;
	}

	#site-menu li {
		border-top: 1px solid #e6e6e6;
		border-top: 1px solid rgba(38, 38, 38, .1);
	}

	#site-menu a {
		display: block;
		padding: 10px 15px;
		text-decoration: none;
	}

	#site-menu .current-menu-item > a {
		background-color: #f9f9f9;
		background-color: rgba(38, 38, 38, .05);
	}

	#site-menu .current-menu-item > a.menu-expand {
		background-color: transparent;
	}

	#site-menu ul ul a {
		padding-left: 30px;
	}

	#site-menu ul ul ul a {
		padding-left: 45px;
	}

	#site-menu ul ul ul ul a {
		padding-left: 60px;
	}

	#site-menu .menu-item-has-children > a:first-child {
		padding-right: 35px;
	}

	#site-menu .menu-item-has-children .menu-expand {
		position: absolute;
		top: 0;
		right: 0;
		padding: 7px 10px;
		color: #262a2c;
		font-size: 18px;
		text-align: center;
	}

	.no-js #site-menu .menu-item-has-children .menu-expand {
		display: none;
	}

	#site-menu .menu-item-has-children .menu-expand:before {
		content: none;
	}

	#site-menu .menu-item-has-children .menu-expand:after {
		content: "\F35D";
		font: normal normal normal 18px/1 "Material Design Icons";
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	#site-menu .menu-item-has-children.collapse > .menu-expand:after {
		content: "\F360";
	}

	#site-menu .menu-expand {
		position: absolute;
		top: 0;
		right: 0;
	}

	#site-menu .menu-item-has-children ul {
		display: none;
	}

	#site-menu .menu-item-has-children.collapse > ul {
		display: block;
	}
}

@media (min-width: 992px) {
	#site-menu ul {
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}

	#site-menu > ul {
		position: relative;
		padding-left: 20px;
	}

	#site-menu > ul:after {
		content: '';
		position: absolute;
		top: 50%;
		left: -10px;
		width: 20px;
		height: 2px;
		margin-top: -1px;
		background-color: #262626;
		background-color: rgba(38, 38, 38, .1);
	}

	#site-menu li {
		display: inline-block;
	}

	#site-menu a {
		display: block;
		padding: 4px 8px;
		text-decoration: none;
	}

	#site-menu .menu-expand {
		display: none;
	}

	#site-menu nav > ul > .current-menu-item > a,
	#site-menu nav > ul > .current-menu-parent > a {
		position: relative;
	}

	#site-menu .menu-item-has-children ul {
		visibility: hidden;
		position: absolute;
		z-index: 97;
		top: 100%;
		right: 50%;
		width: 13rem;
		margin-top: .5rem;
		margin-right: -6.5rem;
		padding-top: 20px;
		text-align: center;
		background-color: #ffffff;
		opacity: 0;
		-webkit-box-shadow: 0 5px 10px -5px rgba(32, 32, 32, 0.07);
		box-shadow: 0 5px 10px -5px rgba(32, 32, 32, 0.07);
		border-radius: 0 0 3px 3px;
	}

	#site-menu .menu-item-has-children ul:before {
		content: '';
		position: absolute;
		z-index: 98;
		top: 10px;
		left: 50%;
		width: 2px;
		height: 20px;
		margin-left: -1px;
		background-color: #262626;
		background-color: rgba(38, 38, 38, .1);
	}

	.no-touch #site-menu .menu-item-has-children:hover > ul,
	#site-menu .menu-item-has-children.hover > ul {
		visibility: visible;
		margin-top: 0;
		opacity: 1;
	}

	.csstransitions #site-menu li.menu-item-has-children ul {
		-webkit-transition: opacity .2s, visibility .2s, margin .2s;
		-o-transition: opacity .2s, visibility .2s, margin .2s;
		transition: opacity .2s, visibility .2s, margin .2s;
		-webkit-transition-delay: .1s;
		-o-transition-delay: .1s;
		transition-delay: .1s;
	}

	#site-menu .menu-item-has-children .menu-item-has-children > ul {
		top: -1rem;
		left: 100%;
		margin: 0;
		padding-top: 0;
		font-size: 1em;
		border-radius: 3px;
	}

	#site-menu .menu-item-has-children .menu-item-has-children:first-child > ul {
		top: 0;
	}

	#site-menu .menu-item-has-children .menu-item-has-children ul:before {
		content: none;
	}

	#site-menu .menu-item-has-children li {
		display: block;
		background-color: #ffffff;
	}

	#site-menu .menu-item-has-children li:first-child {
		padding-top: 1rem;
		border-radius: 3px 3px 0 0;
	}

	#site-menu .menu-item-has-children li:last-child {
		padding-bottom: 1rem;
		border-radius: 0 0 3px 3px;
	}

	#site-menu .menu-item-has-children li a {
		display: block;
		padding: .5rem;
		margin: 0;
	}

	#site-menu .menu-item-has-children li .menu-expand {
		display: none;
	}
}

@media (min-width: 1200px) {
	#site-menu > ul {
		padding-left: 50px;
	}

	#site-menu > ul:after {
		left: 0;
		width: 30px;
	}

	#site-menu a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* 11. Social links menu */
@media (max-width: 767px) {
	#social-links-menu {
		display: none;
	}

	#social-links-menu ul {
		padding-top: 10px;
		text-align: center;
		border-top: 1px solid #e6e6e6;
		border-top: 1px solid rgba(38, 38, 38, .1);
	}

	.mobile-menu-opened #social-links-menu {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#social-links-menu ul {
		position: relative;
		padding-right: 20px;
	}

	#social-links-menu ul:after {
		content: '';
		position: absolute;
		top: 50%;
		right: -10px;
		width: 20px;
		height: 2px;
		margin-top: -1px;
		background-color: #262626;
		background-color: rgba(38, 38, 38, .1);
	}
}

.social-navigation {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

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

.social-navigation a {
	line-height: 1;
	color: inherit;
	text-decoration: none;
	display: inline-block;
	padding: 0 8px;
	-webkit-transition: color .1s;
	-o-transition: color .1s;
	transition: color .1s;
}

.social-navigation a:hover,
.social-navigation a:focus {
	color: #cc00aa;
}

@media (min-width: 1200px) {
	.social-navigation a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.social-navigation a:before {
	content: "\F3CC";
	font: normal normal normal 24px/30px "Material Design Icons";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.social-navigation a[href*="anchor.fm"]:before {
	content: "\f993";
}

.social-navigation a[href*="amazon.com"]:before {
	content: "\F02D";
}

.social-navigation a[href*="apple.com"]:before,
.social-navigation a[href*="itunes.com"]:before {
	content: "\F035";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\F20C";
}

.social-navigation a[href*="/feed/"]:before,
.social-navigation a[href*="/feeds/"]:before,
.social-navigation a[href*="/feeds."]:before,
.social-navigation a[href*="/feed.xml"]:before,
.social-navigation a[href*="/rss"]:before,
.social-navigation .icon-feed a:before {
	content: "\F46B";
}

.social-navigation a[href*="github.com"]:before,
.social-navigation a[href*="github.io"]:before {
	content: "\F2A4";
}

.social-navigation a[href*="play.google.com"]:before,
.social-navigation a[href*="google.com/podcast"]:before {
	content: "\F2BC";
}

.social-navigation a[href*="plus.google.com"]:before,
.social-navigation a[href*="profiles.google.com"]:before {
	content: "\F2BD";
}

.social-navigation a[href*="podcasts.google.com"]:before {
	content: "\FED6";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\F2FE";
}

.social-navigation a[href*="last.fm"]:before {
	content: "\F326";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\F33B";
}

.social-navigation a[href*="mailto"]:before {
	content: "\F1EE";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\F407";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\F4C7";
}

.social-navigation a[href*="soundcloud.com"]:before {
	content: "\F4C0";
}

.social-navigation a[href*="stitcher.com"]:before {
	content: "\F993";
}

.social-navigation a[href*="feeds.soundcloud.com"]:before {
	content: "\F46B";
}

.social-navigation a[href*="t.me"]:before {
	content: "\f501";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\F541";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\F544";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\F577";
}

.social-navigation a[href*="vk.com"]:before {
	content: "\F579";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\F5C3";
}

/* 12. Menu - Call to action */
#top .call-to-action .button {
	margin: 0;
}

@media (max-width: 575px) {
	#top .call-to-action {
		padding-top: 10px;
		text-align: center;
		display: none;
	}

	.mobile-menu-opened #top .call-to-action {
		display: block;
	}
}

@media (min-width: 576px) {
	#top .call-to-action {
		position: relative;
		padding-right: 40px;
	}

	#top .call-to-action:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		width: 20px;
		height: 2px;
		margin-top: -1px;
		background-color: #262626;
		background-color: rgba(38, 38, 38, .1);
	}
}

@media (min-width: 992px) {
	#top .call-to-action {
		padding-left: 40px;
		padding-right: 15px;
	}

	#top .call-to-action:after {
		left: 0;
		right: auto;
		width: 20px;
	}

	.no-top-social-links #top .call-to-action:after {
		content: none;
	}
}

@media (min-width: 1200px) {
	#top .call-to-action {
		padding-left: 65px;
	}

	#top .call-to-action:after {
		left: 5px;
		width: 30px;
	}
}

/* 13. Content */
#content {
	overflow-x: hidden;
}

.footer-sticky #content {
	position: relative;
	z-index: 1;
	background-color: inherit;
}

/* 14. Features box */
.features {
	background-color: #eeeeee;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 767px) {
	.features .features-image {
		margin-top: 1.65rem;
		padding-bottom: 75%;
	}
}

@media (min-width: 768px) {
	.features .features-image {
		position: absolute;
		top: 0;
		left: 100%;
		width: 50vw;
		height: 100%;
	}
}

.features .features-list {
	padding-top: 1.65rem;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

@media (min-width: 768px) {
	.features .features-list {
		padding-left: 4rem;
		padding-top: 3.25rem;
		margin-bottom: 3.25rem;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.features .features-list {
		padding-left: 4rem;
	}
}

@media (min-width: 992px) {
	.features .features-list {
		padding-top: 5.3333rem;
		padding-left: 6rem;
		margin-bottom: 5.3333rem;
	}
}

@media (min-width: 1200px) {
	.features .features-list {
		padding-top: 8rem;
		margin-bottom: 8rem;
	}
}

.features .features-list li {
	position: relative;
	padding: 1rem;
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.features .features-list li {
		padding: 2rem 2rem 2rem 1rem;
	}
}

.features .features-list .feature-icon {
	display: inline-block;
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	margin-bottom: .8rem;
	text-align: center;
	background-color: #ffffff;
	border-radius: 50%;
}

@media (min-width: 768px) {
	.features .features-list .feature-icon {
		position: absolute;
		top: 1rem;
		left: -4rem;
		width: 4rem;
		height: 4rem;
		line-height: 4rem;
	}
}

@media (min-width: 992px) {
	.features .features-list .feature-icon {
		left: -6rem;
		width: 5.5rem;
		height: 5.5rem;
		line-height: 5.5rem;
		-webkit-transition: color .2s, background-color .2s;
		-o-transition: color .2s, background-color .2s;
		transition: color .2s, background-color .2s;
	}

	.features .features-list li:hover .feature-icon {
		background-color: #cc00aa;
		color: #ffffff;
	}
}

@media (min-width: 1200px) {
	.features .features-list .feature-icon {
		top: 2rem;
	}
}

.features .features-list .feature-icon:before {
	font-size: 24px;
}

@media (min-width: 992px) {
	.features .features-list .feature-icon:before {
		font-size: 30px;
	}
}

.features .features-list .feature-title {
	margin-bottom: .8rem;
}

.features .features-list li > :last-child {
	margin-bottom: 0;
}

/* 15. Episode Listing */
.episodes-listing article {
	padding-top: 1.7rem;
	padding-bottom: 1.7rem;
}

.page-template-template-episodes .episodes-listing article:first-child {
	padding-top: 0;
}

.episodes-listing .entry-content,
.episodes-listing .entry-audio {
	padding-bottom: 20px;
}

@media (min-width: 992px) {
	.avoid-image-multiply .episodes-listing .entry-content {
		padding-bottom: 0;
	}
}

.episodes-listing .entry-content > :last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.episodes-listing .entry-image a {
		margin-bottom: 1rem;
	}
}

@media (max-width: 991px) {
	.has-sidebar .episodes-listing .entry-image a {
		margin-bottom: 1rem;
	}
}

.episodes-listing .entry-meta {
	margin-bottom: .75rem;
}

.episodes-listing .entry-title {
	font-size: 1.4rem;
	letter-spacing: 0;
	margin: 0 0 1.25rem 0;
	text-transform: none;
}

.episodes-listing .entry-title:before {
	font-size: 24px;
	margin-right: .3em;
	position: relative;
	top: 1px;
}

.episodes-listing .entry-episode .entry-title:before {
	content: '\F387';
}

.episodes-listing .episode-type-video .entry-title:before,
.episodes-listing .episode-type-video-embed .entry-title:before {
	content: '\f567';
}

.episodes-listing .entry-audio .podcast-episode-player {
	margin-bottom: 0;
}

.episodes-listing iframe {
	margin-bottom: .75rem;
}

/* 16. Latest news widget (homepage) */
.latest-news .entry-post {
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
}

.latest-news .categories {
	margin-bottom: .8rem;
}

.latest-news .entry-title {
	font-size: 1.2rem;
	margin-top: .4rem;
	margin-bottom: .3rem;
}

.latest-news .entry-content p {
	margin-bottom: 0;
}

.latest-news .entry-meta .posted-on a {
	text-decoration: none;
	opacity: .5;
}

.latest-news .entry-content .read-more {
	position: relative;
	display: inline-block;
	padding-right: 1.8rem;
	margin-top: 1rem;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	opacity: .5;
}

.latest-news .entry-content .read-more,
.latest-news .entry-content .read-more span {
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

.latest-news .entry-content .read-more span {
	position: absolute;
	top: -1px;
	right: 0;
	line-height: 1;
}

.latest-news .entry-content .read-more span:before {
	font-size: 24px;
}

.latest-news .entry-content .read-more:hover {
	padding-right: 2rem;
	opacity: 1;
}

/* 17. Post listing archive */
.post-listing .entry-post {
	position: relative;
	margin-bottom: 3.25rem;
}

.post-listing .entry-post .categories {
	margin-bottom: .3rem;
}

.post-listing .entry-post.has-post-thumbnail .categories {
	position: relative;
	z-index: 9;
	margin: 0 10px -1.6em;
}

.post-listing .entry-image a {
	display: block;
	margin-bottom: 1.2rem;
}

.post-listing .entry-image a img {
	display: block;
	width: 100%;
	border-radius: 3px;
}

.post-listing .entry-gallery .gallery {
	margin-bottom: .6rem;
}

.post-listing .entry-title {
	font-size: 1.2rem;
	margin-bottom: .8rem;
	text-transform: uppercase;
}

.post-listing .entry-title:before {
	font-size: 24px;
	margin-right: .3em;
	position: relative;
	top: 1px;
}

.post-listing .entry-post .entry-title:before {
	content: '\FAB6';
}

.post-listing .format-image .entry-title:before {
	content: '\F2EF';
}

.post-listing .format-gallery .entry-title:before {
	content: '\F254';
}

.post-listing .format-audio .entry-title:before,
.post-listing .type-episode .entry-title:before {
	content: '\F333';
}

.post-listing .format-video .entry-title:before {
	content: '\F22B';
}

.post-listing .format-status .entry-title:before {
	content: '\F0BB';
}

.post-listing .sticky .entry-title:before {
	content: '\F4D2';
	top: 0;
}

.post-listing .entry-content p {
	margin-bottom: 0;
}

.post-listing .entry-content .read-more {
	position: relative;
	display: inline-block;
	padding-right: 1.8rem;
	margin-top: .7rem;
	text-transform: uppercase;
	color: inherit;
	text-decoration: none;
	opacity: .5;
}

.post-listing .entry-content .read-more,
.post-listing .entry-content .read-more span {
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

.post-listing .entry-content .read-more span {
	position: absolute;
	top: -1px;
	right: 0;
	line-height: 1;
}

.post-listing .entry-content .read-more span:before {
	font-size: 24px;
}

.post-listing .entry-content .read-more:hover {
	padding-right: 2rem;
	opacity: 1;
}

.post-listing .masonry-grid {
	overflow: hidden;
}

.post-listing .masonry-grid .grid-sizer {
	visibility: hidden;
}

.post-listing .entry > iframe {
	margin-bottom: .75rem;
}

/* 18. Latest Instagrams */
.latest-images .image-item {
	padding-top: 1.65rem;
	padding-bottom: 1.65rem;
}

.latest-images .image-item a:before {
	content: '\F208';
}

.no-instagram-section #content {
	padding-bottom: 0;
}

.no-instagram-section .latest-news {
	margin-bottom: 0;
}

/* 19. Team */
.team article {
	padding-top: 1.7rem;
}

.team .entry-title {
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-bottom: .5rem;
	text-transform: none;
}

@media (max-width: 991px) {
	.team .entry-title {
		margin-top: .8rem;
	}
}

.team .entry-image a:before {
	content: '\F208';
}

.team .entry-content p,
.team .entry-meta {
	margin-bottom: .8rem;
}

.team .entry-content .social-navigation {
	margin-bottom: 20px;
}

.team .entry-content .social-navigation {
	position: relative;
	left: -8px;
}

@media (min-width: 1200px) {
	.team .entry-title,
	.team .entry-content,
	.team .entry-meta {
		padding-left: 10px;
		padding-right: 30px;
	}
}

/* 20. Pagination */
.pagination,
.woocommerce-pagination {
	margin-top: 1.65rem;
}

.pagination-load-more {
	text-align: center;
}

/* 21. Meta entry */
.entry-meta {
	font-size: 1.2rem;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0;
	margin: 0 0 1.2rem 0;
}

.default-theme-fonts .entry-meta {
	font-family: "Oswald", serif;
}

.featured-content .entry-meta {
	margin-bottom: 0;
}

.team .entry-meta span:before,
.entry-meta .posted-on:before,
.entry-meta .tags:before {
	content: "\002f\002f";
	margin-left: .3em;
	margin-right: .3em;
	opacity: .2;
}

.team .entry-meta span:first-child:before,
.entry-meta .posted-on:first-child:before {
	content: none;
}

.team .entry-meta span,
.entry-meta a,
.entry-meta a:hover {
	color: inherit;
	opacity: .8;
}

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

.entry-meta .tags a:before {
	content: '\0023';
}

.entry-meta .avatar {
	position: relative;
	top: .3rem;
	line-height: 1rem;
	margin-right: .5rem;
	vertical-align: -50%;
	border-radius: 50%;
}

.page-links ~ .edit-link {
	display: inline-block;
	margin-top: 1em;
}

.page-links {
	border-top: 2px solid #262626;
	border-top: 2px solid rgba(38, 38, 38, .1);
	clear: both;
	padding-top: 1.25em;
	text-align: left;
}

.page-links a,
.page-links > span {
	display: inline-block;
	line-height: 1;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
	width: 2em;
}

.page-links > span.page-number {
	opacity: .5;
}

.page-links .page-links-title {
	width: auto;
}

.page-links .page-links-title:after {
	content: ":";
}

.entry-content .page-links a {
	text-decoration: none;
}

.post-password-form label {
	display: inline-block;
}

.post-password-form input[type=password] {
	margin-bottom: .25rem;
}

/* 22. Episode timeline */
.timeline-box {
	margin-bottom: 1.8rem;
	padding: 1.3rem 1.5rem;
	background-color: #f6f6f6;
	background-color: rgba(38, 38, 38, .05);
	border: 2px solid #262626;
	border-radius: 3px;
}

.timeline-box .timeline-title {
	margin-bottom: .5rem;
}

.timeline-box p {
	margin-bottom: 0;
	padding: .5rem 0;
	border-bottom: 2px solid #262626;
	border-bottom: 2px solid rgba(38, 38, 38, .1);
}

.timeline-box p:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.timeline-box .timeline-inside-text {
	display: block;
}

@media (min-width: 480px) {
	.timeline-box p {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.timeline-box .timeline-inside-text {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.timeline-box .timeline-inside-link {
		-ms-flex: 0 0 3.8rem;
		-webkit-box-flex: 0;
		flex: 0 0 3.8rem;
		min-width: 3.8rem;
	}
}

/* 23. Share widget */
.share-entry {
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding-top: 2rem;
	border-top: 2px solid #262626;
	border-top: 2px solid rgba(38, 38, 38, .1);
}

.share-entry .share-title {
	margin-bottom: 0;
}

.share-entry .share-links {
	margin-left: -.3rem;
}

@media (min-width: 480px) {
	.share-entry .share-title,
	.share-entry .share-links {
		display: inline-block;
	}

	.share-entry .share-links {
		margin-left: .3rem;
		margin-bottom: 0;
	}
}

.share-entry .share-links a {
	display: inline-block;
	width: 2rem;
	padding: .3rem;
	margin: 0 .3rem;
	text-align: center;
	text-decoration: none;
	color: inherit;
}

.share-entry .share-links a:hover,
.share-entry .share-links a:focus {
	color: #cc00aa;
}

.share-entry .share-links a .mdi:before {
	font-size: 24px;
}

.share-entry .categories {
	margin-top: 1rem;
}

@media (min-width: 992px) {
	.share-entry .categories {
		margin-top: 0;
		text-align: right;
	}

	.share-entry .categories a {
		margin: .2rem 0 .5rem .2rem;
	}
}

/* 24. Meta categories */
.categories a {
	display: inline-block;
	background-color: #cc00aa;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	margin: 0 0.5rem .5rem 0;
	padding: .4rem 1.4rem;
	border-radius: 3px;
}

.categories a,
.categories a:hover {
	color: #ffffff;
}

.categories span {
	display: none;
}

/* 25. Tagcloud widget */
.tagcloud {
	font-size: .9rem;
}

.tagcloud a {
	display: inline-block;
	padding: .2em .5em;
	margin: 0 .2em .5em;
	background-color: #efefef;
	color: inherit;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: color .2s, background-color .2s;
	-o-transition: color .2s, background-color .2s;
	transition: color .2s, background-color .2s;
}

@media (min-width: 1200px) {
	.tagcloud a {
		padding: .4em .9em;
	}
}

.tagcloud a:hover,
.tagcloud a:focus {
	background-color: #262626;
	color: #ffffff;
}

.tagcloud a:before {
	content: '#';
	opacity: .5;
}

/* 26. Author box */
.author-box {
	margin-top: 2rem;
	margin-bottom: 2.5rem;
	padding-top: 2.5rem;
	border-top: 2px solid #262626;
	border-top: 2px solid rgba(38, 38, 38, .1);
}

.author-box-image img {
	width: 100%;
}

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

.author-box .author-box-title {
	margin-bottom: 1rem;
}

.author-box.no-description .author-box-title {
	margin-bottom: 0;
}

/* 27. Content Pagination */
.navigation {
	position: relative;
}

.navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	word-wrap: break-word;
	font-weight: 700;
}

.navigation .nav-previous,
.navigation .nav-next {
	margin: 0;
	text-align: center;
	width: 50%;
}

.navigation .nav-previous a,
.navigation .nav-next a {
	display: block;
	padding: 1.5em 1.5em 3em;
}

.navigation .nav-previous a:hover,
.navigation .nav-next a:hover,
.navigation .nav-previous a:focus,
.navigation .nav-next a:focus {
	text-decoration: none;
}

.navigation .nav-next {
	margin-left: auto;
}

.navigation .nav-link-label {
	font-size: 1.3rem;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.post-navigation .nav-links {
	display: block;
	padding: 0.8em 0;
}

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

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
	padding: .8em 0;
}

.comment-navigation,
.posts-navigation {
	margin-bottom: 1em;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a {
	display: block;
	padding: .5em 0;
	white-space: nowrap;
	text-transform: uppercase;
	line-height: 2rem;
}

.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.comment-navigation .nav-previous a:after,
.posts-navigation .nav-previous a:after,
.comment-navigation .nav-next a:before,
.posts-navigation .nav-next a:before,
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before {
	font-size: 1.8rem;
	position: relative;
}

.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:after,
.comment-navigation .nav-next a:before,
.comment-navigation .nav-previous a:before {
	top: .325rem;
}

.posts-navigation .nav-next a:after,
.posts-navigation .nav-previous a:after,
.posts-navigation .nav-next a:before,
.posts-navigation .nav-previous a:before {
	top: .325rem;
}

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

.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after {
	content: "\F142";
	margin-left: .3em;
}

.comment-navigation .nav-next a:before,
.posts-navigation .nav-next a:before {
	display: none;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
	text-align: left;
}

.comment-navigation .nav-previous a:after,
.posts-navigation .nav-previous a:after {
	display: none;
}

.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before {
	content: "\F141";
	margin-right: .3em;
}

@media (min-width: 480px) {
	.post-navigation .nav-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
	}

	.post-navigation .nav-links:after {
		background-color: #262626;
		background-color: rgba(38, 38, 38, .1);
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 2px;
	}

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

	.post-navigation .nav-links .nav-previous a,
	.post-navigation .nav-links .nav-next a {
		padding: 1.5em 3em;
	}

	.comment-navigation:after,
	.posts-navigation:after {
		border-top: 2px solid #262626;
		border-top: 2px solid rgba(38, 38, 38, .1);
		content: "";
		display: block;
		margin-left: -50px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: 2px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100px;
	}

	.comment-navigation .nav-next,
	.posts-navigation .nav-next {
		padding-left: 5.5em;
		text-align: left;
	}

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous {
		padding-right: 5.5em;
		text-align: right;
	}
}

/* 28. Post next/prev navigation */
.post-controls {
	margin-top: 2rem;
	margin-bottom: 2.5rem;
	padding-top: 2.5rem;
	border-top: 2px solid #262626;
	border-top: 2px solid rgba(38, 38, 38, .1);
}

.post-controls .next-post h5 {
	margin-bottom: 0;
}

.post-controls a[rel="prev"],
.post-controls a[rel="next"] {
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.post-controls .prev-post {
		text-align: right;
	}

	.post-controls .prev-post h5 {
		margin-bottom: 0;
	}
}

/* 29. Comments */
#comments {
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding-top: 2rem;
	border-top: 2px solid #262626;
	border-top: 2px solid rgba(38, 38, 38, .1);
}

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

.comment-list li {
	margin-bottom: 0;
}

.comment-list .comment-body {
	padding: 1rem 0;
}

.comment-list > li:first-child > .comment-body {
	padding-top: 0;
}

.comment-list .comment-author-avatar {
	display: none;
}

@media screen and (min-width: 783px) {
	.comment-list .comment-author-avatar {
		display: block;
		float: left;
		width: 20%;
		padding-right: 2rem;
		max-width: 100px;
	}

	.comment-list .depth-2 .comment-author-avatar {
		width: 15%;
		max-width: 80px;
	}

	.comment-list .comment-author-avatar img {
		display: block;
	}

	.comment-list .comment-content-wrapper {
		float: left;
		width: 80%;
	}

	.comment-list .depth-2 .comment-content-wrapper {
		width: 85%;
	}
}

.comment-list .comment-meta {
	margin-bottom: .75rem;
}

.comment-list .comment-meta a {
	text-decoration: none;
}

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

.comment-list .children .comment-body {
	border-left: 2px solid #ddd;
	padding-left: 1.25em;
	margin-bottom: 1.65rem;
}

@media screen and (min-width: 783px) {
	.comment-list .children .comment-body {
		border-left: 0;
	}
}

.comment-list .comment-date a {
	text-transform: uppercase;
	font-size: .9rem;
}

.comment-list .comment-author h6 {
	display: inline-block;
	text-transform: none;
	margin-bottom: .5rem;
}

.comment-list .bypostauthor .comment-author h6 a {
	background-color: #444;
	color: #fff;
	padding-left: .2rem;
	padding-right: .2rem;
}

.comment-list .comment-date {
	line-height: 1rem;
	margin-bottom: .5rem;
}

.comment-list .reply a {
	border: 1px solid #ddd;
	display: inline-block;
	font-size: .9rem;
	padding: .4rem .8rem;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	background-color: #fafafa;
	text-decoration: none;
}

.comment-list .reply a ~ a {
	border-left-width: 0;
}

.comment-content {
	word-wrap: break-word;
	margin-bottom: 1.65rem;
}

.commentlist .comment-content > ul {
	margin-bottom: 1.5rem;
}

.comment-content hr {
	clear: both;
}

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

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

#comments .no-comments {
	font-weight: bolder;
}

.comment-form label {
	display: block;
}

.comment-form .comment-form-cookies-consent label {
	display: inline-block;
}

.comment-form input {
	max-width: 100%;
}

.comment-list .comment-reply-title small {
	float: right;
	font-size: inherit;
	opacity: .6;
}

.comment-form .comment-form-comment {
	margin-bottom: 0;
}

.comment-list .pingback strong {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
}

.comment-list .pingback strong + a {
	padding-left: 1rem;
	padding-right: 1rem;
}

.comment-list .pingback .comment-edit-link {
	color: inherit;
}

.comment-list ~ .comment-respond {
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding-top: 2rem;
	border-top: 2px solid #262626;
	border-top: 2px solid rgba(38, 38, 38, .1);
}

.comment-list .comment-respond {
	padding-left: 6.5em;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-comment {
	margin-bottom: 0;
}

@media (min-width: 480px) {
	.comment-respond .comment-form-author {
		float: left;
		width: 50%;
		padding-right: .75rem;
	}

	.comment-respond .comment-form-email {
		float: right;
		width: 50%;
		padding-left: .75rem;
	}

	.comment-respond .comment-form-comment textarea {
		clear: both;
	}

	.comment-respond .comment-form-comment textarea {
		max-width: 100%;
	}
}

/* 30. Footer */
#footer {
	text-align: center;
	position: relative;
}


.footer-sticky #footer {
	position: fixed;
	z-index: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}

#footer .widget,
#footer .social-navigation {
	margin-bottom: 1.625em;
}

@media (min-width: 992px) {
	#footer .widget {
		padding-left: 3em;
		padding-right: 3rem;
	}
}

#footer .copyright p:last-child {
	margin-bottom: 0;
}

#footer .copyright .separator {
	display: block;
}

@media (min-width: 576px) {
	#footer .copyright .separator {
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
		width: 20px;
		height: 2px;
		background-color: #262626;
		background-color: rgba(38, 38, 38, .1);
		vertical-align: .25em;
	}

	#footer .copyright .separator {
		margin-left: 20px;
		margin-right: 20px;
		width: 30px;
	}
}

/* 31. Editor blocks */
.wp-block-separator {
	background-color: #262626;
	background-color: rgba(38, 38, 38, .1);
}

body .wp-block-separator,
body .wp-block-separator.is-style-wide {
	height: 2px;
}

.wp-block-separator:not(.is-style-wide) {
	max-width: 100px;
}

body .wp-block-separator.is-style-dots {
	height: 0;
	border-bottom: 2px dotted #262626;
	border-bottom: 2px dotted rgba(38, 38, 38, .1);
	background-color: transparent;
}

body .wp-block-separator.is-style-dots:before {
	content: none;
}

.wp-block-pullquote,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border-top: 0;
	border-bottom: 0;
	padding: 0 2em;
	text-align: inherit;
}

.wp-block-pullquote > p,
.wp-block-quote > p {
	font-size: inherit;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 2.4rem;
	letter-spacing: 0;
	font-style: normal;
}

.wp-block-quote > p:last-of-type,
.wp-block-pullquote > p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quote cite,
.wp-block-pullquote cite,
.wp-block-quote footer,
.wp-block-pullquote footer {
	color: inherit;
	font-size: 1.4rem;
	text-transform: none;
	margin-top: .625em;
}

.wp-block-button .wp-block-button__link {
	border-radius: 3px;
}

.wp-block-cover-image {
	width: auto;
}

.wp-block-video {
	margin-bottom: 1.65em;
}

.alignfull.wp-block-cover-image.has-parallax {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: auto;
	max-width: 1000%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: center;
}

.default-theme-fonts .wp-block-cover .wp-block-cover-text,
.default-theme-fonts .wp-block-cover-image .wp-block-cover-image-text,
.default-theme-fonts .wp-block-cover-image h2 {
	font-family: "Oswald", serif;
}

.wp-block-image {
	margin-bottom: 1.65em;
}

.wp-block-image.alignwide {
	max-width: none;
}

.wp-block-embed,
.wp-block-embed iframe {
	width: 100%;
}

.wp-block-gallery {
	margin-top: -8px;
	margin-bottom: 1.3em;
}

.wp-block-gallery.alignfull .blocks-gallery-item {
	margin: 0;
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	max-width: 1000%;
}

.single.has-sidebar .alignfull {
	margin-left: 0;
	margin-right: 0;
	width: auto;
	max-width: 100%;
}

.alignfull img {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.alignwide {
		margin-left: -20px;
		margin-right: -20px;
	}

	.single.has-sidebar .alignwide {
		margin-left: 0;
		margin-right: 0;
	}

	.single.has-sidebar .wp-block-gallery.alignwide {
		margin-left: -8px;
		margin-right: -8px;
	}
}

@media screen and (min-width: 1280px) {
	.alignwide {
		margin-left: -80px;
		margin-right: -80px;
	}
}
