/* ----------------------------------------------------------------
	Custom CSS

	140DB custom overrides for styles.css
-----------------------------------------------------------------*/

/* Page Title - Mail
-----------------------------------------------------------------*/

#page-title.page-title-mail { padding: 30px 0; }

#page-title.page-title-mail h1 {
	font-weight: 600;
	font-size: 18px;
	color: #444;
	
	
}

#page-title.page-title-mail span { display: none; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-mail {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 100;
	}
}

/* ----------------------------------------------------------------
	140db DataTables Default Padding over ride
-----------------------------------------------------------------*/

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right:1px
}

/* ----------------------------------------------------------------
	140db Broadjam Mail custom
-----------------------------------------------------------------*/

#yellow {
  height: 100%;
  background: yellow;
}


/* ----------------------------------------------------------------
	140db Artist Profile Avatar box bg
-----------------------------------------------------------------*/
#contentavatar {
	position: relative;
	background-color: #272727;
}


/* ----------------------------------------------------------------
	140db Thumbs up or Down
-----------------------------------------------------------------*/

.rating {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
}

.like,
.dislike {
  display: inline-block;
  cursor: pointer;
  margin: 10px;
}

.dislike:hover,
.like:hover {
  color: #2EBDD1;
  transition: all .2s ease-in-out;
  transform: scale(1.1);
}

.active {
  color: #2EBDD1;
}




/* ----------------------------------------------------------------
	140db Artist Profile Top Header Image slider full width
-----------------------------------------------------------------*/


.portfolio-single-content h2 {
		font-size: 1.75rem;
	}
	.portfolio-meta {
		font-size: 1rem;
	}
	.portfolio-meta li {
		margin-bottom: 1rem;
	}
	/* Swiper */
	.slider-top .swiper-slide {
		width: 100%;
		height: 100%;
		min-height: 500px;
		background-size: cover;
		background-position: center center;
	}

	@media (min-width: 992px) {
		.slider-top .swiper-slide {
			width: 85%;
			min-height: 550px;
		}
	}
	.slider-thumbs {
		padding: 10px 0;
	}
	.slider-thumbs .swiper-slide {
		width: 23%;
		height: 100%;
		opacity: 0.3;
	}
	.slider-thumbs .swiper-slide-active {
		opacity: 1;
	}


/* Slider Arrows
-----------------------------------------------------------------*/

.slider-element .owl-carousel { margin: 0; }

.slider-arrow-left,
.slider-arrow-right,
.flex-prev,
.flex-next,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 50%;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 0 3px 3px 0;
	transform: translateY(-50%);
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	top: auto;
	bottom: 57px;
	left: auto;
	right: 20px;
	margin: 0;
	width: 32px;
	height: 32px;
	border-radius: 3px 3px 0 0;
}

.slider-arrow-bottom-sm {
	bottom: 20px;
	border-radius: 0 0 3px 3px;
}

.fslider[data-thumbs="true"] .flex-prev,
.fslider[data-thumbs="true"] .flex-next { margin-top: -20px; }

.slider-arrow-right,
.slider-element .owl-next,
.flex-next {
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px;
}

.slider-arrow-left i,
.slider-arrow-right i,
.flex-prev i,
.flex-next i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	line-height: 50px;
	width: 100%;
	height: 100%;
	color: #DDD;
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 34px;
	text-align: center;
	transition: color .3s ease-in-out;
}


.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	width: 32px;
	height: 32px;
	margin: 0;
	line-height: 30px;
	font-size: 18px;
	color: #FFF;
	color: rgba(255,255,255,1);
}

.slider-element .owl-prev i { margin-left: 0; }

.slider-element .owl-next i { margin-right: 4px; }

.slider-arrow-left:hover,
.slider-arrow-right:hover,
.flex-prev:hover,
.flex-next:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover { background-color: rgba(0,0,0,0.6) !important; }


















/* ----------------------------------------------------------------
	140db Manage Songs BG Overly second class
-----------------------------------------------------------------*/

.bg-overlay2-content {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	/* padding: 0px; */
}

.bg-overlay2,
.bg-overlay2-bg,
.bg-overlay2-content {
	position: absolute;
	width: 90%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}


