/*
Theme Name: Colt
Description: Custom WordPress theme for Colt Legal
Author: Yakub Erogul


font-family:'Proxima N W01 Reg';
font-family:'Proxima N W01 Bold';

---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */

html { overflow-y: scroll; }
article, aside, figure, footer, header, hgroup, nav, section { display: block; }
.touch body { -webkit-text-size-adjust: none; }
:focus { -moz-outline-style: none; outline: none; }

body {
	margin: 0;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Proxima N W01 Reg',Helvetica,Arial,sans-serif;
	color: #0a003d;
	letter-spacing: 0.05em;
}

p {
	margin: 10px 0;
}

strong {
	font-family: 'Proxima N W01 Bold',Helvetica,Arial,sans-serif;
	font-weight: normal;
}

a {
	text-decoration: none;
	outline: none;
	color:inherit;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	text-decoration:underline;
}
a img {
	border: 0;
}
img {
	max-width: 100%;
}

h1 {
	font: normal normal 35px/44px 'Visby Slab CF',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 20px 0 10px 0;
	color: #c8b285;
}

h2 {
	font: normal normal 21px/30px 'Proxima N W01 Reg',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	margin: 20px 0;
	letter-spacing: 1px;
}

h3 {
	font: normal normal 16px/23px 'Proxima N W01 Reg',Helvetica,Arial,sans-serif;
	margin: 10px 0 5px 0;
	letter-spacing: 3px;
	color: #c8b285;
	text-transform: uppercase;
}

#scroll {
	margin-top:200px;
	display: block;
}


/* ------------------------------------
HEADER
------------------------------------ */

header {
	background: #0a003d;
	width: 100%;
	height: 128px;
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
	-webkit-box-shadow: 0 0 20px 0 rgba(120,120,120,0.1);
	box-shadow: 0 0 20px 0 rgba(120,120,120,0.1);
}
img#logo {
	width: 204px;
	margin: 32px 0 0 50px;
}
#nav_toggle {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 128px;
	z-index: 102;
}
#hamburger {
	height: 22px;
	position: absolute;
	top:52px;
	right: 50px;
	width: 30px;
}
#hamburger div {
	background: white;
	height: 2px;
	width: 30px;
	position: absolute;
	right:0;
	-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-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
#hamburger div#hamburger1 {
	top:0;
}
#hamburger div#hamburger2 {
	top:10px;
}
#hamburger div#hamburger3 {
	top:20px;
}

.nav_on #hamburger div#hamburger1 {
	-moz-transform: scale(1) rotate(45deg) translateX(7px) translateY(7px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(45deg) translateX(7px) translateY(7px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(45deg) translateX(7px) translateY(7px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(45deg) translateX(7px) translateY(7px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(45deg) translateX(7px) translateY(7px) skewX(0deg) skewY(0deg);
	background: white;
}
.nav_on #hamburger div#hamburger2 {
	-moz-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	background: white;
}
.nav_on #hamburger div#hamburger3 {
	-moz-transform: scale(1) rotate(-45deg) translateX(7px) translateY(-7px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(-45deg) translateX(7px) translateY(-7px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(-45deg) translateX(7px) translateY(-7px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(-45deg) translateX(7px) translateY(-7px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(-45deg) translateX(7px) translateY(-7px) skewX(0deg) skewY(0deg);
	background: white;
}


#banner {
	padding: 1px 0;
	height: 480px;
	background: #ddd url(_inc/img/bannerTemp.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
#banner_tint {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(_inc/img/banner_tint.png);
	z-index: 1;
}
#banner h1 {
	font: normal normal 35px/44px 'Proxima N W01 Bold',Helvetica,Arial,sans-serif;
	margin: 0;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: 30px;
	text-align: center;
	position: absolute;
	display: block;
	width: 100%;
	top:50%;
	margin-top:-35px;
	color: white;
	z-index: 2;
}
#banner img {
	position: absolute;
	bottom: -61px;
	left:50%;
	margin-left:-61px;
	z-index: 3;
}


/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */

#wrapper {
	padding-top:126px;
	position: relative;
	left: 0;
	-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;
}
.nav_on #wrapper {
	left: -380px;
}

#content {
	
}

