/*
Theme Name: Wilets Architecture 2022
Theme URI: http://maxwebworks.com/
Description: A minimalist WordPress template theme built with HTML 5.
Version: 1.0.1
Author: Max Kukoy
*/
/* == BASICS == */
/* 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;
}
/* == ELEMENTS == */

/* ==

*/
/* a place for misc. styles */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

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

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 1.1rem;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
img {
	max-width: 100%;
	height: auto;
	}
/* == Structure  == */
html {
	font-size: 66.5%;
	}
body {
	color: #3f3f3f;
	background: #fff;
	font-family:'Mulish', sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.6;
	}
.wrapper {
	margin: 50px auto;
	max-width: 1014px;
	padding: 0 25px;
	border: 0px solid #efefef;
	position: relative;
	}
.wrapper section {
	padding-left: 0;
	}
.wrapper article section {
	padding-left: 0px;
	}
article section:after {
	clear: both;
	content: "";
	display: block;
	}
div.leftcolblock {
	float: left;
	max-width: 497px;
	}
.page-id-6 div.leftcolblock {
	padding-left: 87px;
	}
div.rightcolblock {
	float: left;
	margin-left: 15px;
	max-width: 502px;
	}
.page-id-6 div.rightcolblock {
	margin-left: 27px;
	}
.page-id-10 div.leftcolblock {
	float: left;
	max-width: 300px;
	padding-top: 25px;
	padding-right: 30px;
	border: 0px solid red;
	}
.page-id-10 div.leftcolblock a {
	color: #3f3f3f;
	}
.page-id-10 div.rightcolblock {
	margin-left: 0;
	float: right;
	width: 100%;
	max-width: 681px;
	border: 0px solid red;
	}
/* == Rows of Images == */

div.singleimgrow,
div.textrow {
	max-width: 1014px;
	position: relative;
	}
div.singleimgrow,
div.textrow {
	margin: 0 0 16px 0;
	padding: 0;
	}
div.twoimgrow {
	margin: 0 0 0px 0;
	padding: 0;
	}
div.twoimgrow:after {
	content: "";
	display: block;
	clear: both;
	}
div.textrow {
	margin: 4rem 0 3rem 0;
	padding: 0;
	}
div.singleimgrow img {
	padding: 0;
	margin: 0;
	vertical-align: top;
	}
div.twoimgrow img {
	vertical-align: top;
	}
div.swleftimg,
div.swrightimg {
	position: relative;
	max-width: 499px;
	float: left;
	}
div.leftimg {
	margin: 0px 15px 15px 0px;
	padding: 0;
	}
div.rightimg {
	margin: 0px 0px 15px 0px;
	padding: 0;
	}
div.twoimgrow img {
	padding: 0px;
	margin: 0;
	}
/* == rollover styles for images / thumbs == */
span.overimg{
	background: rgba(255,255,255,1);
	transition: all .3s linear;
	opacity: 0;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 1px;
	margin: -1px 0 0 -1px;
	}
div.singleimgrow a:link,
div.singleimgrow a:visited,
span.swleftimg a:link ,
span.swrightimg a:link ,
span.swleftimg a:visited ,
span.swrightimg a:visited
 {
	display: block;
	transition: all .3s linear;
	}
div.singleimgrow a:hover span.overimg,
span.swleftimg a:hover span.overimg,
span.swrightimg a:hover span.overimg,
li.bigclick a:hover span.overimg,
div.singleimgrow.hoverproject  span.overimg,
span.swleftimg.hoverproject  span.overimg,
span.swrightimg.hoverproject  span.overimg,
li.bigclick.hoverproject  span.overimg
 {
	opacity: 1;
	background: rgba(255,255,255,.75);
	cursor: pointer;
	}
span.overimg h3 {
	position: relative;
	top: 45%;
	margin: 0 auto;
	font-size: 1.8rem;
	line-height: 1.2;
	width: auto;
	padding: 0 15px;
	}
.home span.overimg h3 {
	font-size: 2rem;
	}
li span.overimg h3 {
	top: 40%;
	}
