/*
Theme Name: MusicPlay
Theme URI: https://themeforest.net/item/musicplay-music-dj-responsive-wordpress-theme/5979416
Description: Designed by AivahThemes. This Theme for WordPress is lightweight and adaptable. Theme comes with ease in usability which makes your site ready in minutes.
Version: 15.0
Author: AivahThemes
Author URI: http://themeforest.net/user/AivahThemes
License: Themeforest Split Licence
License URI: https://help.market.envato.com/hc/en-us/articles/202501064-What-is-Split-Licensing-and-the-GPL-
Tags: two-columns, custom-background, translation-ready, custom-menu
Text Domain: musicplay
Tested up to: 6.7.1
Requires at least: 6.0
Requires PHP: 8.0
*/

div#ajaxwrap {
    position: relative;
    z-index: 5;
}

#preloader_iva_wrap {
	position: absolute;
	top: 0;
	width: 100vw;
	height: calc(100vh - 138px);
	left: 0;
	background-color:#ffffff;
	background-color: rgba(255,255,255,0.8);
	transition: all .3s ease-out;
	display: flex;
	align-items: center;
	justify-content: center;
}
#preloader_iva{
	position: relative;
	width: 54px;
	margin-top: -130px;
}
#preloader_iva span{
    display:block;
    bottom:-15px;
    width: 9px;
    height: 2px;
    background:#9b59b6;
    position:absolute;
	-webkit-animation: preloader_iva 1.5s  infinite ease-in-out;
    animation: preloader_iva 1.5s  infinite ease-in-out;
	border-radius: 2px;
}

#preloader_iva span:nth-child(2){
	left:11px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
#preloader_iva span:nth-child(3){
	left:22px;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
#preloader_iva span:nth-child(4){
	left:33px;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}
#preloader_iva span:nth-child(5){
	left:44px;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}
