/* 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;
}
/*
1. GENERAL
2. TYPOGRAPHY
3. HEADER
4. NAVIGATION
5. CONTENT
6. SIDEBAR
7. FOOTER
8. GLOBAL OBJECTS
9. TEMPLATE SPECIFIC
10. VENDOR SPECIFIC 
11. CSS MEDIA QUERIES
*/


/*
1. GENRAL
--------------------------------------------------------------
*/

body {
	color: #5e5e5e;
	font-size: 100%;
	font-family: Georgia, Times, serif;
	line-height: 1.3em;
	padding: 0;
}


.container {
	margin: 0 auto;
	position: relative;
	width: 900px;
}


/*
2. TYPOGRAPHY
--------------------------------------------------------------
*/
h1 {
	color:#762123;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 0 .25em;
	text-transform: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

h2 {
	color:#762123;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 .25em;
	text-transform: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

h3 {
	color:#762123;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 .25em;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
}

p {
	font-size: .875em;
	line-height: 1.4em;
	margin: 0 0 1em;
}

ul, ol {
	font-size: .875em;
	line-height: 1.4em;
	margin: 0 0 1em 24px;
}

ul {	
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li ul,
li ol {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {}

a:link,
a:active,
a:visited {
	color: #543c24;
	outline: 0;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
}

.post-navigation
{
	overflow: hidden;
}

.post-navigation a
{
	font-size: 90%;
}

.post-navigation a:link,
.post-navigation a:active,
.post-navigation a:visited,
h3 a:link,
h3 a:active,
h3 a:visited,
h5 a:link,
h5 a:active,
h5 a:visited {
	text-decoration: none;
}

.post-navigation a:hover,
h3 a:hover,
h5 a:hover {
	text-decoration: none;
}

img {
	border: none;
	max-width: 100%;
}

/*
3. HEADER
--------------------------------------------------------------
*/

.responsive-menu
{
	display: none;
}

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

#header-background {
	background:#762124;
}

#header {
	padding: 0px;
	height: 210px;
}

#header #logo {
	padding-top: 30px;
	float: left;
}

#header-contact-form {
	float:right;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #E3DBA6;
	border-left:1px solid #E3DBA6;
	border-bottom:1px solid white;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-box-shadow: 0 1px 2px 0 #000000;
	-webkit-box-shadow: 0 1px 2px 0 #000000;
	box-shadow:0 1px 2px 0 #000000;
	background-size: 100% 100%;
}

#header-contact-form #gforms_confirmation_message
{
	padding: 5px 0px;
}

#header .gform_wrapper .gform_footer
{
	margin: 0px;
	padding: 0px;
}

#socials-phone {
	position: absolute;
	right:0px;
	top:0px;
	width: 380px;
	z-index:999;
}

.contact-form-header {
	font-size:14px;
	color:#732123;
	margin: 3px 0px 0px 0px;
}

.contact-form-phone {
	font-size:24px;
	display: inline-block;
	margin-left:30px;
}

#contact-captcha {
	position:absolute;
	top:107px;
	right:95px;
}

#contact-captcha input {
	width:60px;

}

/*
4. NAVIGATION
--------------------------------------------------------------
*/

.nav, .footer-nav {
	width:900px;
	height:40px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
	border:1px solid #E3DBA6;
	border-radius:8px;
	-moz-box-shadow: 0 1px 2px 0 #cccdd1;
	-webkit-box-shadow: 0 1px 2px 0 #cccdd1;
	box-shadow:0 1px 2px 0 #cccdd1;
	font-family:Arial, Helvetica, sans-serif;	
}

.footer-nav
{
	position: absolute;
	top: -20px;
	left: 0px;
	right: 0px;
	z-index:100;
}

.nav
{
	margin:-10px auto 0px auto;
}

.nav ul, .footer-nav ul {
	margin:0px;
}
		
.nav ul li, .footer-nav ul li {
	display:block;
	float:left;
	margin:0;
	position:relative;
	padding-top:11px;
	border-left:1px white solid;
	border-right:1px #E3DBA6 solid;
	height:28px;
}

.nav ul li.menu-item-39, .footer-nav ul li.copyright {
	border-right:none;
	padding-left:7px;
}

