/*!
Theme Name: Drummers Resource
Theme URI: http://underscores.me/
Author: Secret Code Company
Author URI: https://secretcode.co
Description: A custom theme for Drummer\'s Resource
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: drummersresource
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Drummer\'s Resource is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */


/* Elements
--------------------------------------------- */

/* Links
--------------------------------------------- */

/* Forms
--------------------------------------------- */

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/* margin: 0 0 1.5em; */
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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



/*===================== CUSTOM STYLES TABLE OF CONTENTS =======================

1.  9 HOMEPAGES
2.  FONT AWESOME FONTS 
3.  RESET CSS
4.  CROSS BROWSER COMPATIBILITY
5.  FLAT ICONS
6.  DROPDOWN MENUS
7.  AUDIO PLAYER
8.  RESPONSIVE HEADER
9.  SLICK SLIDER (BANNER)
10. BLOG PAGES
11. TESTIMONIALS
12. 4 DIFFERENT BLOG DETAIL PAGES
13. 4 DIFFERENT BLOG PAGES
14. SPONSORS PAGES
15. AUTHOR PAGE
16. SHOW DETAILS PAGE
17. PODCAST DETAILS PAGE
18. DONATE PAGE
19. 404 PAGE
20. WORKING CONTACT FORM
21. BOOTSTRAP 4
22. 3 DIFFERENT FOOTER STYLE
23. 9 DIFFERENT MAIN BANNER 
24. 6 COLOR SCHEME
25. RTL SUPPORT
26. LIGHT AND DARK VERSION


=============================================================*/

/* ================================================================================== 
										Reset Css
===================================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Barlow', sans-serif;
	line-height: 1;
	overflow-x: hidden;
	font-weight: 400;
	background-color: #E8E8E8;
}
ul {
	list-style: none;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
	outline: none;
	cursor: pointer;
}
button:focus {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin:0;
	padding: 0;
}
a:focus {
	text-decoration: none;
	outline: none;
}
button {
	outline: none;
}
input {
	outline: none;
}
textarea {
	outline: none;
}
section {
	display: block;
	position: relative;
}
img {
	vertical-align: middle;
	height: auto;
}
p {
	color: #666666;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
}
a {
	color: inherit;
}

.container {
	max-width: 1200px;
	padding: 0 15px;
}
.clearfix {
	clear: both;
}

.fixed-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.fixed-bg-about {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.bg1 {
	background-image: url('wp-content/themes/drummersresource/images/bg1.jpg');
}
.bg2 {
	background-image: url(https://via.placeholder.com/1920x907);
}
.bg3 {
	background-image: url(https://via.placeholder.com/1920x799);
}
.bg4 {
	background-image: url('wp-content/themes/drummersresource/images/bg4.jpg');
}
.bg5 {
	background-image: url(https://via.placeholder.com/1920x770);
}
.bg6 {
	background-image: url(https://via.placeholder.com/1920x695);
	background-position: center center;
}
.bg7 {
	background-image: url('wp-content/themes/drummersresource/images/bg7.jpg');
}
.bg1-dark {
	background-image: url('wp-content/themes/drummersresource/images/bg1-dark.jpg');
}
.bg8 {
	background-image: url(https://via.placeholder.com/1920x770);
}
.bg9 {
	background-image: url(https://via.placeholder.com/1920x1272);
}
.pager-bg {
	background-image: url(https://via.placeholder.com/1920x440);
}
.error-bg {
	background-position: center right;
}

.banner-bg1 {
	background-image: url(https://via.placeholder.com/1920x1280);
}
.banner-bg2 {
	background-image: url(https://via.placeholder.com/1920x1280);
}
.banner-bg3 {
	background-image: url(https://via.placeholder.com/1280x720);
}
.banner-bg4 {
	background-image: url(https://via.placeholder.com/1920x1280);
}
.block {

}
.mll-auto {
	margin-left: auto;
}


/* ================== CROSS BROWSER COMPATABILITY ==================== */

a,
.logo > a img,
header nav ul li,
nav ul ul,
.audio-control a.play:before,
.fast-reverse:before,
.fast-forward:before,
.insta:before,
.lzt,
.music-thumbnail:before,
.optz,
.ms-player,
.show-thumb:after,
.show-fig > span,
.show-fig > h3,
.mss-player,
.blog-post.v2 .like-post:hover i,
.blog-post.v2 .like-post:hover span,
.widget-meta ul li:before,
.remove-music-player.v2,
.beatx-playyer.fixed-player,
.beatx-playyer .jp-toggles button,
.responsive-mobile-menu,
.mb-menu li a:before {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.social-links li a,
.btn-default,
.banner-text ul li .btn-default,
.download,
.music-player .maudio,
.slick-dots li button,
.like-post,
.newsletter-form .input-field,
.points li:before,
.download-btn,
.search-form input,
.lg-form .form-group input,
.method-optz li label .checkmark:after,
.beatx-playyer .jp-gui.jp-interface,
.beatx-playyer .jp-volume-controls button,
.close-menu,
.btn-default > span {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}

.svs-icon,
.svs-icon:before,
.author-col > img,
.playlist-icon,
.newsletter-form .input-field button,
.mss-player,
.mss-player .mm-audio div.maudio .audio-control,
.stz-list li > span,
.play-video,
.play-video > span,
.vid_play,
.vid_play .mss-player,
.social_links li a,
.comnt-img > img,
.checkmark,
.jp-play,
.jp-audio .jp-play,
.jp-audio .jp-state-playing .jp-play,
.remove-music-player,
.beatx-playyer .jp-title:before,
.beatx-playyer .jp-controls button,
.beatx-playyer .jp-volume-controls {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}


/* ================== HEADER ==================== */

.top-header {
	background-color: #0f0f0f;
	padding: 3px 0;
}
.tp-links li {
	display: inline-block;
	padding: 0 20px 0 17px;
	border-right: 1px solid #555555;
	line-height: 14px;
}
.tp-links li:first-child {
	padding-left: 0;
}
.tp-links li:last-child {
	border-right: 0;
}
.tp-links li a {
	display: inline-block;
	color: #e9e9e9;
	font-size: 16px;
}


.login {
	display: inline-block;
	color: #d5d5d5;
	font-size: 17px;
	line-height: 44px;
}
.login i {
	margin-right: 8px;
	vertical-align: top;
}
.login i:before {
	font-size: 16px;
}


.social-links {
	display: inline-block;
	margin-top:15px;
}
.social-links li {
	display: inline-block;
	margin-right: 10px;
}
.social-links li:last-child {
	margin-right: 0;
}
.social-links li a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	background-color: #232323;
	color: #fff;
	width: 28px;
	text-align: center;
}

/* BOTTOM HEADER */

.bottom-header {
	background-color: #E8E8E8;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.11);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.11);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.11);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.11);
	box-shadow: 0 0 10px rgba(0,0,0,0.11);
}
.bottom-header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.11);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.11);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.11);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.11);
	box-shadow: 0 0 10px rgba(0,0,0,0.11);
	z-index: 9999;
}
header .bottom-header.sticky nav > ul > li {
	padding: 25px 16px 28px;
}

header.pb .bottom-header.sticky {
	background: #333;
}

.header-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
header nav {
	margin: 0 0 0 auto;
}
header nav ul li {
	position: relative;
}
header nav ul > li {
	display: inline-block;
	padding: 46px 16px 48px;
}
header nav ul > li > a {
	display: inline-block;
	color: #333333;
	font-size: 18px;
	font-weight: 500;
}
nav ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}
nav ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 210px;
	z-index: 99;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	box-shadow: 0 0 10px rgba(0,0,0,0.10);
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
	padding: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
nav ul ul li {
	display: block;
	padding: 12px 12px;
}
nav ul ul li:last-child {
	border-bottom: 0;
}
nav ul ul li a {
	display: block;
	font-size: 15px;
	color: #333;
	font-weight: 500;
	letter-spacing: 1px;
}

.menu-btn {

}

.btn-default {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	height: 58px;
	line-height: 58px;
	padding: 0 42px;
	font-weight: 700;
}
.btn-default i {
	color: #fff;
	margin-right: 7px;
}
.btn-default:hover {
	color: #fff;
}
.btn-default i:before {
	font-size: 16px;
}


/* MAIN BANNER SECTION */

.main-banner {
	background-image: url(https://via.placeholder.com/1920x730);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 160px 0 150px;
}
.overlay {
	position: relative;
	z-index: 1;
}
.fixed-bg.overlay {
	position: absolute;
	z-index: -1;
}
.overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.70);
	z-index: -1;
}
.overlay.lg-dark:before {
	background-color: rgba(0,0,0,0.90);
}
.overlay-bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(12,12,12,0.90);
}

.overlay-light {
	position: absolute;
}
.overlay-light:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.70);
}
.banner-text {
	max-width: 720px;
	margin: 0 auto;
}
.banner-text > h2 {
	color: #ffffff;
	font-size: 60px;
	margin-bottom: 18px;
	font-family: 'Roboto', sans-serif;
}
.banner-text > h2 strong {
	font-weight: 800;
	font-family: 'Barlow', sans-serif;
	display: block;
}
.banner-text p {
	color: #dbdbdb;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 53px;
}
.banner-text ul li {
	display: inline-block;
	margin-right: 12px;
}
.banner-text ul li:last-child {
	margin-right: 0;
}
.banner-text ul li .btn-default {
	background-color: inherit;
	border:2px solid #ffffff;
	line-height: 54px;
}
.banner-text ul li .btn-default:hover {
	color: #fff;
	border-color: transparent;
}



/* ABT SECTION */

.about-section {
	margin-top: -55px;
	position: relative;
	z-index: 99;
}
.abt-text {
	padding: 61px 100px 54px 100px;
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 35px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 35px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 35px rgba(0,0,0,0.10);
	box-shadow: 0 0 35px rgba(0,0,0,0.10);
	background-color: #fff;
	position: relative;
	height: 100%;
}
.rad-status {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	height: 42px;
	line-height: 42px;
	padding: 0 30px;
}
.rad-status i {
	color: #fff;
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.rad-status i:before {
	font-size: 14px;
	font-weight: 400;
}
.abt-text > span {
	display: block;
	color: #999999;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.abt-text > h2 {
	color: #333333;
	font-size: 40px;
	line-height: 44px;
	font-weight: 700;
	margin-bottom: 52px;
}
.presented > h3 {
	color: #999999;
	font-size: 20px;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 11px;
	font-weight: 600;
}
.presented ul li {
	display: inline-block;
	margin-right: 10px;
}
.presented ul li:last-child {
	margin-right: 0;
}
.presented ul li a {
	display: inline-block;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	background-color: #fbfbfb;
	text-transform: capitalize;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}



/* SECTION TITLE */

.section-title {

}
.section-title > span {
	display: inline-block;
	margin-bottom: 11px;
	font-size: 20px;
	color: #666666;
}
.section-title > h2 {
	color: #333333;
	font-size: 45px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.section-title > h2.text-capatilize {
	text-transform: capitalize;
	margin-top: -10px;
}
.section-title > h2 span {
	font-weight: 300;
}
.section-title i:before {
	font-size: 24px;
}
.section-title.white > span,
.section-title.white > h2 {
	color: #fff;
}
.section-title > strong {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #999999;
	font-weight: 400;
}
.section-title > h3 {
	color: #3b3b3b;
	font-size: 45px;
	font-weight: 700;
	margin-top: -6px;
}
.section-title > h3 span {
	font-family: 'Roboto', sans-serif;
}



/* PODCAST SERIES */


.pod-thumbnail {
	position: relative;
}
.download {
	display: inline-block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
}
.download i:before {
	color: #fff;
	font-size: 18px;
}

.pod-info {
	background-color: #fff;
	padding: 44px 50px 47px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	-o-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	height: 100%;
}
.pod-info > h3 {
	color: #333333;
	font-size: 40px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 9px;
}
.pod-info > h4 {
	font-size: 19px;
	margin-bottom: 29px;
	font-family: 'Roboto', sans-serif;
}

.songs-list {
	margin-bottom: 40px;
}
.songs-list li {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}
.songs-list li:last-child {
	margin-bottom: 0;
}
.songs-list li .maudio {
	display: inline-block;
	vertical-align: middle;
}

.mm-audio div.maudio .audio-control a.fast-reverse, 
.mm-audio div.maudio .audio-control a.fast-forward,
.mm-audio div.maudio .audio-control .progress-bar,
.mm-audio div.maudio .audio-control .time-keep,
.mm-audio div.maudio .audio-control .mute,
.mm-audio div.maudio .audio-control .volume-bar {
	display: none;
}
.mm-audio div.maudio .audio-control {
	margin-top: 0;
}
.songs-list li > h3 {
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	padding-left: 15px;
	position: relative;
	top: 2px;
}
.mm-audio div.maudio .audio-control {
	width: 42px;
	height: 42px;
	background-color: #fff;
	border:1px solid #dfdfdf;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 42px;
	text-align: center;
	-webkit-box-shadow: 0 0 13px rgba(0,0,0,0.11);
	-moz-box-shadow: 0 0 13px rgba(0,0,0,0.11);
	-ms-box-shadow: 0 0 13px rgba(0,0,0,0.11);
	-o-box-shadow: 0 0 13px rgba(0,0,0,0.11);
	box-shadow: 0 0 13px rgba(0,0,0,0.11);
}

.mm-audio div.maudio .audio-control a.play {
	background:inherit;
	width: 100%;
	height: 100%;
	position: relative;
}
.mm-audio .audio-control a.play:before {
	margin-top: 1px;
	margin-left: 2px;
}
.audio-control a.play:before {
	content: '\f04b';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #828282;
	font-size: 16px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-left: -4px;
}
.mm-audio .maudio.playing .audio-control a.play:before {
	content: '\f04c';
}
.mm-audio {
	display: inline-block;
	vertical-align: middle;
}
.view-btn {
	display: inline-block;
	color: #999999;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid #acacac;
	text-transform: capitalize;
}
.view-btn i {
	padding-left: 3px;
}


/* PODCAST EPISODES */

.podcast-epd {
	margin-bottom: 60px;
}
.podcast-epd:last-child {
	margin-bottom: 0;
}
.pod-meta {
	margin-bottom: 10px;
}
.pod-meta li {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	margin-right: 33px;
}
.pod-meta li > a {
	display: inline-block;
	color: #999;
}
.pod-meta li:last-child {
	margin-right: 0;
}
.pod-meta li i:before {
	font-size: 12px;
}
.pod-meta li i {
	margin-right: 3px;
	position: relative;
	top: -2px;
}
.podcast-ep-info h2 {
	color: #333333;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 32px;
}
.podcast-ep-info p {
	color: #666666;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
}

div.maudio .audio-control {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
div.maudio .audio-control a.play,
.jp-play {
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: relative;
	margin-right: 7px;
}
.music-player .audio-control a.play:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: inherit;
	-moz-transform: inherit;
	-ms-transform: inherit;
	-o-transform: inherit;
	transform: inherit;
	margin: 0;
	color: #fff;
	font-size: 15px;
	margin-top: 1px;
}
div.maudio .audio-control a.fast-reverse,
div.maudio .audio-control a.fast-forward {
	position: relative;
	background: inherit;
	margin: 0;
}
.fast-reverse:before,
.fast-forward:before {
	content: '\f04e';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #828282;
	font-size: 16px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
div.maudio .audio-control .mute {
	margin-top: 0;
	margin-left: auto;
}
div.maudio .audio-control .volume-bar {
	margin-top: 0;
}

.music-player .maudio {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.11);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.11);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.11);
	-o-box-shadow: 0 0 20px rgba(0,0,0,0.11);
	box-shadow: 0 0 20px rgba(0,0,0,0.11);
	padding: 12px 25px;
	border:1px solid #dedede;
}
.music-player .maudio.playing .audio-control a.play:before {
	content: '\f04c';
}
.music-player div.maudio .audio-control {
	margin-top: 0;
}
div.maudio .audio-control .progress-bar {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	height: 10px;
	background-color: #eeeeee;
	width: 380px;
	margin-left: 50px;
}
div.maudio .audio-control .time-keep {
	font-size: 14px;
	color: #333;
	font-weight: 500;
	margin-right: 17px;
	margin-right: 0;
}
div.maudio .audio-control .progress-pass {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	height: 100%;
}
div.maudio .audio-control .volume-pass {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.music-player {
	margin-bottom: 21px;
}
.podcast-thumb {
	padding-right: 40px;
	position: relative;
}
.podcast-thumb:before {
	content: '';
	position: absolute;
	bottom: -24px;
	left: -24px;
	width: 290px;
	height: 286px;
	background-image: url(../images/shape.png);
	background-repeat: no-repeat;
	z-index: -1;
}
.load-more {
	margin-top: 90px;
}
.load-more .btn-default {
	padding: 0 67px;
}
.load-more .btn-default i {
	margin-right: 10px;
}

/* BLOG POSTS */


.post .category {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	background-color: rgba(255,255,255,0.06);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	padding: 0 27px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
}
.post-title {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 24px;
	line-height: 31px;
	font-weight: 500;
}
.post > img {
	margin-bottom: 20px;
}
.post p {
	color: #cfcfcf;
	padding-right: 50px;
	margin-bottom: 25px;
}
.posted-by {
	display: inline-block;
	color: #cfcfcf;
}
.posted-by:hover {
	color: #fff;
}
.posted-by > strong {
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	border-bottom: 1px solid;
	margin-left: 10px;
}
.posted-by > span {
	display: inline-block;
	color: #cfcfcf;
	font-size: 16px;
	font-weight: 400;
	padding-right: 10px;
}



/* INSTAGRAM SECTION */

.hd-title {
	color: #333333;
	font-size: 45px;
	font-weight: 500;
	margin-bottom: 27px;
	text-align: center;
	margin-top: -8px;
}
.insta {
	position: relative;
}
.insta:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.80);
	opacity: 0;
	visibility: hidden;
}
.insta:hover:before {
	opacity: 1;
	visibility: visible;
}
.lzt {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
}
.insta:hover .lzt {
	opacity: 1;
	visibility: visible;
}
.lzt li {
	display: inline-block;
	color: #fff;
	margin-right: 35px;
	font-weight: 600;
	font-size: 18px;
}
.lzt li:last-child {
	margin-right: 0;
}
.lzt li i {
	vertical-align: middle;
	font-weight: 400;
	margin-right: 2px;
	position: relative;
}



