/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:500}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

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

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

@font-face {
	font-family: 'Conv_BMWGroupCondensed-Bold';
	src: url('../fonts/bmw-bold/BMWGroupCondensed-Bold.eot');
	src: local('â˜º'), url('../fonts/bmw-bold/BMWGroupCondensed-Bold.woff') format('woff'), url('../fonts/bmw-bold/BMWGroupCondensed-Bold.ttf') format('truetype'), url('../fonts/bmw-bold/BMWGroupCondensed-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background: #fff;
	color: #2d2e2e;
    font-family: 'futura_lightregular';
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.5px;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #eaa004;
	text-decoration: none;
}

a:hover {
	color: #116b43;
	text-decoration: none;
}

p {
	margin: 0 0 25px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-family: 'futuramedium';
	font-weight: 500;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}



/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #116b43;
	line-height: 1.2;
	font-weight: normal;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

#content h1{
	position: relative;
	text-transform: uppercase;
	text-align: center;	
	margin-bottom: 30px;
}

.project-title {
    position: relative;
    font-size: 24px;
    text-align: center;
	margin-bottom: 30px;
    text-transform: uppercase;
}

.backlink {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 14px;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}


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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #2d2e2e;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #2d2e2e;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #868686;
	border: none;
	color: #fefefe;
	cursor: pointer;
	font-size: 17px;
	font-weight: 300;
	padding: 12px 14px;
	text-transform: uppercase;
	width: auto;
}

.entry-content .more-link{
	display: table;	
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #282928;
	color: #fff;
	text-decoration: none;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ## Box Sizing
--------------------------------------------- */

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

.wrap{
	width: 1160px;
	margin: 0 auto;	
}


.contact #content .wrap,
.full-width #content .wrap{
	max-width: 810px;	
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header{
	min-height: 122px;	
	background: #fff;
	width: 100%;
}

.site-header.smaller{
	position: fixed;
	z-index: 999999;	
}

#logo{
	float: left;	
	margin: 20px 0px 0px 0px;
}

/*---------- Header Right --------------*/

.header-right{
	font-family: century gothic;
	float: right;
	padding: 20px 0 0 0;	
}

.header-right .phone a{
	color: #3e8dce;	
}

.header-phone{
	color: #2d2e2e;
	float: left;
	padding: 10px 10px 0 0;	
}

.header-phone a{
	color: #1a459b;	
}

.header-phone a:hover{
	color: #116a42;	
}

.social-icons{
	float: left;
	margin: 5px 14px 0 0;	
}

.social-icons li{
	display: inline-block;
	list-style: none;	
}

.social-icons li a{
	display: block;
	width: 35px;
	height: 35px;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	background: #cfd0d2;
}

.social-icons li a:hover{
	background: #97989b;	
}

.header-buttons{
	float: left;
	margin: 0 0px 0 0;	
}

.header-buttons .button{
	display: inline-block;
	padding: 8px 22px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	text-transform: uppercase;
	background: #1e3c72;	
}

.header-buttons .button:hover{
	background: #116a42;	
}

.header-buttons .phone{
    font-family: 'futura_lightregular';
	color: #3e8dce;
	font-size: 18px;
	margin-left: 10px;
}	

#navigation{
	font-family: century gothic;
	clear: both;
	text-align: right;
	text-transform: capitalize;
	margin: 69px -30px 2px 0px;
}

#navigation ul li{
	position: relative;
	display: inline-block;
	margin: 0 13px;	
}

#navigation ul > li:last-child{
	margin-right: 0;
}

#navigation ul li a{
	display: block;
	color: #2d2e2e;	
	line-height: 1;
	padding: 10px 30px;
}

#navigation ul li.active a,
#navigation ul li a:hover{
	color: #fff;
	background: #193c71;
	text-decoration: none;
}


#main-menu > li > ul {

    opacity: 0;

    visibility: hidden;

    padding: 16px 0 20px 0;

    background-color: rgb(250,250,250);

    text-align: left;  /* This is for the text when box is dropped down, centered isnt always totally in the middle so best to have on the left */

    position: absolute;

    top: 55px;			/* This is for the drop down annimation */

    left: 50%;

    margin-left: -200px;
	
	text-align: center;

    width: 400px;
	
	z-index: 99999;

-webkit-transition: all .3s .1s;

   -moz-transition: all .3s .1s;

     -o-transition: all .3s .1s;

        transition: all .3s .1s;


}



