/* blank */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark

Main CSS style
v1
Last updated: 2017-04-30
Author: Shawn Barry, http:..boosterrocketmedia.com
*/
*
{
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  font-size: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/*Design CSS----------------------------------------------*/

/*Page containers----------------------------------------------*/
.container
{
  width:100%;
  margin: 0 auto;
}

.page-content
{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding: 0 3%;
}

.clear
{
  clear:both;
}

footer
{
  width:100%;
  background-color:#d7d7d7;
  padding:40px;
  text-align:center;
  margin-top:40px;
}

.kick-down
{
  display:block;
  margin-bottom:20px;
}

.video
{
  width:100%;
  background-color:black;
  color:white;
  text-transform:uppercase;
}

.video h2
{
  padding:10px;
}
/*end containers-------------------------------------------------*/

/*Typography styles--------------------------------------------*/

h1
{
  font-size:1.25rem;
  line-height:1.5rem;
  text-transform:uppercase;
  color:#a52e31;
  font-weight:400;
  margin-bottom:5px;
}

h2
{
  font-size:1.1rem;
  line-height:1.4rem;
  font-weight: 400;
}

h3
{
  font-weight:400;
  font-size:1rem;
  line-height:1.25rem;
}

h6{
  font-weight: 300;
  color:white;
  padding: 5px 20px 0 20px;
  line-height:1.25rem;
}

p
{
  color:#363636;
  font-size:.9rem;
  line-height:1.25rem;
  margin-bottom:1rem;
}

a
{
  text-decoration:none;
  color:black;
  font-weight:600;
}
/*end typography*/

/*Nav menu-----------------------------------------------------------------*/
nav
{
  margin: 20px 0;
  text-align: center;
  display:none;
  background-color:#d7d7d7;
  padding:20px 0;
}
nav li {
  padding: 6px 8px;
}
nav li a
{
  text-decoration: none;
  font-size:1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  color: black;
}

nav span
{
  padding-left:6px;
}

#show-hide-menu
{
  display: block;
}

button
{
  border:0;
  text-transform:uppercase;
  margin:0 auto;
  background-color: inherit;
  border-radius:8px;
}
/*end menu-----------------------------------------------------------------*/

/*Header--------------------------------------------------------------*/
.header-image
{
  width:100%;
}

.desktop-header
{
  display:none;
}
/*end Header CSS--------------------------------------------------------------*/

/*Home Page and List pages CSS-----------------------------------------------------------------*/
.home-page-thumb
{
  background-color:#000000;
  width: 100%;
  padding-bottom:20px;
  margin:20px 0;
}

.home-page-thumb img
{
  width:100%;
  margin-bottom:10px;
}

.home-page-thumb h2,
.home-page-thumb h3,
.home-page-thumb p
{
  padding:0 20px;
}

.home-page-thumb h3
{
  text-transform:uppercase;
  color:#d89429;
}

.home-page-thumb h2
{
  text-transform:uppercase;
  color:#ffffff;
}

.upcoming
{
  font-weight:600;
  text-transform:uppercase;
  color:yellow;
}

.current
{
  font-weight:600;
  text-transform:uppercase;
  color:green;
}

.past
{
  font-weight:600;
  text-transform:uppercase;
  color:#ffffff;
}

.summary{
  color:#ffffff;
}

#mc_embed_signup
{
  background-color:#f6e67b;
  margin:40px 0;
}
#mc_embed_signup h2
{
  color:black;
}
.mc-field-group
{
padding-bottom:1% !important;
}

.slider a img
{
  width:100%;
}

/*end Home Page CSS-----------------------------------------------------------------*/



/*--- Form styling --------------------------------------------------------- */

.InputfieldForm {
	width: 100%;
	margin: 0 auto;
}

.Inputfields, .Inputfields li {
	list-style: none;
	margin: 0.5rem 0;
	padding: 0;
	line-height: 1.1;
}

.Inputfields li label {
	font-size: 1rem;
	/* text-transform: uppercase; */
	font-family: var(--formFont);
	/* letter-spacing: 0.2rem; */
	/*font-weight: bold;*/
	margin-bottom: 0.25rem;
}

.InputfieldFileUpload {
	border: 1px solid rgb(194, 194, 194);
    padding: 0.5rem;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.InputfieldContent {
	margin: 0.5rem 0 1rem;
}

select,
input[type="text"],
input[type="email"],
textarea {
	font-family: var(--formFont);
  	border: 1px solid #c4c4c4;
  	border-radius: 0.25rem;
  	padding: 1rem;
  	width: 100%;
  	color: var(--formTextColor);
  	outline: medium none;
  	box-sizing: border-box;
  	font-size: 1rem;
}
select {
	background-color: var(--backColor);
}

.toggle-icon {
	display: none;
}

.ui-state-error {
	font-family: var(--formFont);
	font-weight: 400;
	font-size: 0.85rem;
	color: red;
}

#Inputfield_submit {
	border: none;
	padding: .5rem 1rem;
	background-color: #d89429;
	color: var(--menuBkgColor);
	text-transform: uppercase;
	font-family: var(--hdgFont);
	font-weight: 400;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    var(--formPlaceHolderColor);
	font-size: 1rem;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    var(--formPlaceHolderColor);
	opacity:  1;
	font-size: 1rem;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    var(--formPlaceHolderColor);
	opacity:  1;
	font-size: 1rem;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    var(--formPlaceHolderColor);
	font-size: 1rem;
}

/*about page css---------------------------------------------------------------------*/

.profiles
{
  width:100%;
  text-align:center;
  margin:0 auto;
}

.profiles img
{
  width:100%;
}

.profile img
{
  width:100%;
  margin:0 auto;
}

.profile p
{
  width:100%;
}


/*Event Page CSS---------------------------------------------------------------------*/
.eventpage
{
  width:100%;
}

a.button
{
  background-color:#d89429;
  padding:10px;
  margin:20px 0;
  display:inline-block;
  border-radius:8px;
}

.sponsor img
{
  width:100%;
  display:block;
  padding: 10px 0;
}

a.artists
{
  padding-right:20px;
}

/*Gallery CSS-------------------------------------------------------------------------*/

.gallery {
	font-size: 0;
	display: flex;
	flex-flow: row wrap;
}
.thumb {
  min-height: 100px;
	display: inline-block;
	background-size: cover;
	background-position: center;
}

a.thumb.swipebox {
flex-grow: 0;
flex-shrink: 0;
flex-basis: calc(99.9% * 1/3 - (3px - 3px * 1/2));
width: calc(99.9% * 1/3 - (3px - 3px * 1/2));
height: calc(99.9% * 1/3 - (3px - 3px * 1/2));
border: 1px solid #fff;
}

/*Responsive CSS--------------------------------------------------------------------*/
@media only screen and (min-width: 769px)
{
  .home-page-thumb
  {
    background-color:#000000;
    width: 31.5%;
  }

  #show-hide-menu {
      display: none;
  }

  nav
  {
    margin: 10px 0;
    text-align: right;
    display:block;
    background-color:inherit;
  }
  nav li {
    display: inline-block;
    padding: 8px;
  }
  nav li a
  {
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    color: black;
  }

  nav span
  {
    padding-left:6px;
  }

  h1
  {
    font-size:2rem;
    line-height:2.5rem;
    font-weight:400;
  }

  h2
  {
    font-size:1.5rem;
    line-height:2rem;
    font-weight: 400;
  }

  h3
  {
    font-weight:400;
    font-size:1rem;
    line-height:1.5rem;
  }

  p
  {
    font-size:1rem;
    line-height:1.5rem;
  }

  .profiles
  {
    width:22%;
    float:left;
    margin: 10px 1%;
    height:300px;
  }

  .profile img
  {
    width:32%;
    margin-left:34%;
  }

  .profile p
  {
    width:50%;
    margin: 0 auto 1rem;
  }

  .profile h1
  {
    text-align:center;
  }

  .flex
  {
    display:flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }

  .mobile-header
  {
    display:none;
  }

  .desktop-header
  {
    display:block;
  }

  .sponsor img
  {
    width:20%;
  }

  a.thumb.swipebox {
		flex-basis: calc(99.9% * 1/4 - (5px - 5px * 1/4));
		width: calc(99.9% * 1/4 - (5px - 5px * 1/4));
		height: calc(99.9% * 1/4 - (5px - 5px * 1/4));
	}

}

@media only screen and (min-width: 1024px) {
	.thumb { min-height: 200px; }
	a.thumb.swipebox {
		flex-basis: calc(99.9% * 1/5 - (5px - 5px * 1/4));
		width: calc(99.9% * 1/5 - (5px - 5px * 1/4));
		height: calc(99.9% * 1/5 - (5px - 5px * 1/4));
	}
}