.nav ul li.menu-item-33, .footer-nav ul li.name {
	border-left:none;
}
	
.nav ul li a, .footer-nav ul li {
	color:#732123;
	text-decoration:none;
	font-size:13px;
}

.nav ul li a {
	padding:0px 9px 8px 9px;
}

.footer-nav ul li {
	padding-left:6px;
	padding-right:8px;
}

.footer-nav ul li.copyright {
	padding-left:10px;
}

.footer-nav ul li.name {
	padding-right:10px;
}

.nav ul li a:hover {
		color:#999;
	}

.current-menu-item a, .current-menu-parent a {
		color:#999;
		font-weight:bold;
	}

#nav li ul {
	display: none;
}

#nav li:hover ul {
	display: block !important;
}

#nav li ul li {
	background: none !important;
	display: block;
	float: none;
	height: auto;
	margin: 0 10px;
	padding: 7px 0;
}

#side-nav {
	list-style-type:none;
	margin: 25px 0px 40px 0px;
	padding: 0px;
	font-family:Arial, sans-serif;
	font-size:13px;
	text-transform:uppercase;
}

#side-nav li
{
	display: block;
}

#side-nav li a {
	display: block;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	padding:10px;
	margin:0 0 5px;
	border:1px solid #E3DBA6;
	text-decoration:none;
	color:#732123;
	-moz-box-shadow: 0 1px 2px 0 #cccdd1;
	-webkit-box-shadow: 0 1px 2px 0 #cccdd1;
	box-shadow:0 1px 2px 0 #cccdd1;
}

#side-nav li a:hover {
	background-image:none;
	background-color:#f7f7f7;
}

/*
5. CONTENT
--------------------------------------------------------------
*/

#content {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 70%;
}

#content .content-box
{
	padding: 25px 0px 30px 20px;
}

#content-contact {
	margin-top:20px;
	padding-left:10px;
}

#content p {
	font-size:14px;
}

#intro {
	width:860px;
	margin:12px auto;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
	border-radius:8px;
	-moz-box-shadow: 0 1px 2px 0 #cccdd1;
	-webkit-box-shadow: 0 1px 2px 0 #cccdd1;
	box-shadow:0 1px 2px 0 #cccdd1;	
	border:1px solid #E3DBA6;
	padding:20px 10px 20px 20px;
	overflow: hidden;
}

#intro p
{
	margin: 0px;
}

#home-slides {
	width:590px;
	height:140px;
	position:relative;
	float:left;
	border:5px solid #E3DBA6;
	-moz-box-shadow: 0 1px 2px 0 #cccdd1;
	-webkit-box-shadow: 0 1px 2px 0 #cccdd1;
	box-shadow:0 1px 2px 0 #cccdd1;	
	box-sizing:border-box;
}

.showcase-content-wrapper {
	height:130px;
}

#intro-content {
	width:248px;
	float:right;
}

#intro-content h2 {
	font-size:14px;
}

#content.home-content {
	float: none;
	width: auto;
	border-top: 1px solid #E3DBA6;
	padding: 30px 0 10px;
	margin: 30px 0px 0px 0px;
}

.home-content-top-section {
	border-bottom:1px solid #E3DBA6;
	padding:0 0 30px;
	margin-bottom:30px;
}

#home-article {
	background: #889db2;
	border-radius: 8px;
}

#home-article-container
{
	padding: 20px;
	overflow: hidden;
}

#home-article-title
{
	color: #762124;
	font-style: italic;
	font-size: 1.4em;
}

#home-article-author
{
	color: #762124;
	font-size: 0.8em;
	margin-top: 10px;
}

#home-article-body
{
	color: #333333;
	font-style: italic;
	margin-top: 15px;
	font-size: 1.1em;
}

#home-article-link
{
	color: #333333;
	margin-top: 15px;
}

#home-video {
	width: 400px;
	float: right;
	margin: 0px 0px 0px 20px;
	text-align: center;
	color: #ffffff;
}

#home-video iframe {
	border: none;
}

#content.blog {
	margin-top:20px;
}

h2#blog {
	margin:0 0 25px;
	font-family:Georgia, Times, serif;

}