.insta-section .row {
	margin: 0;
}
.insta-section .col-md-2 {
	padding: 0;
}


/* TOP FOOTER */

.top-footer {
	padding: 77px 0 73px;
	border-bottom: 1px solid #e7e7e7;
}
.widget-about > h3 {
	color: #333333;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;	
}
.widget-about p {
	color: #666666;
	font-size: 20px;
	line-height: 1.5;
}


/* WIDGET CONTACT */

.widget-contact ul li {
	display: inline-block;
	color: #333333;
	font-size: 22px;
	font-weight: 500;
	border-bottom: 1px solid #595959;
	margin-bottom: 10px;
}
.widget-contact ul li:last-child {
	margin-bottom: 0;
}


/* WIDGET LINKS */

.wd-links li {
	position: relative;
	margin-bottom: 14px;
}
.wd-links li:last-child {
	margin-bottom: 0;
}
.wd-links li a:before {
	content: '\f0da';
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 14px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 2px;
}
.wd-links li a {
	display: inline-block;
	color: #686868;
	font-size: 18px;
	padding-left: 13px;
	font-weight: 500;
	position: relative;
}

/* BOTTOM FOOTER */

.bottom-footer {
	padding: 30px 0 27px;
}
.btm-links {
	text-align: right;
	margin-bottom: 10px;
	margin-top: 11px;
}
.btm-links li {
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
.btm-links li:last-child:before {
	display: none;
}
.btm-links li:last-child {
	padding-right: 0;
}
.btm-links li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	width: 1px;
	height: 10px;
	background-color: #666666;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 1px;
}
.btm-links li a {
	display: inline-block;
	color: #666666;
	font-size: 18px;
}
.copyright-txt {
	font-size: 13px;
	color: #333333;
	text-align: right;
	font-weight: 500;
	padding-top: 15px;

}
.copyright-txt strong {
	font-weight: 600;
}
.copyright-txt a {
	display: inline-block;
	font-weight: 600;
}


.fa-stitcher:before {
	margin-left:5px;
}

.listen-dv > ul li > span i:before {
	font-size:27px!important;
}

/* HOMEPAGE 2 */

header.pb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: inherit;
	padding-top: 46px;
}
header.pb .bottom-header {
	background-color: transparent;
}
header.pb .logo {
	margin-top: -7px;
}
header.pb nav > ul > li > a {
	color: #fff;
}
header.pb nav > ul > li {
	padding: 0 16px;
}
header.pb nav ul ul li {
	padding: 12px 12px;
}
header.pb nav ul ul li a {
	font-size: 14px;
}

/* MAIN BANNER */

.music-banner-slider {
	padding: 180px 0 80px;
}

.slick-dots {
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.slick-dots li button {
	width: 12px;
	height: 12px;
	line-height: 12px;
	background-color: #ffffff8c;
	margin-bottom: 10px;	
}
.music-banner-slider {
	padding-bottom: 70px;
}
.music-banner-slider .slick-prev {
	left: 30px;
}
.music-banner-slider .slick-next {
	right: 30px;
}

.slide-text > span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 14px;
}
.slide-text > span i {
	margin-right: 11px;
}
.slide-text > h2 {
	color: #ffffff;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 18px;
}
.slide-text > p {
	color: #d1d1d1;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 45px;
	margin-top: 33px;
}
.btns-lz li {
	display: inline-block;
	margin-right: 6px;
}
.btns-lz li:last-child {
	margin-right: 0;
}
.btns-lz li a.btn-default {
	font-size: 17px;
}
.btns-lz li a.btn-default.subscribe {
	background-color: #ffffff;
	color: #333333;
}
.btns-lz li a.btn-default.subscribe i {
	color: #333;
}


/* SLIDE IMAGE */

.slide-img {
	padding-left: 70px;
}

/* OUR SERVIES (HOMEPAGE 2) */

.svs-icon {
	width: 195px;
	height: 195px;
	border:5px solid;
	text-align: center;
	line-height: 195px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 35px;
}
.svs-icon i:before {
	font-size: 80px;
}
.svs-icon i.flaticon-listen {
	position: relative;
	left: 7px;
}
.svs-icon:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 3px;
	width: 180px;
	height: 180px;
	border:2px dashed;
}
.service-col > h3 {
	color: #3b3b3b;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 32px;
}
.service-col > p {
	color: #666666;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	padding: 0 30px;
}
.services .load-more {
	margin-top: 50px;
	margin-bottom: -1px;
}

/* MUSIC RELEASES */

.music-rw .container {
	max-width: 1550px;
	padding: 0 15px;
}
.music-rw .col-2 {
	flex: 0 0 20%;
	max-width: 20%;
}
.music-thumbnail {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.music-thumbnail:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.80);
	opacity: 0;
	visibility: hidden;
}
.music-col {
	overflow: hidden;
}
.music-col:hover .music-thumbnail:before {
	opacity: 1;
	visibility: visible;
} 
.optz {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.music-col:hover .optz {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
} 
.music-col:hover .ms-player {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.optz li {
	width: calc(100% / 3 - 3px);
	text-align: center;
	display: inline-block;
}
.optz li:last-child a {
	border-right: 0;
}
.optz li a {
	display: block;
	height: 58px;
	line-height: 58px;
	border-right: 1px solid rgba(255,255,255,0.30);	
	color: #fff;
}
.optz li a i.flaticon-playlist-1 {
	position: relative;
	top: 4px;
}
.ms-player {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
}
.ms-player div.maudio .audio-control .progress-bar,
.ms-player div.maudio .audio-control .time-keep,
.ms-player div.maudio .audio-control .mute,
.ms-player div.maudio .audio-control .volume-bar {
	display: none;
}
.ms-player div.maudio .audio-control a.play {
	background-color: inherit;
	margin: 0 15px;
}
.ms-player div.maudio .audio-control {
	justify-content: center;
	margin-top: -30px;
}
.ms-player .audio-control a.play:before {
	margin-left: 0;
	font-size: 32px;
	color: #fff;
}
.ms-player .maudio.playing .audio-control a.play:before {
	content: '\f04c';
}
div.maudio .audio-control a.fast-reverse:hover:before, div.maudio .audio-control a.fast-forward:hover:before {
	color: #e75015;
}
.music-col > h3 {
	color: #333333;
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	margin-bottom: 10px;
}
.music-col > span {
	display: block;
	color: #999999;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 2px;
}
.listen-dv {
	margin-top: 38px;
}

.listen-title > h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	display: inline-block;
	position: relative;
	top: 3px;
}

.listen-dv > h3 {
	color: #333333;
	font-size: 20px;
	font-weight: 800;
	display: inline-block;
	position: relative;
	top: 3px;
}
.listen-dv > ul {
	display: inline-block;
	padding-left: 50px;
}
.listen-dv > ul li {
	display: inline-block;
	margin-right: 23px;
}
.listen-dv > ul li:last-child {
	margin-right: 0;
}
.listen-dv > ul li > span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 54px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #fbfbfb;
	text-align: center;
	vertical-align: middle;
}
.listen-dv > ul li > span i:before {
	font-size: 24px;
}
.flaticon-spotify {
	color: #e75015;
}
.flaticon-itunes {
	color: #ff3a4c;
}
.flaticon-soundcloud-logo {
	color: #f8630f;
}
.listen-dv > ul li > h4 {
	color: #333333;
	font-size: 18px;
	display: inline-block;
	padding-left: 10px;
	font-weight: 500;
	position: relative;
	top: 4px;
}
.slick-prev,
.slick-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
}
.slick-prev {
	left: -70px;
}
.slick-next {
	right: -70px;
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-moz-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	-o-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}
.slick-prev:before,
.slick-next:before {
	font-family: flaticon;
	font-size: 40px;
	color: #000000;
	content: '\f115';
}

/* PODCAST SERIES HOMEPAGE 2 */

.pod-series .row {
	margin: 0;
}
.pod-series .row .col-lg-6 {
	padding: 0;
}

.podcast-series.v2 .pod-info {
	padding: 59px 65px;
}
.pod-series:nth-child(even) .row .col-lg-6:nth-child(1) {
	order:1;
}


/* AUTHORS SECTION */

.authors-sec {
	margin-top: 150px;
}
.author-col {
	text-align: center;
	border:5px solid #f0f0f0;
	padding: 0 40px 21px;
}
.author-col > img {
	margin-bottom: 17px;
	margin-top: -100px;
	width: 100%;
}
.author-col > h3 {
	color: #333333;
	font-size: 26px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 6px;
}
.author-col > span {
	display: block;
	color: #999999;
	font-size: 18px;
	text-transform: capitalize;

}
.playlist-icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f6f6f6;
}
.playlist-icon i:before {
	font-size: 22px;
}


/* DONATE SECTION */

.donate-txt > h2 {
	color: #333333;
	font-size: 50px;
	font-weight: 800;
	line-height: 54px;
	margin-top: -7px;
	margin-bottom: 30px;
}
.donate-txt p {
	color: #666666;
	margin-bottom: 36px;
	font-weight: 400;
}
.value-donate {
	display: inline-block;
}
.value-donate > h3 {
	color: #333333;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 10px;
}
.value-donate > h3 span {
	display: inline-block;
	font-weight: 400;
}
.value-donate > span {
	display: block;
	font-size: 16px;
	color: #333333;
}

.donate-img {
	padding-left: 60px;
	position: relative;
}
.donate-img:before {
	content: '';
	position: absolute;
	top: -10px;
	right: -10px;
	width: 429px;
	height: 450px;
	background-image: url(../images/shape2.png);
	background-repeat: no-repeat;
	z-index: -1;
}



/* RADIO STATIONS */

.radio-stations table {
	width: 100%;
}
.radio-stations table thead th {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 25px 0;
}
.radio-stations table thead th.text-left {
	padding-left: 40px;
}
.radio-stations table tbody {
	background-color: #fff;
}
.radio-stations table tbody td {
	padding: 20px 0;
	text-align: center;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.radio-stations table tbody td:last-child {
	border-right: 0;
}
.radio-stations table tbody td:first-child {
	padding-left: 40px;
	text-align: left;
}
.radio-player > h3 {
	color: #333333;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	padding-left: 17px;
}
.radio-stations table tr:last-child td {
	border-bottom: 0;
}

/* BLOG POSTS */

.ms-title {
	color: #333333;
	font-size: 40px;
	font-weight: 700;
	position: relative;
	padding-top: 17px;
	margin-bottom: 36px;
} 
.ms-title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 4px;
}
.ms-title span {
	font-weight: 300;
}

/* BLOG POST */

.blog-post {
	margin-bottom: 30px;
}
.blog-post:last-child {
	margin-bottom: 0;
}
.blog-info > h2 {
	color: #282828;
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 17px;
	padding-right: 30px;
}
.blog-thumbnail {
	position: relative;
}
.like-post {
	display: inline-block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	line-height: 52px;
	text-align: center;
	background-color: rgba(0,0,0,0.80);
}
.like-post i {
	color: #fff;
	font-size: 18px;
}
.twitter-widget {
	border:3px solid #f6f6f6;
}



/* PARTNERS SECTION */

.partner {
	/* background-color: #fafafa; */
	text-align: center;
	padding: 20px 0 10px 0;
	/* height: 210px; */
	text-align: center;
}
.pt-logo > img {
	width: auto;
	display: inline-block;
}


/* NEWSLETTER SECTION */


