﻿
@font-face {
  font-family: 'Antique legacy';
  src: url('/wp-content/themes/daughtertheme/fonts/antiquelegacymedium.otf');
}

html{
	xheight:100%;
	xwidth:100%;
    font-family:'Antique legacy';
}



body{
	margin:0;
	padding:0;
	background-color:black;
	height:100%;
    font-family: 'Antique legacy';
	xwidth:100%;
	xoverflow:hidden;
	background-width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:black;
	text-transform:uppercase;
}



/** main images **/

.fade-wrap {

}

.fa-brands, .fab{
    color:white;
    background:transparent;
    background-color:transparent;
}

.fa-brands:hover, .fab:hover{
    color:gray;
    background:transparent;
    background-color:transparent;
}

.fade {
	height:100%;
	margin:0;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	position: absolute;
	z-index: 1;
}


.fade .slick-track {
	height: 100%;
}

.fade .slick-list {
	height: 100%;
}

.fade-item {
	background-size: 100%;
	background-position: center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

#wrapper{
	xborder:20px solid #000;
	xoverflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index:100;

	display:none;
}
#border_top{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:30px;
	background:black;
	z-index:101;
}
.border-top {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:30px;
	background:black;
	z-index:0;
	display: none;
}
#border_btm{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	background:black;
	z-index:102;
}
#border_left{
	position:fixed;
	top:0;
	left:0;
	width:30px;
	height:100%;
	background:black;
	z-index:103;
}
#border_right{
	position:fixed;
	top:0;
	right:0;
	width:30px;
	height:100%;
	background:black;
	z-index:103;
}
h1{
	margin:0;
	padding:0;
	display:inline-block;
	position:fixed;
	bottom:-5px;
	left:30px;
	height:30px;
	z-index:140;
	display:none;
}
h1 img{
	height:20px;
	width:auto;
}
.slider-nav {
	z-index: 106;
}
.home_credit{
  position: absolute;
  top: 0px;
  left: 30px;
  line-height: 30px;
  font-size: 0.6em;
  text-transform: uppercase;
  z-index: 106;
  color: #666;
  width: 100%;
  height: 30px;
  display: none;
  background:#fff;
 
;
}
.intro_wrapper{
	border:none !important;
	z-index:998;
}
.intro_wrapper #home_credit{
	display:none;
}
.hamburger-wrapper {
    padding: 0;
    background: transparent;
    position: fixed;
    top: -1%;
    right: 0;
    font-family: 'Antique Legacy';
    margin-right: 50%;
    color: white;
    font-size: 1.4em;
    width: 30px;
    /* height: 65px; */
    z-index: 999;
}

.inner-hamburger-wrapper {
	width: 70%;
	padding: 8px 0;
}

.hamburger {
	width: 50%;
	height: 2px;
	margin: 4px auto;
	background: #fff;
}
#hamburger1{
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    margin-top:0px;
    display:none;
}
#hamburger3{
	display:block;
    font-family:'Antique Legacy';
    color:gray;
    letter-spacing: 5px;
}
#hamburger2{
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    margin-top:0px;
    display:none;
}
.menu-close{
	margin-top:0px;
}
.menu-close #hamburger3{
	display:none;
}
.menu-close #hamburger2{
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    margin-top:-6px;
    display: block;
}
.menu-close #hamburger1{
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    margin-top:100px;
    display: block;
}
.menu-close{
	width: 60px;
    margin-top: 30px;
}
.menu-close #hamburger3{
	display:none;
}
.menu-close #hamburger2{
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    margin-top:-5px;
    display: block;
}
.menu-title {
	position: absolute;
	top: 10px;
	right: 0;
	width: 50%;
}

