/*
Theme Name: Hatch Development Group
Theme URI: 
Description: Custom theme for Hatch Development.
Version: 2.0.5
Author: Shrieking Tree / Justin Norman
Author URI: https://shriekingtree.com
*/


@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Light.eot');
    src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Light.woff2') format('woff2'),
        url('fonts/OpenSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansB';
    src: url('fonts/OpenSans-Bold.eot');
    src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemi';
    src: url('fonts/OpenSans-Semibold.eot');
    src: url('fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Aquifer';
    src: url('fonts/Aquifer.eot');
    src: url('fonts/Aquifer.eot?#iefix') format('embedded-opentype'),
        url('fonts/Aquifer.woff2') format('woff2'),
        url('fonts/Aquifer.woff') format('woff'),
        url('fonts/Aquifer.svg#Aquifer') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cas';
    src: url('fonts/CaslonAntique.eot');
    src: url('fonts/CaslonAntique.eot?#iefix') format('embedded-opentype'),
        url('fonts/CaslonAntique.woff2') format('woff2'),
        url('fonts/CaslonAntique.woff') format('woff'),
        url('fonts/CaslonAntique.svg#CaslonAntique') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ashbury';
    src: url('fonts/AshburyW01-Regular.eot');
    src: url('fonts/AshburyW01-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AshburyW01-Regular.woff2') format('woff2'),
        url('fonts/AshburyW01-Regular.woff') format('woff'),
        url('fonts/AshburyW01-Regular.svg#AshburyW01-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AshburyM';
    src: url('fonts/AshburyW01-Medium.eot');
    src: url('fonts/AshburyW01-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/AshburyW01-Medium.woff2') format('woff2'),
        url('fonts/AshburyW01-Medium.woff') format('woff'),
        url('fonts/AshburyW01-Medium.svg#AshburyW01-Medium') format('svg');
    font-style: normal;
}

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section, 
div{
	font-family: 'OpenSans';
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;	
}
audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
    width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #555;
	font-family: 'selfFont', 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	outline: none;
}

input:invalid {
	box-shadow: none;
}

body {
	background: #fff;
}

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
	color: #63965e !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	padding: 20px 0 12px;
	color: inherit;
}

h1 {
    font-family: 'AshburyM';
	font-size: 36px;
	line-height: 1.1;
	color: black !important;
}
h2 {
    font-family: 'AshburyM';
	font-size: 30px;
	line-height: 1.1;
	text-align: center;
	color: black !important;
}
h2.section {
	font-size: 2.8em;
    letter-spacing: 24px;
    text-transform: uppercase;
}

h3 {
    font-family: 'AshburyM';
	font-size: 24px;
	line-height: 1.1;
	color: black !important;
}

h4 {
	line-height: 1.1;
	color: black !important;
}

h5 {
	font-size: 18px;
	line-height: 1.1;
}

h6 {
	font-size: 16px;
	line-height: 1;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	color: #963;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

mark,
ins {
	background: #963;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
	font-family: 'OpenSans';
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote {
	border: 0;
	position: relative;
	font-family: Georgia, serif;
}

blockquote p {
	padding: 20px 0 0 48px;
}

blockquote p:before {
	content: "\201C";
	display: block;
	font-size: 84px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
}

blockquote footer {
	padding-left: 20px;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	width: 110px;
	height: auto;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}
.button,
.everest-forms button[type=submit] {
    font-family: 'AshburyM';
    font-size: 1.4em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #1b2638;
	padding: 16px 28px;
    letter-spacing: 4px;
    width: 45%;
    min-width: 510px;
    margin: 0 auto 20px;
    border: 0;
}
.button:hover,
.everest-forms button[type=submit]:hover {
	background-color: #31486d;
	color: white;
}
.careers-team .button {
	width: 280px;
	min-width: 0px;
	margin-bottom: 5em;
}
.careers-model {
	width: 60%;
    margin: 0 auto;
    min-width: 850px;
}
.half-width {
	width: 47%;
    margin-right: 3%;
    float: left;
}
input[type="radio"] {
	min-width: 16px !important;
	width: 16px !important;
}
.centered-q {
	margin: 0 auto;
    width: 50%;
    clear: both;
    margin-bottom: 20px;
    min-width: 450px;
}
.evf-submit-container  {
	text-align: center;
}
input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

th,
td {
	padding: 6px;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

::selection {
	background: #963;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #963;
	color: #fff;
	text-shadow: none;
}

:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease;
}

.required {
	color: #F00;
}

.clear {
	clear: both;
}

nav li {
	list-style-type: none;
}

/*
 * 0.1 WordPress CSS
 */

.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;
}

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: 15px 13px 20px;
    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: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.header-wrap,
.fxd-header {
	display: block !important;
}
.fxd-header {
	background-color: #5a5a50;
}
.fxd-header .site-nav {
    margin: 0 auto;
}
.fxd-header a {
	font-family: 'Aquifer';
	position: relative;
	color: #000;
	text-decoration: none;
    padding-bottom: 4px !important;
    -webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.fxd-header > a:hover {
  color: #000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}
.fxd-header a.lined:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}
.fxd-header a.lined:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.no-flickr {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.admin-bar .fxd-header {
	top: 32px !important;
    opacity: 0.9;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

}

.gallery-caption {

}

.bypostauthor {

}

/*
 * 1.0 General
 */

body {
	position: relative;
}

.wrapper {
	font-size: 0.85em;
	position: relative;
}
.featured-project {
	width: 100%;	
}
.homepage .featured-project h2 {
    font-family: 'AshburyM';
	text-align: left;
	border: none;
	width: 93%;
	margin: 0.4em auto 0.9em;
	text-transform: none;
	letter-spacing: 2px;
}
.awards-banner {
	width: 93%;
	margin: 1em auto;
	display: flex;
}
.awards-banner img {
	    width: auto;
    height: 8em;
}
.homepage .awards-banner h2 {
	margin: 0.4em 0 0.6em 4%;
    padding-top: 0.2em;
	width: 90%;
	border: none;
	text-transform: none;
	text-align: left;
}
.arrow {
	width: 28px;
    margin-top: -5px;
    display: none;
}
.featured-project h2 a {
    font-family: 'Ashbury';
	color: black !important;
}
.double-photo-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.double-photo-box div {
	width: 50%;
	height: auto;
	display: grid;
}
.double-photo-box img {
	width: 100%;
	height: auto;
}
.entry-content a,
.about-text a {
    font-family: 'OpenSansSemi';
} 
.entry-content ul {
	margin-left: 20px;
}
.entry-content a,
.about-text a,
.project .project-name a,
.featured-project-wrap h2 a {
    color: black !important;
    display: inline !important;
  text-decoration: none;
  color: #333;
    width: calc(100%);
  background-image: linear-gradient(transparent calc(100% - 2px), black 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1s;
}
.about-text a:hover,
.entry-content a:hover,
.project:hover .project-name a,
.featured-project-wrap:hover h2 a {
	color: black !important;
  background-size: 100% 100%;
}
.press-single .entry-main {
	width: 60%;
	margin: 0 auto;
}
.press-single .entry-content,
.project-single .entry-content {
	font-family: 'OpenSans';
    font-size: 1.5em;
    margin-top: 1em;
    line-height: 1.6em;
}
.project-single .entry-main {
	width: 85%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.project-gallery {
	width: 85%;
    margin: 2em auto 0;
    display: flex;
}
.project-gallery ul {
	display: flex;
    justify-content: flex-start;
	flex-wrap: wrap;
}
.project-gallery ul li {
	width: 23%;
    margin-right: 1.5%;
    margin-bottom: 2.5%;
	list-style: none;
    overflow: hidden;
}
.project-gallery ul li img {
	width: 100%;
	height: auto;
}
.project-main {
	width: 66%
}
.project_credits {
	font-family: 'OpenSans';
	width: 24%;
}
.project-credits a {
	color: black;
}
.project_credits-list {
    font-size: 1.15em;
    list-style: none;
}
.project_credits-list a {
	color: black;
}
.post-wrap a {
  position: relative;
  display: inline-block;
}

.post-wrap a:hover,
.post-wrap a:focus,
.post-wrap a:active {
  color: black;
  text-decoration: none;
}
.page-template-template-projects .project-name {
	padding: 0.5em 0 0.1em;
}
.project-names li a:hover {
	color: black;
}
.underline {
  width: calc(100%);
  background-image: linear-gradient(transparent calc(100% - 1px), black 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1s;
}
.project-names li a {
  text-decoration: none;
}
.investors-list li a {
	color: black !important;
}
.investors-list .underline {
	font-family: 'OpenSans';	
}
.investors-list li a:hover .underline,
.project-names li a:hover .underline,
.office-location a:hover .underline {
  background-size: 100% 100%;
}
.project_credits-list a:hover {
	color: black !important;
}
.project_credits-list li {
	list-style: none;	
}
.project_credits-list h4 {
	font-family: 'OpenSansB';
	font-weight: bold;
	padding-bottom: 0.2em;
}
.press-details {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.press-details h3 {
	padding-top: 0;
}
.project-names {
	margin-left: 0;
	line-height: normal;
}
.projects-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
    padding: 145px 3.25% 0;
    margin: 0;
}
.project a {
	color: black;
}
.project .project-details h3  {
	font-family: 'OpenSansB';
	padding: 0;
    font-size: 1em;
}
.project-name {
    padding: 0.5em 0 0.3em;
}
.projects-grid .project,
.under-construction .project,
.under-consideration .project {
	width: 31%;
	margin: 0 2.5% 2.5% 0;
	overflow: hidden;
}
.projects-grid .project:nth-child(3n+3),
.under-consideration .project:nth-child(3n+3),
.under-construction .project:nth-child(3n+3),
.project-gallery ul li:nth-child(4n+4) {
	margin-right: 0;
}
.projects-grid .project img,
.under-construction .project img {
	width: 100%;
}
.mobile-image {
	display: none;
}
#experience-4 {
    margin-bottom: 150px;
}
#experience-blurb-1 {
    z-index: 10;	
}
#experience-blurb-2 {
    z-index: 9;
}
#experience-blurb-3 {
    z-index: 8;
}
#experience-blurb-4 {
    z-index: 7;
}
.experience {
    margin-bottom: 150px;
}
.experience-bg {
	background-size: cover;
    min-height: 800px;
    margin-bottom: 60px;
    position: relative;
}
#experience-1.experience-bg {
	min-height: 700px;
}
.experience .experience-blurb-l h2 {
	border-bottom: 4px solid #0086a2;
}
.experience .experience-blurb-r h2 {
	border-bottom: 4px solid #5576da;
}
.experience-blurb-l,
.experience-blurb-r {
	width: 60%;
	padding: 2em 0 3.1em;
    position: absolute;
    bottom: 0;
    margin-bottom: -10em;
}
.experience-blurb-l h2,
.experience-blurb-r h2 {
	text-align: left;
    padding: 20px 0 40px;
}
.experience-blurb-l {
	background: white;
    float: left;
    text-align: left;
}
.experience-blurb-r {
	background: white;
	float: right;
	text-align: right;
    right: 0;
}
.experience-list {
	font-family: 'OpenSans';
    font-size: 1.3em;
    margin: 0 auto;
    line-height: 28px;
    text-align: left;
}
.experience-list-box {
	width: 80%;
    margin: 0 auto;
}
.experience-list li {
    margin-left: 18px;
}
.services {
	display: flex;
    flex-wrap: wrap;
}
.services .wp-block-image,
.services img {
	width: 100%;
	height: 50%;
	margin-bottom: 3em;
}
.services h2 {
    font-size: 1.7em;
}
.services-list-box {
	flex: 1 0 25%; /* explanation below */
}
.services .services-list-box:nth-child(odd) {
	margin: 0 3% 0 10%;
}
.services .services-list-box:nth-child(even) {
	margin: 0 10% 0 3%;
}
.services-list-box:nth-child(3) h2 {
	border-bottom: 4px solid #d8a298;
}
.services-list-box:nth-child(4) h2 {
	border-bottom: 4px solid #dba784;
}
.services-list-box:nth-child(5) h2 {
	border-bottom: 4px solid #a8a8c5;
}
.services-list-box:nth-child(6) h2 {
	border-bottom: 4px solid #b6c3a1;
}
.services-list-box:nth-child(7) h2 {
	border-bottom: 4px solid #84bac6;
}
.services-list-box:nth-child(8) h2 {
	border-bottom: 4px solid #dfc5de;
}
.services-list-box:nth-child(9) h2 {
	border-bottom: 4px solid #d8a298;
}
.services-list-box:nth-child(10) h2 {
	border-bottom: 4px solid #dba784;
}
.services-list-box:nth-child(13) h2 {
	border-bottom: 4px solid #84bac6;
}
.services-list-box:nth-child(14) h2 {
	border-bottom: 4px solid #dfc5de;
}
.services-list-box h2 {
	color: black;
}
.services-list {
	font-family: 'OpenSans';
    font-size: 1.2em;
    color: #000;
	display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.services-list li {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.8em;
}
.services-list li div:first-child {
	text-align: right;
}
.services-list li div {
	width: 45%;
	margin: 0 2.5%;
}
.team-main,
#team-group-1,
#team-group-2,
#team-group-3,
#team-group-4,
#team-group-5,
.team-info {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease;
}
.team-main #team-group-2,
.team-main #team-group-3,
.team-main #team-group-4,
.team-main #team-group-5 {
	display: none;
}
.team-group-2 #team-group-1,
.team-group-2 #team-group-3,
.team-group-2 #team-group-4,
.team-group-2 #team-group-5 {
	display: none;
}
.team-group-3 #team-group-1,
.team-group-3 #team-group-2,
.team-group-3 #team-group-4,
.team-group-3 #team-group-5 {
	display: none;
}
.team-group-4 #team-group-1,
.team-group-4 #team-group-2,
.team-group-4 #team-group-3,
.team-group-4 #team-group-5 {
	display: none;
}
.team-group-5 #team-group-1,
.team-group-5 #team-group-2,
.team-group-5 #team-group-3,
.team-group-5 #team-group-4 {
	display: none;
}
.gallery-main  #gallery-group-2 {
	display: none;
}
.team-nav,
.gallery-nav {
	font-family: 'Aquifer';
	text-transform: uppercase;	
}
.team-nav ul li:hover,
.gallery-nav ul li:hover {
	cursor: pointer;
	color: black;
}
.team-nav ul,
.gallery-nav ul {
	font-size: 1.1em;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
    justify-content: space-between;
    max-width: 600px;
}
.gallery-nav ul {
	max-width: 200px;
}
.team-nav a,
.gallery-nav a {
    color: #777777 !important;
}
.team-nav a:hover,
.gallery-nav a:hover {
    color: black !important;
}
.giving-grid {
	margin: 40px auto 0;	
}
.giving-item:hover,
.giving-info:hover {
	cursor: default;
}