.newsletter-sec {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.newz-txt > h3 {
	color: #ffffff;
	font-size: 28px;
	line-height: 40px;
	font-weight: 500;
	margin-top: -8px;
}
.newz-txt > h3 span {
	font-family: 'Roboto', sans-serif;
}
.newsletter-form .input-field {
	background-color: #fff;
	height: 75px;
	max-width: 550px;
	position: relative;
}
.newsletter-form span.env {
	display: inline-block;
	width: 75px;
	line-height: 75px;
	text-align: center;
	position: relative;
}
.newsletter-form span.env i:before {
	font-size: 28px;
	color: #5d5d5d;
}
.newsletter-form span.env:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 29px;
	background-color: #d8d8d8;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -2px;
}
.input-field input {
	color: #999999;
	font-size: 16px;
	font-weight: 300;
	height: 100%;
	padding: 0;
	width: calc(100% - 120px);
	display: inline-block;
	position: relative;
	top: -4px;
	border:0;
	padding-left: 15px;
	max-width: 350px;
}
.input-field button {
	position: absolute;
	top: 5px;
	right: -70px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	height: 65px;
	line-height: 65px;
	border:0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	text-transform: uppercase;
}
.newsletter-form {
	padding-left: 50px;
}
.newsletter-form .input-field button {
	padding: 0 40px;
}




/* HOMEPAGE 3 */

/* MAIN BANNER */

.main-banner-hp3 {
	padding: 250px 0 170px;
}
.main-banner-hp3 .overlay:before {
	background-color: rgba(0,0,0,0.70);
}
.banner-text-hp3 {
	max-width: 550px;
}
.banner-text-hp3 > span {
	display: inline-block;
	color: #e75015!important;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 16px;
}
.banner-text-hp3 > h2 {
	color: #ffffff;
	font-size: 55px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 42px;
}
.social-links li a.facebook i {
	color: #1976d3;
	font-size: 24px;
	position: relative;
	top: 3px;
}

.social-links li a.facebook,
.social-links li a.facebook:hover {
	background-color: rgba(25,118,211,0.30);
}
.social-links li a.spotify,
.social-links li a.spotify:hover {
	background-color: rgba(0,212,81,0.30);
}
.social-links li a.soundcloud,
.social-links li a.soundcloud:hover {
	background-color: rgba(248,99,15,0.30);
}


.wl-coll  > img {
	width: auto;
}
.imgg-one {
	display: inline-block;
	position: relative;
	margin-right: 8px;
	top: 71px;
}
.wl-txt {
	text-align: center;
	max-width: 450px;
	position: absolute;
	top: -220px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.wl-txt > i:before {
	font-size: 80px;
}
.wl-txt > span {
	display: block;
	color: #999999;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 15px;
	margin-top: 35px;
}
.wl-txt > h2 {
	color: #333333;
	font-size: 50px;
	line-height: 50px;
	font-weight: 800;
	margin-bottom: 25px;
}
.wl-txt p {
	color: #404040;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 47px;
}
.list-sec {
	padding-top: 374px;
}
.list-sec .container {
	max-width: 1370px;
}
.wlc-sec {
	position: relative;
}


.services.v2 .svs-icon {
	background-color: #fff;
	border:0;
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 35px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 35px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 35px rgba(0,0,0,0.10);
	box-shadow: 0 0 35px rgba(0,0,0,0.10);
	width: 140px;
	height: 140px;
	margin-bottom: 27px;
	line-height: 144px;
}
.services.v2 .svs-icon:before {
	display: none;
}
.services.v2 .svs-icon i:before {
	font-size: 70px;
}
.services.v2 .svs-icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	width: 152px;
	height: 128px;
	background-image: url(../images/sv-shape.png);
	background-repeat: no-repeat;
	z-index: -1;
}
.services.v2 .service-col > h3 {
	font-weight: 600;
	padding: 0 30px;
}


/* APP SECTION */

.app-txt {
	margin-top: -18px;
}
.app-txt > h2 {
	color: #ffffff;
	font-size: 40px;
	line-height: 49px;
	margin-bottom: 17px;
	font-weight: 800;
	text-transform: uppercase;
	padding-right: 50px;
	max-width: 450px;
}
.app-txt p {
	color: rgba(255,255,255,0.70);
	margin-bottom: 42px;
	max-width: 450px;
}
.app-btns li {
	display: inline-block;
	margin-right: 6px;
}
.app-btns li:last-child {
	margin-right: 0;
}
.container-fluid {
	max-width: 100%;
	padding: 0 75px;
}
.beatx-playyer .container-fluid {
	padding: 0;
}


/* MUSIC SHOWS */

.music-show {
	text-align: center;
	margin-bottom: 30px;
}
.musicc-carousel-slider {margin-bottom: -30px;}
.show-thumb {
	position: relative;
	margin-bottom: 26px;
}
.show-thumb:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 90%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 10px;
	background-color: #f4f8f9;
}
.show-thumb:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.70);
	opacity: 0;
	visibility: hidden;
}
.show-fig {
	position: absolute;
	top: 36px;
	left: 0;
	width: 100%;
	padding: 0 40px;
	text-align: left;
	z-index: 9;
}
.show-fig > span {
	display: inline-block;
	color: #b5b5b5;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 13px;
	transition-delay: .4s;
	opacity: 0;
	visibility: hidden;
}
.show-fig > h3 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	transition-delay: .5s;
	opacity: 0;
	margin-top: 10px;
	visibility: hidden;
}
.music-show:hover .show-fig {
	opacity: 1;
	visibility: visible;
}
.music-show:hover .show-fig > span,
.music-show:hover .show-fig > h3 {
	opacity: 1;
	visibility: visible;
}
.music-show:hover .show-fig > h3 {
	margin-top: 0;
}
.music-show > h3 {
	color: #333333;
	font-size: 22px;
	font-weight: 700;
}

.music-show:hover .show-thumb:after {
	opacity: 1;
	visibility: visible;
}

.mss-player {
	position: absolute;
	bottom: 0;
	right: 20px;
	z-index: 9;
	width: 82px;
	height: 82px;
	background-color: rgba(0,208,98,0.40);
	line-height: 78px;
	opacity: 0;
	visibility: hidden;
}
.mss-player .mm-audio div.maudio .audio-control {
	width: 56px;
	height: 56px;
	line-height: 56px;
	border:0;
}
.mss-player .audio-control a.play:before {
	color: #fff;
}
.music-show:hover .mss-player {
	opacity: 1;
	visibility: visible;
	bottom: 20px;
} 

/* TESTIMONIAL SECTION */


.testimonial-slide {
	margin-bottom: 90px;
}
.testimonial-slider .slick-dots li button {
	background-color: #333;
	height: 5px;
	width: 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.testi-comment > p {
	font-size: 28px;
	line-height: 38px;
	font-style: italic;
	color: #333333;
	margin-bottom: 25px;
	max-width: 485px;
}
.testi-comment > h3 {
	font-weight: 700;
	color: #333333;
	font-size: 22px;
	text-transform: uppercase;
}
.testi-img {
	position: relative;
	margin-left: 70px;
}
.testi-img:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border:5px solid;
}

/* PRICE SECTION */

.price-section {
	background-color: #fff;
	padding: 100px 180px;
	margin-top: 110px;
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 35px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 35px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 35px rgba(0,0,0,0.10);
	box-shadow: 0 0 35px rgba(0,0,0,0.10);
}
.section-title.v2 {
	max-width: 760px;
	margin: 0 auto;
}
.section-title.v2 > h3 {
	font-weight: 600;
	line-height: 50px;
}
.section-title.v2 > span {
	font-size: 20px;
	color: #666666;
	margin-bottom: 20px;
}
.section-title.v2 {
	margin-bottom: 70px;
}

.price-col {
	text-align: center;
	padding: 52px 50px 34px;
	position: relative;
	border:3px solid;
	z-index: 9;
	background-color: #fff;
}

.price-col > h2 {
	color: #333333;
	font-size: 80px;
	font-weight: 700;
	margin-bottom: 1px;
}
.price-col h2 sup {
	font-size: 50px;
	vertical-align: top;
	font-weight: 300;
	position: relative;
	top: 0;
}
.price-col > h4 {
	text-transform: uppercase;
	color: #666666;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 14px;
}
.price-col > span {
	display: block;
	color: #999999;
	font-size: 16px;
	margin-bottom: 15px;
}
.price-col > i:before {
	font-size: 26px;
}
.price-col > .btn-default {
	width: 100%;
}

.stz-list {
	margin-top: 36px;
	margin-bottom: 45px;
}
.stz-list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
	justify-content: center;
}
.stz-list li:last-child {
	margin-bottom: 0;
}
.stz-list li > span {
	width: 36px;
	height: 36px;
	line-height: 36px;
	background-color: #f4f8f9;
	text-align: center;
	display: inline-block;
	display: none;
}
.stz-list li > p {
	color: #666666;
	font-size: 17px;
	line-height: 22px;
	font-weight: 300;
}


/* BLOG POSTS (HOMEPAGE 3 ) */

.blog-posts .load-more {
	margin-top: 58px;
}
.blog-post.v2 {
	margin-bottom: 0;
}
.blog-post.v2 .pod-meta li > a {
	color: #666666;
}

.blog-post.v2 .pod-meta a {
font-size: 16px;
font-weight: 400;
color: #666;
	margin-bottom: 12px;
	
}

.flaticon-date {
	margin-right: 3px;
	position: relative;
	color: #e75015;
}



.blog-post.v2 .blog-thumbnail {
	margin-bottom: 28px;
}
.blog-post.v2 .blog-info > h2 {
	font-size: 26px;
	line-height: 34px;
}
.blog-post.v2 .pod-meta {
	margin-bottom: 12px;
}
.blog-post.v2 .like-post {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 29px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 29px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 29px rgba(0,0,0,0.10);
	box-shadow: 0 0 29px rgba(0,0,0,0.10);
	line-height: inherit;
	color: #333333;
	width: 70px;
	height: 70px;
	display: flex;
	flex-wrap: wrap;
	bottom: -20px;
	align-items: center;
	justify-content: center;
}
.blog-post.v2 .like-post i {
	color: #333;
	margin-bottom: -40px;
	margin-top: -14px;
}
.blog-post.v2 .like-post i:before {
	font-weight: 600;
	font-size: 19px;
}
.blog-post.v2 .like-post i.flaticon-play {
	margin: 0;
}
.blog-post.v2 .like-post i.flaticon-play:before {
	font-size: 36px;
}
.blog-post.v2 .like-post span {
	max-width: 100%;
	flex:0 0 100%;
	font-size: 16px;
	font-weight: 600;
	margin-top: 3px;
}
.blog-post.v2 .like-post:hover i,
.blog-post.v2 .like-post:hover span {
	color: #fff;
}
.listen-now {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #E75015;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-weight: 600;
	font-size: 15px;
	border-radius: 30px;
	text-transform: uppercase;
}
.listen-now:hover {
	color: #fff;
}
.listen-now i {
	font-size: 16px;
	margin-left: 10px;
}

.posted_by {
	padding-top: 13px;
	position: relative;
	margin-top: 24px;
}
.posted_by:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 53px;
	height: 1px;
	background-color: #d7d7d7;
}
.posted_by > span {
	display: inline-block;
	color: #999999;
	font-size: 17px;
}
.posted_by > span i {
	font-size: 14px;
	margin-right: 4px;
}
.posted_by > p {
	line-height: inherit;
	color: #999999;
	font-size: 17px;
	display: inline-block;
}


/* HOMEPAGE 4 */

.dark-v {
	background-color: #0a0a0a;
}
.dark-v .bottom-header {
	background-color: #0a0a0a;
}
.dark-v header nav > ul > li > a {
	color: #fff;
}
.dark-v .abt-text {
	background-color: #171717;
}
.dark-v .abt-text > h2 {
	color: #fff;
}
.dark-v .presented ul li a {
	background-color: #232323;
	color: #c5c5c5;
}
.dark-v .section-title > span {
	color: #c5c5c5;
}
.dark-v .section-title > h2 {
	color: #fff;
}
.dark-v .pod-info {
	background-color: #171717;
}
.dark-v .pod-info > h3 {
	color: #fff;
}
.dark-v .songs-list li > h3 {
	color: #c5c5c5;
}
.dark-v .podcast-ep-info h2 {
	color: #fff;
}
.dark-v .podcast-ep-info p {
	color: #fff;
}
.dark-v .music-player .maudio {
	background-color: #171717;
	border-color: transparent;
}
.dark-v .fast-reverse:before, .dark-v .fast-forward:before {
	color: #b8b8b8;
}
.dark-v div.maudio .audio-control .time-keep {
	color: #fff;
}
.dark-v .hd-title {
	color: #fff;
}
.dark-v .widget-about > h3 {
	color: #c5c5c5;
}
.dark-v .widget-about p {
	color: #c5c5c5;
}
.dark-v .widget-contact ul li {
	color: #c5c5c5;
}
.dark-v .wd-links li a {
	color: #c5c5c5;
}
.dark-v .btm-links li a {
	color: #c5c5c5;
}
.dark-v .copyright-txt {
	color: #c5c5c5;
}
.dark-v div.maudio .audio-control .mute {
	width: 23px;
	background:inherit;
	height: 23px;
	position: relative;
}
.dark-v div.maudio .audio-control .mute:before {
	content: '\f028';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 19px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #fff;
}
.dark-v div.maudio .audio-control .mute.muted:before {
	content: '\f026';
}
.dark-v div.maudio .audio-control .volume-bar {
	width: 48px;
}
.dark-v div.maudio .audio-control .progress-bar {
	background-color: #2d2d2d;
}
.dark-v .podcast-thumb:before {
	display: none;
}

.dark-v .top-footer {
	border-bottom-color: #1b1818fc;
}

/* PODCAST DETAILS PAGE */


/* PODCAST BANNER */

.podcast-banner-section {
	padding: 155px 0;
}
.podcast-img {
	padding-left: 55px;
}
.featez-list {
	margin: 44px 0 48px;
}
.featez-list li {
	color: #dbdbdb;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
}
.featez-list li:before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.featez-list li:last-child {
	margin-bottom: 0;
}

/* INFORMATION TEXT */

.infor-txt {
	padding-right: 50px;
	margin-top: -7px;
}
.infor-txt > h2 {
	color: #333333;
	font-size: 34px;
	font-weight: 800;
	margin-bottom: 32px;
	padding-bottom: 10px;
	position: relative;
	margin-top: -6px;
	text-transform: uppercase;
}
.infor-txt > h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;	
	width: 57px;
	height: 1px;
	background-color: #b9b9b9;
}
.infor-txt p {
	margin-bottom: 26px;
}
.infor-txt p:last-child {
	margin-bottom: 0;
}

.mb-70 {
	margin-bottom: 70px;
}

/* UNLIMITED AUDIO SECTION */

.ul-head {
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 44px;
}
.ul-head > i:before {
	font-size: 60px;
}
.ul-head > h2 {
	color: #ffffff;
	font-size: 45px;
	margin-top: 22px;
}