#main-menu > li:hover > ul {

    opacity: 1;

    top: 42px;			/* This is how far from the top the drop down annimation will go  */

    visibility: visible;

}





#main-menu ul > li { position: relative; display: block;}



#main-menu ul a{     /* This is the drop down menu, change font or size when its drops down */

    color: rgb(50,50,50);
	
    font-size: 14px;   

    background-color: rgb(250,250,250);

    padding: 5px 8px 7px 16px;

    display: block;
	
	text-transform: none;

-webkit-transition: background-color .1s;

   -moz-transition: background-color .1s;

     -o-transition: background-color .1s;

        transition: background-color .1s;

}



#main-menu ul ul {   /* In this build i havent included a sub sub menu in, but here is the code if ever needed */

    visibility: hidden;

    opacity: 0;

    position: absolute;

    top: -16px;

    left: 206px;		/* This is for a sub sub menu */

    padding: 16px 0 20px 0;

    background-color: rgb(250,250,250);

    text-align: left;

    width: 160px;

-webkit-transition: all .3s;

   -moz-transition: all .3s;

     -o-transition: all .3s;

        transition: all .3s;


}

#main-menu ul > li:hover > ul { 
	
	opacity: 1; 
	
	left: 196px; 
	
	visibility: visible;}

#main-menu ul ul a:hover{

    background-color: rgb(114,164,65);

    color: rgb(240,240,240);

}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	background-color: transparent;
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	color: #1e3c72;
	font: normal 40px/1 'dashicons';
	margin: 20px 5% 0;
	padding: 10px;
	text-align: center;
}

.responsive-menu-icon:hover::before {
	color: #116a42;
}

/* # Banner
---------------------------------------------------------------------------------------------------- */

#banner{
	max-height: 726px;
	overflow: hidden;	
}

.home #banner{
	min-height: 400px;
}

#banner img{
	display: block;
	width: 100%;
}

#banner .banner_text{
	width: 100%;
	position: absolute;
	z-index: 9999;
	display: block;
	padding: 140px 0 0 0;
	text-align: center;
}

#banner .banner_text h2{
    font-family: 'futura_lightregular';
	line-height: 1.4;
	font-size: 48px;
	font-weight: 300;
	color: #2b2b2b;
}

#banner .banner_text .button{
    font-family: 'futura_lightregular';
	margin-top: 25px;
	border: 1px solid #010101;
	color: #010101;	
	font-size: 22px;
	padding: 22px 40px;
	line-height: 1;
	background: rgba(255,255,255,0.83);	
}

#banner .banner_text .button:hover{
	border: 1px solid #fff;
	color: #eaa004;
}

/* # Home Content
---------------------------------------------------------------------------------------------------- */

#home-content .wrap{
	padding: 25px 0 0 0;
	text-align: center;
}

#home-content .wrap h2{
	margin-bottom: 25px;
}

/* # Home CTA
---------------------------------------------------------------------------------------------------- */

#home-cta{
    font-family: 'futura_lightregular';
	padding: 60px 0;
	color: #fff;
	margin: 4px 0;
	font-size: 30px;
	text-align: center;
	background: #e89e04;
}

#home-cta a{
	color: #fff;	
}

#home-cta a:hover{
	color: #088193;	
}

/* # Home Blocks
---------------------------------------------------------------------------------------------------- */

#home-blocks{
	margin: 0px;	
}

#home-blocks .wrap{
	width: 1600px;	
}

.home-blocks {
    width: 32.9%;
    position: relative;
    float: left;
    margin: 0px 0.6% 0 0;
}

.home-blocks.last{
	float: right;
	margin-right: 0;
	
}

.home-blocks img{
	display: block;
	width: 100%;	
}


#home-blocks .home-blocks h2{
    font-family: 'futura_lightregular';
	color: #1a459b;
	text-align: center;
	margin: 20px 0;	
}

#home-blocks .home-blocks h2 a{
	color: #1a459b;	
}


#home-blocks .home-blocks:hover h2,
#home-blocks .home-blocks h2 a:hover{
	color: #eaa004;
}

#home-testimonial{
    font-family: 'futura_lightregular';
	background: #444444;
	padding: 50px 0;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

#home-testimonial h2{
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
}

#home-testimonial p{
	font-style: italic;	
	margin-bottom: 40px;
}

#home-testimonial span{
	font-style: italic;	
}

#home-testimonial a.more{
	color: #e89e04;
	text-align: right;
	float: right;
	font-size: 18px;
}

