/*
Theme Name: Voiceful
License: Located in the 'Licensing' folder
License URI: Located in the 'Licensing' folder
Description: A simple blogging theme for podcasters.
Author: Jubix
Author URI: https://jubix.store/
Theme URI: https://voiceful.jubix.store/
Version: 1.0.5
Tested up to: 6.2.2
Requires PHP: 7
Tags: two-columns, three-columns, threaded-comments, right-sidebar
Text Domain: voiceful
*/

/*

[Table of contents]

1. Reset
2. WordPress Classes Styling
3. Generic Styling
4. Header Styling
5. Header Elements Styling
6. Hidden Sidebar Styling
7. Hero Styling
8. Player Styling
9. Favorite Episodes Styling
10. Carousel Styling
11. Banner Ads Styling
12. Recent Posts Styling
13. Page Templates Styling
14. Error Page Styling
15. Single Post Styling
16. Sidebar Styling
17. Main Footer Styling

*/

/*-------------------------------------------*\
	1. Reset
\*-------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a img,
iframe,
fieldset {
	border: none;	
}

li {
	list-style: none;
	line-height: 24px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

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

.fa {
	transform: rotate(0.001deg);
}

.is_stuck,
.stick-it {
  	transform: translate3d(0,0,0);
}

/*-------------------------------------------*\
	2. WordPress Classes Styling
\*-------------------------------------------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.gallery-caption a {
	display: inline;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}

.alignleft,
img.alignleft,
.wp-block-image.is-resized.alignleft {
	display: inline;
	float: left;
	margin: 6px 20px 6px 0;
}

.alignright,
img.alignright,
.wp-block-image.is-resized.alignright {
	display: inline;
	float: right;
	margin: 6px 0 6px 20px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.alignnone {
	margin-bottom: 30px;
}

img.alignnone {
	margin: 0;
	text-align: center;
}

.entry
.wp-caption-text {
  	font-size: 13px;
	font-style: italic;
	color: #a0a4ad;
}

address {
    font-style: italic;
    margin: 0 0 20px 0;
}

pre {
    background: #f5f5f5;
    font-family: monospace;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 1.5;
}

code {
    padding: 3px;
    background: #f5f5f5;
    font-family: monospace;
}

/*** Blocks Styling ***/

.wp-block-group.has-background {
	padding: 20px 30px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.wp-block-button
.wp-block-button__link {
	padding: 12px 38px;
	margin-bottom: 30px;
	color: #fff;
	background-color: #222;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.wp-block-button
.wp-block-button__link:hover {
	color: #fff;
	background-color: #FC5653;
}

.is-style-outline .wp-block-button__link {
	color: #222;
    background-color: #fff;
    border: 2px solid #222;
}

.is-style-outline .wp-block-button__link:hover {
	color: #FC5653;
    background-color: #fff;
    border-color: #FC5653;
}

.is-style-squared 
.wp-block-button__link {
	border-radius: 0;
}

.entry .wp-block-image,
.entry .wp-block-cover {
	margin-bottom: 30px;
}

.wp-block-cover.has-background-dim {
	background-color: #000;
}

.wp-block-image.is-resized > figcaption {
	display: block;
}

.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption {
	color: #555d66;
    font-size: 13px;
    text-align: center;
}

.wp-block-cover-image {
    margin-bottom: 40px;
}

.has-drop-cap:not(:focus):first-letter {
	font-size: 4em;
}

.wp-block-file .wp-block-file__button {
	background-color: #222;
}

/*** Separator Styling ***/

.wp-block-separator {
    width: 100px;
    margin: 40px 0;
    border-color: #222;
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 0;
}

.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-dots {
	width: 100%;
}

/*** List Blocks Styling ***/

.entry .wp-block-categories,
.entry .wp-block-archives,
.entry .wp-block-latest-posts {
	margin-bottom: 40px;
	padding-left: 0;
}

.entry 
.wp-block-categories li,
.entry 
.wp-block-archives li,
.entry 
.wp-block-latest-posts li {
	margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
    list-style: none;
    color: #a0a4ad;
	list-style: none;
}

.entry 
.wp-block-categories li:first-child,
.entry 
.wp-block-archives li:first-child,
.entry 
.wp-block-latest-posts li:first-child {
    padding-top: 20px;
}

.wp-block-categories.is-grid li:first-child,
.wp-block-archives.is-grid li:first-child,
.wp-block-latest-posts.is-grid li:first-child {
	padding-top: 0;
}

.entry 
.wp-block-categories li:last-child,
.entry 
.wp-block-archives li:last-child,
.entry 
.wp-block-latest-posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.entry .wp-block-categories .children,
.entry .wp-block-archives .children,
.entry .wp-block-latest-posts .children {
    margin-top: 20px;
    margin-bottom: 0;
}

.entry .wp-block-categories .children li:first-child,
.entry .wp-block-archives .children li:first-child,
.entry .wp-block-latest-posts .children li:first-child {
    padding-top: 20px;
    border-top: 1px solid #EAEAEA;
}

.entry 
.wp-block-categories li a,
.entry 
.wp-block-archives li a,
.entry 
.wp-block-latest-posts li a {
	text-decoration: none;
}

.entry 
.wp-block-categories li a:hover,
.entry 
.wp-block-archives li a:hover,
.entry 
.wp-block-latest-posts li a:hover {
	color: #a0a4ad;
}

/*-------------------------------------------*\
	3. Generic Styling
\*-------------------------------------------*/

.wrapper {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.clear-both {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	word-wrap: break-word;
	color: #222;
}

h1 {
	font-size: 34px;
	line-height: 40px;
}

h2 {
	font-size: 28px;
	line-height: 32px;
}

h3 {
	font-size: 26px;
	line-height: 30px;
}

h4 {
	font-size: 24px;
	line-height: 28px;
}

h5 {
	font-size: 22px;
	line-height: 26px;
}

h6 {
	font-size: 18px;
	line-height: 22px;
}

p {
	line-height: 23px;
}

a {
	color: #FC5653;
	text-decoration: none;
	transition: all .3s;
}

a:hover {
	color: #ababab;
}

body {
	color: #555;
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.main-body-wrap {
	background-color: #fff;
}

/*** Default Styling ***/

.entry {
	clear: both;
	word-wrap: break-word;
	font-size: 16px;
}

.single .entry {
	margin-bottom: 20px;
}

.entry p {
	line-height: 1.563em;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6,
.comment-text h1,
.comment-text h2,
.comment-text h3,
.comment-text h4,
.comment-text h5,
.comment-text h6 {
	margin-bottom: 18px;
}

.entry .wp-video {
	margin-top: 30px;
	margin-bottom: 30px;
}

.entry .wp-audio-shortcode {
	margin-bottom: 30px;
}

blockquote,
.wp-block-pullquote,
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
	position: relative;
	margin-top: 22px;
	margin-bottom: 30px;
	padding-left: 27px;
	text-align: left;
}

blockquote {
	padding-top: 5px;
	background: url(images/quotation-marks.svg) no-repeat left top;
}

.wp-block-pullquote {
    padding-top: 10px;
    padding-bottom: 0;
}

figure.wp-block-pullquote {
	padding-left: 0;
}
 
.wp-block-pullquote.is-style-solid-color {
	padding-top: 10px;
	padding-bottom: 10px;
}

.entry 
blockquote p,
.wp-block-pullquote p,
.entry 
.wp-block-quote.is-large p, 
.entry 
.wp-block-quote.is-style-large p,
.comment-text
blockquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
    clear: both;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

.entry 
.wp-block-quote.is-large p,
.entry 
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: normal;
    line-height: 1.6;
}

blockquote cite,
.wp-block-pullquote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.blockquote-footer {
	position: relative;
	display: block;
	clear: both;
	color: #a0a4ad;
	margin-top: 5px;
	font-style: italic;
	font-weight: 400;
	text-align: inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote,
.wp-block-pullquote.is-style-solid-color blockquote cite {
	color: #fff;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	padding-left: 43px;
}

.post-nav-links {
	margin-bottom: 40px;
}

.entry p,
.widget p,
.comment-text p,
.entry 
.post-nav-links {
	margin-bottom: 30px;
}

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

.entry figure,
.entry figure.wp-block-embed {
	margin-bottom: 30px;
}

.entry iframe,
.entry img,
.widget iframe,
.widget img,
.wp-block-audio audio {
	max-width: 100%;
}

.widget img,
.entry img {
	height: auto;
}

.entry div {
    max-width: 100%;
}

select {
	max-width: 100%;
	height: 45px;
	padding: 0 8px;
	color: #787878;
	border-radius: 2px;
    border: 2px solid #e8e8e8;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.widget select {
	width: 100%;
}

.post-thumb {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

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

.post-thumb .thumb-link {
	display: block;
	width: 100%;
	height: inherit;
	line-height: 0;
}

.post-thumb .thumb-link::after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #222;
	opacity: 0;
	transition: opacity .4s;
}

.post-thumb .thumb-link:hover::after {
	opacity: .2;
}

.post-title a {
	color: #222;
}

.post-title a:hover {
	color: #444;
}

/*** Lists Styling ***/

.entry ol,
.entry ul,
.comment-text ol,
.comment-text ul {
	margin-bottom: 30px;
	padding-left: 25px;
}

.entry 
.wp-block-gallery {
	display: flex;
    flex-wrap: wrap;
	padding-left: 0;
}

.entry ul > li,
.comment-text ul > li {
	list-style: disc;
}

.entry ul ul > li,
.entry ol ul > li,
.comment-text ul ul > li,
.comment-text ol ul > li {
	list-style: circle;
}

.entry ol > li,
.comment-text ol > li {
	list-style: decimal;
}

.entry
li,
.comment-text
li {
	list-style-position: inside;
	margin-bottom: 12px;
}

.entry
li ul,
.comment-text
li ul,
.entry
li ol,
.comment-text
li ol {
	margin-top: 12px;
	margin-bottom: 12px;
}

.entry
dt,
.comment-text
dt {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 6px;
}

.entry
dd,
.comment-text
dd {
	margin: 0;
	padding: 0 0 1.5em 0;
}

/*** Tables Styling ***/

.entry table,
.comment table {
  margin: 0 0 2rem;
  border-collapse: collapse;
  width: 100%;
}

.entry table td,
.entry table th,
.comment table td,
.comment table th,
.wp-block-table.is-style-stripes td, 
.wp-block-table.is-style-stripes th {
  	padding: 20px;
  	border: 1px solid #767676;
  	font-size: 15px;
}

.wp-block-table.is-style-stripes td, 
.wp-block-table.is-style-stripes th {
	border: transparent;
}

/*** Password Protected Posts Syling ***/

.post-password-form 
input[type=password] {
	width: 29%;
	height: 39px;
	clear: both;
	margin-left: 8px;
	padding-left: 20px;
    border: 1px solid #DEDEDE;
    background-color: #fff;
	font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	color: #9e9e9e;
}

.post-password-form 
input[type=password]:focus {
	outline: none;
    color: #555;
    border-color: #CECECE;
}

.post-password-form label {
	color: #222;
	font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.post-password-form 
input[type=submit] {
	height: 42px;
    padding: 0 32px;
    color: #fff;
    border: none;
    background-color: #FC5653;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 44px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .3s;
}

.post-password-form 
input[type=submit]:hover {
    background-color: #222;
}

/*** WordPress Blocks ***/

.entry 
.wp-block-embed-spotify {
	margin-bottom: 30px;
}

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

.entry 
.blocks-gallery-grid {
	padding-left: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
	width: 100%;
	max-height: 100%;
}

.wp-block-cover-image-text, 
.wp-block-cover-text, 
section.wp-block-cover-image h2 {
	color: #fff !important;
}

.wp-block-cover p {
	margin-bottom: 0;
}

.wp-block-cover a {
	color: #fff;
	text-decoration: underline;
}

.wp-block-cover__inner-container p {
	color: #fff;
}

.wp-block-cover a:hover {
	text-decoration: none;
}

.wp-block-gallery.is-cropped 
.blocks-gallery-item img {
    height: 100%;
    flex: 1;
    object-fit: cover;
}

.wp-block-media-text {
	margin-bottom: 30px;
}

.alignleft 
.wp-block-cover-text {
	text-align: left;
}

.alignright 
.wp-block-cover-text {
	text-align: right;
}

.aligncenter 
.wp-block-cover-text {
	text-align: center;
}

/*-------------------------------------------*\
	4. Header Styling
\*-------------------------------------------*/

#main-header-wrap.white-header {
	height: 102px;
	margin-bottom: 70px;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .06);
}

/*** Sticky Header Styling ***/

.admin-bar 
#main-header.stick-it {
	top: 32px;
}

.transparent-header #main-header.stick-it,
#main-header.stick-it {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 102px;
	padding-top: 0;
	background-color: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .07);
	animation-name: fadeIn;
    animation-duration: .5s;
    animation-fill-mode: both;
}