.menu-title p {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

.navigation-wrapper {
	background: gray;
	background: rgba(64,64,64, .8);
	padding: 0;
	position: fixed;
	text-align:center;
	top: 0;
	left: 0;
    font-family:'Antique legacy';
	height: 100%;
	width: 100%;
	z-index: 900;
	display: table;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
  -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
  -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
  transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

.navigation {
	padding: 3% 5% 0 5%;
	display: table-cell;
	vertical-align: middle;
	padding:0px;
}

.show-menu {
	display: table;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
  -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
  -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
  transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

.mailerform{font-family:'Antique legacy'; width:80%; margin: auto;}

.navigation li {
	list-style: none;
	margin: 0;
	transition: all ease .6s;
	position:relative;
	display:block;
	overflow:hidden;
	width:inherit;
} 
.navigation li.small-padding {
	margin: 0;
  }

.navigation li a {
	display: inline-block;
	position:relative;
	width:inherit;
	overflow:hidden;
    font-family: 'Antique legacy';
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 3em;
	font-weight:300;
	letter-spacing:1px;
	text-transform:uppercase;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.navigation li a::before, .navigation li a::after {
	content: '•';
	display: none;
	font-size:0.8em;
	transition: all ease .3s;
}
.navigation li a:hover::before, .navigation li a:hover::after {
	display: inline;
}
.nav_home a:hover, .nav_home a::before, .nav_home a::after {
	color: #000;
}
.nav_news a:hover, .nav_news a::before, .nav_news a::after {
	color: #000;
}
.nav_store a:hover, .nav_store a::before, .nav_store a::after {
	color: #000;
}
.nav_freespace a:hover, .nav_freespace a::before, .nav_freespace a::after {
	color: #000;
}
.nav_live a:hover, .nav_live a::before, .nav_live a::after {
	color: #000;
}
.nav_avroom a:hover, .nav_avroom a::before, .nav_avroom a::after {
	color: #000;
}
.nav_people a:hover, .nav_people a::before, .nav_people a::after {
	color: #000;
}
.nav_releases a:hover, .nav_releases a::before, .nav_releases a::after {
	color: #000;
}
.nav_films a:hover, .nav_films a::before, .nav_films a::after {
	color: #000;
}

.nav_signup a:hover, .nav_signup a::before, .nav_signup a::after {
	color: #000;
}
x.navigation li a:hover::before {
	width: 100%;
}
x.navigation li a:hover {
	color: #fff;
	xpadding-left: 2%;
	xborder-left: 3px solid #eee;
}

#socials{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	position:fixed;
	top:0;
	right:30px;
	z-index:107;
	font-size:0.8em;
}
#socials li{
	display:inline-block;
    margin-top:10px;
}
#socials li a{
	text-decoration:none;
	color:black;
	background:transparent;
	display:block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	transition: all ease .3s;
}
#socials li a:hover{
	background:transparent;
}
#subscribeformwhole{
	position:fixed;
	bottom:5px;
	right:30px;
	z-index:108;
}
#emailaddress{
	border:1px solid #ccc;
	padding:0 10px;
	width:95px;
	xheight:20px;
	line-height:20px;
	background:#ccc;
	background:rgba(204,204,204,0.8);
	color:black;
	margin-bottom:5px;
}
::-webkit-input-placeholder {
   color: #333;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333; 
}

:-ms-input-placeholder {  
   color: #333;
}
#city{
	border:1px solid #ccc;
	padding:0 10px;
	width:80px;
	background:#ccc;
	background:rgba(204,204,204,0.8);
	color:black;
	xheight:20px;
	line-height:20px;
	margin:0 5px 2px 0;
}
#country{
	border-radius:0;
	width:108px;
	height:21px;
	line-height:30px;
}
#gobutton{
	border:none;
	padding:0;
	width:100px;
	height:22px;
	background:white;
	color:black;
	xmargin-top:3px;
	text-transform:uppercase;
	transition: all ease .3s;
	cursor:pointer;
}
#gobutton:hover{
	background:#ccc;
}

/****Secondary Pages****/

#secondarypage{
	list-style:none;
	margin:0px;
	padding:30px;
	overflow:hidden;
	margin-bottom:-18px;
}
.secondaryelement_item{
	display:inline-block;
	width:33.33%;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	float:left;
	cursor: pointer;
}
.secondaryelement_bg{
	width:100%;
	height:auto;
	transition: all ease .3s;
}
a .secondaryelement_bg{
	transition: all ease .3s;
}
a:hover .secondaryelement_bg{
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1);
}
.secondaryelement_item a{
	color:white;
}
.secondaryelement_item a:hover{
	xcolor:#ccc;
}
.videos_title{
    position: absolute;
    display: block;
    bottom: 10px;
    left: 0;
    width: 80%;
    font-family:'Antique legacy';
    font-size: 1em;
    letter-spacing: 1px;
    padding: 0 1%;
    text-transform: uppercase;
    color: white;
}