/* ----------------------------------------------------------------
	140db Data Tables Search Input Box over Ride. Remove inline block as it stretches to far in modal.
-----------------------------------------------------------------*/


div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display:inline-block;
    width:80%
}



/* My Studio Manage Albums Tile and genre
-----------------------------------------------------------------*/

.albums-desc {
	position: relative;
	z-index: 6;
	padding: 5px 0px;
}

.albums-desc h3 {
	margin: 0;
	padding: 0;
	font-size: 15px;
}

.albums-desc h3 a {
	color: #222;
}

.albums-desc h3 a:hover {
	color: #1ABC9C;
}




/* ----------------------------------------------------------------
	140db Header mods
-----------------------------------------------------------------*/


#header {
	position: relative;
	background-color: #FFF;
	border-bottom: 1px solid #F5F5F5;
}

/* ----------------------------------------------------------------
	flex slider DOT visbiliity hidden
-----------------------------------------------------------------*/
.flex-control-nav {
  visibility: hidden;

}
/* ----------------------------------------------------------------
	140db even container image margin bottom
-----------------------------------------------------------------*/

.entry-image { margin-bottom: 10px; }



/* 140db mystudio my photos icon links
-----------------------------------------------------------------*/

.photolinks {
	position: relative;
	padding-left: 0px;
	padding-top: 4px;
	border-top: 0px solid #000;
	border-bottom: 55px solid #fff;
}



/* ----------------------------------------------------------------
	140db Radio checkbox
-----------------------------------------------------------------*/
.checkbox-style-1-label:before, .radio-style-1-label:before,
.checkbox-style-2-label:before, .radio-style-2-label:before,
.checkbox-style-3-label:before, .radio-style-3-label:before {
	content: '';
	background: #FFF;
	border: 2px solid #c6c6c6;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	padding: 4px;
	margin-right: 10px;
	line-height: 1;
	text-align: center;
}


/* Checkbox-small + Radio-small */
.checkbox-style-1-label.checkbox-small:before,
.radio-style-1-label.radio-small:before,
.checkbox-style-2-label.checkbox-small:before,
.radio-style-2-label.radio-small:before,
.checkbox-style-3-label.checkbox-small:before,
.radio-style-3-label.radio-small:before {
	border: 2px solid #DDD;
	width: 16px;
	height: 16px;
	margin: 0 8px 1px 0;
}