.transparent-header #main-header.stick-it 
.site-text-logo a {
    color: #222;
}

.transparent-header #main-header.stick-it 
.site-tagline a {
    display: inline-block;
    color: #a0a4ad;
}

.sticky-header-logo,
#main-header.stick-it 
.regular-header-logo {
	display: none;
}

#main-header.stick-it 
.sticky-header-logo {
	display: block;
}

/*** Hidden Sidebar Icon ***/

#hidden-sidebar-icon {
	position: relative;
	width: 20px;
	height: 18px;
	float: left;
	margin-top: 41px;
	margin-right: 15px;
	cursor: pointer;
}

#hidden-sidebar-icon span,
#hidden-sidebar-icon::before,
#hidden-sidebar-icon::after {
	position: absolute;
	left: 0;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #222;
	transition: background .3s;
}

#hidden-sidebar-icon::before {
	top: 0;
}

#hidden-sidebar-icon span {
	top: 8px;
}

#hidden-sidebar-icon::after {
	top: 16px;
}

#hidden-sidebar-icon::before,
#hidden-sidebar-icon::after {
	content: '';
}

#hidden-sidebar-icon:hover span,
#hidden-sidebar-icon:hover::before,
#hidden-sidebar-icon:hover::after {
	background-color: #555;
}

/*** Site Logo Styling ***/

#logo-wrap {
	float: left;
	margin-right: 120px;
}

.site-logo {
	line-height: 102px;
}

.site-text-logo {
	padding-top: 32px;
	text-transform: uppercase;
}

.site-text-logo h1 {
	font-size: 34px;
}

.white-header .site-text-logo {
	padding-top: 0;
}

.white-header .site-text-logo h1 {
	line-height: 102px;
}

.site-text-logo a {
	color: #222;
	text-decoration: none;
}

.site-tagline a {
	display: inline-block;
	color: #a0a4ad;
	margin-top: 2px;
	font-size: 14px;
	text-decoration: none;
}

.site-logo img {
	max-height: 64px;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}

/*** Main Nav Styling ***/

#menu-icon {
	display: none;
}

#main-nav {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}

#main-nav li {
	position: relative;
	padding-right: 24px;
	float: left;
	line-height: 102px;
}

#main-nav a {
	position: relative;
	display: inline-block;
	height: 101px;
	color: #222;
	border-bottom: 1px solid transparent;
}

#main-nav a:hover {
	color: #333;
}

#main-nav .current-menu-item > a {
	color: #222;
}

#main-nav .current-menu-item > a {
	border-bottom-color: #222;
}

#main-nav 
.menu-item-has-children > a {
	padding-right: 12px;
}

#main-nav 
.menu-item-has-children > a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 47px;
	width: 0;
  	height: 0;
  	border-left: 4px solid transparent;
  	border-right: 4px solid transparent;
  	border-top: 6px solid #222; 
}

.transparent-header 
#main-nav 
.menu-item-has-children > a::after {
	border-top-color: #fff;
}

.transparent-header 
.stick-it #main-nav 
.menu-item-has-children > a::after {
	border-top-color: #222;
}

.menu-badge {
	position: absolute;
	right: -14px;
    top: 22px;
	height: 16px;
	padding: 0 8px;
	color: #fff;
	border-radius: 40px;
	background-color: #FC5653;
	font-size: 9px;
	font-weight: 400;
	line-height: 17px;
	font-style: normal;
}

/*** Drop Menu Styling ***/

.transparent-header .stick-it #main-nav ul ul 
.menu-item-has-children > a::after {
	border-top-color: transparent;
}

#main-nav ul ul 
.menu-item-has-children > a::after {
	right: 8px;
    top: 16px;
    border-right: none;
  	border-top: 4px solid transparent;
    border-left: 6px solid #222;
    border-bottom: 4px solid transparent;
}

#main-nav ul li ul {
	position: absolute;
	left: -20px;
	top: 92px;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	float: none;
	padding: 4px 16px;
	border: 1px solid #eee;
	background-color: #fff;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.06);
}

.transparent-header 
#main-nav ul li ul {
	border-radius: 4px;
}

.transparent-header .stick-it 
#main-nav ul li ul {
	border-radius: 0;
}

.transparent-header 
#main-nav ul li ul::after {
	content: "";
    position: absolute;
    left: 26px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.transparent-header .stick-it 
#main-nav ul li ul::after {
	display: none;
}

@keyframes fadeIn {
  	from {
    	opacity: 0;
  	}

  	to {
    	opacity: 1;
  	}
}

#main-nav ul li:hover > ul {
   	visibility: visible;
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-fill-mode: both;
}

#main-nav ul li ul li {
	height: auto;
	clear: both;
	padding-right: 0;
	float: none;
	line-height: normal;
	border-bottom: 1px solid #eee;
}

#main-nav ul li 
ul li:last-child {
	border-bottom: none;
}

.transparent-header 
#main-nav ul li ul a,
#main-nav ul li ul a {
	min-width: 222px;
    height: auto;
    color: #222;
    padding: 10px 6px;
    line-height: 20px;
	transition: all .3s;
}

#main-nav ul ul 
.current-menu-item a,
.transparent-header #main-nav 
ul ul .current-menu-item > a {
	color: #9D9D9D;
	border-bottom: none;
}

/*** Second Level Styling ***/

#main-nav ul li ul ul {
	left: 100%;
	top: -1px;
}

#main-nav ul li ul ul::before,
#main-nav ul li ul ul::after {
	display: none;
}

/*** Transparent Header ***/

.transparent-header 
#main-header {
	position: relative;
	z-index: 10;
	padding-top: 8px;
}

.transparent-header 
.site-text-logo a,
.transparent-header 
.site-tagline a,
.transparent-header 
#main-nav a,
.transparent-header 
#main-nav .current-menu-item > a {
	color: #fff;
}

.transparent-header .sticky-enabled.stick-it 
.site-text-logo a,
.transparent-header .sticky-enabled.stick-it 
.site-tagline a,
.transparent-header .sticky-enabled.stick-it 
#main-nav a,
.transparent-header .sticky-enabled.stick-it 
#main-nav .current-menu-item > a {
	color: #222;
}

.transparent-header 
#hidden-sidebar-icon span,
.transparent-header 
#hidden-sidebar-icon::before,
.transparent-header 
#hidden-sidebar-icon::after {
	background-color: #fff;
}

.transparent-header .sticky-enabled.stick-it 
#hidden-sidebar-icon span,
.transparent-header .sticky-enabled.stick-it 
#hidden-sidebar-icon::before,
.transparent-header .sticky-enabled.stick-it 
#hidden-sidebar-icon::after {
	background-color: #222;
}

.transparent-header 
#main-nav a {
	height: 36px;
	border-bottom: none;
	transition: none;
}

.transparent-header 
#main-nav a:hover {
	opacity: .9;
}

.transparent-header 
#hidden-sidebar-icon:hover span,
.transparent-header 
#hidden-sidebar-icon:hover::before,
.transparent-header 
#hidden-sidebar-icon:hover::after {
	opacity: .9;
}

/*-------------------------------------------*\
	5. Header Elements Styling
\*-------------------------------------------*/

#header-elements {
	position: relative;
	float: right;
	color: #222;
	font-size: 19px;
}

.transparent-header 
#header-elements,
.transparent-header 
#header-social a {
	color: #fff;
}

.transparent-header .sticky-enabled.stick-it 
#header-elements,
.transparent-header .sticky-enabled.stick-it 
#header-social a {
	color: #222;
}

.transparent-header 
#main-header.stick-it .twitter svg path,
.white-header #main-header .twitter svg path {
	fill: #222;
}

#header-social ul,
#header-social li {
	float: left;
}

#header-social li {
	margin-left: 24px;
	line-height: 102px;
}

#header-social > li:first-child {
	margin-left: 0;
}

#header-social > li {
	display: none;
}

#header-social 
.elements-li-wrap {
	display: inline-block;
	margin-left: 0;
}