.giving-info p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.team-single .img-box:after,
.team-gallery-img-wrap:after,
.giving-img-wrap:after,
.gallery-img-wrap:after,
.team-info:after,
.giving-info:after,
.gallery-info:after {
  	content: "";
  	display: block;
  	padding-bottom: 100%;
}
.img-box img {
	-webkit-animation: expbg 2s;
    animation: expbg 2s;
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes expbg {
    100% {
        -webkit-transform: scale(1,1); 
    }
}

@keyframes expbg {
    100% {
        transform: scale(1,1); 
    }
}
.team-info .dash {
	display: none;
}
.team-info,
.giving-info,
.gallery-info {
	padding-top: 3.8em;
	text-align: center;
}
.giving-info {
	padding: 0 3em;
    font-size: 1.1em;
    line-height: normal;
}
.team-info-wrap,
.giving-info-wrap,
.gallery-info-wrap {
	display: table-cell;
}
.team-level {
	font-family: 'AshburyM';
	font-size: 1.7em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: white;
}
.team-grid h4.team-level  {
	color: white !important;
}
.team-cat, .team-price {
	font-size: 1.5em;
    line-height: 1.4em;
}
.team-more {
	font-family: 'AshburyM';
    font-size: 1.2em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: white;
    border-top: 2px solid #b53656;
    padding-top: 10px;
	width: 40%;
    margin: 13px auto 0;
}
.team-more a {
	color: white;
}
.team-more a:hover {
	color: #e4a0b0 !important;
}
.team-gallery-img-wrap,
.giving-img-wrap,
.gallery-img-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #ccc;
}
.giving-img-wrap {
	overflow: visible;
}
.team-member img,
.gallery-item img {	
	margin-top: -6%;
	position: absolute;
	width: 100%;
	opacity:1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.giving-item img {
	position: absolute;
	width: 100%;
	opacity:1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.team-member h3,
.giving-item h3,
.gallery-item h3 {
	text-align: center;
    font-size: 1.2em;
    letter-spacing: 0.2em;
    position: relative;
}
.giving-item h3 {
	text-transform: uppercase;
}
.giving-item h4 {
	font-size: 0.9em;
    text-align: center;
    color: #45c8be !important;
    padding-top: 0;
}
.team-member h3 a,
.giving-item h3 a,
.gallery-item h3 a {
    text-transform: uppercase;
    color: #777777 !important;
}
.team-member h3 a:hover,
.giving-item h3 a:hover,
.gallery-item h3 a:hover {
    color: black !important;
}
.team-info,
.giving-info,
.gallery-info {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	color: white;
	background-color: black;
    z-index: 1;
    opacity: 0;
}
.project-gallery-img-wrap {
	overflow: hidden;
}
.project-gallery-img-wrap img,
.double-photo-box img,
.site-nav li img,
.project-gallery li,
.project-gallery li img {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
 }
.giving-item img:hover,
.giving-item:hover img,
.project-gallery li img:hover,
.press-grid ul li img:hover,
.team-member:hover .team-info,
.giving-item:hover .giving-info {
	opacity: 1;
}
.featured-img-wrap {
	overflow: hidden;
}
.project-gallery li:hover img,
.projects-grid .project:hover .project-gallery-img-wrap img {
  	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    opacity: 1;
}
.projects {
    background-color: #f7f5f5;
}
.projects-grid h2 {
	font-size: 3.2em;
	clear: both;
    width: 100%;
    text-align: left;
    padding-bottom: 0.6em;
}
.under-construction,
.under-consideration {
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 3.25% 50px;
    margin: 0;
}
.under-consideration img {
	width: 100%;
}
.featured-project-wrap:hover img,
.site-nav li:hover img  {
  	-ms-transform: scale(1.03); /* IE 9 */
    -webkit-transform: scale(1.03); /* Safari 3-8 */
    transform: scale(1.03);
}
.site-nav .head-social:hover img  {
  	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}
.post-wrap.team-single {
	width: 75%;
    margin: 0 auto;
}
.team-single article {
	display: flex;
    justify-content: space-around;
}
.team-single .entry-main {
	width: 50%;
}
.about-page .entry-main {
	width: 60%;
	margin: 0 auto;
}
.about-text {
	font-size: 1.5em;
}
.about-text img {
	width: 100%;
	height: auto;	
}
.about-text h2 {
	text-align: left;
    border: none;
    font-size: 1.8em;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
}
.about-text h4 {
	font-family: 'OpenSansB';	
}
.about-text img:first-of-type {
	display: none;	
}
.investors-list {
	width: 100%;
	font-size: 0.9em;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.investors-box {
    margin-bottom: 3em;
}
.investors-list h4 {
	padding: 0;
}
.investors-list li {
	list-style: none;
	margin-bottom: 1em;
}
.contacts {
	padding: 115px 3.25% 0;
    margin: 0;
    background-color: #f7f5f5;
}
.contacts h2 {
	font-size: 2.5em;
	padding-bottom: 0.15em;
}
.staff-description,
.offices-description,
.rent-box-description {
	font-size: 1.5em;
	margin-bottom: 2em;
}
.contacts a {
	color: black !important;
}
.staff-members-wrap,
.office-locations-wrap,
.rent-box-wrap {
	text-align: center;
	width: 70%;
    margin: 0 auto;
}
.office-locations-wrap,
.rent-box-wrap {
	margin-top: 4em;
}
.rent-box-wrap {
	padding-bottom: 6em;
}
.staff-members-box {
	display: flex;
	justify-content: space-between;
}
.office-locations-box,
.rental-locations-box {
	display: flex;
	justify-content: space-around;
}
.staff-member,
.office-location {
	width: 21%;
}
.staff-img-wrap,
.office-img-wrap {
	width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 50%;	
}
.staff-member:hover img,
.office-location:hover img {
	-webkit-transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    text-align: center;
    background: #bababa;
    color: white;
    border-radius: 100%;
    padding: 10px;
    overflow: hidden;
}
.office-img-wrap {
		margin-bottom: 0.7em;
}
.staff-img-wrap img,
.office-img-wrap img {
    background:  #bababa;
    padding: 0px;
    border-radius: 0%;
	width: 100%;
    display: inline;
    margin: 0 auto;
    height: auto;
	-webkit-transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.office-location h3 {
	padding-bottom: 0.2em;
}
.staff-member h3 {
    font-size: 2.2em;
    padding-bottom: 0.2em;
}
.staff-position {
	font-size: 1.2em;
}
.team-single .entry-header {
	font-family: 'AshburyM';
    font-size: 1.7em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}
.team-single .entry-title {
	color: black;
	padding: 0;
}
.team-single .img-box {
	position: relative;
    overflow: hidden;
    width: 100%;
}
.team-single .img-box img {
	margin-top: -2em;
	position: absolute;
    width: 100%;
}
.team-single .entry-header {
    border-bottom: 4px solid #b53656;
    padding-bottom: 0.5em;
    margin-top: -9px;
}
.team-single .feature-img-box {
	width: 40%;
}
.team-member-bio {
	margin-top: 0.9em;
    font-size: 1.3em;
    line-height: normal;
}
.team-single h4 {
	font-family: 'AshburyM';
    font-size: 1.2em;
    letter-spacing: 0.2em;
    color: black;
    text-transform: uppercase;
}
.team-single .team-nav {
    margin-bottom: 1.45em;
}
ul.team-highlight-list {
	font-size: 1.2em;
    line-height: 1.6em;
    margin-left: 18px;
}
.team-highlights-gallery {
    margin-top: 1em;
}
.double-column-box {
	width: 80%;
    margin: 0 auto 3em;
}
.double-column-box h2 {
	width: 50%;
	margin: 0 auto 20px;
}
.double-column li {
	font-size: 1.2em;
    line-height: 2em;
    display: flex;
    flex-wrap: wrap;
}
.double-column li div {
	width: 45%;
    margin: 0 2%;
}
.fine-print { 
	text-align: center;
	width: 50%;
    margin: 20px 25% 50px;
}
.giving h2 {
	color: black;
	border-bottom: 4px solid #45c8be;
	width: 50%;
	margin: 0 auto;
	min-width: 720px;
	margin-bottom: 30px;
}
.giving-list {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin-bottom: 100px;
    color: black;
}
.giving-list-box {
    margin: 0 25%;
	width: 60%;
}
.single-column-box {
	width: 30%;
    font-size: 1.3em;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    min-width: 550px;
    color: black;
}
.giving-grid .single-column-box,
.giving-grid .giving-list-box,
.giving-grid h2 {
	display: none;
}
.giving-grid h2.featured-programs {
	display: block;
}
.press {
	margin-top: 4em;
}
.press-grid {
	clear: both;
    margin: 0 auto;
    width: 65%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-width: 900px;
}
.press-grid ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.press-grid ul li {
	width: 25%;
    margin: 0 3% 4em;
}
.press-grid img {
	width: 100%;
    height: auto;
}
.awards-box {
	width: 25%;
	text-align: center;
    margin: 0 3% 4em;
}
.magazine-logo {
    border-bottom: 4px solid #000;
    height: 7em;
}
.press-grid .awards-box:first-child .magazine-logo {
    border-bottom: 4px solid #dd6565;	
}
.press-grid .awards-box:nth-child(2) .magazine-logo {
    border-bottom: 4px solid #7ab0b0;	
}
.press-grid .awards-box:nth-child(3) .magazine-logo {
    border-bottom: 4px solid #659ddd;	
}
.press-grid .awards-box:nth-child(4) .magazine-logo {
    border-bottom: 4px solid #dfbb68;	
}
.press-grid .awards-box:nth-child(5) .magazine-logo {
    border-bottom: 4px solid #b46e94;	
}
.press-grid .awards-box:nth-child(6) .magazine-logo {
    border-bottom: 4px solid #827276;	
}

.magazine-logo img {
	height: 60%;
    width: auto;
}
.award-years {
	margin: 0 auto;
	width: 50%;
	min-width: 120px;
    line-height: 1.5em;
}
.awards-list h4 {
	font-family: "Ashbury";
	text-transform: uppercase;
	letter-spacing: 0.2em;
	width: 100%;
	padding-bottom: 0.4em;
	color: black !important;
}
.mobile-social {
	display: none;
}
.press-grid {
	clear: both;
}
.container-fullwidth {
	width: 100%;
	overflow: hidden;
}
.container,
.home-page {
	width: 100% !important;
}
.home-page form,
.careers-team form {
	text-align: center;
}
.container .container {
	width: 100%;
}
/*
.container-fullwidth .row .row {
	margin-left: 0;
	margin-right: 0;
}
*/
.move-to-top {
	position: fixed;
}

/*
 * 2.0 Top bar
 */
section.home-section-1 {
	background-size: 100% !important;
}
.home-section-1 {
	width: 100%;
    margin: 0 auto;
}
.ms-nav-next,
.ms-nav-prev {
	display: none;
}
section span {
  margin-top: 0;       
  padding-bottom: 0; 
}
.home-container .hatchdevelopmentgroup-animated {
	visibility: visible;
}
.banner-sns ul li {
	display: inline-block;
}
section.home-section-1 {
    height: 500px;
}
.home-section-1 .heading-border .heading-inner {
	color: #3d332d;
    letter-spacing: 1px;
	border: none;
}
.top-bar {
	background-color: #eee;
	font-size: .85em;
	line-height:30px;
	display:none;
}
.top-wrap .top-bar,
.hs-form-field label {
	display: none !important;
}
.hatchdevelopmentgroup-menuitem #hatchdevelopmentgroup-home {
	display: none;
}
.hatchdevelopmentgroup-menuitem {
	text-transform: uppercase;
}
.top-bar-left {
	float: left;
	display: none;
}

.top-bar-right {
	float: right;
}

.top-bar-info {
	color: inherit;
}
.site-nav span {
	padding-left: 2px !important;
}
.container-fluid .logo-left .site-nav, .site-nav {
	float: none;
	clear: none;
	width: 100%;
    text-align: center;
}
#menu-main > li > a {
    font-size: 2.2em;
    letter-spacing: 1px;
    color: black !important;
    font-weight: normal !important;
}
.social {
    width: 25px;
    height: auto;
    margin-top: -8px;
}
.social.facebook {
	margin-right: 10px;
}
.social-box {
	display: flex;
}
.site-nav span:hover,
#menu-main > li > a span:hover {
    color: black !important;
    font-weight: normal !important;
}
.site-nav > ul > li + li {
	margin-left: 0;
}
.home-container.container {
	width: 800px !important;
	padding: 0;
}
.attribution {
	font-family: 'AshburyM';
	text-transform: uppercase;
	letter-spacing: 4px;
	font-variant-ligatures: none;
	font-size: 0.5em;
	color: #5d4f45;
	margin-top: 12px;
	clear: both;
}
section.home-section-1 .section-title-container, section.home-section-1 .magee-heading h1 {
	font-family: 'AshburyM' !important;
	color: #3d332d !important;
}
section.home-section-3 {
    padding: 24px 0 !important;
    background-size: cover !important;
}
section.home-section-4 {
    background-size: cover !important;
}
section.home-section-5 {
    padding-bottom: 70px !important;
}
.selling-options h2 {
	font-size: 1.8em;
    padding-top: 14px;
}
#menu-main {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 0 0;
    padding: 1% 4% 1.5%;
    vertical-align: top;
}
#menu-main li {
    justify-content: space-between;
}
.ms-nav-next, .ms-nav-prev {
	opacity: 0.3;
}
.ms-info {
	font-family: 'Helvetica';
	font-size: 1.1em;
	color: #fff;
	padding-left: 30px;
}
.ms-slide-info {
	right: -310px;
    width: 300px;
}
.ms-info ul {
	font-size: 0.8em;
}
.ms-sbar.ms-dir-h {
	display: none;
}
#about a {
	color: #bdde9b;
}
#about .home-container {
    background-size: auto 100%;
    background-position: left;
    height: 740px;
    background-repeat: no-repeat;
}
#about-content {
	width: 450px;
    font-size: 1.1em;
    clear: left;
    margin: 48px 0;
}
#about h2 {
	padding: 30px 0;
	width: 250px;
    float: left;
    color: #fff;
    font-size: 2em;
}
#about ul {
	list-style: none;
}
#about ul li {
	margin-left: 20px;
    list-style: disc;
}
#about ul li a {
	font-family: Helvetica;
}
#about ul li a:hover {
	color: #cfc12b;
}
#vsel {
    margin: 30px auto 5px;
}
#vsel .vsel-meta, .vsel-image-info {
	width: 100%;
}
#vsel .vsel-content {
	border: none;
	color: #fff;
	width: 16%;
	min-width: 170px;
    min-height: 120px;
	clear: none;
	float: left;
}
.vsel-image-info {
	display: block;
}
#vsel .vsel-meta-title {
	color: #fff;
	display: none;
}
#vsel p {
    margin: 0;
}
#vsel .vsel-meta-date {
	font-size: 1.2em;
}
#vsel .vsel-meta, #vsel .vsel-image-info, #vsel .vsel-info {
	float: none !important;
}
.single-post .post-wrap, .blog .post-wrap, .post-wrap { 
	width: 80%;
	margin: 0 auto;
   /* min-width: 900px; */
}
.post-wrap { 
	width: 100%;
	display: inline-block;
}
.post-wrap .container {
	padding: 0;
}
.single-post #news .home-container, .blog #news .home-container {
	height: 500px;
}
.single-post .entry-content, .blog .entry-content {
    font-size: 1.2em;
}
.entry-meta, .about-author, .related-posts, .post-attributes {
	display: none;
}
.site-nav > ul > li {
	margin: 0;
	padding: 0;
}
ul.top-bar-sns {
	margin: 0;
	overflow: hidden;
}

