/*
Theme Name: Castpod
Theme URI: http://themeforest.net/user/liviu_cerchez/portfolio
Version: 1.3.6
Author: liviu_cerchez
Author URI: http://themeforest.net/user/liviu_cerchez
Description: Fully responsive unique theme that looks great on any device.
Tags: one-column, two-columns, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, rtl-language-support, 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: castpod


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.


Default Color Scheme
~~~~~~~~~~~~~~~~~~~~
1. #ff3b3f - Pinkish Red
2. #caebf2 - Light Turquoise
3. #efefef - Ligher Grey


Table of contents
~~~~~~~~~~~~~~~~~
 1. Reset
 2. Typography
 3. Site elements
 4. Form elements
 5. Contact Form 7
 6. WP Forms
 7. MailChimp for WordPress
 8. Table
 9. Mouse selected text
10. Header section
11. Logo
12. Primary menu
13. Content
14. Featured area
15. MediaElement.js Player
16. Archive, Listing Template
17. Single post
18. Comments
19. Widgets
20. Footer section
21. Media queries
22.   Webkit scrollbar query
23.   Adjust admin bar query
24.   Large mobile query (480px)
25.   Small tablet query (768px)
26.   Large tablet query (992px)
27.   Desktop query (1200px)
28.   Larger desktop query (1320px)
29.   Print query

*/

/* 1. Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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

audio,
video,
canvas {
	display: inline-block;
}

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

/*csslint universal-selector: false*/
*,
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 2. Typography */
html {
	background-color: #fff;
}

html,
body {
	height: 100%;
	width: 100%;
}

body {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 87.52%;
	line-height: 1.6875;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0.1);
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
	-epub-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

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

h1 {
	font-size: 3em;
	font-weight: 600;
	letter-spacing: -0.05em;
	line-height: 0.9em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2.25em;
	font-weight: 600;
	letter-spacing: -0.05em;
	line-height: 1.1875em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.8em;
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 1.25em;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 0.75em;
}

h5,
h6 {
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-transform: uppercase;
	margin-bottom: 1.25em;
}

h5 {
	opacity: 0.7;
}

h6 {
	opacity: 0.5;
}

p,
ol,
ul,
pre,
form,
figure {
	font-size: 1em;
	line-height: 2em;
	margin-bottom: 1.5em;
}

p:empty {
	margin-bottom: 0;
}

ul {
	list-style: square outside none;
	padding-left: 1.2em;
}

ol {
	list-style: decimal outside none;
	padding-left: 1.2em;
}

ul li,
ol li {
	margin-left: 1.2em;
}

li ul,
li ol {
	margin: 0;
	padding-left: 0;
}

.circle {
	list-style-type: circle;
}

.disc {
	list-style-type: disc;
}

.upper-roman {
	list-style-type: upper-roman;
}

.lower-roman {
	list-style-type: lower-roman;
}

.upper-alpha {
	list-style-type: upper-alpha;
}