.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 889;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1
}

.nivo-lightbox-wrap {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.nivo-lightbox-content {
    width: 100%;
    height: 100%
}

.nivo-lightbox-font-family-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    text-align: center
}

.nivo-lightbox-nav {
    display: none
}

.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0
}

.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0
}

.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    xright: 2%
}

.nivo-lightbox-image {
    text-align: center
}

.nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle
}

.nivo-lightbox-content iframe {
    width: 100%;
    height: 100%
}

.nivo-lightbox-inline, .nivo-lightbox-ajax {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-error {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 0 1px 1px #000
}

.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle
}

.nivo-lightbox-notouch .nivo-lightbox-effect-fade, .nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft, .nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp, .nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7)
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9)
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%)
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%)
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%)
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateZ(300px);
    -moz-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px)
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.nivo-lightbox-close {
  text-decoration: none;
  top: 40px;
  left: 40px;
  color:black;
	padding:5px 10px;
	text-decoration:none;
	display:block;
	text-transform:uppercase;	
	font-size:0.7em;
}

p{font-size:1.6em;   
    width: 80%;
    margin: auto;}

.nivo-lightbox-close svg {
	width: 25px;
	height: 25px;
}
.nivo-lightbox-close:hover{
	
}
#sharebtn{
	position:fixed;
	right:30px;
	bottom:40px;
	z-index:9001;
	display:none;
}
#sharelink{
	color:black;
	background:white;
	padding:5px 10px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.7em;
}
#sharelink:hover{
	background:#ccc;
}
.release_format{
	font-size:0.8em;
	color:white;
	text-transform:uppercase;
}
.buy-wrap {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	display: table;
	bottom:0;
	left: 0;
	-webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
.buy-wrap.showwrap {
	visibility: visible;
	opacity: 1;
	display: table;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
    -webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
.release_buylinks{
	font-size:0.8em;
	text-transform:uppercase;
	color:#FFF;
	display: table-cell;
	vertical-align: middle;
}

.show-wrap {
	position: absolute;
	bottom:0px;
	right:0px;
	background:#000;
	z-index: 1;
}
.show_buylinks {
	
}
.show_buylinks svg {
	width: 26px;
	height:26px;
	-webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
}
.show_buylinks.close svg {
	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
}

.release_buylinks a{
  text-decoration: none;
  width: 30%;
  text-align: center;
  display: block;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  margin: auto 35%;
}
.release_buylinks h3 {
	text-decoration: none;
	width: 100%;
    font-family:'Antique legacy';
	text-align: center;
	display: block;
	line-height: 25px;
  font-weight: 300;
  margin-bottom: 5px;
}
.release_buylinks a:hover{
}
.secondaryelement_people{
	display:inline-block;
	width:23%;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:1%;
    font-family:'Antique legacy';
	float:left;
	color:white;
	text-transform:uppercase;
	font-size:1.7em;
	outline:1px solid #222;
}
.secondaryelement_people a{
	background:white;
	color:black;
    font-family:'Antique legacy';
	text-decoration:none;
	padding:5px 10px;
	transition: all ease .3s;
	font-size:0.5em;
	position: absolute;
	bottom:12px;
}
.secondaryelement_people a:hover{
	color:#000;
	background:#ccc;
}
.secondaryelement_people span {
	color: #974a50;
}
.secondaryelement_people a {
	color:#fff;
	background-color: #974a50;
}

.secondaryelement_people:nth-child(2n+2) span{
	color:#467b9a;
}
.secondaryelement_people:nth-child(2n+2) a {
	color:#fff;
	background-color:#467b9a;
}
.secondaryelement_people:nth-child(3n+3) span{
	color:#de7d84;
}
.secondaryelement_people:nth-child(3n+3) a {
	color:#fff;
	background-color:#de7d84;
}
.secondaryelement_people:nth-child(4n+4) span {
	color:#4f4a6a;
}
.secondaryelement_people:nth-child(4n+4) a {
	color:#fff;
	background-color:#4f4a6a;
}
.secondaryelement_people:nth-child(5n+5) span {
	color:#de926e;
}
.secondaryelement_people:nth-child(5n+5) a {
	color:#fff;
	background-color:#de926e;
}
.secondaryelement_people:nth-child(6n+6) span {
	color:#aaa681;
}
.secondaryelement_people:nth-child(6n+6) a {
	color:#fff;
	background-color:#aaa681;
}
.secondaryelement_people:nth-child(8n+8) span {
	color:#8e9bbb;
}
.secondaryelement_people:nth-child(8n+8) a {
	color:#fff;
	background-color:#8e9bbb;
}
.secondaryelement_people a:hover{
	color:#000;
	background:#ccc;
}
.secondaryelement_news{
	display:inline-block;
	width:31.33%;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:1%;
	float:left;
	color:white;
	text-transform:uppercase;
	font-size:1.7em;
	height:260px;
	outline:1px solid #222;
}

.news_date{
	position:absolute;
	bottom:2%;
	left:2%;
	font-size:0.3em;
	padding-bottom:5px;
}
.secondaryelement_news a{
	position:absolute;
	bottom:2%;
	right:2%;
	font-size:0.3em;
	display:inline-block;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
	transition: all ease .3s;
}
.secondaryelement_news a:hover{
	background:#aaa;
}
.news_external .news_title {
	color: #467b9a;
}
.news_external a {
	background-color:#467b9a;;
}
.news_store .news_title {
	color: #de7d84;
}
.news_store a {
	background-color: #de7d84;
}
.news_freespace .news_title,
.news_timeline .news_title {
	color: #f1cd00;
}
.news_freespace a,
.news_timeline a {
	background-color: #f1cd00;
}
.news_live .news_title {
	color: #4f4a6a;
}
.news_live a {
	background-color: #4f4a6a;
}
.news_avroom .news_title {
	color: #aaa681;
}
.news_avroom a {
	background-color: #aaa681;
}
.news_people .news_title {
	color: #e11ce1;
}
.news_people a {
	background-color: #e11ce1;
}
.news_releases .news_title  {
	color: #de926e;
}
.news_releases a {
	background-color: #de926e;
}



#fullscreenpage{
	color:white;

	padding: 60px 40px 40px 40px;
}

#fullscreenpage a{
	color:#339679;
}
.bit-header{
	display:none;
}
#fullscreenpage table tr td{
	padding:2% 0;
}
#fullscreenpage table tr:hover{
	background:#ccc;
}
#fullscreenpage table tr:hover a{
	color:black !important;
}
.bit-rsvp{
	display:none;
}
.bit-date{
	width:55px !important;
}
.black_text .release_format{
	color:black;
}
.black_text .videos_title{
	color:black;
}
a.nivoplayer{
	border:2px white solid;
	background:gray;
	display:block;
	position:absolute;
	right:15px;
	bottom:15px;
	width:50px;
	height:50px;
	text-decoration:none;
	line-height:50px;
	text-align:center;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
}
a .secondaryelement_play{
	display:inline-block;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
    color:white;
    font-family:'Antique legacy';
	transition: all ease .3s;
}
a:hover .secondaryelement_play{
	color: #000;
}
#albuminfopage{
	color:white;
	text-align:center;
	position:absolute;
	top:5%;
	left:0;
	width:100%;
	z-index:800;
}
#albuminfopage a{
	color:#b8c6e3;
	text-decoration:none;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
