/* Custom CSS */

li {
  list-style-type: none;
}

#artist-container{
  height:auto;
  overflow:hidden;
}

#artist-container .section {
  margin: 0 0 10% 0 !important;
}

#artist-container .col-md-12 {
  padding: 0;
}

#artist-column-left{
  max-width:58%;
  float:left;
}

#artist-column-left p{
 width:100%;
 text-align:justify;
}

#artist-column-left img{
 width:100%; 
}

#artist-column-right{
 width: 38%;
 float:right;
 display:inline-block;
}

#artist-column-right li {
  list-style:none;
  width:50%;
  float:left;
  padding:0 10px 0 0;
}

#artist-column-right h5{
  margin:-4px 0 10px 0; 
}

#artist_social {
  margin-right: 42%;
}

#artist_social li {
  display: inline;
  margin-left: 10px;
  width: auto !important;
}

#artist_social li a {
  color: #222;
}

#artist_social li a:hover {
  color: #e57a82;
}

#instagram {
  padding:0 15px;
  width:50%;
  float:left;
}

#playlist{
  padding:0 15px;
  width:50%; 
  float:right;
  height:100%;
}

@media (min-width: 1061px) {
  #artist-column-left, #artist-column-right {
    margin: 10px 0;  
  }
}

@media (max-width: 1060px) {
  #artist_social {
    margin-right: 0; 
  }
}

@media (max-width: 769px) {
  #instagram{
   width:100%; 
   padding-bottom:20px;
  }

  #playlist{
    width:100%;
  }
}

@media (max-width: 500px) {
  .news_list{
    margin-bottom: 0;
  }
}

/* End Custom CSS */

html,body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body {
  font-family: "Domine", serif;
  font-size: 14px;
  color: #666;
}

p {
  line-height: 160%;
}

hr {
  border-top: 1px solid #d8d8d8;
}

.btn-toggle {
 border: none;
 background-color: none;
 color: #3d3da7;
}

.btn-toggle:hover {
 color: #e57a82; 
}

.btn-toggle:focus {
  outline: 0;
}

.section-hide {
  display: none !important;
}

.section-show {
  display: block;
}

.top {
  margin-top: 0;
  margin-bottom: 30px;
}

.spacer_10 {
  display: block;
  margin-bottom: 10px;
}

.spacer_20 {
  display: block;
  margin-bottom: 20px;
}

.spacer_40 {
  display: block;
  margin-bottom: 40px;
}

.spacer_60 {
  display: block;
  margin-bottom: 60px;
}

a:link {
  color: #3d3da7;
  text-decoration: none;
  transition: color 400ms;
}

/* visited link */
a:visited {
  color: #3d3da7;
}

/* mouse over link */
a:hover {
  color: #e57a82;
  transition: color 400ms;
}

/* selected link */
a:active {
  color: #e57a82;
}

h2 {
  font-size: 2.57em;
  font-family: "futura-pt", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 120%;
}

h3 {
  font-size: 1.84em;
  font-family: "futura-pt", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 120%;
}

h4 {
  font-size: 1.5em;
  font-family: "futura-pt", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 120%;
}

h5 {
  font-size: 1.28em;
  font-family: "futura-pt", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 120%;
}

h6 {
  font-size: 1em;
  font-family: "futura-pt", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 120%;
}

.section_head {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  height: 30px;
}

.section_head h4 {
  float: left;
}

.view_all {
  float: right;
  font-size: 0.85em;
  font-family: "futura-pt", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 120%;
  margin-top: 6px;
}

/* Navbar */

#header-wide {
  display: block;
}

#header-narrow {
  display: none;
}

header .row {
  margin: 0;
}

.navbar-collapse {
  width: 100%;
}

.navbar {
  display: flex;
  background-color: #fff;
  border: none;
  margin: 0;
  min-height: 76px;
  font-size: 12px;
}