.top-bar-sns li {
	list-style-type: none;
	float: left;
}

.top-bar-left .top-bar-sns li {
	margin-right: 10px;
}

.top-bar-right .top-bar-sns li {
	margin-left: 10px;
}

.top-bar-sns li a {
	color: ;
}

.top-bar-menu ul {
	margin: 0;
	overflow: hidden;
}

.top-bar-menu li {
	list-style-type: none;
	float: left;
}

.top-bar-menu li + li {
	border-left: 1px solid rgba(255,255,255,.5); /*optional*/
}

.top-bar-left .top-bar-menu li {
	margin-right: 10px;
	padding-right: 10px;
}

.top-bar-right .top-bar-menu li {
	margin-left: 10px;
	padding-left: 10px;
}

.top-bar-menu li a {
	color: ;
}
/*
 * 2.1 Header logo
 */

img.site-logo {
	float: left;
	height: 50px;
}

.name-box {
	float: left;
	display: none; /*optional*/
    padding: 14px;
}

.site-logo {
	margin: 10px 10px 10px 0;
}

.site-name {
	margin: 0 0 2px 0;
	color: #595959;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin-top: 10px;
}

.name-box a {
	text-decoration: none;
}

.site-tagline {
	color: #595959;
}
.retina_logo{
	display:none;
	}

/*
 * 2.2 Header Search
 */

.wrapper .search-form {
	display: none;
	position: absolute;
	overflow: hidden;
	top: 100%; right: 0;
	width: 130px;
	margin-top: 5px;
	background-color: transparent;
	z-index: 99999;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.blog .wrapper, .single .wrapper, .page-template .wrapper {
	background-size: contain;
	background-position-y: 300px;
	background-repeat: no-repeat;
}
.form-fields input[type='checkbox'] {
	width: auto;
}
.wrapper .search-form input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -30px;
	padding: 5px 35px 6px 10px;
	background: none;
}

.wrapper .search-form input[type="submit"] {
	background: url(images/search.png) center no-repeat;
	float: right;
	border: none;
	width: 30px;
	height: 30px;
}
span.wpcf7-list-item {
	display: inline-block;
    margin: 0 !important;
}
/*
 * 2.3 Header navigation
 */

.site-nav-toggle {
	float: right;
    margin: 11px 0 10px;
	background-color: transparent;
	border: none;
	color: #ccc;
	opacity: 0;
}

.overlay .main-header .site-nav-toggle {
	color: #fff;
}

.site-nav {
	margin-top: 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.site-nav ul {
	margin: 0;
	background-color: #000;
}
.site-nav ul {
	opacity:.9;	
}
.hbspt-form input {
	width: 100%;
	margin-bottom: 14px;
    height: 40px;
    padding-left: 10px !important;
    font-size: 1.2em;
}
.hbspt-form textarea {
	width: 100%;
    font-size: 1.2em;
    padding-left: 10px !important;
}
.hs_interests label {
	display: block !important;
}
.hs-form-checkbox label,
.hs-form-checkbox input  {
	display: block !important;
	width: auto;
	height: auto;
}
.hs-form-checkbox input {
	float: left;
}
.inputs-list.multi-container {
	list-style: none;
}
.hs_interests label:first-of-type {
	display: none !important;
}
.hs_interests .hs-form-checkbox label {
	display: block !important;
}
.hs_interests {
	margin-top: 14px;
}
.wp-block-preformatted {
	background: none !important;
	border: none !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
}

@media (min-width: 919px) {
    .site-nav ul {
		opacity:1;	
	}
}
@media (max-width: 919px) {
    .site-nav ul {
	width: 100%;
  }
}
.site-nav ul {
	opacity:.9;	
}
.site-nav li ul {
    margin-left: 0;
}

.site-nav li {
	position: relative;
}

.site-nav > ul > li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	padding: 0px;
	text-decoration: none;
	outline:none;
}

.site-nav > ul > li + li a {
	border-color: rgba(255,255,255,.2);
}

/*For onepage*/
#menu-main > li > a.current {
    color: black !important;
}

.menu-dropdown-icon {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	width: 40px;
  	text-align: center;
  	cursor: pointer;
}

.site-nav li ul {
	display: none;
}

.site-nav li li a:before {
	content: "-";
	margin: 0 3px 0 10px;
}

.site-nav li li li a:before {
	content: "--";
	margin: 0 3px 0 20px;
}

.site-nav li li li li a:before {
	content: "---";
	margin: 0 3px 0 30px;
}
.site-nav > ul > li > a,
.fxd-header .site-nav > ul > li > a {
    font-size: 13px;
    text-transform: uppercase;
}
@media (min-width: 920px) {
	.site-nav-toggle {
		display: none;
	}

	.menu-dropdown-icon {
		display: none;
	}

	.site-nav {
		display: block;
		margin: 0;
		width: auto;
		position: static;
		margin: 24px 0 19px;
	}

	.site-nav > ul {
		background-color: transparent;
	}
.site-nav span {
	
		border-bottom: none !important;
}
	.site-nav > ul > li {
		float: left;
		position: relative;		
		letter-spacing: 5px;
	}

	.site-nav > ul > li + li {
		padding: 0;
	}

	.site-nav > ul > li > a {
		display: block;
		line-height: 20px;
		padding: 0;
		background-color: transparent;
		border-bottom: 0 solid transparent;
		border-top: 0 solid transparent;
		color: #fff;
	}

	.overlay .main-header .site-nav > ul > li > a {
		color: #fff;
	}

	.site-nav > ul > li:hover > a {
		border-color: #963;
	}

	.site-nav > ul > li > a:hover {
		background-color: transparent;
		color: #963;
	}

	.site-nav li > ul {
		display: none;
		position: absolute;
		z-index: 9;
		left: 0;
		top: 100%;
		background-color: #000;
		width: 150px;
	}

	.site-nav li li > ul {
		left: 100%;
		top: 0;
	}

	.site-nav li:hover > ul {
		display: block;
	}

	.site-nav li li a:before {
		display: none;
	}

	.site-nav li li li a:before {
		display: none;
	}

}

ul.hatchdevelopmentgroup-dots {
    margin: 0;
    position: fixed;
    right: 20px;
    top: 30%;
	z-index: 999999;
}

.hatchdevelopmentgroup-dots li {
    list-style-type: none;
    margin: 10px 0;
}

.hatchdevelopmentgroup-dots li a {
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 100%;
	text-indent:-99999px;
}

.hatchdevelopmentgroup-dots li a:focus {
  outline:none;
}

.hatchdevelopmentgroup-dots li.active a,
.hatchdevelopmentgroup-dots li.current a,
.hatchdevelopmentgroup-dots li a:hover {
    background-color: #fff;
}
.fixed-header .site-nav > ul > li.current > a {
	color: #d6ceb6 !important;
}
/*
 * 2.4 Top Wrap
 */

.top-wrap {
	position: relative;
    opacity: 0.9;
    z-index: 9;
}

/*
 * 2.5 Main header
 */

.header-wrap {
	position: relative;
	z-index: 999;
}

.main-header {
	background-color: #000;
	color: #555;
	width: 100%;
/*	box-shadow: 1px 1px 5px 0 rgba(100,100,100,.2); */

}
header.overlay .main-header{
	box-shadow:none;
}
#promo-top,
#mobile-promo {
	font-family: 'Aquifer';
    font-style: normal;
	text-transform: uppercase;
	color: #c0c0c0;
	background: #333333;
	padding: 8px 0 2px;
}
#promo-top-text,
#mobile-promo-text {
    font-family: 'Aquifer';
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
    letter-spacing: 6px;
}
.closebtn,
.team-nav ul.dropdown-team-menu {
	display: none;
}
.fxd-header #promo-top-text {
    padding-left: 40px;
}
#mobile-promo {
	position: fixed;
	bottom: 0;
	display: none;
}
#promo-top-text a,
#mobile-promo-text a {
	color: #c4c4c4 !important; 
}
#promo-top-text a:hover,
#mobile-promo-text a:hover {
	color: white !important;
}
.homepage h2 {
	border-bottom: 4px solid #5093bb;
    width: 300px;
    margin: 0 auto 34px;
}
.experience h2 {
    font-size: 2em;
    width: 80%;
    padding-bottom: 1.1em;
    margin: 0 auto 1.1em;
    color: black !important;
}
.experience {
    color: black !important;
}
#press-logos {
	min-width: 800px;
	width: 70%;
	display: flex;
    margin: 0 auto 34px;
	justify-content: space-between;
}
.eapps-instagram-feed {
	margin-bottom: 34px;
}
.press-logos img {
	align-self: center;
	width: auto;
    height: 30px;
    margin-right: 30px;
}
.press-logos img:last-child {
    margin-right: 0px;
}
.multicolumn-box {
	width: 70%;
    margin: 4.5em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.multicolumn-box .single-column-box {
	width: 26%;
	min-width: 0px;
}
.careers-grid h2 {
	width: 50%;
    margin: 0 auto 1.5em;
    min-width: 750px;
    border-bottom: 4px solid #5c5e70;
    margin-top: 2em;
}
.careers-grid img {
	width: 100%;
}
.single-column-box h3 {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 1em;
}
.multicolumn-box .single-column-box:first-child h3 {
	border-bottom: 4px solid #dd6565;
}
.multicolumn-box .single-column-box:nth-child(2) h3 {
	border-bottom: 4px solid #7ab0b0;
}
.multicolumn-box .single-column-box:nth-child(3) h3 {
	border-bottom: 4px solid #659ddd;
}
.banner-img {
	width: 100%;
}
.form-title {
	width: 50%;
    margin: 0 auto 0 20%;
}
.form-title h2 {
	font-size: 3.1em;
}
.form-fields label, .form-fields input, .form-fields textarea {
	width: 100%;
}
#inner-logo-box {
	width: 900px;
	height: 170px;
	margin: 10px auto;	
}
#img-logo {
	float: left;
}
#logo-text {
	font-family: 'AshburyM';
    text-transform: uppercase;
    width: 680px;
    float: left;
    padding-left: 40px;
}
#logo-img {
	display: none;
}
#logo-text h1 {
	font-size: 4em;
	letter-spacing: 6px;
	color: #fff;
	padding-bottom: 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