/* Style-2 */
.checkbox-style:checked + .checkbox-style-2-label:before {
	background: #1ABC9C;
	box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-style:checked + .radio-style-2-label:before {
	background: #ccc;
	box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-style:checked + .checkbox-style-2-label.checkbox-small:before { box-shadow: inset 0px 0px 0px 2px #fff; }
.radio-style:checked + .radio-style-2-label.radio-small:before { box-shadow: inset 0px 0px 0px 2px #fff; }

/* style-3 */
.checkbox-style:checked + .checkbox-style-3-label:before,
.radio-style:checked + .radio-style-3-label:before {
	content: "\e92b";
	font-family: 'lined-icons';
	background: #1ABC9C;
	color: #FFF;
}
.radio-style:checked + .radio-style-3-label:before {
	color: #f64937;
	background-color: transparent;
}

/* style-3 - Small */
.checkbox-style + .checkbox-style-3-label.checkbox-small:before,
.radio-style + .radio-style-3-label.radio-small:before {
	border: 1px solid #BBB;
	width: 16px;
	height: 16px;
	margin: 0 8px 1px 0;
	font-size: 7px;
	line-height: .8;
}















/* ----------------------------------------------------------------
	Broadjam Genre's Listing thumbnails with radio 140db
-----------------------------------------------------------------*/
	

.form-group > label.error {
	display: block !important;
	text-transform: none;
}

.form-group input.valid ~ label.error,
.form-group input[type="text"] ~ label.error,
.form-group input[type="email"] ~ label.error,
.form-group input[type="number"] ~ label.error,
.form-group select ~ label.error { display: none !important; }

.genre-list .genre-image [type=radio] { margin-right: 4px; }

.genre-list .genre-image div {
	background-color: #F5F5F5;
	padding: 12px;
	margin-left: 8px;
}

.genre-list .genre-image img {
	display: block;
	margin-top: 10px;
}
		




/* ----------------------------------------------------------------
	140db tooltips styling
-----------------------------------------------------------------*/


.block-misc-tooltip h1,
.block-misc-tooltip h2,
.block-misc-tooltip h3,
.block-misc-tooltip h4,
.block-misc-tooltip h5,
.block-misc-tooltip h6 {
	font-family: 'Raleway', cursive;
}

.block-misc-tooltip .tooltip-highlighted {
	padding: 0 5px;
	background-color: #f0f3bd;
	cursor: pointer;
}

.tooltip-inner {
	width: auto;
	max-width: 350px;
	padding: 8px;
	background-color: #212121;
	
}




/* ----------------------------------------------------------------
	Sticky Floating sub Nav - page menu 140db override
-----------------------------------------------------------------*/
.page-menu-item > a {
	display: block;
	position: relative;
	/* line-height: 22px; */
	/*padding: 11px 14px;*/
	color: #fff;
	font-size: 0.875rem;
	background-color: rgba(0,0,0,0.15);
}

.page-menu-item:hover > a,
.page-menu-item.current > a { background-color: rgba(0,0,0,0.35); }




/* ----------------------------------------------------------------
	14db Single Table TD Must wrap TD in block due to changes in HTML 5 and Data Tables does not accept inline alignment on TD
-----------------------------------------------------------------*/	

div.centered {
	margin: auto;
	width: 100%;
	display: flex;
	justify-content: center;
}

div.right {
	margin: auto;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}


/* ----------------------------------------------------------------
	14db Jquery UI Sortable ID = sortable
-----------------------------------------------------------------*/	

  #sortable { 
  	list-style-type: none; 
  	margin: 0; padding: 0px; 
  	width: 100%; 
  	
  	
  	}
  #sortable li { 
  display: block;
  width: 100%;
  margin: .5rem 0;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #e8f7fc;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: uppercase; }
  	}

	


/* ----------------------------------------------------------------
	140 Line less margin
-----------------------------------------------------------------*/
.linesm2,
.double-line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 1rem 0;
	border-top: 1px solid #EEE;
}

.linesm2 {
	clear: both;
	position: relative;
	width: 100%;
	margin: 20px 0;
	border-top: 1px solid #EEE;
}

.linesm0 {
	clear: both;
	position: relative;
	width: 100%;
	margin: 3px 0;
	border-top: 1px solid #EEE;
}


/* ----------------------------------------------------------------
	140 star rating
-----------------------------------------------------------------*/
.white-section {
		background-color: #FFF;
		padding: 25px 20px;
		-webkit-box-shadow: 0px 1px 1px 0px #dfdfdf;
		box-shadow: 0px 1px 1px 0px #dfdfdf;
		border-radius: 3px;
	}

	.white-section label { margin-bottom: 15px; }

	.dark .white-section {
		background-color: #111;
		-webkit-box-shadow: 0px 1px 1px 0px #444;
		box-shadow: 0px 1px 1px 0px #444;
	}


	/* ----------------------------------------------------------------
		Event border on dark BG
	-----------------------------------------------------------------*/

	.borderevent {
		border: 1px solid #3e3e3e !important;
	}

/* ----------------------------------------------------------------
	140 Licensing Placement Css audio player section
-----------------------------------------------------------------*/

.licplacement span {
	color: #555;
	font-size: 12px;
	color: #666;
}


.trackminiplayer {
	position: relative;
	width: 100%;
	align-self: center;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}



.spotlighttrackminiplayer {
	position: relative;
	width: 100%;
	align-self: center;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 15px;
		padding-right: 15px;
}

.songs-list .songs-button {
	width: 13%;
	text-align: center;
}


.songs-list .songs-name a {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
	font-size: 15px;
	text-transform: capitalize;
}





/* Tag Cloud 140db Secondary
-----------------------------------------------------------------*/


.tagcloud2 { margin-bottom: -2px; }

.tagcloud2 a {
	display: block;

	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px 6px;
	border: 1px solid #646464;
	font-size: 13px !important;
	color: #646464;
	border-radius: 2px;
	text-align: center;
}

body:not(.device-touch) .tagcloud2 a {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tagcloud2 a:hover {
	border-color: #1ABC9C !important;
	color: #1ABC9C !important;
}



/* ----------------------------------------------------------------
	140 emoji counter badge
-----------------------------------------------------------------*/

.badge-emoji {
  color: #fff;
  background-color: #c6c6c6;
}


.badge-comments {
  color: #fff;
  background-color: #686868;
  padding: 5px 12px;
}


/* ----------------------------------------------------------------
	140db Slider css for About header
-----------------------------------------------------------------*/

.top-teaser .emphasis-title h1 {
		font-family: 'Playfair Display';
		font-size: 54px;
	}

	.top-teaser .emphasis-title .highlight {
		padding-left: 15px;
		padding-right: 15px;
		color: #FFF;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.top-teaser .emphasis-title .highlight:hover { background-color: #1ABC9C; }




/* ----------------------------------------------------------------
	140db top links submenu width adjust
-----------------------------------------------------------------*/

.top-links-sub-menu,
.top-links-section {
	position: absolute;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	list-style: none;
	z-index: -1;
	line-height: 1.5;
	background: #FFF;
	border: 0;
	top: 100%;
	left: -1px;
	width: 170px;
	margin-top: 10px;
	border: 1px solid #EEE;
	border-top-color: #1ABC9C;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
	transition: opacity .25s ease, margin .2s ease;
}


/* ----------------------------------------------------------------
	140db listing details left column margin override
-----------------------------------------------------------------*/
.entry {
	position: relative;
	margin-bottom: 0px;
}

.entry::after {
	content: '';
	position: relative;
	height: 0px;
	margin-top: 0px;
	background-color: #F5F5F5;
}


/* Emphasis Title 140db override
-----------------------------------------------------------------*/

.emphasis-title { margin: 0 0 50px; }

.emphasis-title h1,
.emphasis-title h2 {
	font-size: 64px;
	letter-spacing: -2px;
}

.emphasis-title h1 strong,
.emphasis-title h2 strong { font-weight: 700; }


.emphasis-titlebjam h2 {
	font-size: 42px;
	letter-spacing: -1px;
}



/* ----------------------------------------------------------------
	140db account logged in footer adjust margin-top
-----------------------------------------------------------------*/

.dark #footer140dbmod1,
#footer140dbmod1.dark {
	color: rgba(255,255,255,0.75);
	background-color: #282828;
	border-top-color: rgba(255,255,255,0.15);
}



/* ----------------------------------------------------------------
	Contact Page front remove margin top
-----------------------------------------------------------------*/

.topmargin-sm { margin-top: 0rem !important; }


/* ----------------------------------------------------------------
	Bootstrap Badge color additions - 140db
-----------------------------------------------------------------*/

.badge-you{
  color: #fff;
  background-color: #604e8c;
  
}

.badge-publisher{
  color: #fff;
  background-color: #ff7061;
}


.badge-notice{
  color: #fff;
  background-color: #b0b0b0;
}

.badge-update{
  color: #fff;
  background-color: #000;
}

.badge-songlisten{
  color: #fff;
  background-color: #00b5dc;
}

.badge-underconsideration{
  color: #fff;
  background-color: #fdbd10;
}

.badge-accepted{
  color: #fff;
  background-color: #8bc53e;
}

.badge-complete{
  color: #fff;
  background-color: #c3112f;
}




/* 140DB override Bootstrap default add's -15px right/left margin creating horizontal scroll. Adding new roll override. 

-----------------------------------------------------------------*/

/* 140db About Bootstrap roll over ride---*/

.rowAbout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}






/* 140db Gradient icon class---*/
.op-gradient-icon {
	background: rgb(131,58,180);
	background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* 140db Section About ---*/

.sectionAbout {
	position: relative;
	width: 100%;
	margin: 0px 0;
	padding: 0px 0;
	background-color: #F9F9F9;
	overflow: hidden;
}

/* 140db NO PAD ---*/
.sectionNoPad {
	position: relative;
	width: 100%;
	margin: 0px 0;
	padding: 0px 0;
	background-color: #F9F9F9;
	overflow: hidden;
}




/* 140db over ride---*/

.testimonials-lg .testi-content p {
	font-size: 26px;
	line-height: 1.6;
	font-style: normal;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #111;
}

.testimonials-lg .testi-content p:before,
.testimonials-lg .testi-content p:after { content:''; }





/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/

#copyrights {
	padding: 40px 0;
	background-color: #fff;
	font-size: 0.875rem;
	line-height: 1.8;
}

#footer {
	position: relative;
	background-color: #EEE;
	border-top: 1px solid rgba(0,0,0,0.2);
}

