/* Fonts */
@import url("/wp-includes/fonts/linear.css");
@import url(https://fonts.googleapis.com/css?family=Pacifico);

.select_page { font-size: 0px !important; line-height: 0px !important; }

#main-footer { display: none; }
#et_mobile_nav_menu { margin-top: 0 !important; }

@font-face {
    font-family: "Selima";
    src: url('/wp-includes/fonts/selima.eot'); /* IE9 Compat Modes */
	src: url('/wp-includes/fonts/selima.eot?#iefix') format('embedded-opentype'),
		 url("/wp-includes/fonts/selima.ttf");
}

@media all and (max-width: 980px) {
  
  .social-container { display: none; }
 
}

@media all and (min-width: 981px) {
  
  .mobile-link { display: none !important; }
  
}



.bottomlink {
  position: fixed;
  bottom: 10px;
  width: 200px;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid #000;
  padding: 0px;
  background: rgba(0, 0, 0, 0.4);
  color: #000!important;
  display: block;
  font-size: 10px;
  opacity: 0.5;
  transition: all 300ms ease-in-out;
}

.bottomlink:hover {
  border-color: #fff;
  color: #fff!important; 
  background: rgba(0, 0, 0, 0.8);
}

.album {
  display: block;
  width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 4px rgba(0,0,0,.5);
}

.albumCover {
  display: block;
  float: left;
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 200ms ease-in-out;
}
.album:hover .albumCover { -webkit-filter: grayscale(0%); filter: grayscale(0%); }

.albumTitle {
  display: block;
  width: 100%;
  float: left;
  text-align: right;
  background: #fff;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,.1);
  font-size: 16px!important;
}
.albumTitle:before {
  content: 'Titel:';
  text-transform: uppercase;
  float: left;
  font-size: 10px;
  font-family: 'Open Sans';
  position: absolute;
  left: 10px;
}

.albumYear {
  display: block;
  width: 100%;
  float: left;
  text-align: right;
  background: #fff;
  padding: 10px!important;
  position: relative;
  color: #444;
  font-weight: 700;
}
.albumYear:before {
  content: 'Udgivelsesår:';
  text-transform: uppercase;
  float: left;
  font-size: 10px;
  font-family: 'Open Sans';
  position: absolute;
  left: 10px;
  font-weight: 400;
}

.albumButton {
  display: inline-block;
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  border-bottom: 2px solid rgba(0,0,0,.3);
}
.albumButton span {
  padding-left: 30px;
}
.albumButton:hover {
  opacity: .9;
  transition: all 200ms ease-in-out;
}

.kob-button {
  background: #54af54;
}
.kob-button:before {
  content: '\e6eb';
  font-family: 'Linearicons';
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 10px;
}
  
.spotify-button {
  background: #666;  
}
.spotify-button:before {
  content: "\f1bc";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 10px;
}

.listen-button {
  background: #666;  
}
.listen-button:before {
  content: "\f001";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 10px;
}
















.social-container {
  width: 100px;
  height: 130px;
  position: fixed;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  
  transition: all 200ms ease-in-out;
}

.facebook {
  right: 130px;
  top: -50px;
  background-color: #3b5998;
  z-index: 98;
  transform: rotate(3deg);
}

.spotify {
  right: 50px;
  top: -40px;
  z-index: 99;
  background-color: #1EEDA3;
  transform: rotate(1deg);
}

.listen {
  right: 50px;
  top: -40px;
  z-index: 99;
  background-color: #26D194;
  transform: rotate(1deg);
}

.facebook:hover {top: -45px;}
.spotify:hover {top: -35px;}
.listen:hover {top: -35px;}

.social-content {
  color: #fff;
  margin-top: 65px;
  text-align: center;
  font-size: 11px;
}
.sFb { transform: rotate(-3deg); }
.sSp { transform: rotate(-1deg); }
.sLis { transform: rotate(-1deg); }

.social-content > .fa {
  display: block!important;
  width: 100%;
  font-size: 24px;
}

#main-header {
  z-index: 90;
}









.tuewest {
  color: #fff;
  text-align: center;
  font-size: 180px;
  font-family: "Selima"!important;
  text-transform: uppercase;
}
 
/* General */

.dark {
  color: #202020!important;
}

.page-heading {
  color: #fff;
  padding: 0;
  font-size: 80px;
  font-family: "Selima"!important;
  text-transform: uppercase;
  text-align: center;
}

.page-content .et_pb_column_2 {
  background: #000;
  background: rgba(0,0,0,.75); /* Old browsers */
  padding: 50px;
  color: #fff;
  z-index: 2;
}

/* */

.page-id-70 .et_pb_code { margin-bottom: 5px !important; }

.tourplan-head {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 40px;
}

.tourplan-concert {
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: rgba(0,0,0,.5);
  margin: 0px 0;
  color: #fff;
}

.tourplan-concert:hover {
  transition: all 100ms ease-in-out;
}
.tourplan-concert:hover .buy-tickets { 
  text-decoration: underline;
  transition: all 100ms ease-in-out;
}

.tourplan-month {
  margin-bottom: 70px;
}

.tourplan-month > h1 {
  font-weight: 700;
  color: #fff;
  padding: 0 0 10px 0;
}

.buy-tickets {
  position: relative;
  font-size: 12px;
  float: right;
  top: 3px;
  color: #fff;
}
.buy-tickets:hover {
  color: #fff;
  text-decoration: underline;
  transition: all 100ms ease-in-out;
}

.tourplan-date {
  margin-right: 40px;
  font-size: 12px;
  color: #fff;
  padding-left: 10px;
  width: 95px;
  display: inline-block;
}

.tourplan-date:before {
  content: '\e785';
  font-family: Linearicons;
  font-size: 24px;
  position: relative;
  top: 4px;
  left: -5px;
}

.infobox {
  padding: 80px 20px;
  background-color: rgba(0,0,0,.75);
  text-align: center;
  color: #fff;
}

.infobox > h1 {
  font-weight: 700;
  color: #0f91ff;
  font-size: 60px;
  padding: 0;
  text-shadow: 0 0 2px rgba(15, 145, 255,.3), 0 0 8px rgba(15, 145, 255,.8);
}

.infobox > p {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.logo_container
{display: none;}

#top-menu > li {padding: 0!important;}

#top-menu > li > a  {
  text-transform: uppercase;
  font-size: 14px!important;
  font-weight: 700;
  padding: 18px 0 10px 0!important;
  margin: 0 20px 8px 20px;
}

#top-menu > li > a:hover  {
  color: #fff!important;
  box-shadow: inset 0 -2px 0 #fff;
  opacity: 1!important;
}

#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: rgba(0,0,0,.9)!important; box-shadow: 0 0 0 transparent;}

#et-main-area {margin-top: -50px;}

@media all and (max-width: 767px) {
  
  .tourplan-date, .buy-tickets { display: block; margin-right: 0 !important;  text-align: center; float: none; }
  .tourplan-concert { text-align: center; }
 
}