#home-testimonial a.more{
	color: #e89e04;
	text-align: right;
	float: right;
	font-size: 18px;
}

#home-testimonial a.more:hover{
	color: #fff;
}

#client-logo{
	padding: 60px 0;
	text-align: center;	
}

#client-logo .wrap{
	max-width: 1600px;
	margin: 0 auto;
	width: auto;	
}

#client-logo ul {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

#client-logo li {
    display: block;
    flex: 0 1 auto; /* Default */
	padding: 0 4px;
    list-style-type: none;
}


#map-container{
	overflow: hidden;
	max-height: 348px;
	text-align: center;	
}

#map-container img{
	width: 100%;
	display: block;
	margin: 0 auto;	
}


#content{
	position:relative;
	padding: 30px 0;
}


.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 28px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: none;
	padding-left: 18px;
	background: url(../images/entryli.png) 0px 9px no-repeat;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.sidebar{
	width: 380px;
	float: right;	
}

.home .sidebar{
	width: 330px;
}

.sidebar blockquote{
	padding: 0px 0px 30px 30px;
	margin: 0;
}

.sidebar blockquote span{
	font-size: 14px;
	padding: 6px 0px 0px 75px;
	text-transform: uppercase;
	color: #595a59;
	font-style: normal;	
}

.sidebar img{
	margin-bottom: 8px;	
}

/* # Portfolio Page
---------------------------------------------------------------------------------------------------- */


#portfolio-blocks{
	padding: 0px 0px 40px 0px;	
}


#portfolio-blocks .home-blocks .overlay{
	opacity: 1;
	bottom: 0;
	height: auto;
	text-align: left;
	font-size: 12px;
	padding: 15px 13px 10px;
	background: rgba(40,41,40,0.79);	
}

#portfolio-blocks .home-blocks:hover .overlay{
	background: rgba(3,97,14,0.79);	
}



.home-blocks .overlay h3{
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #fff;
}

#portfolio-blocks .home-blocks .overlay span {
  display: block;
  margin: 0px 0px 0px 0px;
  border-top: none;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
}


#left-column{
	float: left;
	width: 75%;	
}


/*---------- Services Nav --------------*/

#sub-nav{
	width: 22%;
	float: left;
	font-size: 14px;
	position: relative;
	padding: 68px 3% 0 0;
}

#sub-nav ul{
	margin: 0;
	padding: 0;	
}

#sub-nav ul li a:before{
	position: absolute;
	left: 0;
	content:'>';
	margin: 0 4px 0 0;	
}

#sub-nav ul li{
	list-style: none;
	margin-bottom: 15px;
	padding-left: 15px;	
}

#sub-nav ul li a{
	display: block;
	color: #2d2e2e;	
}

#sub-nav ul li a:hover,
#sub-nav ul li.current_page_item a{
	color: #eaa004;	
}

.project-thumb{
	text-align: center;	
	margin-bottom: 15px;
}

.project-thumb h4{
	font-size: 18px;	
}

.project-thumb h4 a:hover{
	text-decoration: underline;	
}

.project-thumb img{
	opacity: 0.9;	
}

.project-thumb:hover img{
	opacity: 1;	
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-family: Arial;
	background: #2c2c2c;
	font-size: 12px;
	padding: 10px 0;
	color: #d5d9d9;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a{
	color: #649afb;	
}

.site-footer a:hover{
	color: #116a42;	
}

.entry-content .wpcf7{
	max-width: 390px;
	margin: 20px auto;	
}

.entry-content .wpcf7 p{
	margin-bottom: 0;
}


.entry-content div.wpcf7-mail-sent-ok{
	  text-align: center;
	  border: none;
	  padding: 0px;
	  font-size: 18px;
	  color: #2d2e2e;	
}

.entry-content div.wpcf7-mail-sent-ok{
	  font-size: 18px;
	  color: #2d2e2e;	
}

.entry-content div.wpcf7-response-output {
    margin: 0 0 1em;
    padding: 0 0 1em;
    border: none;
}

.entry-content .wpcf7 .contact-left{
	width: 410px;
	float: left;
	padding: 0px 22px 0px 0px;
}

.entry-content .wpcf7 .contact-right{
	width: 387px;
	float: right;
}


.entry-content .wpcf7 input[type="text"],
.entry-content .wpcf7 input[type="email"],
.entry-content .wpcf7 textarea{
	width: 100%;
	color: #939394;
	font-size: 16px;
	padding: 30px 35px;
	border: none;
	margin: 0px 0px 22px 0px;
	background: #f6f6f6;	
}