#header-social > li:nth-child(1),
#header-social > li:nth-child(2),
#header-social > li:nth-child(3) {
	display: inline-block;
}

#header-social .twitter svg {
	transition: opacity .3s;
}

#header-social .twitter a:hover svg {
	opacity: .9;
}

#more-social-icons,
#header-search-icon i {
	cursor: pointer;
}

#header-social a {
	display: inline-block;
	height: 0;
	color: #222;
}

#header-social a:hover i,
#more-social-icons:hover i,
#header-social i:hover {
	color: #555;
}

.transparent-header 
#header-social a:hover i,
.transparent-header 
#more-social-icons:hover i,
.transparent-header 
#header-social i:hover {
	color: #fff;
	opacity: .9;
}

.transparent-header .sticky-enabled.stick-it 
#header-social a:hover i,
.transparent-header .sticky-enabled.stick-it 
#more-social-icons:hover i,
.transparent-header .sticky-enabled.stick-it 
#header-social i:hover {
	color: #222;
}

/*** Hidden Social Media Icons ***/

#hidden-social-ul {
	position: absolute;
	right: 0;
	top: 79px;
	display: flex;
	height: 42px;
	padding: 12px;
	visibility: hidden;
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
}

.transparent-header 
#hidden-social-ul,
.transparent-header 
#hidden-social-ul a {
	border-radius: 32px;
}

.transparent-header .sticky-enabled.stick-it 
#hidden-social-ul,
.transparent-header .sticky-enabled.stick-it 
#hidden-social-ul a {
	border-radius: 0;
}

.transparent-header 
#hidden-social-ul {
	padding: 6px;
}

.transparent-header .sticky-enabled.stick-it 
#hidden-social-ul {
	padding: 12px;
}

.transparent-header .sticky-enabled.stick-it 
#hidden-social-ul a,
.transparent-header .sticky-enabled.stick-it 
#hidden-social-ul a:hover i {
	color: #fff;
}

.transparent-header 
#hidden-social-ul a:hover i {
	opacity: 1;
}

#more-social-icons.no-extra-icons {
	display: none;
}

#hidden-social-ul.visible-extra-social {
	visibility: visible;
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-fill-mode: both;
}

#hidden-social-ul.visible-extra-social::after {
	content: "";
    position: absolute;
    right: 38px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

#hidden-social-ul li {
	margin-left: 12px;
	line-height: 33px;
}

#hidden-social-ul li {
	margin-right: 3px;
	margin-left: 0;
}

#hidden-social-ul li:last-child {
	margin-right: 0;
}

#hidden-social-ul li:nth-child(1),
#hidden-social-ul li:nth-child(2),
#hidden-social-ul li:nth-child(3) {
	display: none;
}

#hidden-social-ul a {
	width: 32px;
	height: 32px;
	color: #fff;
	text-align: center;
	transition: background .3s;
}

#hidden-social-ul .linkedin a {
	background-color: #0E76A8;
}

#hidden-social-ul .spotify a {
	background-color: #1DB954;
}

#hidden-social-ul .soundcloud a {
	background-color: #FF7700;
}

#hidden-social-ul .youtube a {
	background-color: #C4302B;
}

#hidden-social-ul .apple a {
	background-color: #222;
}

#hidden-social-ul a:hover {
	color: #fff;
	background-color: #a0a4ad;
}

#hidden-social-ul a:hover i {
	color: #fff;
	opacity: 1;
}

/*** Modal Search Form Styling ***/

#modal-search {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 5555;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.97);
	visibility: hidden;
	opacity: 0;
	transition: opacity .6s;
}

#modal-search-inner {
	width: 700px;
	margin: 210px auto 0 auto;
}

#modal-search 
#searchform {
	position: relative;
	width: 100%;
	height: 108px;
	border-bottom: 3px solid #eee;
}

#modal-search 
#searchform:focus {
	border-bottom-color: #222;
}

#modal-search.search-show {
	visibility: visible;
	opacity: 1;
}

#modal-search #s {
	width: inherit;
	height: inherit;
    color: #222;
    border: none;
	background-color: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 42px;
    font-weight: 700;
}

#modal-search #s:focus {
	outline: none;
}

#modal-search 
#searchsubmit {
	display: none;
}

.m-search-close {
	position: absolute;
	right: 54px;
	top: 50px;
	width: 32px;
	height: 32px;
	background: url(images/modal-close.svg) no-repeat;
	opacity: .6;
	cursor: pointer;
	transition: opacity .3s;
}

.m-search-close:hover {
	opacity: 1;
}

.search-info {
	display: block;
	margin-top: 26px;
	color: #BCBCBC;
}

/*-------------------------------------------*\
	6. Hidden Sidebar Styling
\*-------------------------------------------*/

#hidden-sidebar-wrap {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	display: none;
	width: 390px;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #fff;
}

.hidden-sidebar-close {
	position: absolute;
	right: 30px;
    top: 28px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #eee;
    line-height: 40px;
    text-align: center;
	cursor: pointer;
	transition: all .3s;
}

.admin-bar .hidden-sidebar-close {
    top: 58px;
}

.hidden-sidebar-close::after {
    content: "\f00d";
    color: #bdbdbd;
    font-family: 'FontAwesome';
    font-size: 19px;
    transform: rotate(0.001deg);
    transition: color .3s;
}

.hidden-sidebar-close:hover {
	border-color: #e6e6e6;
}

.hidden-sidebar-close:hover::after {
	color: #222;
}

#hidden-sidebar {
	display: block;
	padding: 80px 30px 0;
}

.admin-bar #hidden-sidebar {
	padding-top: 110px;
}

#hidden-sidebar .widget {
	width: 100%;
	margin-bottom: 50px;
}

#hidden-sidebar 
.section-heading {
	margin-bottom: 39px;
}

#hidden-sidebar 
.small-section-heading h4 {
    font-size: 17px;
}

.body-overlay {
	position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    background: rgba(21,21,21,.6);
    animation-name: fadeIn;
  	animation-duration: .8s;
  	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#hidden-sidebar 
.fb_iframe_widget,
#hidden-sidebar 
.fb_iframe_widget > span,
#hidden-sidebar 
.fb_iframe_widget iframe {
    width: 100% !important;
}

/*** Hidden Sidebar Menu ***/

#hidden-sidebar 
.widget_nav_menu {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

#hidden-sidebar 
.widget_nav_menu li {
	position: relative;
}

#hidden-sidebar 
.widget_nav_menu li::before {
	display: none;
}

#hidden-sidebar 
.widget_nav_menu ul li ul {
    position: static;
    visibility: hidden;
    padding: 0;
    box-shadow: none;
    opacity: 1;
}

#hidden-sidebar 
.widget_nav_menu 
.menu-arrow {
    position: absolute;
    right: 7px;
    top: -7px;
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    border: 1px solid #eee;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

#hidden-sidebar 
.widget_nav_menu  
.menu-arrow::after {
    content: "\f078";
    color: #222;
    font-family: 'FontAwesome';
    font-size: 14px;
    transform: rotate(0.001deg);
    transition: color .3s;
}

#hidden-sidebar 
.widget_nav_menu  
.menu-arrow:hover::after {
	color: #a0a4ad;
}

#hidden-sidebar 
.widget_nav_menu 
.menu-arrow.menu-children-visible::after {
    content: "\f00d";
    font-size: 14px;
}

#hidden-sidebar 
.widget_nav_menu ul li:hover > ul {
    visibility: hidden;
    animation: none;
}

#hidden-sidebar 
.widget_nav_menu 
.menu-item-has-children > ul {
    position: static;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

#hidden-sidebar 
.widget_nav_menu ul 
.menu-item-has-children.menu-children-visible > ul {
    visibility: visible;
    height: auto;
    padding-top: 20px;
    opacity: 1;
}

#hidden-sidebar 
.widget_nav_menu ul li ul:before,
#hidden-sidebar 
.widget_nav_menu ul li ul:after {
    display: none;
}

/*-------------------------------------------*\
	7. Hero Styling
\*-------------------------------------------*/

#home-hero-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 840px;
	margin-top: -110px;
	margin-bottom: 30px;
	color: #fff;
}

#hero-gradient {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: inherit;
	background-image: linear-gradient(90deg, #fc5653 0%, #4d3ed1 100%);
	opacity: 0.83;
}

.hero-content {
	position: relative;
	z-index: 4;
	padding-top: 254px;
}

.hero-content a,
.hero-content .post-title a {
	color: #fff;
}

.hero-content a:hover,
.hero-content .post-title a:hover {
	opacity: .9;
}

#hero-slider-2 a:hover {
	opacity: .95;
}

#hero-curve {
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 3;
	width: 100%;
	height: auto;
}

/*** Hero Slider One Styling ***/

#hero-slider-1 {
	position: absolute;
	left: 0;
	top: 302px;
	width: 654px;
	padding-left: 60px;
}

#hero-slider-1 
.slides > li {
	height: 330px;
}

#hero-slider-1 
.episode-no {
	position: relative;
	display: block;
	margin-bottom: 8px;
	padding-left: 28px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

#hero-slider-1 
.episode-no::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	width: 22px;
	height: 1px;
	background-color: #fff;
}

#hero-slider-1 h1 {
	margin-bottom: 10px;
	font-size: 45px;
	line-height: 51px;
}

#hero-slider-1 .flex-next,
#hero-slider-1 .flex-prev {
	position: absolute;
	left: 0;
	width: 38px;
	height: 38px;
	border: 1px solid #fff;
	border-radius: 38px;
	text-align: center;
	line-height: 38px;
}

#hero-slider-1 .flex-next::before,
#hero-slider-1 .flex-prev::before {
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 21px;
    transform: rotate(0.001deg);
}

#hero-slider-1 .flex-next::before {
	content: "\f106";
}

#hero-slider-1 .flex-prev::before {
	content: "\f107";
}

#hero-slider-1 .flex-next {
	top: 40px;
}

#hero-slider-1 .flex-prev {
	top: 88px;
	line-height: 40px;
}

#hero-slider-1 
.excerpt {
	margin-bottom: 16px;
}

/*** Hero Episode Play Button ***/

#hero-slider-1 
.player-btn,
#hero-slider-1 
.player-btn-external {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
}

