/*
 Theme Name:   GeneratePress Child
 Description:  GeneratePress Child Theme
 Author:       Nate Bennett
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, page builder
 Text Domain:  generatepress-child
*/

body.page.page-id-234 {
  background-image: url(http://yellowcardrock.com/wp-content/uploads/2016/06/yellowcardwebbackground-1.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.inside-navigation {
  border-top: 2px solid #fff;
  padding-top: 20px;
}

.site-logo {
  max-width: 80% !important;
}

body#fanwall .inside-header {
	text-align:center;
}

body#fanwall {
	background:#494441 url(http://yellowcardrock.com/wp-content/uploads/2016/10/brickfoot.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
    
	background-position:center bottom;
	min-height: 100%;
	height: 100%;
	-webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
   	
}


body#fanwall h1 {
	font-family:"Raleway", sans-serif!important;
	font-weight:200;
	color:#f2f2f2;
}
.farewell_block {
	color:#fff;
}

.farewell_footer {
	
}

.clear {clear:both;}

.col-md-12, .row {
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:100%;
}

.align-center {
text-align: center;
}

.wpuf-label {
display: none;
}

.wpuf-form-add,
.wpuf-form li {
text-align: center;
}

ul.wpuf-form li .wpuf-fields {
float: none;
width: 100%;
text-align: left;
padding-left:10px;
font-family:"Raleway", sans-serif!important;
font-weight:200;
outline:none;
}

.wpuf-form-add input[type="text"],
.wpuf-form-add textarea,
ul.wpuf-form li .wpuf-fields textarea {
width: 100%;
text-align: left;
padding-top: 10px !important;
padding-bottom: 10px !important;
outline:none;
font-family:"Raleway", sans-serif!important;
font-weight:200;

}

ul.wpuf-form li .wpuf-fields a.file-selector {
    padding: 0px 12px 10px 12px;
    height: 30px;
    line-height: 30px;
    text-transform:uppercase;
    font-weight:normal;
    font-family:"Raleway", sans-serif!important;
    letter-spacing:2px;
    border: 0px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #333;
    background-image: none;
    -webkit-box-shadow: inset 0 0px 0 rgba(120, 200, 230, 0.5);
    box-shadow: inset 0 0px 0 rgba(120, 200, 230, 0.5);
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.1);
}

ul.wpuf-form li .wpuf-fields a.file-selector:hover, ul.wpuf-form li .wpuf-fields a.file-selector:focus, ul.wpuf-form li .wpuf-fields a.file-selector:active {
   background: #000;
}

ul.wpuf-form .wpuf-submit input[type=submit] {
    font-size: 22px;
    padding: 5px 15px;
    text-transform:uppercase;
    font-weight:normal;
    border: 0px solid #ccc;
    margin-top: -15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #333;
    background-image: none;
  font-family:"Raleway", sans-serif!important;
   letter-spacing:2px;
    float: left;
    margin-left: 10px;
    -webkit-box-shadow: inset 0 0px 0 rgba(120, 200, 230, 0.5);
    box-shadow: inset 0 0px 0 rgba(120, 200, 230, 0.5);
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.1);
}


ul.wpuf-form .wpuf-submit input[type=submit]:hover, ul.wpuf-form .wpuf-submit input[type=submit]:focus, ul.wpuf-form .wpuf-submit input[type=submit]:active {
	background:#000;
}

::-webkit-input-placeholder {
   color: #333;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}

:-ms-input-placeholder {  
   color: #333;  
}

.wpuf-file-warning {
display: none !important;
}

/* === FAREWELL GRID === */
.farewell_inner {
background: url(http://yellowcardrock.com/wp-content/uploads/2016/10/paperback.jpg);
background-repeat:repeat;
padding: 20px;
color: #000;
font-family: 'Rock Salt', cursive!important;
margin-bottom: 25px;
-webkit-box-shadow: 0px 10px 5px -6px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 10px 5px -6px rgba(0,0,0,0.31);
box-shadow: 0px 10px 5px -6px rgba(0,0,0,0.31);
}

.farewell_title {
color: #000;
font-size: 18px;
line-height: 1;
padding-bottom: 15px;
font-family: 'Rock Salt', cursive!important;


}

.farewell_inner img {
max-width: 100%;
height: auto;
margin-bottom: 20px;
}


.row {
    margin-right: 0px!important;
    margin-left: 0px!important;
}

#fanwall_password_form_wrap {
	color:#fff;
	font-family:"Raleway", sans-serif!important;
    	letter-spacing:2px;
	text-transform:uppercase;
}

#thankyou_content {
margin-top:100px;
}


@media only screen and (min-width:990px) {
    #fanwall_password_form_wrap {
	margin-top:40%;
	}
}

@media only screen and (max-width:992px) {
#thankyou_content {
margin-top:30px;
}
}

@media only screen and (max-width:480px) {
.farewell_block {
margin-bottom: 10px;
}
}

