/*
	Theme Name: TBM Associates Custom WordPress Theme
	Theme URI: http://www.guidomediaservices.com
	Description: Custom Genesis Child Theme Created For TBM Associates
	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-size: 15px;
	font-family: 'Open Sans', Arial, sans-serif;
}
body {
}
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;
}
::-moz-selection {	
}
::selection {	
}
a {
	color: #bd0400;
}
a img {
}
a:hover {
}
p {
}
strong {
}
ol,
ul {
}
blockquote,
blockquote::before {
}
blockquote {
}
blockquote::before {
}
.entry-content code {
}
cite {
}

/* Headings --------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
}
h1 {
}
h1.entry-title {
	max-width: 1400px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	font-size: 40px;
	color: #fff;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/* Objects --------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
}
img {
	height: auto;
}
.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms --------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 3px;
	color: #333;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}
input:focus,
textarea:focus {
	border: 1px solid #bd0400;
	outline: none;
}
::-moz-placeholder {
	color: #000;
}
::-webkit-input-placeholder {
	color: #000;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #bd0400;
	border-radius: 3px;
	border: solid 3px #bd0400;
	box-shadow: none;
	text-decoration: none;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
	height: 50px;
	line-height: 44px;
	cursor: pointer;
	width: auto;
	font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
}
.button,
.entry-content .button {
	display: inline-block;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: transparent;
	color: #bd0400;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
input[type="submit"] {
	margin-left: auto;
	margin-right: auto;
	display: block !important;
}

/* Gravity Forms --------------------------------------------- */
.gform_wrapper {
	max-width: 100%;
	width: 100%;
}
.gform_wrapper .ginput_complex label {
	padding: 0;
}
.gform_wrapper ul {
	margin: 0;
	padding: 0;
}
.gform_wrapper.gf_browser_gecko .gfield_checkbox li input, 
.gform_wrapper.gf_browser_gecko .gfield_checkbox li input[type="checkbox"], 
.gform_wrapper.gf_browser_gecko .gfield_radio li input[type="radio"] {
	margin-top: 0;
}
.gform_wrapper li,
.gform_wrapper form li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 12px;
	min-height: 60px;
}
.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}
.gform_wrapper label {
	display: none !important;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .show-label label,
section.services-cta .gform_wrapper label {
	display: block !important;
	font-weight: normal !important;
}
.hidden .gform_wrapper .show-label label {
	color: #fff !important;
}
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="email"], 
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="number"], 
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="password"], 
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="tel"], 
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="text"], 
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="url"], 
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="email"], 
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="number"], 
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="password"], 
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="tel"], 
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="text"], 
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="url"], 
.gform_wrapper .ginput_complex input[type="email"], 
.gform_wrapper .ginput_complex input[type="number"], 
.gform_wrapper .ginput_complex input[type="password"], 
.gform_wrapper .ginput_complex input[type="tel"], 
.gform_wrapper .ginput_complex input[type="text"], 
.gform_wrapper .ginput_complex input[type="url"],
.gform_wrapper .top_label li.gfield.gf_left_half input.large, 
.gform_wrapper .top_label li.gfield.gf_left_half input.medium, 
.gform_wrapper .top_label li.gfield.gf_left_half select.large, 
.gform_wrapper .top_label li.gfield.gf_left_half select.medium, 
.gform_wrapper .top_label li.gfield.gf_right_half input.large, 
.gform_wrapper .top_label li.gfield.gf_right_half input.medium, 
.gform_wrapper .top_label li.gfield.gf_right_half select.large, 
.gform_wrapper .top_label li.gfield.gf_right_half select.medium,
.gform_wrapper textarea.large {
	width: 100%;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first, 
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle, 
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first,
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .ginput_complex .ginput_left {
	margin-right: 1%;
	margin-left: 0;
	width: 49%;
	padding: 0;
	display: block;
	float: left;
}
.gform_wrapper .top_label li.gfield.gf_right_half,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last,
.gform_wrapper .ginput_complex .ginput_right {
	margin-left: 1%;
	margin-right: 0;
	width: 49%;
	display: block;
	float: right;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
	margin-left: 1%;
}
.gform_wrapper .top_label li.gfield.gf_right_half,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last,
.gform_wrapper .ginput_complex .ginput_right {
	margin-left: 1%;
	margin-right: 0;
	width: 49%;
	margin-bottom: 0 !important;
	display: block;
	float: right;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
	margin-left: 1%;
}
div.gform_confirmation_message {
	text-align: center;
}
.gform_wrapper .hidden_label input.large, 
.gform_wrapper .hidden_label select.large, 
.gform_wrapper .top_label input.large, 
.gform_wrapper .top_label select.large {
	width: 100%;
}

/* Tables --------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
th,
td {
	text-align: left;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	padding: 6px 0;
	padding: 0.6rem 0;
}

/* Site Containers --------------------------------------------- */
.site-container {
}
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1400px;
}
.site-inner {
	clear: both;
}
.home .site-inner {
	padding: 0;
	max-width: 100%;
}