#hero-slider-1 
.play-btn-txt {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

#hero-slider-1 
.play-btn-txt-playing,
#hero-slider-1 
.player-btn.now-playing .play-btn-txt {
	display: none;
}

#hero-slider-1 
.player-btn.now-playing .play-btn-txt-playing {
	display: inline-block;
	cursor: default;
}

#hero-slider-1 
.episode-play-icon {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 6px;
	border-radius: 48px;
	background-color: #fff;
}

#hero-slider-1 
.episode-play-icon::after {
	content: "";
	position: absolute;
    right: 14px;
    top: 16px;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #FC5653;
    transition: border-color .3s;
}

#hero-slider-1 
.player-btn:hover 
.episode-play-icon::after,
#hero-slider-1 
.player-btn-external:hover 
.episode-play-icon::after {
	border-left-color: #222;
}

#hero-slider-1 
.player-btn.now-playing 
.episode-play-icon::after,
#hero-slider-1 
.player-btn-external.now-playing 
.episode-play-icon::after {
	right: 10px;
    top: 2px;
    display: block;
    width: 26px;
	content: "\f2d2";
	color: #FC5653;
	font-family: 'FontAwesome';
	font-size: 21px;
	font-weight: 400;
	transform: rotate(0.001deg);
    border: none;
}

/*** External Player Button **/

#hero-slider-1 
.player-btn-external.now-playing 
.play-btn-txt {
	display: none;
}

#hero-slider-1 
.now-playing 
.play-btn-txt.play-btn-txt-playing {
	display: inline-block;
}

/*** Hero Slider Two Styling ***/

#hero-slider-2 {
	position: absolute;
	right: 0;
	top: 261px;
	width: 399px;
	height: 399px;
	overflow: hidden;
	border-radius: 399px;
}

#hero-slider-2:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: inherit;
	height: inherit;
	background-color: #fff;
}

#hero-slider-2 ul {
	position: relative;
	width: 385px;
	height: 385px;
}

.slides > .hero-content-li {
	display: none;
}

#hero-slider-2 
.hero-content-li img {
	position: absolute;
	left: 7px;
	top: 7px;
	z-index: 2;
	width: 100%;
	height: auto;
	border-radius: 399px;
}

.hero-content-li.no-image {
	font-size: 37px;
	line-height: 385px;
	text-align: center;
}

.hero-content-li.no-image i {
	color: #a0a4ad;
}

/*-------------------------------------------*\
	8. Player Styling
\*-------------------------------------------*/

.hero-slide-content 
.external-player-wrap {
	display: none;
}

#audio-player-large {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 300;
	display: none;
	width: 452px;
    height: 252px;
    padding: 12px;
    border: 1px solid #f3f3f3;
    border-radius: 3px 0 0 0;
    background-color: #fff;
	box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.06);
}

#audio-player-large.single-player {
	display: block;
}

#audio-player-large.player-show {
	display: block;
	animation-name: fadeIn;
    animation-duration: .7s;
    animation-fill-mode: both;
}

#audio-player-large.hidden-player {
	display: block;
}

.external-player-wrap {
	height: inherit;
}

#audio-player-large {
	transition: bottom .7s linear;
}

#audio-player-large.hidden-player {
	bottom: -284px;
}

#audio-player-large 
.external-player-wrap iframe {
	position: relative;
	z-index: 2;
	width: 100%;
	height: inherit;
}

#audio-player-large::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 98px;
	z-index: 1;
	content: '';
	width: 70px;
	height: 70px;
	margin: 0 auto;
	background: url(images/loading-spinner-light.svg) no-repeat;
}

/*** Player Elements Styling ***/

#audio-player-large.is-external-player 
.player-share,
#audio-player-large.is-external-player 
.large-player-seek {
	display: none;
}

/*** Player Content Styling ***/

.player-content {
	display: none;
}

#audio-player-large 
.player-content {
	display: block;
}

.player-content {
	position: absolute;
	left: 12px;
	top: 24px;
	z-index: 2;
	width: 454px;
	background-color: #fff;
	text-align: center;
}

.player-thumb,
.player-content 
.no-image {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin-bottom: 5px;
	border-radius: 90px;
	overflow: hidden;
}

.player-content 
.no-image {
	color: #8a8d96;
	background-color: #ddd;
	line-height: 90px;
}

.player-content 
.post-meta a {
	color: #a0a4ad;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.player-content 
.post-title {
	font-size: 15px;
	line-height: 19px;
}

#audio-player-large 
.mejs-container.mejs-audio {
	position: absolute;
	left: 12px;
	bottom: 40px;
	z-index: 2;
}

.large-player-seek {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
	z-index: 3;
	width: 86px;
	margin: 0 auto;
	font-size: 12px;
    font-weight: 500;
}

.large-player-seek li {
	color: #BDC0C9;
	cursor: pointer;
	transition: color .3s;
}

.large-player-seek li:hover {
	color: #222;
}

.large-player-back {
	float: left;
}

.large-player-forward {
	float: right;
}

.large-player-back::after,
.large-player-forward::before {
	font-family: 'FontAwesome';
	font-size: 18px;
    transform: rotate(0.001deg);
}

.large-player-back::after {
	content: "\f01e";
	display: inline-block;
	margin-left: 5px;
	transform: scale(-1, 1);
}

.large-player-forward::before {
	content: "\f01e";
	margin-right: 5px;
}

/*** Audio Player Styling ***/

#audio-player-large .mejs-container.mejs-audio {
	width: 452px !important;
	height: 54px !important;
}

#audio-player-large 
.mejs-container.mejs-audio,
#audio-player-large 
.mejs-container.mejs-audio .mejs-controls,
#audio-player-large 
.mejs-embed,
#audio-player-large 
.mejs-embed body {
	padding: 0;
	background: transparent;
}

#audio-player-large 
.mejs-audio .mejs-controls,
#audio-player-large 
.mejs-audio .mejs-button, 
#audio-player-large 
.mejs-audio .mejs-time, 
#audio-player-large 
.mejs-audio .mejs-time-rail {
	height: 54px;
}

#audio-player-large 
.mejs-audio .mejs-playpause-button {
	width: 54px;
	margin-left: 3px;
}

#audio-player-large 
.mejs-audio .mejs-play > button,
#audio-player-large 
.mejs-audio .mejs-pause > button,
#audio-player-large 
.mejs-audio .mejs-replay > button {
	width: 54px;
	height: 54px;
	margin: 0;
	border-radius: 54px;
	background: url(images/large-play-btn.svg) 21px center no-repeat #FC5653;
	transition: background-color .3s;
}

#audio-player-large 
.mejs-audio .mejs-pause > button {
	background: url(images/large-pause-btn.svg) center center no-repeat #FC5653;
}

#audio-player-large 
.mejs-audio .mejs-replay > button {
	background: url(images/large-repeat-btn.svg) center center no-repeat #FC5653;
}

#audio-player-large 
.mejs-audio .mejs-play > button:hover,
#audio-player-large 
.mejs-audio .mejs-pause > button:hover,
#audio-player-large 
.mejs-audio .mejs-replay > button:hover {
	background-color: #acafb5;
}

#audio-player-large 
.mejs-audio .mejs-time {
	padding-top: 0;
	padding-right: 8px;
	padding-left: 8px;
}

#audio-player-large 
.mejs-audio .mejs-time-rail {
	padding-top: 19px;
	margin: 0
}

#audio-player-large 
.mejs-audio .mejs-duration,
#audio-player-large 
.mejs-audio .mejs-currenttime {
	color: #acafb5;
    font-size: 12px;
    font-weight: 500;
    line-height: 54px;
}

#audio-player-large 
.mejs-audio .mejs-time-buffering,
#audio-player-large 
.mejs-audio .mejs-time-current,
#audio-player-large 
.mejs-audio .mejs-time-loaded,
#audio-player-large 
.mejs-audio .mejs-time-total {
	height: 6px;
}

#audio-player-large 
.mejs-audio .mejs-time-handle,
#audio-player-large 
.mejs-audio .mejs-time-handle-content {
	border-radius: 20px;
}

#audio-player-large 
.mejs-audio .mejs-time-handle-content {
	top: -6px;
}

#audio-player-large .mejs-audio .mejs-controls 
.mejs-time-rail 
.mejs-time-loaded,
#audio-player-large 
.mejs-audio .mejs-time-total {
	background-color: #DADCE1;
}

#audio-player-large .mejs-audio .mejs-controls 
.mejs-horizontal-volume-slider 
.mejs-horizontal-volume-current,
#audio-player-large .mejs-audio .mejs-controls 
.mejs-time-rail 
.mejs-time-current {
	background-color: #FC5653;
}

#audio-player-large 
.mejs-audio .mejs-time-rail {
	line-height: 14px;
}

#audio-player-large 
.mejs-audio .mejs-time-float {
	color: #222;
	border: none;
}

#audio-player-large 
.mejs-audio .mejs-volume-button button {
	margin-top: 20px;
	overflow: visible;
}

#audio-player-large 
.mejs-audio .mejs-mute button {
	background: no-repeat;
}

#audio-player-large 
.mejs-audio .mejs-mute button::after,
#audio-player-large 
.mejs-audio .mejs-unmute button::after {
	color: #FC5653;
	font-family: 'FontAwesome';
	font-size: 22px;
    transform: rotate(0.001deg);
    transition: color .3s;
}

#audio-player-large 
.mejs-audio .mejs-mute button::after {
	content: "\f028";
}

#audio-player-large 
.mejs-audio .mejs-unmute button::after {
	content: "\f026";
}

#audio-player-large .mejs-audio .mejs-controls 
.mejs-horizontal-volume-slider 
.mejs-horizontal-volume-total {
	height: 6px;
	margin-top: 7px;
	background-color: #DADCE1;
}

/*** Player Hide Show Button ***/

.player-show-hide {
	position: absolute;
    right: 22px;
    top: -32px;
    z-index: 301;
    display: block;
    width: 38px;
    height: 38px;
    color: #222;
    border: 1px solid #f3f3f3;
    border-radius: 38px;
    background-color: #fff;
	box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.06);
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

.hidden-player 
.player-show-hide {
	top: -62px;
}

.hidden-player 
.player-show-hide {
	line-height: 38px;
}

.player-show-hide::after {
	font-family: 'FontAwesome';
	font-size: 17px;
    transform: rotate(0.001deg);
    transition: color .3s;
}

.player-show-hide:hover::after {
	color: #FC5653;
}

.player-show-hide::after {
	content: "\f00d";
}

.hidden-player 
.player-show-hide::after {
	content: "\f065";
}

/*-------------------------------------------*\
	9. Favorite Episodes Styling
\*-------------------------------------------*/

.favorite-episodes {
	margin-bottom: 60px;
}