.ul-video {
	position: relative;
}
.ul-video:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -25px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/vid-shape.png);
	background-repeat: no-repeat;
	width: 1218px;
	height: 177px;
}
.play-video {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 180px;
	height: 180px;
}
.play-video > span {
	display: inline-block;
	width: 130px;
	position: relative;
	top: 25px;
	line-height: 148px;
	height: 130px;
	background-color: #fff;
}
.play-video > span i {
	font-size: 40px;
}

.unlimited-audio .load-more .btn-default {
	background-color: #fff;
	color: #333333;
	padding: 0 50px;
}
.unlimited-audio .load-more .btn-default i {
	color: #333333;
}
.unlimited-audio .load-more {
	margin-top: 50px;
}


/* PAGER SECTION */

.pager-section {
	padding: 100px 0;
}
.page-title {
	color: #ffffff;
	font-size: 70px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 28px;
	margin-top: -13px;
}
.breadcrumb {
	background-color: inherit;
	padding: 0;
	margin-bottom: -2px;
}
.breadcrumb li {
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
.breadcrumb li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	width: 5px;
	height: 1px;
	background-color: #dbdbdb;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.breadcrumb li a,
.breadcrumb li span {
	display: inline-block;
	color: #dbdbdb;
	font-size: 20px;
}
.breadcrumb li:last-child:before {
	display: none;
}
.breadcrumb li:last-child {
	padding-right: 0;
}

.blog-info h2 a {
	text-decoration: none;
	border-bottom: none!important;
}

.blog-single .blog-info > p {
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 20px;
}
.blog-single .blog-post.v2 .like-post:hover {
	background-color: #fff;
}
.blog-single .blog-post.v2 .like-post:hover i,
.blog-single .blog-post.v2 .like-post:hover span {
	color: #333;
}
.blog-single .blog-post.v2 .blog-info > h2:hover {
	color: #282828;
}
.blog-single .blog-info blockquote {
	background-color: #E8E8E8;
	padding: 63px 120px 10px;
	text-align: center;
	margin-top: 86px;
	position: relative;
	margin-bottom: 30px;
}
.blog-single .blog-info blockquote:before {
	content: '\f10d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 84px;
}
.blog-single .blog-info blockquote p {
	color: #E75015;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.5;
	font-style: italic;
	padding-bottom: 15px;
}

.points {
	margin-top: 5px;
	margin-bottom: 35px;
}
.points li {
	color: #666666;
	font-size: 20px;
	margin-bottom: 22px;
	position: relative;
	padding-left: 30px;
}
.points li:last-child {
	margin-bottom: 0;
}
.points li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


.vid-music {
	position: relative;
	margin-top: 50px;
	margin-bottom: 40px;
}
.vid_play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 110px;
	height: 110px;
	border:2px dashed #fff;
	padding: 10px;
}
.vid_play .mss-player {
	display: inline-block;
	width: 84px;
	height: 84px;
	line-height: 75px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	position: relative;
	left: 1px;
	top: 1px;
	opacity: 1;
	visibility: visible;
}
.vid_play .mss-player .mm-audio div.maudio .audio-control {
	background-color: inherit;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	-ms-box-shadow: inherit;
	-o-box-shadow: inherit;
	box-shadow: inherit;
}
.vid_play .audio-control a.play:before {
	font-size: 34px;
}
.blog-single .posted_by {
	padding-top: 25px;
}



/* SOCIAL LINKS */

.social_links {
	position: relative;
	top: 25px;
}
.social_links li {
	display: inline-block;
}
.social_links li a {
	display: inline-block;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.social_links li a.facebook {
	background-color: #2361a1;
}
.social_links li a.google {
	background-color: #de3925;
}
.social_links li a.twiter {
	background-color: #1ab1e6;
}
.social_links li a.youtube {
	background-color: #d01d0f;
}

/* LISTEN PODCAST */

.listen-podcast {
	margin-top: 70px;
	background-image: url(https://via.placeholder.com/918x472);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 75px 20px 50px;
	position: relative;
	z-index: 1;
	margin-bottom: 54px;
}
.listen-podcast:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.86);
	z-index: -1;
}
.listen-podcast > h2 {
	color: #ffffff;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	max-width: 450px;
	margin: 0 auto;
	margin-bottom: 21px;
}
.download-btn {
	display: inline-block;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.download-btn:hover {
	color: #fff;
}

/*  PAST COMMENTS */

.past-comments {
	margin-bottom: 54px;
}
.pp-title {
	color: #333333;
	font-size: 32px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.comments-list ul {
	padding-left: 50px;
}
.comment-btx {
	background-color: #f4f8f9;
	padding: 20px 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}

.comnt-img {
	position: relative;
	max-width: 120px;
}
.reply-btn {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #333333;
	font-size: 13px;
	text-transform: uppercase;
	background-color: #fff;
	font-weight: 600;
	padding: 0 24px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	height: 30px;
	line-height: 30px;
}
.comnt-info {
	max-width: calc(100% - 120px);
	padding-left: 20px;
}
.comnt-info >  h3 {
	color: #444444;
	font-size: 26px;
	font-weight: 700;
	display: inline-block;
	text-transform: capitalize;
}
.comnt-info > span {
	display: inline-block;
	font-size: 16px;
	padding-left: 10px;
}
.comnt-info p {
	width: 100%;
	font-size: 17px;
	line-height: 1.5;
	margin-top: 13px;
}

/* POST COMMENT SECTION */


.form-group input,
.form-group textarea {
	width: 100%;
	height: 60px;
	color: #999999;
	font-size: 15px;
	padding: 0 30px;
	border:2px solid #f1f1f1;
}
.form-group textarea {
	height: 210px;
	padding: 25px 30px;
	resize: none;
	vertical-align: top;
}
.form-group button {
	border:0;
	margin-top: 20px;
}
.form-group {
	margin-bottom: 10px;
}
.post-comments form .row {
	margin: 0 -5px;
}
.post-comments form .col-md-6,
.post-comments form .col-md-12 {
	padding: 0 5px;
}


.post-comments .row .col-md-12:last-child .form-group {
	margin-bottom: 0;
}

/*  BLOG SINGLE SIDEBAR */

.sidebar .widget {
	margin-bottom: 50px;
}
.sidebar .widget:last-child {
	margin-bottom: 0;
}
.sidebar .widget-title {
	color: #333333;
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
	padding-top: 8px;
	margin-bottom: 27px;
}
.sidebar .widget-title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 2px;
}

/* RECENT POSTS */


.wid-post {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.wid-thumb {
	max-width: 101px;
}
.wid-thumb > img {
	width: 100%;
}
.wid-info {
	max-width: calc(100% - 101px);
	padding-left: 20px;
}
.wid-info > span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 9px;
}
.wid-info > span i {
	margin-right: 5px;
}
.wid-info > span i:before {
	font-size: 16px;
}
.wid-info > h3 {
	color: #333333;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	padding-right: 20px;
}
.recent-posts-ul li {
	margin-bottom: 20px;
}
.recent-posts-ul li:last-child {
	margin-bottom: 0;
}


/* WIDGET CATEGORIES */

.categories-lzt {
	background-color: #fff;
	border:3px solid #f1f1f1;
	padding: 20px 30px;
}
.categories-lzt li {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px dotted #d3d3d3;
	padding: 12px 0 14px;
}
.categories-lzt li > a,
.categories-lzt li > span {
	display: inline-block;
	color: #444444;
	font-size: 18px;
}
.categories-lzt li > span {
	margin-left: auto;
}
.categories-lzt li:last-child {
	border-bottom: 0;
}

/* WIDGET GALLERY */

.widget-gallery .row {
	margin: 0 -2.5px;
}
.widget-gallery .row .col-4 {
	padding: 0 2.5px;
}
.galry-img {margin-bottom: 5px;}

/* WIDGET RECENT VIDEOS */

.wd-recent-video {
	position: relative;
	margin-bottom: 20px;
}
.wd-recent-video:last-child {
	margin-bottom: 0;
}
.wd-recent-video:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.50);
}
.wd-recent-video .mss-player {
	opacity: 1;
	visibility: visible;
	text-align: center;
	bottom: auto;
	top: 20px;
	right: auto;
	left: 30px;
}
.vid-capp {
	position: absolute;
	bottom: 31px;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 0 30px;
}
.vid-capp > h3 {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 8px;
}
.vid-capp > span {
	display: block;
	color: #d4d4d4;
	font-size: 16px;
}

/* WIDGET META */

.widget-meta ul {
	background-color: #f1f1f1;
	padding: 26px 30px 28px;
}
.widget-meta ul li {
	position: relative;
	padding-left: 17px;
	margin-bottom: 17px;
}
.widget-meta ul li:last-child {
	margin-bottom: 0;
}
.widget-meta ul li:before {
	content: '\f0da';
	position: absolute;
	top: 50%;
	left: 0;
	color: #a9a9a9;
	font-size: 16px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.widget-meta ul li a {
	display: block;
	color: #333333;
	font-size: 18px;
}


/* SHOW DETAILS PAGE */

.listen-on > h3 {
	color: #dddddd;
	font-size: 18px;
	display: inline-block;
	font-weight: 700;
	margin-right: 21px;
}
.listen-on .social-links {
	display: inline-block;
	float: none;
}
.slide-text.v2 {
	max-width: 500px;
}
.slide-text.v2 > p {
	font-size: 20px;
	line-height: 1.5;
}
.podcast-banner-section.v2 {
	padding: 30px 0 0;
}
.podcast-banner-section.v2 .podcast-img {
	position: relative;
	bottom: -70px;
	z-index: 9;
}


/* TEAM SECTION */

.team-thumbnail {
	margin-bottom: 17px;
}
.team-mem > span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.team-mem > h3 {
	color: #333333;
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
}

.abut-para {
	margin-top: -8px;
}
.abut-para p {
	margin-bottom: 26px;
}
.abut-para p:last-child {
	margin-bottom: 0;
}
.mt-80 {
	margin-top: 77px;
}


/* OUR SPONSORS PAGE */

.partners.without-carousel .partner {
	margin-bottom: 30px;
}
.sponsor-txt {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	margin-bottom: -1px;
}
.sponsor-txt > h2 {
	font-size: 34px;
	line-height: 43px;
	color: #2b2b2b;
	font-weight: 500;
	margin-bottom: 45px;
}
.sponsor-txt > h2 strong {
	font-weight: 500;
}
strong {
	font-weight: 700;
}


/* ERROR PAGE */

.error-text {
	margin-bottom: -2px;
}
.error-text > i:before {
	font-size: 150px;
}
.error-text > h2 {
	font-size: 330px;
	color: #333333;
	font-weight: 200;
	letter-spacing: -35px;
	position: relative;
	left: -10px;
	margin-bottom: -16px;
	margin-top: -30px;
}
.error-text > h3 {
	color: #131111;
	font-size: 82px;
	font-weight: 800;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.error-text > p {
	color: #444444;
	font-size: 24px;
	line-height: 1.3;
	max-width: 410px;
	margin: 0 auto;
	margin-bottom: 41px;
}

/* SEARCH FORM */

.search-form {
	position: relative;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.search-form input {
	width: 100%;
	height: 60px;
	background-color: #f4f8f9;
	color: #828282;
	font-size: 16px;
	font-weight: 300;
	border:0;
	padding: 0 40px;
}
.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	border:0;
	height: 100%;
	font-size: 16px;
}
.search-form button i {
	font-size: 12px;
}


/* CONTACT PAGE */

.get-touch {
	background-color: #f4f8f9;
	padding: 44px 40px 50px;
}
.sb-title {
	color: #333333;
	font-size: 34px;
	font-weight: 800;
	position: relative;
	padding-bottom: 5px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.sb-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 2px;
}
.get-touch > p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 33px;
	margin-top: -7px;
}
.contact-dtts {
	margin-bottom: 50px;
}
.contact-dtts li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 21px;
}
.contact-dtts li:last-child {
	margin-bottom: 0;
}
.contact-dtts li > i {
	max-width: 45px;
	margin-right: 20px;
	text-align: center;
}
.contact-dtts li > i:before {
	font-size: 24px;
	font-weight: 500;
}
.contact-dtts li > span {
	display: inline-block;
	color: #666666;
	font-size: 18px;
	line-height: 24px;
	max-width: calc(100% - 45px);
}

/* SOCIO LINKS */