.post-head h3 {
	margin:0 0 5px 0;
	font-size:1.1em;
}

.post-head h3 a {
	color:#647A97;
}

.post-meta {
	font-size:.9em;
	margin-bottom:20px;
}

.main .post iframe {
	margin: 0px auto;
	display: block;
}

.entry p {
	font-size:1em;
}

a.more-link {
	display:block;
	margin-top:24px;
	color:#547520;
	font-size:1.15em;
	font-style:italic;
	font-family:Georgia,Times,serif;
}

#footer-background {
	background:#762123;
	padding-bottom: 50px;
}

#footer-container
{
	padding-top: 60px;
}

.form-left {
	width:160px;
	display: inline;
	float:left;
	margin-right:15px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #ccc;
	padding: 2px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 12px Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 155px;
	max-width: 100%;
	display: block;
	background: #fff; 
}

select {
	padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
	min-height: 46px;
	 }
label,
legend {
	display: block;
	font-size: 11px;
	line-height:16px;
	font-family:Arial, sans-serif;
	  }
select {
	width: 220px; }
input[type="checkbox"] {
	display: inline; }
label span,
legend span {
	font-weight: normal;
	font-size: 10px;
	color: #444; }

#mmf-f2-p20-o1 .mmf-list-item { float:left; width:40%; }
#mmf-f2-p20-o1 .mmf-form p { float:left; clear:left; margin:5px 0!important; font-size:11px; font-weight:normal; }
#mmf-f2-p20-o1 .mmf-form p.heading { font-family:Georgia, "Times New Roman", Times, serif; letter-spacing:1px; font-size:18px; font-weight:bold; }
#mmf-f2-p20-o1 .mmf-form p.question { font-size:13px; font-weight:bold; }
#mmf-f2-p20-o1 .mmf-form p.statement { font-size:12px; }

#header-contact-form input[type="submit"] {
	position: absolute;
	bottom: 23px;
	right: 0px;
	margin: 0px;
	min-height: 0;
	font-size: 16px;
	line-height: 1.3em;

}

#header-contact-form .gform_wrapper {
	position:relative;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	max-width: 100%;
}

#header-contact-form .gform_wrapper textarea {
	height: 84px;
	padding: 4px;
	width: 100%
}

#header-contact-form .gform_wrapper input[type="text"],
#header-contact-form .gform_wrapper input[type="password"],
#header-contact-form .gform_wrapper input[type="email"] {
	padding: 4px;
	width: 100%;
	min-height: 0;
	font-size: 12px;
	line-height: 1.4em;
}

#header-contact-form .gform_wrapper .gfield_label {
	margin: 0px;
}

#header-contact-form .gform_wrapper .gfield_captcha_container {
	position: absolute;
	bottom: 6px;
	top: auto;
	left: 50%;
	right: auto;
}

#header-contact-form .gform_wrapper .gfield_captcha_input_container {
	padding: 3px 0px 0px 0px;
}

#header-contact-form .gform_wrapper .gfield_captcha_container input[type="text"] {
	width: 75px;
}

#header-contact-form .gform_wrapper div.validation_error
{
	margin: 0px;
	font-size: 12px;
}

#header-contact-form .gform_wrapper .gfield_description.validation_message,
#header-contact-form .gform_wrapper .instruction.validation_message
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#header-contact-form .captcha-field .gfield_label
{
	display: none;
}

#header-contact-form .gform_wrapper .captcha-field .gfield_description
{
	float: left;
	width: 50%;
}

#header-contact-form .gform_wrapper .gfield_error.captcha-field
{
	border: none;
}

#header-contact-form .gform_wrapper .top_label li.gfield
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#header-contact-form .gform_wrapper .top_label li.gfield.gf_right_half
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
}

#header-contact-form .gform_wrapper ul li.gfield_error
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#header-contact-form .gform_wrapper ul li.gfield_error.gf_left_half,
#header-contact-form .gform_wrapper ul li.gfield_error.gf_right_half
{
	width: 49%;
}

#header-contact-form .gform_wrapper li.gfield_error div.ginput_container
{
	margin: 0px !important;
	padding: 0px !important;
}

body #header-contact-form .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px;
}