.section-heading {
	position: relative;
	height: 51px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.section-heading span {
	display: inline-block;
	margin-bottom: 2px;
	padding-left: 28px;
	color: #a0a4ad;
	font-size: 12px;
	font-weight: 400;
}

.section-heading span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	display: block;
	width: 22px;
	height: 1px;
	background-color: #FC5653;
}

.section-heading h1 {
	font-size: 24px;
}

.favorite-episodes-two article {
	height: inherit;
}

/*** Small Favorite Episodes ***/

.small-fav-episodes {
	width: 320px;
	float: left;
}

.small-fav-episodes article {
	margin-bottom: 43px;
}

.small-fav-episodes 
article:last-child {
	margin-bottom: 0;
}

.small-fav-episodes 
.post-thumb {
	width: 320px;
	height: 207px;
	margin-bottom: 16px;
}

.post-thumb 
.thumb-cat {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 2;
	display: block;
	height: 25px;
	padding: 0 14px;
	color: #222;
	border-radius: 25px;
	background-color: #fff;
	font-size: 11px;
	font-weight: 500;
	line-height: 27px;
	text-transform: uppercase;
}

.post-thumb 
.thumb-cat:hover {
	color: #FC5653;
}

.post-thumb 
.thumb-cat::before,
.content-category::before {
	content: "\0023";
	color: #FC5653;
}

.has-user-media 
.post-content {
	position: relative;
	padding-left: 62px;
}

.post-content 
.episode-no,
.content-category {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.small-fav-episodes 
.post-title {
	margin-bottom: 3px;
	font-size: 19px;
	line-height: 23px;
}

.post-meta,
.post-meta a {
	color: #a0a4ad;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.post-content 
.external-player-wrap {
	display: none;
}

/*** Post Play Icon Styling ***/

.episode-play-icon {
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 2;
    display: block;
    width: 48px;
    height: 48px;
    margin-right: 6px;
    border-radius: 48px;
    background-color: #FC5653;
    transition: background .3s;
    cursor: pointer;
}

.episode-play-icon::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 16px;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #fff;
}

.episode-play-icon:hover {
	background-color: #acafb5;
}

.now-playing .episode-play-icon {
	background-color: #222;
	cursor: default;
}

.player-btn.now-playing 
.episode-play-icon::after,
.player-btn-external.now-playing 
.episode-play-icon::after {
    right: 10px;
    top: 14px;
    display: block;
    width: 26px;
    content: "\f2d2";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 21px;
    font-weight: 400;
    transform: rotate(0.001deg);
    border: none;
}

/*** Large Favorite Episode ***/

.large-fav-episode {
	position: relative;
	width: 840px;
	height: 686px;
	float: right;
}

.large-fav-episode 
.post-thumb {
	width: inherit;
	height: inherit;
}

.large-fav-episode 
.thumb-caption {
	position: absolute;
	left: 0;
	bottom: 37px;
	padding: 0 20px;
}

.thumb-caption 
.post-content {
	position: relative;
	z-index: 2;
}

.large-fav-episode 
.has-user-media .post-content {
	padding-right: 30px;
	padding-left: 86px;
}

.large-fav-episode 
.episode-no {
    margin-bottom: 9px;
}

.large-fav-episode 
.post-title {
	margin-bottom: 5px;
	font-size: 37px;
    line-height: 43px;
}

.large-fav-episode 
.post-content .episode-no,
.large-fav-episode .post-meta a {
	font-weight: 400;
}

.thumb-caption,
.thumb-caption a {
	color: #fff;
}

.thumb-caption a:hover {
	color: #fff;
    opacity: .9;
}

.caption-bg {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 527px;
    opacity: .85;
    border-radius: 0px 0px 4px 4px;
    background: linear-gradient(rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.06) 28.02%, #000 90%);
}

.large-fav-episode 
.episode-play-icon {
	top: 19%;
	width: 72px;
	height: 72px;
}

.large-fav-episode 
.episode-play-icon::after {
    right: 22px;
    top: 26px;
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 20px;
}

.large-fav-episode 
.player-btn.now-playing .episode-play-icon::after,
.large-fav-episode 
.player-btn-external.now-playing .episode-play-icon::after {
    right: 22px;
    top: 26px;
}

/*** Favorite Episodes Two ***/

.favorite-episodes-two 
.large-fav-episode {
	width: 528px;
	height: 600px;
	float: left;
}

.favorite-episodes-two 
.episode-no,
.favorite-episodes-two 
.post-meta a {
	font-weight: 400;
}

.favorite-episodes-two 
.large-fav-episode .post-title {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 34px;
}

.favorite-episodes-two 
.small-fav-episodes {
	width: 656px;
	float: right;
}

.favorite-episodes-two 
.small-fav-episodes article {
	position: relative;
	width: 320px;
	height: 600px;
	float: left;
	margin-bottom: 0;
}

.favorite-episodes-two 
.small-fav-episodes article + article {
	margin-left: 16px;
}

.favorite-episodes-two 
.small-fav-episodes .post-thumb {
	height: inherit;
}

.favorite-episodes-two 
.small-fav-episodes .thumb-caption {
    position: absolute;
    left: 0;
    bottom: 24px;
    padding: 0 20px;
}

.favorite-episodes-two 
.small-fav-episodes 
.has-user-media .post-content {
    padding-left: 60px;
}

.favorite-episodes-two 
.small-fav-episodes 
.episode-play-icon {
    top: 28%;
}

.favorite-episodes-two 
.small-fav-episodes .post-title {
    font-size: 22px;
    line-height: 26px;
}

/*-------------------------------------------*\
	10. Carousel Styling
\*-------------------------------------------*/

#carousel-wrap {
	height: 482px;
	padding-top: 54px;
	margin-bottom: 106px;
	background-color: #222;
}

#carousel-wrap 
.section-heading span {
    color: #8f9094;
}

#carousel-wrap 
.section-heading h1 {
	color: #fff;
}

#carousel {
	position: relative;
	width: 1185px;
	height: 435px;
}


#carousel .slides > li {
	display: none;
}

.carousel-post {
	position: relative;
	width: 270px;
	height: 435px;
	float: left;
	overflow: hidden;
}

.carousel-post 
.post-thumb {
	height: 435px;
}

.carousel-post 
.caption-bg {
	height: 299px;
	background: linear-gradient(rgba(12, 12, 12, 0) 0%, #0c0c0c 100%);
	opacity: 1;
}

/*** Caption Styling ***/

.carousel-post 
.post-content {
	position: static;
}

.carousel-txt {
	position: absolute;
	left: 0;
	bottom: 17px;
	z-index: 3;
	padding: 0 22px;
}

.carousel-txt 
.post-title {
	font-size: 19px;
	line-height: 23px;
}

.carousel-txt .episode-no,
.carousel-txt .post-meta a {
	font-weight: 400;
}

.carousel-txt .episode-no {
    margin-bottom: 3px;
}

.carousel-txt .post-title {
    margin-bottom: 2px;
}

/*** Carousel Play Button ***/

.carousel-post 
.episode-play-icon {
	position: absolute;
	left: 14px;
	top: 14px;
	z-index: 4;
}

.carousel-post 
.episode-play-icon:hover {
	background-color: #222;
}

/*** Carousel Nav Styling ***/

#carousel-nav 
.flex-control-nav {
	position: absolute;
	right: -20px;
	top: 89px;
	z-index: 6;
}

#carousel-nav 
.flex-control-nav a {
	display: block;
	width: 5px;
    height: 10px;
	margin-bottom: 5px;
	border-radius: 7px;
	background-color: #fff;
	text-indent: -9999px;
}

#carousel-nav 
.flex-control-nav a.flex-active {
	height: 30px;
	background-color: #FC5653;
}

#carousel-nav 
.flex-direction-nav a {
	position: absolute;
	top: 182px;
	z-index: 7;
	display: block;
	width: 42px;
	height: 72px;
	color: #fff;
	text-align: center;
	background: rgba(64, 64, 64, 0.34);
	opacity: 0;
}

#carousel-wrap:hover 
.flex-direction-nav a {
	opacity: 1;
}

#carousel-nav 
.flex-direction-nav a:hover {
	background-color: #222;
}

#carousel-nav 
.flex-direction-nav a::after {
	font-family: 'FontAwesome';
	font-size: 23px;
	line-height: 72px;
    transform: rotate(0.001deg);
}

#carousel-nav 
.flex-next {
	right: 0;
	border-radius: 4px 0px 0px 4px;
}

#carousel-nav 
.flex-prev {
	left: 0;
	border-radius: 0px 4px 4px 0px;
}

#carousel-nav 
.flex-next::after {
	content: "\f105";
}

#carousel-nav 
.flex-prev::after {
	content: "\f104";
}

/*-------------------------------------------*\
	11. Banner Ads Styling
\*-------------------------------------------*/

.image-banner-wrap {
	clear: both;
	text-align: center;
}

.image-banner-wrap .home-banner {
	margin-bottom: 60px;
}

.image-banner img {
	max-width: 100%;
    vertical-align: middle;
}

.image-banner-url {
	display: inline-block;
}

/*-------------------------------------------*\
	12. Recent Posts Styling
\*-------------------------------------------*/

.medium-post {
	width: 374px;
	float: left;
	margin-right: 39px;
	margin-bottom: 40px;
}

.medium-post 
.post-thumb {
	margin-bottom: 21px;
}

.medium-post 
.post-content .episode-no {
    margin-bottom: 7px;
}

.medium-post 
.post-title {
	margin-bottom: 5px;
	font-size: 21px;
    line-height: 25px;
}

.full-width-posts 
.medium-post:nth-child(3n) {
	margin-right: 0;
}

.full-width-posts 
.medium-post:nth-child(3n+1) {
    clear: left;
}

.recent-posts-wrap {
	width: 787px;
	float: left;
}

.recent-posts 
.medium-post:nth-child(2n) {
	margin-right: 0;
}

/*** Sticky Posts Styling ***/

article.sticky 
.post-title a {
	position: relative;
	padding-left: 26px;
}

article.sticky 
.post-title a::before {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(images/sticky-pin.svg) no-repeat;
}

/*** Load More Button Styling ***/

.load-more-wrap {
	clear: both;
	text-align: center;
}

.loading-text-svg {
	position: relative;
	display: none;
	height: 42px;
	padding-left: 26px;
}

.load-more.loading 
.loading-text-svg {
	display: inline-block;
}

.loading-text-svg svg {
	position: absolute;
	left: -11px;
	top: 0;
	display: block;
	width: 42px;
	height: 42px;
	margin: 0 auto;
}

.load-more {
	position: relative;
	display: inline-block;
    height: 42px;
    padding: 0 66px;
    margin-bottom: 68px;
    color: #222;
    border-radius: 4px;
    background-color: #EBEBEB;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 14px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
}

.load-more.loading,
.load-more.loading:hover {
	color: #868686;
	background-color: #fff;
	box-shadow: none;
	cursor: default;
}

.load-more.no-more-posts,
.load-more.no-more-posts:hover {
	background-color: #EBEBEB;
}

.load-more:hover {
	color: #fff;
	background-color: #FC5653;
	box-shadow: none;
}

.load-more.loading 
.load-more-txt,
.no-more-txt,
.no-more-posts.load-more.loading 
.loading-text-svg {
	display: none;
}

.no-more-posts 
.no-more-txt {
	display: inline-block;
}

.no-more-posts {
	cursor: unset;
}

/*** Pagination Styling ***/

.pagination {
	width: 100%;
	clear: both;
	margin-bottom: 68px;
	color: #222;
	font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.pagination a,
.post-nav-links a {
	display: block;
	float: left;
	padding: 12px 17px 11px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #fff;
	border-radius: 4px;
    background-color: #FC5653;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	text-decoration: none;
	transition: all .3s;
}

.pagination a:hover,
.post-nav-links a:hover {
	color: #fff;
    background-color: #222;
    box-shadow: none;
}

.pagination
.current,
.post-nav-links .current {
	display: block;
	float: left;
	padding: 12px 17px 11px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
    background-color: #EBEBEB;
}

.pagination .dots,
.post-nav-links .dots {
	height: 36px;
	margin: 19px 19px 0 9px;
	float: left;
}

.post-nav-links a,
.post-nav-links .current,
.post-nav-links .dots {
	display: inline-block;
	float: none;
	margin-right: 2px;
	margin-left: 5px;
}

/*-------------------------------------------*\
	13. Page Templates Styling
\*-------------------------------------------*/

.page-temp-wrap .entry,
#full-width-page,
#full-width-page .entry {
	margin-bottom: 50px;
}

.page-main-title {
	margin-bottom: 30px;
}

/*** Contact Form 7 Styling ***/

.entry .wpcf7 {
	overflow: hidden;
}

.wpcf7 p {
	float: left;
	clear: both;
	margin-bottom: 10px;
}

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

.wpcf7-form
label {
	display: block;
    color: #222;
    font-weight: 700;
    font-size: 12px;
	text-transform: uppercase;
}

.wpcf7-text {
	width: 300px;
	height: 46px;
}

.wpcf7-textarea {
	width: 770px;
	height: 240px;
	padding-top: 10px;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
	color: #9e9e9e;
    padding-left: 10px;
    margin-bottom: 14px;
    border: 1px solid #DEDEDE;
    background-color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: all .3s
}

.wpcf7-text.wpcf7-not-valid {
	margin-bottom: 2px;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
	outline: none;
    color: #555;
    border-color: #CECECE;
}

.wpcf7-response-output {
	float: left;
}

.wpcf7-submit {
	height: 42px;
    padding: 0 30px;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #FC5653;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
}

.wpcf7-submit:hover {
	color: #fff;
    background-color: #222;
    box-shadow: none;
}

input::-moz-focus-inner { 
	border: 0; 
	padding: 0; 
	margin-top:-2px; 
	margin-bottom: -2px; 
}

/*-------------------------------------------*\
	14. Error Page Styling
\*-------------------------------------------*/

.error-content-wrap {
	margin-top: 160px;
    margin-bottom: 200px;
	text-align: center;
}

.error-content-wrap h1 {
	margin-bottom: 20px;
	font-size: 46px;
}

.error-content-wrap h3 {
	margin-bottom: 20px;
}

.error-content-wrap p {
	margin-bottom: 28px;
	color: #9c9c9c;
}

.error-wrap #searchform {
	position: relative;
	width: 432px;
    height: 48px;
	margin: 0 auto 22px auto;
}