span.view_proj {
	display: block;
	text-transform: uppercase;
	font-size: 1.3rem;
	margin-top: 5px;
	letter-spacing: 1px;
	}
div.singleimgrow:hover a,
div.twoimgrow:hover a,
li.bigclick:hover a {
	color: 	#3f3f3f;
	display: block;
	}
li.bigclick a {
	display: block;
	margin: 0;
	padding: 0;

	}
li.bigclick a img {
	vertical-align: bottom;
	}
/* == Some Basics == */

a:link, a:visited {
	color: 	#989898;
	color: #7c7c7c;
	text-decoration: none;
	transition: all linear .3s  ;
	}
a:active, a:hover {
	color: 	#3f3f3f;
	}

p {
	font-size: 1.4rem;
	line-height:18px;
	margin: 0;
	padding: .5rem 0;
	}
h2 {
	font-size: 1.8rem;
	margin: 0;
	padding: 0;
	color: #000;
	}
h2+p {
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: 400;
	letter-spacing: 1px;
	}
.page-id-6 article h2 {
	font-weight: 400;
	font-size: 2.0rem;
	line-height: 1;
	margin-bottom: .5rem;
	}
/* == TOP BANNER AND NAVIGATION  == */

div.wrapper>header {
	margin: 0 0 50px 0;
	padding: 0;
	position: relative;
	}
article header h1 {
	font-size: 3rem;
	font-weight: 300;
	text-align: center;
	margin: 25px 160px  59px;
	padding: 0;
	line-height: 1.3;
	color: rgba(124,124,124,1);
	}
article header h1.introtext {
	font-weight: 300;
	}
article header h1:after,
body .gform_description:after
 {
/*	content: "";
	display: block;
	clear: both;
	background: #c2c2c2;
	background-color: rgba(194,194,194,1);
	height: 1px;
	width: 139px;
	margin: 23px auto 10px;*/
	}
.page-id-8 	article header h1:after {
	background: #fff;
	margin: 0;
	}
div.wrapper>header a  {
	margin: 0;
	padding: 0;
	}
div.wrapper>header img {
	margin: 0 0 2px -13px;
	padding: 0;
	vertical-align: bottom;
	}
nav#mainnav	{
	position: relative;
	}
ul#menu-main-menu {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.4rem;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	}
ul#menu-main-menu li {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 2rem;
	}
ul li.current-menu-item	a,
.single-work ul li#menu-item-144 a {
	color: 	#3f3f3f;
	}
/* == PROCESS PAGE  == */

.page-id-8 article header h1 {
	margin-left:140px;
	margin-right:  140px;
	}
ul.processbox:after {
	content: "";
	clear: both;
	display: block;
}
ul.processbox:before {
	content: "";
	clear: both;
	display: block;
	width: 100%;
	background: rgba(205,205,205,1);
	height: 1px;
	margin-bottom: 15px;
}
ul.processbox:after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
	background: #eaeaea;
	background: rgba(205,205,205,1);
	height: 1px;
	margin-bottom: 7px;
}
ul.processbox li {
	float: left;
	width: 335px;
	border-right: 1px solid;
	border-color: rgba(205,205,205,1);
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0;
	min-height: 470px;
}
ul.processbox li>div {
	padding: 15px 25px;
	}
ul.processbox li:nth-of-type(3n) {
	border-right: 0;
}
ul.processbox li:nth-of-type(3n+1) {
/*	content: "";
	clear: both; */
}
ul.processbox li h2{
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: 1px;
    line-height: 1.2;
	color: rgba(63,63,63,1);
	color: #3f3f3f;
}
span.processicon {
	display: block;
	text-align center;
	margin: 15px 0 20px;
	padding: 0;
	min-height: 77px;
	}
ul.processbox li:nth-of-type(1) span.processicon,
ul.processbox li:nth-of-type(2) span.processicon,
ul.processbox li:nth-of-type(3) span.processicon {
	min-height: 63px;
	}
span.processicon img {
	vertical-align: bottom;
	}
hr {
	display: block;
	width: 100%;
	text-align: center;
	border: 0;
	border-top: 1px solid rgba(205,205,205,1);
	clear: both;
	margin: 15px 0;
	}
