/*
* Eric Meyer's Reset CSS v2.0 - http://cssreset.com 
*/

/*
* HERE ARE ALL THE THINGS YOU MAY WANT TO STYLE
*/

/*
* To change the main background color please change color below 
*/

.main-section-container .article-content {
  background: white;
}


/*
* To change the background color and font in area under image
*/

.about {
  background-color:white;
  color:black;
}


/*
* To change link color in the part under image */

.about {
  background-color:white;
  color:black;
}

/*
* To change link color in the part under image */


.links-top{
  color:dark grey; Important!
  
}


/*
* To change font style and color throughout document not included what is under the venuee image
*/

.article-content {
  color: black;
  font-family: Helvetica Neue;
  !IMPORTANT
}

.event-name {
  color: black;
  font-family: Helvetica Neue;
  !IMPORTANT
}


/*
* To change the border color please change color below (will recomend this is the same color as the about artist section)
*/

.main-section-container {
  background-color: white;
}


/*
* To change the what's on box color
*/

.whats-on-container {
  background-color: white;
}


/*
*  THINGS ON VENUE WIDGET
*/

/*
*  Calender
*/
.input-date-time-calendar-icon {
  fill: grey;
  fill-rule: evenodd;
}

/*
*  Arrows
*/
.month-chevron{
  fill: grey;
  fill-rule: evenodd;

}


/*
*  Lines
*/

.venue-widget-row. {
    border-bottom: 2px solid grey; Important!
}

/*
*  Buttons
*/



.buy-button {
  color:white;
  background-color:black;
  border-color: black;
  font-family: Helvetica Neue;
  border-radius:70px;
}

.sell-button {
  color:white;
  background-color:black;
  border-color: black;
  font-family: Helvetica Neue;
  border-radius:70px;
}


.buy-button:hover {
  color:black;
  background-color:white;
  border-color: grey;
  
}

.sell-button:hover {
  color:black;
  background-color:white;
  border-color:grey;
  
}


.date-time-container {
    border-color: black;
    color: black;
    font-family: auto;
    border-radius: 0px;

}

.month-buttons {
    border-color: grey;
    color: black;
    font-family: Helvetica Neue;
    border-radius: 0px;
}



/*
* To change the how it works box color and border color/style
*/

.works {
  background-color: #ebebeb;
  color: black;
  border-top-style: solid;
  border-width: 8px;
  border-color: grey;
}

/*
* To change how it works button
*/

#works-button {
  background-color: black;
  border-color: black;
  color: white;
}

/*
* To change text color in Fan to Fan part
*/

.trusted {
  color: black;
}

/*



/* To change font and background relating to venue information*/

.venue-wrapper {
  color: black;
  background-color: white;
  padding: 2%;
  padding-top:2.5%;
  margin-top: 7%;
}

/* To change the color band on venue map*/

.venue-map {
  border-top-style: solid;
  border-width: 8px;
  border-color: grey;
}


/* To change link*/


a {
  color: grey;
  text-decoration: none;
}



/* End*/




html, body, div, span, applet, object, iframe, blockquote, pre, h1, h2, h3, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  background-color: white;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

img {
  vertical-align: middle;
}

p a:hover {
  color: #grey;
  text-decoration: none;
}

a:hover {
  color: #grey;
  text-decoration: none;
}

table td tr {
  display: inline;
}

/**
* Navigation
*/

.navigation-bar {
  background: black;
  width: 100%;
  min-height: 75px;
}

.navigation-bar .twickets-logo {
  float: left;
  margin: 20px 5px 0 20px;
}

.navigation-bar .twickets-logo-text {
  float: left;
  margin-top: 25px;
}

.navigation-bar .link {
  color: white;
  letter-spacing: 2px;
  font-family: "alternate-gothic-no-3-d";
  float: left;
  margin: 30px 25px 0 0;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .navigation-bar .link {
    margin: 33px 10px 0 0;
    font-size: 14px;
  }
}

.navigation-bar .link:hover {
  color: grey;
}

h2 {
  padding-bottom: 3px;
  border-bottom: 2px solid black;
}

/**
* Article
*/

.article-header {
  color: black;
  text-decoration: underline;
  text-align: center;
}

.article-header h1 {
  font-family: "alternate-gothic-no-3-d";
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 30px;
}

@media (max-width: 950px) {
  .article-header h1 {
    font-size: 23px;
  }
}

@media (max-width: 600px) {
  .article-header h1 {
    font-size: 20px;
  }
}

.article-header .band-logo {
  width: 0px;
  margin-top: 0px;
}

@media (max-width: 1400px) {
  .article-header .band-logo {
    width: 200px;
  }
}

@media (max-width: 980px) {
  .article-header .band-logo {
    width: 250px;
  }
}

@media (max-width: 700px) {
  .article-header .band-logo {
    width: 250px;
  }
}

@media (max-width: 400px) {
  .article-header .band-logo {
    width: 175px;
  }
}

.main-section-container {
  padding: 0px 20px 20px 20px;
  min-height: 100%;
}

@media (max-width: 600px) {
  .main-section-container {
    padding: 5px 0 0 0;
    background-color: white;
  }
}

.main-section-container .article-content {
  padding: 60px 80px 60px 80px;
}

@media (max-width: 1200px) {
  .main-section-container .article-content {
    padding: 40px 60px 40px 60px;
  }
}

@media (max-width: 600px) {
  .main-section-container .article-content {
    padding: 20px 20px 20px 20px;
  }
}

.main-section-container .article-content h2 {
  font-family: "alternate-gothic-no-3-d";
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 22px;
  color: black;
}