/* Wrapping div for .content and .sidebar-primary --------------------------------------------- */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Layout --------------------------------------------- */
header.page-title {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #333;
}
.content {
	float: right;
	width: 740px;
}
.services .content {
	background-image: url(images/bg-services.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	padding-right: 400px;
	width: 70% !important;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
	width: 65%;
	padding-top: 30px;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}
.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar --------------------------------------------- */
.sidebar-primary {
	float: right;
	width: 25%;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* WordPress --------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.search-form {
	overflow: hidden;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignright {
    max-width: 100%;
}
a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/*
Site Header ---------------------------------------------------------------------------------------------------- */
.site-header {
	height: 100px;
	width: 100%;
	background-color: #fff;
}

/* Title Area --------------------------------------------- */
.title-area {
	float: left;
}
.site-title {
	margin: 0;
	padding: 0;
}
.site-title a {
	width: 325px;
	height: 100px;
	display: block;
	background-image: url(images/logo.png);
	text-indent: -9999px;
}

/* Primary Navigation --------------------------------------------- */
.nav-primary {
	float: right;
	width: 800px;
	position: relative;
}
.nav-primary ul {
	margin: 0;
	padding: 0;
	height: 100px;
	display: block;
	width: 100%;
}
.nav-primary ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 16%;
}
.nav-primary ul li.small {
	width: 12%;
}
.nav-primary ul li.large {
	width: 18.5%;
}
.nav-primary ul li a {
	display: block;
	text-decoration: none;
	font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
	height: 100px;
	line-height: 100px;
	border-bottom: solid 5px #fff;
	width: 100%;
	text-align: center;
	color: #222;
}
.nav-primary ul li a:hover {
	border-color: #bd0400;
}
.nav-primary ul li.phone a {
	color: #bd0400;
}
.show-menu,
.nav-primary ul li.close {
	display: none;
}

/* Home Page --------------------------------------------- */
#home-banner {
	width: 100%;
	height: 500px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
#home-banner .wrap {
	max-width: 100%;
}
#home-banner section {
	width: 60%;
	padding-left: 10%;
	float: right;
	height: 500px;
	background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.65) 25.0%);
	background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.65) 25.0%);
	background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.65) 25.0%);
	background-image: linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.65) 25.0%);
}
#home-banner section .widget-wrap {
	font-size: 16px;
	width: 100%;
	max-width: 700px;
	float: left;
	color: #fff;
}
#home-banner h2 {
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#home-news,
#home-testimonials {
	display: inline-block;
	float: left;
}
#home-news {
	width: 45%;
	margin-right: 5%;
}
#home-testimonials {
	width: 50%;
}
#home-news h4,
#home-testimonials h4 {
	font-size: 32px;
}
#home-news article {
	min-height: 120px;
}
#home-news h2 {
	margin-top: 0;
	margin-bottom: 0;
}
#home-news a,
#home-news h2 a {
	color: #bd0400;
	text-decoration: none;
}
#home-news a.alignnone {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50px;
	float: left;
	margin-right: 20px;
}
#home-news a.alignnone img {
	width: 100px;
	height: 100px;
}
#home-testimonials .style-one article.testimonials {
	padding: 0;
	border: none;
	background-color: transparent;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	width: 100%;
}
#home-testimonials .testimonials p {
	font-family: 'Merriweather', 'Georgia', 'Times New Roman', Times, serif;
	font-size: 20px;
	font-style: italic;
	margin: 0;
}
#home-testimonials .tm_author em {
	font-size: 14px;
	font-style: normal;
	color: #999;
}