#albuminfopage a:hover{
	color:white;
}
#albuminfopage h2{
	font-weight:100;
	font-size: 1.8em;
}
@media screen and (max-height: 725px) {
	.navigation-wrapper {
		position: fixed;
	}
	.navigation li a {
		font-size: 2em;
		padding:5px;
	}
	.navigation li a::before {
		margin-top: 0px;
	}
	
}

@media screen and (max-height: 460px) {
	.navigation li a {
		font-size: 1em;
		padding:1.5% 0;
	}
}
@media screen and (max-width: 935px) {
	.secondaryelement_news{
		font-size:1.8em;
		line-height:1em;
	}
	.secondaryelement_news a{
		line-height:0.8em;
		font-size:0.6em;
	}
	.news_date{
		font-size:0.8em;
	}
	.secondaryelement_item{
 		width:50%;	
 	}	
 	.secondaryelement_people {
 		width: 48%;
 		max-height: 280px;
 	}
 	#albuminfopage{
		width:80%;
		left:10%;
		top:10%;
	}
}
@media screen and (max-width: 520px) {
	.secondaryelement_item{
 		width:100%;	
 	}	
	.home_credit {
		top:30px;
		left:30px;
		right:30px;
		line-height:18px;
		color:#666;
	}
	#socials {
		width: 100%;
		background:#000;
		text-align: right;
	}
	#subscribeformwhole{
		font-size:0.6em;
		right:15px;
	}
	#emailaddress{
		padding:0 5px;
		width:60px;
		font-size:0.8em;
	}
	#city{
		padding:0 5px;
		width:40px;
		font-size:0.8em;
	}
	#country{
		padding:0 5px;
		font-size:0.8em;
		width:80px;
	}
	#gobutton{
		padding:0 5px;
		width:66px;
		font-size:0.8em;
	}
	.videos_title{
		font-size:1em;
		padding:2% 3%;
        font-family:'Antique legacy';
	}
	.release_buylinks{
		font-size:0.6em;
		line-height: 2.5em;
		bottom:1px;
        font-family:'Antique legacy';
	}
	.secondaryelement_people{
		font-size:0.9em;
        font-family:'Antique legacy';
		overflow:hidden;
	}
	.secondaryelement_news{
		font-size:0.9em;
        font-family:'Antique legacy';
	}
	.news_date{
		font-size:0.8em;
		bottom:15%;
        font-family:'Antique legacy';
	}
	a.nivoplayer{
		width:40px;
		height:40px;
		line-height:40px;
	}
	h1{
		bottom:20px;
		width:100%;
		background:white;
        font-family:'Antique legacy';
	}
    
    .hamburger-wrapper{
        left:5%;
    }
    

    p{
    font-size: 1.6em;
    width: 100%;
    margin: auto;
}
    
    #mc_embed_signup {
    background: transparent;
        width: 100%;}
    
    #mc-embedded-subscribe-form .mc_fieldset {
    border: none;
    min-height: 0px;
    padding-bottom: 0px;
    font-size: .4em;
}
    
    .permissions, .policy {
    font-size: 0.2em;
}
    
    input[type="submit" i] {
    background-color: #fff;
        font-size: .6em;}
    
    input.animated-input[type=text] {
        width: 100%;
    font-size:.4em;}
    
    
}
@media screen and (max-width: 410px) {
	.bit-venue{
		display:none;
	}
}
@media screen and (max-width: 340px) {
	a.nivoplayer{
		width:30px;
		height:30px;
		line-height:30px;
		font-size:0.7em;
	}
}
 @media screen and (orientation:portrait) { 
 	.secondaryelement_people, .secondaryelement_news{
 		width:48%;	
 	}	
 
 }