#logo-text h1 a {
	color: #fff;
}
#logo-text h2 {
	font-size: 3.15em;
    letter-spacing: 13px;
	color: #dbd3ba;
	padding: 4px 0 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
#logo-text h2 a {
	color: #dbd3ba;	
}
#logo-text h3 {
    font-family: 'Aquifer';
    font-size: 1.585em;
    color: #fff;
    padding: 10px 0 0;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
#logo-text h3 a {
    color: #fff;
}
#menu-band {
	background: #fff;
	padding: 14px 0 8px;
	height: 95px;
	position: relative;
}
#menu-band nav {
	max-width: 94%;
	margin: 0 auto;
}
#menu-band nav a {
	font-family: 'Aquifer';
    font-style: normal;	
}
#menu-band nav a:.lined:hover {
	color: #dbd3ba !important;	
	font-weight: normal !important;
}
#menu-main nav a.lined:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #9CF5A6;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}
#menu-main nav a.lined:hover:before,
#menu-main nav a.lined:focus:before {
  visibility: visible;
  transform: scaleX(1);
}
@keyframes hover-v {
  0% {
      transform: scaleX(0);
      height: 5px;
     }
  45% {   
      transform: scaleX(1.05);
      height: 5px;
     }
  55% {height: 5px;}
  100% {
      transform: scaleX(1.05);
      height: 3.8rem;
     }
}
@keyframes no-hover-v {
  0% {
      transform: scaleX(1.05);
      height: 3.8rem;
     }
  45% {height: 5px;}
  55% {   
      transform: scaleX(1.05);
      height: 5px;
      opacity: 1;
     }
  
  100% {
      transform: scaleX(0);
      height: 5px;
      opacity: .02;
     }
}
hr {
  height: .25rem;
  width: 25%;
  margin: 0;
  background: tomato;
  border: none;
  transition: .3s ease-in-out;
}
.header-wrap.overlay {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.header-wrap.overlay .main-header {
	background-color: transparent;
}
.master-slider {
	background: none !important;
}
.ms-slide-info {
	position: absolute;
    min-height: 100px;
    top: 100px;
}
.home-section-6 .master-slider-parent {
	width: 100% !important;
}
.home-section-6 .master-slider {
	width: 100% !important;
}
.ms-view,
.ms-inner-controls-cont,
.ms-slide {
	max-width: 100% !important;
}
.master-slider-parent {
	display: inline-block !important;
}
.home-section-6 div.ms-container {
	width: 60% !important;
    margin-left: 0 !important;
    overflow: hidden !important;
}
.home-section-6 .ms-slide-info {
	width: 420px !important;
	right: -10px !important;
}
.home-section-6 .ms-slide-info h2 {
	width: 100% !important;
}
.home-section-1 .master-slider {
	margin: 0 !important;
}
.home-section-1 .ms-slide-info {
	font-family: 'AshburyM';
	width: 100% !important;
	right: 0 !important;
	position: absolute !important;
	top: 110px;
}	
.home-section-1 .ms-info {
	font-family: 'Ashbury';
    font-size: 1.3vw;
    line-height: 1.6em;
    padding-left: 0 !important;
    text-align: center;
    padding-top: 16vw;
    letter-spacing: 1px;
    text-shadow: 0px 0px 10px black;
}
audio, canvas, video {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.ms-view,
.ms-slide,
.ms-container,
.master-slider,
.master-slider-parent,
.ms-slide-bgcont {
	max-height: 800px !important;
}
.ms-info img {
	width: 20%;
    height: auto;
    -webkit-filter: drop-shadow(0px 0px 10px black);
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#000')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#000')";
}
.home-section-1 .ms-info p {
	font-family: 'Ashbury';	
}
.home-section-1 .ms-info strong {
	font-family: 'AshburyM';
	font-size: 2em;
	line-height: 1.3em;
}
.home-section-1 .heading-inner {
	font-family: 'OpenSans';
	font-size: 0.5em !important;
	margin-top: 35%;
	clear: both;
	width: 100%;
}
.slider-above-header .header-wrap.overlay {
	top: auto;
	bottom: 0;
}

.logo-right .logo-box {
	float: right;
	text-align: right;
}

.logo-right .site-nav {
	clear: left;
	float: left;
}

@media screen and (min-width: 920px) {
	.logo-center {
		text-align: center;
	}

	.logo-center .logo-box {
		float: none;
		text-align: center;
		margin: 10px 0;
	}

	.logo-center .site-logo {
		float: none;
		margin: 0;
	}

	.logo-center .site-nav ul {
		float: none;
	}

	.logo-center .site-nav > ul > li {
		float: none;
		display: inline-block;
	}
}

/*
 * 2.5 Fixed header
 */

.fxd-header {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	display: none;
	z-index: 999;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	background: #fff !important;
    opacity: 0.95;
}

.header-wrap.logo-center .fxd-header .logo-box {
	display: none;
}

/*
 * 2.6 Side header
 */

@media screen and (min-width: 920px) {
	.side-header .container {
		width: 100%;
	}

	.side-header .header-wrap .container {
		padding-left: 0;
		padding-right: 0;
	}

	.side-header .header-wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 320px;
	}

	.side-header-right .header-wrap {
		left: auto;
		right: 0;
	}

	.side-header .wrapper {
		padding-left: 320px;
	}

	.side-header-right .wrapper {
		padding-right: 320px;
		padding-left: 0;
	}

	.side-header .site-nav > ul > li {
		display: block;
	}

	.side-header .site-nav > ul > li + li {
		margin-left: 0;
	}

	.side-header .site-nav li ul {
		left: 100%;
		top: 0;
	}

	.side-header-right .site-nav li ul {
		left: auto;
		right: 100%;
	}

	.side-header .site-nav > ul > li a {
		border-bottom-width: 0;
		border-right: 2px solid rgba(0, 0, 0, 0);
		border-bottom: 1px solid #f5f5f5;
	}

	.side-header .site-nav > ul > li a {
		border-bottom-width: 0;
		border-right-width: 0;
		border-left: 2px solid rgba(0, 0, 0, 0);
	}

	.side-header .site-nav > ul > li:first-child a {
		border-top: 1px solid #f5f5f5;
	}

	.side-header .site-nav > ul > li:hover > a {
		border-right-color: #963;
	}

	.side-header-right .site-nav > ul > li:hover > a {
		border-left-color: #963;
	}
}

/*
 * 2.6 Mega Menu
 */

header .container {
    position: relative;
}

@media screen and (min-width:920px) {
	.site-nav > ul > li.menu_column {
	    position: static;
	}

	.site-nav > ul > li.menu_column > ul {
	    width:100%!important;
	    padding: 20px 0;
	}

	.site-nav > ul > li.menu_column > ul > li.col-md-2,
	.site-nav > ul > li.menu_column > ul > li.col-md-1_5,
	.site-nav > ul > li.menu_column > ul > li.col-md-3,
	.site-nav > ul > li.menu_column > ul > li.col-md-4,
	.site-nav > ul > li.menu_column > ul > li.col-md-6 {
	    float:left;
	}

	.site-nav > ul > li.menu_column > ul > li > ul {
	    display: block;
	    position: static;
	    top: 0; left: 0;
	    width: 100%;
	}

	.site-nav li ul li + li > a {
		border-top: 1px solid rgba(255,255,255,.2);
	}

	.site-nav > ul > li.menu_column > ul > li + li > a {
		border-top: none;
	}

	.side-header .site-nav > ul > li.menu_column {
	    position: relative;
	}

	.side-header .site-nav > ul > li.menu_column > ul {
	    width: 600px;
	}
	
    li.hide-text > a > span.menu-item-label {
		display:none!important;
	}
}

.menu_icon {
    margin-right: 5px;
}

/*
 * 3.0 Footer
 */

footer {
	color: #fff;
	font-size: 12px;
	z-index: 2;
	position: relative;
    clear: both;
    margin-top: -7px;
}

footer a {
	color: #c5c7c9;
}

.footer-widget-area {
	background-color: #252525;
	padding: 60px 0 40px;
}

.footer-widget-area .widget-title {
	color: #fff;
}

.footer-widget-area .widget-search {
	border-color: #fff;
	max-width: 180px;
}

.footer-widget-area .widget-sns i {
	color: #fff;
	border-color: #fff;
}

.footer-widget-area .widget-sns i:hover {
	background-color: #fff;
	color: #19cbcf;
}

.footer-info-area {
	padding: 20px 0;
	background-color: #000;
}

ul.footer-sns {
	display: inline-block;
	font-size: 20px;
	margin-left: 0;
	margin-bottom: 10px;
}

.footer-sns li {
	float: left;
	list-style-type: none;
	margin: 0 5px;
}

.footer-sns li a {
	display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
}

ul.footer-links {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 10px;
}

.footer-links li {
	float: left;
	list-style-type: none;
}

.footer-links li + li::before {
	content: "\/";
}
.site-social ul {
    margin: 0;
    overflow: hidden;
    width: 190px;
    margin: 0 auto;
}

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

.site-social li a {
    display: block;
    margin-left: 1em;
}

/*
 * 4.0 Page title bar
 */

.page-title-bar {
	border-top:1px solid transparent;
	border-bottom: 1px solid transparent;
	padding: 20px 0;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #f5f5f5;
}

.page-title h1 {
	font-family: 'AshburyM';
	font-size: 18px;
	line-height: 1;
	margin: 0;
}
.single .page-title h1, .blog .page-title h1 {
	font-size: 4em;
    margin-top: 30px;
    letter-spacing: 30px;
}
.blog .entry-header {
	padding-bottom: 6px;
	margin-bottom: 18px;
	border-bottom: 2px solid #dbd3ba;
}
#archive-box {
	font-family: 'AshburyM';
	font-size: 2em;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 30px 30px 0;
}
.page-title h3 {
	margin: 15px 0 0;
	line-height: 1;
	font-size: 20px;
}

ol.breadcrumb-nav {
	margin: 0;
	line-height: 65px;
}

.no-subtitle ol.breadcrumb-nav {
	line-height: 30px;
}

.breadcrumb-nav li {
	list-style-type: none;
	display: inline-block;
}

.breadcrumb-nav li + li {
	margin-left: 5px;
}

.breadcrumb-nav > li + li:before {
	content: "\/";
	margin-right: 5px;
}

.breadcrumb-nav a {
	color: #a0a0a0;
}

.breadcrumb-nav a:hover {
	color: #963;
}

.title-left .page-title {
	float: left;
}

.title-left .breadcrumb-nav {
	float: right;
}

.title-center .container {
	text-align: center;
}

.title-center .page-title {
	margin-bottom: 5px;
}

.title-center ol.breadcrumb-nav {
	line-height: 30px;
}

.title-right .page-title {
	float: right;
	text-align: right;
}

.title-right .breadcrumb-nav {
	float: left;
}


/*
 * 5.0 Blog Columns
 */

.right-aside .col-aside-left {
	display: none;
}

.left-aside .col-aside-right {
	display: none;
}

.no-aside .col-aside-left,
.no-aside .col-aside-right {
	display: none;
}
.col-main {
	width: 100%;
}
.col-main,
.col-aside-left,
.col-aside-right {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
}
.post-inner {
	width: 100% !important;
}
.row {
    margin-right: 0px !important;
    margin-left:0px !important;
}

@media (min-width: 992px) {
	.col-main,
	.col-aside-left,
	.col-aside-right {
		float: left;
		padding-top: 0;
		padding-bottom: 0;
	}
	.no-aside .col-main {
		width: 100%;
	}
	.left-aside .col-main,
	.right-aside .col-main {
		width: 75%;
	}
	.both-aside .col-main {
		width: 60%;
	}
	.left-aside .col-aside-left,
	.right-aside .col-aside-right {
		width: 25%;
	}
	.both-aside .col-aside-left {
		width: 20%;
	}
	.both-aside .col-aside-right {
		width: 20%;
	}
	.left-aside .col-main {
		left: 25%; /*.left-aside .col-aside-left width*/
	}
	.left-aside .col-aside-left {
		right: 75%; /*.left-aside .col-aside-main width*/
	}
	.both-aside .col-main {
		left: 20%; /*.both-aside .col-aside-left width*/
	}
	.both-aside .col-aside-left {
		right: 60%; /*.both-aside .col-aside-main width*/
	}
}

/*
 * 5.1 Blog Detail
 */

.entry-summary img,
.entry-content img {
	max-width: 100%;
}

.blog .post-inner, .blog .page-inner {
	padding: 20px 0 !important;
}

.entry-header {
	margin-bottom: 5px;
	width: 100%;
}