.lower-alpha {
	list-style-type: lower-alpha;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

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

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

blockquote {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.5em;
	position: relative;
	padding: 1.5em 1.5em 1.5em 3em;
	margin: 0 0 1.1em;
	quotes: none;
	background-color: #efefef;
}

blockquote:before {
	position: absolute;
	top: 1em;
	left: 0.6em;
	content: '\f10e';
	font: normal normal normal 1.5em/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

blockquote:after {
	content: '';
}

blockquote p {
	line-height: inherit;
	margin-bottom: 0.5em;
}

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

blockquote cite {
	display: block;
	font-size: 0.75em;
	font-weight: 400;
	margin-top: 0.5em;
	opacity: 0.5;
}

dl,
dd,
address {
	margin-bottom: 1.5em;
}

dt {
	font-size: 1.1em;
	font-weight: 500;
}

acronym,
q,
var {
	font-weight: 500;
}

abbr[title] {
	cursor: help;
}

dfn,
var {
	font-style: italic;
}

ins {
	background-color: #fffad4;
	padding: 0.1em 0.35em;
	text-decoration: none;
}

mark {
	background-color: #000;
	color: #fff;
	padding: 0.1em 0.35em;
}

pre,
code {
	background-color: #f8f8f8;
	background-color: rgba(0, 0, 0, 0.02);
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace, monospace;
}

pre {
	padding: 0.75em 1em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

pre code {
	background-color: transparent;
	border: 0;
	display: block;
	padding: 0;
}

sub,
sup {
	font-size: 0.8em;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

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

/* 3. Site elements */
a {
	color: #ff3b3f;
	text-decoration: none;
}

a:focus {
	outline: 2px solid #ddd;
	outline: 2px solid rgba(0, 0, 0, 0.1);
}

a:hover {
	text-decoration: underline;
}

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

a img {
	border: 0;
}

img.round {
	border-radius: 100%;
}

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

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

/*csslint important:false*/
.no-bottom {
	margin-bottom: 0 !important;
}

.margin-top {
	margin-top: 1.5em;
}

.double-margin-top {
	margin-top: 3em;
}

.double-margin-bottom {
	margin-bottom: 3em;
}

.alignleft {
	float: left;
	margin: 0.375em 1.5em 1.5em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.5em 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.5em;
}

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

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

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

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

.text-nowrap {
	white-space: nowrap;
}

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

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

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

.text-big-italic {
	font-size: 1.2em;
	font-style: italic;
}

.text-grey {
	color: #999;
}

.text-color-primary {
	color: #ff3b3f;
}

.text-color-secondary {
	color: #caebf2;
}

.text-color-tertiary {
	color: #efefef;
}

.background-color-primary {
	background-color: #ff3b3f;
}

.background-color-secondary {
	background-color: #caebf2;
}

.background-color-tertiary {
	background-color: #efefef;
}

.fa-ul {
	margin-left: 0;
	padding-left: 1.2em;
}

.fa-ul .fa-li {
	left: -2.1em;
	margin-top: -0.6em;
	top: 1em;
	width: 2.1em;
}

.fa-li:before {
	color: #999;
	color: rgba(0, 0, 0, 0.5);
}

.fa-colored:before {
	color: #ff3b3f;
}

/*csslint important:false*/
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

.tagcloud {
	font-size: 0.85em;
	margin-bottom: 1.5em;
}

.gallery {
	margin: 0 -1.1666667% 1.5em;
	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-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;
}

.gallery .gallery-caption {
	margin-left: 0;
}

.wp-caption {
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 1.5em;
	max-width: 100%;
	padding: 0.25em;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
}

.wp-caption .wp-caption-text,
.gallery-item .gallery-caption {
	font-size: 0.9em;
	margin: 0;
	padding: 0.3em 2px 0.2em;
}

.gallery-item .gallery-caption {
	line-height: 1.3em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.wp-caption .wp-caption-text {
	padding-bottom: 0;
}

.wp-caption dd {
	margin-bottom: 0;
}

.wp-video,
.mejs-container {
	margin-bottom: 1.5em;
}

.mejs-container {
	max-width: 100%;
}

.responsive-embed {
	background-color: #f5f5f5;
	background-color: rgba(0, 0, 0, 0.02);
	height: 0;
	margin-bottom: 1.5em;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.aspect-ratio-4-3 {
	padding-bottom: 75%;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video,
.responsive-embed embed,
.responsive-embed img,
.responsive-embed .map {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

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

hr,
.sep {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #eee;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	height: 0;
	line-height: 1;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	text-align: center;
}

hr-small-margin,
.sep-small-margin {
	margin-bottom: 1em;
	margin-top: 1em;
}

hr {
	-moz-box-sizing: content-box;
}

.sep-vertical {
	background-color: #efefef;
	display: inline-block;
	height: 2em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	position: relative;
	top: 0.7em;
	width: 2px;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.clearfix:after,
.container:after,
.gallery:after,
.post-list:after {
	content: "";
	display: table;
	clear: both;
}

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

.text-center twitterwidget.twitter-tweet,
.text-center blockquote.twitter-tweet {
	margin-left: auto;
	margin-right: auto;
	max-width: none;
}

/* csslint important: false */
.text-center .twitter-tweet-rendered {
	max-width: 520px !important; /* no other choice but to use !important */
}

/* 4. Form elements */
form {
	margin-bottom: 1.5em;
}

label,
legend {
	display: block;
	font-size: 0.9em;
	font-weight: 500;
}

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],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	background-color: transparent;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 2px solid #ccc;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	color: #000;
	font-family: inherit;
	font-size: 14px;
	line-height: normal;
	margin: 0 0 1em;
	max-width: 100%;
	outline: none;
	padding: 0.75em;
	-webkit-transition: color 0.2s, border-color 0.2s;
	transition: color 0.2s, border-color 0.2s;
	vertical-align: baseline;
	width: 100%;
}

input[type=text].underline,
input[type=password].underline,
input[type=email].underline,
input[type=search].underline,
input[type=date].underline,
input[type=month].underline,
input[type=week].underline,
input[type=time].underline,
input[type=datetime].underline,
input[type=datetime-local].underline,
input[type=number].underline,
input[type=range].underline,
input[type=tel].underline,
input[type=url].underline,
textarea.underline,
select.underline {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	padding-left: 0;
	padding-right: 0;
}

input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=time]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=number]:hover,
input[type=range]:hover,
input[type=tel]:hover,
input[type=url]:hover,
textarea:hover,
select:hover {
	border-color: #999;
	border-color: rgba(0, 0, 0, 0.3);
}

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=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,
textarea:focus,
select:focus {
	border-color: #000;
}

input[type=text]:focus:invalid,
input[type=password]:focus:invalid,
input[type=email]:focus:invalid,
input[type=search]:focus:invalid,
input[type=date]:focus:invalid,
input[type=month]:focus:invalid,
input[type=time]:focus:invalid,
input[type=datetime]:focus:invalid,
input[type=datetime-local]:focus:invalid,
input[type=number]:focus:invalid,
input[type=range]:focus:invalid,
input[type=tel]:focus:invalid,
input[type=url]:focus:invalid,
textarea:focus:invalid {
	border-color: #f2320c;
}

input:invalid,
textarea:invalid {
	box-shadow: none;
}

input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: 0.5;
}

input[type=checkbox],
input[type=radio] {
	display: inline;
	padding: 0;
	vertical-align: middle; 
}

label.checkbox,
label.radiobox {
	margin-bottom: 1em;
}

select {
	background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzN3B4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDM3IDUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM3IDUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0yMC4yMzMzMzM1ODc2NDY0ODQsNSBMMTYuNzMzMzMzNTg3NjQ2NDg0LDAgaDcgTDIwLjIzMzMzMzU4NzY0NjQ4NCw1IHoiLz48L3N2Zz4) no-repeat 100% 50%;
	padding-right: 2.2em;
}

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

textarea {
	min-height: 6.3em;
	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: #aaa;
	color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
	color: #aaa;
	color: rgba(0, 0, 0, 0.4);
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #aaa;
	color: rgba(0, 0, 0, 0.4);
}

button,
input[type=submit],
input[type=reset],
input[type=button],
.button,
.pagination .page-numbers,
.page-links .page-number,
.woocommerce-pagination .page-numbers {
	display: inline-block;
	padding: 1em 1.25em;
	line-height: normal;
	margin: 0 0.5em 1em 0;
	border: 2px solid #000;
	font-family: "Montserrat", sans-serif;
	font-size: 1em;
	font-weight: 500;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
	background: none;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	background-color: transparent;
	color: #000;
	cursor: pointer;
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
	transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.social-link {
	display: inline-block;
	width: 2.8em;
	height: 2.8em;
	line-height: 2.8em;
	padding: 0;
	margin: 0.1em 0.2em 0.35em 0;
	font-size: 1.2em;
	text-align: center;
	border: 2px solid #000;
}

button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:focus,
.button:hover,
.button:focus,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus,
.page-links .page-number:hover,
.page-links .page-number:focus,
.woocommerce-pagination .page-numbers:hover,
.woocommerce-pagination .page-numbers:focus {
	color: rgba(0, 0, 0, 0.7);
	border-color: rgba(0, 0, 0, 0.7);
}

button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
.button:active,
.pagination .page-numbers:active,
.page-links .page-number:active,
.woocommerce-pagination .page-numbers:active {
	color: #000;
	border-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
}

button.white,
input[type=submit].white,
input[type=reset].white,
input[type=button].white,
.button.white,
.featured-area-light-colors .featured-area .button:not(.grey):not(.filled) {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}

button.white:hover,
button.white:focus,
input[type=submit].white:hover,
input[type=submit].white:focus,
input[type=reset].white:hover,
input[type=reset].white:focus,
input[type=button].white:hover,
input[type=button].white:focus,
.button.white:hover,
.button.white:focus,
.featured-area-light-colors .featured-area .button:not(.grey):not(.filled):hover,
.featured-area-light-colors .featured-area .button:not(.grey):not(.filled):focus {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.5);
}

button.white:active,
input[type=submit].white:active,
input[type=reset].white:active,
input[type=button].white:active,
.button.white:active,
.featured-area-light-colors .featured-area .button:not(.grey):not(.filled):active {
	background-color: rgba(255, 255, 255, 0.1);
}

button.grey,
input[type=submit].grey,
input[type=reset].grey,
input[type=button].grey,
.button.grey,
.pagination .page-numbers.current,
.woocommerce-pagination .page-numbers.current {
	color: #999;
	border-color: #999;
}

button.underline,
input[type=submit].underline,
input[type=reset].underline,
input[type=button].underline,
.button.underline,
.page-links .page-number {
	border-left: 0;
	border-top: 0;
	border-right: 0;
	padding: 0.3em 0;
	margin-right: 0.75em;
	letter-spacing: 0.1em;
	font-size: 0.9em;
}

button.filled,
input[type=submit].filled,
input[type=reset].filled,
input[type=button].filled,
.button.filled {
	color: #fff;
	border-color: #ff3b3f;
	background-color: #ff3b3f;
}

button.filled:hover,
button.filled:focus,
button.filled:active,
input[type=submit].filled:hover,
input[type=submit].filled:focus,
input[type=submit].filled:active,
input[type=reset].filled:hover,
input[type=reset].filled:focus,
input[type=reset].filled:active,
input[type=button].filled:hover,
input[type=button].filled:focus,
input[type=button].filled:active,
.button.filled:hover,
.button.filled:focus,
.button.filled:active {
	border-color: #ff3b3f;
	background-color: #ff3b3f;
}

body button.filled:hover,
body button.filled:focus,
body button.filled:active,
body input[type=submit].filled:hover,
body input[type=submit].filled:focus,
body input[type=submit].filled:active,
body input[type=reset].filled:hover,
body input[type=reset].filled:focus,
body input[type=reset].filled:active,
body input[type=button].filled:hover,
body input[type=button].filled:focus,
body input[type=button].filled:active,
body .button.filled:hover,
body .button.filled:focus,
body .button.filled:active {
	border-color: rgba(255, 255, 255, 0.25);
}

button.filled:hover,
input[type=submit].filled:hover,
input[type=reset].filled:hover,
input[type=button].filled:hover,
.button.filled:hover {
	color: rgba(255, 255, 255, 0.75);
}

button.filled.grey,
input[type=submit].filled.grey,
input[type=reset].filled.grey,
input[type=button].filled.grey,
.button.filled.grey {
	color: #000;
	border-color: #efefef;
	background-color: #efefef;
}

button.filled.grey:hover,
button.filled.grey:focus,
button.filled.grey:active,
input[type=submit].filled.grey:hover,
input[type=submit].filled.grey:focus,
input[type=submit].filled.grey:active,
input[type=reset].filled.grey:hover,
input[type=reset].filled.grey:focus,
input[type=reset].filled.grey:active,
input[type=button].filled.grey:hover,
input[type=button].filled.grey:focus,
input[type=button].filled.grey:active,
.button.filled.grey:hover,
.button.filled.grey:focus,
.button.filled.grey:active {
	border-color: #efefef;
	background-color: #efefef;
}

body button.filled.grey:hover,
body button.filled.grey:focus,
body button.filled.grey:active,
body input[type=submit].filled.grey:hover,
body input[type=submit].filled.grey:focus,
body input[type=submit].filled.grey:active,
body input[type=reset].filled.grey:hover,
body input[type=reset].filled.grey:focus,
body input[type=reset].filled.grey:active,
body input[type=button].filled.grey:hover,
body input[type=button].filled.grey:focus,
body input[type=button].filled.grey:active,
body .button.filled.grey:hover,
body .button.filled.grey:focus,
body .button.filled.grey:active {
	border-color: rgba(0, 0, 0, 0.1);
}

button.filled.grey:hover,
input[type=submit].filled.grey:hover,
input[type=reset].filled.grey:hover,
input[type=button].filled.grey:hover,
.button.filled.grey:hover {
	color: rgba(0, 0, 0, 0.5);
}

.pagination .page-numbers:last-child,
.page-links .page-number:last-child,
.woocommerce-pagination .page-numbers:last-child {
	margin-right: 0;
}

.page-links .page-number {
	margin-bottom: 0;
}

button {
	background-color: transparent;
}

.button,
.button:hover,
.button:visited {
	text-decoration: none;
}

input[type=submit],
input[type=reset],
input[type=button] {
	background-color: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: 0;
}

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

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

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: 0.9em;
	line-height: 1;
	color: #f2320c;
	margin-top: 0.5em;
}

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

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

div.wpcf7 p {
	margin-bottom: 0;
}

div.wpcf7 .wpcf7-text,
div.wpcf7 .wpcf7-textarea,
div.wpcf7 .wpcf7-select {
	margin-bottom: 0;
}

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

div.wpcf7 .wpcf7-form-control-wrap {
	margin-bottom: 1.5em;
}

/* 6. WP Forms */
.wpforms-form .wpforms-field input,
.wpforms-form .wpforms-field select,
.wpforms-form .wpforms-field textarea {
	margin-bottom: 0;
}

.wpforms-container .wpforms-field input.wpforms-error,
.wpforms-container .wpforms-field textarea.wpforms-error,
.wpforms-container .wpforms-field select.wpforms-error {
	border: 2px solid #f2320c;
}

.wpforms-container label.wpforms-error {
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1;
	color: #f2320c;
	margin-top: 0.5em;
}

.wpforms-confirmation-container p {
	margin: 0.5em 0 0;
	padding: 0.5em 1em;
	background-color: #defcca;
	border: 2px solid #95f8a5;
	font-weight: 500;
}

/* 7. MailChimp for WordPress */
.mc4wp-form .mc4wp-alert,
.mc4wp-form .mc4wp-error {
	padding: 0.5em 1em;
	background-color: #fffad4;
	border: 2px solid #fcf08d;
	font-weight: 500;
}

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

.mc4wp-form .one-line input {
	display: inline-block;
	margin: 0;
}

.mc4wp-form .one-line input[type=email] {
	width: 180px;
}

.mc4wp-form .one-line input[type=submit] {
	position: relative;
	top: -1px;
}

/* 8. Table */
table {
	width: 100%;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

table caption {
	padding: 0 0 0.4em;
	border: 0;
	font-weight: 700;
	text-align: left;
}

table th {
	position: relative;
	padding: 0.6em 0.4em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: 400;
	text-align: left;
	vertical-align: bottom;
}

table tfoot td {
	position: relative;
	padding: 0.6em 0.4em;
	border-top: 1px solid #000;
}

table tbody td {
	padding: 0.4em;
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

table tbody tr:last-child th,
table tbody tr:last-child td {
	border-bottom: 0;
}

table tbody + tbody {
	border-top: 2px solid #000;
}

/* 10. Header section */
.admin-bar #top {
	padding-top: 46px;
}

#top {
	background-color: #fff;
}

#top > .container {
	padding-left: 0;
	padding-right: 0;
}

#top .featured-area .container {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}

.featured-area-size-big #top .featured-area .container {
	padding-top: 4em;
	padding-bottom: 4em;
}