.error-wrap #s {
	width: 280px;
    height: 46px;
    color: #9e9e9e;
    padding: 0 120px 0 30px;
    border: 1px solid #E8E8E8;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.error-wrap #s:focus {
	color: #555;
	border-color: #CECECE;
	outline: none;
}

.error-wrap #searchsubmit {
	position: absolute;
	right: 3px;
    top: 3px;
    height: 42px;
	color: #fff;
	padding: 0 28px;
	border: none;
	background-color: #FC5653;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 43px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .3s;
}

.error-wrap #searchsubmit:hover {
	color: #fff;
	background-color: #222;
}

.go-to-home {
	color: #222;
	font-size: 34px;
	transition: color .3s;
}

.go-to-home:hover {
	color: #FC5653;
}

/*-------------------------------------------*\
	15. Single Post Styling
\*-------------------------------------------*/

.single-wrap-left {
	width: 787px;
	float: left;
}

.single-wrap-left 
.single-thumb {
	margin-bottom: 38px;
	border-radius: 4px;
	overflow: hidden;
	line-height: 0;
}

.single-wrap-left 
.single-article {
	position: relative;
	padding-left: 69px;
}

.single-post-title {
	margin-bottom: 19px;
	font-size: 36px;
	line-height: 42px;
}

/*** Single Layout 2 & 3 Styling ***/

.single-wrap-center {
	width: 718px;
	margin: 0 auto;
}

.single-center-header {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}

.single-center-header 
.post-meta {
	display: inline-block;
}

.single-thumb-w-capt {
	height: 479px;
	overflow: hidden;
	margin-bottom: 40px;
}

.single-thumb-w-capt 
.single-header {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 19px;
	z-index: 2;
	width: 718px;
	margin: 0 auto;
	color: #fff;
}

.single-wrap-left 
.single-thumb-w-capt {
	line-height: normal;
}

.single-wrap-left 
.single-thumb-w-capt 
.single-header {
	bottom: 13px;
}

.single-thumb-w-capt 
.single-episode-no {
	color: #fff;
}

.single-thumb-w-capt 
.single-post-title {
    margin-bottom: 12px;
}

.single-thumb-w-capt .post-meta {
    font-weight: 400;
}

.single-thumb-w-capt 
.single-post-title,
.single-thumb-w-capt 
.post-meta,
.single-thumb-w-capt 
.post-meta a {
	color: #fff;
}

.single-thumb-w-capt 
.post-author::after {
	background-color: #fff;
}

.single-thumb-w-capt 
.caption-bg {
	background: linear-gradient(rgba(12, 12, 12, 0) 0%, #0c0c0c 100%);
}

.single-wrap-center 
.single-article {
	position: relative;
}

/*** Single Post Meta ***/

.single-meta {
	margin-bottom: 40px;
	color: #a0a4ad;
	font-size: 12px;
	text-transform: uppercase;
}

.single-meta li {
	float: left;
}

.single-categories {
	margin-right: 24px;
}

.single-article 
.post-meta {
	font-weight: 400;
}

.single-episode-no {
	position: relative;
	display: inline-block;
	padding-left: 10px;
	margin-bottom: 15px;
	color: #a0a4ad;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.single-episode-no::before {
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #FC5653;
}

.single-header {
	margin-bottom: 10px;
}

.single-header 
.post-meta li {
	float: left;
	margin-bottom: 19px;
	line-height: 35px;
}

.post-author::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 10px 2px;
	border-radius: 5px;
	background-color: #a0a4ad;
}

.author-avatar {
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	border-radius: 35px;
}

/*** Single Share Styling ***/

.single-share-icons {
	position: absolute;
	left: 0;
	top: 0;
}

.single-wrap-center 
.single-share-icons {
	left: -69px;
}

.single-share-icons a {
	display: block;
	width: 38px;
	height: 38px;
	margin-bottom: 8px;
	border-radius: 38px;
	border: 1px solid #D6D6D6;
	background-color: #fff;
	color: #222;
	font-size: 17px;
	text-align: center;
	line-height: 39px;
}

.single-share-icons .twitter,
.single-share-icons .whatsapp {
	font-size: 20px;
}

.single-share-icons 
.twitter i {
	padding-left: 2px;
}

.single-share-icons 
.twitter,
.single-share-icons 
.facebook {
	line-height: 40px;
}

.single-share-icons a:hover {
	color: #fff;
	border-color: #222;
	background-color: #222;
}

.single-share-icons .twitter path {
	transition: fill .3s;
}

.single-share-icons .twitter:hover path {
    fill: #fff;
}

/*** Author Bio Styling ***/

#about-author {
	clear: both;
	margin-bottom: 50px;
}

#author-avatar {
	width: 92px;
	height: 92px;
	float: left;
	margin-right: 14px;
	border-radius: 92px;
	overflow: hidden;
}

#author-avatar img {
	width: 100%;
	height: auto;
}

#author-text h6 {
	margin-bottom: 3px;
    font-size: 16px;
	text-transform: uppercase;
}

#author-text {
	overflow: hidden;
}

#about-author p {
	margin-bottom: 12px;
	line-height: 25px;
}

#author-icons {
	display: inline-block;
}

#author-icons li {
	float: left;
	margin-right: 6px;
	font-size: 17px;
	line-height: 35px;
}

#author-icons li:last-child {
	margin-right: 0;
}

#author-icons a {
	display: block;
	width: 32px;
	height: 32px;
	color: #4c4c4c;
	border-radius: 30px;
	background-color: #ECECEC;
	text-align: center;
}

#author-icons a:hover {
	color: #fff;
    background-color: #222;
}

#author-icons 
.twitter-link {
	font-size: 19px;
	line-height: 35px;
}

#author-icons .twitter-link path {
	transition: fill .3s;
}

#author-icons .twitter-link:hover path {
	fill: #fff;
}

#author-icons 
.instagram-link {
	font-size: 18px;
}

/*** Related Posts Styling ***/

.related-heading {
	margin-left: 69px;
}

.single-wrap-center 
.related-heading {
	margin-left: 0;
}

.small-section-heading {
	position: relative;
	height: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.small-section-heading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 22px;
    height: 1px;
    background-color: #FC5653;
}

.small-section-heading h4 {
	font-size: 21px;
}

#related-posts {
	margin-bottom: 10px;
	padding-left: 69px;
}

.single-wrap-center 
#related-posts {
	padding-left: 0;
}

#related-posts 
.medium-post {
	width: 340px;
	margin-right: 38px;
}

