/*
	Theme Name: Rocco's Birthday 2018 Custom WordPress Theme
	Theme URI: http://www.guidomediaservices.com
	Description: Custom Genesis Child Theme Created For Rocco
	Author: Guido Media
	Author URI: http://www.guidomediaservices.com
	Version: 1.0.0
 
	Template: genesis
	Template Version: 2.0.0
*/


/* HTML5 Reset ---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing --------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing --------------------------------------------- */
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Typographical Elements --------------------------------------------- */
html {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center -450px;
	background-color: #71a20b;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.home .featured-content img,
.button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}
a {
	color: #ffb500;
	text-decoration: none;
}
::-moz-selection {	
	background-color: #000;
	color: #fff;
}
::selection {	
	background-color: #000;
	color: #fff;
}

/* Headings --------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Permanent Marker', 'Open Sans', Arial, sans-serif;
	margin: 0;
	font-weight: normal;
}
h1 {
	font-size: 60px;
	line-height: 70px;
}
h2 {
	font-size: 45px;
	line-height: 55px;
}

/* Forms --------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border-radius: 4px;
	border: 4px solid #ffb500;
	color: #000;
	font-size: 16px;
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
}
input,
select {
	height: 55px;
	line-height: 55px;
}

textarea {
	height: 155px;
	line-height: 25px;
	padding-top: 20px;
}
input:focus,
textarea:focus {
	border: 4px solid #ff0d1d;
	outline: none;
}
body div.gform_wrapper .top_label .gfield_label {
	font-size: 22px;
	font-weight: bold;
}
div.gform_wrapper .gfield_radio li input[type="radio"] {
	display: none;
}
div.gform_wrapper input[type="radio"]+ label {
	display: inline-block;
	height: auto;
	min-height: 28px;
	padding-left: 36px;
	background-image: url(images/sprite-checkbox.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	vertical-align: inherit; 
	white-space: normal;
	overflow: visible;
}
div.gform_wrapper input[type="radio"]:checked + label {
	background-position: left -220px;
}
div.gform_wrapper input[type="radio"] + label,
div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
	font-size: 18px;
	font-weight: normal;
}
::-moz-placeholder {
	color: #999;
}
::-webkit-input-placeholder {
	color: #999;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #ff0d1d;
	border-radius: 3px;
	border: solid 4px #ff0d1d;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	line-height: 42px;
	height: 50px;
	width: 100%;
	padding: 0;
	opacity: 1.0;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: transparent;
	color: #ff0d1d;
}
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 18px;
}
div.gform_wrapper .ginput_complex label {
	padding: 0;
}
div.gform_wrapper .top_label .gfield_label {
	font-weight: normal;
}
div.gform_wrapper ul {
	margin: 0;
	padding: 0;
}
div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 18px 0 0 0;
	list-style-type: none;
	display: block;
	text-align: left;
}
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 22px;
	font-family: 'Permanent Marker', 'Open Sans', Arial, sans-serif;
	margin-top: 40px;
	margin-bottom: 40px;
}
div.gform_wrapper {
	max-width: 100%;
}
.gform_wrapper .top_label table.gfield_list,
div.gform_wrapper textarea,
div.gform_wrapper .gfield_list td.gfield_list_cell input {
	width: 100% !important;
}
div.gform_wrapper table.gfield_list td.gfield_list_cell {
	width: 100% !important;
}
div.gform_wrapper table.gfield_list tr td.gfield_list_icons, 
div.gform_wrapper table.gfield_list tr td:last-child {
	min-width: 75px !important;
}
div.gform_wrapper div.validation_error {
	border: none;
	background-color: #ff0d1d;
	color: #fff;
	border-radius: 5px;
	padding: 2%;
	width: 100%;
	text-align: center;
}
.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: solid 2px #ff0d1d;
	border-radius: 5px;
	width: 100%;
}

/* Site Containers --------------------------------------------- */
.site-container {
	height: 100%;
}
.site-inner,
.wrap {
	margin: 0 auto;
	width: 100%;
}
.site-inner {
	clear: both;
	background-color: rgba(0,0,0,0.25);
}
.home .site-inner {
	padding: 0;
}

/* Layout --------------------------------------------- */
.content {
	float: right;
	width: 740px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}
.full-width-content .content {
	width: 100%;
}

/* Home Page --------------------------------------------- */
#banner {
	height: 100vh;
	min-height: 900px;
}
#banner .wrap {
	background-image: url(images/hero.png);
	background-size: 650px auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 5vh;
	width: 90%;
	max-width: 650px;
	height: 100vh;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
}
#banner h1, 
#banner h2 {
	text-shadow: 5px 5px 5px black;
}
#content {
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	width: 90%;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
#content h3 {
	font-size: 42px;
	line-height: 52px;
}
#rsvp {
	text-align: center;
	width: 90%;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
#rsvp h4 {
	font-size: 42px;
	line-height: 52px;
}

/* Site Footer ---------------------------------------------------------------------------------------------------- */
.site-footer {
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.site-footer a {
	color: #fff;
}
.site-footer a:hover {
}


/* Media Queries ---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1780px) {
	body {
		background-size: 1800px auto;
	}
}
@media only screen and (max-width: 800px) {
	body {
		background-size: 1600px auto;
	}
	#banner {
		height: 650px;
		min-height: 350px;
	}
	#banner .wrap {
		background-size: 500px auto;
		height: 600px;
		min-height: 350px;
	}
	#banner h1 {
		font-size: 48px;
		line-height: 55px;
	}
	#banner h2 {
		font-size: 35px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 580px) {
	body {
		background-size: 1000px auto;
		background-position: center -150px;
	}
	#banner {
		height: 550px;
	}
	#banner .wrap {
		background-size: 400px auto;
		height: 500px;
	}
	#banner h1 {
		font-size: 38px;
		line-height: 45px;
	}
	#banner h2 {
		font-size: 25px;
		line-height: 30px;
	}
	#rsvp h4 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 480px) {
	body {
		background-size: 800px auto;
		background-position: center -80px;
	}
	#banner {
		height: 500px;
	}
	#banner .wrap {
		background-size: 300px auto;
		height: 450px;
	}
}

@media only screen and (max-width: 350px) {
	body {
		background-size: 700px auto;
		background-position: center -80px;
	}
	#banner {
		height: 450px;
	}
	#banner .wrap {
		background-size: 250px auto;
		height: 400px;
	}
}