#header-contact-form .gform_wrapper label.gfield_label {
	font-size: 12px;
}

img.gfield_captcha {
	width: 75px;
	height: 21px;
	display: block;
}


/*
6. SIDEBAR
--------------------------------------------------------------
*/

#sidebar {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 30%;
}

#sidebar .widget {
	margin: 25px 0px 0px 0px;
}

#sidebar .widget + .widget {
	margin-top: 20px;
	padding-top: 20px;
}

#sidebar .widget h2
{
	border-bottom: 1px dashed #849Ab7;
	text-transform:none;
	color:#647A97;
	font-size:1.25em;
	margin:0;
	font-family:Georgia, Times, serif;
	font-weight:normal;
}

#sidebar .widget p,
#sidebar .widget ul {
	font-size: 1em;
	line-height: 1.3em;
	list-style-type: none;
	margin: 0;
}

#sidebar .widget ul li {
	margin: .3em 0 0;
}

#sidebar a {
	text-decoration:none;
}


/*
7. FOOTER
--------------------------------------------------------------
*/

#footer {
	padding:10px 0 90px;
}

#footer p {
	font-size: .85em;
	margin:0;
}

.socials
{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
	border-radius:10px;
	width:62px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:10px;
	margin:0 auto;
	border:1px solid white;
	height:26px;
}

.socials ul {margin:0;}

.socials ul li {
	display:inline;
	float:left;
	text-indent:-9999px;
}

.socials ul li a {
	display:block;
	width:26px;
	height:26px;
}

.socials ul li#facebook a {
	background:url(//www.burningtreeranch.com/wp-content/themes/BurningTreeRanch/images/facebook.png) no-repeat;
	margin-right:10px;
}

.socials ul li#twitter a {
	background:url(//www.burningtreeranch.com/wp-content/themes/BurningTreeRanch/images/twitter.png) no-repeat;
}

/*
8. GLOBAL OBJECTS
--------------------------------------------------------------
*/

.alignleft {
	display: inline;
	float: left;
	margin: 0 1em 1em 0;
}

.alignright {
	float: right;
	display: inline;
	margin: 0 0 1em 1em;
}

.clearfix {
	clear: both;
}


/*
9. TEMPLATE SPECIFIC
--------------------------------------------------------------
*/

/* HOME */
	


/*
10. VENDOR SPECIFIC
--------------------------------------------------------------
*/

/* Gallery */

