/* universal settings */
* {
  font-family: "Varela Round", sans-serif;
  margin: auto;
  
}

/* default link */

/* container settings */

.container {
  max-width: 1000px;
  margin: 0 auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  font-size: 16px;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

a {
	
  background: none;
  color: #cd0001;
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 250ms cubic-bezier(0.42, 0, 1, 1);
}

a:hover {
  color: #ffcd01;
  background: none;
}

.searchbox{
  width:80%;
  height:50px;
  margin-bottom:1%;
  margin-top:1%;
  margin-left:7%;

    }

.nobull {
  list-style-type: none;
 }

/* styled links */
.artiststyled {
  display: inline-block;
  color: white;
  background-color: #076543;
  padding: 10px 10px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 4px;
}

.artiststyled:hover {
  background-color: #009A49;
  color: black;
}

.artistblobstyled {
  display: inline-block;
  color: white;
  background-color: #076543;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 4px;
}

.artistblobstyled:hover {
  background-color: #009A49;
  color: black;
}

.albumstyled {
  display: inline-block;
  color: white;
  background-color: #517895;
  padding: 10px 10px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 4px;
}

.albumstyled:hover {
  background-color: #C6D3DD;
  color: black;
}

.eventdatestyled {
  background-color: orange;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 250ms cubic-bezier(0.42, 0, 1, 1);
  box-sizing: border-box;
  border-radius: 4px;
}

.eventdatestyled:hover {
  background-color: #ffcd01;
  color: black;
}
.artistnamesstyled {
  text-align: left;
  color: #076543;
  font-size: 1.4em;
  }
.artistnamesstyled:hover {
  color: #009A49;
} 
.albumnamesstyled {
  text-align: left;
  color: #517895;
  font-size: 1.4em;
  }
.albumnamesstyled:hover {
  color: #C6D3DD;
} 
.venuenamesstyled {
  text-align: left;
  color: #b11e1a;
  font-size: 1.4em;
  }
.venuenamesstyled:hover {
  color: orange;
} 
.festivalnamesstyled {
  text-align: left;
  color: #da2778;
  font-size: 1.4em;
  }
.festivalnamesstyled:hover {
  color: ec93bb;
} 
.studionamesstyled {
  text-align: left;
  color: #7267AC;
  font-size: 1.4em;
  }
.studionamesstyled:hover {
  color: #CAC5EA;
} 
.eventnamesstyled {
  text-align: left;
  color: orange;
  font-size: 1.4em;
  }
.eventnamesstyled:hover {
  color: #ffcd01;
} 
.eventnamessmallstyled {
  text-align: left;
  color: orange;
  }
.eventnamessmallstyled:hover {
  color: #ffcd01;
} 
.festivalnamessmallstyled {
  text-align: left;
  color: #da2778;
  }
.festivalnamessmallstyled:hover {
  color: #ec93bb;
} 
.gignamesstyled {
  text-align: left;
  color: #192987;
  font-size: 1.4em;
  }
.gignamesstyled:hover {
  color: lightblue;
} 

.gigdatesstyled {
  background-color: #192987;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 250ms cubic-bezier(0.42, 0, 1, 1);
  box-sizing: border-box;
  border-radius: 4px;
}

.gigdatesstyled:hover {
  background: lightblue;
  color: black;
}

.venuestyled {
  background-color: #b11e1a;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 250ms cubic-bezier(0.42, 0, 1, 1);
  box-sizing: border-box;
  border-radius: 4px;
}

.venuestyled:hover {
  background: orange;
  color: black;
}

.festivalstyled {
  background-color: #da2778;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 250ms cubic-bezier(0.42, 0, 1, 1);
  box-sizing: border-box;
  border-radius: 4px;
}

.festivalstyled:hover {
  background: #ec93bb;
  color: black;
}

.studiostyled {
  background-color: #7267AC;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 250ms cubic-bezier(0.42, 0, 1, 1);
  box-sizing: border-box;
  border-radius: 4px;
}

.studiostyled:hover {
  background: #CAC5EA;
  color: black;
}

.publicationstyled {
  display: inline-block;
  color: white;
  background-color: #000000;
  padding: 10px 10px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 4px;
}

.publicationstyled:hover {
  background-color: #bfbfbf;
  color: black;
}

/* Styled buttons */

.bc-button {
    text-decoration: none;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
    text-align: center;
    position: relative;
    vertical-align: middle;
}

.hidden {
	
	display: none;
	
}

.gigbox {
  border: 2px solid #FFCD01;
  border-radius: 12px;
  padding: 10px;
  position: center
}

.gigboxblue {
  border: 2px solid #192987;
  border-radius: 12px;
  padding: 10px;
  position: center
}

.gigboxfestival {
  border: 2px solid #da2778;
  border-radius: 12px;
  padding: 10px;
  position: center
}

.artistbox {
  border: 2px solid #076543;
  border-radius: 12px;
  padding: 10px;
}

.albumbox {
  border: 2px solid #517895;
  border-radius: 12px;
  padding: 10px;
}

.venuebox {
  border: 2px solid #B11E1A;
  border-radius: 12px;
  padding: 10px;
}

.studiobox {
  border: 2px solid #7267AC;
  border-radius: 12px;
  padding: 10px;
}

.publicationbox {
  border: 2px solid #000000;
  border-radius: 12px;
  padding: 10px;
}

button[type=submit] {
  display: inline-block;
  color: black;
  background-color: #e6e4df;
  transition: all 250ms cubic-bezier(0.42, 0, 1, 1);
  padding: 10px 32px 10px;
  border-radius: 4px;
  border: none;

}

button[type=submit]:hover {
  
  background-color: #f2f2f0;
}	

.activebutton button[type=submit] {
  background-color: #6fa6e3;
}	

button[type=play] {
  border: none;
  padding: 0;
  background: none;
  color: #cd0001;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 250ms cubic-bezier(0.42, 0, 1, 1);

}

button[type=play]:hover {
  
  color: #ffcd01;
  border: none;
  padding: 0;
  background: none;
  
}	

.activebutton button[type=play] {
  
  border: none;
  padding: 0;
  background: none;
}	

.form-inlineactive button {
  display: inline-block;
  color: white;
  background-color: dodgerblue;
  transition: all 250ms cubic-bezier(0.42, 0, 1, 1);
  padding: 10px 32px 10px;
  border-radius: 4px;
  border: none;
}

.form-inlineactive button:hover {
  background-color: royalblue;
}


/* header  settings */

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.padding {
  padding: 20px 25px 70px 25px;
}

.nopadding {
  padding: 0;
}


* html,
body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -35px;
}
.page-wrap:after {
  content: "";
  display: block;
}
.footer,
.page-wrap:after {
  height: 35px;
}
.footer {
  background: #b11e1a;
  display: inline-block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.spacer {
  width: 100%;
  height: 120px;
}

@charset "UTF-8";
.navigation {
  height: 70px;
  background: #ffcd01;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #076543;
  text-decoration: none;
}

.nav-container {
  max-width: 1450px;
  margin: 0 auto;
}
		
nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  background: #f9f9f9;
  padding: 0 15px;  
  line-height: 70px;
  color: #000000;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #a9a9a9;
  color: black;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 15px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #192987;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 820px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  background: none;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}


article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

/* responsive textareas */

.responsivetextarea {
  max-width: 600px;
  margin: 0px auto;
  margin-top: 50px;
}
.comment {
  float: left;
  width: 80%;
  height: auto;
}
.commenter {
  float: left;
}
.commenter img {
  width: 35px;
  height: 35px;
}
.comment-text-area {
  float: left;
  width: 100%;
  height: auto;
}

.textinput {
  float: left;
  width: 100%;
  min-height: 175px;
  outline: none;
  resize: none;
  border: 1px solid grey;
}

  /* Formatting artist search box */
    .search-box{
        width: 300px;
        position: relative;
        display: inline-block;
        font-size: 14px;
    }
    .search-box input[type="text"]{
        height: 32px;
        padding: 5px 10px;
        border: 1px solid #CCCCCC;
        font-size: 14px;
    }
    .result{
        position: absolute;        
        z-index: 999;
        top: 100%;
        left: 0;
		background: #ffffff;
    }
    .search-box input[type="text"], .result{
        width: 100%;
        box-sizing: border-box;
    }
    /* Formatting result items */
    .result p{
        margin: 0;
        padding: 7px 10px;
        border: 1px solid #CCCCCC;
        border-top: none;
        cursor: pointer;
		background: #ffffff;
    }
    .result p:hover{
        background: #f2f2f2;
    }
	
	
	 /* Formatting venue search box */
    .search-boxvenue{
        width: 300px;
        position: relative;
        display: inline-block;
        font-size: 14px;
    }
    .search-boxvenue input[type="text"]{
        height: 32px;
        padding: 5px 10px;
        border: 1px solid #CCCCCC;
        font-size: 14px;
    }
    .venueresult{
        position: absolute;        
        z-index: 998;
        top: 100%;
        left: 0;
		background: #ffffff;
    }
    .search-boxvenue input[type="text"], .result{
        width: 100%;
        box-sizing: border-box;
    }
    /* Formatting result items */
    .venueresult p{
        margin: 0;
        padding: 7px 10px;
        border: 1px solid #CCCCCC;
        border-top: none;
        cursor: pointer;
		background: #ffffff;
    }
    .venueresult p:hover{
        background: #f2f2f2;
    }

	 /* Formatting inline form class */

* {box-sizing: border-box;}

.form-inline {  
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline label {
  margin: 5px 10px 5px 0;
}

.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-inline button {
  padding: 10px 20px;
  background-color: dodgerblue;
  border: 1px solid #ddd;
  color: white;
  cursor: pointer;
}

.form-inline button:hover {
  background-color: royalblue;
}

@media (max-width: 500px) {
  .form-inline input {
    margin: 10px 0;
  }
  
  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #ffffff;
  overflow: auto;
  white-space: nowrap;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ffcd01;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #cd0001;
  color: #ffffff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}