.socio-links li {
	display: inline-block;
	margin-right: 7px;
}
.socio-links li:last-child {
	margin-right: 0;
}
.socio-links li a {
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.fb {
	background-color: #2361a1;
}
.gp {
	background-color: #de3925;
}
.tw {
	background-color: #1ab1e6;
}

.yt {
	background-color: #de3925;
}

.ig {
	background-color: #1ab1e6;
}

/* CONTACT PAGE FORM */

.contact-page-form {
	background-color: #f4f8f9;
	padding: 44px 40px 50px 40px;
	height: 100%;
}
.contact-page-form .form-group input,
.contact-page-form .form-group textarea {
	border:0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.contact-page-form .form-group textarea {
	height: 150px;
}
.contact-page-form .post-comments form .row  {
	margin: 0 -10px;
}
.contact-page-form .post-comments form .col-md-6,
.contact-page-form .post-comments form .col-md-12 {
	padding: 0 10px;
}
.contact-page-form .form-group {
	margin-bottom: 20px;
}
.contact-page-form .form-group button {
	margin: 0;
}


/* MAP SECTION */

.map-sec {
	margin-top: 50px;
	margin-bottom: -1px;
}
.map-sec iframe {
	width: 100%;
	height: 460px;
}

/* LOGIN & REGISTER PAGE */

.mm-title {
	color: #333333;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 36px;
}
.lg-form .form-group input {
	width: 100%;
	background-color: #f4f8f9;
	border:0;
}
.lg-form .form-group button + a {
	display: inline-block;
	color: #797979;
	font-size: 18px;
	font-weight: 300;
	border-bottom: 1px solid #818181;
	margin-left: 35px;
}
.or {
	height: 100%;
	text-align: center;
	position: relative;
}
.or:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px dashed #b3b3b3;
	height: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.or > span {
	display: inline-block;
	color: #333333;
	font-size: 20px;
	font-weight: 300;
	width: 70px;
	height: 70px;
	border:1px solid #b3b3b3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 68px;
	text-transform: uppercase;
	background-color: #fff;
	position: relative;
	z-index: 9;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* PL SECTION */

.pl-section {
	margin-top: 110px;
}
.pl-section .section-title {
	margin-bottom: 65px;
}
.pl-section .section-title > h2 {
	font-size: 45px;
	font-weight: 700;
}

.pl-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.pl-logo {
	flex: 0 0 20%;
	max-width: 20%;
	text-align: center;
}
.pl-logo > img {
	width: auto;
	max-width: 80%;
}
.pl-section .btn-default {
	margin-top: 70px;
}


/* DONATE PAGE */

.donate-info {
	padding: 60px 100px 0;
}
.donate-info > span {
	display: block;
	color: #999999;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.donate-info > span i {
	margin-right: 5px;
}
.donate-info > h2 {
	color: #333333;
	font-size: 50px;
	line-height: 52px;
	font-weight: 700;
	max-width: 90%;
	margin-bottom: 26px;
}
.donate-info p {
	font-size: 17px;
	line-height: 1.5;
}

/* DONATE FORM */

.donate-form-sec {
	background-image: url(../images/dt-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px;
	margin-top: 51px;
}
.dd-title {
	position: relative;
	font-size: 34px;
	color: #333333;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.dd-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 57px;
	height: 1px;
	background-color: #b9b9b9;
}
.progress {
	background-color: #d5dee0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	margin-bottom: 20px;
	position: relative;
}
.progress .progress-bar {
	height: 20px;
	font-weight: 700;
	line-height: 18px;
	text-align: right;
}
.progress > span {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: red;
}

.alert-notice {
	background-color: #ffffff;
	padding: 20px 30px 18px;
	margin-bottom: 25px;
}
.alert-notice > img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	position: relative;
	top: -1px;
}
.alert-notice > span {
	display: inline-block;
	color: #333333;
	font-size: 16px;
}
.alert-notice > span strong {
	font-weight: 700;
}
.donate-form-sec > p {
	margin-bottom: 13px;
}
.amount-calc {
	display: flex;
	flex-wrap: wrap;
}
.amount-calc > ul {
	max-width: 70%;
	flex: 0 0 70%;
}
.amount-calc > ul li {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background-color: #0f0f0f;
	width: calc(100% / 4 - 10px);
	margin-right: 7px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	cursor: pointer;
}
.amount-calc > ul li:last-child {
	margin-right: 0;
}  
.custom-amount {
	flex: 0 0 30%;
	max-width: 30%;
	background-color: #fff;
	height: 54px;
}
.custom-amount > span {
	display: inline-block;
	width: 54px;
	height: 100%;
	border:2px solid #dddddd;
	text-align: center;
	line-height: 48px;
	color: #666666;
	font-size: 18px;
}
.custom-amount > input {
	display: inline-block;
	height: 100%;
	border:0;
	padding-left: 17px;
	font-weight: 400;
	width: calc(100% - 54px - 17px);
	height: 53px;
}

.select-payment {
	margin-top: 55px;
	margin-bottom: 32px;
}
.select-payment > h3 {
	color: #333333;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* PAYMENT METHOD */

.method-optz li {
	display: inline-block;
	margin-right: 25px;
}
.method-optz li:last-child {
	margin-right: 0;
}
.method-optz li label {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.method-optz li label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border:1px solid #d9e5e8;
}

.method-optz li label input:checked ~ .checkmark:after {
  display: block;
}
.method-optz li label .checkmark:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
	height: 4px;
	background-color: #fff;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: none;
}

/* PERSONAL INFO */

.personal-info > h3 {
	color: #333333;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.personal-info .row {
	margin: 0 -10px;
}
.personal-info .row .col-md-6,
.personal-info .row .col-md-12 {
	padding: 0 10px;
}
.personal-info .form-group {
	margin-bottom: 20px;
}
.personal-info .form-group input {
	border:0;
	-webkit-box-shadow: 0 0 29px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 0 29px rgba(0,0,0,0.07);
	-ms-box-shadow: 0 0 29px rgba(0,0,0,0.07);
	-o-box-shadow: 0 0 29px rgba(0,0,0,0.07);
	box-shadow: 0 0 29px rgba(0,0,0,0.07);
}
.personal-info .form-group button {
	margin-top: 10px;
}


/* PODCAST EPISODE */

.jp-audio {
	width: 100%;
}
.jp-audio .jp-controls {
	width: auto;
	height: auto;
	padding: 0;
	display: inline-block;
}
.jp-audio .jp-type-playlist .jp-progress {
	position: static;
	height: 6px;
}
.jp-audio .jp-interface, .jp-audio-stream .jp-interface {
	height: 200px;
}
.jp-progress {
	background:#434444;
}
.jp-audio .jp-type-playlist .jp-time-holder {
	color: #fff;	
	font-size: 20px;	
}
.jp-current-time {
	width: auto;
	position: relative;
}
.jp-gui.jp-interface {
	display: flex;
	flex-wrap: wrap;
	background: #171717;
}
.album-img {
	max-width: 210px;
	height: 100%;
}
.album-img > img {
	height: 100%;
	object-fit: cover;
}
.musicc-controls {
	width: calc(100% - 210px);
	position: relative;
	padding: 0 40px;
	top: 0;
}
.musicc-controls > h2 {
	color: #fff;
	font-weight: 600;
	font-size: 28px;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-family: 'Barlow';
}
.jp-controls button {
	text-indent: inherit;
}

.jp-controls button {
	color: #fff;
	font-size: 20px;		
}
.jp-audio .jp-type-playlist .jp-time-holder {
	position: static;
	padding-left: 92px;
	width: auto;
	position: relative;
	left: 0;
	top: -20px;
}
.jp-play,
.jp-audio .jp-play,
.jp-audio .jp-state-playing .jp-play {
	width: 55px;
	height: 55px;
	line-height: 55px;
	background-color: #fff;
	position: relative;
	z-index: 99;
}
.jp-audio.jp-state-playing .jp-play i:before {
	content: '\f04c';
}
.jp-play i {
	color: #373737;
}
.blog-music {
	margin-top: 20px;
}
.jp-previous,
.jp-next,
.jp-stop {
	display: none;
}
.jp-audio .jp-type-playlist .jp-progress {
	width: calc(100% - 92px);
	position: static;
	height: 6px;
	display: inline-block;
	margin-left: 30px;
}
.jp-volume-bar {
	background:#434444;	
	position: static;
	width: 50px;
	height: 4px;
	margin-right: 10px;
}
.jp-volume-controls {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: center;
	margin-left: auto;
	width: auto;
	left: 0;
	top: -20px;
}
.jp-mute {
	background: inherit;
	position: static;
}
.jp-volume-controls button {
	position: static;
	text-indent: inherit;
	width: auto;
	height: auto;
	display: inline-block;
	margin-right: 20px;
	color: #fff;
}
.jp-volume-controls button:last-child {
	margin-right: 0;
}
.jp-volume-max {
	background: inherit;
}
.jp-current-time:before {
	content: '/';
	position: absolute;
	top: 0;
	left: 100%;
	color: #fff;
	margin-left: 0;
}
.jp-current-time,
.jp-duration {
	color: #d0d0d0;
	font-size: 15px;
	font-weight: 500;
	font-style: inherit;
}
.jp-current-time {
	padding-right: 5px;
}
.jp-duration {
	width: auto;
	margin-left: 5px;
}
.jp-audio {
	font-family: 'Barlow';
}
.jp-audio, .jp-audio-stream, .jp-video {
	border:0;
}
.jp-details, .jp-playlist {
	border:0;
}

.jp-playlist {
	background: #ffffff;
	padding: 32px 40px 40px;
	border:3px solid #f1f1f1;
	border-top: 0;
}
.jp-playlist ul {
	padding: 0;
	height: 500px;
	overflow-y: scroll;
}
.jp-playlist ul::-webkit-scrollbar {
  width: 10px;
  background-color: #f4f8f9;
}
 
.jp-playlist ul::-webkit-scrollbar-track {
}

.jp-playlist li {
	background-color: #f4f8f9;
	padding: 12px 25px;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Barlow';
	border:0;
	position: relative;
}
.jp-playlist-item {
	position: relative;
	padding-left: 40px;
}
.jp-playlist-item:before {
	content: '\f04b';
	position: absolute;
	top: 50%;
	left: 0px;
	color: #333;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 1px;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style: inherit;
	padding-left: 0;
	padding: 12px 25px;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current .jp-playlist-item:before {
	content: '\f04c';
}
.jp-playlist li:nth-child(even) {
	background-color: #fff;
}
.jp-playlist > h3 {
	color: #1b1a1a;
	font-size: 26px;
	font-weight: 700;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.jp-playlist > h3:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 32px;
	height: 2px;
	background-color: #d1d1d1;
}



/* HOMEPAGE 4 */

.main-banner-hp4 {
	padding: 250px 0 240px;
}
.main-banner-hp4 .banner-text-hp3  {
	max-width: 600px;
	margin: 0 auto;
}
.main-banner-hp4 .banner-text-hp3 > h2 {
	/* text-transform: uppercase; */
	margin-bottom: 20px;
}
.main-banner-hp4 .banner-text-hp3 p {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	margin: 0 auto;
	margin-bottom: 40px;
}
.banner-bg1.overlay:before,
.banner-bg2.overlay:before,
.banner-bg4.overlay:before {
	background-color: rgba(0,0,0,0.50);
}
.banner-bg3.overlay:before {
	background-color: rgba(0,0,0,0.50);
}
.listen-on-platforms {
	position: absolute;
	/* bottom: 50px; */
	left: 0;
	width: 100%;
	text-align: center;
}
.listen-on-platforms .listen-dv > h3 {
	color: #fff;
	font-weight: 600;
}
.listen-on-platforms .listen-dv > ul li > h4 {
	color: #fff;
}

/* BEATX MUSIC PLAYER */

.remove-music-player {
	position: absolute;
	top: -20px;
	right: 5px;
	width: 30px;
	height: 30px;
	z-index: 999;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}
.remove-music-player.v2 {
	position: fixed;
	bottom: 10px;
	right: 10px;
	top: auto;
	opacity: 0;
	visibility: hidden;
}
.remove-music-player.show,
.remove-music-player.v2.show {
	opacity: 1;
	visibility: visible;
}

.open-music-player.playy i:before {
	content: '\f04c';
}
.remove-music-player:hover {
	color: #fff;
}


/* HOMEPAGE 5 */

.main-banner-hp4.v5 {
	padding: 160px 0 200px;
}
.main-banner-hp4.v5 .banner-text-hp3 {
	max-width: 800px;
	margin: initial;
}
.main-banner-hp4.v5 .banner-text-hp3 > h2 {
	font-size: 46px;
	line-height: 54px;
	margin-bottom: 30px;
	letter-spacing: 3px;
}
.main-banner-hp4.v5 .banner-text-hp3 p {
	margin: initial;
	margin-bottom: 40px;
}
.main-banner-hp4.v5 .music-player {
	margin-bottom: 40px;
}


/* HOMEPAGE 6 */

.main-banner-hp4.v6 {
	padding: 160px 0 250px;
}
.main-banner-hp4.v6 .banner-text-hp3 {
	max-width: 700px;
}
.main-banner-hp4.v6 .banner-text-hp3 > h2 {
	font-size: 42px;
	line-height: 52px;
	letter-spacing: 1px;
}
.main-banner-hp4.v6 .banner-text-hp3 p {
	max-width: 450px;
}

.banner-post-slider .slick-next:before,
.banner-post-slider .slick-prev:before,
.music-banner-slider .slick-next:before,
.music-banner-slider .slick-prev:before {
	color: #fff;
}
.banner-post-slider .slick-prev {
	left: 0;
}
.banner-post-slider .slick-next {
	right: 0;
}


.main-banner-hp4.v5.v7 .banner-text-hp3 {
	margin: 0 auto;
	text-align: center;
}

.jp-volume-controls button {
	margin-right: 0;
}

/* BLOG PAGES */

.blog-posts.v-2 .blog-post.v2 {
	margin-bottom: 20px;
}
iframe#twitter-widget-0 {
	height: 575px !important;
}
.blog-posts.v-2 {
	margin-bottom: 25px;
}

.add-img {
	margin-bottom: 50px;
}



/* BEATX PAGINATION */

.pagination {
	display: block;
	margin-top: 70px;
}
.beatx-pagination.v2 .pagination {
	margin-top: 40px;
}
.pagination li {
	display: inline-block;
	margin-right: 10px;
}
.pagination li:last-child {
	margin-right: 0;
}
.pagination li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0;
	font-size: 20px;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-ms-border-radius: 50px !important;
	-o-border-radius: 50px !important;
	border-radius: 50px !important;
	color: #999;
	border-color: #999;
}
.pagination li a.active,
.pagination li a:hover {
	color: #fff;
	border-color: transparent;
}
.blog-posts.v-2 + .beatx-pagination .pagination {
	margin-top: 33px;
}

/* BEATX PLAYER */

.beatx-playyer {
	position: absolute;
	bottom: -34px;
	left: 0;
	width: 100%;
	z-index: 99;
}
.beatx-playyer.fixed-player {
	position: fixed;
	bottom: 7px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 9999;
}
.beatx-playyer.fixed-player.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.beatx-playyer.fixed-player .jp-gui.jp-interface {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.beatx-playyer .jp-playlist {
	display: none;
}
.beatx-playyer .musicc-controls > h2 {
	display: inline-block;
	width: auto;
}
.beatx-playyer .music-cont {
	display: inline-block;
	width: auto;
}
.beatx-playyer .musicc-controls {
	width: 100%;
	position: static;
	padding: 0;
}

.beatx-playyer .jp-audio .jp-type-playlist .jp-time-holder,
.beatx-playyer .jp-volume-controls {
	position: static;
	padding: 0;
}
.beatx-playyer .jp-audio .jp-type-playlist .jp-progress {
	width: 100%;
	margin: 0;
}
.beatx-playyer .jp-audio .jp-interface, 
.beatx-playyer .jp-audio-stream .jp-interface {
	height: auto;
}
.beatx-playyer .jp-gui.jp-interface {
	background-color: #fff;
	padding: 22px 45px 21px;
	-webkit-box-shadow: 0 0 54px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 54px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 54px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 54px rgba(0,0,0,0.10);
	box-shadow: 0 0 54px rgba(0,0,0,0.10);
}
.beatx-playyer .jp-audio, 
.beatx-playyer .jp-audio-stream, 
.beatx-playyer .jp-video {
	background: transparent;
}
.beatx-playyer .jp-title {
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	padding-left: 30px;
}
.beatx-playyer .jp-title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	opacity: 0.31;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -6px;
	animation: zoominoutsinglefeatured 1s infinite;

}
@keyframes zoominoutsinglefeatured {
	0% {
		transform: scale(1,1);
	}
	50% {
		transform: scale(1.2,1.2);
	}
	100% {
		transform: scale(1,1);
	}
}

.beatx-playyer .jp-title:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	width: 6px;
	height: 6px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-top: 2px;
}

.beatx-playyer .jp-audio .jp-play {
	background: #00d858;
	width: 110px;
	height: 110px;
	line-height: 118px;
	display: inline-block;
}
.beatx-playyer .jp-play i {
	font-size: 30px;
	color: #fff;
}
.beatx-playyer .jp-previous, 
.beatx-playyer .jp-next {
	width: 44px;
	height: 44px;
	line-height: 40px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	box-shadow: 0 0 10px rgba(0,0,0,0.10);
	display: inline-block;
}
.beatx-playyer .jp-previous i:before,
.beatx-playyer .jp-next i:before {
	color: #000000;
	font-size: 15px;
}

.beatx-playyer .jp-previous {
	position: relative;
	left: 5px;
	z-index: 999;
}
.beatx-playyer .jp-next {
	position: relative;
	left: -12px;
	z-index: 999;
}
.beatx-playyer .jp-audio .jp-controls {
	margin: -37px 0;
	position: relative;
	left: 15px;
}
.beatx-playyer.fixed-player .jp-audio .jp-controls {
	left: -25px;
}
.beatx-playyer .jp-audio .jp-type-playlist .jp-progress {
	width: 168px;
	height: 8px;
	background-color: #f1f1f1;
	display: inline-block;
}
.beatx-playyer .jp-volume-controls {
	display: inline-block;
}
.beatx-playyer .jp-time-holder {
	display: inline-block;
}
.beatx-playyer .jp-audio .jp-type-playlist .jp-time-holder {
	height: 15px;
	margin-left: 17px;
}
.beatx-playyer .jp-current-time, 
.beatx-playyer .jp-duration {
	color: #333;
	font-size: 12px;
	font-weight: 500;
}
.beatx-playyer .jp-audio .jp-type-playlist .jp-toggles {
	display: inline-block;
	position: static;
	width: auto;
	position: relative;
	top: 4px;
	left: 0;
}
.beatx-playyer .jp-toggles button {
	text-indent: inherit;
	background: inherit;
	font-size: 12px;
	color: #555555;
	margin: 0;
	width: auto;
	margin-left: 15px;
}
.beatx-playyer .jp-volume-controls button {
	color: #333;
	line-height: initial;
	text-align: center;
	width: 100%;
}
.beatx-playyer .jp-volume-controls:hover .jp-volume-bar {
	opacity: 1;
	visibility: visible;
}
.beatx-playyer .jp-volume-bar {
	margin-right: 10px;
	margin-left: 10px;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -15px;
	opacity: 0;
	visibility: hidden;
}
.beatx-playyer .jp-volume-controls {
	position: relative;
	width: 55px;
	height: 55px;
	background: #fafafa;
	text-align: center;
	line-height: 55px;
	top: 0;
	left: 10px;
}
.beatx-playyer .jp-volume-bar {
	margin-right: 10px;
	margin-left: 10px;
}

.jp-state-muted .jp-mute i:before {
	content: '\f6a9';
}



.musicc-controls .beatx-playyer .jp-gui.jp-interface  {
	background: transparent;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	-ms-box-shadow: inherit;
	-o-box-shadow: inherit;
	box-shadow: inherit;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.musicc-controls .beatx-playyer {
	position: static;
	padding: 0;
}
.musicc-controls .beatx-playyer .jp-title {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 600;
}
.musicc-controls .beatx-playyer .jp-audio .jp-controls {
	left: 0;
	margin: 0;
}
.jp-gui.jp-interface.play-list-style {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.11);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.11);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.11);
	-o-box-shadow: 0 0 20px rgba(0,0,0,0.11);
	box-shadow: 0 0 20px rgba(0,0,0,0.11);
}
.musicc-controls .beatx-playyer .musicc-controls {
	top: 0;
}