.entry-content .wpcf7 input[type="text"],
.entry-content .wpcf7 input[type="email"],
.entry-content .wpcf7 textarea{
	background: #e7e7e7;	
}



.entry-content .wpcf7 textarea{
	height: 120px;	
	padding: 30px 35px;
}

.safari .entry-content .wpcf7 textarea{
	height: 123px;	
}

.entry-content .wpcf7 .contact-bottom{
	text-align: center;
}

.entry-content .wpcf7 input[type="submit"]{
	width: 220px;
	border: none;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	line-height: 1;
	padding: 14px 48px;
	text-transform: uppercase;
	background: #5e9be3;	
}

.entry-content .wpcf7 input[type="submit"]:hover{
	background: #096236;	
}


.entry-content span.wpcf7-list-item,
 span.wpcf7-list-item{
	display: block !important;
	margin: 0 !important;
}

#contact-form{
	float: left;	
}

#contact-address{
	float: left;
	font-size: 15px;
	padding: 20px 0 0 160px;
}


#contact-address h2{
	margin-bottom: 25px;	
}

.location {
    display: inline-block;
    padding-right: 25px;
	color: #1263a6;
    background: url(../images/locationicon.jpg) right center no-repeat;
}

#footerleft{
	max-width: 320px;
	color: #dadcdc;
	font-size: 12px;
	float: left;
	padding: 40px 0px 0px 0px;	
	text-align: left;
}

#footerleft ul li:first-child{
	padding-left: 0px;
	border-left: none;
}

#footerleft ul li{
	display: inline;
	padding-left: 4px;
	border-left: 1px solid #dadcdc;
}

#footerleft ul li a{
	color: #649afb;
}

#footerright{
	max-width: 320px;
	color: #dadcdc;
	font-size: 12px;
	float: right;
	padding: 40px 0px 0px 0px;
	text-align: right;	
}


#footersocial{
	text-align: center;
	padding: 40px 0px 0px 0px;
}


#footer-social-icons{
	display: block;
	width: 206px;
	margin: 0 auto;
}

#copyright{
	color: #dadcdc;
	text-align: center;
	padding: 30px 0px 10px 0px;	
}






/* ==========================================================================
   Media Queries
   ========================================================================== */

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

@media only screen and (max-width: 1200px) {
	
	.wrap,
	#home-blocks .wrap {
		max-width: 920px;
	}
	
	/*.home-blocks{
		width: 290px;
	}*/
	
	#navigation{
		margin-right: 0;	
	}
	
	#navigation ul li{
		margin: 0;	
	}
	
}

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

	.wrap,
	#home-blocks .wrap {
		max-width: 760px;
	}
	
	#navigation{
	text-align: center;
		}

	
	#navigation ul li a {
		padding: 10px 15px;
	}
	
	.white-container{
		max-width: 800px;
	}
	
	/*.home-blocks{
		width: 243px;
	}*/
	
	.home-blocks .overlay{
		padding: 20px;
	}
	
	

	#bottom-contact .contact-left,
	.entry-content .wpcf7 .contact-left {
	  width: 50%;
	  float: left;
	}
	
	#bottom-contact .contact-right, 
	.entry-content .wpcf7 .contact-right {
	  width: 50%;
	  float: left;
	}

}