hr.bottomhr {
	margin: 15px 0 4px 0;
	}
/* == Contact Page and Form  == */

p.contactinfo {
	font-size: 1.2rem;
	letter-spacing: 1px;
	}
body div.gform_body {
	padding: 0 5px;
	}
body .gform_wrapper {
	margin: 0 100px;
	}
body .gform_wrapper label {
	}
body label.gfield_label,
body .gform_wrapper .top_label .gfield_label {
	margin: 20px 0 1px 0;
	font-size: 1.1rem;
	letter-spacing: 1px;
	line-height: 1.4;
	font-weight: 500;
	}
body .gform_wrapper .ginput_complex label,
body .gform_wrapper .field_sublabel_above .ginput_complex label {
	margin-bottom: 1px;
	font-size: 1.1rem;
	line-height: 1.4;
	font-weight: 500;
	}
body .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0!important;
	}
body .gform_wrapper input,
body .gform_wrapper textarea {
	background: #f5f5f5;
	border: 1px solid #999999;
	font-weight: 500;
	font-size: 1.1rem;
	}
body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	padding: 5px 10px;
	cursor: pointer;
	}
body .gform_wrapper .gform_footer input[type=submit] {
	font-size: 1rem;
	color: #3f3f3f;
	letter-spacing: 1px;
}
body .gform_wrapper .gform_heading {
	margin: 0;
	padding:0;
	}
body .gform_confirmation_message,
body .gform_description
 {
 	display: block;
	font-size: 3.0rem;
	font-weight: 300;
	text-align: center;
	margin: 25px 160px  59px;
	margin:0;
	padding: 0;
	line-height: 36px;
	line-height: 1.3;
	color: #7c7c7c;
	color: rgba(124,124,124,1);
	}
body .gform_wrapper span.gform_description {
	font-weight: 300;
	}
body .gform_confirmation_wrapper {
	margin: 0 150px;
	}
body .gform_wrapper li.gfield.gfield_error {
	background: rgba(241,250,4,.1);
	border: 0;
	padding: 0 5px;
	}
body .gform_wrapper div.validation_error {
	border: 0;
	text-align: center;
	color: #000;
	}
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper .validation_message,
body .gform_wrapper .gfield_error .gfield_label {
	color: #000;
	}
body .gform_wrapper li.gfield_error input[type=text],
body .gform_wrapper li.gfield_error textarea {
	border: 1px solid #000;
	}

.gform_wrapper input.text,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="button"],
.gform_wrapper input[type="submit"],
.gform_wrapper textarea
 {
	-webkit-appearance: none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
border-radius: 0;
}

/* == Single Work Page  == */

.single-work .textrow h1 {
	font-size: 2.4rem;
	text-align: center;
	padding: 0 0 0 0;
	margin:0;
	line-height: 1;
	color: rgba(63,63,63,1);
	}
.single-work article header h1:after {
	display: none;
	}
div.textrow p.subhead {
	text-align: center;
	margin:  0;
	padding: 0 0 0 0;
	font-size: 1.4rem;
	text-transform: uppercase;
	position: relative;
	font-weight: 400;
	letter-spacing: 1px;
	color: rgba(63,63,63,1);
	}
.single-work article section img {
	margin: 0px 0;
	padding: 0;
	position: relative;
	}
.single-work article section img:first-child {
	margin: 0 0 0px 0;
	}
.single-work article section span img{
	margin-bottom: 0px;
	}
div.textrow {
	max-width: 638px;
	margin-right: auto;
	margin-left: auto;
	}
div.textrow p {
	font-size: 1.7rem;
	line-height: 1.9;
	text-align: center;
	padding: 1rem 0;
	margin:0;
	color: rgba(63,63,63,1);
	vertical-align: text-top;
	}
.single-work .textrow .column p:first-child {
	padding-top: 0;
	}
div.textrow:after {
/*	content: "";
	display: block;
	clear: both;
	background: #eaeaea;
	height: 2px;
	width: 150px;
	margin: 10px auto 25px; */
	}
