/*
Theme Name:   Solid State
Theme URI: http://www.kristopherdesign.com
Description: Custom design for Solid State
Version: 0.1
Author: Kristopher Medina
Author URI: http://www.kristopherdesign.com/
*/


/******  Solid State Gray: #5377AD    **********/
/******  Solid State Gold: #EDB613    **********/


:root {
  --primary-color: #D0D2D1;
  --secondary-color: #EDB613;
}


body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
a {
	color: inherit;
}
a:hover {
	color: var(--secondary-color);
}

.bgimg {
	position: relative;
	opacity: 1;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	min-height: 700px;
	border-top: 4px solid #D0D2D1;
	border-bottom: 4px solid #D0D2D1;
}
#Menu {
	width: 100%;
	height: 148px;
	background-color: rgba(0, 0, 0, .7);
	position: fixed;
	z-index: 1000;
	border-bottom: 4px solid #ffffff;
}
.address-left {
	font-family: 'Comfortaa', sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 38px 10%;
	display: block;
	float: left;
}
.address-right {
	font-family: 'Comfortaa', sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 38px 10%;
	display: block;
	float: right;
}
#Menu.animated {
	background-color: rgba(0, 0, 0, 0.7);
}
ul.mainmenu {
	padding: 0;
	width: 80%;
	margin: 62px 10%;
	list-style: none;
}.mainmenu li {
	font-family: 'Audiowide', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	width: 20%;
	text-align: center;
	display: block;
	float: left;
}
.mainmenu li a {
	color: #fff;
	text-decoration: none;
}
.mainmenu li a:hover {
	color: var(--secondary-color);
}
#Mobilemenubut {
	background: url('images/mobile-menu-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 75px;
	height: 90px;
	margin-top: 12px;
	display: none;
}
.mobilemenu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	left: 0;
	height: auto;
	clear: both;
	background-image: url('images/mobile-menu-icon.gif');
	background-repeat: no-repeat;
}
#Mainlogo {
	z-index: 1500;
	width: 105px;
	height: 110px;
	background-image: url('images/Solid-State-Logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: fixed;
    top: 15px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}
#Mainlogo.animated {
	width: 76px;
	height: 115px;
	top: 12px;
}
.animateblock {
	-webkit-transition: all 0.55s linear;
	-moz-transition: all 0.55s linear;
	transition: all 0.55s linear;
}



.content {
	height: 100%;
}
.text {
	position: relative;
	padding: 50px 15% 80px 15%;
	margin: 0;
}
p {
	font-family: 'Comfortaa', sans-serif;
	font-size: 24px;
	line-height: 36px;
	text-align: left;
	color: #919599;
	margin: 0 0 40px 0;
}
h1 {
	font-family: 'Audiowide', sans-serif;
	letter-spacing: 3px;
	font-size: 60px;
	line-height: 65px;
	text-transform: uppercase;
	text-align: center;
	color: var(--primary-color);
	margin: 0 10% 40px 10%;
}
h2 {
	font-family: 'Comfortaa', sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	color: var(--primary-color);
	margin: 30px 10% 0 10%;
}
h3 {
	font-family: 'Comfortaa', sans-serif;
	font-size: 30px;
	line-height: 36px;
	text-align: left;
	color: var(--primary-color);
	margin: 20px 0px 10px 0px;
}
.caption {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	margin: auto;
	align-items:center;
	justify-content:center;
}
h1.overimage {
	color: #ffffff;
	margin: 0 20%;
	letter-spacing: 2px;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 1);
}




.location-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	gap: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}
.location {
  flex: 1;
  margin: 0 20px 0 0;
  padding: 0;
  min-width: 40%;
  position: relative;
 }
.map {
	height: 350px;
	margin: 20px 0 0 0;
	padding: 0;
	background: url('images/LocationMap.png') no-repeat 100% 0;
	background-size: cover;
	background-position: center;
	border: 4px solid #000000;
	border-radius: 10px;
 }