.copyright-links a:hover {
	color: #ff7061;
	border-bottom: 1px solid #777;
}




/* 140DB over ride Pricing Boxes 2 for Signup process  - Price
-----------------------------------------------------------------*/

.pricing-price2 {
	position: relative;
	padding: 1.1rem 0;
	color: #333;
	font-size: 2.5rem;
	line-height: 1;
}

/* 140DB over ride white line border
-----------------------------------------------------------------*/

.heading-block::after {
	content: '';
	display: block;
	margin-top: 30px;
	width: 40px;
	border-top: 2px solid #cecece;
}



/* 140db over ridePricing Boxes - Features
-----------------------------------------------------------------*/

.pricing-features {
	border-top: 1px solid rgba(0,0,0,0.075);
	border-bottom: 1px solid rgba(0,0,0,0.075);
	background-color: #F9F9F9;
	padding: .5rem 0;
}

/* 140db over ride Free pricing
-----------------------------------------------------------------*/

.pricing-pricefree {
	position: relative;
	padding: 1.5rem 0;
	color: #333;
	font-size: 2rem;
	line-height: 1;
}


/* 140DB Masked input CSS for Credit cards - input-mask.min.js
-----------------------------------------------------------------*/


.shell {
  position: relative;
  line-height: 1; }
  .shell span {
    position: absolute;
    left: 3px;
    top: 1px;
    color: #ccc;
    pointer-events: none;
    z-index: -1; }
    .shell span i {
      font-style: normal;
      /* any of these 3 will work */
      color: transparent;
      opacity: 0;
      visibility: hidden; }