div.credits {
	padding-top: 16px;
	position: relative;
	clear: both;
	}
div.credits p {
	text-align: center;
	font-size: 1.2rem;
	}
div.credits span.hd {
	text-align: center;
	display: block;
	margin:0;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.2rem;
	letter-spacing: 1px;
	}
div.credits .column p:first-child {
	margin-top:0;
	padding-top: 0;
	}
span.swrightimg,
span.swleftimg {
	position: relative;
	margin: 0 0 16px 0;
	padding: 0;
	display: block;
	float: left;
	max-width: 499px;
	}
span.swleftimg {
	margin: 0  16px 0 0;
	}
span.swrightimg span.overimg,
span.swleftimg span.overimg {
	border-bottom: 1px solid #fff;
	}
/* == Work Page  == */
/* === Work Archive Page == */

.post-type-archive-work h2 {
	font-size: 1.3rem;
	margin-bottom: 10px;
	margin-top: 59px;
	padding-bottom: 0;
	text-transform: uppercase;
	color: #7c7c7c;
	letter-spacing: 1px;
	}

ul.worklist {
	list-style: none outside;
	margin: 0;
	padding: 0;
	}
ul.worklist:after {
	content: " ";
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	}
ul.worklist li {
	margin: 0 15px 15px 0;
	padding: 0 ;
	float: left;
	position: relative;
	width: 327px;
	height: 231px;
	}
ul.worklist li:nth-of-type(3n) {
	margin-right: 0px;
	}
/* == Footer Stuff  == */

nav.nextprenav {
	display: block;
	position: relative;
	margin-top: 7px;
	padding-top: 13px;
	width: 230px;
	margin: 48px auto 0;
	}
nav.nextprenav:after {
	display: block;
	position: relative;
	content: " ";
	clear: both;
	height:49px;
	z-index: 1;
	}
a.thumbsback {
	display: block;
	width: 23px;
	height: 23px;
	overflow:hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 10;
	background: #999;
	}
a.thumbsback:hover {
	cursor: pointer;
	background: #3f3f3f;
	}
a[rel="prev"] {
	width: 37px;
	height: 49px;
	z-index: 10;
	top: 0;
	display: block;
	position: absolute;
	right: 0;
	}
a[rel="next"] {
	top: 0;
	display: block;
	position: absolute;
	width: 37px;
	height: 49px;
	z-index: 10;
	left: 0;
	}
a.newerarrow[rel="next"] {
	background: #353535;
	}
img.newerarrow,
img.olderarrow {
	background: #ccc;
	transition: background .3s linear;
	}
img.newerarrow:hover,
img.olderarrow:hover {
	background: #353535;
	}
.olderarrow,
.newerarrow {
	display: block;
	width: 37px;
	height: 49px;
	background: #999;
	overflow:hidden;
	position:absolute;
	z-index: 10;
	top: 0;
	}
/* == Footer Stuff  == */

footer p span {
	padding-right: 15px;
	}
footer {
	border-top: 1px solid #c2c2c2;
	padding-top: 7px;
	padding-bottom: 25px;
	margin: 23px 0px 20px 0;
	position: relative;
	letter-spacing: 1px;
	}
footer p.copyright {
	letter-spacing: 0px;
	}
.page-id-8 footer {
	border-top: 0;
	padding-top: 0px;
	margin: 0px 0px 20px 0;
	}
footer p {
	font-size: 1.1rem;
	color: #6e6e6e;
	}
footer p em {
	font-style: normal;
	font-weight: 600;
	}
span.contact,
span.email {
	text-transform: uppercase;
	color: #6e6e6e;
	display: block;
	}
span.contact {
	font-weight: 600;
	}
.copyright span {
	display: block;
	}
div.social {
	position: absolute;
	right: -9px;
	top: 12px;
	}
div.social span {
	display: inline-block;
	padding: 0px;
	}
div.social span a {
	display: block;
	padding: 0px;
	}
/* == ALL YOUR CODE ARE BELONG TO POETRY == */

a.togglemenu {
	display: none;
	}
nav#mobile-menu {
	display: none;
	}