.navbar .container {
  display: flex;
  justify-content: flex-end;
}

.navbar-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar img{
  width:30%;
}

.navbar-brand-img {
  display: flex;
  justify-content: center;
  max-height: 66px;
}

.navbar-collapse ul {
  font-family: "futura-pt", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 120%;
  margin: 23px 0;
  width: 100%;
}

.navbar-collapse .nav {
  display: flex;
  justify-content: space-evenly; 
}

.navbar li {
  margin-top: 1.4%;
}

.navbar-default .navbar-nav > li > a {
  color: #666;
  margin: 0;
  padding: 0;
}

.navbar li a.active {
  border-bottom: 1px solid #e57a82;
}

.navbar li a, .navbar li a:active, .navbar li a:visited {
  color: #666;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #e57a82;
}

.fa-nav, .fa-nav:hover {
  color: #666;
}

.navbar-toggle {
  margin-top: 16px;
  margin-right: 0;
}

.navbar-default .navbar-collapse {
  border-color: #d8d8d8;
}

/* nav social icons */

.nav-social {
  display: flex;
  align-items: center;
  height: 76px;
  justify-content: flex-start;
}

.nav-social li {
  display: inline;
  margin-left: 5%;
}

.nav-social li a {
  //color: #222;
  color: #666;
}

.nav-social li a:hover {
  color: #e57a82;
}

.container > .navbar-header {
  margin: 0;
}


.navbar-right {
  margin-right: 0;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 10px;
  right: auto;
  left: auto;
}

.dropdown-menu li {
  padding: 0;
  margin: 0;
}

.navbar li .dropdown-menu li a {
  font-weight: 700;
  color: #666;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: white;
  color: #e57a82;
}

@media (max-width: 1060px) {
  .container > .navbar-header {
    padding: 0 5px;
  }
  
  .navbar {
    float: right;
  }
  
  .navbar-collapse {
    border-color: #d8d8d8;
    background-color: #fff;
    text-align: center;
  }
  
  .navbar li a.active {
    border-bottom: none;
    color: #e57a82;
  }
  
  .navbar-brand-img {
    float: left;
    margin-left: 6%;
  }
  
  .nav-social {
    display: none;
  }
  
  #artist-column-left{
    max-width:100%;
    margin-bottom:20px;
  }
  
  #artist-column-right{
   width:100%; 
   padding:0;
  }

  .navbar .dropdown-menu li {
    margin: 0 0 5px 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #666;
    font-weight: 700;
    text-align: center;
  }  
}

@media (max-width: 767px) {
  body {
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;    
  }
  
  #header-narrow {
    display: block;
  }
  
  #header-wide {
    display: none;
  }
  
  .navbar {
    float: none;
  }
  
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;    
  }
  
  .navbar-header {
    display: block;
    width: 100%;
  }
  
  .navbar-nav > li {
    float: none;
    margin: 20px 0 15px 0;
  }
  
  .container > .navbar-header {
    padding: 0 5px;
  }
  
  .navbar-collapse {
    border-color: #d8d8d8;
    margin-top: 24px;
    background-color: #fff;
    text-align: center;
  }
  
  .navbar-collapse .nav {
    display: block;
    justify-content: none; 
  }
  
  .navbar li a.active {
    border-bottom: none;
    color: #e57a82;
  }
  
  .navbar .container {
    display: block;
  }
  
  .navbar-collapse {
    width: auto;
  }
}

@media (max-width: 426px){
  .navbar, .navbar .container {
    padding-left: 0;  
  }
}

/* FOOTER */

footer {
  margin-bottom: 40px;
}

footer .email_list {
    color: #555;
    background-color: #e57a82;
    border: 1px solid #333;
    font-size: 1.19em;
    margin-bottom: 2%;
}

/* footer logo */

#footer-logo {
  width: 5%;
  display: inline-block;
  text-align: center;
}

footer img {
  max-height: 30px;
  width: auto;
  display: inline-block;
}