.feature-img-box .img-box,
.feature-img-box img {
    width: 100%;
    margin-top: 0;
}
.feature-img-box img {
	margin-bottom: -5vw;
}


.feature-img-box {
	margin-top: -1vw;
	margin-bottom: 10px;
}

.no-text .feature-img-box {
	margin-bottom: 0;
}

.entry-title,
.entry-title a {
	font-family: 'AshburyM';
    font-size: 3.8em;
    color: #5a5f50;
    margin: 0;
}
.date-of-post {
    font-family: 'Aquifer';
    color: #adadad;
    font-size: 1.4em;
    padding-top: 0;
    font-weight: normal;
}
.entry-meta,
.entry-more {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}

.entry-meta li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}

.entry-meta i {
	margin-right: 5px;
}

.entry-meta a,
.entry-footer a {
	font-style: italic;
	color: #a0a0a0;
}

.entry-meta a:hover,
.entry-footer a:hover {
	color: #963;
}

.entry-footer {
	margin: 20px 0;
	overflow: hidden;
	border: 0 dashed #ccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.entry-box .entry-footer {
	border: 0;
}

.type-page .entry-footer {
    display: none;
}


.entry-tags {
	margin: 10px 0;
}

.entry-tags li {
	display: inline-block;
	list-style-type: none;
}

.entry-tags li a {
	
}

.entry-tags li+li:before {
	content: ", ";
}

.post-attributes h3 {
	font-size: 16px;
	margin-top: 40px;
}

.post-attributes h3 {
	font-family: 'AshburyM';
	font-size: 24px;
	text-transform: uppercase;
	color: #666;
	margin: 40px 0 10px;
}

.post-attributes a {
	color: #a0a0a0;
}

.post-attributes a:hover {
	color: #963;
}

.about-author {
	overflow: hidden;
}

.author-avatar {
	float: left;
	margin: 0 20px 5px 0;
}

.post-pagination {
	border: 0 dashed #ccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-top: 50px;
}

.post-pagination ul {
	margin: 10px 0;
}

.post-pagination li {
	list-style-type: none;
	display: inline-block;
}

.post-pagination li a:hover {
	border-color: #963;
}

.post-list-pagination {
	text-align: center;
}

.post-list-pagination ul {
	margin: 10px 0;
}

.post-list-pagination li {
	list-style-type: none;
	display: inline-block;
}

.post-list-pagination i,
.post-list-pagination span,
.post-list-pagination a {
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
}

.post-pagination a,
.post-list-pagination a {
	color: #a0a0a0;
}

.post-pagination a:hover,
.post-list-pagination a:hover {
	color: #963;
}

.page-numbers {
    padding: 0 5px;
}

/*
 * 5.2 Blog Grid box
 */

.post-grid-box .img-caption {
	background-color: #fff;
	padding: 10px 0;
}

.post-grid-box .img-caption a h4,
.portfolio-box a h4 {
	margin: 0 0 10px;
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
}


/*
 * 5.3 Comments
 */

ul.comments-list {
	margin-left: 0;
}

.comments-list li {
	list-style-type:none;
}

.media-comment {
	margin-top: 30px;
	position: relative;
	overflow: visible;
	width: 100%;
	display: table!important;
}

.media-avatar {
    width: 60px;
    min-width: 60px;
}

.media-avatar img {
    border-radius:50%;
    border: 3px solid #fff;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
}

.media-comment .media-heading {
	font-size: 14px;
}

.form-control,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
}

.form-control:focus,
select:focus,
input:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #963;
    box-shadow: none;
}

.comment-reply-link {
	float: right;
	margin-right: 5px;
}

.comment-edit-link,
.comment-reply-link {
	font-style: italic;
	text-transform: uppercase;
}

.form-submit .submit {
	color: #fff;
	background-color: #000;
	width: 100%;
	border: none;
	padding: 8px 20px;
	border-radius: 0;
	display: inline-block;
	text-align: center;
}

.form-control,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border: 1px solid #c7c7c7;
    padding: 5px;
    background-color: transparent;
}

input[type="submit"] {
    border: 1px solid #666;
    background-color: transparent;
    padding: 5px;
}

/*
 * 5.4 Blog List Style
 */

a .entry-title:hover {
	color: #963;
}

.entry-box {
	margin-bottom: 50px;
}

.blog-list-wrap.blog-grid .entry-box-wrap {
	width: 100%;
	display: inline-block;
	padding: 0 15px;
	float: left;
}

@media screen and (min-width: 768px) {
	.blog-list-wrap.blog-grid .entry-box-wrap {
		width: 50%;
	}
	.fxd-header .container {
		padding: 0;
	}
}
@media screen and (max-width: 850px) {
	#archive-box {
		position: relative;
	}
	.container {
	    width: 100%;
	}
	#music-left {
		width: 100%;
		padding-bottom: 20px;
	}
	#music-right {
		width: 100%;
	}
	#music-right ul li {
	    width: 30.1%;
	}
	#news ul li {
	    width: 80%;
	    float: none;
	    margin: 0;
	}
	.home-section-3 .home-container, .home-section-4 .home-container, .home-section-5 .home-container, .home-section-6 .home-container, .home-section-10 .home-container {
		padding: 0 5%;
	}
	#news ul li:nth-of-type(2) {
	    display: none;
	}
	#news ul {
		position: relative;
	}
	#news .home-container {
		height: auto;
	}
	#about-content {
		margin-left: 0;
	}
}
@media screen and (min-width: 992px) {
	.no-aside .blog-list-wrap.blog-grid .entry-box-wrap {
		width: 33.333333333333%;
	}
}
@media screen and (max-width: 1200px) {
	#music-left iframe {
		height: 500px !important;
	}
}
@media screen and (max-width: 1100px) {
	#music-left iframe {
		height: 450px !important;
	}
}
@media screen and (max-width: 1000px) {
	#music-left iframe {
		height: 400px !important;
	}
}
@media screen and (max-width: 950px) {
	#music-left iframe {
		height: 350px !important;
	}
}
@media screen and (max-width: 500px) {
	#about-content {
		width: 100%;
	}
}
.blog-list-wrap.blog-grid .entry-box {
	border: 1px solid #ccc;
	padding: 1px;
	background-color: #fff;
	margin-bottom: 30px;
}

.blog-list-wrap.blog-grid .entry-main {
	padding: 10px 20px;
}

.blog-list-wrap.blog-aside-image .entry-main {
	margin-top: 0;
}

.blog-list-wrap.blog-aside-image .entry-footer {
	margin: 10px 0;
}

.blog-timeline-icon {
	font-size: 60px;
	color: #ccc;
}

.blog-timeline-inner {
	position: relative;
}

.blog-timeline-line {
	position: absolute;
	top: 0;
	left: 30px;
	margin-left: -1px;
	height: 100%;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.blog-list-wrap.blog-timeline .entry-box-wrap {
	width: 100%;
	position: relative;
	padding-left: 60px;
}

.blog-list-wrap.blog-timeline .entry-box-wrap:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e5e5e5;
	top: 55px;
	left: 25px;
}

.blog-list-wrap.blog-timeline .entry-box {
	border: 1px solid #ccc;
	padding: 1px;
	background-color: #fff;
	position: relative;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
}

.blog-list-wrap.blog-timeline .entry-box:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	top: 50px;
}

.blog-list-wrap.blog-timeline .entry-box:before {
	border-right-color: #ccc;
	left: 0;
	margin-left: -21px;
}

.blog-list-wrap.blog-timeline .entry-box:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	top: 51px;
}

.blog-list-wrap.blog-timeline .entry-box:after {
	border-right-color: #fff;
	left: 0;
	margin-left: -18px;
}

.blog-list-wrap.blog-timeline .entry-main {
	padding: 10px 20px;
}

.blog-timeline-loading {
	margin: 20px 0;
}