@media screen and  (min-width: 950px) and (max-width: 1064px) {

.wrapper {
	margin: 50px auto;
	max-width: 900px;
	padding: 0 25px;
	border: 0px solid #efefef;
	position: relative;
	}

span.swleftimg {
	display: block;
	position: relative;
	float: left;
	margin:  0 16px 16px 0;
	padding: 0;
	width: 442px;
	}
span.swrightimg {
	display: block;
	position: relative;
	float: right;
	margin:  0 0 16px 0;
	padding: 0;
	width: 442px;
	}
article header h1 {
	margin-left: 95px;
	margin-right: 95px;
	}
ul.worklist li {
	width: 289px;
	height: auto;
	}
.page-id-6 div.leftcolblock  {
	padding-left: 87px;
	width: auto;
	}
.page-id-6 div.rightcolblock {
	width: 450px;
	}
.page-id-8 article header h1 {
	margin-left:100px;
	margin-right:  100px;
	}
ul.processbox li {
	width: 299px;
}

}
@media screen and  (min-width: 800px) and (max-width: 949px) {

.wrapper {
	margin: 50px auto;
	max-width: 750px;
	padding: 0 25px;
	border: 0px solid #efefef;
	position: relative;
	}

span.swleftimg,
span.swrightimg  {
	width: 367px;
	}
article header h1 {
	margin-left: 75px;
	margin-right: 75px;
	}
ul.worklist li {
	width: 240px;
	height: auto;
	}
.page-id-6 div.leftcolblock  {
	width: 350px;
	}

.page-id-6 div.rightcolblock {
	width: 385px;
	margin-left: 365px;
	}
.page-id-8 article header h1 {
	margin-left:25px;
	margin-right:  25px;
	}
ul.processbox li {
	width: 249px;
}

}
@media screen and  (min-width: 768px) and (max-width: 799px) {

.wrapper {
	margin: 50px auto;
	max-width: 728px;
	padding: 0 20px;
	border: 0px solid #efefef;
	position: relative;
	}
div.wrapper>header img {
	margin-left: 2px;
	}
article header h1 {
	margin-left: 55px;
	margin-right: 55px;
	}
span.swleftimg,
span.swrightimg  {
	width: 356px;
	}

.page-id-8 article header h1 {
	margin-left:0;
	margin-right:  0;
	}
ul.processbox li h2 {
    line-height: 1.2;
}
ul.processbox li>div {
	padding: 15px 25px 0 25px;
	}
ul.worklist li {
	width: 232px;
	height: auto;
	}
.page-id-6 div.leftcolblock  {
	max-width: 251px;
	}
.page-id-6 div.rightcolblock {
	width: auto;
	max-width: 450px;
	width: auto;
	}
ul.processbox li {
	width: 242px;
}
.page-id-6 div.leftcolblock {
	padding-left: 0px;
	}
ul.processbox li {
	min-height: 605px;
}

}
@media screen and  (min-width: 539px) and (max-width: 767px) {

.wrapper {
	margin: 50px auto;
	max-width: 499px;
	padding: 0 20px;
	border: 0px solid #efefef;
	position: relative;
	}

span.swleftimg,
span.swrightimg  {
	width: 499px;
	}
span.swrightimg,
span.swleftimg {
	position: relative;
	margin: 0 auto ;
	padding: 0;
	display: block;
	float: none;
	max-width: 499px;
	}
span.swleftimg {
	margin-bottom: 16px;
	}
article header h1 {
	margin-left: 0;
	margin-right: 0;
	}
.post-type-archive-work h2 {
	max-width: 234px;
	margin-right: 0;
	margin-left: 0;
	}
ul.worklist li {
	width: 234px;
	height: auto;
	}
ul.worklist li:nth-of-type(3n) {
	margin-right: 15px;
	}
ul.worklist li:nth-of-type(2n) {
	margin-right: auto;
	}
.page-id-6 div.leftcolblock,
.page-id-6 div.rightcolblock  {
	width: auto;
	float: none;
	margin-left: 0;

	}
.page-id-8 article header h1 {
	margin-left:0px;
	margin-right: 0px;
	}

}