/* footer form */

#email-content {
  width: 90%;
  display: flex;
  font-family: "futura-pt", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  align-items: center;
  justify-content: space-evenly;
}

footer form {
    width: 100%;
    margin-bottom: 0;
    padding: .5% .5%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#email-content p {
  display: inline-block;
  color: #fff;
  margin-bottom: 0px;
  font-size: 100%;
  line-height: 110%;
}

footer .email_list .field {
  display: inline-block;
  margin-left: 1%;
  font-size: 13px;
}

footer .email_list input[type="email"] {
  height: 25px;
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

footer .email_list input[type="submit"] {
  height: 25px;
  color: #fff;
  background-color: #3d3da7;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #3d3da7;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

/* footer social icons */

.footer-social li {
  display: inline;
  margin-left: 8.5%;
}

.footer-social li a {
  //color: #222;
  color: #666;
}

.footer-social li a:hover {
  color: #e57a82;
}

@media (max-width: 1205px) {
  #email-content p {
    font-size: 80%;
  }
}

@media (max-width: 992px) {
  footer form {
    flex-flow: column wrap;
  }
  
  #footer-logo {
    width: 7%;
    order: 1;
    margin-bottom: 1%;
  }
  
  #email-content{
    flex-flow: column wrap;
    margin-top: 1%;
  }
  
  #email-content p {
    font-size: 90%;
  }
  
  footer .email_list .field {
    margin: 1.5%;
  }
  
  footer, .footer-social {
    text-align: center;
    margin-top: 1%;
  }
  
  .footer-social li {
    margin-left: 10px; 
  }
}

@media (max-width: 480px) {
  #email-content p {
    font-size: 80%;
  }
  
  footer .email_list {
    padding: 1% 2%; 
  }
}

.jumbotron {
  background-image: url("https://s9.limitedrun.com/images/1235463/stairs2_i__1_.jpg");
  background-position: 50% 0%;
  background-size: auto 400px;
  height: 400px;
  padding: 80px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.hero_block {
  text-align: center;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-bottom: 2px solid #3d3da7;
  transition: color 400ms;
}

.hero_block h4 {
  color: #3d3da7;
  margin: 0;
  padding-bottom: 10px;
  transition: color 400ms;
}

.hero_block h2 {
  margin: 0;
  line-height: 100%;
  color: #222;
  transition: color 400ms;
}

.hero_block:hover, .hero_block:hover h4, .hero_block:hover h2 {
  color: #e57a82;
  border-bottom-color: #e57a82;
  transition: color 400ms;
}

@media (max-width: 480px) {
  .hero_block h2 {
    font-size: 2em;
  }
}

.news_home .media {
  margin-bottom: 30px;
  padding-right: 20px;
}

.news_home .media h5 {
  margin-bottom: 10px;
}

.news_list img {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 769px) {
  .news_home .media-left {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .news_home {
    margin-bottom: 00px;
  }
}

.news_list, .shows_list {
  margin-bottom: 00px;
}

@media (max-width: 991px) {
  .shop_rail {
    display: none !important;
  }
}

.shows_artist {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  margin-bottom: 40px;
}

.shows_artist li {
  margin-bottom: 6px;
}

#shop_list {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#shop_list li {
 vertical-align: top;
 margin: 1% 0;
}

#shop_list .shop_item {
  margin: 0 auto;
  width: 100%;
  padding-left:15px;
  padding-right: 15px;
}

#shop_list .shop_item img {
  width: 100%;
  height: auto;
}