input.masked,
.shell span {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #e8f7fc;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: uppercase; }

/*# sourceMappingURL=masking-input.css.map */





/* 140DB Override CSS FIX for Parallax Reveal on Mobile device. Bootstrap flexbox will only reveal bg image to width of content/text container. IOS and Android prevent parallax automatically. fixes the bg image display issue only on mobile devices. 
	-----------------------------------------------------------------*/
.device-touch .parallax {
	width: 100% !important;
}



/* ----------------------------------------------------------------
	140db New divider class for signup page
-----------------------------------------------------------------*/


.divider {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	margin: 1rem auto;
	color: #E5E5E5;
	
	width: 100%;
}


/* 140DB content wrap override for wraps
---------------------------------------------------------------------------- */
.content-wrapsignup {
	position: relative;
	padding: 0px 0;
	overflow: hidden;
}


.content-wrapcontact {
	position: relative;
	padding: 40px 0;
	overflow: hidden;
}

.content-wrapabout {
	position: relative;
	padding: 30px 0;
	overflow: hidden;
}

.content-wrapvideo {
	position: relative;
	padding: 30px 0;
	overflow: hidden;
}





/* 140DB Border Line Form control
---------------------------------------------------------------------------- */

.border-form-control {
	height: 48px;
	padding: 8px 4px;
	font-size: 16px;
	letter-spacing: 1px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 1px;
	font-family: 'Source Sans Pro', sans-serif;
}

.border-form-control::-moz-placeholder { font-weight: 300; }
.border-form-control:-ms-input-placeholder { font-weight: 300; }
.border-form-control::-webkit-input-placeholder { font-weight: 300; }

textarea.border-form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word;
}



/* 140DB Bootstrap pricing action on Mebership Plans override------------------------------------------*/
.pricing-extended .pricing-action-areax2 {
	border-left: 1px solid rgba(0,0,0,0.05);
	background-color: #F9F9F9;
	padding: 30px;
	text-align: left;
}



/* 140DB Premium Plans pricing box override------------------------------------------*/
/* 140db */
.pricing--140db .pricing--item {
	font-family: 'Source Sans Pro';
	margin: 1.5em 0;
	padding: 2em;
	cursor: default;
	color: #333;
	border: 1px solid #EEE;
	-webkit-transition: background-color 0.6s, color 0.3s;
	transition: background-color 0.6s, color 0.3s;
}