@media screen and (min-width: 768px) {
	.blog-timeline-icon {
		text-align: center;
	}
	.blog-timeline-line {
		left: 50%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap {
		width: 50%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-left {
		float: left;
		padding-right: 10%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-left:after {
		right: 0;
		margin-right: -5px;
		left: auto;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-right {
		float: right;
		padding-left: 10%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-right:after {
		left: 0;
		margin-left: -5px;
	}
	.blog-list-wrap.blog-timeline .timeline-left .entry-box:before {
		border-left-color: #ccc;
		border-right-color: transparent;
		left: auto;
		right: 0;
		margin-right: -21px;
		margin-left: 0;
	}
	.blog-list-wrap.blog-timeline .timeline-left .entry-box:after {
		border-left-color: #fff;
		border-right-color: transparent;
		left: auto;
		right: 0;
		margin-right: -18px;
	}
}

/*
 * 6.0 Portfolio Detail
 */

.post-slider {
	margin-bottom: 20px;
}

#related-portfolio .owl-item {
	padding: 0 8px;
}

#related-portfolio .entry-title {
	font-size:16px;
}

/*
 * 6.1 Portfolio List
 */

 .portfolio-list-wrap {
	margin: 0 -15px;
}

.portfolio-list-wrap.no-text .portfolio-box .entry-main {
	display: none;
}

.portfolio-box-wrap {
	float: left;
	padding: 0 15px 15px;
	margin-bottom: 30px;
}

.portfolio-list-wrap.full-width {
	margin: 0;
}

.portfolio-list-wrap.full-width .portfolio-box-wrap {
	padding: 0;
	margin-bottom: 0;
}

/*
 * 7.0 Widget
 */

.widget-box {
	margin-bottom: 36px;
	overflow: hidden;
	font-size: 12px;
}

.widget-title {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}

.widget-box ul {
	margin-left: 0;
}

.widget-box ul ul {
	margin-left: 10px;
}

.widget-box li {
	overflow: hidden;
	list-style-type: none;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.widget-box > ul > li,
.widget-post > ul > li {

}

.widget-box a {
	color: #a0a0a0;
}

.widget-box a:hover {
	color: #963;
}


.widget_search .search-form {
	border: 1px solid #ccc;
	padding: 4px;
	overflow: hidden;
	width: 100%;
	display: block;
	position: static;
}

.widget_search .search-form div {
    position:relative;
}

.widget_search .search-form div:before {
    position:absolute;
    top:0; right:0;
    font: normal normal normal 16px/28px 'FontAwesome';
    content: "\f002";
}

.widget_search form.search-form input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -25px;
	padding-right: 25px;
	background-color: transparent;
	color: inherit;
}

.widget_search form.search-form input[type="submit"] {
	background: none;
	float: right;
	border: none;
	width: 20px;
	height: 20px;
	position:relative;
	z-index:2;
}

.widget-box .widget-img {
	float: left;
	margin-right: 15px;
}

.widget-box .widget-img img {
	width: 60px;
	margin-top: 3px;
}

.widget-project img {
	border: 1px solid #eee;
}

.widget-project .row {
	margin-left: -2px;
	margin-right: -2px;
}

.widget-project [class*='col-xs'] {
    padding: 2px;
}

.widget_recent_posts li {
	clear: left;
}

.widget_recent_posts li,
.widget_contact_info li,
.widget_text li {
	background: none;
	padding-left: 0;
}

.widget-post li {
	list-style-type: none;
	margin-bottom: 15px;
}

.widget-post img {
	display: block;
	float: left;
	width: 20%;
	margin-right: 3%;
	border-radius: 5px;
}

.widget-post .widget-post-box {
	float: left;
	width: 75%;
	margin-top: -5px;
}

.widget-post .widget-post-box.no-img {
	width: 100%;
}

.widget_nav_menu ul {
    margin: 0;
}

.widget_nav_menu li {
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

.widget_nav_menu li a {
    display: block;
    border-style: solid;
    border-color: #e5e5e5;
    border-bottom-width: 1px;
    border-right-width: 1px;
    margin: 0;
    padding: 10px;
    background-color:#fafafa;
}

.widget_nav_menu li li a {
    padding-left: 20px;
}

.widget_nav_menu li li li a {
    padding-left: 30px;
}

.widget_nav_menu {
    border-top: 1px solid #e5e5e5;
}

.widget_nav_menu li.current-menu-item a {
    border-right: 2px solid #963;
}

#wp-calendar td,.widget #wp-calendar th {
	text-align: center;
}

#wp-calendar #today {
	background: #f5f5f5;
}

/*
 * 8.0 Gallery
 */

.gallery {
	margin-bottom: 1.6em;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

.gallery-item {
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	margin-top: 0!important;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item img {
    border: 0!important;
}

.gallery.gallery-size-full {
	margin-left: 0;
	margin-right: 0;
}

.gallery-size-full .gallery-item {
	padding: 0;
	margin-bottom: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	margin-top: 10px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

section.section{
	position:relative;
	

}

.hatchdevelopmentgroup-parallax {
	background-attachment: fixed !important;
	background-position: 50% 0;
	background-repeat: repeat;
}

/*
 * 9.0 Video Background
 */

#video-controls {
    width: 333px;
	display:none;
}

#video-controls i.fa{
	font-size:20px;
	vertical-align: middle;
}

#video-controls i.fa-volume-up {
	font-size:22px;
}

#video-controls i.fa-volume-off {
	font-size:25px;
}

.black-65 {
    color: #FFFFFF;
    margin: 24px 0;
    padding: 4px 12px;
	left: 20px;
	bottom: 0;
	position: absolute;
	z-index:999;
}

.home-wrapper ,.home-container {
	position: relative;
	/*z-index: 3;*/
}
section.video-section .home-container {
	z-index: 3;
    padding-bottom: 130px;
}
.s2-quote {
	font-family: 'AshburyM';
	font-size: 1.5em;
	color: #fff;
	width: 45%;
	float: left;
	margin-right: 5%;
	text-align: center;
}
.s2-quote.second {
	font-size: 1.65em;
	margin-right: 0;
	
}
.s2-quote .attribution {
	color: #fff;
	font-size: 0.55em;
}
section.home-section-3 {
	color: #fff;
}
section.home-section-4 {
	padding-bottom: 0;
}
.home-section-4.farmland-auctions .home-container.container {
	background: none;
	padding-top: 0;
}
.staff-box {
	display: inline-block;
}
.staff-box ul {
	margin-left: 0;
}
.staff-box ul li {
	width: 22%;
	float: left;
	margin-right: 3%;
	list-style: none;
}
.staff-box ul li h3 {
	color: #fff;
}
.staff-box ul li img {
	border: 3px solid #fff;
}
.staff-box ul li:nth-of-type(4) {
	margin-right: 0px;
}
section.home-section-4.farmland-auctions {
	padding-top: 16px;
}
section.home-section-4.farmland-auctions h1, section.home-section-3.farmland-auctions h1 {
	font-family: 'AshburyM';
	width: 600px;
    margin: 0 auto;
    text-align: center;
}
section.home-section-3.farmland-auctions h1, section.home-section-4.farmland-auctions.overhead h1 {
	color: #fff;
	border-bottom: 1px solid #fff;
}
section.home-section-4.farmland-auctions h1, section.home-section-3.farmland-auctions.white h1, section.home-section-3.farmland-auctions.stalks h1 {
	color: #555555;
	border-bottom: 1px solid #b6a296;
}
section.home-section-3.farmland-auctions {
	background-image:url('images/bluewood-bg.jpg') !important;
	padding-top: 0 !important;
}
section.home-section-3.farmland-auctions.white {
	background-image: none !important;
	color: #555;
}
section.home-section-4.farmland-auctions.stalks, section.home-section-3.farmland-auctions.stalks {
	background-image:url('images/stalks-bg.jpg') !important;
	color: #555555 !important;
}
section.home-section-4.farmland-auctions.trees {
	background-image:url('images/trees-bg.jpg') !important;
}
section.home-section-4.farmland-auctions.silo {
	background-image:url('images/single-silo-bg.jpg') !important;
	background-position-y: -350px !important;
}
section.home-section-4.farmland-auctions.silos {
	background-image:url('images/silos-bg.jpg') !important;
	background-position-y: -130px !important;
}
section.home-section-3.farmland-auctions.wood3 {
	background-image:url('images/wood3-bg.jpg') !important;
	background-repeat: repeat-y !important;
	padding-top: 10px !important;
}
section.home-section-3.farmland-auctions.wood4 {
	background-image:url('images/wood4-bg.jpg') !important;
	background-repeat: repeat-y !important;
	padding-top: 10px !important;
}
section.home-section-3.farmland-auctions.wood5 {
	background-image:url('images/wood5-bg.jpg') !important;
	background-repeat: repeat-y !important;
	padding-top: 10px !important;
}
section.home-section-4.farmland-auctions.overhead {
	background-image:url('images/corn-rows-bg.jpg') !important;
	background-repeat: repeat-y !important;
	color: #fff;
}
section.home-section-4.farmland-auctions h2 {
	margin-top: 20px;
}
section.home-section-4.farmland-auctions.overhead .col-box {
	font-size: 1em;
	margin-top: 30px;
}
.intro-p {
    width: 550px;
    margin: 0 auto;
    margin-top: 20px;
    clear: both;
}
.col-box {
	max-width: 900px;
	text-align: left;
	font-size: 0.83em;
    display: block;
}
.col-box li {
	padding-bottom: 12px;
}
.col-left {
	width: 47%;
	float: left;
}
.col-right {
	width: 47%;
	float: right;
}
#jason-info {
	width: 500px;
	float: right;
}
#jason-photo {
	float: left;
	margin-right: 20px;
}
.home-section-4 .home-container.container {
	background-image: url('https://hatchdevelopmentgroups.com/wp-content/themes/hatch-development-group/images/iowa-silhouette.png');
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 550px;
	text-align: center;
	padding-top: 120px;
}
.home-section-4.trees .home-container.container {
	min-height: 0px;
}
section.home-section-3.farmland-auctions.wood3 h2, section.home-section-3.farmland-auctions.wood4 h2, section.home-section-3.farmland-auctions.wood5 h2 {
    font-family: 'AshburyM';
    width: 600px;
    margin: 0 auto;
    text-align: center;
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
    margin-bottom: 26px;
}
section.home-section-4.farmland-auctions.silo .home-container.container, section.home-section-4.farmland-auctions.silos .home-container.container {
	min-height: 450px;
}
section.home-section-3.farmland-auctions.wood5 .col-box h2 {
	border-bottom: 0;
	width: auto;
    text-align: left;
}
.home-section-4 #gallery-boost {
	font-family: 'Aquifer';
    font-size: 4em;
    text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #688856;
    line-height: 1.3em;
    width: 700px;
    margin: 120px auto 0;
}
section.home-section-5, section.home-section-5 h2, section.home-section-5 h3 {
	color: #fff;
}
.home-section-6 iframe {
	width: 100% !important;
}
.home-section-7 {
	min-height: 700px;
}
footer .footer-info-area {
	font-family: 'AshburyM';
	font-size: 1.9em;
	color: #fff;
	background: #333333 !important;
    text-align: center;
}
.social-foot {
	width: 84px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.social-foot img:hover {
	filter: brightness(1.25);
}
.text-foot {
	font-family: 'Aquifer';
	font-size: 0.65em;
	display: flex;
	justify-content: space-between;
    line-height: normal;
    width: 84.9%;
    margin: 30px auto 20px;
}
.text-foot h4 {
    font-size: 1em;
	padding: 0;
	color: #fff;
}
.textlet-foot {
	color: #9d9898;
	text-align: left;
}
.textlet-foot h4 {
	color: #cecece !important;
    font-family: 'OpenSansB';
    margin-bottom: 3px;
}
.textlet-foot a:hover {
	color: white !important;
}
#js-twitter {
	margin-left: 6px;
}
#js-facebook {
	margin: -2px 16px 0 6px;
}
#jason-address, #jason-address p {
	font-family: 'Aquifer';
	font-variant-ligatures: none;
	width: 320px;
	float: left;
}
#jason-address {
	margin-left: 20px;
}
#jason-address h3 {
    font-size: 2.43em;
}
#jason-address p {
	font-size: 1.1em;
	letter-spacing: 1px;
}
#jason-address a {
	color: #fff;
}
.h-line {
	margin-left: -7px;
}
#dreamdirt-logo {
	float: left;
}
#worth-button {
	font-family: 'AshburyM';
	font-size: 1.6em;
	text-align: center;
	background: #594b3e;
    border-radius: 8px;
    padding: 4px 14px;
    letter-spacing: 2px;
    display: inline-block;
}
#woth-button:hover {
	background: #8e8278;
}
#worth-button.contact {
	background: #7f7e7c;
	margin: 0 auto;
}
#worth-button.contact:hover {
	background: #9c988e;
}
.land-brokerage-sections .col-box {
	margin-top: 10px;
}
.land-brokerage-sections .col-box li {
	font-size: 1.9em;
}
.land-brokerage-sections .col-left {
	padding-left: 8.5%;
}
.land-brokerage-sections .col-right {
	padding-left: 3%;
}
.button-box {
	text-align: center;
	width: 100%;
	margin: 30px 0 20px;
}
#worth-button a {
	color: #fff;
}
#tubular-container {
   position: absolute!important;
}

#big-video-wrap {
	/*z-index:1;*/
}
.homepage .page-inner {
    background-color: transparent;
}
.noticefailed {
	color: #FF0000 !important;
}
.section-banner-icon{
	margin-bottom:30px;
}
.blog .post-main, .single .post-main {
	width: 100%;
	margin: 0 auto;
}
.post-contact-box {
	width: 30%;
	float: left;
	margin: 25px 5% 0 0;
}
.post-contact-box label, .post-contact-box input, .post-contact-box textarea {
	font-family: 'AshburyM';
	background: rgba(255, 255, 255, 0.47);
}
input[type=checkbox], input[type=radio] {
    margin: 4px 6px 0 0 !important;
}
.wpcf7-list-item {
	font-size: 0.9em;
}
span.wpcf7-list-item {
	width: 100% !important;
}
/*
 *  10.0 Back to Top
 */ 

#back-to-top {
	position:fixed;
	right:10px;
	bottom:10px;
	background:rgba(255,255,255,0.2);
	font-size:10px;
	padding:5px;
	border-radius:5px;
	display:none;
	z-index:999;
}
#back-to-top span {
	color: #dbd3ba;
}

.owl-item .inner {
	padding: 20px; 
}

/*
 *  10.1 hatchdevelopmentgroup Owl Slider
 */ 

.hatchdevelopmentgroup-owl-slider {
    position: relative;
}


.owl-prev {
    left: 10px;
}

.owl-prev:before,
.owl-next:before {
    font: normal normal normal 16px/1 'FontAwesome';
}

.owl-prev:before {
    content: "\f053";
}

.owl-next {
    right:10px;
}

.owl-next:before {
    content: "\f054";
}

.owl-dots {
    position:absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 10px;
    display: inline-block;
    margin: 3px;
    border: 2px solid rgba(255,255,255,1);
}

.owl-dot.active {
    background-color: #fff;
}

#hatchdevelopmentgroup-owl-slider .owl-item .item .inner {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
}

.owl-item .inner {
	padding: 20px; 
}

#hatchdevelopmentgroup-owl-slider .owl-item .item > img {
    width:100%;
}

.hatchdevelopmentgroup-owl-slider {
    position: relative;
}

.owl-theme .owl-controls {
    height: 0;
    margin: 0!important;
    position:static;
}

.owl-prev,
.owl-next {
    display:block!important;
    position:absolute;
    content:'';
    font-size:0;
    color: #fff;
    opacity: 0;
    bottom:50%;
    margin-bottom: -48px;
    padding: 40px 10px;
    transition: .3s;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    opacity: 1;
}

.owl-prev {
    left: 10px;
}

.owl-prev:before,
.owl-next:before {
    
}

.owl-prev:before {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    border: 0 solid #fff;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(45deg);
}

.owl-next {
    right:10px;
}

.owl-next:before {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    border: 0 solid #fff;
    border-width: 3px 3px 0 0;
    -webkit-transform: rotate(45deg);
}

.owl-dots {
    position:absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 10px;
    display: inline-block;
    margin: 2px;
    border: 2px solid rgba(255,255,255,1);
}

.owl-dot.active {
    background-color: #fff;
}

#hatchdevelopmentgroup-owl-slider .owl-item .item .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
}

.owl-item .inner {
    padding: 20px; 
}

#hatchdevelopmentgroup-owl-slider .owl-item .item > img {
    width:100%;
}

#hatchdevelopmentgroup-owl-slider .owl-item .item .inner {
    padding: 0;
}

#hatchdevelopmentgroup-owl-slider .owl-item .item .inner .caption {
    display: table;
    width: 100%;
    height: 100%;
}

#hatchdevelopmentgroup-owl-slider .owl-item .item .inner .caption-inner {
    display: table-cell;
    vertical-align: middle;
}