.featured-area-size-square #top .featured-area .container {
	padding-top: 0;
	padding-bottom: 100%;
	height: 0;
}

/* 11. Logo */
.site-title {
	text-align: center;
	padding: 50px 30px;
	background-color: #ff3b3f;
}

.no-logo-background .site-title {
	background-color: transparent;
}

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

.site-title h1 a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	max-width: 100%;
}

.no-logo-background .site-title h1 a {
	color: #000;
}

.customize-partial-edit-shortcuts-shown .site-title h1 a {
	position: relative;
}

.customize-partial-edit-shortcuts-shown .site-title h1 a .customize-partial-edit-shortcut {
	right: -35px;
}

.customize-partial-edit-shortcuts-shown .site-title h1.text a .customize-partial-edit-shortcut {
	top: -4px;
}

.site-title h1 img {
	float: left;
}

.site-title h1.text {
	font-size: 2em;
	font-weight: 600;
	text-transform: uppercase;
}

.site-title h1.text a.customize-partial-refreshing {
	opacity: 1;
}

.customize-partial-edit-shortcuts-shown .site-title h1.text a .customize-partial-edit-shortcut {
	top: -2px;
}

.site-title .site-description {
	margin-top: 0.5em;
	margin-bottom: 0;
	line-height: 1.1em;
	color: #fff;
	color: rgba(255, 255, 255, .8);
}

.no-logo-background .site-title .site-description {
	color: #000;
	color: rgba(0, 0, 0, .8);
}

.site-title .site-description.customize-partial-refreshing {
	opacity: 1;
}

.customize-partial-edit-shortcuts-shown .site-title .site-description .customize-partial-edit-shortcut {
	right: 10%;
	margin-top: -10px;
}

.wp-custom-logo .site-title h1.text {
	display: none;
}

/* 12. Primary menu */
#site-menu {
	background-color: #ff3b3f;
}

.no-logo-background #site-menu {
	background-color: transparent;
}

.site-menu-toggle {
	display: block;
	width: 52px;
	height: 52px;
	margin: -40px auto 40px;
	padding: 15px;
}

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

.site-menu-toggle em {
	position: relative;
	display: block;
	width: 22px;
	height: 2px;
	margin: 4px 0;
	background-color: #fff;
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-o-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-transition: -o-transform 0.3s ease-in-out, background 0.3s ease-in-out, right 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out, background 0.3s ease-in-out, right 0.2s ease-in-out;
	transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, right 0.2s ease-in-out;
}

.no-logo-background .site-menu-toggle em {
	background-color: #000;
}

.site-menu-toggle em.first {
	-o-transform: translateY(0) rotate(0deg);
	-webkit-transform: translateY(0) rotate(0deg);
	-ms-transform: translateY(0) rotate(0deg);
	transform: translateY(0) rotate(0deg);
}

.site-menu-toggle em.last {
	-o-transform: translateY(0) rotate(0deg);
	-webkit-transform: translateY(0) rotate(0deg);
	-ms-transform: translateY(0) rotate(0deg);
	transform: translateY(0) rotate(0deg);
}

.open-mobile-menu .site-menu-toggle em.first {
	-o-transform: translateY(6px) rotate(45deg);
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}

.open-mobile-menu .site-menu-toggle em.middle { 
	background-color: transparent;
	background-color: #ffffff\9\0;
	-o-transition: background 0.1s ease-in-out;
	-webkit-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.no-csstransforms3d .open-mobile-menu .site-menu-toggle em.middle {
	background-color: transparent;
}

.open-mobile-menu .site-menu-toggle em.last {
	right: 0;
	-o-transform: translateY(-6px) rotate(-45deg);
	-webkit-transform: translateY(-6px) rotate(-45deg);
	-ms-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
}

#site-menu nav {
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	background: #fff;
	opacity: 0;
	-o-transition: max-height 0.3s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
	-webkit-transition: max-height 0.3s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
	transition: max-height 0.3s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.open-mobile-menu #site-menu nav {
	visibility: visible;
	max-height: 150em;
	opacity: 1;
}

.customize-partial-edit-shortcuts-shown #site-menu .customize-partial-edit-shortcut {
	right: 10%;
}

@-moz-keyframes underlineExpand {
	0% {
		opacity: 0;
		margin: 0 1.5em;
	}
	100% {
		opacity: 1;
		margin: 0;
	}
}

@-webkit-keyframes underlineExpand {
	0% {
		opacity: 0;
		margin: 0 1.5em;
	}
	100% {
		opacity: 1;
		margin: 0;
	}
}

@keyframes underlineExpand {
	0% {
		opacity: 0;
		margin: 0 1.5em;
	}
	100% {
		opacity: 1;
		margin: 0;
	}
}

#site-menu ul {
	padding-left: 0;
	margin-bottom: 0;
	font-family: inherit;
	list-style: none;
}

#site-menu ul ul {
	margin-top: 0;
}

#site-menu li {
	margin-left: 0;
	border-top: 1px solid #e1e8ed;
}

#site-menu li a {
	display: block;
	padding: 0.75em 1.5em;
	text-decoration: none;
	color: #292f33;
	font-size: 0.9375em;
}

#site-menu li.current-menu-item > a {
	background-color: #efefef;
}

#site-menu ul ul a {
	padding-left: 2.5em;
}

#site-menu ul ul ul a {
	padding-left: 3em;
}

#site-menu ul ul ul ul a {
	padding-left: 3.5em;
}

#site-menu ul ul ul ul ul a {
	padding-left: 4em;
}

#site-menu .menu-item-search {
	padding: 15px;
}

#site-menu .menu-item-search.customize-partial-refreshing {
	opacity: 1;
}

.customize-partial-edit-shortcuts-shown #site-menu .menu-item-search .customize-partial-edit-shortcut {
	right: 0;
	margin-top: 17px;
}

#site-menu .menu-item-search a {
	display: none;
}

#site-menu .menu-item-search form {
	position: relative;
	margin-bottom: 0;
	padding: 0;
	font-size: 14px;
}

#site-menu .menu-item-search input[type=search] {
	font-size: 13px;
	padding-right: 2.6em;
	margin-bottom: 0;
}

#site-menu .menu-item-search button[type=submit] {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	width: 2.1em;
	padding: 0;
	border: 0;
	margin: 0;
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	background-color: transparent;
	color: #000;
	-webkit-transition: none;
	transition: none;
}

/* 13. Content */
#content {
	background-color: #fff;
	background-repeat: repeat;
	background-position: top left;
}

.page-template-template-no-content #content,
.error404 #content,
.error404 #footer {
	display: none;
}

#content .container {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.pagination,
.page-links,
.woocommerce-pagination {
	margin-bottom: 1.5em;
	clear: left;
}

#content .pagination,
#content .woocommerce-pagination {
	text-align: center;
}

#content .pagination .page-numbers.dots,
#content .woocommerce-pagination .page-numbers.dots {
	background-color: transparent;
}

.page-links span.page-number {
	color: #999;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

.page-links a span.page-number {
	color: initial;
}

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

.featured-area-dim .featured-area .container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255,255,255,.6);
	z-index: 0;
}

.featured-area-dim.featured-area-light-colors .featured-area .container:before {
	background: rgba(0,0,0,.6);
}

#top .featured-area .inner {
	position: relative;
}

.featured-area .inner {
	text-align: center;
}

.featured-area-text-left .featured-area .inner {
	text-align: left;
}

.featured-area-text-right .featured-area .inner {
	text-align: right;
}

#top .featured-area .inner.customize-partial-refreshing {
	opacity: 1;
}

.customize-partial-edit-shortcuts-shown #top .featured-area .inner .customize-partial-edit-shortcut-featured_area_align_text {
	top: -28px;
	margin-left: 16px;
}

#top .featured-area .container {
	padding-top: 3em;
	padding-bottom: 3em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #efefef;
}

#top .featured-area .container,
#top .featured-area .container .inner {
	-webkit-transition: -webkit-transform 2s ease-in;
	transition: -webkit-transform 2s ease-in;
	-o-transition: transform 2s ease-in;
	transition: transform 2s ease-in;
	transition: transform 2s ease-in, -webkit-transform 2s ease-in;
}

#top .featured-area .container {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-animation: loadingScale1 5s ease-in-out forwards;
	animation: loadingScale1 5s ease-in-out forwards;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

#top .featured-area .container .inner {
	-webkit-transform: scale(0.95);
			-ms-transform: scale(0.95);
					transform: scale(0.95);
	-webkit-animation: loadingScale2 5s ease-in-out forwards;
					animation: loadingScale2 5s ease-in-out forwards;
	-webkit-animation-delay: 0.5s;
					animation-delay: 0.5s;
}

.featured-area-size-square #top .featured-area .container,
.featured-area-size-square #top .featured-area .container .inner {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-animation: none;
	animation: none
}

.featured-area-size-square #top .featured-area .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.featured-area-size-square #top .featured-area .flexbox-centering {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.featured-area-size-square #top .featured-area .flexbox-centering .flexbox-container {
	width: 100%;
}

@-webkit-keyframes loadingScale1 {
	from {
		-webkit-transform: scale(1.05);
						transform: scale(1.05);
	}

	to {
		-webkit-transform: scale(1);
						transform: scale(1);
	}
}

@keyframes loadingScale1 {
	from {
		-webkit-transform: scale(1.05);
						transform: scale(1.05);
	}

	to {
		-webkit-transform: scale(1);
						transform: scale(1);
	}
}

@-webkit-keyframes loadingScale2 {
	from {
		-webkit-transform: scale(0.95);
						transform: scale(0.95);
	}

	to {
		-webkit-transform: scale(1);
						transform: scale(1);
	}
}