/* AUTHORS PAGE */

.author-page .author-col {
	margin-bottom: 140px;
}
.author-page .row {
	margin-bottom: -140px;
}
.authors-sec.author-page {
	margin-top: 95px;
}

/* BLOG STYLE 4 */

.blog-posts.v-4 .blog-post .blog-thumbnail {
	margin-bottom: 25px;
}
.blog-posts.v-4 .blog-post .blog-info > a {
	display: inline-block;
	font-size: 16px;
	margin-top: 20px;
	font-weight: 500;
}
.blog-posts.v-4 .blog-post .blog-info > a i {
	font-size: 14px;
	margin-left: 5px;
}
.blog-posts.v-4 .blog-post {
	margin-bottom: 45px;
}

.home-btn {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
.home-btn i {
	font-size: 14px;
	margin-right: 5px;
}

/* RESPONSIVE MOBILE MENU */


.responsive-mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 350px;
	background-color:black;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 50px;
	z-index: 999999;
	height: 100%;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.responsive-mobile-menu.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.mb-menu li {
	display: block;
	position: relative;
	margin-bottom: 42px;
	float: left;
	width: 100%;
}
.mb-menu li:last-child {
	margin-bottom: 0;
}
.mb-menu li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 2px;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mb-menu li a {
	display: inline-block;
	color: #ffffff;
	font-size: 26px;
	font-weight: 600;
	position: relative;
	padding-left: 40px;
	width: auto;
	padding-right: 30px;
}
.mb-menu li a:hover:before {
	width: 20px;
}
.mb-menu ul li a:before {
	display: none;
}
.mb-menu ul li {
	margin-bottom: 20px;
}
.mb-menu ul li a {
	font-size: 16px;
	border-bottom: 0;
}
.mb-menu ul {
	display: none;
}
.mb-menu li a:after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 0;
	color: #ffffff;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	margin-top: 1px;
}
.mb-menu li.menu-item-has-children > a:after {
	opacity: 1;
	visibility: visible;
}
.mb-menu li.menu-item-has-children.active > a:after {
	content: '\f107';
}
.mb-menu ul {
	padding: 30px 0 0 25px;
	float: left;
	width: 100%;
}
.mb-menu ul ul {
	padding-top: 20px;
	padding-left: 30px;
}
.responsive-mobile-menu .social-links li {
	display: inline-block;
	margin-right: 35px;
}
.responsive-mobile-menu .social-links li:last-child {
	margin-right: 0;
}
.responsive-mobile-menu .social-links li a {
	width: auto;
	height: auto;
	line-height: inherit;
	background-color: inherit;
	position: static;
	color: rgba(255,255,255,0.50);
}
.responsive-mobile-menu .social-links li a:hover {
	color: #fff;
	background-color: inherit;
}
.rep-copyright {
	width: 100%;
}
.rep-copyright p {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5;
}


.close-menu {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	text-align: center;
	color: #333;
}
.close-menu:hover {
	color: #fff;
}

/* DEFAULT BUTTON ANIMATION */

.btn-default {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-bottom: -2px;
	color:white!important;
}
.btn-default > span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: 0.30;
  background: #fff;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-default:hover > span {
  width: 40rem;
  height: 40rem;
}

.btn-default:hover {
	background-color:white;
	color: #e75015!important;
	border:1px solid #e75015!important;
	}
	
/* ALERT MESSAGES */


.failed,
.text-info {
  color: #fff;
  padding: 15px 20px;
}

.response .text-info {
  color: #fff !important;
}

.response .text-info img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.response {
  position: relative;
  top: -20px;
}


/* LANDING PAGE */