/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #ffffff;
		background: -moz-linear-gradient(top,  #ffffff 0%, #c0c0c0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c0c0c0));
		background: -webkit-linear-gradient(top,  #ffffff 0%,#c0c0c0 100%);
		background: -o-linear-gradient(top,  #ffffff 0%,#c0c0c0 100%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#c0c0c0 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#c0c0c0 100%);
	  	border: 1px solid #aaa;
	  	border-top: 1px solid #ccc;
	  	border-left: 1px solid #ccc;
	  	border-radius: 3px;
	  	color: #732123;
	  	text-transform:uppercase;
	  	display: inline-block;
	  	font-size: 11px;
	  	font-weight: bold;
	  	text-decoration: none;
	  	cursor: pointer;
	  	margin-bottom: 20px;
	  	line-height: normal;
	  	padding: 6px 10px;
	  	font-family:Arial, sans-serif;
	}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ffffff;
		background: -moz-linear-gradient(top,  #ffffff 0%, #a0a0a0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#a0a0a0));
		background: -webkit-linear-gradient(top,  #ffffff 0%,#a0a0a0 100%);
		background: -o-linear-gradient(top,  #ffffff 0%,#a0a0a0 100%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#a0a0a0 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#a0a0a0 100%);
	  	border: 1px solid #888;
	  	border-top: 1px solid #aaa;
	  	border-left: 1px solid #aaa;
	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ffffff;
		background: -moz-linear-gradient(top,  #ffffff 0%, #a0a0a0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#a0a0a0));
		background: -webkit-linear-gradient(top,  #ffffff 0%,#a0a0a0 100%);
		background: -o-linear-gradient(top,  #ffffff 0%,#a0a0a0 100%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#a0a0a0 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#a0a0a0 100%);
	}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

/*
11. CSS MEDIA QUERIES
--------------------------------------------------------------
*/

@media only screen and (max-width: 960px)
{

img, iframe, object
{
	max-width: 100%;
}

#header #logo img
{
	width: 300px;
	height: auto;
	margin-top: 30px;
}

.nav ul li a
{
	padding:0px 5px 8px 5px;
}

.nav ul.menu li
{
	padding-left: 0px;
	padding-right: 0px;
}

.container
{
	width: auto;
	margin: 0px 20px;
}

.nav
{
	width: auto;
}

.footer-nav
{
	width: 100%;
}

.footer-nav ul
{
	text-align: center;
}

#footer-container .footer-nav ul li
{
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	font-size: 12px;
	float: none;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	height: auto;
	border-left: none;
}

#intro
{
	width: auto;
	height: auto;
	margin: 12px 20px 0px 20px;
	padding: 20px;
}

#intro-content h2
{
	margin: 1.5em 0em 0.5em 0em;
}

#home-slides
{
	margin: 0px auto;
	max-width: 100%;
	display: block;
	float: none;
}

#intro-content
{
	max-width: 100%;
	display: block;
	float: none;
	width: auto;
}

.showcase-content
{
	max-width: 100%;
}

}

@media only screen and (max-width: 900px)
{

#content
{
	width: 60%;
}

#sidebar
{
	width: 40%;
}

.responsive-menu
{
	display: block;
	text-align: center;
}

.responsive-menu a
{
	font-size: 20px;
	line-height: 39px;
	display: block;
}

.responsive-menu span
{
	margin-left: 10px;
	font-size: 1.5em;
	vertical-align: middle;
}

.nav
{
	margin: -5px 20px 0px 20px;
	height: auto;
}

.nav .menu
{
	display: none;
}

.nav .menu.visible
{
	display: block;
}

.nav ul
{
	margin: 0px;
	padding: 0px;
}

.nav ul li a
{
	margin: 0px;
	padding: 6px 0px;
	display: block;
}

.nav ul li
{
	height: auto;
	border-top: 1px solid #E3DBA6;
	border-left: none;
	border-right: none;
	border-bottom: none;
	display: block;
	float: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.footer-nav
{
	height: auto;
}

#footer-container
{
	padding-top: 180px;
}

#footer-container .footer-nav ul li
{
	margin: 0px;
	padding: 0px;
	display: block;
	float: none;
	border: none;
}

}

@media only screen and (max-width: 750px)
{

#header #logo img
{
	width: 200px;
	height: auto;
	margin-top: 40px;
}

.contact-form-phone
{
	font-size: 16px;
	margin-left: 25px;
}

}

@media only screen and (max-width: 700px)
{

#content
{
	float: none;
	width: auto;
}

#content .content-box
{
	padding: 25px 0px 0px 0px;
}

#sidebar
{
	float: none;
	width: auto;
	padding: 0px 0px 40px 0px;
}

#side-nav
{
	margin: 15px 0px 0px;
}

#header
{
	height: auto;
	padding-bottom: 20px;
}

#header #logo
{
	float: none;
	width: auto;
	text-align: center;
	padding-top: 10px;
}

#header #logo img
{
	width: 230px;
	margin: 0px;
}

#header-contact-form
{
	float: none;
	padding: 0px;
	height: auto;
	border: 1px solid #E3DBA6;
	border-radius: 10px;
	padding: 5px;
}

#socials-phone
{
	margin: 10px 0px 0px 0px;
	float: none;
	width: auto;
	position: static;
}

}

@media only screen and (max-width: 640px)
{

#header-contact-form .gform_wrapper .gfield_captcha_container
{
	margin-top: 5px;
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
}

#header-contact-form input[type="submit"]
{
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    margin: 0px;
    font-size: 16px;
}

#header-contact-form .gform_wrapper .gform_footer
{
	text-align: center;
	padding: 5px 0px 0px 0px;
}

#home-video
{
	width: auto;
	float: none;
	margin:0px 0px 20px 0px;
}

}

@media only screen and (max-width: 600px)
{

#footer-container
{
	padding-top: 190px;
}

.contact-form-header
{
	font-size: 12px;
}

}