@keyframes loadingScale2 {
	from {
		-webkit-transform: scale(0.95);
						transform: scale(0.95);
	}

	to {
		-webkit-transform: scale(1);
						transform: scale(1);
	}
}

.featured-area-size-hidden .featured-area {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	border: 0 none;
}

.featured-area-light-colors .featured-area {
	color: #fff;
}

.featured-area .container h1 {
	margin-bottom: 0;
}

.featured-area .container h2 {
	margin-bottom: 1.25em;
}

.featured-area .container h1.margin-top,
.featured-area .container h2.margin-top {
	margin-top: 1em;
}

.featured-area .container h1.small-margin-bottom,
.featured-area .container h2.small-margin-bottom {
	margin-bottom: 0.5em;
}

.featured-area .container .archive-description {
	margin-top: 1em;
}

.featured-area .container .archive-description :last-child {
	margin-bottom: 0;
}

.featured-area-text-center .featured-area p .button:last-of-type,
.featured-area-text-right .featured-area p .button:last-of-type {
	margin-right: 0;
}

.featured-area .container p:last-child {
	margin-bottom: 0;
}

/* 15. MediaElement.js Player */
.castpod-episode-player audio {
	opacity: 0;
}

.castpod-episode-player {
	height: 40px;
	margin-bottom: 1.5em;
}

.featured-area .castpod-episode-player {
	margin-bottom: 2.5em;
}

body .castpod-mejs-container {
	height: 40px;
	margin-bottom: 0;
}

body .castpod-mejs-container,
body .castpod-mejs-container .mejs-controls {
	padding: 0;
	border-color: transparent;
	background: transparent;
}

body .mejs-video.castpod-mejs-container .mejs-controls {
	background: rgba(255, 255, 255, 0.5);
}

body .castpod-mejs-container .mejs-time {
	color: #000;
	font-size: 12px;
	line-height: 9px;
}

.castpod-mejs-container .mejs-controls .mejs-time-rail {
	height: 20px;
	margin-top: 10px;
	padding: 0;
}

.castpod-mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
	width: auto;
	left: 5px;
	right: 5px;
}

.castpod-mejs-container .mejs-controls .mejs-time-slider .mejs-time-handle,
.castpod-mejs-container .mejs-controls .mejs-time-slider .mejs-time-hovered {
	visibility: hidden;
}

.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-time {
	color: #fff;
}

body .castpod-mejs-container .mejs-duration-container {
	padding-right: 2px;
}

body .mejs-video.castpod-mejs-container .mejs-duration-container {
	padding-right: 6px;
}

body .castpod-mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body .castpod-mejs-container .mejs-controls .mejs-time-rail,
body .castpod-mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: rgba(0, 0, 0, 0.1);
}

.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-controls .mejs-time-rail {
	background-color: rgba(255, 255, 255, 0.1);
}

body .castpod-mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: rgba(0, 0, 0, 0.2);
}

.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: rgba(255, 255, 255, 0.2);
}

body .castpod-mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
body .castpod-mejs-container .mejs-time-current,
body .castpod-mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
body .castpod-mejs-container .mejs-time-hovered {
	background-color: rgba(0, 0, 0, 0.5);
}

.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-time-current,
.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-time-hovered {
	background-color: rgba(255, 255, 255, 0.5);
}

body .castpod-mejs-container .mejs-time-float,
body .castpod-mejs-container .mejs-time-handle-content {
	border-color: #000;
	background-color: #000;
	border-radius: 0;
}

.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-time-float {
	border-color: #fff;
	background-color: #fff;
}

.castpod-mejs-container .mejs-time-rail {
	margin-left: 5px;
	margin-right: 5px;
}

body .castpod-mejs-container .mejs-time-float {
	color: #fff;
	margin-bottom: 6px;
	height: 16px;
}

.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-time-float {
	color: #000;
}

body .castpod-mejs-container .mejs-volume-button,
#footer .castpod-mejs-container .mejs-volume-button {
	display: none;
}

body .castpod-mejs-container .mejs-time-float,
body .castpod-mejs-container .mejs-time-float .mejs-time-float-corner {
	border-top-color: #000;
}

.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-time-float,
.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-time-float .mejs-time-float-corner {
	border-top-color: #fff;
}

body .castpod-mejs-container .mejs-playpause-button {
	width: 45px;
}

body .mejs-video.castpod-mejs-container .mejs-playpause-button,
.castpod-mejs-container .mejs-download-button,
.castpod-mejs-container .mejs-transcript-button {
	width: 40px;
}


body .castpod-mejs-container .mejs-button > button {
	background: none;
}

body .castpod-mejs-container .mejs-playpause-button > button:before,
.castpod-mejs-container .mejs-volume-button > button:before,
.castpod-mejs-container .mejs-download-button a:before,
.castpod-mejs-container .mejs-transcript-button a:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body .castpod-mejs-container .mejs-playpause-button > button,
.castpod-mejs-container .mejs-download-button a,
.castpod-mejs-container .mejs-transcript-button a {
	background: rgba(0, 0, 0, 0.1);
	margin: 0;
	width: 40px;
	height: 40px;
}

.castpod-mejs-container .mejs-volume-button {
	margin-left: 9px;
	width: 30px;
}

.castpod-mejs-container .mejs-volume-button > button {
	text-align: left;
}

.castpod-mejs-container .mejs-volume-button > .mejs-volume-slider {
	background: rgba(0, 0, 0, 0.1);
	left: 14px;
	width: 20px;
	height: 90px;
}

.castpod-mejs-container .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	background: rgba(0, 0, 0, 0.2);
	width: 10px;
	height: 80px;
	top: 5px;
}

.castpod-mejs-container .mejs-volume-button .mejs-volume-slider .mejs-volume-total .mejs-volume-current {
	background: rgba(0, 0, 0, 0.5);
}

.castpod-mejs-container .mejs-volume-button .mejs-volume-slider .mejs-volume-total .mejs-volume-handle {
	background: transparent;
	width: 10px;
	height: 10px;
}

.castpod-mejs-container .mejs-download-button,
.castpod-mejs-container .mejs-transcript-button {
	margin-left: 9px;
}

.castpod-mejs-container .mejs-download-button a,
.castpod-mejs-container .mejs-transcript-button a {
	display: block;
	position: absolute;
	text-align: center;
	-webkit-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;
}

.castpod-mejs-container .mejs-download-button a,
.castpod-mejs-container .mejs-download-button a:hover,
.castpod-mejs-container .mejs-download-button a:focus,
.castpod-mejs-container .mejs-transcript-button a,
.castpod-mejs-container .mejs-transcript-button a:hover,
.castpod-mejs-container .mejs-transcript-button a:focus {
	text-decoration: none;
}

body .castpod-mejs-container .mejs-playpause-button > button:hover,
body .castpod-mejs-container .mejs-playpause-button > button:focus,
.castpod-mejs-container .mejs-download-button a:hover,
.castpod-mejs-container .mejs-download-button a:focus,
.castpod-mejs-container .mejs-transcript-button a:hover,
.castpod-mejs-container .mejs-transcript-button a:focus {
	background: rgba(0, 0, 0, 0.2);
}

body .castpod-mejs-container .mejs-playpause-button > button:active,
.castpod-mejs-container .mejs-download-button a:active,
.castpod-mejs-container .mejs-transcript-button a:active {
	background: rgba(0, 0, 0, 0.25);
}

body.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-playpause-button > button,
body.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-volume-button > .mejs-volume-slider,
body.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-download-button a,
body.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-transcript-button a {
	background: rgba(255, 255, 255, 0.1);
}

body.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-playpause-button > button:hover,
body.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-playpause-button > button:focus,
body.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-download-button > a:hover,
body.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-download-button > a:focus,
body.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-transcript-button > a:hover,
body.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-transcript-button > a:focus,
body.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	background: rgba(255, 255, 255, 0.2);
	outline: 0;
}

body.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-playpause-button > button:active,
body.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-download-button > a:active,
body.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-transcript-button > a:active {
	background: rgba(255, 255, 255, 0.25);
}

body.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-volume-button .mejs-volume-slider .mejs-volume-total .mejs-volume-current {
	background: rgba(255, 255, 255, 0.5);
}

body .mejs-video.castpod-mejs-container .mejs-playpause-button > button {
	background: transparent;
}

body .mejs-video.castpod-mejs-container .mejs-fullscreen-button>button,
body .mejs-video.castpod-mejs-container .mejs-overlay-button {
	background: transparent;
	margin: 0;
	width: 32px;
	height: 40px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
}

body .mejs-video.castpod-mejs-container .mejs-fullscreen-button > button {
	width: 32px;
	height: 40px;
}