.pricing--140db .pricing--item:nth-child(2) {
	border-right: none;
	border-left: none;
}

.pricing--140db .pricing--item:hover {
	color: #444;
	background: #F5F5F5;
}

.pricing--140db .pricing--title {
	font-size: 1.3em;
	width: 100%;
	margin: 0;
	padding: 0;
}

.pricing--140db .pricing--price {
	font-size: 1.45em;
	font-weight: bold;
	line-height: 95px;
	width: 100px;
	height: 100px;
	margin: 1.15em auto 1em;
	border-radius: 50%;
	background: #ea716e;
	color: #FFF;
	-webkit-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}

.pricing--140db .pricing--item:first-child .pricing--price {
	background: #eac36e;
}

.pricing--140db .pricing--item:nth-child(2) .pricing--price {
	background: #eaa36e;
}

.pricing--140db .pricing--item:hover .pricing--price {
	color: #fff;
	background: #82C57E;
}

.pricing--140db .pricing--sentence {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}

.pricing--140db .pricing--feature-list {
	margin: 0;
	padding: 1em 1em 2em;
	list-style: none;
	text-align: center;
}

.pricing--140db .pricing--action {
	font-weight: bold;
	margin-top: auto;
	padding: 0.75em 2em;
	opacity: 0;
	color: #fff;
	background: #82C57E;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

.pricing--140db .pricing--item:hover .pricing--action {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pricing--140db .pricing--action:hover,
.pricing--140db .pricing--action:focus {
	background: #6EA76B;
}

@media screen and (max-width: 60em) {
	.pricing--140db .pricing--item {
		max-width: none;
		width: 90%;
		flex: none;
	}
	.pricing--140db .pricing--item:nth-child(2) {
		border: 1px solid #fff;
	}
}



/* 140db Bootstrap Modal with scroll and 80% height*/
/**
.modal-dialog,
.modal-content {
    height: 80%;
}
**/ 

.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}


/* 140DB Processing Spinner -- Video Upload Meta------------------------------------------*/

#loadingSpinnerBackground {

    height:354px;
    width:100%;
    background: #f7f7f7 url('../videos/processing.gif') center no-repeat;

}




/* 140DB Bootstrap Table OVERRIDE------------------------------------------*/



.tableSortable {
  width: 100%;
  margin-bottom: 0.45;
  color: #474747;
	font-style: normal;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.05);
	
  
}

.tableSortable th,
.tableSortable td {
  padding: 0.67rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}


.table-sortable-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(232, 247, 253, 1.0);
}



.table {
  width: 100%;
  margin-bottom: 0.45;
  color: #474747;
	font-style: normal;
	font-size: 14px;
  
}

.table th,
.table td {
  padding: 0.45rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}



.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(255, 221, 105, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}


/* 140DB Override Not logged in main menu hover
	-----------------------------------------------------------------*/
	.sub-title .menu-container > .menu-item.current > .menu-link::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-color: #ff7061;
		border-top: 5px solid rgba(0,0,0,0.1);
	}


/* 140DB ICON Category boxes
---------------------------------------------------------------------------- */
.bjamicon-categories .card a span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bjamicon-categories .card a span i {
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
}

.hover-effect {
	-webkit-transition:  transform .25s ease, box-shadow .3s ease;
	-o-transition:  transform .25s ease, box-shadow .3s ease;
	transition:  transform .25s ease, box-shadow .3s ease;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	box-shadow: none;
	border: 0;
}