a.button {
	color: #c8b285;
	border:3px solid #c8b285;
	padding: 15px 27px;
	font-size: 15px;
	line-height: 15px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-family: 'Visby Slab CF',Helvetica,sans-serif;
}
a.button:hover {
	color: white;
	border-color: #c8b285;
	background: #c8b285;
	text-decoration: none;
}

.block {
	position: relative;
}
.block_inner {
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 50px 60px 50px;
}
.block_text {
	float: left;
	width: 50%;
	padding: 60px;
	min-height: 900px;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.block_text_inner {
	max-width: 700px;
	float: right;
}
.block_image {
	width: 50%;
	position: absolute;
	height: 100%;
	right: 0;
	background-color:#fbfbfb;
	background-repeat: no-repeat;
	background-position: top center;
}
.rollover {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background-repeat: no-repeat;
	background-position: top center;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.block_image:hover .rollover {
	opacity: 1;
}
.block_image.scale_contain, .rollover.scale_contain {
	background-size: auto;
	background-position: center center;
}
.block_image.scale_cover, .rollover.scale_cover {
	background-size: cover;
}

.right .block_text_inner {
	float: none;
}
.right .block_text {
	float: right;
}
.right .block_image {
	right: auto;
	left: 0;
}

.heading {
	background: #231f20;
	color: white;
	text-align: center;
	padding: 100px 50px 70px 50px;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.heading_inner {
	margin: 0 auto;
	max-width: 900px;
}
.heading h1 {
	color: white;
}

.contact_left {
	float:left;
	width: 50%;
	min-height: 600px;
	position: relative;
}
.contact_right {
	float:left;
	width:50%;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.1em;
	padding: 70px 60px;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.contact_method {
	padding: 40px 0;
	clear:both;
	max-width: 400px;
}
.contact_method img {
	float: left;
	margin-top:-30px;
}

.acf-map {
	width: 100%;
	height: 100%;
	position: absolute !important;
}

.contactform {
	background: #e8e8e8;
	padding: 50px;
}
.contactform label {
	display: none;
}
.contact_inner {
	max-width: 950px;
	margin: 0 auto;
}
li.gfield {
	float: left;
	width: 48%;
	margin: 12px 1%;
	padding: 0;
}
li.gfield#field_1_5 {
	width: 72%;
}
.gform_footer {
	float: left;
	width: 23%;
	margin: 12px 0 0 1%;
}


#faqs {
	padding: 100px 40px;
	margin: 0 auto;
	max-width: 960px;
}
ul.faqcats_list {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	display: none;
}
.no-js ul.faqcats_list { display: block; }
.faq {
	border-bottom:1px solid #ddd;
	padding:0;
}
.question h3 {
	font-size: 20px;
	line-height: 26px;
	color: #4f5757;
	margin: 0;
	padding: 30px 0;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.question h3:hover {
	
}
.answer {
	display: none;
}
.answer p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 30px 0;
}

.services_left {
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 40%;
	float: left;
	text-align: center;
	padding: 70px 30px;
	background: #e8e8e8;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.services_right {
	width: 60%;
	float: left;
	padding: 80px 60px;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}

.subnav ul, .subnav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.subnav a {
	display: block;
	padding: 14px 0;
	text-decoration: none;
}
.subnav li.current_page_item a {
	font-family:'Proxima N W01 Bold';
}
#mobile_nav {
	background: #e8e8e8;
	padding: 20px;
	display: none;
}


.blog .block_text {
	padding: 120px 60px;
}
.blog .block_image {
	background-image: url(_inc/img/blog_default.jpg);
	background-position: center center;
}

#pagination {
	background: #e8e8e8;
	padding: 20px 40px;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
#pagination a {
	display: inline-block;
	padding: 20px 40px;	
}

#filters {
	background: #e8e8e8;
	padding: 90px 40px 70px 40px;
	text-align: center;
}
#filters > div {
	display: inline-block;
	width: 400px;
	margin: 0 20px;
}


/* ------------------------------------
HOMEPAGE
------------------------------------ */