/* Content --------------------------------------------- */
ul.client-list {
	margin: 0;
	padding: 0;
	position: relative;
}
ul.client-list li {
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 10px;
	border-radius: 3px;
	background-color: #f9f9f9;
	border: solid 1px #ccc;
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
	vertical-align: top;
	float: left;
	text-align: center;
	box-sizing: border-box;
	word-wrap: break-word;
	min-height: 220px;
}
ul.client-list li a {
	font-weight: normal;
	text-decoration: none;
	color: #bd0400;
}
ul.client-list li .image {
	width: 160px;
	height: 123px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #fff;
	border: solid 1px #ccc;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	box-sizing: content-box;
}
ul.client-list li .image img {
	width: 100%;
	height: auto;
	margin: 0;
}
.contact h1 {
	text-align: center;
}
.contact .content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	float: none;
}
.contact-info {
	background-color: #e4e4e4;
	padding: 20px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* Sidebars ---------------------------------------------------------------------------------------------------- */
.sidebar {
}
.sidebar h4 {
	font-size: 28px;
	color: #999;
	margin-bottom: 12px;
	margin-top: 30px;
}
.sidebar article a.alignnone {
	display: block;
	width: 250px;
	height: auto;
	overflow: hidden;
	box-sizing: content-box;
}
.sidebar article a.alignnone img {
	width: 250px;
	height: 107px;
	margin-bottom: 0;
}
.sidebar article h2 {
	margin-top: 0;
	margin-bottom: 0;
}
.sidebar article h2 a {
	color: #bd0400;
	text-decoration: none;
}

/* Pre Footer ---------------------------------------------------------------------------------------------------- */
#pre-footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #bd0400;
	color: #fff;
	font-family: 'Merriweather', 'Georgia', 'Times New Roman', Times, serif;
	font-size: 22px;
	font-style: italic;
	line-height: 30px;
	text-align: center;
}
#pre-footer .wrap {
	max-width: 1000px;
}
#footer-cta {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #333;
	color: #fff;
}
#footer-cta .wrap {
	max-width: 1000px;
}
#footer-cta .widgettitle {
	display: block;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
#footer-cta input,
#footer-cta textarea {
	border-color: #fff;
	font-family: 'Merriweather', 'Georgia', 'Times New Roman', Times, serif;
	font-size: 18px;
	font-style: italic;
}
#footer-cta input:focus,
#footer-cta textarea:focus {
	border: 1px solid #bd0400;
	outline: none;
}
#footer-cta input[type="submit"] {
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	line-height: 44px;
	border-color: #bd0400;
	font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	display: block;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

/* Site Footer ---------------------------------------------------------------------------------------------------- */
.site-footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #111;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.site-footer a.footer-logo {
	background-image: url(images/logo-footer.png);
	width: 200px;
	height: 75px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	text-indent: -9999px;
}
.site-footer a {
	color: #fff;
	text-decoration: none;
}
.site-footer a:hover {
	color: #bd0400;
}
.site-footer p {
}
.site-footer ul {
	margin: 0;
	padding: 0;
}
.site-footer li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

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

@media only screen and (max-width: 1420px) {
	.wrap, 
	.site-inner {
		width: 96%;
	}
	.home .site-inner {
		width: 100%;
	}
	#home-banner .wrap {
		width: 100%;
	}
	#home-banner section .widget-wrap {
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1270px) {
	#home-banner section .widget-wrap {
		font-size: 15px;
	}
	#home-banner h2 {
		line-height: 30px;
		font-size: 30px;
		margin-bottom: 0;
	}
	#home-banner h3 {
		font-size: 18px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.nav-primary {
		width: 650px;
	}
	.content-sidebar .content, 
	.content-sidebar-sidebar .content, 
	.sidebar-content-sidebar .content {
		width: 75%;
	}
	.sidebar-primary {
    	width: 20%;
	}
}