body .mejs-video.castpod-mejs-container .mejs-overlay-button {
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

body .mejs-video.castpod-mejs-container .mejs-overlay:hover .mejs-overlay-button {
	background: rgba(255, 255, 255, 0.75);
}

body .mejs-video.castpod-mejs-container .mejs-fullscreen-button > button:before {
	content: '\f065';
	font-size: 18px;
}

body .mejs-video.castpod-mejs-container .mejs-overlay-button:before {
	content: '\f04b';
	display: inline-block;
	font-size: 35px;
	width: 87px;
	height: 80px;
	line-height: 80px;
	text-align: center;
}

body .castpod-mejs-container .mejs-playpause-button > button:before {
	content: '\f04b';
	font-size: 18px;
	color: #000;
}

.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-playpause-button > button:before,
.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-button > button:before,
.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-download-button > a:before,
.featured-area-light-colors .featured-area .castpod-mejs-container .mejs-transcript-button > a:before {
	color: #fff;
}

body .castpod-mejs-container .mejs-playpause-button.mejs-play > button:before {
	position: relative;
	left: 1px;
}

body .castpod-mejs-container .mejs-playpause-button.mejs-pause > button:before {
	content: '\f04c';
}

.castpod-mejs-container .mejs-volume-button button:before {
	content: '\f026';
	font-size: 18px;
	color: #000;
}

.castpod-mejs-container .mejs-volume-button.mejs-mute button:before {
	content: '\f028';
}

.castpod-mejs-container .mejs-download-button a:before,
.castpod-mejs-container .mejs-transcript-button a:before {
	font-size: 18px;
	color: #000;
	line-height: 40px;
}

.castpod-mejs-container .mejs-download-button a:before {
	content: '\f019';
}

.castpod-mejs-container .mejs-transcript-button a:before {
	content: '\f0f6';
}

body .wp-playlist,
body .wp-playlist .wp-playlist-item {
	border-color: rgba(0, 0, 0, 0.1);
}

body.featured-area-light-colors .featured-area .wp-playlist,
body.featured-area-light-colors .featured-area .wp-playlist .wp-playlist-item {
	border-color: rgba(255, 255, 255, 0.1);
}

body .wp-playlist {
	background-color: rgba(0, 0, 0, 0.1);
	text-align: left;
}

body.featured-area-light-colors .featured-area .wp-playlist {
	background-color: rgba(255, 255, 255, 0.1);
}

body.featured-area-light-colors .featured-area .wp-playlist,
body.featured-area-light-colors .featured-area .wp-playlist .wp-playlist-caption,
body.featured-area-light-colors .featured-area .wp-playlist .wp-playlist-playing {
	color: #fff;
}

body .wp-playlist .wp-playlist-item-album {
	font-style: normal;
	text-transform: uppercase;
}

body .wp-playlist .wp-playlist-item-artist {
	font-size: inherit;
	font-weight: 500;
	text-transform: none;
}

body .wp-playlist .wp-playlist-tracks {
	margin-top: 10px;
}

body .wp-playlist .wp-playlist-item {
	padding: 5px 10px;
	margin-top: 5px;
}

body .wp-playlist .wp-playlist-playing {
	background-color: rgba(0, 0, 0, 0.1);
	border-color: transparent;
}

body.featured-area-light-colors .featured-area .wp-playlist .wp-playlist-playing {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: transparent;
}

body .wp-playlist .wp-playlist-item-length {
	top: 5px;
	right: 10px;
}

/* 16. Archive, Listing Template */
.post-list article {
	margin-bottom: 3em;
}

.post-list article .post-image img {
	display: block;
	width: 100%;
}

.post-list article h2 a:hover {
	color: rgba(0, 0, 0, 0.75);
	text-decoration: none;
}

.post-list article h2 a:focus {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

.post-list-default article .post-image {
	margin: 0 -15px 1em -15px;
	position: relative;
}

.post-list-default article .post-image.no-image {
	padding-top: 2em;
}

.post-list-default article .post-image h2 {
	font-size: 1.5em;
	letter-spacing: 0;
	margin: -0.8em 31px 0 1.5em;
	line-height: 1.75em;
	text-align: right;
}

.post-list-default article .post-image h2 a {
	display: inline;
	padding: 0.5em 0;
	background-color: #caebf2;
	box-shadow: 1em 0 0 #caebf2, -1em 0 0 #caebf2;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
}

.post-list-default article .excerpt p {
	margin-bottom: 1em;
}

.post-list article .post-image h2 a:before {
	display: inline-block;
	padding-right: 0.25em;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.post-list-default article.sticky .post-image h2 a:before {
	content: "\f08d";
}

.post-list-default .format-chat .post-image h2 a:before {
	content: "\f086";
}

.post-list-default .format-image .post-image h2 a:before,
.post-list-default .format-gallery .post-image h2 a:before {
	content: "\f03e";
}

.post-list-default .format-aside .post-image h2 a:before {
	content: "\f0f6";
}

.post-list-default .format-link .post-image h2 a:before {
	content: "\f0c1";
}

.post-list-default .format-quote .post-image h2 a:before {
	content: "\f10e";
}

.post-list-default .format-status .post-image h2 a:before {
	content: "\f27a";
}

.post-list-default .format-video .post-image h2 a:before {
	content: "\f03d";
}

.post-list-default .type-episode .post-image h2 a:before,
.post-list-default .format-audio .post-image h2 a:before {
	content: "\f025";
}

.post-list-default article.post-password-required .post-image h2 a:before {
	content: "\f023";
}

.post-list-minimal article > .post-meta a {
	background-color: #ff3b3f;
	color: #fff;
}

.post-list-minimal article > .post-meta a:before {
	content: none;
}

.post-list-minimal article .excerpt p {
	margin-bottom: 0.5em;
}

.post-list-minimal article h2 {
	font-size: 1.4em;
	line-height: 1.25em;
	letter-spacing: 0;
	margin-bottom: 0.4em;
}

.post-list-minimal article .posted-ago {
	font-size: 0.9em;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 0.5em;
	text-decoration: none;
}

/* 17. Single post */
.singular .meta-text,
.single .meta-text {
	display: block;
}

.post-meta,
.post-meta p {
	margin-bottom: 0.5em;
}

.post-meta a,
.tagcloud a {
	display: inline-block;
	font-size: 0.85em;
	padding: 0.2em 0.9em;
	margin: 0 0.1em 0.5em;
	background-color: #efefef;
	color: inherit;
	text-decoration: none;
	-webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
	transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.tagcloud a {
	padding: 0.4em 0.9em;
}

.post-meta a:hover,
.post-meta a:focus,
.tagcloud a:hover,
.tagcloud a:focus,
.post-list-minimal article .post-meta a:hover,
.post-list-minimal article .post-meta a:focus {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

.post-meta a .fa {
	margin-right: 0.25em;
}

.post-meta a[rel~=tag]:before,
.post-meta .posted-on a:before,
.post-meta .posted-by a:before,
.post-meta .post-comments a:before,
.tagcloud a:before {
	display: inline-block;
	margin-right: 0.25em;
	content: '\f292';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.post-meta a[rel~=tag]:before {
	content: '\f292';
}

.post-meta a[rel~=category]:before {
	content: '\f0c5';
	margin-right: 0.5em;
}

.post-meta .posted-on a:before {
	content: '\f073';
	margin-right: 0.5em;
	position: relative;
	top: -0.05em;
}

.post-meta .posted-by a:before {
	content: '\f2c0';
	margin-right: 0.5em;
	position: relative;
	top: -0.05em;
}

.post-meta .post-comments a:before {
	content: '\f0e5';
	margin-right: 0.5em;
	position: relative;
	top: -0.05em;
}

.post-meta .sep-vertical {
	display: inline-block;
}

.social-links a {
	display: inline-block;
	margin-right: 1.5em;
	color: #000;
}

.social-links a:last-child,
.tagcloud a:last-child {
	margin-right: 0;
}

.social-links a:hover {
	text-decoration: none;
}

.singular #content .social-links a,
.single #content .social-links a {
	margin-right: 1em;
}

.singular #content .social-links a:last-child,
.single #content .social-links a:last-child {
	margin-right: 0;
}

.singular .post-controls hr,
.single .post-controls hr {
	margin-top: 1em;
	margin-bottom: 1.75em;
}

.singular .post-controls .next-post > a,
.single .post-controls .next-post > a,
.singular .post-controls .prev-post > a,
.single .post-controls .prev-post > a {
	line-height: 2em;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #000;
}

.singular .post-controls .next-post > a:hover,
.single .post-controls .next-post > a:hover,
.singular .post-controls .prev-post > a:hover,
.single .post-controls .prev-post > a:hover {
	text-decoration: none;
}

.singular .post-controls .next-post i,
.single .post-controls .next-post i,
.singular .post-controls .prev-post i,
.single .post-controls .prev-post i {
	font-size: 1.3333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.singular .author-info,
.single .author-info {
	margin-top: 0.75em;
	padding-top: 2em;
	border-top: 1px solid #eee;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.singular .author-info .author-avatar,
.single .author-info .author-avatar {
	float: left;
	margin-right: 1.25em;
	margin-bottom: 1.25em;
}

.singular .author-info .author-avatar:empty,
.single .author-info .author-avatar:empty {
	display: none;
}

.singular .author-info .author-avatar,
.single .author-info .author-avatar,
.singular .author-info .author-avatar img,
.single .author-info .author-avatar img {
	border-radius: 50%;
}

.singular .author-info h4,
.single .author-info h4 {
	padding-top: 1em;
}

.singular .author-info .author-avatar:empty ~ h4,
.single .author-info .author-avatar:empty ~ h4 {
	padding-top: 0;
}

.post-password-form {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* 18. Comments */
#comments {
	margin-top: 1.5em;
	border-top: 1px solid #eee;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#comments > h6,
#respond > h6 {
	margin-bottom: 1em;
	padding-top: 2em;
}

.commentlist ~ #respond > h6 {
	margin-bottom: 0;
	padding-top: 0;
}

.commentlist {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 1.5em;
	list-style: none;
	text-align: left;
}

.commentlist ul.children,
.commentlist ol.children {
	list-style: none;
}

.commentlist .pingback {
	list-style-type: disc;
}

.commentlist .pingback p {
	margin-bottom: 0;
}

.commentlist .pingback p .comment-edit-link {
	margin-top: -2px;
	border: 0;
	margin-bottom: 0;
}

.commentlist .comment {
	padding-top: 2em;
	margin-left: 0;
	margin-top: 2em;
	border-top: 1px solid #eee;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#comments .commentlist > li:first-child {
	margin-top: 0;
	padding-top: 1em;
	border-top: 0;
}

.commentlist .comment .comment-author {
	float: left;
	width: 5em;
	height: 5em;
	margin-right: 0.8em;
}

.commentlist .comment .comment-author img {
	display: block;
	width: 100%;
	max-height: 100%;
	border-radius: 100%;
}

.commentlist .comment .comment-body > h4 {
	padding-top: 0.6em;
	margin-bottom: 0;
	font-size: 1.25em;
	text-transform: none;
}

.commentlist .comment h4 a,
.commentlist .comment-date a {
	text-decoration: none;
}

.commentlist .comment h4 a.url,
.commentlist .comment-date a {
	color: #000;
}

.commentlist .comment a.comment-reply-link {
	margin-left: 0.2em;
	font-size: 0.8em;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.3);
}

.commentlist .comment a.comment-reply-link:hover {
	color: #000;
}

.commentlist .comment p.comment-date {
	font-size: 0.9em;
}

.commentlist .comment p.comment-date a {
	color: rgba(0, 0, 0, 0.3);
}

.commentlist .comment .comment_body_text p {
	margin-bottom: 1em;
}

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

.commentlist .comment .children {
	margin: 0 0 0 1.5em;
}

.commentlist .comment .comment-body .comment_body_text {
	position: relative;
	padding: 0.8em 1em;
	margin-top: 2em;
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 0.9em;
}

.commentlist .comment .comment-body .comment_body_text p:last-child {
	margin-bottom: 0;
}

.commentlist .comment .comment-body .comment_body_text:before,
.commentlist .comment .comment-body .comment_body_text:after {
	content: '';
	position: absolute;
	left: 35px;
	width: 0;
	height: 0;
}

.commentlist .comment .comment-body .comment_body_text:before {
	top: -16px;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #eee;
	border-bottom: 8px solid rgba(0, 0, 0, 0.1);
}

.commentlist .comment .comment-body .comment_body_text:after {
	top: -13px;
	margin-left: -7px;
	border-left: 7px solid transparent;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
}

.commentlist .comment.bypostauthor .comment-body .comment_body_text {
	background-color: #fffdf0;
	border-color: #eee7ba;
}

.commentlist .comment.bypostauthor .comment-body .comment_body_text:before {
	border-bottom-color: #eee7ba;
}

.commentlist .comment.bypostauthor .comment-body .comment_body_text:after {
	border-bottom-color: #fffdf0;
}

.commentlist .comment .comment-author:empty {
	display: none;
}

.commentlist .comment .comment-author:empty ~ .comment-body {
	margin-left: 0;
}

.commentlist #respond {
	margin-top: 2em;
}

.comment-form,
.comment-form input#submit {
	margin-bottom: 0;
}

/* 19. Widgets */
#sidebar {
	margin-top: 1.5em;
}

.widget {
	margin-bottom: 3em;
}

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

.widget ul.fa-ul {
	padding-left: 1.2em;
}

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

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

.widget li a {
	color: #000;
}

.widget li a:hover,
.widget li a:hover,
.widget li.current-cat > a {
	color: #ff3b3f;
}

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

.widget .searchform,
.error404 .featured-area .searchform {
	position: relative;
	max-width: 30em;
}

.error404 .featured-area .searchform {
	margin-left: auto;
	margin-right: auto;
}

.widget .searchform button,
.error404 .featured-area .searchform button {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 2.5em;
	height: 2.75em;
	padding: 0;
	border: 0;
	margin: 0;
	text-align: center;
	text-transform: none;
	background-color: transparent;
	color: inherit;
	-webkit-transition: none;
	transition: none;
}

.widget .searchform input,
.error404 .featured-area .searchform input {
	padding-right: 2.75em;
	margin-bottom: 0;
}

.widget table {
	margin-bottom: 0;
}

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

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

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

.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_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;
	position: relative;
	top: -0.05em;
	margin-right: 0.5em;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

.widget_recent_comments li:before {
	content: "\f0e5";
}

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

.widget_nav_menu li:before {
	content: "\f178";
	top: 0;
}

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

.widget .castpod-mejs-container .mejs-time {
	display: none;
}

.widget .castpod-mejs-container .mejs-time-rail {
	margin-left: 0;
	margin-right: 0;
}

.widget .mc4wp-form {
	max-width: 440px;
}

/* 20. Footer section */
#footer {
	padding: 4em 0;
	font-size: 0.875em;
	background-color: #caebf2;
}