.hover-effect:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.bjamicon-card .card-footer { border-top-color: #EEE; }

.rating-stars i { color: #f4c150; }

.bjamicon-card .card-title a { color: #333; }

.bjamicon-card .card-title a:hover { color: var(--themecolor); }

.bjamicon-card  .card-title-sub { font-size: 11px; }





/* ----------------------------------------------------------------
	Select Form Control for Review songs 140db
-----------------------------------------------------------------*/

.form-controlreview {
  width: 25%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}




.dark .form-controlreview:not(.not-dark),
.dark .sm-form-control:not(.not-dark) {

}




/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/
.slider-element .heading-block p	{
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 5px;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.7);
}

.slider-element .slider-product-desc {
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	width: 65%;
	z-index: 2;
}

.slider-element .slider-product-desc [class^='col-'] {
	background-color: #353535;
	padding: 30px;
}

.slider-element .vertical-middle .container { top: -60px; }

.play-icon {
	position: relative;
	display: block;
	font-size: 18px;
	margin: 20px 0 0 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	color: #FFF !important;
	border: 2px solid #EEE;
	text-align: center;
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}

.play-icon i {
	position: relative;
	left: 2px;
}

.play-icon:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.heading-block h3 {
	font-weight: 400;
	text-transform: none;
	font-size: 2.3rem;
	letter-spacing: 0;
}

.edge-underline h3,
.product:hover .product-title h3 {
	text-decoration: underline;
	text-decoration-skip: edges;
}

/* ----------------------------------------------------------------
	On Hover Changes
-----------------------------------------------------------------*/
.showcase-target-images { position: relative; }

.showcase-target {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
	-moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
	-o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
	transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}

.showcase-target.showcase-target-active {
	position: relative;
	display: block;
}

.showcase-section:hover .showcase-target {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.showcase-section ul li {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #000;
	cursor: pointer;
	border: 1px solid #EEE;
}

.showcase-section ul li.headphone-red { background-color: #af1e2b; }
.showcase-section ul li.headphone-black { background-color: #000; }
.showcase-section ul li.headphone-blue { background-color: darkblue; }
.showcase-section ul li.headphone-pink { background-color: pink; }
.showcase-section ul li.headphone-white { background-color: white; }

.showcase-section .badge {
	position: absolute;
	top: 0;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
	font-size: 11px;
	text-shadow: none;
	background-color: #222 !important;
	left: 50%;
	top: 20px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}




/* ----------------------------------------------------------------
	140DB Licensing Opportunities Listings container mod
-----------------------------------------------------------------*/

.i-products {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.i-products:hover { box-shadow: 0 4px 6px rgba(0,0,0,.04); }

.i-products .products-image,
.i-products .products-image img {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.i-products .products-image img {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.i-products:hover .products-image img {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.i-products .products-image .badge {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	color: #222;
	background-color: #FFF;
	padding: 5px;
	border-radius: 3px;
}

/* ----------------------------------------------------------------
	140DB licensing listing badge right
-----------------------------------------------------------------*/
.i-products .products-image .badgeright {
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	color: #fff;
	background-color: #89c53d;
	padding: 5px;
	border-radius: 3px;
}



.i-products .products-image .badgerightred {
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	color: #fff;
	background-color: #ff4f4f;
	padding: 5px;
	border-radius: 3px;
}








.i-products .products-desc {
	position: relative;
	padding: 25px;
	background-color: #FFF;
	border: solid #EEE;
	border-width: 0 1px 1px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	min-height: 250px;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.i-products:hover .products-desc {
	margin-top: -123px;
	min-height: 373px;
	box-shadow: 0 -3px 20px 3px rgba(0,0,0,.4);
}

.i-products .products-desc h3 {
	font-size: 20px;
	margin-bottom: 8px;
}

.i-products .products-desc p,
.i-products .products-desc .counter,
.i-products .products-hoverlays .list-group-item,
.i-products .products-hoverlays .product-user a,
.i-products .products-hoverlays .products-location { color: #999; }

.i-products .products-desc p {
	font-weight: 400;
	margin-bottom: 25px;
}

.i-products .products-desc .counter {
	display: block;
	font-size: 13px;
	font-weight: 600;
}

.i-products .products-desc h3 a,
.i-products .products-desc .counter span,
.i-products .products-desc .counter strong,
.i-products .products-hoverlays .list-group-item strong { color: #333 }

.counter.counter-xs {
	font-size: 13px;
	color: #555;
}

.i-products .products-hoverlays .list-group-item {
	padding-left: 0;
	font-size: 14px;
}

.i-products .products-hoverlays .product-user img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.i-products .products-hoverlays {
	position: absolute;
	opacity: 0;
	left: 0;
	right: 0;
	bottom: -100px;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FFF;
	visibility: hidden;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 1;
	transition: all .2s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.i-products:hover .products-hoverlays {
	bottom: 0;
	opacity: 1;
	visibility: visible;
	transition: all .2s ease-in-out;
}

.i-products .skills li > span { top: -30px; }

.widget > h4 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 10px;
}

.button-play i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	color: #FFF;
	font-size: 24px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	padding-left: 4px;
	border: 2px solid #FFF;
	transition: transform .3s ease;
}

.button-play:hover i {
	transform: translate(-50%,-50%) scale(1.3);
	background-color: rgba(255,255,255,0.2);
	backdrop-filter: blur(3px);
}




/* ----------------------------------------------------------------
	140DB Section 
-----------------------------------------------------------------*/

.section-product {
	position: relative;
	width: 100%;
}

.section-product .section-product-image {
	width: 100%;
}

.section-product .section-product-content {
	max-width: 100%;
	position: relative;
	bottom: 0px;
	right: 0;
	background-color: #FFF;
	padding: 20px;
	z-index: 1;
}

.section-product .section-product-content h3 { font-weight: 800; }

.section-product.alt .section-product-image,
.section-product.alt .section-product-content { float: none; }

.section-product .section-product-price {
	font-size: 1.5rem;
	font-weight: 700;
}

.explore-text-overlay {
	opacity: 0;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: calc(100% - 30px);
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.6);
	margin-left: 15px;
	-webkit-transition: all .4s ease ;
	-o-transition: all .4s ease ;
	transition: all .4s ease ;
}

.text-overlay-wrap:hover .explore-text-overlay { opacity: 1; }

.section-contact h3 {
	font-size: 1.4rem;
	font-weight: 700;
}

.section-contact > div {
	padding: 30px 20px;
	border: 1px solid #EEE;
}

.social-icon.si-mini {
	width: 28px;
	height: 28px;
	font-size: 12px;
	line-height: 27px !important;
}

.social-icon.si-mini:hover i:first-child { margin-top: -27px; }

@media (min-width: 1199px) {

	.menu-link {
		font-size: 15px;
		letter-spacing: 0;
		text-transform: none;
	}

	/* Hover Effects style-7 */
	.menu-link div {
		position: relative;
		overflow: hidden;
	}

	.menu-link div::before,
	.menu-link div::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.4);
		transform: translate3d(-100%,0,0) translate3d(-1px,0,0);
		transition: transform 0.7s;
		transition-timing-function: cubic-bezier(0.7,0,0.3,1);
		z-index: -1;
	}

	.menu-item.current > .menu-link div::before,
	.menu-link:hover div::before { transform: translate3d(100%,0,0) translate3d(1px,0,0); }

	.menu-item.current > .menu-link div::after,
	.menu-link:hover div::after { transform: translate3d(0,5px,0); }

	.menu-link div::after {
		top: calc(50%);
		height: 4px;
	}

	.product {
		padding: 65px;
		border-right: 1px solid #EEE;
	}

	.slider-element .heading-block h2 {
		font-size: 3.1rem;
		line-height: 1.35;
		text-transform: none;
		letter-spacing: 0;
		font-weight: 700;
	}

	.slider-element .slider-product-desc [class^='col-'] { padding: 50px; }

	.play-icon { margin: 0 auto; }

	.section-product .section-product-image {
		position: relative;
		width: 85%;
		background: #FFF;
	}

	.section-product .section-product-content {
		max-width: 400px;
		position: absolute;
		bottom: 30px;
		right: 0;
		padding: 30px;
	}

	.section-product.alt .section-product-image { float: right; }

	.section-product.alt .section-product-content {
		left: 0;
		right: auto;
	}

}

@media (max-width: 991px) {
	.slider-element .vertical-middle .container { top: 0; }
}

.inline-YTPlayer { z-index: 1; }

#ytb-video-button.play-icon {
	position: absolute;
	left: auto;
	bottom: 10px;
	right: 10px;
	width: 42px;
	height: 42px;
	line-height: 39px;
	font-size: 20px;
	text-align: center;
	border-width: 2px;
	z-index: 2;
}

#ytb-video-button.play-icon i:nth-of-type(1) {
	position: relative;
	left: 1px;
}

#ytb-video-button.play-icon i:nth-of-type(2),
#ytb-video-button.play-icon.video-played i:nth-of-type(1) { display: none; }

#ytb-video-button.play-icon.video-played i:nth-of-type(2) { display: block; }