@media only screen and (max-width: 800px) {
	
	
	.wrap,
	#home-blocks .wrap {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.site-header{
		width: 100%;
	}	
	
	.site-header.smaller{
		position: relative;	
	}
	
	#logo,
	.header-right,
	.header-phone,
	.social-icons,
	.header-buttons{
		width: 100%;
		float: none;
		text-align: center;	
	}
	
	.header-phone,
	.social-icons,
	.header-buttons{
		margin: 10px 0;	
	}
	
	#navigation {
		margin: 20px 0px 0px 0px;
	}
	
	#banner .banner_text h2 {
		font-size: 24px;
	}
	
	#banner .banner_text .button {
		font-size: 18px;
		padding: 12px 12px;
	}
	
	.white-container{
		padding: 0;
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	#banner .banner_text{
		margin-top: 0;
		padding: 40px;	
	}
	
	.home-blocks,
	.home-blocks.last{
		width: 330px;
		float: none;
		margin: 0 auto 20px;
	}
	
	.home-blocks .overlay{
		padding: 20px;
	}
	
	#home-testimonial,
	#home-testimonial h2,
	#home-testimonial p{
		font-size: 18px;	
	}
	
	#content,
	.sidebar,
	.home #content,
	.home .sidebar{
		width: 100%;	
	}
	
	.sidebar{
		padding-top: 20px;	
	}
	
	.sidebar blockquote{
		padding-left: 0;	
	}
	
	#footerleft{
		margin-top: 20px;	
	}
	
	#footerleft,
	#footerright{
		width: 100%;
		max-width: 100%;
		padding: 20px 0px 0px;
		text-align: center;	
	}
	
	#footersocial{
		width: 100%;
		padding: 20px 0px 0px;
		clear: both;	
	}
	
	#client-logo {
		padding: 20px;
	}	
	
	#left-column{
		width: 100%;	
	}

	#sub-nav{
		width: 100%;
		text-align: center;
		padding: 30px 0;
	}
	
	#sub-nav ul li{
		display: inline-block;	
		margin: 5px 10px;
	}
	
	#contact-address,
	#contact-form{
		width: 100%;
		padding-left: 0;
		text-align: center;	
	}
	
	.backlink {
		display: block;
		position: relative;
		text-align: center;
		right: 0;
		top: 0px;
		margin-bottom: 20px;
		font-size: 14px;
	}
	
	#home-testimonial a.more{
		display: block;
		float: none;
		margin: 20px 0 0 0;
		text-align: center;	
	}

}

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

	
	#wpadminbar {
	   position: fixed;
	}
	
	#logo,
	#navigation{
		width: 100%;
		text-align: center;	
	}
	
	#navigation{
		margin-top: 0;
		padding: 30px 0px 20px;	
	}
	
	#logo img{
		display: block;
		margin: 0 auto;	
	}
	
	

}

@media only screen and (max-width: 600px) {
	
	#wpadminbar {
	   position: fixed !important;
	}
	
}

@media only screen and (max-width: 500px) {
	
	#logo{
		width: auto;	
	}
	
#main-menu > li > ul {
	width: 100%;
	margin-left: 0;
}
	
	#navigation.responsive-menu > .menu-item > .sub-menu,
	#navigation.responsive-menu {
		display: none;
	}
	
	#navigation ul.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
		position: static;
	}
	
	#navigation.responsive-menu{
	}
	
	#navigation.responsive-menu ul .menu-item:hover {
		position: static;
	}
	
	#navigation.responsive-menu li a,
	#navigation.responsive-menu li a:hover {
		border: none;
		display: block;
		line-height: 1;
		padding: 10px;
		text-transform: none;
	}
	
	#navigation.responsive-menu .menu-item-has-children {
		cursor: pointer;
	
	}
	
	#navigation.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	#navigation ul li{
		display: block;
		border: none;
		min-height: 20px;
		max-width: 100%;
		width: 100%;
		margin-left: 0;
	}
	
	#navigation li a{
		max-width: 100%;
		width: 100%;
		min-height: 20px;
		font-size: 16px;
		text-align: left;
		/*background-color: #D1D1D1;*/
	}
	

	
	#navigation.responsive-menu ul > .menu-item-has-children:before {
		content: "\f140";
		color: #116a42;
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 12px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	#navigation.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}
	
	#navigation.responsive-menu .sub-menu {
		display: none;
		background-color: #1e3c72;
		border: none;
		top: 0;
		left: auto;
		opacity: 1;
		visibility: visible !important;
		padding: 0px;
		position: relative;
		width: 100%;
		z-index: 99;
	}
	
	#navigation.responsive-menu .sub-menu .sub-menu {
		margin: 0;
		-webkit-transition: height 0s;
	  -moz-transition: height 0s;
	  -ms-transition: height 0s;
	  -o-transition: height 0s;
	  transition: height 0s;
	}
	
	#navigation.responsive-menu .sub-menu li a,
	#navigation.responsive-menu .sub-menu li a:hover{
		padding: 12px 16px;
		position: relative;
		text-transform: none;
		width: 100%;

	}
	
	#navigation.responsive-menu .sub-menu li a{
		background: #1e3c72;
		color: #fff;

	}
	
	
	
	#navigation.responsive-menu .sub-menu li a:hover{
		background: #116a42;

	}
	
	.home-blocks,
	.home-blocks.last{
		width: 300px;
	}



	#bottom-contact .contact-left,
	.entry-content .wpcf7 .contact-left {
	  width: 100%;
	  padding-right: 0;
	}
	
	#bottom-contact .contact-right, 
	.entry-content .wpcf7 .contact-right {
	  width: 100%;
	}

}