.landing-banner {
	background-image: url(https://via.placeholder.com/1920x730);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 200px 0;
}
.landing-banr-content > h3 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 30px;
}
.section-title.v-land > h2 {
	text-transform: capitalize;
}
.section-title.v-land p {
	max-width: 620px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.section-title.v-land i:before {
	font-size: 54px;
}

.demo-hp {
	margin-bottom: 50px;
}
.demo-hp > a {
	display: block;
	margin-bottom: 20px;
}
.demo-hp > a img {
	box-shadow: 0 0 25px rgba(0,0,0,0.20);
}
.demo-hp > h3 {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 20px;
}

.demos-section .row {
	margin-bottom: -50px;
}

.landing-footer {
	position: relative;
	padding: 100px 0;
	text-align: center;
}

/*--------------------------------------------------------------
## MY STYLES
--------------------------------------------------------------*/

.home-logo {
	height:57px;
}

.icon-plans {
	margin-left:6px;
	margin-top:15px;
	width: 1.3rem;
	height: 1.3rem;
}


.prev-episodes {
	font-size: 24px;
	font-weight: bold;
	color:#000;
}

.other-episodes {
	float:right;
}

.nav-tabs {
	border-bottom: none;
	}

.nav-link.active {
	color:#fff;
	background-color:#e75015!important;
}

.background-dark {
	background-color: #333;
	padding:40px 0;
}

.h1 {
	font-size:28px;
	color:white;	
}

.top-margin-for-sticky {
	margin-top:41px;
}



.blog-post.v2 ul:not(.pod-meta) {
	margin-top: 5px;
	margin-bottom: 35px;
	list-style: none;
	padding-top:10px;
}

.blog-post.v2 ul li:not(.pod-meta) {
	color: #666666;
	font-size: 20px;
	margin-bottom: 22px;
	position: relative;
	padding-left: 30px;
}

.blog-post.v2 ul li:before {
content: '';
background: #e75015;
position: absolute;
top: 50%;
left: 0;
width: 8px;
height: 8px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50px;
}

.blog-post.v2 a {
	text-decoration: none;
	border-bottom:1px solid #E75015;
}

.alm-listing .css-grid {
	display: inline-grid;
	grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width:480px){
	.alm-listing .css-grid{
		grid-template-columns: 1fr;
	}
}
@media screen and (min-width:1024px){
	.alm-listing .css-grid{
		grid-template-columns: 1fr 1fr 1fr;
	}
}
.alm-listing .css-grid > div {
	margin: 0 5px 10px;
	padding-bottom: 25px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: none;
}

ul ul {
	margin: 4px 0 5px 30px;

}

.dr-orange {
	color: #e75015!important;

}

.blog-post li a {
	text-decoration: none;
	border-bottom:1px solid #E75015;
}

cite { 
	  font-style: italic;
	}
	
.abut-para a {
	text-decoration: none;
	border-bottom:1px solid #E75015;
}

/*--------------------------------------------------------------
## RECAPTCHA BADGE HIDER
--------------------------------------------------------------*/

.grecaptcha-badge { visibility: hidden!important; }


/* .blog-post.v2 ul ul:last-child {
	list-style: disc outside;
	content: '';
	text-decoration: none;

} */

/*--------------------------------------------------------------
## STYLES FOR WORDPRESS ADMIN
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## FIX LOGGED IN NAV BAR
--------------------------------------------------------------*/

.logged-in .bottom-header.sticky {
	top: 32px;
}

.powerpress_links.powerpress_links_mp3 {
	float:left;
	padding-right:15px;
}

.powerpress_player {
	padding-bottom:30px;

}

.powerpress_link_d, .powerpress_link_subscribe_rss {
	border-bottom:1px solid #E75015;
}

/*--------------------------------------------------------------
## RESPONSIVE STYLES
--------------------------------------------------------------*/

@media only screen and (max-width: 2560px) {
	.menu-btn {visibility:hidden;}
}

@media only screen and (max-width: 1480px) {
	.beatx-playyer.fixed-player .jp-audio .jp-controls {left: 0;}
}

@media only screen and (max-width: 1366px) {
	.music-banner-slider .slick-next, .music-banner-slider .slick-prev {display: none !important;}
	.container-fluid {padding: 0 15px;}
	.background-dark {padding:40px 1px;}
	.beatx-playyer.fixed-player .jp-audio .jp-controls {left: 30px;}
	
}

@media only screen and (max-width: 1200px) {
	.menu-btn {visibility:visible;	margin-left: auto;
		margin-right: 25px;}
	.mll-auto {margin-left: initial;}
	header nav {display: none;}
	.header-content {padding: 10px 0;}
	.abt-img {height: 100%;}
	.abt-img img {object-fit: cover;height: 100%;}
	.abt-text {padding: 61px 50px 54px;}
	.block {padding: 100px 0;}
	.pod-info {padding: 44px 35px 47px;}
	div.maudio .audio-control .progress-bar {width: 270px;margin-left: 20px;}
	.podcast-ep-info h2 {font-size: 28px;}
	.load-more {margin-top: 70px;}
	.post-title {font-size: 23px;line-height: 31px;}
	.main-banner {padding: 120px 0 150px;}
	header.pb {padding-top: 20px;}
	.slide-text > h2 {font-size: 40px;line-height: 46px;}
	.music-banner-slide .align-items-center {align-items: flex-start !important;}
	.btns-lz li a.btn-default {padding: 0 30px;}
	.service-col > p {padding: 0;}
	.music-col > h3 {font-size: 22px;line-height: 26px;}
	.songs-list li > h3 {font-size: 18px;}
	.pod-thumbnail {height: 100%;}
	.pod-thumbnail img {height: 100%;object-fit: cover;}
	.podcast-series.v2 .pod-info {padding: 59px 40px;}
	.donate-txt > h2 {font-size: 40px;line-height: 46px;}
	.value-donate > span {font-size: 15px;}
	.donate-txt .align-items-end {align-items: flex-start !important;}
	.value-donate > h3 {margin-top: -5px;}
	.donate-img:before {top: -50px;}
	.blog-info > h2 {padding-right: 0;}
	#twitter-widget-0 {height: 450px !important; }
	.pt-carousel .slick-next, .pt-carousel .slick-prev {display: none !important;}
	.newz-txt > h3 {font-size: 28px;line-height: 36px;}
	.newsletter-form .input-field button {right: 5px;}
	.section-title > h2 {font-size: 46px;}
	.author-col {padding: 0 15px 21px;}
	.pager-section {padding: 70px 0;}
	.page-title {font-size: 55px;margin-bottom: 18px;}
	.error-text > h2 {font-size: 280px;letter-spacing: 0;margin:0;}
	.blog-single .blog-info blockquote {padding: 63px 80px 49px;}
	.ul-video:before{display: none;}
	.testi-comment > p {font-size: 24px;line-height: 36px;}
	.testi-comment > h3 {font-size: 22px;}
	.main-banner-hp3 {padding: 200px 0 90px;}
	.wl-col {display: none;}
	.wl-coll {display: none;}
	.wl-txt {position: static;transform: inherit;margin: 0 auto;}
	.app-txt > h2 {font-size: 36px;line-height: 42px;}
	.price-section {padding: 100px 100px;}
	.beatx-playyer .jp-audio .jp-controls {justify-content: flex-start;left: 0;}
	.beatx-playyer .jp-title {margin-bottom: 20px;}
	.beatx-playyer .jp-audio .jp-controls {margin: 0;}
	.beatx-playyer .jp-gui.jp-interface {border-radius: 20px;}
	.beatx-playyer {bottom: -100px;}
	.main-banner-hp3 {padding: 200px 0 200px;}
	.block.list-sec {padding-top: 200px;}
	.jp-controls.d-flex.flex-wrap.align-items-center.justify-content-center {justify-content: flex-start !important;}
	.beatx-playyer.fixed-player {bottom: 0;}
	.beatx-playyer.fixed-player .jp-audio .jp-controls {left: 0;justify-content: flex-start !important;}
	.jp-controls.d-flex.flex-wrap.align-items-center.justify-content-end {justify-content: flex-start !important;}
	.newsletter-sec {padding: 75px 0;}
	.blog-info > h2 {font-size: 26px;line-height: 31px;}
	.vid-capp > h3 {font-size: 19px;}
	.app-txt {margin-top: -35px;}
}

@media only screen and (max-width: 991px) {
	.abt-img {height: auto;}
	.pod-series {margin-bottom: 30px;}
	.podcast-series {margin-bottom: -30px;}
	.podcast-thumb:before {display: none;}
	.podcast-episodes {text-align: center;}
	.podcast-thumb {max-width: 300px;margin: 0 auto;margin-bottom: 40px;padding-right: 0;}
	.post {margin-bottom: 50px;}
	.blog-posts {margin-bottom: -50px;}
	footer .widget {margin-bottom: 40px;}
	.top-footer {margin-bottom: -40px;}
	.widget-contact ul li {display: block;border-bottom-color: transparent;}
	.bottom-footer {text-align: center;}
	.btm-links {text-align: center;margin-bottom: 25px;}
	.copyright-txt {text-align: center!important;margin:0 auto;}
	.btm-logo {margin-bottom: 20px;}
	.bottom-footer  {padding: 65px 0 30px;}
	div.maudio .audio-control .progress-bar {width: 100%;margin-left: 0;}
	div.maudio .audio-control {justify-content: center;}
	.slide-img {display: none;}
	.section-title > h3 {font-size: 32px;}
	.listen-dv > ul {padding-left: 20px;}
	.author-col > img {max-width: 50%;}
	.author-col {margin-bottom: 120px;}
	.authors-sec {margin-bottom: -120px;}
	.donate-img {padding-left: 0;margin-top: 60px;}
	.donate-img:before {display: none;}
	.donate-txt .btn-default {float: right;}
	.blog-posts.vv2 {margin-bottom: 0;margin-bottom: 50px;}
	#twitter-widget-0 {width: 100% !important;}
	.newsletter {text-align: center;}
	.newsletter-form .input-field {max-width: 100%;display: flex;flex-wrap: wrap;}
	.newsletter-form {padding-left: 0;margin-top: 30px;}
	.input-field input {top: 0; height:10%;width:calc(100% - 80px);}
	.newsletter-sec {padding: 70px 0;}
	.search-form {max-width: 500px;margin: 0 auto;}
	.error-text > h3 {font-size: 60px;}
	.page-content .blog-posts {margin-bottom: 0;}
	.sidebar {margin-top: 50px;}
	.widget-advertisement > img {max-width: 50%;object-fit: cover;max-height: 200px;}
	.col-lg-8.order-1 {order:0;}
	.get-touch {margin-bottom: 20px;}
	.donate-info {padding: 60px 0 0;}
	.donate-form-sec {padding: 70px 40px;}
	.donate-info > h2 {font-size: 40px;line-height: 48px;}
	.login-register {text-align: center;}
	.or:before {display: none;}
	.or {margin: 20px 0 30px;}
	.or > span {position: static;transform: inherit;}
	.pl-section {margin-top: 60px;}
	.podcast-img {display: none;}
	.podcast-banner-section {padding: 90px 0;}
	.infor-txt {padding-right: 0;margin-bottom: 30px;}
	.play-video {width: 140px;height: 140px;}
	.play-video > span {height: 100px;width: 100px;line-height: 120px;top: 21px;}
	.podcast-banner-section.v2 {padding: 60px 0;}
	.team-mem {margin-top: 30px;}
	.testi-img {max-width: 30%;margin: 0 auto;margin-top: 50px;}
	.testimonial-slide {text-align: center;margin-bottom: 50px;}
	.testi-comment > p {max-width: 100%;}
	.service-col {margin-bottom: 50px;}
	.app-img {display: none;}
	.app-txt {text-align: center;padding-bottom: 70px;}
	.app-txt > h2 {padding-right: 0;}
	.app-txt p {max-width: 100%;}
	.price-col {margin-bottom: 30px;}
	.prices-cols .row {margin-bottom: -30px;}
	.blog-post.v2 {margin-bottom: 50px;}
	.main-banner-hp4.v5 {padding: 110px 0px 200px;}
	.blog-posts.v-5 .row {margin-bottom: 0;}
	.blog-posts.v-5 {margin-bottom: 50px;}
	.main-banner-hp4.v6 .banner-text-hp3 {padding: 0 75px;}
	.main-banner-hp4.v6 {padding: 105px 0 210px;}
	.music-player .maudio {border-radius: 0;}
	.widget-advertisement > img {width: 100%;max-width: 100%;}
	.beatx-playyer .jp-audio .jp-controls {justify-content: center;}
	.controls-sc {display: flex;flex-wrap: wrap;justify-content: center;}
	.beatx-playyer .jp-volume-controls {margin: 0;}
	.controls-sc {align-items: center;}
	.beatx-playyer .jp-audio .jp-type-playlist .jp-time-holder {height: auto;}
	.beatx-playyer .jp-audio .jp-type-playlist .jp-toggles {top: 1px;}
	.beatx-playyer .jp-audio .jp-play {width: 80px;height: 80px;line-height: 88px;}
	.song-title {text-align: center;}
	.beatx-playyer .jp-title {display: inline-block;}
	.beatx-playyer .jp-gui.jp-interface {padding: 15px 45px 10px;}
	.block.list-sec {padding-top: 180px;}
	.banner-text-hp3 > h2 {font-size: 42px;line-height: 48px;}
	.main-banner-hp3 {text-align: center;}
	.main-banner-hp3 .banner-text-hp3 {max-width: 100%;}
	.jp-controls.d-flex.flex-wrap.align-items-center.justify-content-center {justify-content: center !important;}
	.beatx-playyer.fixed-player .jp-audio .jp-controls {justify-content: center !important;}
	.jp-controls.d-flex.flex-wrap.align-items-center.justify-content-end {justify-content: center !important;}
	.album-img {display: none;}
	.musicc-controls {width: 100%;}
	.banner-text > h2 {font-size: 52px;}
	.banner-text p {font-size: 18px;}
	.main-banner.landing-v {padding: 100px 0;}
	.landing-footer {padding: 70px 0;}
	.banner-text ul li .btn-default {font-size: 14px;}
	.service-col {margin-bottom: 0;}
	.section-title.v2 > h3 {line-height: 40px;}
	.price-section {margin-top: 60px;}
	.app-txt > h2 {max-width: 100%;}
	.services.v2 .service-col {margin-bottom: 50px;}
	.services.v2 .row:nth-child(1) {margin-bottom: -50px;}
}

@media only screen and (max-width : 782px) {
	.logged-in .bottom-header.sticky {top: 0px}
	}

@media only screen and (max-width: 768px) {
	.tp-links {text-align: center;margin-bottom: 20px;}
	.top-header {padding: 15px 0;}
	.banner-text > h2 {font-size: 40px;}
	.banner-text p {font-size: 17px;margin-bottom: 40px;}
	.main-banner {padding: 90px 0 120px;}
	.banner-text ul li .btn-default {padding: 0 30px;line-height: 47px;height: 50px;font-size: 14px;}
	.section-title > h2 {font-size: 44px;}
	div.maudio .audio-control .volume-bar {display: none;}
	div.maudio .audio-control .progress-bar {width: 255px;}
	.load-more {margin-top: 40px;}
	.blog-posts {text-align: center;}
	.btm-links li {margin-bottom: 10px;}
	.btm-links {margin-bottom: 15px;}
	.top-footer {text-align: center;}
	.pod-info {text-align: center;}
	.songs-list li {justify-content: center;}
	.songs-list .mm-audio {width: 50px;}
	.songs-list li > h3 {width: calc(100% - 50px);}
	.abt-text {text-align: center;padding: 70px 50px 54px;}
	.post p {padding-right: 0;}
	div.maudio .audio-control .progress-bar {width: 100%;margin-left: 0;}
	div.maudio .audio-control {justify-content: center;}
	.slide-text > h2 {padding-right: 40px;}
	.service-col {margin-bottom: 50px;}
	.services .row {margin-bottom: -50px;}
	.listen-dv > h3 {width: 100%;margin-bottom: 20px;}
	.listen-dv > ul {padding-left: 0;width: 100%;}
	.listen-dv > ul li {margin-bottom: 15px;}
	.listen-dv > ul {margin-bottom: -15px;}
	.pod-series:nth-child(2n) .row .col-lg-6:nth-child(1) {order:0;}
	.author-col > img {margin-top: -50px;}
	.author-col {margin-bottom: 70px;}
	.authors-sec {margin-top: 80px;}
	.donate-txt {text-align: center;}
	.donate-txt .btn-default {float: none;margin-top: 30px;}
	.blog-posts.vv2 .blog-info {text-align: left;}
	.blog-posts.vv2 .align-items-center {align-items: flex-start !important;}
	.blog-posts.vv2 .blog-info > h2 {font-size: 24px;line-height: 30px;}
	.pt-logo > img {max-width: 60%;}
	.value-donate > h3 {margin-bottom: 12px;}
	.page-content .blog-info {text-align: left;}
	.page-content .blog-post .align-items-center {align-items: flex-start !important;}
	.page-content .blog-info > h2 {font-size: 24px;line-height: 30px;}
	.page-content .blog-info > p {font-size: 16px;line-height: 22px;}
	.blog-single .blog-info blockquote {padding: 63px 50px 49px;}
	.points li {font-size: 18px;}
	.page-content .blog-single .blog-info > p {font-size: 18px;line-height: 30px;}
	.comments-list ul {padding-left: 20px;}
	.comnt-info > span {font-size: 14px;}
	.donate-info > h2 {max-width: 100%;}
	.alert-notice > span {max-width: 90%;vertical-align: middle;}
	.donate-form-sec > p {line-height: 20px;margin-bottom: 20px;}
	.custom-amount {flex: 0 0 100%;max-width: 100%;margin-top: 20px;}
	.amount-calc > ul {max-width: 100%;flex: 0 0 100%;}
	.amount-calc > ul li {width: calc(100% / 4 - 8px);}
	.page-title {font-size: 44px;}
	.breadcrumb li a, .breadcrumb li span {font-size: 16px;}
	.pl-section .section-title > h2{font-size: 32px;}
	.sponsor-txt > h2 {font-size: 34px;line-height: 46px;margin-bottom: 30px;}
	.sponsor-txt {padding-top: 50px;}
	.inforr-img{margin-bottom: 15px;}
	.mb-70 {margin-bottom: 40px;}
	.row.mb-70 + .row {margin-bottom: -30px; }
	.album-img {display: none;}
	.album-img + .musicc-controls {width: 100%;}
	.ul-head > h2 {font-size: 30px;line-height: 36px;}
	.testimonial-slider {margin: -20px 0;}
	.block {padding: 80px 0;}
	.services.v2 .service-col > h3 {padding: 0;}
	.service-col > h3 {font-size: 24px;line-height: 28px;}
	.service-col > p {line-height: 24px;}
	.services.v2 .row {margin-bottom: 0;}
	.price-section {padding: 70px 40px;}
	.section-title.v2 > h3 {font-size: 36px;}
	.posted_by::before {left: 50%;transform: translateX(-50%);}
	.blog-posts .load-more {margin-bottom: 40px;}
	.main-banner-hp4 {padding: 200px 0 260px;}
	.banner-text-hp3 > h2 {font-size: 42px;line-height: 46px;}
	.listen-on-platforms .listen-dv > h3 {margin-bottom: 30px;}
	.listen-on-platforms {bottom: 20px;}
	.authors-sec.v5 {margin-bottom: -75px;}
	.donate-txt .btn-default {margin-top: 0;}
	.donate-txt .align-items-end {align-items: center !important}
	.blog-posts.v-5 .blog-info {text-align: left;}
	.blog-posts.v-5 .blog-info > h2 {font-size: 24px;line-height: 30px;}
	.music-player .maudio {border-radius: 0;}
	.main-banner-hp4.v5 {padding: 75px 0px 250px;}
	.main-banner-hp4.v6 .banner-text-hp3 > h2 {font-size: 32px;line-height: 40px;}
	.main-banner-hp4.v6 {padding: 75px 0 230px;}
	.main-banner-hp4.v5.v7 .banner-text-hp3 > h2 {font-size: 36px;line-height: 46px;}
	.jp-controls.d-flex.flex-wrap.align-items-center.justify-content-start {justify-content: center !important;}
	.musicc-controls .beatx-playyer .jp-title {font-size: 24px;margin-bottom: 10px;}
	.authors-sec.author-page {margin-top: 55px;}
	.author-page .author-col {margin-bottom: 80px;}
	.author-page .row {margin-bottom: -80px}
	.authors-sec.author-page {margin-bottom: 0;}
	.section-title.v-land > h2 {font-size: 34px;}
	.copyright-txt {padding-top: 20px;}
	.songs-list li {display: block;}
	.songs-list .mm-audio {margin: 0 auto;}
	.songs-list li > h3 {width: 100%;margin-top: 10px;margin-bottom: 10px;padding-left: 0;}
	.slide-text > span {font-size: 18px;}
	.section-title > h3 br {display: none;}
	.services .row + .row {margin-bottom: 0;}
	p {font-size: 16px;}
	.blog-info > h2 {margin-bottom: 10px;}
	iframe#twitter-widget-0 {height: 350px !important; }
}

/*--------------------------------------------------------------
## FIX ADMIN BAR - ON MOBILE
--------------------------------------------------------------*/	
	
@media screen and (max-width: 600px) {#wpadminbar {position: fixed!important;} .logged-in .bottom-header.sticky {top: 42px!important;}}

@media only screen and (max-width: 576px) {
	
	.fixed-bg {
		background-size: contain;
		width:100%;
		overflow:hidden;
		height:117%;
	}
	
	.overlay:before {
		height:30%!important;
	}
	
	.main-banner-hp4 .banner-text-hp3 p  {
		color:black!important;
	}
	
	.listen-on-platforms .listen-dv > h3  {
		color:black!important;
	}
	
	.main-banner-hp4.v5 .banner-text-hp3 {
		margin-top:-20px;
	}
	
	.social-links {
		margin-top:5px;
	}
	
	.header-content .btn-default {padding: 0 20px;}
	.abt-text {padding: 70px 20px 54px;}
	.abt-text > h2 {font-size: 32px;line-height: 40px;}
	.block {padding: 70px 0;}
	.podcast-ep-info h2 {line-height: 36px;}
	div.maudio .audio-control .progress-bar {width: 160px;}
	.podcast-ep-info p {line-height: 27px;}
	div.maudio .audio-control .progress-bar {width: 100%;margin-left: 0;}
	div.maudio .audio-control {justify-content: center;}
	.section-title > h3 {font-size: 26px;}
	.services {margin-bottom: 0;}
	.authors-sec {margin-bottom: -70px;}
	.radio-stations table thead th {display: none;}
	.radio-stations table thead th:nth-child(1) {display: block;}
	.radio-stations table tr td {display: none;}
	.radio-stations table tr td:nth-child(1) {display: block;}
	.blog-posts.vv2 .blog-info {text-align: center;}
	.blog-posts.vv2 .blog-thumbnail {margin-bottom: 30px;}
	.ms-title {text-align: center;}
	.ms-title:before {left: 50%;transform: translateX(-50%);}
	.radio-stations table thead th:nth-child(1) {text-align: center !important;padding-left: 0;padding-right: 0;}
	.radio-stations table td {padding-left: 0;padding-right: 0;}
	.radio-stations .mm-audio {width: 100%;}
	.radio-player > h3 {display: block;width: 100%;padding-left: 0;}
	.radio-player {text-align: center;}
	.radio-player .mm-audio div.maudio .audio-control {margin: 0 auto;margin-bottom: 20px;}
	.radio-stations table tbody td:first-child {padding-left: 0;}
	.blog-posts.vv2 .blog-info > h2 {padding: 0 20px;}
	.slide-text {text-align: center;}
	.slide-text > h2 {padding-right: 0;}
	.music-col {text-align: center;}
	.pager-section {padding: 45px 0;}
	.page-title {font-size: 40px;}
	.breadcrumb li a, .breadcrumb li span {font-size: 16px;}
	.page-content .blog-post .blog-thumbnail {margin-bottom: 30px;}
	.page-content .blog-post, .page-content {text-align: center;}
	.sidebar .widget-title {text-align: center;}
	.sidebar .widget-title:before {left: 50%;transform: translateX(-50%);}
	.sidebar {text-align: center;}
	.sidebar .wid-info {text-align: left;}
	.posted_by:before {left: 50%;transform: translateX(-50%);}
	.mb-30 {margin-bottom: 30px;}
	.social_links {text-align: center !important;}
	.comnt-info {max-width: 100%;margin-top: 20px;padding-left: 0;}
	.post-comments {text-align: center;}
	.past-comments {text-align: center;}
	.comnt-img {margin: 0 auto;}
	.comments-list ul {padding-left: 0;}
	.comnt-info > h3 {width: 100%;margin-bottom: 10px;}
	.wd-recent-video .mss-player {left: 50%;transform: translateX(-50%);}
	.sb-title {font-size: 28px;}
	.donate-section {text-align: center;}
	.donate-info > h2 {font-size: 30px;line-height: 36px;}
	.dd-title:before {left: 50%;transform: translateX(-50%);}
	.alert-notice > span {margin-top: 10px;}
	.custom-amount > span {position: relative;left: -10px;}
	.pl-section .section-title > h2 {font-size: 28px;}
	.sponsor-txt {padding-top: 30px;}
	.infor-txt {text-align: center;}
	.infor-txt > h2:before {left: 50%;transform: translateX(-50%);}
	.play-video {width: 100px;height: 100px;}
	.play-video > span {width: 60px;height: 60px;line-height: 70px;}
	.play-video > span i {font-size: 26px;}
	.section-title > h2 {font-size: 34px;}
	.mt-80 {margin-top: 50px;}
	.music-show > h3 {font-size: 18px;}
	.wl-txt > h2 {font-size: 40px;line-height: 44px;}
	.app-txt > h2 {font-size: 30px;line-height: 40px;}
	.section-title.v2 > h3 {line-height: 40px;}
	.section-title.v2 > span {margin-bottom: 15px;}
	.section-title.v2 {margin-bottom: 50px;}
	.main-banner-hp4.v5 .banner-text-hp3 {text-align: center;padding-bottom:50px;}
	.main-banner-hp4.v5 .banner-text-hp3 > h2 {font-size: 38px;line-height: 46px;}
	.listen-on-platforms .listen-dv > h3 {text-align: center;}
	.value-donate {margin-bottom: 30px;}
	.blog-posts.v-5 .blog-thumbnail {margin-bottom: 30px;}
	.blog-posts.v-5 {text-align: center;}
	.blog-posts.v-5 .blog-info {text-align: center;}
	.main-banner-hp4.v6 .banner-text-hp3 > h2 {font-size: 26px;line-height: 36px;}
	.banner-text-hp3 > h2 {font-size: 32px;line-height: 40px;}
	.beatx-playyer .jp-gui.jp-interface {padding: 15px 25px 10px;}
	.main-banner-hp3 {padding: 200px 0 170px;}
	.wl-txt p {font-size: 18px;line-height: 28px;margin-bottom: 35px;}
	.musicc-controls .beatx-playyer .jp-title {font-size: 20px;}
	.banner-text > h2 {font-size: 36px;}
	.main-banner.landing-v {padding: 80px 0;}
	.section-title.v-land > h2 {font-size: 28px;margin-bottom: 10px;}
	.landing-footer {padding: 40px 0;}
	.section-title > h3 {font-size: 32px;line-height: 32px;}
	.wl-txt > span {font-size: 18px;}
	.newsletter-sec {padding: 55px 0;}
	.sponsor-txt > h2 {font-size: 28px;line-height: 40px;}
	.beatx-pagination.text-left {text-align: center !important;}
	.section-title.v2 > h3 {font-size: 30px;line-height: 36px;}
}

@media only screen and (max-width: 480px) {
	
.overlay:before {
	height:36%!important;
}

.fixed-bg {
	background-size: contain;
	width:110%;
	overflow:hidden;
	height:108%;
}

.listen-title > h3 {color:#000!important;}
	
	.top-header .social-links {display: ;}	
	.tp-links {display: none;}
	.top-header {text-align: center;}
	.login {line-height: inherit;}
	.top-header {height:0;margin:0;padding:0;visibility: hidden;}
	.header-content .btn-default {display: none;}
	.menu-btn {margin-right: 0;}
	.banner-text > h2 {font-size: 32px;}
	.banner-text ul li .btn-default {padding: 0 22px;}
	.banner-text p {margin-bottom: 30px;}
	.main-banner {padding: 55px 0 100px;}
	.abt-text > h2 {font-size: 24px;line-height: 32px;margin-bottom: 35px;}
	.abt-text > span {font-size: 14px;}
	.presented ul li {margin-bottom: 10px;}
	.abt-text {padding: 70px 20px 30px;}
	.pod-info > h3 {font-size: 28px;}
	.songs-list li > h3 {font-size: 16px;line-height: 20px;}
	.songs-list li {margin-bottom: 20px;}
	.songs-list {margin-bottom: 40px;}
	.pod-info > h4 {font-size: 24px;}
	.pod-info {padding: 44px 15px 47px;}
	.section-title > h2 {font-size: 32px;}
	.section-title > span {font-size: 16px;}
	.pod-meta li {font-size: 16px;}
	.wd-links li a {font-size: 16px;}
	.top-footer {padding: 60px 0 15px;}
	.copyright-txt {font-size: 14px;}
	.slide-text > h2 {padding-right: 0;font-size: 30px;line-height: 35px;}
	.pod-meta li {font-size: 14px;margin-right: 16px;}
	.btns-lz li {display: block;text-align: center;margin-right: 0;margin-bottom: 10px;}
	.slide-text > p {margin-top: 20px;}
	.section-title > h3 {font-size: 26px;font-weight: 500;line-height: 33px;}
	.podcast-series.v2 .pod-info {padding: 35px 40px;}
	.donate-txt > h2 {font-size: 32px;line-height: 40px;}
	.section-title > strong {font-size: 25px;}
	.blog-posts.vv2 .blog-info > h2 {padding: 0;}
	.newz-txt > h3 {font-size: 22px;line-height: 28px;}
	.newsletter-form .input-field button {position: relative;margin-top: 20px;top: auto;left: auto;}
	.newsletter-form .input-field {height: auto;}
	.newsletter-form span.env {display: none;}
	.newsletter-form .input-field input {width: 100%;height: 60px;border-radius: 50px;background-color: #fff;}
	.newsletter-form .input-field {background-color: inherit;}
	.newsletter-form {text-align: center;}
	.newsletter-form .input-field {justify-content: center;}
	.ms-title {font-size: 32px;}
	.service-col > h3 {font-size: 24px;}
	.error-text > h2 {font-size: 150px;left: 0;}
	.error-text > h3 {font-size: 42px;}
	.error-text > p {font-size: 18px;line-height: 26px;}
	.search-form button {position: static;margin-top: 10px;}
	.error-text > i::before {font-size: 100px;}
	.pagination {margin-top: 50px;}
	.wid-info > h3 {padding-right: 0;}
	.vid-capp > h3 {font-size: 20px;}
	.vid-capp {bottom: 15px;}
	.blog-post.v2 .blog-info > h2 {font-size: 22px;line-height: 30px;}
	.beatx-pagination.v2 .pagination {margin-top: 0;}
	.add-img {margin-bottom: 25px;}
	.blog-post.v2 .like-post {width: 70px;height: 70px;}
	.blog-post.v2 .like-post i {margin-bottom: -33px;}
	.page-content .blog-single .blog-info > p {line-height: 28px;}
	.blog-single .blog-info blockquote {padding: 63px 20px 49px;}
	.listen-podcast > h2 {font-size: 26px;line-height: 35px;}
	.listen-podcast {padding: 45px 20px 50px;}
	.widget-advertisement > img {max-width: 100%;}
	.pp-title {font-size: 28px;}
	.get-touch {padding: 44px 25px 50px;}
	.sb-title {font-size: 24px;line-height: 30px;}
	.contact-page-form {padding: 44px 25px 50px 25px;}
	.map-sec iframe {height: 250px;}
	.breadcrumb li {padding: 0 10px;}
	.donate-info > span {font-size: 14px;}
	.donate-info > span i:before {font-size: 14px;}
	.donate-info {padding: 40px 0 0;}
	.donate-info > h2 {font-size: 24px;line-height: 32px;}
	.donate-info p {line-height: 28px;}
	.dd-title {font-size: 28px;}
	.alert-notice {padding: 20px 10px 18px;}
	.amount-calc > ul li {width: 100%;margin-bottom: 5px;}
	.select-payment > h3 {font-size: 18px;}
	.donate-form-sec {padding: 50px 20px;}
	.lg-form .form-group button + a {margin-left: 10px;}
	.mm-title {font-size: 30px;}
	.pl-section .btn-default {margin-top: 50px;}
	.lg-form .form-group button + a {font-size: 15px;}
	.page-title {font-size: 32px;}
	.sponsor-txt > h2 {font-size: 28px;line-height: 36px;}
	.sponsor-txt {padding-top: 20px;}
	.slide-text > span {font-size: 26px;}
	.featez-list li {font-size: 16px;line-height: 22px;}
	.featez-list {margin: 30px 0 40px;}
	.podcast-banner-section {padding: 65px 0;}
	.musicc-controls {padding: 0 15px;top: 0;}
	.musicc-controls > h2 {font-size: 20px;}
	.jp-audio .jp-controls {width: 100%;margin-bottom: 20px;}
	.jp-audio .jp-type-playlist .jp-progress {margin-left: 0;width: 100%;margin-bottom: 10px;}
	.jp-audio .jp-type-playlist .jp-time-holder {padding-left: 0;top: 0;}
	.jp-volume-controls {top: 0;}
	.jp-play, .jp-audio .jp-play {margin: 0 auto;float: none;}
	.musicc-controls > h2 {text-align: center;}
	.jp-playlist {padding: 32px 20px 40px;}
	.jp-playlist-item {padding-left: 25px;font-size: 13px;}
	.play-video {background:transparent;}
	.full-width {max-width: 100%;flex: 0 0 100%;}
	.testi-comment > h3 {font-size: 18px;}
	.testi-img {max-width: 50%;}
	.price-section {padding: 50px 15px;}
	.section-title.v2 > span {font-size: 16px;}
	.section-title.v2 > h3 {font-size: 30px;}
	.price-col {padding: 52px 20px 15px;}
	.social-links {display:;}
	.banner-text-hp3 > h2 {font-size: 34px;line-height: 40px;}
	.main-banner-hp4 {padding: 175px 0 370px;}
	.listen-on-platforms .listen-dv > ul li {display: block;width:50px;padding-right:30px;margin:0 auto 20px;}
	.main-banner-hp4.v5 .banner-text-hp3 > h2 {font-size: 30px;line-height: 38px;}
	.main-banner-hp4.v5 {padding: 75px 0px 365px;}
	.main-banner-hp4.v5 .listen-dv > ul {text-align: center;display: inline-flex;}
	.main-banner-hp4.v5 {padding:60px 0;!important;}
	.listen-dv {margin-top:0;}
	.listen-on-platforms {bottom:0;}
	.listen-dv > ul li {margin-right:0;}
	.listen-dv h4 {visibility: hidden!important;}
	.main-banner-hp4.v6 .banner-text-hp3 {padding: 0;}
	.banner-post-slider .slick-next, .banner-post-slider .slick-prev {display: none !important;}
	.main-banner-hp4.v6 {padding: 75px 0 350px;}
	.main-banner-hp4.v5.v7 .banner-text-hp3 > h2 {font-size: 30px;line-height: 40px;}
	.main-banner-hp3 {padding: 175px 0 200px;}
	.beatx-playyer .jp-title {font-size: 16px;}
	.beatx-playyer .jp-audio .jp-controls {margin-bottom: 20px;}
	.beatx-playyer .jp-audio .jp-type-playlist .jp-progress {width: 100%;margin-bottom: 15px;}
	.beatx-playyer .jp-audio .jp-play {margin-right: 40px;}
	.wl-txt > h2 {font-size: 32px;line-height: 39px;}
	.wl-txt > span {font-size: 26px;margin-top: 30px;}
	.listen-on-platforms {z-index: 10;}
	.beatx-playyer .jp-audio .jp-play {margin: 0;}
	.beatx-playyer .jp-next {left: -7px;}
	.musicc-controls .beatx-playyer .jp-title {font-size: 15px;}
	.jp-audio .jp-interface, .jp-audio-stream .jp-interface {height: auto;}
	.jp-gui.jp-interface.play-list-style {padding-top: 15px;padding-bottom: 15px;}
	.musicc-controls .beatx-playyer .jp-audio .jp-controls {margin-bottom: 20px;margin-top: 10px;}
	.authors-sec.author-page {margin-top: 40px;}
	.responsive-mobile-menu {width: 100%;}
	.main-banner.landing-v {padding: 60px 0;}
	.btn-default {font-size: 14px;height: 46px;line-height: 46px;}
	.banner-text ul li {margin-bottom: 10px;}
	.hd-title {font-size: 28px;}
	.slide-text > span {font-size: 20px;}
	.wl-txt > span {font-size: 16px;}
	.input-field button {height: 50px;line-height: 50px;}
	.sponsor-txt > h2 {font-size: 22px;line-height: 30px;}
	.section-title.v2 > h3 {font-size: 24px;line-height: 30px;}
	.price-col > h2 {font-size: 62px;}
	.price-col h2 sup {font-size: 36px;}
	.app-btns li {margin-bottom: 10px;}
	.app-btns li:last-child {margin-bottom: 0;}
}

@media only screen and (max-width: 414px) {
	
	.overlay:before {
		height:35%!important;
	}
	
	.fixed-bg {
		background-size: contain;
		width:100%;
		overflow:hidden;
		height:85%;
	}
	
}

@media only screen and (max-width: 375px) {
	
	.overlay:before {
		height:38%!important;
	}
	
	.fixed-bg {
		background-size: contain;
		width:100%;
		overflow:hidden;
		height:69%;

	}
	
}

@media only screen and (max-width: 320px) {
	
	.overlay:before {
		height:30%!important;
	}
	
.fixed-bg {
	background-size: contain;
	width:100%;
	overflow:hidden;
	height:72%;
}

.main-banner-hp4.v5 .banner-text-hp3 > h2 {
	font-size:20px;
	line-height: 24px;
	margin-bottom:40px;
}
	
}