#footer,
#footer a:not(.tag-cloud-link) {
	color: #000;
	color: rgba(0, 0, 0, 0.75);
}

.footer-light-colors #footer,
.footer-light-colors #footer a {
	color: #fff;
	color: rgba(255, 255, 255, 0.75);
}

#footer a {
	display: inline-block;
}

#footer a:not(.tag-cloud-link):hover,
#footer a:not(.tag-cloud-link):focus {
	color: #000;
}

.footer-light-colors #footer a:not(.tag-cloud-link):hover,
.footer-light-colors #footer a:not(.tag-cloud-link):focus {
	color: #fff;
}

#footer a:not(.tag-cloud-link):focus {
	outline: 2px solid rgba(0, 0, 0, 0.1);
}

.footer-light-colors #footer a:not(.tag-cloud-link):focus {
	outline: 2px solid rgba(255, 255, 255, 0.1);
}

#footer a.social-link {
	font-size: 1.1428575em;
	padding: 0.5em 1em;
}

#footer .widget {
	margin-bottom: 1.5em;
}

#footer .widget-area.layout-text-columns {
	-ms-column-width: 310px;
	-moz-column-width: 310px;
	-webkit-column-width: 310px;
	column-width: 310px;
	-ms-column-gap: 30px;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}

#footer .widget-area.layout-text-columns .widget {
	display: inline-block;
	width: 100%;
}

#footer .widget-area.customize-partial-refreshing {
	opacity: 1;
}

.customize-partial-edit-shortcuts-shown #footer .widget-area > .customize-partial-edit-shortcut-footer_split_columns {
	visibility: hidden;
}

#footer .widget-area > :last-child,
#footer .widget .textwidget > :last-child {
	margin-bottom: 0;
}

#footer .widget_nav_menu a,
#footer .widget_meta a,
#footer .widget_pages a {
	padding-left: 0.25em;
	padding-right: 0.25em;
	text-transform: uppercase;
	font-weight: 500;
}

#footer .widget_pages li:before,
#footer .widget_nav_menu li:before {
	content: none;
}

#footer .widget_rss li .rss-date {
	color: rgba(0, 0, 0, 0.5);
}

.footer-light-colors #footer .widget_rss li .rss-date {
	color: rgba(255, 255, 255, 0.5);
}

#footer .widget_search {
	font-size: 1.1em;
}

#footer #go-to-top-link {
	position: relative;
	display: block;
	width: 2.5em;
	height: 2.5em;
	margin: 0 auto 1em;
	background-color: #ff3b3f;
	color: #fff;
	font-size: 1.75em;
	line-height: 2.5em;
	text-align: center;
	outline: 0;
}

.customize-partial-edit-shortcuts-shown #footer #go-to-top-link .customize-partial-edit-shortcut {
	right: -17px;
	margin-top: -17px;
}

#footer #go-to-top-link:hover {
	text-decoration: none;
}

/* 21. Media queries */
/*
 * Does the same thing as <meta name="viewport" content="width=device-width">, but in the future W3C standard way. -ms- prefix is required for IE10+ to render responsive styling in Windows 10 "snapped" views; IE10+ does not honor the meta tag.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* 23. Adjust admin bar query */
@media (min-width: 783px) {
	.admin-bar #top {
		padding-top: 32px;
	}
}

/* 24. Large mobile query (480px) */
@media (min-width: 480px) {
	.container,
	.featured-area-size-square #top .featured-area .flexbox-centering {
		padding-left: 30px;
		padding-right: 30px;
	}

	#content .container {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	#top .featured-area .container {
		padding-top: 4em;
		padding-bottom: 4em;
	}

	.featured-area-size-big #top .featured-area .container {
		padding-top: 6em;
		padding-bottom: 6em;
	}

	body .castpod-mejs-container .mejs-playpause-button {
		width: 50px;
	}

	.castpod-mejs-container .mejs-time-rail {
		margin-left: 10px;
		margin-right: 10px;
	}

	.castpod-mejs-container .mejs-download-button,
	.castpod-mejs-container .mejs-transcript-button {
		margin-left: 12px;
	}

	.post-list-default article .post-image {
		margin-left: -30px;
		margin-right: -30px;
	}

	.post-list-default article .post-image h2 {
		margin-left: 3em;
	}

	.post-password-form {
		max-width: 440px;
	}

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

	.post-password-form input[type=submit] {
		margin: -0.175em 0 0;
		padding-top: 0.7em;
		padding-bottom: 0.7em;
	}

}