#splash {
	background: #959a9b url(_inc/img/home_splash.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 60px 50px;
	min-height: 250px;
	position: relative;
}
#splash img {
	max-height: 100%;
	opacity: 0;
	-moz-transform: scale(0.8) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(0.8) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(0.8) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(0.8) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(0.8) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.go #splash img {
	opacity: 1;
	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.home_left {
	width: 50%;
	float: left;
	padding: 130px;
	background: #f3eee5;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
.home_right {
	width: 50%;
	float: left;
	background: #eee;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.home h1 {
	font-size: 40px;
	line-height: 48px;
	margin-top:0;
	letter-spacing: 16px;
}
.home h2 {
	font-size: 18px;
	line-height: 35px;
	font-family: 'Proxima N W01 Reg',Helvetica,Arial,sans-serif;
	margin: 20px 0;
}
.home_right img {
	position: absolute;
	top:50%;
	margin-top:-30px;
	left:-30px;
}


/* ------------------------------------
NAVIGATION
------------------------------------ */

nav {
	position: fixed;
	top:0;
	right: -1px;
	width: 1px;
	min-height: 100%;
	background: #060027;
	-webkit-font-smoothing: antialiased;
	z-index: 101;
	padding-top:150px;
	-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;
}
.nav_on nav {
	width:380px;
	right: 0;
}

.menu {
	
}

.menu > ul {
	list-style:none;
	margin:0;
	padding:0;
}

.menu > ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
	display:block;
	position:relative;
}

.menu > ul > li > a {
	font:normal normal 23px/30px 'Proxima N W01 Reg',Helvetica,Arial,sans-serif;
	text-decoration: none;
	display: block;
	padding: 20px 40px;
	overflow: hidden;
	letter-spacing: 8px;
	text-transform: uppercase;
	color: white;
}

.menu > ul > li > a:hover, .menu > ul > li:hover > a {
	color:#d3c19e !important;
}
.menu > ul > li.current_page_item > a, .menu > ul > li.current_page_parent > a {
	color: white;
	font-family: 'Proxima N W01 Bold',Helvetica,sans-serif;
}

.post-type-archive-faq .menu > ul > li.page-item-8 > a, .tax-faq-category .menu > ul > li.page-item-8 > a {
	font:normal normal 23px/30px 'Proxima N W01 Reg',Helvetica,Arial,sans-serif;
	color: #c8b285;
}

.menu .children {
	display: none;
}

.ie7 .menu > ul > li > a, .ie7 .menu > ul > li { display:block;float:left; }

#nav_social {
	padding: 60px 40px;
	min-width: 170px;
}
#nav_social svg {
	width:54px;
	height: 54px;
	margin-right:20px;
}
#nav_social svg path, #nav_social svg line {
	stroke-width:2;
}
#nav_social path, #nav_social line {
	stroke: white;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#nav_social a:hover path, #nav_social a:hover line {
	stroke: white;
}


/* ------------------------------------
FOOTER
------------------------------------ */

#cta {
	background: #0a003d;
	padding: 1px 60px;
	text-align: center;
}
#cta_inner {
	max-width: 864px;
	margin: 0 auto;
}
#cta a {
	display: block;
	width: 33.33%;
	max-width: 288px;
	line-height: 1px;
	float: left;
	background-color: white;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
#cta a:hover {
	background-color: #c8b285;
}
#social {
	background: #c8b285;
	padding: 1px 30px;
	text-align: center;
}
#social a:hover {
	opacity: 0.5;
}

footer {
	padding: 50px;
}
#footer_inner {
	max-width: 980px;
	margin: 0 auto;
}
.footer_col {
	width: 33.33%;
	float:left;
	padding: 80px 0;
}
.footer_col.seal {
	text-align: center;
	padding: 0;
}


/* ------------------------------------
FORMS
------------------------------------ */