@-webkit-keyframes preloader_iva {
    0% {height:2px;transform:translateY(0px);background:#9b59b6;}
    25% {height:30px;transform:translateY(15px);background:#3498db;}
    50% {height:2px;transform:translateY(0px);background:#9b59b6;}
    100% {height:2px;transform:translateY(0px);background:#9b59b6;}
}
@keyframes preloader_iva {
    0% {height:2px;transform:translateY(0px);background:#9b59b6;}
    25% {height:30px;transform:translateY(15px);background:#3498db;}
    50% {height:2px;transform:translateY(0px);background:#9b59b6;}
    100% {height:2px;transform:translateY(0px);background:#9b59b6;}
}
/**
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * @used from twentythirteen theme to maintain WP Native Styling
 * ----------------------------------------------------------------------------
 */
 * {
 	box-sizing:         border-box;
 }

 *::-moz-selection {
     background-color: #00A8E8;
     color: #FFFFFF;
 }

 img[src=""] {
     display: none;
 }

article, aside, details, figcaption, figure, footer, header, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: "Source Sans Pro", Helvetica, sans-serif; }
address { font-style: italic; margin: 0 0 24px; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }

p { margin: 0 0 24px; }

small { font-size: smaller; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }
sub { bottom: -0.25em; }

dl { margin: 0 20px; }
dt { font-weight: bold; }
dd { margin: 0 0 20px; }

menu { margin: 16px 0; padding: 0 0 0 40px; }

ul { list-style: disc outside none; margin-left: 8px; }
ol { list-style: decimal outside none; margin-left: 15px; }

ul, ol { margin-bottom: 20px; padding: 0px; }

.content-area li { margin-left: 1em; padding: 3px 0; }

nav ul,
nav ol { list-style: none; list-style-image: none; }

li > ul,
li > ol { margin: 0; }

img { -ms-interpolation-mode: bicubic; border: 0; vertical-align: middle; }

svg:not(:root) { overflow: hidden;}

figure { margin: 0; }
form { margin: 0; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; max-width: 100%; vertical-align: baseline; }
button, input { line-height: normal; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"],
input[type="radio"] { padding: 0; }
input[type="search"] { -webkit-appearance: textfield; padding-right: 2px; /* Don't cut off the webkit search cancel button */ width: 270px; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}

button::-moz-focus-inner, input::-moz-focus-inner {	border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

table { border-bottom: 1px solid #ededed; border-collapse: collapse; border-spacing: 0; font-size: 14px; line-height: 2; margin: 0 0 20px; width: 100%;}
caption, th, td { font-weight: normal; text-align: left; }
caption { font-size: 16px; margin: 20px 0; }

th { font-weight: bold; text-transform: uppercase; }
td { border-top: 1px solid #ededed; padding: 6px 10px 6px 0; }

del { color: #333; }
ins { background: #00A8E8; text-decoration: none; }

hr {
	background-color: rgba(0, 0, 0, 0.05);
	height: 1px;
	border: none;
	margin: 15px 0;
}

/* WordPress Defaults
=========================================================== */
.bypostauthor { opacity: 0.7; }

/* Pre Wrap
=========================================================== */

pre {
	background: url('images/code_bg.png') repeat scroll left top #f6f6f6;
	font: 12px "Courier 10 Pitch", Courier, monospace;
	line-height: 21px;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 20px 30px;
	border: 1px solid #e2eeee;
	color: #444444;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	border-radius:			3px;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
	background-color:#f7f7f7;
	display: block;
	font: 12px/18px Consolas,"Courier New",Courier,monospace;
	border: 1px solid #e2e2e2;
	overflow: auto;
	padding: 10px 18px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* Clearfix
=========================================================== */

.clear	{ clear: both; display: block; width: 0;  visibility: hidden; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

 .demo { opacity: 0; }

figure img { -o-object-fit: cover; object-fit: cover; width: 100%; max-width:100%; }

/* General
=========================================================== */
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

#iframevideo { max-width:100%; }


body { margin:0; padding:0; overflow: hidden;}
body,
.iva_page_bg {
	min-width: 100%;
	min-height:100%;
	background-attachment: fixed;
	background-size: cover;
	left: 0;
	z-index: -1;
}

html {
	height: 100%;
}

body,
input,
select,
textarea  { font: normal 15px/1.6 'Helvetica-Neue', Helvetica, Arial, Sans-serif; color: #444444; }

.bodyoverlay {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-repeat: repeat;
	background-position: top left;
	background-attachment: fixed;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a,
a:focus { color: #333333; text-decoration: none; outline: none; }
a:hover { color: #00A8E8; text-decoration: none; outline: none; }

.ribbon { position:absolute; top:0; right:0; z-index:2; }

.iva_page_loader,
.preloader {
	display:block;
	background-image: url('images/svg-loaders/audio.svg');
	background-repeat: no-repeat;
	background-color: #444444;
	background-position: center center;
	background-size: 30px 30px;
}

.avatar,
.imageborder {
	position: relative;
	margin: 0;
	padding: 3px;
	box-sizing: border-box;
	transition: all .3s ease-out;
}

.testimonial-box:hover .imageborder,
.testimonial-box:hover .avatar,
.imageborder:hover { background-color:#00A8E8; }

/* Google Map Responsive Fix */
#musicplay_event_loc_googlemap {
	min-height: 300px;
}
.atpimage { position:absolute; display:inline-block; }
.atpmap img { width: auto !important; max-width: none; }

/* Google Map Shadow */
.atpmap-shadow {
	position: relative;
	border: 1px solid #e9e9e9;
	background-color: ff00ff;
	padding: 8px;
}


/* Headings
=========================================================== */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 25px 0;
	font-family:  "Open Sans", Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-weight:400;
}

h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: normal; line-height: 1; }

/* h1 small { font-size: 20px; }
h2 small { font-size: 16px; }
h3 small { font-size: 14px; }
h4 small { font-size: 12px; } */

/* Layout
=========================================================== */

#boxed #wrapper {
	position: relative;
	max-width: 1280px;
	margin: 0px auto;
}

#stretched #wrapper {
	width: 100%;
}

#stretched #footer { margin:0 auto; border-top:0px solid #dddddd;}
#stretched #header { margin-bottom:0; border-bottom:0px solid #dddddd;}
#stretched .topbar { margin-bottom:0; border-bottom:0px solid #dddddd; }

.inner {
	position:relative;
	max-width: 1200px;
	margin: 0 auto;
	width: 94%;
}

.one_half		{ width: 48.0%; }
.one_third		{ width: 30.66%; }
.two_third		{ width: 65.32%; }
.one_fourth		{ width: 22.0%; }
.one_fifth		{ width: 16.8%; }
.three_fourth	{ width: 74.0%; }
.four_fifth		{ width: 79.2%; }
.two_fifth		{ width: 37.6%; }
.three_fifth	{ width: 58.4%; }
.one_sixth		{ width: 13.33%; }
.five_fifth		{ width: 82.65%; }

.one_half,
.one_third,
.two_third,
.one_fourth,
.one_fifth,
.four_fifth,
.one_sixth,
.five_fifth,
.two_fifth,
.three_fifth,
.three_fourth {
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 4%;
	margin-bottom:15px;
}

.last { margin-right: 0 !important; }
.nomargin {margin-bottom: 0; }

/* Primary Content Area
=========================================================== */

#main {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
	padding: 50px 0 0 0;
	position:relative;
	z-index:17;
}

.pagemid {
	position: relative;
	margin: 0 auto;
	padding-bottom:40px;
}

.pagemid > .inner { max-width:1200px; }

.pagemid:after,
.pagemid:before { clear:both; content: ""; display: block; visibility: visible; }

.pagemid_section {
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0;
	top:-40px;
	bottom:-40px;
	}

.pagemid_section .edit-link{ padding:10px; }

/* Section Fullwidth
=========================================================== */

.section_row {
	padding: 30px 0;
	background-attachment: fixed;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.section_inner {
    margin: 0 auto;
    max-width: 1200px;
}
.section_inner.is-stretch {
	max-width: 100%;
}
.section_row.is-paddingless {
	padding: 0;
}

.section_inner.is-stretch {
	max-width: 100%;
}
.section_row.is-paddingless {
	padding: 0;
}

.section_row.alignwide {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}

#boxed .section_row.alignwide {
	max-width: 100vw;
}

/* Sidebars - Left and right
=========================================================== */
/* Left Sidebar */
.leftsidebar .content-area {
	float: right;
	width: 70%;
	padding-left: 20px;
}

.leftsidebar #sidebar {
	position: relative;
	float: left;
	width: 29%;
}

.leftsidebar #sidebar .sidebar-inner { padding: 0 20px 0px 0; }

/* Right Sidebar */
.rightsidebar .content-area {
	float: left;
	width: 71%;
	padding-right: 20px;
}

.rightsidebar #sidebar {
	position: relative;
	float: right;
	width: 29%;
}

.rightsidebar #sidebar .sidebar-inner { padding: 0 0 0 20px; }

/* Featured Slider
=========================================================== */

#featured_slider {
	position: relative;
	padding: 0;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
	z-index: 9;
}

.slider_wrapper { max-width: 1280px; margin: 0 auto; }
.stretched .slider_wrapper { max-width: 100%; margin: 0 auto; }

.videoslider iframe,
.staticslider img{
	max-width:100%;
	display: block;
	margin: 0 auto;
}

.ei-slider-thumbs li a:hover,
.ei-slider-thumbs li.ei-slider-element{ background-color: #24A5D9; width: 95px; }

/* Header and Logo
=========================================================== */

.logo {
	min-width: 100px;
	padding: 0;
}
.logo a { display:block;}

/* Site Title and Description */

h1#site-title { margin: 0; }
h1#site-title a {
	font-size: 30px;
	line-height: 38px;
	color: #666666;
	font-weight: bold;
	letter-spacing: -1px;
}
h2#site-description {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
}

.topbar .one_half.last { text-align:right; }
.login h1 a { background-size: none; }

.header-area {
	display:flex;
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
	align-items: center;
	justify-content: space-between;
}

/* Fixed Header
=========================================================== */

.fixed-header{  width: 100%; top: 0; }

.scroll{
	position: fixed !important;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0 !important;
	border-bottom: 3px solid #00A8E8;
	background: rgb(255, 255, 255)!important;
	background: rgba(255, 255, 255, 0.95)!important;
 transition: all 0.2s linear;
}

/* Header 1
=========================================================== */

.header {
	display: flex;
	align-items: center;
	position:relative;
	z-index: 24;
	border-bottom: 0px solid #eeeeee;
    height: calc( -100vh / 2 + 100% / 2 );
    max-height: 100vh;
    padding: 25px 0;
}


#header{
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
}

/* Header 2
=========================================================== */

#header-s2 {
	position: relative;
	padding: 10px 0;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
}
#header-s2 .sf-menu { float:left; }
#header-s2 .logo { text-align: right; }

/* Header 3
=========================================================== */

#header-s3 {
	position: relative;
	padding: 10px 0;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
}

#header-s3 .menuwrap {
	display:table;
	margin: 15px auto 10px auto;
	float: none;
}

#header-s3 .logo{ float: none; display:table; margin-top:10px;}

/* Topbar
=========================================================== */

.topbar {
	position: relative;
	padding: 0;
	font-size: 11px;
	line-height: 35px;
	overflow: hidden;
	margin-bottom: 0px;
	background-color: #f0f0f0;
}

.topbar .inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.topbar .topbar_left,
.topbar .topbar_right,
.topbar p { margin-bottom: 0 !important; }

.topbar .atpsocials { float: right; margin: 0 auto; padding: 0; }
.topbar_left { text-align: left; }
.topbar_right { text-align: right; }

/* Primary Menu
=========================================================== */

.iva-mobile-dropdown { display: none; }
.iva-children-indenter { display:none; }
.iva_mmenu .iva_menuicon,
.sf-menu .iva_menuicon { margin-right: 10px;}

.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu li { position: relative; }
.sf-menu ul { position: absolute; display: none; top: 100%; left: 0; z-index: 99; }
.sf-menu > li { float: left; }
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul { display: block; }
.sf-menu a { display: block; position: relative; }
.sf-menu ul ul { top: 0; left: 100%; }

.iva-mobile-dropdown {
	display: none;
	width: 30px;
	height: 25px;
	position: relative;
	margin: 13px auto;
	transform: rotate(0deg);
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.iva-mobile-dropdown span{
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #585858;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
}
.iva-mobile-dropdown span:nth-child(1) { top: 0px; }
.iva-mobile-dropdown span:nth-child(2),
.iva-mobile-dropdown span:nth-child(3) { top: 10px; }
.iva-mobile-dropdown span:nth-child(4) { top: 20px; }
.iva-mobile-dropdown.open span:nth-child(1) { top: 10px; width: 0%; left: 50%; }
.iva-mobile-dropdown.open span:nth-child(2) { transform: rotate(45deg); }
.iva-mobile-dropdown.open span:nth-child(3) { transform: rotate(-45deg); }
.iva-mobile-dropdown.open span:nth-child(4) { top: 10px; width: 0%; left: 50%; }


/* Superfish Menu
=========================================================== */

.sf-menu { float: right; }
.sf-menu ul {
	box-shadow: 0px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
}
.sf-menu a {
	border-left: 0px solid #fff;
	border-top: 0px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 0px solid rgba(255,255,255,.5);
	padding: .7em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	font-size:13px;
	transition: all 0.3s  linear;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active { color: #000000; outline:none; }

.sf-menu li {
	background: transparent;
	white-space: nowrap; /* no need for Supersubs plugin */
	transition: all .2s;
}

.sf-menu ul { background: #ffffff;}
.sf-menu ul li {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	transition: none;
	background-color: #f7f7f7;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

/* Active Page Status CSS for all the browsers */

#atp_menu li.current-cat a,
#atp_menu li.current_page_item > a,
#atp_menu li.current-page-ancestor > a { margin: 0; color: #000000; }

/* Mobile Menu
======================================================================== */

.iva-mobile-menu {
	display: none;
	position: relative;
	top: 0;
	width: 100%;
	background-color: #252525;
 	padding: 0;
    z-index: 99999;
}
.iva-mobile-menu > ul { margin: 0 auto; padding: 0; }
.iva_mmenu { display: table; margin:0 auto; }
.iva-mobile-menu ul li  {
	list-style:none;
}
.iva-mobile-menu.iva_mobile_container > ul > li:first-child {
	padding-top: 10px;
}

.iva-mobile-menu.iva_mobile_container > ul > li:last-child {
	padding-bottom: 10px;
}

.iva-mobile-menu.iva_mobile_container > ul > li:last-child a {
	border-bottom: 0;
}

.iva-mobile-menu ul li a {
	border-bottom: 1px dotted #555555;
    position: relative;
    display: block;
    padding: 14px 0 !important;
    font-size: 13px;
    color: #999999;
	transition: color 0.3s ease-out;
}

.iva-mobile-menu ul li.current-cat > a,
.iva-mobile-menu ul li.current_page_item > a,
.iva-mobile-menu ul li.current-page-ancestor > a,
.iva-mobile-menu ul li.current-menu-ancestor > a,
.iva-mobile-menu ul li a:hover { color: #ffffff;}

.iva-mobile-menu ul li ul {
	display: none;
	margin-left: 20px;
}
.iva-children-indenter {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22px;
	color:#999999;
}

.iva-children-indenter i { padding:14px; }

.iva-menu-open .iva-children-indenter { color:#00A8E8; }

@media (max-width: 768px) {
    .iva-mobile-menu {
        display: block; /* Visible only for small screens */
    }
}


/* Subpage Template Navigation
=========================================================== */

.sub_nav {
	position:relative;
	margin: 0;
	padding: 0;
	list-style: none;
	box-shadow: 		1px 1px 2px 1px rgba(0,0,0,0.1);
}

.sub_nav li ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub_nav li ul li a{
	background-color: #ecf0f1;
	color: #999999;
	padding: 9px 15px 9px 30px;
}

.sub_nav li a {
	display: block;
	margin: 0 0 -1px 0;
	padding: 11px 25px;
	border: 1px solid #dddddd;
	border-bottom-color: #eeeeee;
	border-top-color: #eeeeee;
	color: #666666;
}
.leftsidebar .sub_nav li a {
	background-image: url('images/sub_arrowleft_n.png');
	background-position:10px center;
	background-repeat:no-repeat;
}
.rightsidebar .sub_nav li a {
	background-image: url('images/sub_arrowright_n.png');
	background-position:10px center;
	background-repeat:no-repeat;
}

.rightsidebar .sub_nav li.current_page_item > a,
.rightsidebar .sub_nav li.current_page_item > a:hover {
	background-image: url('images/sub_arrowleft.png');
	background-position:10px center;
	background-repeat:no-repeat;
}

.leftsidebar .sub_nav li.current_page_item > a,
.leftsidebar .sub_nav li.current_page_item > a:hover {
	background-image: url('images/sub_arrowright.png');
	background-position:95% center;
	background-repeat:no-repeat;
}

.sub_nav li.current_page_item > a,
.sub_nav li.current_page_item > a:hover {
	position: relative;
	padding: 11px 25px;
	zoom: 1;
	color: #ffffff !important;
	box-shadow:			inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
}

.sub_nav li a:hover { background-color: #ecf0f1;}
.sticky {  }

/* Search Form
=========================================================== */

.sb-align{ width: 60%; margin: 0;}
.btn-align{
	position: absolute;
	width: 40%;
	top: 30px;
	right: 0;
}

.search-form {
	width: 550px;
	background: #444;
	background: rgba(0,0,0,.2);
	border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
.search-form input {
	width: 410px;
	height: 40px;
	padding: 10px 15px;
	float: left;
	font: 18px 'open sans', 'lucida sans', 'arial', 'tahoma';
	font-weight: bold;
	border: 0;
	background: #ffffff;
	border-radius: 3px 0 0 3px;
}
.search-form input:focus {
	outline: 0;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
.search-form input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
.search-form input:-moz-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
}
.search-form input:-ms-input-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
}
.search-form button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 60px;
	width: 110px;
	font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
	color: #fff;
	text-transform: uppercase;
	background-color: #00A8E8;
	border-radius: 0 3px 3px 0;
	text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}
.search-form button:hover{
	background: #8c659a;
}
.search-form button:active,
.search-form button:focus{
	background: #8c6599;
}
.search-form button:before {
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #00A8E8 transparent;
	top: 20px;
	left: -6px;
}
.search-form button:hover:before{
	border-right-color: #8c6599;
}
.search-form button:focus:before{
	border-right-color: #00A8E8;
}
.search-form button:active:before{
	border-right-color: #8c6599;
}
.search-form button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.search-button {
	text-decoration: none;
	background-color: rgb(18,127,210);
	background-color: rgba(18,127,210,1);
	background-image: linear-gradient(to bottom, rgba(111,83,121,1) 0%, rgba(83,57,92,1) 100%);
	box-shadow:			0px 1px 0px 0px rgba(255,255,255,0.4)inset, 1px 0px 0px 0px rgba(255,255,255,0.4)inset, -1px 0px 0px 0px rgba(255,255,255,0.4)inset;
	border: solid 1px rgba(97,67,107,1);
	border-radius: 6px;
	width: 210px;
	display: inline-block;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	color: rgba(255,255,255,1);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.33)
}
.search-button:hover {
	background-image: linear-gradient(to bottom, rgba(83,57,92,1) 0%, rgba(111,83,121,1) 100%);
	box-shadow:			0px 1px 0px 0px rgba(255,255,255,0.4)inset, 0px -1px 0px 0px rgba(255,255,255,0.2)inset;
	border: solid 1px rgba(0,52,129,1);
	color: #ffffff;
	cursor: pointer;
}

/* Frontpage Teaser
=========================================================== */

.frontpage_teaser{
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0;
	z-index: 100;
	background: transparent;
	background-color: #f0f0f0;
	background-color: rgba( 255, 255, 255, 0.85 );
    filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr=#85f0f0f0,endColorstr=#85f0f0f0)';
	zoom: 1;
}

/* Subheader
=========================================================== */

#stretched #subheader { width: 100%; background-size: cover !important;}

#subheader{
	background-size: cover;
	background-color: #e4ebef;
	display: table;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
	z-index:18;
}

#subheader .page-title {
	float: left;
	margin-bottom: 0;
	line-height: 110%;
	font-size: 30px;
	font-weight: 400;
}
#subheader .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#subheader .breadcrumbs {
	display: flex;
	flex-basis: 50%;
	justify-content: flex-end;
}
#subheader .subdesc {
	display: flex;
	flex-basis: 50%;
	flex-direction: column;
}
#subheader .customtext {
	font-size: 20px;
}

#subheader .customtext h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 0;
}

#subheader ul.tweet { margin: 0; }
#subheader ul.tweet > li { padding-bottom: 0;}
#subheader a { color:#999999;}
#subheader a:hover { color:#444444;}

#subheader.sub_disabled { padding:5px 0;}

/* Breadcrumb
=========================================================== */

.breadcrumb-wrap {
	position: relative;
	max-width: 1200px;
	z-index: 4;
	width: 100%;
}
.breadcrumbs {
	text-transform: capitalize;
	font-size: 12px;
	line-height: 16px;
	position: relative;
}
.breadcrumbs span { margin: 0 12px  0 0;}
.breadcrumbs span  span{ margin: 0;}
.breadcrumbs a { color: inherit;}
.breadcrumbs a:hover { color: inherit; }
.breadcrumbs > span i.fa { font-weight: 600; }

.breadcrumb-main {
	padding: 25px 0 15px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

#subheader .breadcrumb-main{
	box-shadow: none;
}

.subheader-inner .breadcrumb-main { padding: 15px 0 0 0; }

/* Footer
=========================================================== */

#footer {
	color: #333333;
	position: relative;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 50px 0;
	background-color: #ffffff;
}

#footer .footer-sidebar {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	overflow:hidden;
	margin-bottom:30px;
}

#footer .widget-title { color: #333333; text-transform:uppercase; }

.card-icons ul{ padding: 0; margin: 0;}
.card-icons li{ float: right; margin-left: 5px; display: inline;}

/* Copyright
=========================================================== */

.copyright  { position: relative; margin: 0 auto; padding: 0; }

.copyright_left ul,
.copyright_right ul		{ margin: 0; padding: 0; }
.copyright_left ul li,
.copyright_right ul li 	{ display: inline-block; padding: 0; background:none;  }
.copyright_left ul li a,
.copyright_right ul li a { color: #999999; }
.copyright_left ul li a:hover,
.copyright_right ul li a:hover	{ color: #000000; }

.copyright p { margin-bottom: 0;}

.copyright_left { float: left; width: 50%; }
.copyright_right { float: right; width: 50%; text-align: right; }

/* Custom Animation
=========================================================== */
.custom-animation { position: relative; padding: 0; }

/* Search Widget
=========================================================== */

.widget.widget_search { position: relative; width: 100%; }

* html .search-box { margin-top: 10px; }
*:first-child+html .search-box { margin-top: 10px !important; }
.search-box input  {
	width: 100%;
	background-color: #ffffff;
	color: #B2B2B6;
	margin: 0 auto;
	padding: 8px 12px;
	font-size: 12px;
	font-family: open sans, arial;
	border: 0px solid #dddddd;
}
.search-box input:focus {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #CFCFCF;
	color: #555555;
}

/* Widgets
=========================================================== */
#sidebar .widget::after,
#sidebar .widget::before {
	clear: both;
	content: "";
	display: block;
}
.widget { margin: 0 0 50px 0; }
.widget ul  { margin: 0; padding: 0; list-style: none; }
.widget ul ul { margin-bottom: 0; }
.widget ul li:last-child { border-bottom: 0! important; }

.widget-title { font-weight: 700; font-size: 18px; }
.widget_recent_entries .post-date { display:block; font-size: 10px; }

.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_categories li {
	padding: 10px 0;
	font-size: 13px;
	font-style: italic;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}


#footer .widget_pages li,
#footer .widget_meta li,
#footer .widget_recent_comments li,
#footer .widget_recent_entries li,
#footer .widget_archive li,
#footer .widget_categories li {
	border-bottom:1px solid rgba(0,0,0,0.1);
}

/* Default Calendar Widget
=========================================================== */

.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

#footer #wp-calendar caption { color:#d9dcdf; }
#footer #wp-calendar tbody td { background: #454b52; border: 1px solid #363a3f; }
#footer #wp-calendar tbody td:hover { background: #555c64; }
#wp-calendar a {text-decoration:underline;}


/* Default Alignment
=========================================================== */

.left { float: left; }
.right { float: right; text-align: right; }
.center { float: none; text-align: center; margin-left: auto; margin-right: auto; }

.alignleft, img.alignleft, a img.alignleft  { float: left; margin: 4px 10px 0px 0px;}
.alignright, img.alignright, a img.alignright { float: right; margin: 0 15px 15px 0; }
.aligncenter, img.aligncenter, a img.aligncenter { clear: both; display: block; margin: 10px auto 20px auto; padding: 2px; text-align: center;	}

/* Default Image Caption
=========================================================== */

div .wp-caption { font-size: 11px; font-style: italic; margin: 5px 15px 10px 0px; max-width: 100% ; border: 1px solid #333333; position:relative;}
.wp-caption img { border: medium none; display:block; margin: 0; padding: 5px; width:100%;}
.wp-smiley { margin: 0; }
.wp-caption-text { display: block; font-family: Georgia,"Times New Roman"; font-size: 11px; margin: 0 auto; padding: 3px 10px 5px; text-align: center;}

/* Staff Box
=========================================================== */

.bio { position: relative; background-color: #f5f5f5; box-sizing: border-box; }
.bio hgroup { text-align: center; }

.bio::before,
.bio::after { box-sizing: border-box; position: absolute; content: ''; }
.bio::before { width: 99%; left: .5%; bottom: -4px; }
.bio::after { width: 98%; left: 1%; bottom: -7px; }

.bio .details { background: #f5f5f5; padding: 20px 20px 0 20px; text-align: center;}
.bio .details p	{ padding: 0 20px; }

.bio img { max-width: 100%; display:block;}
.bio h4 { margin-bottom:0px; }

.bio span.staff-role {
	margin-bottom:20px;
	display:  block;
	color: #b2b2b2;
}

.bio .sociables { text-align: center; margin: 0;  padding: 15px 0; }

.bio .atpsocials li {
	float:none;
	background: none !important;
	display: inline-block;
	position:relative;
}

.bio .atpsocials li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	padding: 0 !important;
	height: 30px;
	transition:			all 200ms ease-in;
}

/* Sociables
=========================================================== */
.atpsocials.white  li a { color: #ffffff; }
.atpsocials  li a { color: #999999; }
.atpsocials {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style:none;
	margin:0;
	padding:0;
	gap: 3px;
}

.align-center > .atpsocials {
 justify-content: center;
}
.align-left > .atpsocials {
 justify-content: flex-start;
}
.align-right > .atpsocials {
 justify-content: flex-end;
}
.atpsocials li img { position: relative; 	vertical-align: text-top;}
.atpsocials li {
	padding: 5px;
	margin: 0px;
	text-align: center;
	cursor: pointer;
	border-radius:3px;
	transition: all 200ms ease-in;
}

.atpsocials li a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.atpsocials li svg {
	fill: #ffffff;;
}
.atpsocials .facebook    { background-color: #3b5998; }
.atpsocials .twitter     { background-color: #1da1f2; }
.atpsocials .beatport    { background-color: #B6DD36; }
.atpsocials .dribbble    { background-color: #ea4c89; }
.atpsocials .flickr      { background-color: #0063dc; }
.atpsocials .deviant     { background-color: #05cc47; }
.atpsocials .blogger     { background-color: #f57d00; }
.atpsocials .google      { background-color: #dd4b39; }
.atpsocials .google-plus { background-color: #dd4b39; }
.atpsocials .linkedin    { background-color: #00a0dc; }
.atpsocials .instagram   { background-color: #405de6; }
.atpsocials .pinterest   { background-color: #bd081c; }
.atpsocials .reditt      { background-color: #5f99cf; }
.atpsocials .rss         { background-color: #f26522; }
.atpsocials .stumbleupon { background-color: #eb4924; }
.atpsocials .soundcloud  { background-color: #ff8800; }
.atpsocials .tumblr      { background-color: #35465c; }
.atpsocials .youtube     { background-color: #ff0000; }
.atpsocials .yahoo       { background-color: #410093; }
.atpsocials .skype       { background-color: #00aff0; }
.atpsocials .vimeo       { background-color: #1ab7ea; }
.atpsocials .digg        { background-color: #005be2; }

ul.atpsocials li:hover {
	background: transparent;
	background-color: rgba( 0, 0, 0, 0.3 );
    filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)';
	zoom: 1;
}

ul.atpsocials li a,
ul.atpsocials li a:hover,
ul.atpsocials li:hover a { color:#ffffff !important; }


.at__social {
	display: flex;
}
.at__social li {
	flex-grow: 1;
}


/* Sticky Bar
=========================================================== */

#sticky { top: 0; display: none; position: relative;  width: 100%;  padding: 10px 0;  z-index: 1000;  background-color:#F6F3DA; color: #222222; font-size: 12px; text-align: center; }
#sticky a { }
#sticky a:hover { text-decoration:underline; }

.tarrow {
	position:absolute;
	top: 5px;
	right:10px;
	width: 29px;
	height: 41px;
	background: url('images/toggle_up.png') 0 0 no-repeat;
	z-index: 2000;
	cursor: pointer;
}

.tarrow.active {
	background: url('images/toggle_down.png') 0 0 no-repeat;
}

/* Blog Post
=========================================================== */

.post { position: relative; padding-bottom: 40px; margin-bottom:40px; }
.single-post .post { padding-bottom: 0px; margin-bottom: 0px;  }
.post .quote {
	font-size: 30px;
	font-weight: 800;
}
.post .quote span { font-size: 14px; text-align: left; display: block; }
.post .quote span:before { content: "\2014 \00A0"; }
.post:after{ clear: both; content: ""; }

.post h2.entry-title {
	text-transform: none !important;
	margin: 0 0 10px 0 !important;
	line-height:1.3em;
	font-size: 30px;
}

.post .sub-title {
	opacity: 0.6;
	font-size: 50%;
}

.post .postimg { margin-bottom:15px; }
.post_content .flexslider,
.post_content .video-frame { margin-bottom:20px; }
.post-info  {
	position: relative;
	display: block;
	margin-bottom: 20px;
	font-size: 11px;
	color: #999999;
}

.post-metadata { overflow:hidden; font-size: 11px; font-weight: bold; text-transform: uppercase; }
.post-metadata a { padding-left: 5px; }
.post-metadata span { padding:0 10px; }
.post-metadata span:first-child { padding-left:0; }
.post-entry { clear:both; position:relative; }
.comments-title {margin-bottom: 30px;}

/* Single Post Tags */
.post__tags {
    list-style: none;
	margin: 20px 0 20px 0;
	width: auto;
}
.post__tags li { display: inline-block; margin-left: 0; }
.post__tags li:not(:last-child) { margin-right: 8px; }
.post__tags a{
	display: inline-block;
	padding: 3px 15px 3px 15px;
	margin-bottom: 8px;
	color: #666666;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 1px solid #444444;
}
.post__tags a:hover {
	background: #111111;
	color: #ffffff;
	border-color: #333333;
}
.post__tags a::before { content: '#'; }

/* Post Formats
=========================================================== */

.status-format { margin-right:10px; float:left; }

.postformat-link,
.postformat-quote,
.postformat-video,
.postformat-audio,
.postformat-gallery,
.postformat-aside,
.postformat-image,
.postformat-status,
.postformat-standard {
	display: block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ff8989;
	border-radius:			5px;
}

.postformat-link	{ background-image: url('images/postformat/postformat-link.png');}
.postformat-quote	{ background-image: url('images/postformat/postformat-quote.png'); }
.postformat-video	{ background-image: url('images/postformat/postformat-video.png'); }
.postformat-audio	{ background-image: url('images/postformat/postformat-audio.png'); }
.postformat-gallery	{ background-image: url('images/postformat/postformat-gallery.png'); }
.postformat-aside	{ background-image: url('images/postformat/postformat-aside.png'); }
.postformat-image	{ background-image: url('images/postformat/postformat-image.png'); }
.postformat-status	{ background-image: url('images/postformat/postformat-status.png'); }
.postformat-standard{ background-image: url('images/postformat/postformat-post.png'); }
/* Blog  style2
=========================================================== */
.blogstyle2 {
	display: block;
}
.blogstyle2 .blog_postimg {
	display: inline-block;
	float: left;
	width: 40%;
	margin-right: 30px;
}
.blogstyle2 .blog_postimg img { width:100%;  }
.blogstyle2 .post_content { overflow: hidden; }

/* Quote Format */
.blogstyle2.format-quote .post_content { flex-basis: 100%; }
/* Link format */
.post-link-format { flex-basis: 100%;}
.blogstyle2.format-link .post_content { flex-basis: 100%; }
.blogstyle2 .video-frame { margin-bottom: 20px; }
.blogstyle2 .flexslider { margin-bottom: 20px; }

/* Related Posts
=========================================================== */

.related-posts { margin: 0 0 20px; padding: 20px 0; }
.related-posts h4 { margin-bottom:0; }

.related-posts ul { margin: 0; padding: 0; }
.related-posts li  {
	font-size: 16px;
	list-style: none;
	margin: 0;
}
.related-posts li:before {
	position: relative;
	content:"\2022";
	padding-right: 10px;
	opacity: 0.3;
}

.related-posts li span {
	font-size:12px;
	font-style: italic;
	opacity: 0.5;
}

/* Select Wrapper
=========================================================== */

.select_wrapper {
	font-size: 11px;
	background: #fafafa url('images/select.png') no-repeat right center;
	border: 1px solid #dddddd;
	float: left;
	height: 26px;
	margin: 0;
	margin-bottom: 9px !important;
	width: 20%;
	display: block;
	color: #666666;
	box-shadow:			inset 0px 0px 2px 1px #EEEEEE;
}

.select_wrapper { background-color: #fff; }
.select_wrapper:hover { background-color: #fff; border-color: #bbb #eee #eee #bbb; color: #333; }
.select_wrapper span  { height: 26px; line-height: 26px; position: absolute; z-index: 0; padding-left: 3px; }
select.select { cursor: pointer; height: 28px; margin: 0; -moz-opacity: 0; filter: alpha(opacity=0); opacity: 0; padding: 0; position: relative; width: 100%; z-index: 4; }


/* Single Post navigation */
.single-post .content-navigation {
    padding-top: 30px;
}
.content-navigation .nav-links > a,
.content-navigation .nav-links > span {
	display: inline-block;
	margin: 0 2px;
	padding: 10px 14px;
	font-size: 12px;
	background-color: #ffffff;
	border-radius: 2px;
}

.content-navigation .nav-links a:first-child:before {
	content: '\f104';
	font-family: FontAwesome;
	margin-right:8px;
}
.content-navigation .nav-links a:last-child:after {
	content: '\f105';
	font-family: FontAwesome;
	margin-left:8px;
}
.content-navigation .nav-links > .page-number { background-color: #00A8E8; color:#ffffff; }
/* Pagination
=========================================================== */
.pagination {
	padding: 40px 0 0 0;
	margin: 0 8px 20px 8px;
	flex-basis: 100%;
}

.pagination a,
.pagination a:link{
	margin: 0 2px;
	padding: 10px 14px;
	font-size: 12px;
	background-color: #ffffff;
	border-radius: 2px;
	color: #666666;
}
.pagination a:visited,
.pagination a:active,
.pagination span.current {
	margin: 0 2px;
	padding: 10px 14px;
	font-size: 12px;
	border-radius: 2px;
}
.pagination a:hover { 	background-color: #00A8E8; color:#ffffff; }
.pagination span.current { 	background-color: #00A8E8; color:#ffffff;}
.pagination span.extend { background: transparent; float: right; font-size: 14px;}

/* Hover Type
=========================================================== */

.hover_type   {
	display: none;
	position: absolute;
	z-index: 10;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	width: 60px;
	height: 60px;
}
.hover_type a {
	position: absolute;
	top: 0;
	width: 60px;
	height: 60px;
	border-radius:100%;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: center center;
    display: flex;
    align-items: center;
	transition:				all 0.3s ease;
	justify-content: center;
}
.hover_type a.hoveraudio,
.hover_type a.hoveralbum,
.hover_type a.hoveralbums	{ background-image: url('images/icon_audio.png'); }
.hover_type a.hovervideo	{ background-image: url('images/icon_video.png'); }
.hover_type a.hovergallery	{ background-image: url('images/icon_gallery.png'); }
.hover_type a.hoverartist,
.hover_type a.hoverartists	{ background-image: url('images/icon_artist.png'); }
.hover_type a.hoverimage 	{ background-image: url('images/icon_image.png'); }


.hover_type a.hoveraudio:hover,
.hover_type a.hoveralbum:hover,
.hover_type a.hoveralbums:hover,
.hover_type a.hovervideo:hover,
.hover_type a.hovergallery:hover,
.hover_type a.hoverimage:hover,
.hover_type a.hoverdjmix:hover,
.hover_type a.radiolist:hover,
.hover_type a.hoverartists:hover,
.hover_type a.hoverartist:hover { background-color:#00A8E8;}

.hoverimage { position: absolute; background:transparent url('images/hoverimage.png') no-repeat center center;}

.imageframe  a img,
.imageframe  a:hover img { position:relative; z-index:2; }

.hover_type.current {
    display: block !important;
    opacity: 1 !important;
}

.radiolist.selected,
.hoverdjmix.selected {
	background-color: #00A8E8;
}
/* Blog Carousel
=========================================================== */

.blog-carousel-plain .blog-carousel-item-title {
	margin:0;
	padding:5px 0;
	font-size:14px;
	font-weight:bold;
}

.blog-carousel .blog-carousel-item-title {
	margin:0;
	padding:15px 0;
	font-size:14px;
	font-weight:bold;
}
.blog-carousel figure img {
	margin: 0 !important;
	float: none;
	height: 100%;
}
.blog-carousel figure {
flex: 1;
display: flex;
}
.blog-carousel .swiper-slide {
	display: flex;
}
.blog-carousel .item, .blog-carousel-plain .item {
	margin: 0 10px;
	flex: 1;
	align-items: center;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin-bottom: 30px;
	box-sizing: content-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.post_list{
	margin: 0;
	text-align: left;
}

.swiper-slide {
	height: auto;
  }

.style2 .post_list {
	padding:5px 10px;
	background-color: rgba( 0, 0, 0, 0.05 );
}

.post_list .content {
	background-color: #90d0d8;
	padding: 15px;
	transition:         all 0.5s ease 0s;
}

.post_list:hover .content{ color: #ffffff; }
.post_list:hover .content h5,
.post_list:hover .content a { color: #ffffff;}

.post_list .entry-title { margin: 0; }
.post_list .post-info { margin: 0 0 10px 0; font-size:11px; color: #999999; }
.post_list .postmeta span { padding: 0 10px 0 0; }
.post_list .post-info a { color: #666;}
.post_list .post-info a:hover { color: #000000}

.blog-carousel .item,
.blog-carousel-plain .item { margin:0 10px; }

[id^='carousel-'] .item{
    margin: 3px;
 }
[id^='carousel-'] .item img{
    display: block;
    width: 100%;
    height: auto;
}

.item.post-list { margin:0 8px;}

/* Author Post Box
=========================================================== */
#entry-author-info { padding:0; margin:0 0 40px; overflow: hidden; }
.author_entry  { margin: 0; }
.author-avatar  img{
	float: left;
	margin: 0 20px 0 0;
}

.author-description { overflow:hidden; }
.author-description p { margin-bottom: 5px;}

/* Post Navigation
=========================================================== */
#nav-below { overflow: hidden; }

#nav-below .nav-previous	{
	position: relative;
	display: inline-block;
	line-height: 1.2em;
	width: 50%;
	float: left;
}

#nav-below .nav-next  {
	display: inline-block;
	position: relative;
	line-height: 1.5em;
	width: 50%;
	float: right;
	text-align: right;
}

.nav-previous span { margin-right: 10px; }
.nav-next span     { margin-left: 10px; }
.nav-next span,
.nav-previous span {
	line-height: 2em;
	text-transform: uppercase;
	display: block;
	color: #aaa;
}

/* Single Post Comments */
.comments-title { font-size: 22px; font-weight: bold;}
.comments-list { list-style: none; margin: 0 0 48px 0; }

.comments-area { padding-top: 50px; }
.comments-area .comment-body {  position: relative; padding-top:30px; padding-bottom:30px; border-bottom: 1px solid #dddddd; }
.comment-edit-link { margin-left:10px;}
.comments-area .comment-author { position: relative; display:block; font-size:14px; }
.comments-area .comment-author .avatar { float:left; margin-right:21px; }
.comments-area .comment-content  { clear:both; margin-top:20px; padding-left: 80px;}
.comment-meta .fn { font-style: normal; font-weight: bold;  }
.comment-list .reply,
.comment-metadata {
	font-size: 12px;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #0077db;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #dddddd;
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-content {
	-webkit-hyphens: auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comments-list .children {
	list-style: none;
	margin-left: 30px;
}

.comment-respond { margin-bottom: 50px; }
.comment-reply-title { font-size: 20px; font-weight: bold; }

.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form p { margin-bottom: 10px; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
}

.comment-reply-title small a:hover {
	color: #0077db;
}
/* Comment Navigation */
.image-navigation,
.comment-navigation {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

/* Comment Form */
.post-password-form input[type="password"],
.comment-form input[type="text"],
.comment-form textarea {
	margin-bottom: 0px !important;
	background-color: rgba(0,0,0,0.05);
	border: none;
	box-shadow: inset 0px 0px 20px 10px rgba(0,0,0,0.05);
	padding: 8px;
	border-radius: 3px;
	transition: all 0.3s ease-in 0s;
	outline: none;
}

.post-password-form input[type="password"]:focus,
.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
	border-color:#cccccc #eeeeee #eeeeee #cccccc;
}
.comment-form textarea { width:100%; }


/* Default Buttons */
button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border: 1px solid transparent;
	padding: .7em 1.8em;
	font-size: 1em;
	transition: all .2s ease-in-out;
	color: #fff;
	background-color: #323232;
	border-color: #323232;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
	background-color: #000;
	color: #fff;
	outline: 0;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #444444;
}

/* 404 Error Page
=========================================================== */

.error_404 { clear: both; padding: 80px 0; text-align: center; }
.error_404 h2 { font-size: 70px; line-height: 70px; margin-bottom: 30px; }
.error_404 h5 { font-size: 22px; line-height: 25px; margin-bottom: 55px; }

/* Services Box
=========================================================== */

.service-box h1, .service-box h2, .service-box h3, .service-box h4, .service-box h5, .service-box h6 { margin-bottom: 10px; }
.service-box b { display: block; font-size: small; }
.service-icon { float: none; margin-bottom: 15px;}
.service-content { overflow: hidden; text-align: left;}

/* Services Icon
=========================================================== */
.services-icon {
	position: relative;
    display: flex;
    margin-right: 10px;
    line-height: 100%;
    border-radius: 100%;
    padding: 3px;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
}
.services-heading h3 { font-size: 16px; font-weight: bold;  letter-spacing: 1px; line-height: 36px; margin-bottom: 10px; text-transform: uppercase; }

.service-icon img { max-width: 100%; }

.atp-services .services-heading {
	display: flex;
}
.atp-services.center .services-heading {
	align-items: center;
	justify-content: center;
}
.atp-services.left .services-heading {
	align-items: center;
	justify-content: flex-start;
}
.atp-services.right .services-heading {
	align-items: center;
	justify-content: flex-end;
	flex-direction: row-reverse;
		}

.atp-services.center .services-heading {
flex-direction: column;
}
/* Tooltip
=========================================================== */

.ttip {
	display: none;
	position: absolute;
	bottom: 40px;
	left: 0;
	padding: 6px 10px;
	font-size: 11px;
	line-height: 15px;
	background-color: #333333;
	color: #ffffff;
	border-radius:2px;
}

.ttip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 10px;
	border-top-color: inherit;
	border-top: 6px solid #333333;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

/* Backto top scroll
=========================================================== */

#back-top { display: none; position: fixed; bottom: 90px; right: 10px; z-index: 100001; }
#back-top a {
	width: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbbbbb;
	transition: 		0.5s;
}

/* Arrow Icon (Span Tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	background: #00A8E8 url('images/top_arrow.png') no-repeat center center;
	transition: 		1s;
}

#back-top a:hover { color: #000000; }
#back-top a:hover span { background-color: #333333; }
#back-top a:focus span { background-color: #333333; }

/* Contact Form 7 Plugin Custom Styling
=========================================================== */

.wpcf7-form input,
.wpcf7-form textarea {
	background: none repeat scroll 0 0 #F7F7F8;
	border: 1px solid #EEEEEE;
	color: #B2B2B6;
	padding: 5px 10px;
	margin-top:5px;
	width: 400px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"]{ max-width: 97%; margin: 5px 0 0 0; }

.wpcf7-form textarea { width: 96.5%; max-width: 97%; margin: 5px 0 0 0; }
.wpcf7-form select { width: 400px; max-width: 97%; margin: 5px 0 0 0; padding:8px; }

.wpcf7-form .wpcf7-submit { background-color: #333333; color: #ffffff;	padding: 10px 10px; margin-top: 5px; width: 150px; }

.wpcf7-form input[type="checkbox"] {    width: auto }

.wpcf7 form .wpcf7-form p { font-weight: bold; margin: 0 0 18px 0 !important; }

.wpcf7-list-item-label 	{ font-weight: normal }
.wpcf7-response-output 	{ display: none }
.wpcf7-form .invalid 	{ color: #bf1515 !important }
.wpcf7-not-valid 		{ border: 1px solid #bf1515 !important }
.wpcf7 span.wpcf7-not-valid-tip { display: none }

div.wpcf7-response-output { margin: 0px !important; padding: 5px 10px !important; }

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors{
	position:relative;
	display:block;
	padding:10px 30px !important;
	margin-bottom: 20px;
	font-weight:bold;
	text-align:center;
	background-color:#F7F7F7;
	border:1px solid #ddd !important;
	box-shadow:	1px 1px 2px 0 rgba(0, 0, 0, 0.03);
	border-radius:3px;
}

div.wpcf7-mail-sent-ok {
	background-color: #ebf2d8;
	border-color: #C1D96A !important;
	color: #81A81D;
}

div.wpcf7-mail-sent-ng {
	background-color: #E8FAFB;
	border-color: #C2DADE !important;
	color: #468BBF;
}

div.wpcf7-spam-blocked {
	background-color: #f6f3da;
	border-color: #D4CFA4 !important;
	color: #b89c00;
}

div.wpcf7-validation-errors {
	background-color: #FFE5E5;
	border-color: #E8A7A7 !important;
	color: #E65451;
}

.wpcf7-form p span{
}

/* MUSIC TEMPLATES CSS
 *
 * Do not change the css below copy the rule and change write
 * your own css in theme options panel > styling > custom css section.

 * If you make changes you may loose while updating the theme and
 * it impacts the layout. Do at your own risk.
=========================================================== */


/* Artist Template & Signle Page
=========================================================== */
.artist-list-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.artist-list {
	position: relative;
	flex-basis: calc(100% - 20px);
	margin: 10px;
	box-shadow: 0 0 20px 15px rgba(0,0,0,0.1);
	flex-direction: column;
	display: flex;
}

.widget .artist-list {
	margin: 0;
}

.artist-desc {
	background-size: 100% 200%;
    transition: background-position .3s;
	background-color: #e4ebef;
	padding: 20px 15px;
	border-radius: 0px 0px 4px 4px;
	flex: 1;
}
.artist-list.col-2 {
	flex-basis: calc(50% - 20px);
}
.artist-list.col-3 {
	flex-basis: calc(33.33% - 20px);
}
.artist-list.col-4 {
	flex-basis: calc(25% - 20px);
}
.artist-list.col-5 {
	flex-basis: calc(20% - 20px);
}
.artist-list.col-6 {
	flex-basis: calc(16.66% - 20px);
}

.artist-meta-data-l,
.artist-meta-data-g,
.artist-meta-data-a {
	display: block;
	font-size: 11px;
	opacity: 0.7;
}

.artist-desc > span { display: block; font-size: 11px; }
.artist-list .entry-title { margin-bottom:0px; font-size:15px; }
.artist-list .entry-title > a { color:#444444; }

.artist-list:hover .artist-desc {
	background-position: 0 100%;
	background-color:#00A8E8;
}
.artist-list:hover .artist-desc * { color:#ffffff; }
.artist-list:hover .artist-desc span { color:rgb(255,255,255) }
.artist-list:hover .artist-desc span { color:rgba(255,255,255,0.8) }
.artist-details { margin-top:20px; }

.artist-desc > span { font-size:12px; opacity: 0.8;}
.artistpost_entry { overflow: hidden;}
.artist-meta {
	font-size: 14px;
	padding: 2px 0;
    display: flex;
 }
.artist-meta .artist-label { font-weight: bold; padding: 0; }

.artist-meta .artist-label,
.artist-meta .album-mdata {
    flex-basis: 50%;
}


.artist-mdata a {display: block; outline: none; color:#00A8E8;}

.iva-brstyle .artist-details { margin-top: 0; border:1px solid #dddddd; }
.iva-brstyle .artist-meta { padding:7px 14px; border-bottom:1px solid #dddddd; }
.iva-brstyle .artist-meta:last-child { border: none; }


/* Album Template & Sigle Page
=========================================================== */
.album-list-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.single-post .album-list-wrap { margin: 0; }
.album-list {
	position: relative;
	flex-basis: calc(100% - 20px);
	margin: 10px;
	box-shadow: 0 0 20px 15px rgba(0,0,0,0.1);
	flex-direction: column;
	display: flex;
	border-radius: 0 0 5px 5px;
}

.album-desc {
	background-size: 100% 200%;
    transition: background-position .3s;
	background-color: #e4ebef;
	padding: 20px 15px;
	border-radius: 0px 0px 5px 5px;
	flex: 1;
}
.album-list.col-2 {
	flex-basis: calc(50% - 20px);
}
.album-list.col-3 {
	flex-basis: calc(33.33% - 20px);
}
.album-list.col-4 {
	flex-basis: calc(25% - 20px);
}
.album-list.col-5 {
	flex-basis: calc(20% - 20px);
}
.album-list.col-6 {
	flex-basis: calc(16.66% - 20px);
}

.iva_ribbon { display : none; }

.featured_album .iva_ribbon {
	display : block;
	position: absolute;
	right: 0;
	transform-origin: 0px 0px;
	transform: translate(50%, -28.5px) rotate(45deg);
	z-index:1;
}

.iva_ribbon_text {
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 1.5px;
	color: #fff;
}

.album-meta-data-l,
.album-meta-data-g,
.album-meta-data-a {
	display: block;
	font-size: 12px;
	opacity: 0.6;
}

.album-list .entry-title { margin-bottom:0px; font-size:15px;  }
.album-list .entry-title > a { color:#444444; }

.album-list:hover .album-desc {
	background-position: 0 100%;
	background-color:#00A8E8;
}
.album-list:hover .album-desc * { color:#ffffff; }

/* Album Single Page*/
.iva-brstyle .album-meta { padding:7px 14px; border-bottom:1px solid #dddddd; }
.iva-brstyle .album-details { margin-top:0px; border: 1px solid #dddddd; border: 1px solid rgba(0, 0, 0, 0.1); }

.artists-link a { color:#444444;}
.artists-link a:hover { text-decoration: underline; }

.albumpost_entry { overflow: hidden;}
.album-details { margin-top:20px; }
.album-meta { 
	font-size: 13px;
	margin-bottom:7px;
	line-height:1.4;
	display: flex;
}

.album-meta .album-label {
	font-weight: bold;
	flex-basis: 50%;
}
.album-meta .album-mdata {
	flex-basis: 50%;
}

.album-mdata a {display: block; outline: none; color:#00A8E8;}

.artist_bio .artist-details,
.album_bio .album-details { border:1px solid rgba(0,0,0,0.15); border-bottom: 0; margin-top: 0; }

.artist_bio .artist-meta,
.album_bio .album-meta { border-bottom:1px solid rgba(0,0,0,0.15); padding: 10px 10px; margin: 0; }
.artist_bio .iva_sharing,
.album_bio .iva_sharing { margin: 20px 0; }

.artist_bio ul.atpsocials,
.album_bio ul.atpsocials {
    display: flex;
    flex-wrap: wrap;
}

.artist_bio ul.atpsocials li,
.album_bio ul.atpsocials li {
	flex-grow: 1;
}

.artist-mdata a:hover,
.album-mdata a:hover { text-decoration: underline; }

.album-title { font-size: 28px;  margin-bottom: 5px;}
.album-title span { font-size: 18px;}
.artist-text { font-size:14px; display: block; margin-bottom:20px; }

.album-playlist {
	margin: 0;
	padding: 0;
	display: flex;
    flex-wrap: wrap;
	list-style-type: none;
	gap: 2px;
}

.album-playlist li {
	position: relative;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.07);
	border-radius: 5px;
}

.album-playlist li > a {
    position: relative;
    display: flex;
    text-decoration: none;
    outline: none;
    z-index: 1;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 50px;
    justify-content: center;
}

.album-playlist li:hover{
	background-color: rgba(0, 0 ,0, 0.12);
	transition:			all 200ms ease-in;
}

.album-playlist li.selected { background-color: #d9e3e9; }
.fap-single-track {
	font-weight: normal;
	font-size:15px;
}

.track-title {
    padding: 0 10px;
    flex: 1;
}
@media only screen and (max-width:475px) {
	.track-title { margin: 0;}
}
.mp3list-head { margin: 15px 0; display: flex; gap: 20px;}
.mp3list-head > span { position: relative; display: flex; align-items:center; font-size: 11px; line-height: 12px; }
.mp3list-head > span:last-child { border-right: none; }

.mp3list-head > span::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: rgba( 0, 0, 0, 0.2 );
	top: 0;
	right: -10px;
}
.mp3list-head > span:last-child::after {
    content: none; /* Removes the ::after content */
}

.tracks-count {
    display: flex;
    align-items: center; /* Align items in the center */
    gap: 5px; /* Add spacing between the SVG and the text */
}

.PostLike {
	display: flex;
	align-items: center;
}
.PostLike svg {
    height: 15px;
}

/* New Play Animated Icon
================================================= */

.ivaplay {
    display: flex;
	border-radius: 50%;
    height: 30px;
    margin: auto 0 auto 4px;
    width: 30px;
    vertical-align: middle;
    background: url('images/play.png') no-repeat scroll center center transparent;
}

.selected .ivaplay,
.playing .ivaplay {
	background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 100" width="100" height="100"><g fill="black"><rect x="10" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" /></rect><rect x="30" y="20" width="10" height="60"><animate attributeName="height" values="60;30;60" dur="0.8s" repeatCount="indefinite" begin="0.2s" /><animate attributeName="y" values="20;35;20" dur="0.8s" repeatCount="indefinite" begin="0.2s" /></rect><rect x="50" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" begin="0.4s" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" begin="0.4s" /></rect><rect x="70" y="20" width="10" height="60"><animate attributeName="height" values="60;30;60" dur="0.8s" repeatCount="indefinite" begin="0.6s" /><animate attributeName="y" values="20;35;20" dur="0.8s" repeatCount="indefinite" begin="0.6s" /></rect><rect x="90" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" begin="0.8s" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" begin="0.8s" /></rect></g></svg>');
	background-size: 30px;
}

.radio-list .notplaying .ivaplay {
	background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 100" width="100" height="100"><g fill="black"><rect x="10" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" /></rect><rect x="30" y="20" width="10" height="60"><animate attributeName="height" values="60;30;60" dur="0.8s" repeatCount="indefinite" begin="0.2s" /><animate attributeName="y" values="20;35;20" dur="0.8s" repeatCount="indefinite" begin="0.2s" /></rect><rect x="50" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" begin="0.4s" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" begin="0.4s" /></rect><rect x="70" y="20" width="10" height="60"><animate attributeName="height" values="60;30;60" dur="0.8s" repeatCount="indefinite" begin="0.6s" /><animate attributeName="y" values="20;35;20" dur="0.8s" repeatCount="indefinite" begin="0.6s" /></rect><rect x="90" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" begin="0.8s" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" begin="0.8s" /></rect></g></svg>');
	background-size: 30px;}
.radio-list .playing .ivaplay {
	background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 100" width="100" height="100"><g fill="black"><rect x="10" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" /></rect><rect x="30" y="20" width="10" height="60"><animate attributeName="height" values="60;30;60" dur="0.8s" repeatCount="indefinite" begin="0.2s" /><animate attributeName="y" values="20;35;20" dur="0.8s" repeatCount="indefinite" begin="0.2s" /></rect><rect x="50" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" begin="0.4s" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" begin="0.4s" /></rect><rect x="70" y="20" width="10" height="60"><animate attributeName="height" values="60;30;60" dur="0.8s" repeatCount="indefinite" begin="0.6s" /><animate attributeName="y" values="20;35;20" dur="0.8s" repeatCount="indefinite" begin="0.6s" /></rect><rect x="90" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" begin="0.8s" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" begin="0.8s" /></rect></g></svg>');
	background-size: 30px;
}


.radio-list .selected .ivaplay {
    background: url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 100" width="100" height="100"><g fill="black"><rect x="10" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" /></rect><rect x="30" y="20" width="10" height="60"><animate attributeName="height" values="60;30;60" dur="0.8s" repeatCount="indefinite" begin="0.2s" /><animate attributeName="y" values="20;35;20" dur="0.8s" repeatCount="indefinite" begin="0.2s" /></rect><rect x="50" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" begin="0.4s" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" begin="0.4s" /></rect><rect x="70" y="20" width="10" height="60"><animate attributeName="height" values="60;30;60" dur="0.8s" repeatCount="indefinite" begin="0.6s" /><animate attributeName="y" values="20;35;20" dur="0.8s" repeatCount="indefinite" begin="0.6s" /></rect><rect x="90" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" begin="0.8s" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" begin="0.8s" /></rect></g></svg>);
    background-size: 100%;
    background-position: 3px 0;
    background-repeat: no-repeat;
}
/*------------------------------------------------*/

.tracks{ font-weight: 400; margin: 15px 0 5px 0; display: block;}
.label_space { height: 30px; position: relative; display: block; clear: both;}
.demo-space { height: 20px; position: relative; display: block; clear: both;}
#single-player-meta,
.single-player-meta { display:none; }
.more-labels {
	background-color: #d9e3e9;
	padding: 40px 0;
	}

.more-labels .fancy-title {
	font-size:16px;
}

.more-labels:before,
.more-labels:after {
	clear:both;
	content:"";
	display:table;
}

.buttons-wrap { margin:10px 0; }

.arts_name {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.arts_name .artist-thumb { margin-right: 10px; border-radius: 50px; max-width: 50px;}
.fap-meta .artist-thumb { display: none; }
.arts_name a { display: inline-block; margin-right: 10px; }


/* Radio Shortcode
=========================================================== */
.radio-list-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.single-post .radio-list-wrap { margin: 0; }
.radio-list {
	position: relative;
	flex-basis: calc(100% - 16px);
	margin: 8px;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	flex-direction: column;
	display: flex;
}

.radio-desc {
	background-color: #e4ebef;
	padding: 10px;
	border-radius: 0px 0px 4px 4px;
	flex: 1;
}
.radio-list.col-2 {
	flex-basis: calc(50% - 16px);
}
.radio-list.col-3 {
	flex-basis: calc(33.33% - 16px);
}
.radio-list.col-4 {
	flex-basis: calc(25% - 16px);
}
.radio-list.col-5 {
	flex-basis: calc(20% - 16px);
}
.radio-list.col-6 {
	flex-basis: calc(16.66% - 16px);
}


.radio-list .entry-title { margin-bottom:0px; font-size:16px; font-weight: 500; }
.radio-list .entry-title > a { color:#444444; }

.radio-list:hover .radio-desc { background-color:#00A8E8; }
.radio-list:hover .radio-desc * { color:#ffffff; }

.radio-list.rlist {
	margin:0;
	padding: 10px;
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: none;
}

.rlist .radio_thumb {
	width: 30px;
	height: 30px;
 	flex: 0 0 30px;
}
.rlist .radio_thumb img { max-width: 100%; height: 100%; width: 40px; }
.rlist .radio-content {
	margin-left: 10px;
}
.radio-list.rlist:last-child {
	border-bottom: 0;
}

.radio-bio .ivaplay,
.radio-list .ivaplay {
	display: inline-block;
    position: relative;
	width: 30px;
	height: 30px;
}

.radio-list.rlist .ivaplay {
	display: inline-block;
    margin-right: 10px;
    position: relative;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
}

/* Radio Single Page */
.radio-bio {
	position: relative;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	max-width: 200px;
}
.iva-radio-bio-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
}
.iva-radio-bio-title {
	text-align: center;
	margin-bottom: 20px;
}
/* Single Post Navigation Post  */
.post-navigation::after {
	clear: both;
	display: block;
	content: "";
}
.post-navigation {
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	font-size: 16px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next { padding: 16px 0; }
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	text-align: left;
	border-right: 1px solid #e1e1e1;
}
.post-navigation .nav-next {
	float: right;
	width: 50%;
	text-align: right;
}
.post-navigation .nav-next i { margin-left: 4px; }
.post-navigation .nav-previous i { margin-right: 4px; }
.post-navigation .meta-nav {
	display: block;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
	opacity: 0.7;
	font-size: 12px;
	margin-bottom: 8px;
}
/* DJMix template
=========================================================== */
.djmix-vlist-wrap {
	display: block;
	position: relative;
}
.djmix-vlist {
	border-bottom: 1px solid rgba(0,0,0,0.07);
	position: relative;
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
}

.djmix-list-wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.djmix-list-single {
	position: relative;
	display: flex;
}
.djmix-buttons {
    display: flex;
    align-items: center;
    gap: 0px 15px;
	padding: 5px 0;
	flex-wrap: wrap;
}
.djmix-list {
	border-radius: 0px 0px 4px 4px;
}
.djmix-desc {
	padding: 15px;
	color: #ffffff;
	flex: 1;
}
.djmix-list-wrap.col-2 {
	grid-template-columns: repeat(2, 1fr);
}
.djmix-list-wrap.col-3 {
	grid-template-columns: repeat(3, 1fr);
}
.djmix-list-wrap.col-4 {
	grid-template-columns: repeat(4, 1fr);
}
.djmix-list-wrap.col-5 {
	grid-template-columns: repeat(5, 1fr);
}
.djmix-list-wrap.col-6 {
	grid-template-columns: repeat(6, 1fr);
}

@media only screen and (max-width:475px) {
	.djmix-list-wrap.col-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.djmix-list-wrap.col-3 {
		grid-template-columns: repeat(2, 1fr);
	}
	.djmix-list-wrap.col-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.djmix-list-wrap.col-5 {
		grid-template-columns: repeat(2, 1fr);
	}
	.djmix-list-wrap.col-6 {
		grid-template-columns: repeat(2, 1fr);
	}
}
.djmix-meta-data-l,
.djmix-meta-data-g,
.djmix-meta-data-a {
	display: block;
	font-size: 11px;
	color: #999999;
}

.djmix-vlist .entry-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    background: rgba(0,0,0,0.1);
    padding: 5px 30px 5px 3px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.djmix-list .entry-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.djmix_thumb { align-content:flex-start;
	flex-basis: 20%; /* Default size */
	max-width: 80px; /* Constrains the width */
	min-width: 80px; /* Constrains the width */
	flex-grow: 1; /
}
.djmix-content { flex-basis: 80%;  }
.djmix-buttons .djbtn { display: inline-block; }

/* DJMix Single Page */
.djmix-single-wrap {
	margin-bottom: 30px;
  flex-direction: row;
}
.djmix-single-thumb { margin-right: 15px; flex-basis: 150px; }
.djmix-single-content { flex-basis: calc(100% - 150px); }

.djmix-postmeta span{ margin-right: 15px; font-size:12px; }
.djbtn.fap-my-playlist li {
	list-style-type: none !important;
}

/* .play.mediamx { display:inline-block; float:left; margin-right: 10px; } */

.djmix-list .ivaplay {
	display: inline-block;
    position: relative;
	width: 30px;
	height: 30px;
}

.djmix-single-wrap .ivaplay,
.djmix-vlist .ivaplay {
    display: flex;
	align-items: center;
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
	border-radius: 50%;
	margin: 0 10px 0 0;
}

.djmix-vlist .selected .ivaplay,
.djmix-vlist .playing .ivaplay {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 100" width="100" height="100"><g fill="black"><rect x="10" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" /></rect><rect x="30" y="20" width="10" height="60"><animate attributeName="height" values="60;30;60" dur="0.8s" repeatCount="indefinite" begin="0.2s" /><animate attributeName="y" values="20;35;20" dur="0.8s" repeatCount="indefinite" begin="0.2s" /></rect><rect x="50" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" begin="0.4s" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" begin="0.4s" /></rect><rect x="70" y="20" width="10" height="60"><animate attributeName="height" values="60;30;60" dur="0.8s" repeatCount="indefinite" begin="0.6s" /><animate attributeName="y" values="20;35;20" dur="0.8s" repeatCount="indefinite" begin="0.6s" /></rect><rect x="90" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" begin="0.8s" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" begin="0.8s" /></rect></g></svg>');
    background-size: 100%;
    background-position: 3px 0;
    background-repeat: no-repeat;
	background-color: #ffffff;
}

/* since 3.1.0 */
.djmix-slist .entry-title a { color:#444444;  }
.djmix-slist .entry-title a:hover { color:#444444;  }

/* Gallery Template & Single Page
=========================================================== */

.gallery-list-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.gallery-list {
	position: relative;
	flex-basis: calc(100% - 16px);
	margin: 8px;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	flex-direction: column;
	display: flex;
}

.gallery-desc {
	background-size: 100% 200%;
    transition: background-position .3s;
	background-color: #e4ebef;
	padding: 20px 15px;
	border-radius: 0px 0px 4px 4px;
	flex: 1;
}
.gallery-list.col-2 {
	flex-basis: calc(50% - 16px);
}
.gallery-list.col-3 {
	flex-basis: calc(33.33% - 16px);
}
.gallery-list.col-4 {
	flex-basis: calc(25% - 16px);
}
.gallery-list.col-5 {
	flex-basis: calc(20% - 16px);
}
.gallery-list.col-6 {
	flex-basis: calc(16.66% - 16px);
}
.gallery-meta-data-v {
	display: block;
	font-size: 11px;
	opacity: 0.7;
}
.gallery-desc > span { display: block; font-size: 11px; }
.gallery-list .entry-title { margin-bottom:0px; font-size:16px; font-weight: 500; }

.gallery-list:hover .gallery-desc {
	background-position: 0 100%;
	background-color:#00A8E8;
}
.gallery-list:hover .gallery-desc * { color:#ffffff; }
.gallery-list:hover .gallery-desc span { color:rgb(255,255,255) }
.gallery-list:hover .gallery-desc span { color:rgba(255,255,255,0.8) }

.gallery-details span {
	float: left;
	margin: 0 2px 2px 0;
	font-weight: normal;
	padding: 5px 10px;
	width: 46%;
}
.gallery-wrap {
    display: flex;
    flex-wrap: wrap;
align-items: center;
	margin:0 -4px;
}
.gallery-meta{ text-transform: uppercase;}
.gallery-postimg {
    position: relative;
    margin: 5px;
    width: calc(33.33% - 10px);
}

.gallery-6col .gallery-postimg {
    width: calc(16.66% - 10px);
}

.gallery-postimg img {
	width: 100%;
	height: 100%;
}

.gallery-wrap:before,
.gallery-wrap:after {
	clear:both;
	content:"";
	display:table;
}

/* @since v3.1.0 */
.gallery-list .entry-title > a { color:#444444;  }
.gallery-list .entry-title > a:hover { color:#ffffff;  }

.gallery-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 3px;
	font-size: 11px;
	color: #ffffff;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
}


/* Video Template & Signle Page
=========================================================== */
.video-list-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.video-list {
	position: relative;
	flex-basis: calc(100% - 20px);
	margin: 10px;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	flex-direction: column;
	display: flex;
}

.widget .video-list {
	margin: 0;
}
.video-desc {
	background-size: 100% 200%;
    transition: background-position .3s;
	background-color: #e4ebef;
	padding: 20px 15px;
	border-radius: 0px 0px 4px 4px;
	flex: 1;
}
.video-list.col-2 {
	flex-basis: calc(50% - 20px);
}
.video-list.col-3 {
	flex-basis: calc(33.33% - 20px);
}
.video-list.col-4 {
	flex-basis: calc(25% - 20px);
}
.video-list.col-5 {
	flex-basis: calc(20% - 20px);
}
.video-list.col-6 {
	flex-basis: calc(16.66% - 20px);
}
.post-list { position:relative;}
.post-desc {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 0px 0px 4px 4px;
}

.video-desc > span,
.post-desc > span { display: block; font-size: 11px; }
.video-list .entry-title,
.post-list .entry-title { margin-bottom:0px; font-size:16px; font-weight: 500; }

.video-list:hover .video-desc,
.post-list:hover .post-desc {
	background-position: 0 100%;
	background-color:#00A8E8;
}
.video-list:hover .video-desc * { color:#ffffff; }
.post-list:hover .post-desc * { color:#ffffff; }
.video-list:hover .video-desc span,
.post-list:hover .post-desc span { color:rgb(255,255,255) }
.video-list:hover .video-desc span,
.post-list:hover .post-desc span { color:rgba(255,255,255,0.8) }

.video-details { margin: 20px 0; }
.video-meta > span {
	display:inline-block;
	float: left;
	margin: 0 1px 1px 0;
	font-weight: bold;
	padding: 0;
	width: 48%;
	font-size:12px;
}
.video-meta > a { display: block; }

/* @since v3.1.0 */
.video-list .entry-title a { color:#444444;  }
.video-list .entry-title a:hover { color:#ffffff;  }

/* Events Template & Signle Page
=========================================================== */
.events-list {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	display: flex;
	flex-wrap: wrap;
}

.events-list .entry-title {
	margin-bottom:10px;
	font-size:26px;
	line-height: 1.1;
	font-weight: 600;
}

/* Events Taxonomy
=========================================================== */
.pastevents {
	background-color: rgba(255, 250, 194, 0.50);
	height: 100%;
	width: 100%;
	position: absolute;
}

.event_entry {
	flex-basis: 75%;
}

/**
 * Signle Pages
 * ----------------------------------------------------------------------------
 */
.event_entry ul { margin:0; }
.event_entry ul li { list-style:none; line-height:30px;}

.event_thumb { flex-basis: 25%; }
.event_thumb img { max-width:100%; height:auto; }
.event-single .event_thumb { float: none; margin: 0 0 30px 0;}

.event_details { overflow:hidden; padding: 25px 0 25px 25px; }

.event_details_single ul { padding-left:0; }
.event_details_single { overflow:hidden; margin: 0 auto; }
.event_details_single strong { display:inline-block; margin-right:10px;}

.event_info p { font-weight:normal; margin-bottom:10px; display: flex; }
.event_info p span { font-weight:600; flex-basis: 25%; }

.event_details .event_date .heading { letter-spacing:2px;}

.event_entry h4,
.event_entry h5 { margin-bottom:10px; }
.event-column {
	position: relative;
	display: inline;
	display: inline-block;
	float: left;
	width: 50%;
}

.event_start,
.event_end{ float: left;}
.event-meta {
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-right: 20px;
	padding: 5px 20px 5px 0;
	text-transform: uppercase;
	border-right: 1px solid #dddddd;
}
.event-meta .day {
    margin: 2px 0;
    padding: 3px 5px;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    background-color: #00A8E8;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
}
.event-meta span { display:block;  font-weight: normal;}
.event-content { overflow: hidden; padding-bottom: 5px; padding-right: 15px; }
.event_info p span { display:inline-block; width:80px;}
.event-single .event_info { border-right:1px solid #dddddd;}
.event_details_wrap {
	background-color: #F1F2F3;
	border: 1px solid #DDDDDD;
	padding: 20px 20px 5px 20px;
	margin-bottom:20px;
}

.event_details_wrap:before,
.event_details_wrap:after {
	clear:both;
	content: "";
	display: table;
	}

.event_wwrap { padding:0; margin-bottom:25px; border-bottom:1px solid rgba(0,0,0,0.07); }
.event_wwrap .entry-title { font-size:20px; font-weight:600; line-height:normal;}
.event_wwrap h4 { margin-bottom:5px;}

.event_wwrap:after,
.event_wwrap:before {
	clear:both;
	content:'';
	display:block;
}

.event_wwrap .event-meta {
    font-size: 11px;
    padding: 5px 15px;
	border-right:1px solid #DDDDDD;
}


.event_wwrap .day {
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    padding: 3px;
}


.etick-status { font-weight:normal; font-size:11px; padding:3px 9px; border-radius:3px; background-color:#e6e6e6; color:#666666;}

/* Play Button
=========================================================== */
.play-btn {
	margin: 0 auto;
	height: 36px;
	width: 36px;
	background-color: #00A8E8;
	cursor: pointer;
	position: relative;
	transition: 		all 0.2s ease-in-out;
	border-radius:        40px;
}
.play-btn:before {
	content: "";
	background: #000000;
	border-radius: 50%;
	position: absolute;
	top: 0; left:0; bottom: 0; right: 0;
}
.play-btn:after {
	border-color: transparent transparent transparent #ffffff;
	border-style: solid;
	border-width: 10px 0 10px 12px;
	content: "";
	left: 50%;
	margin: -10px -4px;
	position: absolute;
	top: 50%;
	transition: all .1s;
}
.play-btn:before {
	content: "";
	background: transparent;
	border-radius: 50%;
	position: absolute;
	top: 0; left:0; bottom: 0; right: 0;
}
.play-btn:hover {
	background-color: #222222;
}
.play-btn:hover:after {
	border-color: transparent transparent transparent #fff5f5;
}

.play-btn:active {
	border-color: transparent transparent transparent;
}

/* Pause Button
=========================================================== */

.pause-btn {
	margin: 0 auto;
	height: 40px;
	width: 40px;
	background-color: #00A8E8;
	cursor: pointer;
	position: relative;
	transition: all .1s;
	border-radius: 50%;
}
.pause-btn:before {
	content: "";
	background: #007799;
	border-radius: 50%;
	position: absolute;
	top: 0; left:0; bottom: 0; right: 0;
}
.pause-btn:after {
	border-color: #ffffff;
	border-style: solid;
	border-width: 6px 10px 6px 6px;
	content: "";
	left: 50%;
	margin: -6px -8px;
	position: absolute;
	top: 50%;
	transition: all .1s;
}
.pause-btn:before {
	content: "";
	background: transparent;
	border-radius: 50%;
	position: absolute;
	top: 0; left:0; bottom: 0; right: 0;
}
.pause-btn:hover {
	background-color: #ffa0a1;
}
.pause-btn:hover:after {
	border-color:  #fff5f5;
}

.play-btn:active {
	border-color: transparent transparent transparent;
}

/* Columns for Album, Artist, Video, Gallery Template
=========================================================== */

.col_half		{ width: 48.5%; }
.col_third 		{ width: 31.33%; }
.col_fourth 	{ width: 22.75%; }
.col_fifth 		{ width: 17.6%; }
.col_sixth 		{ width: 14.16%; }
.col_three_fourth { width: 74.25%; }
.col_twothird	{ width: 65.66%; }

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_sixth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 3%;
	margin-bottom: 20px;
}

.end { margin-right: 0 !important; }

.end:after { clear: both; content: ''; display: block; }
.col_half:after ,
.col_third:after ,
.col_twothird:after ,
.col_fourth:after ,
.col_three_fourth:after ,
.col_fifth:after { clear: both; content: ''; display: block; }

/* Custom Posts Meta
=========================================================== */
.customposts  { position: relative; margin: 0; }
.custompost_meta { float: left; }
.custompost_meta {
	display: block;
	width: 36px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius:         50px;
}
.custompost_meta .month {
	display: block;
	font-size: 10px;
	line-height: 14px;
	text-transform:uppercase;
}
.custompost_meta .day {
	display: block;
	font-size: 19px;
	line-height: 20px;
}

.customposts .info {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.customposts .info .info_date,
.customposts .info .info_time,
.customposts .info .info_place {
	margin-right: 45px;
	font-weight: bold;
}
.custompost_thumb img {
	max-width:100%;
	height:auto;
	display: block;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

.custompost_thumb { position:relative; }

.custompost_thumb .imgoverlay {
	display: block;
	position: absolute;
	background: url('images/hover_image.png') right top no-repeat transparent;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
}

.custompost_details { overflow:hidden; }
.custompost_details .custompost_venue span,
.custompost_details .custompost_date span,
.custompost_details .custompost_start span,
.custompost_details .custompost_end span,
.custompost_details .custompost_location span { font-weight:bold; }
.custompost_details .custompost_date .heading { letter-spacing:2px;}

.custompost-column {
	position: relative;
	display: inline;
	display: inline-block;
	float: left;
	width: 50%;
}
.details_spacing {background-color: #E5E5E5; width: 48%; float: left; margin: 0 2px 2px 0;font-weight:bold;padding:5px; }

/* Albums widget
=========================================================== */
.album_widgetmeta { position:relative; overflow:hidden; margin-bottom:15px;}
.album_widgetmeta .album-thumb { float:left; margin-right:10px;}
.album_widgetmeta .album-widget-info { overflow:hidden; }
.album_widgetmeta .album-widget-info .album-widgetmeta span { display:block; font-weight:normal;}
.album-widgetmeta { font-size:11px;}
.album-widget ul {
	margin: 15px 0 15px 0;
	list-style-type:decimal-leading-zero;
}

.album_widgetmeta figure {
	position: relative;
	width: 90px;
}

.album-songs-wrap {
	width: 100%;
	position: relative;
}

.album-songs-wrap .album-playlist li {
	padding-right: 0;
}

/* Latest Video Widget
=========================================================== */

.latest_video_item { position:relative;}
.latest_vw_meta span { display:block;}
.latest_vw_meta h2 { margin-bottom:5px;}


/* Share Link Socials in Artist Single Page */
/* Depricated since 1.4 */
/* ul.atpsocials.share li { background-color:#00A8E8; }*/


/* Event Pro Calendar */

#tribe-events-pg-template { padding: 0 20px; }
.tribe-events-sub-nav { padding: 0; }

/* Lyrics and Download Buttons
=========================================================== */


.lyricdesc {
	margin-top: 15px;
    position: relative;
    display: none;
    padding: 20px;
    line-height: 20px;
    background-color: rgba(0,0,0,.1);
	flex: 0 1 100%;
}
.lyricdesc p:last-child { margin-bottom: 0; }
span.lyrics {
	z-index:99;
	cursor: pointer;
	display:flex;
}
span.lyrics a {
	color: #ffffff;
}

span.download {
	cursor: pointer;
	display:flex;
	align-items: center;
	position: relative;
	z-index: 98;
}

span.download svg {
	padding-right: 5px;
}
span.buy {
	cursor: pointer;
	display:inline-block;
	}

span.buy a {z-index:99;}
.iva_trackLength {
    display: flex;
    font-size: 11px;
    line-height: 12px;
    max-width: 50px;
    width: 100px;
    align-items: center;
    justify-content: center;
}
.iva_trackLength_info {
    background-color: rgba(0,0,0,0.3);
    padding: 3px 8px;
    border-radius: 3px;
    color: #ffffff;
    width: 100%;
    text-align: center;
}
.mp3options{
	display: flex;
	flex: 0 1 40%;
	justify-content: flex-end;
	align-items: center;
	gap: 15px;
}

.mp3o {
    cursor: pointer;
    line-height: 100%;
    font-size: 11px;
    display: flex;
	align-items: center;
}
.mp3o a { color:#999999; }
.mp3o:hover,
.mp3o a:hover { color:#000000; }
.mp3o:last-child { border-right: 0; padding-right: 0;}

.iva_playCount { cursor: default; display: flex; align-items: center; }
#player-meta { display:none; }
.likes_count { margin-right: 5px; }

.track_like svg {
	fill: #000000;
	height: 18px;
}


/*  Next previous navigation
=========================================================== */
.iva-np-headwrap {
	display: table;
	min-height: 40px;
	margin-bottom:30px;
	width:100%;
	position:relative;
}

.iva-np-allitems {
	background-color:#f5f5f5;
	display:table-cell;
	width:100px;
	min-height:40px;
	vertical-align:middle;
	z-index:2;
	text-align:center;
}
.iva-np-allitems a { color:#ffffff; margin: auto; vertical-align:middle; }

.iva-np-title { display:table-cell; vertical-align:middle; margin: 0 auto;  z-index:1; }
.iva-np-title h2 { margin-bottom: 0; line-height:normal; }

.iva-np-navs { display: table-cell; min-height:40px; z-index:3; float: right;}
.iva-np-pagination { vertical-align:middle; margin: auto; display:table; }
.iva-np-pagination i { display:table; padding: 12px; margin: 0 auto; background-color:#f0f0f0; }

.iva-np-pagination a {
	display:table-cell;
	border-radius: 3px;
	padding: 1px;
}
.iva-np-pagination a { color:#666666; }
.iva-np-pagination a:hover { color:#4abdd4 }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Count Down */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.is-countdown {
	border-top:1px solid #dddddd;
	padding:10px;
	margin:0 auto;
	text-align:center;
	background-color:#e4ebef;
}
.is-countdown:after,
.is-countdown:before {
	clear:both;
	display:block;
	content:"";
}

.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.hasCountdown { margin: 5px 0; }

.countdown-row {clear: both;display: table; width: 100%; margin:0 auto;}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 17%;
}
.countdown-show6 .countdown-section {
	width: 14%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: table-cell;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

.album-playlist .play_icon {
    position: absolute;
	left: -38px;
    top: 50%;
    margin-top: -10px;
}

.fa-2x.play_icon { font-size:1.5em; }
.selected .fa-2x.play_icon { color: #2B749F; }

.iva_follow ul { list-style:none; margin:0; padding:0;}
.iva_follow ul li { margin-left: 5px; display: inline-block; }
.iva_sharing { padding: 20px 0; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Custom Search Dropdown */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.iva-music-bar:after,
.iva-music-bar:before {
	clear: both;
	content: '';
	display:block;
}

.iva-music-bar {
	position: relative;
	background-color: #d9e3e9;
	padding: 15px 0;
	z-index: 20;
}

.search-nav {
	margin: 0 auto;
}

.search-nav li { list-style: none;  }
.search-nav > li { padding: 0; float: left; position: relative; }
.search-nav > li > a {
	display: flex;
	align-items: center;
	height: 38px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	padding: 0 20px;
	margin-bottom:0;
	background-color:#bbbbbb;
	border-radius: 3px;
	margin: 0;
	border: 1px solid rgba( 0, 0, 0, 0.1 );
}

.search-nav > li:hover > .searchmenu-container { display: block;	transition: all 0.3s linear;
}
.searchmenu-container {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	background-color:#ffffff;
	overflow: hidden;
	margin-top: -3px;
	width: 100%;
	transition: all 0.3s linear;

}

.searchmenu-container ul { margin:0; padding:0;}
.searchmenu-container li { padding: 0; }

/* Top Search Bar Lists Styles */

.quickaccess {
	display: flex;
	flex-wrap: wrap;
        flex-direction: column;
	        align-items: stretch;
}
.quickaccess li {
	flex-grow: 1;
	flex-basis: 50%;
	text-align: center;
	position: relative;
	margin: 0 -1px -1px -1px;
}
.quickaccess li a {
	display: block;
	padding: 5px 12px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}
.quickaccess li:hover {
	background-color: rgba( 0, 0, 0, 0.15 );
}

.searchmenu-wrap{
	margin: 0 auto 0 0;
	display: table;
}
.searchmenu-align {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.iva_music_search_select{
	display:inline-block;
	float:left;
	vertical-align:middle;
	width:33%;
	margin-right:2%;
 }
.iva_music_search_input{
	display:inline-block;
	float:left;
	vertical-align:middle;
	width:43%;
	margin-right:2%;
}
.iva_music_search_button{
	display:inline-block;
	vertical-align:middle;
	width:20%
}
.iva_music_search_button .btn{
	width: 100%;
}
.iva_search,
.cs-posttype{
	height:40px;
	width: 100%;
	padding: 0 10px;
	border:1px solid rgba( 0, 0, 0, 0.1 );
	background-color: rgba( 255, 255, 255, 0.9 );
	border-radius: 5px;
}
.iva_search:focus {
	background-color: rgba( 255, 255, 255, 1 );
	outline: none;
}
.iva_search_btn {
	height: 38px;
	margin-bottom:0;
	padding:11px 20px;
	text-transform: normal;
	border-radius: 3px;
	color:#ffffff;
}
.iva_search_btn { background-color:#bbbbbb; }
.iva_select_wrapper {
	position: relative;
}

.iva_select_wrapper select {
	width: 100%;
	height: 40px;
	cursor: pointer;
	border: 1px solid rgba( 0, 0, 0, 0.1 );
	background-color: rgba(255,255,255,0.9);
	padding-left: 10px;
	border-radius: 5px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.iva_select_wrapper select:focus { outline: none; }
.iva_select_bg_wrapper select{
	width: auto;
	height: 35px;
	cursor: pointer;
	border: 0px solid #dddddd;
	background: #ffffff
}

.iva-arrpos {
	top: 50%;
	position: absolute;
	margin-top: -7px;
	right: 27%;
}

.iva-select-arrow{
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	width: 40px;
	height: 38px;
	text-align: center;
	pointer-events: none;
	color: #999999;
	font-family: fontAwesome;
	background: #ffffff;
	border-radius: 0 5px 5px 0;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Track list Table */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.tracklist-Table {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	overflow:hidden;
}

.tracklist-col { display: inline-block; margin:auto 0; }
.tracklist-Row:hover{ background-color: rgba(0,0,0,0.1);}

.tracklist-Row:after {
	clear:both;
	content:'';
	display: block;
}

.tracklist-Row {
  display: block;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #dddddd;
  border: 1px solid rgba(0,0,0,0.15);
  border-width: 0 1px 1px 1px;
}

.tracklist-Header .tracklist-Row{
	background-color: #00A8E8;
	border-bottom: 0;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

.tracklist-Body {
	font-size: 13px;
	margin-bottom: 20px;
    overflow: hidden;
}
.tracklist-thumb img {
	width: 50px;
	height:50px;
	margin:0 auto;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.tracklist-thumb    { float: left; display:inline-block; margin-right: 10px; }
.tracklist-name     { position: relative; width:50%; text-align:left; vertical-align: top; }
.tracklist-album    { position: relative; width:50%; text-align:left; vertical-align: top;  }
.tracklist-album p  { margin-bottom: 0; }

.tracklist-details .fap-single-track {
	font-weight: normal;
	font-size: 15px;
	line-height: 100%;
	margin-left: 25px;
}

/* Search New Play Animated Icon
================================================= */

.tracklist-Row .ivaplay {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 16px;
	height: 16px;
	background:url('images/play.png') no-repeat scroll center center transparent;
}

.tracklist-Row .selected .ivaplay {
	background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 100" width="100" height="100"><g fill="black"><rect x="10" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" /></rect><rect x="30" y="20" width="10" height="60"><animate attributeName="height" values="60;30;60" dur="0.8s" repeatCount="indefinite" begin="0.2s" /><animate attributeName="y" values="20;35;20" dur="0.8s" repeatCount="indefinite" begin="0.2s" /></rect><rect x="50" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" begin="0.4s" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" begin="0.4s" /></rect><rect x="70" y="20" width="10" height="60"><animate attributeName="height" values="60;30;60" dur="0.8s" repeatCount="indefinite" begin="0.6s" /><animate attributeName="y" values="20;35;20" dur="0.8s" repeatCount="indefinite" begin="0.6s" /></rect><rect x="90" y="30" width="10" height="40"><animate attributeName="height" values="40;70;40" dur="0.8s" repeatCount="indefinite" begin="0.8s" /><animate attributeName="y" values="30;15;30" dur="0.8s" repeatCount="indefinite" begin="0.8s" /></rect></g></svg>');
	background-size: 30px;
}

/* Popup box*/
.xbutton {
	float:right;
	margin:-10px;
	padding:2px 5px;
	background:#3380bb;
	color:#fff;
	font-weight:bold;
}
.pop-modal {
	display: none;
	background-color: rgba(0,0,0,0.8);
	width: 200%;
	height: 100%;
	margin: 0 -50%;
	z-index: 9999;
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
}
.pop-overlay {
	position: fixed;
	width: 200%;
	height: 100%;
	z-index: 99990;
}
.pop-box {
	width: 250px;
	position: absolute;
	margin: -170px -220px 0;
	left: 50%;
	top: 60%;
	padding: 20px;
	z-index: 999999;
	background: #f3f3f3;
	text-align:center;
}
.pop-box p { margin: 0; }
.round-corners {
	border-radius: 3px;
}

/*
.custom-search #main { padding-top: 0;}
.tracks-search  { padding: 25px 0; }
*/

.albums-search  { padding: 25px 0; }

.artists-search { padding: 25px 0; }
.empty-search   { padding: 25px 0;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Isotope Grid */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.sortable { width: 100%; }
.splitter  {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.splitter > li      { padding-left: 0; }
.splitter > li ul   { display: flex; margin: 0 auto; list-style: none; flex-wrap: wrap;}

.splitter ul li a   {
	display: inline-block;
	line-height: 1.1;
	border-radius: 3px;
	border-bottom: 0;
	position: static;
}


.splitter ul        { display: flex; justify-content: center; list-style: none;}
.splitter ul li     { position:relative; margin-left:10px; }

.splitter li a:hover,
.splitter li a.selected {
	background-color: #3888C8;
	color: #ffffff;
}

.splitter li a.selected .selected-arrow{
	position:absolute;
	left: 0;
	right: 0;
	bottom:-5px;
	width: 0;
	margin: 0 auto;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #0ba054;
	}
.splitter ul li:first-child { margin-left: 0; margin-bottom: 5px; }
.splitter ul li a   {
	padding: 8px 15px;
	text-decoration: none;
	font-size: 12px;
	background-color: rgba( 0, 0, 0, 0.1 );
}
.image-grid .item {
	position: relative;

}

.album-flist-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.album-flist {
	position: relative;
	width: calc(100% - 16px);
	margin: 8px;
	flex-direction: column;
	display: flex;
}

.album-fdesc {
	background-color: #ffffff;
	padding: 10px;
	border-top: none;
	border:1px solid #dddddd;
	border-width: 0 1px 1px 1px;
	border-radius: 0px 0px 4px 4px;
	color: #ffffff;
	flex: 1;
}
.album-flist.col-2 {
	width: calc(50% - 16px);
}
.album-flist.col-3 {
	width: calc(33.33% - 16px);
}
.album-flist.col-4 {
	width: calc(25% - 16px);
}
.album-flist.col-5 {
	width: calc(20% - 16px);
}
.album-flist.col-6 {
	width: calc(16.66% - 16px);
}

.album-flist .entry-title { margin-bottom:0px; font-size:14px;  }
.album-list .entry-title > a { color:#444444; }

.album-flist:hover .album-desc { background-color:#00A8E8; }
.album-flist:hover .album-desc * { color:#ffffff; }


/* Isotope Filtering -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.dr_ttrow.isotope-item,.dr_ttrow{  right:0; }
.isotope-item {  z-index: 2; }
.isotope-hidden.isotope-item {  pointer-events: none; z-index: 1; }

/* Isotope CSS3 Transitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.isotope,
.isotope .isotope-item {
	transition-duration:		 0.8s;
}

.isotope {
	transition-property:		 height, width;
}

.isotope .isotope-item {
	transition-property:		 transform, opacity;
}

/* Disabling Isotope CSS3 transitions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	transition-duration:			0s;
}

/* End: Recommended Isotope styles */

/* Disable CSS transitions for containers with infinite scrolling =-=-=-=-=-=-=- */
.isotope.infinite-scrolling {
	-webkit-transition:	none;
	-moz-transition:	none;
	-o-transition:		none;
}
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
	z-index: 9999;
	}

.iva-music-blog .post:last-child { margin-bottom:0; padding-bottom:0; }


/* IVA Page Loader  */
.iva_page_loader {
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999;
	text-align: center;
 }

.wg-extra-buttons {
	display: flex;
	flex-wrap: wrap;
}


@-webkit-keyframes eq-uppydowny {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(.5);
  }
  100% {
    transform: scaleY(1);
  }
}


@-webkit-keyframes eq-uppydowny {
	0% {
			transform: scaleY(1);
	}
	50% {
			transform: scaleY(.5);
	}
	100% {
			transform: scaleY(1);
	}
  }
  @keyframes eq-uppydowny {
	0% {
			transform: scaleY(1);
	}
	50% {
			transform: scaleY(.5);
	}
	100% {
			transform: scaleY(1);
	}
  }

.eq__bar {
	position: absolute;
	bottom: 0px;
	fill: #ff8800;
	-webkit-animation-name: eq-uppydowny;
			animation-name: eq-uppydowny;
	animation-fill: forwards;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	transform-origin: 8px 16px;
	-webkit-transform-origin: 8px 16px;
	rx:3;
	ry:3;
  }

#eq1 {
	-webkit-animation-duration: 0.5s;
			animation-duration: 0.5s;
  }
  
  #eq2 {
	-webkit-animation-duration: 1.3s;
			animation-duration: 1.3s;
  }
  
  #eq3 {
	-webkit-animation-duration: 0.7s;
			animation-duration: 0.7s;
  }

/* Page Skew Style */
.skew1deg .pagemid_section,
.skew1deg .pagemid { transform: skewY(1deg); }
.skew2deg .pagemid_section,
.skew2deg .pagemid { transform: skewY(2deg); }
.skew3deg .pagemid_section,
.skew3deg .pagemid { transform: skewY(3deg); }
.skew4deg .pagemid_section,
.skew4deg .pagemid { transform: skewY(4deg); }
.skew5deg .pagemid_section,
.skew5deg .pagemid { transform: skewY(5deg); }
.skew6deg .pagemid_section,
.skew6deg .pagemid { transform: skewY(6deg); }
.skew7deg .pagemid_section,
.skew7deg .pagemid { transform: skewY(7deg); }
.skew8deg .pagemid_section,
.skew8deg .pagemid { transform: skewY(8deg); }
.skew9deg .pagemid_section,
.skew9deg .pagemid { transform: skewY(9deg); }
.skew10deg .pagemid_section,
.skew10deg .pagemid { transform: skewY(10deg); }
.skew-1deg .pagemid_section,
.skew-1deg .pagemid { transform: skewY(-1deg); }
.skew-2deg .pagemid_section,
.skew-2deg .pagemid { transform: skewY(-2deg); }
.skew-3deg .pagemid_section,
.skew-3deg .pagemid { transform: skewY(-3deg); }
.skew-4deg .pagemid_section,
.skew-4deg .pagemid { transform: skewY(-4deg); }
.skew-5deg .pagemid_section,
.skew-5deg .pagemid { transform: skewY(-5deg); }
.skew-6deg .pagemid_section,
.skew-6deg .pagemid { transform: skewY(-6deg); }
.skew-7deg .pagemid_section,
.skew-7deg .pagemid { transform: skewY(-7deg); }
.skew-8deg .pagemid_section,
.skew-8deg .pagemid { transform: skewY(-8deg); }
.skew-9deg .pagemid_section,
.skew-9deg .pagemid { transform: skewY(-9deg); }
.skew-10deg .pagemid_section,
.skew-10deg .pagemid { transform: skewY(-10deg); }}