#related-posts 
.medium-post:last-child {
	margin-right: 0;
}

/*** Comments/Form Styling ***/

#comments {
	margin-bottom: 10px;
}

#comments,
.comments-heading,
#respond {
	margin-left: 69px;
}

.page-temp #comments,
.page-temp .comments-heading,
.page-temp #respond {
	margin-left: 0;
}

.single-wrap-center #comments,
.single-wrap-center .comments-heading,
.single-wrap-center #respond {
	margin-left: 0;
}

/*** Comments Styling ***/

.bypostauthor 
.comment-author::before {
	padding-right: 5px;
	padding-left: 1px;
	content: "\f058";
	color: #7B7B7B;
	font-family: 'FontAwesome';
	font-weight: 400;
	transform: rotate(0.001deg);
 }

.single-podcast 
.bypostauthor 
.comment-author::before {
	content: "\f130";
}

.comment-body {
	position: relative;
    margin-bottom: 30px;
}

.comment-body
.avatar-wrap {
	position: relative;
	display: block;
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 12px;
	overflow: hidden;
	border-radius: 64px;
}

.comment-body
.avatar-wrap img {
	width: 100%;
	height: auto;
}

.pingback 
.avatar-wrap,
.trackback 
.avatar-wrap {
	display: none;
}

.comment
.children {
	margin-left: 74px;
}

.comment-contents {
	padding-top: 4px;
	overflow: hidden;
}

.comment-meta {
	font-size: 14px;
	text-transform: uppercase;
}

.comment-meta li {
	position: relative;
	float: left;
	margin-bottom: 5px;
}

.comment-author {
	margin-right: 12px;
    font-weight: 700;
    color: #222;
}

.comment-author a {
	color: #222;
	text-decoration: none;
}

.comment-author a:hover {
	color: #777;
}

.comment-date {
	color: #a0a4ad;
}

.comment-text p {
	margin-bottom: 20px;
}

.comment-reply-link {
	position: relative;
    height: 30px;
   	padding: 0 14px;
   	float: right;
    color: #7B7B7B;
    border-radius: 4px;
    background-color: #E2E2E2;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    text-transform: uppercase;
    transition: all .3s;
}

.comment-reply-link::after {
	content: "\f112";
	margin-left: 3px;
	font-size: 12px;
	font-weight: 400;
	font-family: 'FontAwesome';
	transform: rotate(0.001deg);
}

.comment-text 
.comment-reply-link {
	text-decoration: none;
}

.comment-text 
.comment-reply-link:hover {
	color: #fff;
	background-color: #FC5653;
}

.comment-text {
	clear: both;
}

.awaiting-mod-txt {
	display: block;
	color: #a0a4ad;
	margin-bottom: 20px;
}

/*** Comment Form Styling ***/

#respond 
.small-section-heading {
	margin-bottom: 30px;
}

#commentform {
	margin-bottom: 70px;
}

#cancel-comment-reply-link {
	position: relative;
	display: table;
    margin-top: 11px;
	padding-left: 17px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .3s;
}

#cancel-comment-reply-link::before {
	position: absolute;
	left: 0;
	top: -1px;
	content: "\f00d";
	font-size: 17px;
	font-weight: 400;
	font-family: 'FontAwesome';
	transform: rotate(0.001deg);
}

#cancel-comment-reply-link:hover {
	color: #a0a4ad;
}

#respond
.comment-notes,
.logged-in-as {
	margin-top: 7px;
    margin-bottom: 18px;
    color: #9E9E9E;
}

#respond
.required {
	color: #FF0000;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: 16px;
	line-height: 0;
}

#respond
.comment-form-url {
	margin-right: 0;
}

#respond 
.comment-form-comment label {
	display: none;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	height: 46px;
	clear: both;
    line-height: 46px;
}

#author,
#email,
#url,
#comment {
	color: #9e9e9e;
	padding-left: 10px;
	margin-bottom: 28px;
	border: 1px solid #DEDEDE;
    background-color: #fff;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	transition: all .3s;
}

#author:focus,
#email:focus,
#url:focus,
#comment:focus {
	outline: none;
    color: #555;
    border-color: #CECECE;
}

#author,
#email,
#url {
	width: 34%;
	height: 46px;
	float: left;
}

#comment {
	width: 98.3%;
	height: 180px;
	padding: 10px 0 10px 10px;
	line-height: 31px;
}

#respond p label {
	color: #222;
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
	text-transform: uppercase;
}

#respond p label,
#respond p label + .required {
	margin-left: 12px;
}

.comment-form-cookies-consent {
	clear: both;
	margin-bottom: 28px;
}

#respond 
.comment-form-cookies-consent label {
	margin-left: 0;
	color: #9E9E9E;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}

#wp-comment-cookies-consent {
	width: 16px;
    height: 16px;
}

.form-submit {
	clear: both;
}

.comment
.form-submit {
	margin-bottom: 15px;
}

#submit {
    height: 42px;
    padding: 0 30px;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #FC5653;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
}

#submit:hover {
	color: #fff;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------------------*\
	16. Sidebar Styling
\*-------------------------------------------*/

.widget-sidebar {
	width: 374px;
	float: right;
	margin-bottom: 18px;
}

.widget-sidebar .widget {
	margin-bottom: 50px;
}

.widget-sidebar .small-section-heading h4 {
    font-size: 17px;
}

/*** Widget Titles Styling ***/

.widget-sidebar .wp-block-group__inner-container 
h2:first-of-type {
	position: relative;
	height: 40px;
	margin-bottom: 40px;
	font-size: 17px;
	text-transform: uppercase;
}

.widget-sidebar .wp-block-group__inner-container 
h2:first-of-type::after {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 22px;
    height: 1px;
    background-color: #FC5653;
}

/*** Comments Block Widget ***/

.entry 
.wp-block-latest-comments {
    padding-left: 0;
}

.entry 
.wp-block-latest-comments > li {
	list-style: none;
}

.entry 
.wp-block-latest-comments__comment-date {
	margin-top: 5px;
}

/*** Facebook Widget ***/

.voiceful_facebook_widget {
	min-height: 588px;
}

/*** MailChimp Form Widget ***/

.widget 
.mc4wp-form {
	padding: 38px 52px 30px;
	border-radius: 4px;
	background-color: #F1F1F1;
	text-align: center;
}

#hidden-sidebar 
.widget .mc4wp-form {
	padding: 30px;
}

.widget 
.mc4wp-form::before {
	display: block;
	width: 72px;
	height: 72px;
	content: "\f2b6";
	margin: 0 auto 18px;
	color: #fff;
	border-radius: 72px;
	background-color: #CCCED2;
	font-family: 'FontAwesome';
	font-size: 34px;
	line-height: 72px;
    transform: rotate(0.001deg);
}

.widget .mc4wp-form h1,
.widget .mc4wp-form h2,
.widget .mc4wp-form h3 {
	margin-bottom: 18px;
}

.widget 
.mc4wp-form p {
	margin-bottom: 20px;
}

.widget 
.mc4wp-form input[type=email], 
.widget 
.mc4wp-form input[type=text] {
	width: 228px;
	height: 44px;
	color: #a0a4ad;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: center;
}

.widget 
.mc4wp-form input[type=email]::placeholder, 
.widget 
.mc4wp-form input[type=text]::placeholder {
	color: #a0a4ad;
}

input:focus,
textarea:focus {
	outline-color: #FC5653;
}

.widget 
.mc4wp-form input[type=email]:focus, 
.widget 
.mc4wp-form input[type=text]:focus {
	color: #555;
	outline: none;
	border-color: #d6d6d6;
}

.widget 
.mc4wp-form input[type=submit] {
    display: inline-block;
    width: 270px;
    height: 42px;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #222;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
}

.widget 
.mc4wp-form input[type=submit]:hover {
	color: #fff;
    background-color: #FC5653;
}

#hidden-sidebar 
.mc4wp-form input[type=email], 
#hidden-sidebar 
.mc4wp-form input[type=text] {
	width: 210px;
}

#hidden-sidebar 
.mc4wp-form input[type=submit] {
    width: 250px;
}

#hidden-sidebar 
.mc4wp-form h1,
#hidden-sidebar 
.mc4wp-form h2,
#hidden-sidebar 
.mc4wp-form h3 {
    font-size: 22px;
    line-height: 26px;
}

.widget 
.mc4wp-form p:last-child {
	margin-bottom: 0;
}

.widget 
.mc4wp-form .no-spam {
	display: block;
    margin-top: -2px;
	color: #a0a4ad;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

/*** Search Widget ***/

.entry .wp-block-search .wp-block-search__label {
	margin-bottom: 5px;
	font-weight: 700;
}

.widget #searchform,
.entry #searchform {
	position: relative;
	width: 100%;
	height: 48px;
}

.entry .wp-block-search {
	margin-bottom: 30px;
}

.widget #s,
.wp-block-search .wp-block-search__input {
	width: 238px;
    height: 46px;
    color: #9e9e9e;
    border: 1px solid #DEDEDE;
    padding: 0 114px 0 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.wp-block-search .wp-block-search__input {
	width: auto;
	height: 42px;
	padding: 0 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#hidden-sidebar 
.widget #s {
    width: 196px;
}

.widget #s:focus,
.wp-block-search .wp-block-search__input:focus {
	color: #555;
    outline: none;
    border-color: #d6d6d6;
}

.widget #searchsubmit,
.wp-block-search .wp-block-search__button {
	position: absolute;
	right: 3px;
    top: 3px;
	height: 42px;
    color: #fff;
    padding: 0 20px;
    border: none;
    background-color: #FC5653;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
}

.wp-block-search .wp-block-search__button {
	position: static;
	margin-left: 0;
}

.widget #searchsubmit:hover,
.wp-block-search .wp-block-search__button:hover {
	color: #fff;
	background-color: #222;
}

/*** Popular/Recent Posts Widget ***/

.widget 
.small-post {
	margin-bottom: 37px;
}

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

.widget 
.small-post 
.post-thumb {
	width: 144px;
	float: left;
	margin-right: 10px;
}

#hidden-sidebar 
.widget .small-post .post-thumb {
    width: 134px;
}

.small-post 
.episode-play-icon {
	left: 53px;
	top: 27px;
	width: 39px;
	height: 39px;
}

#hidden-sidebar 
.small-post 
.episode-play-icon {
	left: 48px;
	top: 25px;
}

.small-post 
.episode-play-icon::after {
    right: 10px;
    top: 12px;
}

.widget 
.small-post 
.post-content {
	padding-top: 2px;
	overflow: hidden;
}

#hidden-sidebar 
.widget .small-post .post-content {
	padding-top: 0;
}

.widget 
.small-post 
.post-title {
	margin: 2px 0 3px;
	font-size: 15px;
    line-height: 19px;
}

/*** Calendar Widget ***/

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	color: #222;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
}