/* 25. Small tablet query (768px) */
@media (min-width: 768px) {
	body {
		font-size: 100%;
	}

	.featured-area h1 {
		font-size: 5em;
		margin-bottom: 0.25em;
	}

	.featured-area h2 {
		font-size: 2.5em;
	}

	.featured-area h3 {
		font-size: 2em;
	}

	.container,
	.featured-area-size-square #top .featured-area .flexbox-centering {
		padding-left: 50px;
		padding-right: 50px;
	}

	#content .container {
		padding-top: 2.5em;
		padding-bottom: 2.5em;
	}

	#top .featured-area .container {
		padding-top: 5em;
		padding-bottom: 5em;
	}

	.featured-area-size-big #top .featured-area .container {
		padding-top: 7.5em;
		padding-bottom: 7.5em;
	}

	body .castpod-mejs-container,
	body .wp-video,
	body .wp-playlist {
		max-width: 560px;
	}

	.featured-area .castpod-mejs-container,
	body .widget .castpod-mejs-container {
		max-width: 620px;
		margin-left: auto;
		margin-right: auto;
	}

	.featured-area-text-left .featured-area .castpod-mejs-container {
		margin-left: 0;
	}

	.featured-area-text-right .featured-area .castpod-mejs-container {
		margin-right: 0;
	}

	body .wp-playlist .castpod-mejs-container {
		max-width: 100%;
	}

	body .castpod-mejs-container .mejs-volume-button,
	#footer .castpod-mejs-container .mejs-volume-button,
	.featured-area .castpod-mejs-container .mejs-transcript-button {
		display: block;
	}

	.site-title {
		padding: 50px;
	}

	.no-logo-background .site-title {
		padding-bottom: 0;
	}

	#top .site-menu-toggle {
		display: none;
	}

	#site-menu {
		padding: 1em 15px;
	}

	#top #site-menu {
		background-color: #fff;
	}

	#site-menu nav {
		visibility: visible;
		max-height: none;
		overflow: visible;
		background-color: transparent;
		opacity: 1;
		-webkit-transition: none;
		transition: none;
	}

	.customize-partial-edit-shortcuts-shown #site-menu .customize-partial-edit-shortcut {
		margin-top: -5px;
	}

	#site-menu ul {
		text-align: center;
	}

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

	#site-menu li a {
		padding: 0.5em 1em;
	}

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

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

	#site-menu nav > ul > li.current-menu-item > a:after,
	#site-menu nav > ul > li.current-menu-parent > a:after {
		content: '';
		position: absolute;
		bottom: 0.5em;
		left: 1em;
		right: 1em;
		height: 2px;
		background-color: #efefef;
		-moz-animation: underlineExpand 0.2s ease-in-out;
		-webkit-animation: underlineExpand 0.2s ease-in-out;
		animation: underlineExpand 0.2s ease-in-out;
	}

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

	#site-menu li.menu-item-has-children ul {
		visibility: hidden;
		position: absolute;
		z-index: 97;
		top: 100%;
		right: 50%;
		width: 15em;
		margin-top: 0.5em;
		margin-right: -7.5em;
		padding-top: 15px;
		font-size: 0.9em;
		text-align: center;
		opacity: 0;
	}

	.csstransitions #site-menu li.menu-item-has-children ul {
		-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
	}

	#site-menu li.menu-item-has-children li.menu-item-has-children ul {
		top: -0.5em;
		right: 100%;
		margin: 0;
		padding-top: 0;
		font-size: 1em;
	}

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

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

	#site-menu li.menu-item-has-children li {
		display: block;
		margin-left: 0;
		background-color: #caebf2;
	}

	#site-menu li.menu-item-has-children li:first-child {
		padding-top: 0.5em;
	}

	#site-menu li.menu-item-has-children li:last-child {
		padding-bottom: 0.5em;
	}

	#site-menu li.menu-item-has-children li a {
		padding: 0.5em 1em;
		margin: 0;
		color: #000;
	}

	#site-menu nav ul ul li.current-menu-item > a {
		color: rgba(0, 0, 0, 0.5);
	}

	#site-menu .menu-item-search {
		position: relative;
		padding-left: 5px;
	}

	.customize-partial-edit-shortcuts-shown #site-menu .menu-item-search .customize-partial-edit-shortcut {
		margin-top: 25px;
	}

	#site-menu .menu-item-search a {
		display: inline-block;
		z-index: 2;
	}

	#site-menu .menu-item-search.hover a {
		outline: 0;
	}

	#site-menu .menu-item-search a i {
		display: none;
		min-width: 15px;
		text-align: center;
	}

	#site-menu .menu-item-search a i:first-of-type {
		display: inline-block;
	}

	#site-menu .menu-item-search form {
		visibility: hidden;
		position: absolute;
		z-index: 98;
		top: 0.5em;
		right: 4.25em;
		width: 4em;
		margin-top: 1px;
		padding: 0.75em;
		background-color: #efefef;
		opacity: 0;
	}

	.csstransitions #site-menu .menu-item-search form {
		-webkit-transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, visibility 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, visibility 0.2s ease-in-out;
	}

	#site-menu .menu-item-search form input[type=search] {
		background-color: #fff;
		color: #000;
		border-color: #efefef;
	}

	#site-menu .menu-item-search form button[type=submit] i {
		display: none;
	}

	#site-menu .menu-item-search input[type=search] {
		padding-right: 1em;
	}

	#site-menu .menu-item-search form input[type=submit] {
		visibility: hidden;
	}

	#site-menu .menu-item-search.hover form {
		visibility: visible;
		width: 14em;
		opacity: 1;
	}

	#site-menu .menu-item-search.hover a i:last-of-type {
		display: inline-block;
	}

	#site-menu .menu-item-search.hover a i:first-of-type {
		display: none;
	}

	.widget .searchform button,
	.error404 .featured-area .searchform button {
		width: 2.45em;
		height: 2.45em;
	}

	.post-list-default article .post-image {
		margin-left: -50px;
		margin-right: -50px;
	}

	.has-sidebar.post-list-default article .post-image {
		margin-right: 0;
	}

	.layout-centered .has-sidebar.post-list-default article .post-image {
		margin-left: 0;
	}

	.post-list-default article .post-image h2 {
		margin: -0.95em 45px 0 5em;
		font-size: 2em;
		line-height: 1.8em;
	}

	.post-list-minimal article {
		float: left;
		width: 50%;
	}

	.post-list-minimal article:nth-child(odd) {
		padding-right: 25px;
		clear: left;
	}

	.post-list-minimal article:nth-child(even) {
		padding-left: 25px;
	}

	.singular .meta-info .post-tags,
	.single .meta-info .post-tags {
		margin-bottom: 0;
		text-align: right;
		float: right;
		width: 63%;
	}

	.singular .meta-info .social-links,
	.single .meta-info .social-links {
		float: left;
		width: 35%;
	}

	.singular .post-controls,
	.single .post-controls {
		padding-top: 0;
		padding-bottom: 1.5em;
	}

	.singular .post-controls .prev-post,
	.single .post-controls  .prev-post {
		float: left;
		width: 45%;
	}

	.singular .post-controls .next-post,
	.single .post-controls  .next-post {
		float: right;
		width: 45%;
	}

	.singular .post-controls h4,
	.single .post-controls h4 {
		margin-top: 0.25em;
	}

	.singular #comments,
	.single #comments,
	.singular .post-controls hr,
	.single .post-controls hr,
	.singular .author-info,
	.single .author-info {
		margin-bottom: 3.5em;
	}

	.singular #comments,
	.single #comments,
	.singular .meta-info,
	.single .meta-info {
		margin-top: 3.5em;
	}

	.singular #comments > #respond:first-child,
	.single #comments > #respond:first-child {
		padding-top: 3.5em;
	}

	.singular .meta-info,
	.single .meta-info {
		margin-bottom: 2em;
	}

	.singular .author-info,
	.single .author-info,
	.singular #comments > h6,
	.single #comments > h6 {
		padding-top: 3.5em;
	}

	.singular #comments #respond > h6,
	.single #comments #respond > h6 {
		padding-top: 0;
	}

	.singular .post-controls .prev-post,
	.single .post-controls .prev-post {
		text-align: right;
	}

	.mc4wp-form .one-line input[type=email] {
		width: 250px;
	}

	#content .has-sidebar {
		float: left;
		width: 70%;
	}

	#content .has-sidebar.sidebar-left {
		float: right;
	}

	#sidebar {
		float: right;
		width: 25%;
		margin-top: 0;
	}

	.singular #sidebar > hr:first-of-type,
	.single #sidebar > hr:first-of-type {
		display: none;
	}

	.sidebar-left + #sidebar {
		float: left;
	}

	.sidebar-left.post-list-default article .post-image {
		margin-left: 0;
	}

	.sidebar-left.post-list-default article .post-image h2 {
		right: -31px;
	}

	#footer {
		position: relative;
		padding: 6em 0;
	}

	#footer .widget-area.layout-text-columns {
		-ms-column-width: 300px;
		-moz-column-width: 300px;
		-webkit-column-width: 300px;
		column-width: 300px;
		-ms-column-gap: 50px;
		-moz-column-gap: 50px;
		-webkit-column-gap: 50px;
		column-gap: 50px;
	}

	#footer .widget-area.layout-fixed-columns {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}

	#footer .widget-area.layout-fixed-columns > .widget {
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.customize-partial-edit-shortcuts-shown #footer .widget-area > .customize-partial-edit-shortcut-footer_split_columns {
		visibility: visible;
		left: 50%;
		top: 3em;
		margin-left: 17px;
	}

	#footer #go-to-top-link {
		visibility: hidden;
		position: absolute;
		top: 15px;
		left: 50%;
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin: -30px 0 0 -30px;
		opacity: 0;
	}

	#footer #go-to-top-link.watching {
		-webkit-transition: opacity 0.25s ease-in-out, top 0.25s ease-in-out, visibility 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out, top 0.25s ease-in-out, visibility 0.25s ease-in-out;
	}

	#footer #go-to-top-link.watching.active {
		visibility: visible;
		top: 0;
		opacity: 1;
	}
}