/******************************************************/
/**************		Events Flex Boxes *******************/
/******************************************************/


.event-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	gap: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}

.event-block {
  flex: 1;
  margin: 0;
  padding: 0;
  height: 400px;
  min-width: 33%;
  position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	outline: 4px solid #D0D2D1;
 }

.event-description {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.reveal-description {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.7);
}

@media (hover: hover) {
	.event-description:hover {
		opacity: 1;
		background-color: rgba(0, 0, 0, 0.7);
	}
}
/*
@media (hover: none) {
  .event-description:active {
		opacity: 1;
		background-color: rgba(0, 0, 0, 0.7);
	}
}
*/



.event-date {
	position: absolute;
	bottom: 0;
	height: 47px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.event-description h2 {
	color: white;
	margin: 0 15px;
}
.event-date h2 {
	color: white;
	margin: 10px 0 0 0;
}









.footer {
	width: 100%;
	background-color: #000000;
	border-top: 4px solid #D0D2D1;
	height: 30px;
	padding: 30px 0;
	margin: 0;
	float: left;
}
.footer p {
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	margin-top: 0px;
	text-align: center;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}
.footer a:hover {
	color: var(--secondary-color);
}


/************************************   Untappd Menu    *******************************/


#menu-container {
	width: 80%;
	margin: 10px 10%;
}
.ut-menu .menu-nav div.menu-list div.menu-list-item a {
	border-bottom: 0px;
}

.section-name {
	font-family: 'Comfortaa', cursive;
	font-size: 24px;
	line-height: 34px;
	text-align: left;
	color: #919599;
	margin: 40px 10% 20px 10%;
}
.item-description p{
	font-family: 'Comfortaa', cursive;
	font-size: 12px;
	line-height: 15px;
	}
.no-price {
	display: none;
}
.container-list p{
	font-size: 12px;
}




/* fix for iPad background images */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.bgimg {
		background-attachment: scroll;
	}

}


/************************************   GRAVITY FORMS PLUGIN    *******************************/


/***********************************     Sub Page Dropdown    **************************************/



form.subpages {
	margin-left: 15%;
	margin-right: 15%;
}


.gform_wrapper {
	margin-top: 40px;
	width: 100%;
	display: inline-block;
	font-family: 'Comfortaa', sans-serif;
}

.gform_button {
	font-family: 'Comfortaa', sans-serif;
	background-color: var(--primary-color);
	color: white;
	text-transform: uppercase;
	height: 30px;
	border-radius: 5px;
	padding-left: 12px;
	padding-right: 12px;
	margin: 0 auto;
}

/****  Form Title  *****/
h3.gform_title {
	margin-left: 0;
	margin-right: 0;
}

.gform_wrapper .gform_footer {
	margin-top: 25px;
	float: left;
	clear: both;
	width: 100%;
}
.gform_body .gform_fields {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	text-indent: 0;
}
.gform_body .gform_fields .gfield {
	margin: 25px 0 0 0;
	padding: 0;
	display: block;
	width: 100%;
	float: left;
	clear: both;
}

/* Labels */
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	font-size: 14px;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	clear: both;
}

/***********    Basic Input Containers    *************/
.gfield input {
	width: 100%;
	text-indent: 10px;
}
.gfield input[type=text], .gfield select, .gfield textarea {
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline-style: none;
	font-size: 14px;
	font-family: inherit;
	padding: 6px 0px 6px 0px;
	letter-spacing: normal;
	margin-top: 2px;
	margin-bottom: 3px;
}

/***************     Radio Buttons     *****************/