.shop_link {
  display: block;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.shop_link img {
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
}

.shop_link span, .shop_link h6 {
  color: #222;
  transition: color 400ms;
}

.shop_link:hover span, .shop_link:hover h6 {
  color: #e57a82;
  transition: color 400ms;
}

.list_artist {
  margin: 10px 0 2px 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_title {
  color: #222;
  font-family: helvetica, sans-serif;
  font-style: italic;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_name {
  margin: 10px 0 2px 0;
  color: #222;
  font-family: helvetica, sans-serif;
  font-weight: bold;
  display: block;
  max-height: 44px;
  overflow: hidden;
}

.list_price {
  color: #666;
  font-family: helvetica, sans-serif;
}

.recent_releases {
  margin: 0 0 40px 0;
}

.news_list {
  margin-bottom: 20px;
}

@media (max-width: 769px) {
  .list_price {
    display: none !important;
  }
  .shop_link {
    margin-bottom: 20px;
  }
}

.product_photos .thumbnails {
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.product_photos .featured img {
  width: 100%;
}

.thumbnails li {
  float: left;
  height: auto;
  width: 23.6%;
  margin-right: 10px;
  margin-top: 10px;
  padding: 5px;
  border: 1px solid #d8d8d8;
}

.thumbnails .featured {
  width: 100%;
  margin: 0;
  padding: 0;
}

.product_detail h4, .product_detail h5, .product_detail h6 {
  padding-bottom: 5px;
}

.product_detail p {
  line-height: 180%;
}

.product_title, .product_buy, .product_notify, .product_info, .product_tracks, .product_pressings {
  margin-bottom: 20px;
}

.product_select select {
  -webkit-appearance: none !important;
  width: 400px;
  padding: 5px 10px;
  font-size: 1em;
  color: #222;
  margin-right: 4px;
  margin-bottom: 4px;

  background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.product_btn button {
  background: #3d3da7;
  padding: 10px 40px 10px 40px;
  height: 30px;
  text-decoration: none;
  border: none;
  font-size: 0.75em;
  font-family: "futura-pt", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 120%;
  letter-spacing: 0.15em;
  color: #fff;
  transition: background-color 400ms;
}

.product_btn button:hover {
  background: #e57a82;
  transition: background-color 400ms;
}

.product_na {

}

.product_notify .button {
  font-family: "futura-pt", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 120%;
}

.product_detail .note {
  color: #e57a82;
  text-transform: uppercase;
  font-weight: 700;
}

.product_tracks ol {
  padding-left: 20px;
  line-height: 180%;
}

@media (max-width: 991px) {
  .product_select select {
    width: 100%;
  }
  .product_btn button {
    width: 100%;
  }
}

@media (max-width: 769px) {
  .product_title {
    margin-top: 20px;
  }
}

.artist_tile {
  position: relative;
  display: block;
  line-height: 1.6em;
  margin-bottom: 20px;
  text-align: center;
}

.artist_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.artist_overlay h6 {
  color: #3d3da7;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.9);
  transition: color 400ms;
}

.artist_tile a:hover h6 {
  color: #e57a82;
  background: white;
  transition: color 400ms;
}

.artist_tile img {
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
}

.about_photo img {
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  margin-bottom: 20px;
}

.about_copy p {
  line-height: 180%;
}

.order_table {
  width: 100%;
}


/* TOUR */

.tour-container {
	font-family: 'Raleway', sans-serif;
	color: #464646;
	width: 100%;
	overflow: hidden;
}

.tour-container .row {
	border-top: none !important;
	/*padding-top: 3.231125%;*/
	/*padding-bottom: 3.231125%;*/
	padding-top: 1%;
	padding-bottom: 1%;
	box-sizing: border-box;
	//width: 100%;
	border-bottom: 1px solid #eceeef;
	font-size: 13px;
	display: flex;
	align-items: center;
}

.time {
	font-weight: 700;
	float: left;
	width: 20%;
	letter-spacing: .5px;
}

.time .evt {
	display: inline-block;
	margin-right: 20px;
}

.venue_name {
	width: 25%;
	padding-right: 25px;
}

.venue_location {
	width: 15%;
}

.venue_name, .venue_location {
	font-weight: 300;
	letter-spacing: .4px;
}

.event-links {
	width: 40%;
	display: inline-block;
}

.custom-btn {
	float: right;
	margin-left: 5px;
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 5px;
	border: 2px solid #464646;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: .063em;
	text-decoration: none !important;
	padding: 0 12px 0 12px;
	letter-spacing: 2px;
	line-height: 28px;
}

.custom-btn:not(.empty) {
	color: #3a3a3a;
}

.custom-btn.empty {
	color: #eaecef;
	border-color: #eaecef;
}

.custom-btn:hover:not(.empty) {
	color: white;
	background-color: #3a3a3a;
	cursor: pointer;
}

.custom-btn.empty:hover {
	color: #eaecef;
	border-color: #eaecef;
	background-color: white;
}

@media screen and (max-width: 600px) {
	.time {
		-webkit-box-ordinal-group: 1;
		order: 1;
		float: left;
		flex-basis: auto;
		width: auto;
		margin-bottom: 15px;
		margin-top: 7px;
	}

	.time .evt {
		width: auto;
		height: auto;
		margin-right: 7px;
	}

	.evt {
		width: auto;
		height: auto;
		text-align: none;
	}

	.venue_name, .venue_location {
		float: left;
		flex-basis: auto;
		width: auto;
		line-height: 28px;
		padding-right: 80px;
	}

	.venue_name {
		-webkit-box-ordinal-group: 2;
		order: 2;
	}

	.venue_location {
		-webkit-box-ordinal-group: 3;
		order: 3;
	}

	.event-links {
		position: absolute;
		right: 0;
		display: block;
		float: none;
		width: auto;
		flex-basis: auto;
		white-space: nowrap;
		text-align: right;
		box-sizing: border-box;
	}

	.custom-btn {
		margin-bottom: 5px;
	}

	.tour-container .row {
		display: flex;
		flex-flow: column-nowrap;
		-webkit-box-pack: start;
		justify-content: center;
		position: relative;
		//padding-bottom: 20px;
		flex-direction: column;
		-webkit-box-orient: vertical;
		overflow: visible;
		align-items: flex-start;
	}	
}

/* TOUR PAGE */
.tour-page {
  margin: 0 2%;
}

.tour-page .img-wrapper {
  border-radius: 10px;
  /*width: 30%;*/
  width: 252px;
  overflow: hidden;
}

.tour-page img {
  width: 100%;
  height: auto;
}

.tour-section a h4:hover {
  color: #e57a82;
  transition: color 400ms;
}

#song-kick-logo {
  width: 70px;
}

@media screen and (max-width: 426px) {
  /*.tour-page .img-wrapper {*/
  /*  width: 80%;  */
  /*}*/
}



/* DISCOG */

.history-item {
  margin: 5% 0;
  padding-right: 10%;
}

.history-item img {
  box-shadow: 2px 2px 20px grey  
}

.history-img {
  padding: 0; 
}

.history-description p {
  padding: 0;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-size: 14px;
}

.history-item ul {
  list-style-type: none;
  padding-left: 0;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-size: 16px;
}

.pagination {
  width: 100%;
}

.pagination span {
  margin: 0 1%;
}

@media screen and (max-width: 991px) {
  .history-item {
    margin: 2% 0;
    padding: 0 10%;
  }

  .history-img, .history-description, .history-item ul {
    display: flex;
    justify-content: center;
    margin: 4% 0;
  }
  
  .history-description h5, .history-description p {
    text-align: center; 
  }
  
  .history-description p {
    font-size: 12px; 
  }
  
  .history-description ul {
    list-style-type: none;
    font-family: "futura-pt", Helvetica, sans-serif;
  }
  
  .history-item ul {
    padding-right: 0;
  }
  
  .history-item ul li {
   margin-left: 2%;
   margin-right: 2%;
  }
  
  .pagination {
    text-align: center;
  }
  
  .pagination span {
    margin: 0 5%;  
  }
}


}
