/*
Theme Name: 'The Fire Buyer'
Theme URI: http://thefirebuyer.com
Description: 'The Fire Buyer By flip9'
Author: 'Brandon Bolin'
Author URI: 'http://flip-9.com'
Version: 1.0
*/





/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}






body {
	background: url(img/background.jpg) no-repeat;
	width: 100%;
	background-size: cover;
	font-family: 'Alegreya Sans', 'helvetica neue', arial, sans-serif;
	padding-top: 40px;
	padding-bottom: 40px;
}

.wrapper {
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
}

h1 {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: url(img/logo.png) no-repeat;
	width: 791px;
	height: 301px;
	margin: 0 auto -130px auto;
	z-index: 100;
	position: relative;
}

h1 a {
	display: block;
	height: 100%;
}

.feature {
	background: url(img/slide.jpg) no-repeat;
	width: 951px;
	height: 300px;
	color: #fff;
	z-index: 10;
	position: relative;
	text-align: center;
	font-size: 28px;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 300;
}

.feature p {
	width: 50%;
	margin: 0 auto;
	padding-top: 153px;
	line-height: 1.3;
}

.slider {
	margin: 0 auto;
	display: block;
	width: 600px;
}

nav {
	background: url(img/nav_bg.jpg) no-repeat;
	width: 942px;
	height: 38px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

nav > ul > li {
	padding-left: 40px;
	display: inline-block;
	position: relative;
	font-size: 20px;
	cursor: pointer;
	padding-bottom: 10px;
}

nav ul li:first-child {
	padding-left: 0;
}

nav a {
	color: #474747;
	text-decoration: none;
	font-size: 20px;
}

nav a:hover {
	color: #bc190e;
}

nav ul ul {
	position: absolute;
	top: 26px;
	display: none;
	background: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.23);
	width: 230px;
}

nav ul li:hover > ul {
	display: block;
}

nav ul li li {
	padding: 4px 13px;
	display: block;
	text-align: center;
	border-top: 1px solid #e8e8e8;
}

nav li li a {
	font-size: 16px;
}

section {
	background: #fff;
	border-left: 3px solid #bc190e;
	border-right: 3px solid #bc190e;
}

article {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}

article div {
	width: 360px;
	line-height: 1.3;
	color: #202020;
}

h2{
	font-size: 25px;
	padding-bottom: 20px;
}

article p {
	padding-bottom: 20px;
	font-family: 'helvetica neue', arial, sans-serif;
	font-weight: lighter;
}

.left {
	float: left;
	padding-left: 80px;
}

.right {
	float: right;
	padding-right: 80px;
}

footer {
	background: #bc190e;
	padding: 4px 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    float: right;
    width: 65% !important;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #bbbbbb;
    font-size: 15px;
}

textarea#input_1_5.textarea.small {
	font-size: 15px;
}

.gform_wrapper .top_label .gfield_label {
	float: left;
	color: #878787;
	font-family: 'Alegreya Sans', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
}

body .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    border: 2px dashed #DDDDDD;
    color: #AAAAAA;
    margin-bottom: 10px;
    padding: 3px 25px;
    width: 310px;
    text-align: right;
}

#field_1_6 label,
#field_1_7 label {
	float: none;	
}

#gform_submit_button_1 {
	display: block;
	width: 100%;
	background: #d12033;
	border-radius: 5px;
	border: none;
	box-shadow: none;
	color: #fff;
	font-family: 'Alegreya Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding: 4px 0;
	cursor: pointer;
}

body .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
}

.center_content {
	margin: 0 auto;
	width: 80%;
	text-align: center;
}

.center_content table {
	margin: 0 auto;
}

.center_content table td {
	border: 2px solid #dedede;
	text-align: center;
	vertical-align: middle;
	padding: 10px 20px;
	font-size: 20px;
}

.center_content .product_list {
	margin-top: 35px;
}

.gform_body {padding-bottom: 30px;}