@media screen and  (min-width: 320px) and (max-width: 564px) {


.wrapper {
	margin: 50px auto;
	width: auto;
	padding: 0 20px;
	border: 0px solid #efefef;
	position: relative;
	}

span.swleftimg,
span.swrightimg  {
	width: auto;
	margin: 0 auto 16px;
	}

article header h1 {
	margin-left: 0;
	margin-right: 0;
	}
.page-id-8 article header h1 {
	margin-left:0;
	margin-right:  0;
	}
/* Main Work  Page */
.post-type-archive-work h2 {
	max-width: 327px;
	margin-right: auto;
	margin-left: auto;
	}

ul.worklist li {
	max-width: 327px;
	width: auto;
	height: auto;
	margin: 0 auto 15px auto;
	display: block;
	position: relative;
	float: none;
	text-align: center;
	}
ul.worklist li:nth-of-type(3n) {
	margin-right: auto;
	}
div.rightcolblock {
	margin-left: 0;
	clear: both;
	}

}

@media screen and  (min-width: 320px) and (max-width: 420px) {

h1#logo {
	max-width: 220px;
	}
ul.worklist li {
	width: auto;
	max-width: 327px;
	height: auto;
	}
ul.worklist li  {
	}

ul.worklist li:nth-of-type(3n) {
}

}
@media screen and  (min-width: 320px) and (max-width: 767px) {

div.wrapper>header img {
	margin-left: 2px;
	}
a.togglemenu {
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	bottom: 10px;
	right: 0px;
	cursor: pointer;
	z-index: 100;
	}
a.togglemenu span {
	display: block;
	position: absolute;
	background: #717171;
	width: 25px;
	height: 3px;
	bottom: 0px;
	}
a.togglemenu span,
a.togglemenu span:before,
a.togglemenu span:after {
	transition: background .3s linear;
	}
a.togglemenu:hover span,
a.togglemenu:hover span:before,
a.togglemenu:hover span:after {
	background: #bd9b1c;
	}
a.togglemenu span:before,
a.togglemenu span:after {
	content: " ";
	display: block;
	position: absolute;
	background: #717171;
	width: 25px;
	height: 3px;
	left: 0px;
	}
a.togglemenu span:before {
	top: -7px;
	}
a.togglemenu span:after {
	top: 7px;
	}
nav#mainnav {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	}
nav#mobile-menu {
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	}
ul#mmenu  {
	position: relative;
	font-size: 18px;
	width: 100%;
	display: none;
	padding-bottom: 0px;
	border-bottom: 15px solid #fff;
	border-top: 1px solid #fff;
	background: rgba(255,255,255,1);
	z-index: 100;
	font-size: 1.4rem;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	list-style: none;
	}
.logged-in #menu-main-menu  {
	top: 109px;
	}
ul#mmenu li {
	display: block;
	position: relative;
	padding: 0px;
	text-align: right;
	}
ul#mmenu li a {
	display: block;
	padding:  5px 0px;
	transition: all .3s linear;
	}
ul.processbox li>div {
	}
span.processicon {
	margin-top: 0;
	}
ul.processbox li {
    float: none;
    width: auto;
    border-right: 0;
    border-bottom: 1px solid;
    border-color: rgba(205,205,205,1);
    text-align: center;
    margin: 0 0 15px 0;
    min-height: 0;
    padding: 0 0 25px 0;
}
ul.processbox li h2 {
    font-size: 1.3rem;
    line-height: 1.2;
}
ul.processbox hr {
	display: none;
	}
ul.processbox:after {
	display: none;
}
/* Contact Page */
body .gform_wrapper {
	margin: 0 0px;
	}
body .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
	display: block;
	}
body .gform_wrapper .field_sublabel_above .ginput_complex label {
	margin-top: 20px;
	}
.page-id-6 div.leftcolblock {
	margin-bottom: 20px;
	padding-left: 0px;
	}
div.leftcolblock {
	float: none;
	}
div.rightcolblock {
	float: none;
	margin-left: 0;
	}
.page-id-6 div.rightcolblock {
	margin-left: 0;
	}

}