#wp-calendar thead,
.entry .wp-block-calendar thead {
	color: #222;
	font-size: 11px;
}

#wp-calendar thead th,
.entry .wp-block-calendar thead th {
	padding: 16px 0;
}

#wp-calendar tbody,
.entry .wp-block-calendar tbody {
	color: #656565;
	font-size: 13px;
	font-weight: 500;
}
#wp-calendar tbody td,
.entry .wp-block-calendar tbody td { 
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	text-align: center; 
	padding: 12px 10px;
}

#wp-calendar tbody td:hover { 
	background: #fff;
	border-color: #222;
}

#wp-calendar tbody .pad,
.entry .wp-block-calendar tbody .pad { 
	background: none; 
}

.wp-calendar-nav-prev,
.wp-calendar-nav-next {
	float: left;
	padding-top: 12px;
	font-size: 13px;
	text-transform: uppercase;
}

.wp-calendar-nav-next {
	float: right;
	text-align: right;
}

/*** Calendar Block **/

.wp-block-calendar {
	margin-bottom: 30px;
}

.wp-block-calendar #wp-calendar {
	margin-bottom: 0;
}

.entry .wp-block-calendar #wp-calendar caption {
	color: #555;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}

.wp-block-calendar a {
	text-decoration: none;
}

.wp-block-calendar table th {
	background-color: transparent;
}

.entry 
.wp-block-calendar th {
	border: none;
}

.entry #wp-calendar tbody td:hover { 
	border-color: #e6e6e6;
	background: #fff;
}

/*** RSS Widgets Styling ***/

.widget_rss 
.small-section-heading a {
	color: #222;
}

.widget_rss li {
	margin-bottom: 30px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss 
.rsswidget {
	color: #222;
	font-weight: 700;
}

.widget_rss 
.rsswidget:hover {
	color: #444;
}

.widget_rss 
.rss-date {
	display: block;
	color: #a0a4ad;
	clear: both;
	margin: 8px 0 7px;
    font-size: 14px;
    text-transform: uppercase;
}

.widget_rss 
.rss-date::before,
.widget_rss cite::before {
	margin-right: 5px;
 	content: "\f133";
	font-size: 14px;
	font-family: 'FontAwesome';
	transform: rotate(0.001deg);
}

.widget_rss 
.rssSummary {
	margin-bottom: 6px;
}

.widget_rss cite {
	color: #a0a4ad;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
}

.widget_rss cite::before {
	content: "\f2c0";
}

/*** Tag Cloud Styling ***/

.widget
.tagcloud,
.wp-block-tag-cloud {
	margin-bottom: -5px;
	overflow: hidden;
}

.tagcloud a,
.wp-block-tag-cloud a {
	position: relative;
	display: block;
	height: 28px;
	padding: 0 10px;
	margin: 0 4px 4px 0;
	float: left;
	color: #fff;
	border-radius: 4px;
	background-color: #FC5653;
	font-size: 12px !important;
	text-transform: uppercase;
	line-height: 29px;
	text-decoration: none;
	transition: all .3s;
}

.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
	color: #fff;
	background-color: #222;
}

/*** List Widgets Styling ***/

.entry .wp-block-rss {
	padding-left: 0;
}

.entry .wp-block-rss li a {
	color: #222;
	text-transform: none;
}

.entry .wp-block-rss li a:hover {
	color: #555;
}

.wp-block-latest-posts__list li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.widget .menu li,
.widget_pages li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.entry .wp-block-rss li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	list-style: none;
	color: #c7c7c7;
	font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.wp-block-categories-list li::before,
.wp-block-archives-list li::before,
.widget .menu li::before,
.widget_pages li::before,
.widget_archive li::before,
.widget_categories li::before,
.widget_meta li::before {
	margin-right: 5px;
 	content: "\f1db";
	color: #cecece;
	font-size: 11px;
	font-family: 'FontAwesome';
	transform: rotate(0.001deg);
}

.widget_recent_comments li {
	font-weight: 400;
	text-transform: none;
}

.widget_recent_comments 
.comment-author-link a {
	display: inline-block;
	margin-top: 0;
	margin-right: 0;
	padding-left: 0;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	text-transform: uppercase;
}

.wp-block-latest-comments li {
	margin-bottom: 30px;
}

.wp-block-latest-comments li:last-child {
	margin-bottom: 0;
}

.wp-block-latest-comments__comment-author {
	color: #555;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	text-transform: uppercase;
}

.wp-block-latest-comments__comment-meta,
.wp-block-latest-comments__comment-link:hover {
	color: #c7c7c7;
}

.wp-block-latest-comments__comment-link {
	color: #222;
	font-weight: 500;
    line-height: 16px;
}

.widget_recent_comments a {
	font-weight: 500;
	line-height: 18px;
	text-transform: none;
}

.widget_recent_comments li::before {
	margin-right: 5px;
 	content: "\f0e5";
	color: #cecece;
	font-size: 18px;
	font-family: 'FontAwesome';
	transform: rotate(0.001deg);
}

.wp-block-latest-posts__list li::before,
.widget_recent_entries li::before {
	margin-right: 4px;
 	content: "\f017";
	color: #cecece;
	font-size: 17px;
	font-family: 'FontAwesome';
	transform: rotate(0.001deg);
}

.wp-block-latest-posts__list li:last-child,
.wp-block-categories-list li:last-child,
.wp-block-archives-list li:last-child,
.widget .menu li:last-child,
.widget_pages li:last-child,
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.wp-block-rss li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.wp-block-categories-list .children,
.wp-block-archives-list .children,
.widget .children,
.widget .sub-menu {
	padding-top: 20px;
	margin-left: 10px;
}

.widget
.children li:first-child,
.widget
.sub-menu li:first-child {
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
}

.widget_recent_entries
.post-date,
.wp-block-latest-comments__comment-date {
	display: block;
	padding-left: 22px;
	float: none;
	color: #a0a4ad;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

.wp-block-latest-comments__comment-date {
	padding-left: 0;
	font-size: 14px;
}

.wp-block-latest-posts__list li a,
.wp-block-categories-list li a,
.wp-block-archives-list li a,
.widget .menu li a,
.widget_pages li a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_archive li a,
.widget_categories li a,
.widget_meta li a {
	color: #555;
	margin-right: 5px;
	text-decoration: none;
}

.wp-block-latest-posts li a,
.widget_recent_entries li a {
	color: #222;
	font-size: 16px;
    font-weight: 700;
    text-transform: none;
}

.widget .menu li a {
	position: relative;
}

.widget .menu li a 
.menu-badge {
    right: -38px;
    top: -7px;
}

.wp-block-latest-posts__list li a:hover,
.wp-block-categories-list li a:hover,
.wp-block-archives-list li a:hover,
.widget .menu li a:hover,
.widget_pages li a:hover,
.widget_recent_entries li a:hover,
.widget_recent_comments li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_meta li a:hover {
	color: #a0a4ad;
	text-decoration: none;
}

/*-------------------------------------------*\
	17. Main Footer Styling
\*-------------------------------------------*/

#main-footer {
	padding-top: 47px;
	border-top: 1px solid #E6E6E6;
	background-color: #F6F6F6;
	text-align: center;
}

/*** Footer Navigation Menu ***/

#footer-navigaton {
	margin-bottom: 36px;
	font-size: 13px;
	text-transform: uppercase;
}

#footer-navigaton ul {
	display: inline-block;
}

#footer-navigaton li {
	position: relative;
	float: left;
}

#footer-navigaton li::after {
	content: "\0007C";
	padding: 0 10px;
}

#footer-navigaton 
li:last-child::after {
	display: none;
}

#footer-navigaton a {
	color: #7B7B7B;
}

#footer-navigaton a:hover {
	color: #FC5653;
}

/*** Footer Menu Second List ***/

#footer-navigaton ul ul {
	position: absolute;
	left: 0;
	bottom: 24px;
	display: none;
	visibility: hidden;
    opacity: 0;
    padding: 5px 0;
    background-color: #F6F6F6;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.05);
    text-align: left;
}

#footer-navigaton ul ul li {
	display: inline-block;
	width: 180px;
	padding: 12px 20px;
	border-bottom: 1px solid #E6E6E6;
	line-height: 16px;
}

#footer-navigaton ul ul li:last-child {
	border-bottom: none;
}

#footer-navigaton ul ul li::after {
	display: none;
}

#footer-navigaton ul li:hover > ul {
	display: block;
   	visibility: visible;
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-fill-mode: both;
}

#footer-navigaton ul li ul ul {
	left: 100%;
	top: -1px;
	bottom: unset;
}

/*** Footer Social Media Icons ***/

#footer-social ul {
	display: inline-block;
	margin-bottom: 37px;
}

#footer-social li {
	float: left;
	margin-right: 10px;
	line-height: 50px;
}

#footer-social .facebook {
	line-height: 52px;
}

#footer-social .twitter {
    line-height: 55px;
}

#footer-social .twitter a:hover path {
	fill: #fff;
}

#footer-social li:last-child {
	margin-right: 0;
}

#footer-social a {
	display: block;
	width: 49px;
	height: 49px;
	color: #222;
	border-radius: 49px;
	border: 1px solid #C8C8C8;
	background-color: #F6F6F6;
	font-size: 22px;
}

#footer-social a:hover {
	color: #fff;
	border-color: #FC5653;
	background-color: #FC5653;
}

/*** Back To Top ***/

#back-to-top {
	position: relative;
	width: 25px;
	padding-top: 19px;
	margin: 0 auto;
	color: #7B7B7B;
	margin-bottom: 37px;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .3s;
}

#back-to-top:hover {
	color: #222;
}

#back-to-top::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: "\f102";
	margin: 0 auto;
	font-family: 'FontAwesome';
	font-size: 16px;
    transform: rotate(0.001deg);
}

/*** Copyright DIV Styling ***/

#copyright {
	height: 84px;
	color: #7B7B7B;
	border-top: 1px solid #E6E6E6;
	background-color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
}

#copyright p {
	line-height: 84px;
}

#copyright a {
	color: #222;
}

#copyright a:hover {
	color: #a0a4ad;
}