.main-section-container .article-content a:hover {
  text-decoration: none;
}

.main-section-container .article-content p {
  font-size: 16px;
  margin: 0 0 20px 0;
}

@media (max-width: 950px) {
  .main-section-container .article-content p {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .main-section-container .article-content p {
    font-size: 16px;
  }
}

/**
* Hero
*/

.hero-container-image {
  height: 450px;
  background-color: #262626;
  /* Images */
}

@media (max-width: 2000px) {
  .hero-container-image {
    height: 600px;
  }
}

@media (max-width: 1440px) {
  .hero-container-image {
    height: 500px;
  }
}

@media (max-width: 980px) {
  .hero-container-image {
    height: 350px;
  }
}

@media (max-width: 700px) {
  .hero-container-image {
    height: 250px;
  }
}

@media (max-width: 400px) {
  .hero-container-image {
    height: 200px;
  }
}

.hero-container-image .hero-content {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  top: 75px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 0%;
}

@media only screen and (min-width: 960px) {
  .hero-container-image .hero-content-image {
    background-image: url("../images/image_1920.png");
  }
}

@media only screen and (max-width: 960px) {
  .hero-container-image .hero-content-image {
    background-image: url("../images/image_960.png");
  }
}

@media only screen and (max-width: 480px) {
  .hero-container-image .hero-content-image {
    background-image: url("../images/image_480.png");
  }
}

/**
* Buy/Sell Links
*/

.button, .twickets-link-loader a {
  padding: 10px 21px 8px 24px;
  margin-left: 4px;
  margin-right: 4px;
  border: 2px solid: #fda593;
  border-radius: 100px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-family: "alternate-gothic-no-3-d";
}

.button:hover, .twickets-link-loader a:hover {
  border: 2px solid white;
  text-decoration: none;
}

#buy_button, #sell_button {
  margin-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
}

.col-2-table .ticket-row, .twickets-link-loader .ticket-row {
  color: black;
}

.col-2-table .ticket-row .event-name, .twickets-link-loader .ticket-row .event-name {
  font-size: 17px;
}

.col-2-table tr, .twickets-link-loader tr {
  border-bottom: 2px white solid;
}

.col-2-table span, .twickets-link-loader span {
  font-size: 17px;
}

.col-2-table td, .twickets-link-loader td {
  background: #1E232A;
  color: white;
  padding: 20px;
  vertical-align: middle;
}

.col-2-table a {
  text-decoration: none;
  color: white;
}

.col-2-table a:hover {
  color: #1E232A;
}

.col-2-table a:visited {
  color: white;
}

.col-2-table a:visited:hover {
  color: #1E232A;
}

/** 
* Figure
*/

.figure-container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 10% 0 0 0;
}

.figure-container img {
  margin: 0 0 0 20px;
}

/*
* Fonts
*/

@font-face {
  font-family: 'alternate-gothic-no-3-d';
  src: url("../fonts/AlternateGotNo3DOT.otf");
  font-weight: normal;
  font-style: normal;
}

/*# sourceMappingURL=main.css.map */

.works {
  text-align: center;
}

.spotify {
  text-align: center;
  padding-top: 4%;
}

.facebook-video {
  padding-top: 10%;
}

#short {
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 1%;
  width: 85%;
}

.venue-theatre {
  padding: 2%;
  color: white;
  font-size: 40px;
}

.artist-logo {
  width: 0px;
  height: 0px;
  background-color: black;
  opacity: 0.8;
  margin-top: -100px;
}

#works-button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 5px;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 20px;
  font: #f9ec10;
}

@media only screen and (max-width: 720px) {
  .artist-logo {
    height: 35px;
    width: 250px;
  }
  .venue-theatre {
    font-size: 18px;
  }
}

#long {
  ;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 1.5%;
  width: 85%;
  visibility: none;
}

#see-more {
  background: none;
  border: none;
}

#see-less {
  background: none;
  border: none;
}

.idea-container {
  text-align: right;
}

.idea {
  width: 140px;
  margin-top: -19%;
  margin-bottom: -17%;
  margin-right: 0%;
  padding-bottom: 40px;
}

#long {
  width: 85%%;
  font-size: 16px;
}

#short {
  width: 83%;
  font-size: 16px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
  .idea {
    width: 100px;
    margin-top: -20%;
    margin-bottom: -15%;
    margin-right: -4%;
    padding-bottom: 0px;
  }
  #long {
    padding-top: 2%;
    width: 100%;
  }
  #short {
    padding-top: 2%;
    width: 100%;
  }
}

@media only screen and (min-width: 581px) and (max-width: 900px) {
  .idea {
    width: 140px;
    margin-top: -20%;
    margin-bottom: -17%;
    margin-right: 0%;
    padding-bottom: 0px;
  }
  #long {
    padding-top: 2.5%;
    padding-bottom: 2%;
  }
  #short {
    padding-top: 2.5%;
    padding-bottom: 2%;
  }
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
  .idea {
    width: 220px;
    margin-top: -19%;
    margin-bottom: -17%;
    margin-right: 0%;
    padding-bottom: 0px;
  }
  #long {
    padding-top: 0%;
    ;
  }
  #short {
    padding-top: 0%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 2000px) {
  .idea {
    width: 220px;
    margin-top: -19%;
    margin-bottom: -17%;
    margin-right: 0%;
    padding-bottom: 0px;
  }
  #long {
    padding-top: 0%;
    ;
  }
  #short {
    padding-top: 0%;
  }
}

#no-events {
  padding: 2%;
}