#hatchdevelopmentgroup-owl-slider .btn {
    border-radius: 0;
    border: 2px solid #fff;
    display: inline-block;
    margin-top: 10px;
}
.closebtn {
    position: fixed;
    top: 70px;
    right: 15px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 999;
}
.dropbtn {
	display: none;
}
@media only screen and (max-width: 930px) {
	.main-nav {
	    font-size: 0.7em;
	}
	.fxd-header {
		height: 86px;
	}
}
@media only screen and (max-width: 770px) {
	.site-nav > ul > li + li {
	    margin-left: 0;
	    margin-top: 1em;
	}
	.feature-img-box .img-box, .feature-img-box img {
	    width: 100%;
	    margin-top: 2px;
	}
	#menu-main a span {
		font-family: 'OpenSansSemi';
		font-size: 1.9em;
		color: black;
		letter-spacing: normal;
		text-transform: none;
	}
	#menu-main a:hover,
	#menu-main li:hover a,
	#menu-main a::before,
	#menu-main a:hover span,
	#menu-main a span:hover {
		font-style: none !important;
		background: none !important;
		border: none !important;
		color: #777 !important;
	}
	#menu-main li:first-of-type {
		display: none;
	}
	#menu-main {
		background: #f7f5f5;
	}
	#menu-main,
	.site-nav ul,
	.fxd-header,
	.top-wrap {
		opacity: 1;	
	}
	.site-nav {
		display: none;
	}
	.arrow {
		display: none;
	}
	.homepage .awards-banner h2 {
		font-size: 1.3em;
		margin-top: 0.1em;
	}
	.homepage .featured-project h2 {
		letter-spacing: 1px;
		font-size: 1.5em;
	}
	.name-box {
	    padding-top: 10px;
	    padding-left: 0;
	    width: 100%;
	}
	.name-box a {
		font-family: 'AshburyM';
		text-decoration: none;
	    font-size: 1.4em;
	    color: black;
	}
	.double-photo-box { 
		display: flex;
	}
	.double-photo-box img {
		width: 100%;
		height: auto !important;
	}
	.awards-banner {
		margin-bottom: 0;
		clear: both;
		margin-top: 0;
	}
	.awards-banner img {
	    width: auto;
	    height: 5em;
	}
	.post-inner {
		padding-bottom: 0 !important;
	}
	.text-foot {
		width: 97%;
		flex-wrap: wrap;
	}
	.textlet-foot {
		width: 47.5%;
		margin-bottom: 2em;
	}
	.mobile-logo {
		width: 75px;
		height: auto;
    margin-right: 15px;
	}
	.home-section-1 .ms-info {
		padding-top: 0vw;
		margin: -14vw auto !important;
		letter-spacing: normal;
		font-size: 0.7em;
		padding: 0 5%;
	}
	.ms-container {
		min-height: 200px;
		height: auto !important;
	}
	.ms-view,
	.ms-slide,
	.ms-container,
	.master-slider,
	.master-slider-parent,
	.ms-slide-bgcont {
		height: 300px !important;
	}
	.awards-banner {
		margin-top: 1em;
		clear: both;
	}
	.ms-view.ms-basic-view.ms-grab-cursor,
	.ms-slide.ms-slide-auto-height,
	.ms-inner-controls-cont,
	.ms-view {
		width: 100% !important;
		max-width: 100% !important;
		max-height: 900px !important;
	}
	.ms-slide-bgcont img {
		width: 100% !important;
		height: auto !important;
		margin-top: 0 !important;
	}
	.post-wrap {
		margin-top: 62px;
	}
	.feature-img-box {
		margin-bottom: 0;
	}
	.about-page .entry-main,
	.press-single .entry-main,
	.project-single .entry-main {
	    width: 92%;
	    font-size: 0.85em;
	}
	.press-single .entry-title,
	.project-single .entry-title,
	.entry-title, .entry-title a {
    	font-size: 2.6em;
	}
	.project-main {
		width: 100%;
	}
	.project_credits {
		width: 100%;
	}
	.project_credits-list {
		margin-left: 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.project_credits-list li {
    	width: 47%;
	}
	.project-names li {
		width: 100%;
	}
	.press-details h3 {
		    font-size: 1.4em;
	}
	.projects-grid {
		padding-top: 1.5em;
	}
	.projects-grid .project {
			width: 48%;
	}
	.project-name {
		font-size: 1.2em;
	}
	.project .project-details h3 {
		font-size: 0.8em;
	}
	.projects-grid .project:nth-child(even) {
		margin-right: 0;
	}
	.project-gallery {
		width: 92%;
		margin-bottom: 2em;
	}
	.project-gallery ul {
		margin-left: 0;
		margin-bottom: 0;
	}
	.project-gallery ul li {
	    width: 48.5%;
	    margin-right: 1.5%;
	}
	.project-gallery ul li:nth-child(even) {
		margin-right: 0;
	}
	
	.investors-list {
		margin-left: 0;
		display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    width: 97%;
	}
	.investors-list li {
		width: 47%;
	}
	.contacts {
		padding-top: 0;
	}
	.staff-members-wrap, .office-locations-wrap, .rent-box-wrap,
	.half-width {
		width: 100%;
	}
	.staff-member h3 {
		font-size: 1.3em;
	}
	.staff-position {
		font-size: 1em;
	}
	.staff-members-box {
		width: 97%;
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.staff-member,
	.office-location {
		width: 45%;
		line-height: 1.4em;
		margin-bottom: 2em;
	}
	.rental-locations-box {
		flex-wrap: wrap;
	}
.office-location {
		width: 42%;
		margin: 0 auto;
	}
	.office-locations-wrap,
	.rent-box-wrap {
		margin-top: 0.1em;
		padding-bottom: 2em;
	}
	.rent-box-description {
		margin-bottom: 0.2em;
	}
	.staff-description, .offices-description, .rent-box-description {
		font-size: 1.1em;
	}
	.careers-model {
		width: 90%;
		margin: 12px auto 0;
		min-width: 0;
	}
	.centered-q {
	    width: 100%;
	    clear: both;
	    min-width: 0;
	}
	.site-nav-toggle {
		opacity: 1;
	}
	.site-nav {
		display: none;
		margin-top: 0;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
	}
	.fxd-header,
	.name-box {
		display: block;
	}
	#menu-band {
		height: 56px;
		opacity: 0;
	}
	.main-header,
	.fxd-header {
		display: block !important;
	}
	.fxd-header {
	    background-color: rgba(255,255,255,0.9) !important;
	}
	.container {
		display: block !important;
	}
	.fxd-header #menu-main {
		margin-top: 0;
		display: block !important;
	}
	.fxd-header .site-nav img,
	#hatchdevelopmentgroup-logo {
		display: none;
	}
	.press-grid {
		justify-content: space-around;
	}
	.press-logos img {
		margin: 0 1em;
	}
	.press-grid {
		width: 90%;
		min-width: 0px;
	}
	.awards-box {
		width: 40%;
		margin: 0 0 1em;
	}
	.press-grid ul {
		margin-left: 0;
	}
	.press-grid ul li {
	    width: 47%;
	    margin: 0 0 4em;
	}
	.press-grid ul li img {
		width: 100%;
	}
	#press-logos {
		width: 90%;
		min-width: 0;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.press-logos img {
		margin-bottom: 2em;
	}
	.magazine-logo img {
		max-height: 60%;
		height: auto;
	}
	.home-section-1 {
		width: 90%;
	}
	.ms-inner-controls-cont {
		width: 100% !important;
		max-width: 100% !important;
	}
	.home-section-1 .magee-heading {
		font-size: 1.8em !important;
		margin-bottom: 0;
	}
	.button, 
	.everest-forms button[type=submit],
	.careers-grid h2 {
		width: 90%;
		min-width: 0; 
	}
	.everest-forms button[type=submit] {
		width: 100%;
	}
	.multicolumn-box {
		width: 90%;
	}
	.multicolumn-box .single-column-box {
		width: 75%;
		margin-bottom: 2em;
	}
	.single-column-box {
		width: 90%;
		min-width: 0;
	}
	.careers-grid h2 {
		margin: 0.2em auto 0.8em;
	}
	.multicolumn-box {
		margin-top: 1.5em;
		margin-bottom: 0;
	}
	.careers-team .button {
		margin-bottom: 2em;
	}
	.experience-blurb-l, .experience-blurb-r {
		width: 100%;
	}
	.experience h2,
	.experience-list-box {
		width: 90%;
	}
	.header-wrap #promo-top {
		display: none;
		width: 100%;
		min-width: 0;
	}
	#promo-top-text {
		width: auto;
	}
	#mobile-promo-text,
	#mobile-promo {
		display: block;
		width: 100%;
	}
	#mobile-promo {
		z-index: 9999;
	}
	.team-nav {
		margin-top: 0;
    	text-align: center;
	}
	.team-nav ul.team-submenu {
		display: none;
	}
	.team-nav ul.dropdown-team-menu {
		display: block;
		font-size: 2em;
		margin-top: 0.4em;
	}
	.dropbtn {
		background-color: white;
	    font-family: 'Aquifer';
		font-size: 1.5em;
	    text-transform: uppercase;
	    font-weight: normal;
	    background: transparent;
	    border: none;
	    display: inline-block;
		margin-top: 1.4em;
	}
	#dropdown-content {
	    font-family: 'Aquifer';
	    letter-spacing: 3px;		
	}
	.closebtn {
		display: none;
	}
	.team-info, .giving-info, .gallery-info {
	    padding-top: 1em;		
	}
	.gallery-nav {
	    margin-top: 2em;
	}
	.giving-info {
		font-size: 0.8em;
		padding: 0 2em;
	}
	.team-more {
		width: 60%;
		padding-top: 6px;
		margin-bottom: 9px;
	}
	.mobile-social {
		display: block;
	}
	.fxd-header #menu-main {
	    padding-bottom: 400px;
	}
}
@media only screen and (max-width: 500px) {
	.ms-view,
	.ms-slide,
	.ms-container,
	.master-slider,
	.master-slider-parent,
	.ms-slide-bgcont {
		height: 230px !important;
	}
	
	.home-section-1 .ms-info {
		padding-top: 0vw;
		width: 90%;
		margin: -18vw auto;
		letter-spacing: normal;
		font-size: 0.6em !important;
	}
}
@media only screen and (max-width: 480px) {
	section.homepage-slider .inner {
		padding-top: 10px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 12px;
		width: 100%;
		margin: 0 auto;
	}
	#hatchdevelopmentgroup-owl-slider .owl-dots {
		display:none !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
	section.homepage-slider .inner {
		padding-top: 30px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 12px;
		width: 100%;
		margin: 0 auto 10px;
	}
	#hatchdevelopmentgroup-owl-slider .owl-dots {
		display:none !important;
	}
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
	section.homepage-slider .inner {
		padding-top: 50px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 14px;
		width: 80%;
		margin: 0 auto 10px;
	}

	#hatchdevelopmentgroup-owl-slider .owl-dots {
		display:none !important;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
	section.homepage-slider .inner {
		padding-top: 100px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 14px;
		width: 80%;
		margin: 0 auto 10px;
	}
}
/*
 * 11.0 bbPress
 */

.bbp-breadcrumb {
	display: none;
}

.bbp-search-form {
	margin-bottom: 10px;
}

#bbp-search-form {
	border: 1px solid #ccc;
	padding: 8px;
	overflow: hidden;
	width: 100%;
}

#bbp-search-form div {
    position:relative;
}

#bbp-search-form div:before {
    position:absolute;
    top:0; right:0;
    font: normal normal normal 18px/20px 'FontAwesome';
    content: "\f002";
}

#bbp-search-form input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -25px;
	padding-right: 25px;
	background-color: transparent;
	color: inherit;
}

#bbp-search-form input[type="submit"] {
	background-color: transparent;
	float: right;
	border: none;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	position:relative;
	z-index:2;
}

#bbp-search-form input[type="submit"]:before {
    content: "\f002";
}

#bbp_topic_title,
.wp-editor-container,
#bbp_topic_tags {
    border: 1px solid #ccc;
}

#bbp_topic_submit,
#bbp_reply_submit {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 5px 20px;
}

#bbp_topic_title,
#bbp_topic_content,
#bbp_topic_tags,
#bbp_topic_status_select,
#bbp_stick_topic_select {
    padding: 3px;
}

/*
 * 12.0 Post Format
 */

/*Post Format Video*/
.format-video iframe {
	border: 0;
}

/*Post Format image*/
.format-image .wp-caption {
	height: auto;
	padding: 5px;
}

/*Post Format Status*/
.format-status {
	
}

/*Post Format Audio*/
.format-audio {

}

/*Post Format Quote*/
.format-quote .entry-title {
	display: none;
}

.format-quote .entry-content blockquote {
    font-family: serif;
    font-style: italic;
    border: 0;
    padding: 20px 60px 0 60px;
    margin: 0;
    text-align: center;
}

.format-quote .entry-content blockquote cite {
    margin-top: 20px; 
}

.format-quote .entry-content blockquote p {
    font-size: 25px;
    color: #222222;
    line-height: 1.3;
}

.format-quote .entry-content blockquote + p {
    text-align: center; 
}

.format-quote .entry-content blockquote + p:before {
    content: '- '; 
}

.format-quote .entry-content blockquote + p:after {
    content: ' -';
}

/*Post Format Link*/
.format-link .entry-content {
	background-color: #f5f5f5;
	margin: 0 0 20px;
	padding: 30px 60px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	font-family: serif;
}

.format-link .entry-content p {
	margin: 0;
}

.format-link .entry-title {
	display: none;
}

/*  Post Format Chat  */
.format-chat p {
	margin-bottom: 0;
	padding: 5px;
	background-color: #fefefe;
}

.format-chat p:nth-child(2n+1) {
	background: #f3f3f3;
}

/*  Post Format Gallery  */


/*  Post Format Aside  */
.format-aside.post {
	background-color: #f5f5f5;
	padding: 20px;
}

.format-aside .entry-footer {
    display: none;
}

.format-aside .entry-title {
    display: none;
}

.format-aside .entry-content p {
	margin: 0; 
	text-align:center;
}

#hatchdevelopmentgroup-owl-slider .owl-item .inner {
    position: absolute;
    top: 0;
}

#hatchdevelopmentgroup-owl-slider .owl-item .item > img {
    width:100%;
}

/** slider**/

section.homepage-slider .inner {
	padding: 100px 50px 10px;
	width:100%;
	position:absolute;
	top:0;
	text-align:center;
	margin:auto;
	color:#fff;
}

section.homepage-slider h1,
section.homepage-slider h2 {
	font-size: 40px;
	line-height: 52px;
	color: #fff;
	margin-top: 0;
}

section.homepage-slider .btn {
	display: inline-block;
	margin: 25px 0 0;
	padding: 9px 22px 7px;
	clear: both;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid rgba(255,255,255,.4);
	border-radius: 5px;
}
section.homepage-slider .btn:hover {
	background: rgba(255,255,255,.05);
}
section.homepage-slider .btn:active {
	-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
}

section.homepage-slider .btn, section.homepage-slider .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}
.foot-splitter {
	display: none;
}
.post-inner, .page-inner {
		padding-top: 0px !important;
	}