input[type='text'], select, textarea {
	font: 12px 'Proxima N W01 Bold',Helvetica,Arial,sans-serif;
	padding: 20px;
	background: transparent;
	width: 100%;
	text-align: center;
	margin: 0;
	border-radius: 0;
	letter-spacing: 3px;
	border:2px solid #231f20;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}

input[type=submit], button {
	font-size: 14px;
	padding:8px;
	-webkit-appearance: none;
	border:0;
	border-radius: 0;
	outline:0;
	color: white;
	width: 100%;
	font: 12px 'Visby Slab CF',Helvetica,Arial,sans-serif;
	padding: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	margin: 0;
	background: #231f20;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}

.gform_ajax_spinner {
	vertical-align: middle;
	margin: 0 8px;
}

.gform_wrapper ul, .gform_wrapper li {
	list-style: none;
}

.gform_confirmation_message {
	text-align: center;
	font-size: 20px;
	padding: 100px 0;
}
ul.gform_fields {
	padding: 0;
}

div.selector {
	width: 100% !important;
	height: auto !important;
	background: transparent url(_inc/img/select.png) no-repeat right center !important;
	border:2px solid #231f20;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}
div.selector span {
	background: none;
	text-shadow: none;
	font-family:'Proxima N W01 Bold';
	width: 100% !important;
	text-transform: uppercase;
	height: 40px;
	margin: 0;
	padding: 8px 40px 8px 12px;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
}

div.selector select {
	height: 100%;
}


/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */

@font-face {
    font-family: 'Visby Slab CF';
    src: url('_inc/fonts/VisbySlabCF-Medium.eot');
    src: url('_inc/fonts/VisbySlabCF-Medium.eot?#iefix') format('embedded-opentype'),
        url('_inc/fonts/VisbySlabCF-Medium.woff2') format('woff2'),
        url('_inc/fonts/VisbySlabCF-Medium.woff') format('woff'),
        url('_inc/fonts/VisbySlabCF-Medium.ttf') format('truetype'),
        url('_inc/fonts/VisbySlabCF-Medium.svg#VisbySlabCF-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

.alignright {
	clear: right;
	float: right;
	margin: 0px 0px 20px 20px;
}

.alignleft {
	clear: left;
	float: left;
	margin: 0px 20px 20px 0px;
}

.wp-caption-text {
	font-style: italic;
	font-size: 11px;
	line-height: 16px;
	margin-top: 3px;
}

a {-webkit-tap-highlight-color:#9ce2ff;}
::-moz-selection{background: #9ce2ff !important;}
::selection {background: #9ce2ff !important;}

::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }
::-moz-placeholder { color: #999; }
:-ms-input-placeholder { color: #999; }

a#siteby {
	display: block;
	background:url(http://www.milkable.me/siteby/siteby_pos@2x.png) no-repeat top left;
	background-size:97px 21px;
	width:97px;
	height:21px;
	opacity:0.6;
	font-size:1px;
	text-align: left;
	text-indent: -9999px;
	float: right;
}
a#siteby:hover { opacity:1; }
.ie8 a#siteby, .ie7 a#siteby { background:url(http://www.milkable.me/siteby/siteby_pos.png) no-repeat top left; }


/*VIDEO*/
#home_video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: transparent;
	background-size: cover;
}
#big-video-wrap {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#big-video-vid {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}
.touch #big-video-vid video {
	width:100%;
	height: 100%;
}
video {
	width: 1px;
	left:0;
}
.vjs-control-bar, .vjs-text-track-display, .vjs-big-play-button, .flex-control-nav, #project_boxes .flex-direction-nav { display: none; }


/* ------------------------------------
MEDIA QUERIES
------------------------------------ */

@media screen and (max-width:1600px) {
	.home_left {
		padding: 70px;
	}
	#nav_social {
		padding: 30px 40px;
	}
}

@media screen and (max-width:1023px) {
	.block_text {
		padding: 30px;
	}
	h1 {
		font-size: 25px;
		line-height: 30px;
	}
	h2 {
		
	}
	.contact_right {
		padding: 60px 30px;
	}
	.contact_method img {
		margin-top: -18px;
	}
	.home_left {
		padding: 40px;
	}
	.home h2 {
		font-size: 16px;
		line-height: 35px;
	}
	.home h1 {
		font-size: 30px;
	}
	.services_left {
		font-size: 12px;
		letter-spacing: 2px;
		padding: 30px 20px;
	}
	.services_right {
		padding: 40px 30px;
	}
	#filters > div {
		width: 250px;
		margin: 0 10px;
	}
	.blog .block_text {
		padding: 80px 60px;
	}
}

@media screen and (max-width:767px) {
	h1 {
		font-size: 20px;
		letter-spacing: 7px;
	}
	img#logo {
		width: 110px;
		margin: 22px 0 0 26px;
	}
	header {
		height: 80px;
	}
	#nav_toggle {
		height: 80px;
	}
	#wrapper {
		padding-top:78px;
	}
	#hamburger {
		top: 31px;
		right: 30px;
	}
	.nav_on nav {
		width: 230px;
	}
	nav {
		padding-top:80px;
	}
	.menu > ul > li > a {
		font-size: 16px;
		line-height: 16px;
		padding: 16px 40px;
	}
	.nav_on #wrapper {
		left: -230px;
	}
	#social {
		display: none;
	}
	footer {
		padding: 20px;
	}
	.footer_col {
		float: none;
		width: auto;
		padding: 10px 0;
		text-align: center;
	}
	a#siteby {
		float: none;
		display: inline-block;
	}
	.footer_col.seal img {
		width: 100px;
	}
	#banner {
		height: 200px;
	}
	#banner img {
		width: 50px;
		margin-left:-25px;
		bottom:-25px;
	}
	#banner h1 {
		padding-left: 8px;
		font-size: 30px;
		line-height: 40px;
		letter-spacing: 20px;
		width: 100%;
		margin-top:-20px;
		-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}
	.heading {
		padding: 50px 20px;
	}
	.block_text, .right .block_text {
		float: none;
		width: auto;
		min-height: 0;
	}
	.block_image, .right .block_image {
		float: none;
		width: auto;
		position: relative;
		height: 300px;
	}
	.block_image.scale_contain {
		background-size: contain;
	}
	.home_left {
		float: none;
		width: auto;
		text-align: center;
		padding: 40px 20px;
	}
	.home_right {
		float: none;
		width: auto;
		height: 250px !important;
	}
	.home h1 {
		font-size: 26px;
		letter-spacing: 10px;
	}
	.home h2 {
		margin: 10px 0;
		font-size: 14px;
		line-height: 30px;
	}
	a.button {
		font-size: 12px;
		padding: 10px 20px;
	}
	.home_right img {
		display: none;
	}
	#faqs {
		padding: 30px;
	}
	.question h3 {
		padding: 20px 0;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 2px;
	}
	
	.contact_left {
		width: 40%;
	}
	.contact_right {
		width: 60%;
		font-size: 11px;
		line-height: 18px;
		padding: 40px 30px;
	}
	.contact_method {
		padding: 20px 0;
	}
	
	.services_left {
		display: none;
	}
	.services_right {
		float: none;
		width: auto;
	}
	#mobile_nav {
		display: block;
	}
	.parent-pageid-13 .heading {
		padding: 30px 20px 10px 20px;
	}
	
	#filters {
		padding: 50px 40px 40px 40px;
	}
	#filters > div {
		margin: 5px 0;
	}
	.blog .block_text {
		padding: 30px;
	}
	
	#nav_social svg {
		width: 40px;
		height: 40px;
	}
	
	.block_inner {
		padding: 40px 20px;
	}
	
	.blog .block_image {
		background-image: url(_inc/img/blog_default2.jpg);
	}
	
	
}

@media screen and (max-width:767px) and (orientation: landscape) {
	.menu > ul > li > a {
		font-size: 14px;
		line-height: 16px;
		padding: 7px 40px;
		letter-spacing: 6px;
	}
}

@media screen and (max-width:480px) {
	#cta a {
		width: 200px;
		float: none;
		height: 130px;
		overflow: hidden;
		margin: 20px auto;
	}
	#cta img {
		margin-top: -43px;
		width: 200px;
	}
	.contact_left {
		display: none;
	}
	.contact_right {
		float:none;
		width: auto;
		padding: 40px 20px;
		text-align: center;
	}
	.contact_method {
		text-align: left;
	}
	.contact_right h2 {
		margin-bottom:30px;
	}
	.contactform {
		padding: 20px;
	}
	li.gfield, li.gfield#field_1_5, .gform_footer {
		float: none;
		width: auto;
		margin: 12px 0;
	}
	input[type='text'], select, textarea {
		letter-spacing: 2px;
		font-size: 11px;
	}
}





