input.animated-input[type=text] {
  width: 80%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 0px;
  background-color: gray;
    font-size:1.2em;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 20px;
  transition: width 0.4s ease-in-out;
    font-family: 'Antique Legacy';
    
}

input.animated-input[type=text]:focus {
  width: 100%;
}

   input.larger {
        transform: scale(2);
       margin: 30px;}



label {
  display: } /* this is to hide the mailchimp form labels, we are using placeholder text instead */
#mc_embed_signup{background:transparent;
    width:80%;
  clear: left;
}

#mc-embedded-subscribe-form input[type=checkbox] {
  display: inline;
  width: auto;
  margin-right: 10px;
}

#mergeRow-gdpr {
  margin-top: 20px;
}

#mergeRow-gdpr fieldset label {
  font-weight: normal;
    font-family: 'Antique Legacy';
}

#mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 0px;
    font-size:1.2em;
}

.permissions, .policy {
  font-size: 0.8em;
}

#mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 5px 10px;
  background-color: white !important;
  font-weight: bold;
  z-index: 1;
  color: red !important;
  border-radius: 0px;
    font-family: 'Antique Legacy';
  text-transform: uppercase;
}

input[type="submit" i] {
    background-color:#fff; 
    font-size:1.6em; 
    width:60%; color:black; 
    padding:10px; 
    font-family: 'Antique Legacy';
    
}

input[type="submit" i]:hover{
    background-color: gray;
}



.response {
  color: red;
  font-size: 2em;
  padding: 1em;
}