@media only screen and (max-width: 770px) {
	.fxd-header,
	.fxd-header .container {
		height: 58px;
		background: transparent;
	}
	header div {
	}
	.awards-banner img {
		margin-bottom: 18px;
	}
	.staff-box ul li {
		width: 30%;
		float: left;
		margin-right: 4%;
		list-style: none;
	}
	.staff-box ul li:nth-of-type(4) {
		margin-right: 4%;
	}
	.staff-box ul li:nth-of-type(3), .staff-box ul li:nth-of-type(6) {
		margin-right: 0px;
	}
	.banner-img {
		padding-top: 16px;
	}
	.col-box
	.home-section-3 ul {
		padding-left: 20px;
	}
	section.home-section-4.farmland-auctions.silo, section.home-section-4.farmland-auctions.silos {
		background-position-y: 0px !important;
	}
	section.home-section-4.farmland-auctions.silo .home-container.container, section.home-section-4.farmland-auctions.silos .home-container.container {
		min-height: 0px;
	}
	section.home-section-4.farmland-auctions {
		padding-top: 0px;
	}
	.selling-options, section.home-section-3.farmland-auctions.wood3 h2, section.home-section-3.farmland-auctions.wood4 h2, section.home-section-3.farmland-auctions.wood5 h2 {
		width: auto;
	}
	.col-box .col-left, .col-box .col-right {
		padding-left: 0;
	}
	section.home-section-3.farmland-auctions.wood3 h2, section.home-section-3.farmland-auctions.wood4 h2, section.home-section-3.farmland-auctions.wood5 h2 {
		margin-bottom: 0;
	}
	.col-box .col-right ul {
		margin-bottom: 0;
	}
	section.home-section-4.farmland-auctions h1, section.home-section-3.farmland-auctions h1, .intro-p, .col-left, .col-right {
		width: 100%;
	}
	.col-left, .col-right {
		clear: both;
	}
	ul {
		margin-left: 20px;
	}
	.blog .post-main, .single .post-main {
		width: 100%;
	}
	#logo-img {
		display: block;
	}
	#inner-logo-box {
		width: 100%;
		height: auto;
		margin: 20px auto;
	}
	.site-nav-toggle {
		display: block;
		width: 12%;
		margin-top: 15px;
	}
	.logo-box {
		float: left;
		width: 86%;
	}
	.home-container.container, #jason-info, #menu-band nav, .post-wrap, .selling-options li, .selling-options li img, .form-title {
		width: 100% !important;
	}
	.form-title {
		margin: 0;
	}
	.post-inner, .page-inner {
		padding-top: 0px !important;
	}
	.selling-options {
		padding-top: 16px;
	}
	.selling-options li {
		margin-right: 0;
	}
	#menu-band nav {
		padding-left: 0;
	}
	.s2-quote {
		clear: both;
		width: 100%;
		margin-right: 0;
	}
	.s2-quote:first-of-type {
		margin-bottom: 28px;
	}
	.single-post .post-wrap, .blog .post-wrap, .post-wrap {
		min-width: 1px;
	}
	section.home-section-1 .attribution {
		font-size: 0.3em;
	}
	section.home-section-1 {
		height: auto;
	}
	.heading-inner {
		font-size: 0.5em !important;
		margin: 0 16px;
	}
	section.home-section-1 .magee-heading {
		line-height: 0.45em;
	}
	.home-section-1 {
	    width: 100%;
	}
	.home-section-1 .magee-heading {
		margin-bottom: 55px;
	}
	.magee-heading.heading-border .heading-inner {
		padding-bottom: 0;		
	}
	.section-title {
		padding-top: 0;
	}
	.home-section-4 .home-container.container {
		padding: 10px 5% 0;
	}
	.home-section-4 #gallery-boost {
		font-size: 3em;
	}
	#worth-button {
		font-size: 1.2em;
	}
	.home-section-4 .home-container.container {
		min-height: 1px;
		padding: 0 15px;
	}
	section.home-section-4 {
		padding: 30px 0;
	}
	#jason-photo {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.jason-tagline {
		float: right;
	    width: 50%;
	    font-size: 1.5em;
	    line-height: 1.4em;
	}
	#dreamdirt-logo {
		width: 46%;
		height: auto;
	}
	#jason-address, #jason-address p {
		width: 100%;
		margin-left: 8px;
	}
	#about {
		width: 100%;
	}
	.ms-info {
		width: 90% !important;
		right: 0 !important;
		padding: 0 !important;
		margin-top: -2em;
	}
	.home-section-1 .ms-slide-info {
		margin-top: 0px !important;
	}
	#about h2 {
		width: 100%;
	}
	.ms-parent-id-1 > .master-slider {
		background: none !important;
		width: 100%;
	}
	section.home-section-5 {
		padding: 50px 0 20px !important;
	}
	.ms-info ul {
		margin-bottom: 0;
	}
	.ms-parent-id-1 > .master-slider {
		min-height: 450px;
	}
	.foot-splitter {
		display: block;
		width: 100%;
		height: 1px;
	}
	footer .footer-info-area {
		font-size: 1.4em;
	}
	#menu-main  li a, header.overlay .main-header #menu-main > li > a {
		color: #5a5a50 !important;
		text-shadow: none;
	}
	#menu-band {
		padding: 0;
	}
	.top-wrap .header-wrap.overlay {
		height: auto !important;
	}
	#menu-main {
		padding-top: 12px;
	}
	#menu-main li a, header.overlay .main-header #menu-main > li > a {
		font-size: 1.8em;
		padding: 8px 0;
	}
	.site-nav ul {
		opacity: 1;
		padding-bottom: 20px;
	}
	.blog .wrapper, .single .wrapper, .page-template .wrapper {
		background-position-y: 80px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	section.homepage-slider .inner {
		padding-top: 10px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 14px !important;;
		line-height: 20px !important;;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 12px;
		width: 100%;
		margin: 0 auto;
	}

	section.homepage-slider .btn {
		margin: 0;
		padding: 0;
		font-size: 12px;
	}

	#hatchdevelopmentgroup-owl-slider .owl-dots {
		display:none !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
	section.homepage-slider .inner {
		padding-top: 30px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 18px !important;;
		line-height: 30px !important;;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 12px;
		width: 100%;
		margin: 0 auto 10px;
	}

	section.homepage-slider .btn {
		margin: 0;
		padding: 0;
		font-size: 12px;
	}

	#hatchdevelopmentgroup-owl-slider .owl-dots {
		display:none !important;
	}
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
	section.homepage-slider .inner {
		padding-top: 50px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 20px !important;;
		line-height: 40px !important;;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 12px;
		width: 80%;
		margin: 0 auto 10px;
	}

	section.homepage-slider .btn {
		margin: 0;
		padding: 5px 10px;
		font-size: 12px;
	}

	#hatchdevelopmentgroup-owl-slider .owl-dots {
		display:none !important;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
	section.homepage-slider .inner {
		padding-top: 100px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 24px !important;;
		line-height: 40px !important;;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 14px;
		width: 80%;
		margin: 0 auto 10px;
	}

	section.homepage-slider .btn {
		margin: 0;
		padding: 5px 10px;
		font-size: 12px;
	}

	#hatchdevelopmentgroup-owl-slider .owl-dots {
		display:none !important;
	}
}

@media screen and (max-width: 600px) {
	#music-boost, #about-boost, #store-boost, #tour-boost, #news-boost {
	  margin-top: -34px;       
	  padding-bottom: 34px; 
	  display: block; 
	}
	.top-wrap .header-wrap.overlay {
		height: 54px;
	}
    .top-bar-left {
		padding-left: 28px;
		padding-top: 4px;
    }
    .top-bar-left h1 {
	    color: #fff;
	    font-family: 'AshburyM';
	    font-size: 1em;
		letter-spacing: 9px;
	    text-transform: uppercase;
		margin-top: 0;
		padding-top: 16px;
    }
    .post-wrap {
	    margin-top: 58px;
    }
    #news ul li h2 {
	    padding-top: 0;
    }
    #news ul li {
	    width: 100%;
    }
    #news h2 a {
	    font-size: 0.75em;
    }
}

.footer-widget-area .widget_nav_menu{
    border-top: none;
}
.footer-widget-area .widget_nav_menu li{
border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer-widget-area .widget_nav_menu li a{
background-color:transparent;
border:none;
}

.logo-right .site-logo {
	float: right;
	margin: 10px 0 10px 10px;
}

@media screen and (min-width: 920px) {
	.logo-center .logo-box {
		display: inline;
		float: none;
	}

	.logo-center .logo-box .name-box {
		display: inline;
		float: none;
	}

	.logo-center .site-logo {
		margin: 10px 0;
		display: inline;
	}
	.logo-center .site-logo.retina_logo {
    display: none;
	}
}
@media screen and (max-width: 850px) {
	#news .home-container {
		background-image: none;
	}
	#store h3 {
	    font-size: 1.2em;
	}
}
@media screen and (max-width: 600px) {
	#store ul li {
	    width: 49%;
	    margin: 0 0 1.5% 0;
	}
}
@media screen and (max-width: 550px) {
	#store ul li {
	    width: 100%;
	    margin: 0 0 1.5% 0;
	}
}
@media screen and (min-width: 1200px) {
	#music-left iframe {
		width: 100% !important;
		height: 600px !important;
	}
}
@media screen and (min-width: 500px) {
	#vsel .vsel-content:nth-of-type(2), #vsel .vsel-content:nth-of-type(4), #vsel .vsel-content:nth-of-type(6), #vsel .vsel-content:nth-of-type(8), #vsel .vsel-content:nth-of-type(10), #vsel .vsel-content:nth-of-type(12), #vsel .vsel-content:nth-of-type(14), #vsel .vsel-content:nth-of-type(16), #vsel .vsel-content:nth-of-type(18), #vsel .vsel-content:nth-of-type(20), #vsel .vsel-content:nth-of-type(22), #vsel .vsel-content:nth-of-type(24), #vsel .vsel-content:nth-of-type(26), #vsel .vsel-content:nth-of-type(28), #vsel .vsel-content:nth-of-type(30) {
		clear: right;
	}
}

@media screen and (min-width: 920px) {
    .site-nav.style1 > ul > li.current > a > span,
    .site-nav.style1 > ul > li > a:hover > span {
        padding: 10px;
        background-color: #963;
        color: #fff;
        border-radius: 5px;
    }
    .site-nav.style2 > ul > li.current > a > span,
    .site-nav.style2 > ul > li > a:hover > span {
        padding: 8px;
        border: 2px solid #963;
        border-radius: 5px;
    }
    .site-nav.style3 > ul > li.current > a > span,
    .site-nav.style3 > ul > li > a:hover > span {
        padding: 5px 0;
        border-bottom: 2px solid #963;
    }
}

@media screen and (max-width: 600px) {
    body.admin-bar {
        margin-top: -46px;
    }
    body.admin-bar .wrapper {
        padding-top: 46px;
    }
}

@media screen and (max-width: 768px) {
    .footer-info-area .site-info,
    .footer-info-area .site-social {
        float: none!important;
        text-align: center;
    }
    .footer-info-area .site-social ul {
        margin: 0 auto;
    }
    .site-social li a {
    	margin-left: .5em;
    	margin-right: .5em;
    }
}
.img-frames {
	font-size:0;
	line-height:0;
}

.img-frames .img-box {
	margin-bottom:0;
}

/*hatchdevelopmentgroup Carousel*/
.hatchdevelopmentgroup-owl-carousel-wrap {
    margin: 0 -15px;
}

.hatchdevelopmentgroup-carousel-item {
    padding: 0 15px;
}

.hatchdevelopmentgroup-owl-carousel-wrap.full {
	margin: 0;
}

.hatchdevelopmentgroup-owl-carousel-wrap.full .hatchdevelopmentgroup-carousel-item {
	padding: 0;
}

.hatchdevelopmentgroup-owl-carousel .owl-prev,
.hatchdevelopmentgroup-owl-carousel .owl-next {
	display: none!important;
}

.hatchdevelopmentgroup-owl-carousel .owl-dots {
	position: static;
	margin-top: 20px;
}

.hatchdevelopmentgroup-owl-carousel .owl-dot {
	border: 2px solid #ccc;
	width: 12px;
	height: 12px;
}

.hatchdevelopmentgroup-owl-carousel .owl-dot.active {
	background-color: #ccc;
}
.owl-carousel .owl-item .testimonial-avatar img {
    width: 60px;
    height: auto;
}

.owl-carousel .owl-item .person-img-box img {
    width: auto;
    height: auto;
}
.hatchdevelopmentgroup-animated{
	visibility:hidden;
	}
	
@media only screen and (max-width: 920px) {
.header-wrap.overlay{
   position: static;
}
.overlay .main-header .site-nav-toggle {
    color: #ccc;
}
header.overlay .main-header .site-tagline, header.overlay .main-header .site-name {
    color: #595959; 
}
.site-nav {
    z-index:999
}
.site-nav.style3 {
	width: 100%;
}
.hatchdevelopmentgroup-menuitem {
	
}
}
@media screen and (max-width: 768px) {
section.home-section-1 .home-section-content {
    font-size: 12px;
}
}
@media print {
  a[href]:after {
    content: none !important;
  }
  .lined {
	  display: none;
  }
}