.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li {
	float: left;
	width: auto;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 14px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio] {
	float: left;
	text-indent: 0;
	width: auto;
	margin-top: 5px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio label {
	float: left;
	margin-left: 7px;
}


/************   Check Boxes   **************/

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li {
	float: left;
	width: auto;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 14px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox] {
	float: left;
	text-indent: 0;
	width: auto;
	margin-top: 5px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox label {
	float: left;
	margin-left: 7px;
}



/***********   DROP DOWN SELECT    *******************/
.gfield select {
	padding: 0;
	background-color: #fff;
	background-image: url('images/select-background.gif');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	overflow: hidden;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 8px;
    text-overflow: '';
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /*safari and chrome*/
    .gfield select {
        height: 30px;
    }

	/* Safari only override */
	::i-block-chrome, .gfield select {
		margin-top: 2px;
	}
}
.gfield select::-moz-focus-inner { /*Remove button padding in FF*/ 
    border: 0;
    padding: 0;
}
@-moz-document url-prefix() { /* targets Firefox only */
   .gfield select {
        padding: 3px 0!important;
        text-indent: 5px;
    }
}        
@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */        
    .gfield select {
        height:30px;
        line-height:30px;
    }     
}



/***************   TEXT AREAS    *************************/

.gfield textarea {
	width: 100%;
	resize:vertical;
}



/***************  Complex Fields - First and Last name  *******************/

.gform_fields .gfield .ginput_complex .name_first {
	width: 47%;
	float: left;
	clear: both;
}
.gform_fields .gfield .ginput_complex .name_last {
	width: 47%;
	float: right;
}


.gform_fields .gfield .ginput_complex label {
	text-transform: uppercase;
	color: #aaa;
	font-size: 12px;
	margin: 0;
}



form.gf_pinballnyc h2.gsection_title {
	font-family: 'TeXGyreAdventor', Century Gothic, 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #BE1E2D;
	text-transform: uppercase;
	word-spacing: .2em;
}
form.gf_pinballnyc li.gsection {						/*   SECTION HEADS  */
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #BE1E2D;
	border-bottom: none;
	margin: 40px 0 0 0;
}



												/*    Small Input Field Labels    */

form.gf_pinballnyc li.gfield div.ginput_container label {
	font-weight: normal;
	color: #aaa;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}



/********************************
***                           ***
***    Medium Width Devices   ***
***                           ***
*********************************/

@media (min-width:701px) and (max-width:900px) {

	.threecol {
		width: 80%;
		float: none;
		margin-right: 10%;
	}
	.citylogo {
		height: 200px;
	}
	.map {
		height: 300px;
	}
	#Riddle {
		left: 5%;
		width: 90%;
	}


}


/********************************
***                           ***
***    SMALL Width Devices   ***
***                           ***
*********************************

@media (max-width:700px) {

	.bgimg {
		background-attachment: scroll;
	}
	#Mainlogo {
		width: 75px;
		height: 79px;
		top: 12px;
	}
	#Menu {
		background-color: rgba(0, 0, 0, 0.8);
		height: 110px;
	}
	.mainmenu {
		display: none;
	}
	#Mobilemenubut {
		display: block;
	}
	.mobilemenu li {
		font-family: 'Advent Pro', sans-serif;
		font-size: 18px;
		text-transform: uppercase;
		color: #fff;
	}
	ul.mobilemenu li a{
		color: #a4a4a4;
		text-transform: uppercase;
		font-size: 16px;
		padding: 15px 15px 15px 35px;
		display: block;
		width: 100%;
		background-color: #000;
		border-top: 1px solid #a4a4a4;
		text-decoration: none;
	}
	ul.mobilemenu li a:hover, ul.mobilemenu a:hover {
		color: #FFFFFF;
		background-color: #333;
	}
	ul.mobilemenu li a.active {
		color: #fff;
	}

	h1 {
		font-size: 35px;
		line-height: 45px;
	}
	p {
		font-size: 20px;
		line-height: 30px;
	}
	.threecol {
		width: 80%;
		float: none;
		margin-right: 10%;
	}
	.citylogo {
		height: 200px;
	}
	.map {
		height: 200px;
	}
	.footer p {
		float: none;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.socialmediablock {
		margin: 0 auto;
		width: 200px;
	}
}
*/