/* 26. Large tablet query (992px) */
@media (min-width: 992px) {
	#content .container {
		padding-top: 3em;
		padding-bottom: 3em;
	}

	.layout-centered.no-logo-background #top > .container .inner {
		padding-right: 35px;
	}

	.primary-menu-has-search #top > .container .inner {
		padding-right: 80px;
	}

	.layout-centered.no-logo-background.primary-menu-has-search #top > .container .inner {
		padding-right: 130px;
	}

	.no-logo-background #top > .container .inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
	}

	#top .featured-area .container {
		padding-top: 7em;
		padding-bottom: 7em;
	}

	.featured-area-size-big #top .featured-area .container {
		padding-top: 10em;
		padding-bottom: 10em;
	}

	.featured-area .container h1,
	.featured-area .container h2,
	.featured-area .container .archive-description,
	.featured-area .container > p {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.featured-area-text-left .featured-area .container h1,
	.featured-area-text-left .featured-area .container h2,
	.featured-area-text-left .featured-area .container .archive-description,
	.featured-area-text-left .featured-area .container > p {
		margin-left: 0;
	}

	.featured-area-text-right .featured-area .container h1,
	.featured-area-text-right .featured-area .container h2,
	.featured-area-text-right .featured-area .container .archive-description,
	.featured-area-text-right .featured-area .container > p {
		margin-right: 0;
	}

	body .castpod-mejs-container,
	.featured-area .castpod-mejs-container,
	body .wp-playlist {
		max-width: 720px;
	}

	body .wp-playlist .castpod-mejs-container {
		max-width: 100%;
	}

	.site-title {
		position: absolute;
		max-width: 50%;
		z-index: 1;
		text-align: left;
	}

	.no-logo-background .site-title {
		position: relative;
		padding-top: 1em;
		padding-bottom: 1em;
		padding-right: 0;
	}

	.site-title .site-description {
		max-width: 12em;
		line-height: 1.25em;
	}

	#site-menu ul {
		text-align: right;
		padding-right: 1em;
	}

	#site-menu {
		position: relative;
		padding: 2em 0 2em 13em;
	}

	.no-logo-background #site-menu {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		padding-left: 2em;
	}

	#site-menu li a {
		padding-top: 1.2em;
		padding-bottom: 1.2em;
	}

	#site-menu nav > ul > li.current-menu-item > a:after,
	#site-menu nav > ul > li.current-menu-parent > a:after {
		bottom: 1em;
	}

	#site-menu li.menu-item-has-children ul {
		width: 17em;
		margin-right: -8.5em;
		margin-top: 1em;
		padding-top: 0;
		padding-right: 0;
	}

	#site-menu li.menu-item-has-children li:first-child {
		padding-top: 1em;
	}

	#site-menu li.menu-item-has-children li:last-child {
		padding-bottom: 1em;
	}

	#site-menu li.menu-item-has-children li.menu-item-has-children ul {
		top: -1em;
	}

	#site-menu li.menu-item-has-children li a {
		padding-top: 0.75em;
		padding-bottom: 0.75em;
	}

	#site-menu .menu-item-search {
		position: absolute;
		top: 0;
		right: -80px;
		width: 80px;
		height: 100%;
		padding: 0;
		background-color: #efefef;
	}

	.customize-partial-edit-shortcuts-shown #site-menu .menu-item-search .customize-partial-edit-shortcut {
		margin-top: 60px;
		z-index: 99;
	}

	#site-menu .menu-item-search a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
	}

	#site-menu .menu-item-search a i {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin: -11px 0 0 -10px;
	}

	#site-menu .menu-item-search form {
		top: auto;
		right: 0;
		bottom: -2.5em;
		margin-bottom: -10px;
	}

	#site-menu .menu-item-search.hover form {
		width: 15em;
	}

	.singular .author-info,
	.single .author-info {
		position: relative;
	}

	.singular .author-info .clear,
	.single .author-info .clear {
		display: none;
	}

	.singular .author-info h4,
	.single .author-info h4 {
		padding-top: 0;
	}

	.singular .author-info .social-links,
	.single .author-info .social-links {
		position: absolute;
		top: 0.2em;
		right: 0;
		margin-bottom: 0;
	}

	.singular .author-info .author-description,
	.single .author-info .author-description {
		margin-top: 1em;
	}

	#comments .available-tags {
		margin-top: 1em;
		margin-bottom: 2em;
	}

	.commentlist {
		padding-bottom: 3.5em;
	}

	.commentlist .comment {
		padding-top: 3.5em;
		margin-top: 3.5em;
	}

	.commentlist .comment .comment-author {
		width: 5em;
		height: 5em;
		margin-right: 1em;
	}

	.commentlist .comment.depth-2 .comment-author {
		width: 3.5em;
		height: 3.5em;
	}

	.commentlist .comment .comment-body {
		position: relative;
		margin-left: 6em;
	}

	.commentlist .comment.depth-2 .comment-body {
		margin-left: 4.5em;
	}

	.commentlist .comment .comment-body .comment_body_text {
		margin-top: 1em;
		padding: 1.25em 1.5em;
	}

	.commentlist .comment .comment-body .comment_body_text:before,
	.commentlist .comment .comment-body .comment_body_text:after {
		left: 1.25em;
	}

	.commentlist .comment > h6 {
		padding-top: 0.5em;
		padding-right: 8em;
	}

	.commentlist .comment p.comment-date {
		position: absolute;
		top: 1.05em;
		right: 0;
	}

	.commentlist .comment.depth-2 p.comment-date {
		position: relative;
		top: auto;
		right: auto;
	}

	.commentlist .comment.depth-2 .comment-body > h4 {
		padding-top: 0;
	}

	.commentlist .comment .children {
		margin-left: 6em;
	}

	.commentlist.no-avatars .comment .children {
		margin-left: 3em;
	}

	.commentlist .comment.depth-2 .children {
		margin-left: 4.5em;
	}

	.commentlist .comment.depth-5 .children {
		margin-left: 0;
	}

	.post-list-default article.has-post-thumbnail .post-image {
		margin-bottom: 3em;
	}

	.post-list-default article .post-image h2 {
		margin-right: 0;
		font-size: 2.25em;
		line-height: 2.5em;
	}

	.post-list-default article.has-post-thumbnail .post-image h2 {
		position: absolute;
		bottom: -1.2em;
		right: 50px;
		margin-right: -50px;
	}

	.sidebar-left.post-list-default article.has-post-thumbnail .post-image h2 {
		right: 0;
		margin-right: 0;
	}

	#sidebar {
		width: 27%;
	}

	.sidebar-right ~ #sidebar {
		margin-right: -50px;
		padding-right: 50px;
	}

	.sidebar-left {
		margin-right: -50px;
		padding-right: 50px;
	}

	#footer {
		padding: 8em 0;
	}

	#footer #go-to-top-link {
		top: 0;
		right: auto;
		left: 50px;
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin: -40px 0 0;
	}

	.layout-centered #footer #go-to-top-link {
		right: 50px;
		left: auto;
	}

	.customize-partial-edit-shortcuts-shown #footer #go-to-top-link .customize-partial-edit-shortcut {
		right: auto;
		left: 17px;
	}
}

/* 27. Desktop query (1200px) */
@media (min-width: 1200px) {
	#top,
	#content,
	#footer {
		margin-right: 0;
	}

	#content > .container,
	#footer > .container {
		width: 1150px;
	}

	.no-logo-background.layout-centered .site-title {
		padding-left: 0;
	}

	#content .featured-area .container {
		padding-top: 4em;
		padding-bottom: 4em;
	}

	#top > .container,
	.featured-area > .container > .inner,
	.featured-area-size-square #top .featured-area .inner {
		width: 1050px;
	}

	.featured-area-size-square #top .featured-area .inner {
		left: 50%;
		margin-left: -525px;
	}

	.featured-area-size-square #top .featured-area .flexbox-centering {
		padding-left: 0;
		padding-right: 0;
	}

	.layout-centered #top > .container,
	.layout-centered #content > .container,
	.layout-centered #footer > .container,
	.layout-centered .featured-area > .container > .inner {
		margin-left: auto;
		margin-right: auto;
	}

	.primary-menu-has-search #top > .container .inner {
		padding-right: 50px;
	}

	.layout-centered.primary-menu-has-search #top > .container .inner,
	.layout-centered.no-logo-background.primary-menu-has-search #top > .container .inner {
		padding-right: 100px;
	}

	#top .featured-area .container {
		padding-top: 9em;
		padding-bottom: 9em;
	}

	.featured-area-size-big #top .featured-area .container {
		padding-top: 13em;
		padding-bottom: 13em;
	}

	#site-menu .menu-item-search {
		width: 100px;
		right: -100px;
	}

	#site-menu ul {
		padding-right: 1.5em;
	}

	#site-menu li a {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}

	#site-menu nav > ul > li.current-menu-item > a:after,
	#site-menu nav > ul > li.current-menu-parent > a:after {
		left: 1.5em;
		right: 1.5em;
	}

	.no-sidebar.post-list-minimal article {
		width: 33.3333%;
	}

	.no-sidebar.post-list-minimal article:nth-child(3n+1) {
		padding-left: 0;
		padding-right: 25px;
		clear: left;
	}

	.no-sidebar.post-list-minimal article:nth-child(3n+2) {
		padding-right: 25px;
		padding-left: 25px;
		clear: none;
	}

	.no-sidebar.post-list-minimal article:nth-child(3n) {
		padding-left: 25px;
		padding-right: 0;
		clear: none;
	}

	#sidebar {
		width: 29%;
	}

	#footer #go-to-top-link {
		height: 100px;
		line-height: 100px;
		margin-top: -50px;
	}

	#footer .widget-area.layout-text-columns {
		-ms-column-width: 280px;
		-moz-column-width: 280px;
		-webkit-column-width: 280px;
		column-width: 280px;
	}

	#footer .widget-area.layout-fixed-columns > .widget {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

/* 28. Larger desktop query (1320px) */
@media (min-width: 1320px) {
	#content > .container,
	#footer > .container {
		width: 1250px;
	}

	#top > .container,
	.featured-area > .container > .inner,
	.featured-area-size-square #top .featured-area .inner {
		width: 1150px;
	}

	.featured-area-size-square #top .featured-area .inner {
		margin-left: -575px;
	}

	.site-title .site-description {
		max-width: 15em;
	}

	#footer .widget-area.layout-text-columns {
		-ms-column-width: 300px;
		-moz-column-width: 300px;
		-webkit-column-width: 300px;
		column-width: 300px;
	}
}

/* 29. Print query */
@media print {
	html, #footer, #content {
		background: none;
	}

	#top .site-menu-toggle,
	#footer #go-to-top-link {
		display: none;
	}

	#header,
	#content {
		width: 100%;
	}

	h2,
	h3 {
		orphans: 3;
		widows: 3;
		page-break-after: avoid;
	}

	p {
		orphans: 3;
		widows: 3;
	}

	pre,
	blockquote {
		page-break-inside: avoid;
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a, a:visited {
		text-decoration: underline;
	}
}