@media only screen and (max-width: 1023px) {
	.nav-primary {
		position: fixed;
		height: 100vh;
		background-color: #333;
		left: -105%;
		width: 100%;
		z-index: 999999;
	}
	.nav-primary ul li,
	.nav-primary ul li.small,
	.nav-primary ul li.large {
		width: 100%;
		display: block;
		height: 14vh;
	}
	.nav-primary ul li a,
	.nav-primary ul li.small a,
	.nav-primary ul li.large a {
		color: #fff;
		text-align: left;
		padding-left: 25px;
		border-bottom:solid 1px #111;
		height: 14vh;
		line-height: 14vh;
	}
	.nav-primary ul li a:hover,
	.nav-primary ul li.small a:hover,
	.nav-primary ul li.large a:hover {
		background-color: #111;
		border-color: #111;
	}
	.nav-primary ul li.close {
		display: block;
		text-indent: -9999px;
		background-image: url(images/icon-close.png);
		background-repeat: no-repeat;
		background-size: 40px 40px;
		background-position: 25px center;
	}
	.nav-primary ul li.close a:hover {
		background-color: transparent;
		border-color: #111;
	}
	.show-menu {
		display: block;
		position: relative;
		float: right;
		width: 100px;
		height: 100px;
		background-image: url(images/icon-mobile-menu.png);
		background-repeat: no-repeat;
		background-size: 40px auto;
		background-position: center center;
		text-indent: -9999px;
		cursor: pointer;
	}
	#home-banner {
		background-image: url(images/banner-mobile.jpg);
		background-position: center top;
		height: auto;
		background-size: auto 390px;
	}
	#home-banner section {
		background-image: none;
		width: 100%;
		height: auto;
		margin-top: 390px;
		padding: 0;
		float: none;
		background-color: #f1f1f1;
	}
	#home-banner section .widget-wrap {
		color: #333;
		float: none;
		max-width: 96%;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 16px;
		text-align: center;
	}
	#home-news, 
	#home-testimonials {
		width: 100%;
		float: none;
		margin: 0;
	}
	#home-news h2 {
		margin-top: 20px;
	}
	#home-testimonials {
		background-color: #f1f1f1;
	}
	.content-sidebar .content, 
	.content-sidebar-sidebar .content, 
	.sidebar-content-sidebar .content {
		width: 100%;
	}
	.sidebar-primary {
		display: none;
	}
	.services .content {
		width: 100% !important;
	}
}

@media only screen and (max-width: 800px) {
	#home-news h4, #home-testimonials h4 {
		text-align: center;
	}
	#home-testimonials .style-one article.testimonials,
	#home-testimonials .style-one .testimonials-meta {
		text-align: center;
	}
	ul.client-list li {
		width: 100%;
		float: none;
		min-height: 90px;
	}
	.services .content {
		background-size: 100% auto;
		padding-right: 200px;
	}
}

@media only screen and (max-width: 480px) {
	html {
		font-size: 20px;
	}
	.site-title a {
		width: 250px;
		background-size: contain;
		background-position: center left;
		background-repeat: no-repeat;
	}
	.show-menu {
		width: 50px;
	}
	#home-news article {
		text-align: center;
		margin-bottom: 40px;
	}
	#home-news a.alignnone {
		float: none;
		margin-bottom: 20px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	#pre-footer {
		font-size: 20px;
	}
	.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first, 
	.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle, 
	.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first, 
	.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .ginput_complex .ginput_left,
	.gform_wrapper .top_label li.gfield.gf_right_half, 
	.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last, 
	.gform_wrapper .ginput_complex .ginput_right {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		float: none;
		min-height: 70px;
	}
	.gform_wrapper li, .gform_wrapper form li {
		margin-bottom: 0;
	}
	.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first {
		margin-bottom: 15px;
	}
	input[type="submit"] {
		margin-top: 20px;
		width: 100% !important;
	}
	ul.client-list li {
		text-align: center;
	}
	ul.client-list li .image {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		float: none;
	}
	.services .content {
		background-image: none;
		padding-right: 0;
	}
}

@media only screen and (max-width: 380px) {
	.site-title a {
		width: 200px;
	}
}