@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

/* ----------------------------------------------------------------------------------- */
/* GENERAL */
/* ----------------------------------------------------------------------------------- */


html {margin:0px; padding:0px; /* background-color: #1d1b13; */}
body {margin:0px; padding:0px; position:relative; font-family: 'Oswald', sans-serif; font-size:14px; color:#4d4d4f; /* background-color: #FFFFFF; */}
html, body {
  height : 100%;
  width  : 100%;
  overflow-x: initial;
  /* background-color: #11120c; */
  
  background-image: -ms-radial-gradient(center top, ellipse farthest-side, #504933 0%, #1d1b13 100%);background-image: -moz-radial-gradient(center top, ellipse farthest-side, #504933 0%, #1d1b13 100%);background-image: -o-radial-gradient(center top, ellipse farthest-side, #504933 0%, #1d1b13 100%);background-image: -webkit-gradient(radial, center top, 0, center top, 258, color-stop(0, #504933), color-stop(100, #1d1b13));
  background-image: -webkit-radial-gradient(center top, ellipse farthest-side, #504933 0%, #1d1b13 100%);background-image: radial-gradient(ellipse farthest-side at center top, #504933 0%, #1d1b13 100%);
}
h1, h2, h3, h4, h5, h6 {font-family: 'Oswald', sans-serif; color:#4d4d4f;}
h1 {font-family: 'Oswald', sans-serif; color:#FFFFFF; font-size: 36px; -webkit-margin-before: 0px; -webkit-margin-after: 0px; font-weight: 700; line-height: 1.2;}
h2 {font-family: 'Oswald', sans-serif; color:#4d4d4f;}
h3 {font-family: 'Oswald', sans-serif; color:#FFFFFF; font-size: 18px; -webkit-margin-after: 0px;}
h4 {font-family: 'Oswald', sans-serif; color:#4d4d4f;}
h5 {font-family: 'Roboto Slab', serif; color:#FFFFFF; font-size: 18px; font-weight: 700; -webkit-margin-before: 0px; -webkit-margin-after: 0px;}

p {font-family: 'Roboto Slab', serif; font-size:14px; color: #FFFFFF; line-height: 2;}
a {font-family: 'Roboto Slab', serif; text-decoration:none; outline:none; color:#FFFFFF;}
a:hover {color:#4d4d4f;}

img {max-width:100%; height:auto; width:auto;}

ul {    
  list-style-type: square;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 15px;
}

li {
  color: #68a5bc;
}
li span {
  color: #FFFFFF;
}
video {
  width: 100%    !important;
  height: auto   !important;
}



/* ----------------------------------------------------------------------------------- */
/* CONTAINERS */
/* ----------------------------------------------------------------------------------- */

.layout-center {
	max-width: 1690px;
}

/*
.note-type-page {
	background-color: radial-gradient(ellipse farthest-side at center top, #504933 0%, #1d1b13 100%);
}
*/

.maxwidth_container {position:relative; max-width:1690px; padding:0px; margin:0px auto 0px; min-height: 1080px;}
.content_container {position:relative; margin:-12% auto 20px; width:80%; max-width:1310px; text-align: center; min-height: 200px;}
.body_container {position:relative; margin:0% auto 20px; max-width:62.1%; text-align: left; min-height: 1200px;}
.row_container {display: flex; justify-content: center;}


/* ----------------------------------------------------------------------------------- */
/* TOP MENU */
/* ----------------------------------------------------------------------------------- */
.navwrap {width:100%;}
.headernav {
	width:100%;
	height:88px;
	text-align: center;
	display: inline-block;
	min-height: 88px;
	/* background-image: radial-gradient(ellipse farthest-side at center top, #504933 0%, #1d1b13 100%); */
}
.logo {float:left; width: 14%; height:88px;}

.navend {vertical-align: middle; float:left; width: 8%; font-family: 'Oswald', sans-serif; color:#ab9b6d; font-size: 18px; font-weight: 700; letter-spacing: 2px; line-height: 88px; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); overflow: hidden; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-property: color, background-color; transition-property: color, background-color; display: block; height: 88px;}

.navend a {font-family: 'Oswald', sans-serif; color:#ab9b6d; font-size: 18px; font-weight: 700;}

.navend:hover, .navend:focus, .navend:active {background-color: rgba(171, 155, 109, 0.3);}

.navbtn {vertical-align: middle; display: inline-block; float:left; width: 8%; font-family: 'Oswald', sans-serif; color:#ab9b6d; font-size: 18px; font-weight: 700; letter-spacing: 2px; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); overflow: hidden; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-property: color, background-color; transition-property: color, background-color; display: block; height: 88px;}

.navbtn a {font-family: 'Oswald', sans-serif; color:#ab9b6d; font-size: 18px; font-weight: 700;}

.navbtn:hover, .navbtn:focus, .navbtn:active {background-color: rgba(171, 155, 109, 0.3);}

.social_facebook {position: relative; float:left; margin-left:4.73%; width:2.24%; height:100%; opacity: 1; filter: opacity(100); -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; display: block;}

.social_facebook:hover {opacity: 0.5; filter: opacity(50);}

.social_twitter {position: relative; float:left; margin-left:0.59%; width:2.24%; height:100%; opacity: 1; filter: opacity(100); -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; display: block;}


.social_youtube {position: relative; float:left; margin-left:0.59%; width:2.24%; height:100%; opacity: 1; filter: opacity(100); -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; display: block;}



.social_twitter:hover {opacity: 0.5; filter: opacity(50);}

.social_shazam {position: relative; float:left; margin-left:0.59%; width:2.24%; height:100%; opacity: 1; filter: opacity(100); -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; display: block;}

.social_shazam:hover {opacity: 0.5; filter: opacity(50);}

.social_rss {position: relative; float:left; margin-left:0.59%; width:2.24%; height:100%; opacity: 1; filter: opacity(100); -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; display: block;}

.social_rss:hover {opacity: 0.5; filter: opacity(50);}

.social_icons {
  position: absolute; top:50%; transform: translateY(-50%);
}

.body_toppic{margin:-6px 0 0 0; background: url("../img/sub_bg_pic_01.jpg") no-repeat top center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding-top:80px; background-color: #11120c;}
.body2_toppic{margin:-6px 0 0 0; background: url("../img/sub_bg_pic_02.jpg") no-repeat top center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding-top:80px; background-color: #11120c;}
/* .toppic{margin:40px 0 0 0;} */
.tourbox {float:left; width: 23.7%; background-color: #ab9b6d;}
.tourspace {float: left; width:1.3%;}
.musicbox {float:left; width: 23.7%; background-color: #ab9b6d;}
.musicspace {float: left; width:1.3%;}


.music_title {font-family: 'Oswald', sans-serif; font-size: 24px; color:#000000; margin: 30px 10px 10px 10px;}
.music_link a:link {font-family: 'Roboto Slab', serif; font-size: 16px; color:#c4372d;}
.music_link a:visited {color:#c4372d;}
.music_link a:hover {color:#b66a4c;}
.music_link a:active {color:#c4372d;}

.redbar {width:80%; height: 2px; background-color: #c4372d; margin:0 auto 10px;}
.redbar-concert {width:80%; height: 2px; background-color: #c4372d; margin:10px auto;}
.body_redbar {width:100%; height: 2px; background-color: #c4372d; margin:20px 0 20px 0;}
.body_readmore a:link {font-family: 'Oswald', sans-serif; font-size: 12px; color:#c4372d; margin: 20px 0px 20px 0px; font-weight: 700;}
.body_readmore a:visited {color:#c4372d;}
.body_readmore a:hover {color:#b66a4c;}
.body_readmore a:active {color:#c4372d;}

.boxpic{width:100%; max-width: 250px;}

.mobmenu{float:right; margin:24px 3.2% 0 0; display:none;}
.hamburger{width: 35px; height: 5px; background-color: #ab9b6d; margin: 6px 0;}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(29,27,19);
  background-color: rgba(29,27,19, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 12px;
  text-decoration: none;
  font-size: 36px;
  display: block;
  transition: 0.3s;
  font-family: 'Oswald', sans-serif;
  color:#ab9b6d;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.section-music .content_container{
  margin: 3% auto 20px;
}

.heading-style{
  text-align: center;
  margin-top: 5px;
  font-size: 1.8rem;
  color: #fff;
}

.heading-style a{
  color: #fff;
}

.library-wrapper{
  max-width: 1000px;
  margin: 130px auto 90px;
}

.library-wrapper .wrap{
  display: grid; 
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px; 
}


body.page-node-218 .field-name-body{
  background-repeat: no-repeat;
  background-color: #1e1c14 ;
}

.bottom-song-wrapper{
  margin: 130px 0 50px;
}

.holiday-banner{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  border: 4px solid #ab9b6d;
  border-radius: 10px;
  margin: 10px 0;
}
.holiday-banner p{
  font-size: 30px;
  color: #ab9b6d;
  margin: 0 10px;
  line-height: 1;
}

.holiday-banner button{
  background-color: #dddddd;
  color: #201e16;
  border: none;
  padding:20px 20px;
  border-radius: 5px;
  font-size: 18px;
}

#random_quote{
  padding-bottom: 4em;
}

.champagne .button{
    background-color: #ab9b6d;
    color: #3b3526;
    border-radius: 30px;
    position: absolute;
    top: 140px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.61);
    left: calc(50% + 70px);
}

.kool-image-wrapper{
  position: relative;
}

.kooltv-heading{
  color: #fff;
}

.page-node-217 .node{
	background-color: #211f16;
}

.kooltv-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 10px;
}

.video-wrapper p {
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-wrapper p iframe, .video-wrapper p object, .video-wrapper p embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-row .wrapper{
  display: flex;
  padding: 0 0 0 80px;
  background-color: #c5b68d;

}

.hero-row .animate{
  position: relative;
  top: 50px;
  opacity: 0;
}

.hero-row .do-animate{
  opacity: 1;
  top: 0;
  transition: all 1.5s ease-in-out;
}

.hero-row p:not(.author){
  margin-left: 20px;
}

.hero-row p {
  color: #302c1f;
  max-width: 710px;
  font-size: 18px;
  line-height: 28px;
}

.hero-row .right{
  display: flex;
  margin-left: 40px;
  position: relative;
}

.hero-row .right img{
  object-fit: cover;
}

.hero-row .right p {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
    color: #fff;
    background-color: rgb(48 44 31 / 82%);
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
    padding: 20px;
    max-width: 520px;
}

.hero-row .right p span{
  font-size: 18px;
}

.hero-row .left{
  padding-bottom: 40px;
}

.hero-swiper-container{
  max-width: 800px;
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}

.hero-row .author{
  text-transform: uppercase;
  text-align: right;
  font-weight: 700;
  color: #513C2B;
  font-family: 'Oswald', sans-serif;
  max-width: 100%;
}

.hero-row hr{
  border-top: 1px dashed #463426;
  opacity: .52;
}

.hero-row h2{
  width: max-content;
  text-transform: uppercase;
  padding: 20px 25px;
  font-size: 58px;
  font-weight: 900;
  line-height: 64px;
  background-color: #302c1f;
  color: #c5b68d;
  max-width: 810px;
  margin-top: 45px;
  margin-bottom: 30px;
}

.swiper-button-prev{
  background-image: url(/sites/all/themes/kool/img/Group-4.png);
  width: 41px !important;
  height: 53px !important;
}

.swiper-button-next, .swiper-button-prev{
  top: auto !important;
  bottom: 20px;
}

.swiper-button-next{
  background-image: url(/sites/all/themes/kool/img/Group-5.png);
  width: 41px !important;
  height: 53px !important;
  left: 75px !important;
}

.swiper-button-prev:after, .swiper-button-next:after{
  display: none;
}
@media screen and (max-width: 900px) {
  #single iframe{
    max-width: 400px;
    margin: 0 auto;
    height: 220px;
  }
}

@media screen and (max-width: 768px) {
  .music-videos{
    flex-direction: column;
    grid-row-gap: 30px;
  }
}

@media screen and (max-height: 450px) {
.overlay {overflow-y: auto;}
.overlay a {font-size: 20px}
.overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
}
}

@media only screen and (max-width: 1530px){
    .champagne .button {
      left: calc(50% + 130px);
      font-size: 14px;
  }
}

@media only screen and (max-width: 1470px){
  .navbtn {
    font-size: 15px;  
  }

  .navbtn a {
    font-size: 15px; 
  }

  .navend {
    font-size: 15px; 
  }

  .navend a {
    font-size: 15px; 
  }

}

@media only screen and (max-width: 1475px){
  .hero-swiper-container {
      max-width: 630px;
  }
  .hero-row h2{
    max-width: 550px;
  }
}

@media only screen and (max-width: 1250px){
  .navbtn {
    font-size: 13px;  
  }

  .navbtn a {
    font-size: 13px; 
  }

  .navend {
    font-size: 13px; 
  }

  .navend a {
    font-size: 13px; 
  }
  .champagne .button {
    left: calc(50% + 100px);
    font-size: 14px;
  }
  .kooltv-grid{
    display: flex;
    flex-direction: column;
  }
  .kooltv-episode:not(:last-child){
    margin-bottom: 10px;
  }

}

@media only screen and (max-width: 1225px){
  .hero-row .wrapper{
    flex-direction: column-reverse;
    align-items: center;
  }
  .hero-swiper-container {
      max-width: 1000px;
  }
  .hero-row h2 {
    max-width: 800px;
  }
  .hero-row .author{
    margin-right: 40px;
  }
  .hero-row .right{
    margin-left: 0;
    padding-bottom: 70px;
  }
  .hero-row .right p{
    bottom: 120px;
  }
}


@media only screen and (max-width: 1150px){
  .mobmenu{display:block;}
  .navbtn{display:none;}
  .navend{display:none;}
  .social_facebook{display:none;}
  .social_twitter{display:none;}
  .social_shazam{display:none;}
  .social_rss{display:none;}
  .social_youtube{display:none;}
  div.view-id-concerts { max-width:100%; width: 100%; }
  .kool-image-wrapper{
    margin-bottom: 100px;
  }
  .champagne a{
    bottom: -70px;
    top: auto !important;
    left: 0 !important;font-size: 16px !important;
  }
}

@media only screen and (max-width: 1050px){
  .hero-swiper-container {
    max-width: 700px;
  }
  .hero-row h2 {
    max-width: 650px;
  }
  .hero-row .wrapper{
    padding: 0 40px;
  }
}

@media only screen and (max-width: 768px){
  .hero-swiper-container {
    max-width: 500px;
  }
  .hero-row h2 {
    max-width: 450px;
  }
  .hero-row h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .hero-row .right{
    padding-top: 15px;
  }
  .hero-row .wrapper {
    padding: 0px 20px;
  }
  .hero-row .right p {
      font-size: 21px;
      max-width: 440px;
  }
  .hero-row .right p span {
      font-size: 16px;
  }
  .library-wrapper .wrap{
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0;
  }
  .library-wrapper .wrap p {
    margin-top: 0;
  }
  .library-wrapper h2{
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 600px){
  .kooltv-container{
    max-width: 90%;
  }
  .hero-swiper-container {
    max-width: 400px;
  }
  .hero-row h2 {
    max-width: 350px;
  }
  .hero-row .right {
      padding-bottom: 10px;
      padding-left: 0;
  }
  .hero-row .right p {
      bottom: 30px;
  }
}

@media only screen and (max-width: 620px){
  .logo{margin: 1.5% 0px 0px 1.5%;}
  div.view-id-concerts { max-width:100%; width: 100%; }
}

@media only screen and (max-width: 550px){
    .hero-row .swiper-slide{
      overflow: hidden;
    }
    .logo{
      width: 100px !important;
    }
    .hero-row .author {
      margin-right: 0px;
      }
}

@media only screen and (max-width: 460px){
  .hero-swiper-container {
    max-width: 250px;
  }
  .hero-row h2 {
    max-width: 240px;
    font-size: 26px;
    line-height: 34px;
  }
  .hero-row p:not(.author) {
    margin-left: 0
  }
  .hero-row .right p {
    font-size: 18px;
    bottom: 20px;
  }
  #single iframe{
    max-width: 285px;
    margin: 0 auto;
    height: 157px;
  }
}

@media only screen and (max-width: 400px){
  .hero-row .right p {
    font-size: 16px;
    bottom: 10px;
    padding: 10px;
  }
  .hero-row .right p span {
      font-size: 14px;
  }
}

@media only screen and (max-width: 365px){
  .champagne .button{
    font-size: 14px !important;
  }
}


/* ----------------------------------------------------------------------------------- */
/* CONCERTS VIEW */
/* ----------------------------------------------------------------------------------- */

div.view-id-concerts {
	position: relative;
    margin: -12% auto 20px;
    /* width: 80%; */
    text-align: center;
    min-height: 200px;
}

div.view-id-concerts .concert-row {
	display: inline-block;
	/* float: left; */
	text-align: center;
	margin: 0px 0.8% 0.8% 0px;
}

div.view-id-concerts .custom_date {
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20% 0 5% 0;
}

div.view-id-concerts .day_name {
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 7px;
}

div.view-id-concerts .concert_spacer {
	border-bottom: 1px red solid;
	width: 80%;
	margin: 10%;
}

div.view-id-concerts .venue {
	font-size: 1.5em;
	font-style: italic; 
	margin-bottom: 5%;
}

div.view-id-concerts .location {
	font-size: 1.2em;
	font-style: italic;
}

div.view-id-concerts .flipper-back .ticket_link {
	background-color: #AA9C6D;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
	width: 80%;
	height: auto;
	margin: 30% auto;
	padding: 10px 0;
}

.flipper-back .venue {
	margin: 10% auto;
	width: 80%;
	background-color: #AA9C6D;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0;
}
