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


/******  Silverball Cities Blue: #5377AD    **********/
/******  Silverball Cities Gold: #EDB613    **********/


:root {
  --primary-color: #5377AD;
  --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: 500px;
	border-top: 8px solid #D0D2D1;
	border-bottom: 8px solid #D0D2D1;
}
#Menu {
	width: 100%;
	height: 100px;
	background-color: rgba(0, 0, 0, .8);
	border-bottom: 8px solid #D0D2D1;
	position: fixed;
	z-index: 1000;
}
#Menu.animated {
	background-color: rgba(0, 0, 0, 1);
}
ul.mainmenu {
	padding: 0;
	width: 80%;
	margin: 40px 10%;
	list-style: none;
}
.mainmenu li {
	font-family: 'Advent Pro', 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.gif') no-repeat 100% 0;
	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: 130px;
	height: 197px;
	background-image: url('images/silverballcities-logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: fixed;
    top: 18px;
    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;
}



/*		Cities Flex Boxes */

.cities-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding: 0 15%;
	margin: 0;
}

.city-block {
  padding: 15px;
  width: 300px;
  height: 500px;
  margin-top: 10px;
}

.city-block p {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
.citylogo {
	width: 100%;
	height: 160px;
	display: block;
	margin: 30px 0 20px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.footer {
	width: 100%;
	background-color: #000000;
	border-top: 8px solid #D0D2D1;
	height: 50px;
	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);
}
h1 {
	font-family: 'Bangers', sans-serif;
	letter-spacing: 3px;
	font-size: 65px;
	line-height: 65px;
	text-transform: uppercase;
	text-align: center;
	color: var(--primary-color);
	margin: 0 10%;
}
h2 {
	font-family: 'Advent Pro', sans-serif;
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
	text-align: center;
	color: var(--primary-color);
	margin: 30px 10% 0 10%;
}
h3 {
	font-family: 'Comfortaa', cursive;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #919599;
	margin: 5px 10% 20px 10%;
}
.caption {
	position: absolute;
	left: 0;
	top: 45%;
	width: 100%;
	text-align: center;
}
h1.overimage {
	color: #ffffff;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 1);
}
p {
	font-family: 'Comfortaa', cursive;
	font-size: 24px;
	line-height: 36px;
	text-align: left;
	color: #919599;
	margin-top: 40px;
}



/* 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;
}
div.g-recaptcha {
	margin: 30px 0 20px 15%;
	display: block;
}



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;
}





