/*
	Theme Name: HD Strata
	Theme URI: https://liveby5.com/
	Description: This is a custom WordPress theme built for HD Projects Wall Systems.
	Author: Live By 5
	Author URI: https://liveby5.com/
	
	Version: 1.0.0
	Text Domain: hd-projects
	
	Tags: light, black, right-sidebar, two-columns, featured-images, responsive-layout, theme-options
	
	Template: genesis
	Template Version: 2.2.3
	
	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents

    01 Base Styles 
        Defaults
        Wraps
        Containers and Columns
        Entry Content Structure
        Headings and Titles
  -- Layout --  
    02 Header
    03 Navigation
    04 Meta and Comments
    05 Post Content Styles
    06 SideBar
    07 Footer
  -- Modules --
    08 Forms and Buttons
    09 Images and Captions
    10 Author Box / Sticky / Bread Crumbs
    11 Widgets / Plugins
    12 Homepage Widgets Areas
    13 Projects CPT
    14 Responsive Styles
*/
/*
01 Base Styles
---------------------------------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address,
big, cite, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, input, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* Clearfix */
.site-inner:after,
.home-middle:after,
.site-header:after,
.nav-primary:after,
.nav-secondary:after,
.wrap:after,
.footer-widgets:after,
.clearfix:after,
.portfolio-archive .content {
  content: " ";
  display: table;
  clear: both;
}

html {
  font-size: 62.5%;
}

body {
  background-color: white;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 300;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

/* Fix for Genesis REM font-size bug in Chrome */
body > div {
  font-size: 16px;
  font-size: 1.6rem;
}

p.pages,
.clear,
.clear-line {
  clear: both;
}

.clear-line {
  border-bottom: 1px solid #ccc;
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"] {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #111111;
  color: white;
}

::selection {
  background-color: #111111;
  color: white;
}

a {
  color: #a2cd70; /* black; */
  text-decoration: none;
}

a.label-link {
  background-color: #5c90d2;
  display: inline;
  padding: .2em .4em;
  font-size: 75%;
  font-weight: 400;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
}
a.label-link:hover {
  background-color: #406493;
}

a img {
  border: none;
}

/* Remove highlight from telephone links */
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

strong {
 
  font-weight: 400;
  color: #000000;
}

em {
  font-weight: 300;
  -moz-osx-font-smoothing: auto;
}

hr {
  border: none;
  border-top: 1px solid black;
  margin: 10px 0 40px;
  margin: 1rem 0 4rem;
}

/* Wraps */
.site-container {
  margin: 0 auto;
  max-width: 1140px;
  background-color: white;
}

.ajv-full-width-content .site-container {
  max-width: 100%;
}

.wrap {
  margin: 0 auto;
  max-width: 1140px;
}

.ajv-full-width-content .site-container .site-inner .wrap {
  max-width: 100%;
}

.ajv-full-width-content .site-container .site-inner {
  padding-top: 0;
}

.ajv-full-width-content .content {
  margin-bottom: 0;
}

.site-inner {
  overflow: hidden;
  *zoom: 1;
  padding-top: 50px;
  padding-top: 5rem;
}

/* Containers and Columns */
.content-sidebar-sidebar .sidebar-secondary,
.sidebar-content .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-footer .creds,
.site-header .widget-area,
.sidebar-content-sidebar .sidebar-primary {
  float: right;
}

.five-sixths,
.content-sidebar-sidebar .sidebar-primary,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.content-sidebar-sidebar .content,
.site-footer .gototop,
.sidebar-secondary,
.title-area,
.archive-page,
.content-sidebar .content,
.content-sidebar .sidebar-primary,
.sidebar-content-sidebar .sidebar-secondary,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
  margin-left: 2.6315789473684%;
}

.one-half,
.three-sixths,
.two-fourths,
.content-sidebar-sidebar .content,
.archive-page {
  width: 48.684210526316%;
}

.one-third,
.two-sixths,
.content-sidebar .sidebar-primary,
.sidebar-content .sidebar-primary,
.content-sidebar-sidebar .sidebar-primary,
.sidebar-content-sidebar .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  width: 31.578947368421%;
}

.title-area {
  width: 45.55556%;
}

.four-sixths,
.two-thirds,
.content-sidebar .content,
.sidebar-content .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 65.789473684211%;
}

.site-header .widget-area {
  width: 60.27778%;
}

.one-fourth {
  width: 23.026315789474%;
}

.three-fourths {
  width: 74.342105263158%;
}

.one-fifth {
  width: 17.894736842105%;
}

.two-fifths {
  width: 38.421052631579%;
}

.three-fifths {
  width: 58.947368421053%;
}

.four-fifths {
  width: 79.473684210526%;
}

.one-sixth,
.sidebar-secondary {
  width: 14.473684210526%;
}

.five-sixths,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 82.894736842105%;
}

.first,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .sidebar-secondary,
.sidebar-sidebar-content .sidebar-secondary,
.title-area,
.content-sidebar .content,
.sidebar-content .sidebar-primary,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .sidebar-primary {
  margin-left: 0;
  clear: both;
}

.sidebar-content .sidebar-primary,
.sidebar-content-sidebar .sidebar-secondary,
.sidebar-sidebar-content .sidebar-secondary,
.sidebar-sidebar-content .sidebar-primary {
  clear: none;
}

.archive-page {
  margin-left: 0;
}

/* Entry Content Structure */
.content {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}

.full-width-padded .content {
  padding: 0 200px;
  padding: 0 20rem;
}

.gecko.win .full-width-padded .content {
  display: inline-block;
}

.gecko.win .blog.full-width-padded .content,
.gecko.win .single.full-width-padded .content,
.gecko.win .archive.full-width-padded .content,
.gecko.win .search.full-width-padded .content {
  display: block;
}

.entry,
.page .post.entry {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}

.single .entry {
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
}

.page .entry {
  margin-bottom: 0;
}

.entry-content {
  overflow: hidden;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
  line-height: 1.2;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: black;
}

h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: black;
}

.entry-title a {
  color: black;
}

h1,
.entry-title,
.entry-title a,
.site-title,
.archive-title,
.taxonomy-description h1 {
  font-size: 30px;
  font-size: 3rem;
}

h1,
.entry-title,
.entry-title a {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1.entry-title {
  margin-bottom: 46px;
  margin-bottom: 4.6rem;
}

.title,
h2 {
  font-size: 28px;
  font-size: 2.8rem;
  text-transform: uppercase;
}

h2 a,
h2 a:visited {
  color: #666666;
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
}

h5 {
  font-size: 20px;
  font-size: 2rem;
}

h6,
.author-box h1,
.sidebar h2 a {
  font-size: 18px;
  font-size: 1.8rem;
}

.author-box h1 {
  margin: 0;
  line-height: 1.5;
}

.taxonomy-description h1 {
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}

.archive-title {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.archive.category .entry-title {
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
}
.archive.category article .entry-title {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.section-title {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.section-title:after {
  content: "";
  display: block;
  border-bottom: 2px solid #666666;
  padding-top: 30px;
  padding-top: 3rem;
  width: 10%;
  margin: 0 auto;
}

/*********************************************************************************************

            LAYOUT

**********************************************************************************************/
/*
02 Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  overflow: hidden;
  padding: 24px 0;
  padding: 2.4rem 0;
  background-color: white;
}

.site-title {
  margin: 12px 0 8px;
  margin: 1.2rem 0 0.8rem;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.site-title a {
  color: black;
}

.header-image .site-title {
  margin: 0;
}

.site-description {
  line-height: 1.25;
  color: #666666;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

.header-full-width .site-title,
.header-full-width .site-title a,
.header-full-width .title-area {
  width: 100%;
}

.header-image .site-title,
.header-image .site-title a,
.header-image .title-area {
  display: block;
  float: left;
  overflow: hidden;
  width: 257px;
  height: 102px;
}

.site-header .search-form {
  float: right;
  margin-top: 40px;
  margin-top: 4rem;
  width: 100%;
}

.site-logo img {
  display: block;
  width: auto; /* 257px; */
  height: 102px;
}

/*
03 Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  color: white;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  width: 100%;
  list-style: none;
}
.genesis-nav-menu .menu-item {
  text-align: left;
  float: left;
}
.genesis-nav-menu a {
  border: none;
  color: #666666;
  display: block;
  padding: 15px 15px 17px;
  padding: 1.5rem 1.5rem 1.7rem;
  position: relative;
}
.genesis-nav-menu a:hover {
  color: #406493;
}
.genesis-nav-menu .sub-menu {
  margin-top: 0;
  margin-top: 0;
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 16px 15px;
  padding: 1.6rem 1.5rem;
  position: relative;
  width: 200px;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -54px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
.genesis-nav-menu > .right {
  float: right;
  list-style-type: none;
  padding: 28px 0;
  padding: 2.8rem 0;
  text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}
.genesis-nav-menu > .rss > a {
  margin-left: 48px;
  margin-left: 4.8rem;
}
.genesis-nav-menu > .search {
  padding: 14px 0 0;
  padding: 1.4rem 0 0;
}

.genesis-nav-menu > .menu-item-has-children > a:after,
ul.sub-menu li.menu-item-has-children > a:after {
  font-family: FontAwesome;
  font-size: 12px;
  font-size: 1.2rem;
}

.genesis-nav-menu > .menu-item-has-children > a:after {
  content: "\f107";
  padding-left: 8px;
  padding-left: 0.8rem;
}

ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  padding-left: 10px;
  padding-left: 1rem;
}

/* Site Header Navigation */
.nav-header {
  margin-top: 25px;
  margin-top: 2.5rem;
  float: right;
}

.site-header .genesis-nav-menu a {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 15px 18px 17px;
  padding: 1.5rem 1.8rem 1.7rem;
}
.site-header .genesis-nav-menu a:hover,
.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu .current-menu-parent a,
.site-header .genesis-nav-menu .current-menu-ancestor a {
  color: black;
}
.site-header .genesis-nav-menu a:hover:after,
.site-header .genesis-nav-menu .current-menu-item > a:after,
.site-header .genesis-nav-menu .current-menu-parent a:after,
.site-header .genesis-nav-menu .current-menu-ancestor a:after {
  content: "";
  display: block;
  border-bottom: 2px solid black;
}

.site-header .sub-menu {
  border-top: 1px solid #ccc;
}
.site-header .sub-menu .sub-menu {
  margin-top: -55px;
}

/* Mobile Navigation */
.responsive-menu-icon {
  cursor: pointer;
  display: none;
  text-align: center;
  color: black;
}

.responsive-menu-icon::before {
  content: "\f0c9";
  display: inline-block;
  font: normal 17px/1 FontAwesome;
  margin: 0 auto;
  padding: 16px 7px 16px 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-primary .responsive-menu-icon::before {
  color: #666666;
}

.nav-secondary .responsive-menu-icon,
.nav-secondary .responsive-menu-icon::before {
  color: white;
}

.nav-secondary .responsive-menu-icon {
  font-weight: 300;
}

/*  Sticky Nav */
/* ## Fixed Mini Header appearing on scroll
----------------------------------------------------- */

.mini-header {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	display: none;
	background: rgba(161,206,107, 0.95); /* rgba(255, 255, 255, .95); */
	border-bottom: 1px solid #A1CE6B; /* #f5f5f5; */
	left: 0;
}

.mini-header .wrap {
  max-width: 1140px;
}

.admin-bar .mini-header {
	top: 32px;
}

.mini-header .alignleft {
	margin-top: 12px;
}

.mini-header .genesis-nav-menu a {
  color: #fff;
	text-transform: uppercase;
}

.mini-header .genesis-nav-menu .current-menu-item > a, 
.mini-header .genesis-nav-menu .menu-item:hover a {
  color: #000;
	font-weight: normal;
}

.mini-header .genesis-nav-menu .menu-item:hover a:after,
.mini-header .genesis-nav-menu .current-menu-item > a:after {
  content: "";
  display: block;
  border-bottom: 2px solid black;
}

/* Primary Navigation Extras */
.genesis-nav-menu li.right {
  float: right;
  padding: 15px 25px;
  padding: 1.5rem 2.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  list-style-type: none;
}

.genesis-nav-menu li.right a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu li.search {
  padding: 6px 0 0;
  padding: 0.6rem 0 0;
}

.genesis-nav-menu li.twitter a,
.genesis-nav-menu li.rss a {
  padding-left: 24px;
  padding-left: 2.4rem;
  text-transform: capitalize;
}
.genesis-nav-menu li.twitter a:before,
.genesis-nav-menu li.rss a:before {
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 5px;
  padding-right: 0.5rem;
}

.genesis-nav-menu li.twitter a:before {
  content: "\f099";
  color: #55acee;
}

.genesis-nav-menu li.rss a:before {
  content: "\f09e";
  color: #f26522;
}

/* Pagination */
.pagination-previous,
.pagination-next,
.previous-post-link,
.next-post-link {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.previous-post-link {
  float: left;
}

.next-post-link {
  float: right;
}

.archive-pagination li {
  display: inline;
  font-size: 16px;
  font-size: 1.6rem;
}

.archive-pagination li a,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.archive-pagination li.disabled {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px 12px 8px 12px;
  padding: 0.8rem 1.2rem 0.8rem 1.2rem;
  color: #406493;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: whitesmoke;
  color: black;
}

.portfolio-widgetized .archive-pagination {
  clear: both;
}

.post-type-archive-projects #page-heading {
  display: none;
}

/*
04 Meta and Comments
---------------------------------------------------------------------------------------------------- */
/* Post Info and Meta */
.full-width-padded .entry-header {
  text-align: center;
}

.entry-meta {
  clear: both;
  line-height: 1.5;
  color: #4c4c4c;
  font-size: 14px;
  font-size: 1.4rem;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  padding-top: 0.5rem;
  font-style: italic;
}

.entry-meta .entry-comments-link:before {
  content: "\f0e6";
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 2px 0 5px;
  padding: 0 0.2rem 0 0.5rem;
  line-height: 1.5;
}

.entry-categories,
.entry-tags {
  display: block;
}

/* Post Comments */
.entry-comments,
#respond {
  line-height: 1.5;
  overflow: hidden;
}

.entry-comments {
  color: #666666;
}
.entry-comments h3 {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.comment-respond,
.entry-comments,
.entry-pings {
  background-color: white;
}

.ping-list,
.entry-comments {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 50%;
}

.commentmetadata,
.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

.comment-form-comment {
  margin: 5px 0;
  margin: 0.5rem 0;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
  margin: 15px 0 0;
  margin: 1.5rem 0 0;
  padding: 20px 0 40px;
  padding: 2rem 0 4rem;
  border-bottom: 1px solid #ccc;
}

.comment-list ul li,
.ping-list ul li {
  padding: 15px 25px 0 40px;
  padding: 1.5rem 2.5rem 0 4rem;
  border-bottom: none;
}

.comment-list li ul li {
  margin-right: 0;
  margin-right: 0;
}

.comment-header {
  overflow: hidden;
}

.comment {
  background-color: white;
}

.comment-meta {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}

.comment-author {
  font-weight: 300;
}

.comment-content p,
#respond p {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
}

#respond .form-submit {
  margin-bottom: 0;
  margin-bottom: 0;
}

.comment-respond {
  color: #666666;
}

.entry-comments .navigation {
  margin-top: 32px;
  margin-top: 3.2rem;
}

.comment-list li .avatar {
  float: left;
  margin: 0 16px 24px 0;
  margin: 0 1.6rem 2.4rem 0;
  border-radius: 50%;
}

a.comment-reply-link, a.comment-reply-link:visited {
  font-size: 16px;
  font-size: 1.6rem;
}

/*
05 Post Content Styles
---------------------------------------------------------------------------------------------------- */
.content a,
.widget .visual-editor-content a {
  text-decoration: underline;
}
.content a.label-link,
.content a.button,
.widget .visual-editor-content a.label-link,
.widget .visual-editor-content a.button {
  text-decoration: none;
}

.entry-content p,
.widget .visual-editor-content p {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.entry-content p.lead-text,
.widget .visual-editor-content p.lead-text {
  font-size: 16px;
  font-size: 1.6rem;
  color: black;
}

.mark,
mark {
  padding: .2em;
  background-color: #fcefa9;
}

pre {
  line-height: 1.8;
  width: 95%;
  overflow: auto;
  margin: 2.6rem 0;
  padding: 2.4rem 0.8rem 1rem 1.2rem;
  color: #3f3b36;
  border: 1px solid #ccc;
  border-left: 1rem solid #ccc;
  font-size: 17px;
  font-size: 1.7rem;
  background: linear-gradient(to bottom, #f5f5f5, #f5f5f5 50%, #f9f9f9 50%, #f9f9f9);
  background-size: 100% 50px;
}

@-moz-document url-prefix() {
  pre {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* Blockquotes */
blockquote {
    margin: 30px 0;
    margin: 1.5rem 0;
    font-size: 18px;
    font-size: 1.8rem;
    color: white;
}

blockquote p {
    display: inline;
    line-height: 2;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    background: black;
    box-shadow: 10px 0 0 black, -10px 0 0 black;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}



blockquote cite,
blockquote p.cite {
  display: block;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent;
  box-shadow: none;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
  margin-top: 2px;
  margin-top: 0.2rem;
  font-style: normal;
}

/* Lists */
.entry-content ol,
.entry-content ul,
.widget .visual-editor-content ol,
.widget .visual-editor-content ul {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.entry-content ol li,
.entry-content ul li,
.widget .visual-editor-content ol li,
.widget .visual-editor-content ul li {
  line-height: 1.8;
  margin-left: 20px;
  margin-left: 2rem;
}
.entry-content ol li,
.widget .visual-editor-content ol li {
  list-style-type: decimal;
}
.entry-content ol li ol li,
.widget .visual-editor-content ol li ol li {
  list-style-type: lower-latin;
}
.entry-content ul li,
.widget .visual-editor-content ul li {
  list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul,
.widget .visual-editor-content ol ol,
.widget .visual-editor-content ul ul {
  margin-bottom: 0;
}
.entry-content ul.custom-list-1 li,
.entry-content ul.custom-list-2 li,
.widget .visual-editor-content ul.custom-list-1 li,
.widget .visual-editor-content ul.custom-list-2 li {
  list-style-type: none;
  word-wrap: break-word;
  margin-left: 20px;
  margin-left: 2rem;
}
.entry-content ul.custom-list-1 li ul li,
.entry-content ul.custom-list-2 li ul li,
.widget .visual-editor-content ul.custom-list-1 li ul li,
.widget .visual-editor-content ul.custom-list-2 li ul li {
  margin-left: 20px;
  margin-left: 2rem;
}
.entry-content ul.custom-list-1 li:before,
.entry-content ul.custom-list-2 li:before,
.widget .visual-editor-content ul.custom-list-1 li:before,
.widget .visual-editor-content ul.custom-list-2 li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #666666;
  font-size: 8px;
  font-size: 0.8rem;
  padding-right: 12px;
  padding-right: 1.2rem;
  position: relative;
  top: -2px;
  left: 2px;
}
.entry-content ul.custom-list-1 li:before,
.widget .visual-editor-content ul.custom-list-1 li:before {
  content: '\f04d';
  color: black;
}
.entry-content ul.custom-list-1 li ul li:before,
.widget .visual-editor-content ul.custom-list-1 li ul li:before {
  content: '—';
  color: black;
  font-size: 10px;
  font-size: 1rem;
  padding-right: 10px;
  padding-right: 1rem;
}
.entry-content ul.custom-list-2 li:before,
.widget .visual-editor-content ul.custom-list-2 li:before {
  content: '\f00c';
  color: black;
  font-size: 14px;
  font-size: 1.4rem;
}
.entry-content ul.custom-list-2 li ul li:before,
.widget .visual-editor-content ul.custom-list-2 li ul li:before {
  content: '\f105';
  color: black;
  font-size: 14px;
  font-size: 1.4rem;
}

/* After Post */
.after-post {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px;
  padding: 1rem;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.after-post select {
  margin: 0;
  padding: 9px;
  padding: 0.9rem;
}

@-moz-document url-prefix() {
  .after-post select {
    padding: 8px;
    padding: 0.8rem;
  }
}

/* Contact Page */
.contact-page .content {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.contact-page .contact-info-wrap {
  margin-bottom: 55px;
  margin-bottom: 5.5rem;
}
.contact-page .entry-content {
  margin-top: 24px;
  margin-top: 2.4rem;
}
.contact-page .entry-content .business-info .business-address p {
  margin-bottom: 0;
}
.contact-page .postal-address {
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
}
.contact-page .section-label {
  color: black;
}
.contact-page .enquire-section a[href^=tel] {
  text-decoration: none;
}
.contact-page .entry-content .business-info {
  line-height: 1.6;
}
.contact-page .entry-content .business-name {
  font-size: 18px;
  font-size: 1.8rem;
  color: black;
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
}
.contact-page .entry-content .business-address {
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
}

/*
06 Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
  line-height: 1.5;
  margin-top: 82px;
  margin-top: 8.2rem;
}
.sidebar .widget-title {
  padding-bottom: 10px;
  padding-bottom: 1rem;
}

.sidebar p {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.sidebar .widget {
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  overflow: hidden;
}

.sidebar .widget_pages ul li {
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word;
}
.sidebar .widget_pages ul li ul li {
  margin: 6px 0 0 35px;
  margin: 0.6rem 0 0 3.5rem;
}

.sidebar blockquote {
  padding: 10px 40px 0 40px;
  padding: 1rem 4rem 0 4rem;
}

.sidebar .visual-editor-content .button.button-hollow {
  margin-top: 30px;
  margin-top: 3rem;
}

.sidebar .widget_search {
  margin-bottom: 57px;
  margin-bottom: 5.7rem;
}
.projects-template-default.single-projects .sidebar {
  margin-top: 0;
}

/*
07 Footer
---------------------------------------------------------------------------------------------------- */
/* Site Footer */
.site-footer {
  clear: both;
  background-color: #111111;
}

.site-footer .wrap {
  overflow: hidden;
  padding: 20px 10px;
  padding: 2rem 1rem;
}

.site-footer p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #666666;
  font-weight: 400;
  line-height: 1.5;
}

.site-footer a {
  color: white;
}
.site-footer a:hover {
  color: #b2b2b2;
}

/* Footer Widgets */
.footer-widgets {
  clear: both;
  overflow: hidden;
  padding: 51px 0 10px;
  padding: 5.1rem 0 1rem;
  background: black url(images/hive-bg-dark.svg) no-repeat center -300px;
  font-size: 14px;
  font-size: 1.4rem;
  color: white;
  line-height: 1.6;
}
.footer-widgets .business-contact,
.footer-widgets .business-hours {
  font-size: 14px;
  font-size: 1.4rem;
}
.footer-widgets a {
  color: white;
}
.footer-widgets p {
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
}
.footer-widgets .widget {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.footer-widgets .widget-area ul {
  margin-top: 20px;
  margin-top: 2rem;
}
.footer-widgets .widget-area ul li {
  list-style-type: none;
  background: url(images/hdp-ul-bullet.svg) no-repeat center left;
  background-size: 11px 14px;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
  word-wrap: break-word;
  line-height: 1.5;
}
.footer-widgets .widget-area ul li a {
  margin-left: 23px;
  margin-left: 2.3rem;
  color: white;
}
.footer-widgets .widget-title {
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.4rem;
}
.footer-widgets .logo-image {
  width: 200px;
  height: 79px;
}
.footer-widgets .logo-image path,
.footer-widgets .logo-image polygon {
  fill: white;
}
.footer-widgets .footer-widgets-2,
.footer-widgets .footer-widgets-3 {
  padding-top: 30px;
  padding-top: 3rem;
}
.footer-widgets .footer-widgets-3 {
  padding-left: 90px;
  padding-left: 9rem;
}
.footer-widgets .footer-widgets-2 .textwidget p {
  padding-right: 10px;
  padding-right: 1rem;
}

.no-svg .footer-widgets {
  background: black url(images/hive-bg-dark.png) no-repeat center -300px;
}
.no-svg .footer-widgets .widget-area ul li {
  background: url(images/hdp-ul-bullet.png) no-repeat center left;
  width: 11px;
  height: 14px;
}
.no-svg .footer-widgets .logo-image {
  background: black url(images/logo-white.png) no-repeat center;
  width: 200px;
  height: 79px;
}

.footer-widgets .wrap > div {
  display: table-cell;
}

/*********************************************************************************************

            MODULES

**********************************************************************************************/
/*
08 Forms and Buttons
---------------------------------------------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #666666;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

[placeholder]:focus:-moz-placeholder {
  /* Firefox 18- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

[placeholder]:focus::-moz-placeholder {
  /* Firefox 19+ */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

[placeholder]:focus:-ms-input-placeholder {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}

input[type='checkbox'] {
  -webkit-appearance: checkbox;
}

input[type='radio'] {
  -webkit-appearance: radio;
}

textarea {
  overflow: auto;
}

input:focus,
select:focus,
textarea:focus,
.button:focus {
  outline: none;
  background-color: #efefef;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input,
select,
textarea {
  background-color: #efefef;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  padding: 17px 10px;
  padding: 1.7rem 1rem;
  width: 100%;
  color: #666666;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
}

.button,
input[type="button"],
input[type="submit"] {
  background-color: black;
  border: 1px solid black;
  box-shadow: none;
  cursor: pointer;
  padding: 14px 10px 13px;
  padding: 1.35rem 1rem 1.25rem;
  width: auto;
  color: white;
  font-size: inherit;
  font-weight: 300;
  -moz-osx-font-smoothing: auto;
}

.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: transparent;
  border: 1px solid black;
  color: black;
}

.button {
  display: inline-block;
  text-align: center;
  min-width: 160px;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 12px 20px 10px;
  padding: 1.2rem 2rem 1rem;
}

a.button {
  text-decoration: none;
}

.button-small {
  min-width: 150px;
}

.button-medium {
  min-width: 220px;
}

.button-large {
  min-width: 315px;
}

.button-full {
  min-width: 100%;
}

.button-solid {
  background-color: black;
}
.button-solid:hover {
  background-color: transparent;
  border: 1px solid black;
  color: black;
}

.button-hollow,
.button-highlight {
  background-color: transparent;
  border: 1px solid black;
  color: black;
  padding: 8px 20px 10px;
  padding: 0.8rem 2rem 1rem;
}
.button-hollow:before,
.button-highlight:before {
  content: "+";
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 8px;
  padding-right: 0.8rem;
  vertical-align: bottom;
}
.button-hollow:hover,
.button-highlight:hover {
  background-color: black;
  color: white;
}

.button-highlight {
  background-color: #efefef;
  border: 1px solid #efefef;
  padding: 4px 20px 6px;
  padding: 0.4rem 2rem 0.6rem;
}
.button-highlight:hover {
  background-color: #efefef;
  color: black;
}

.search-form {
  position: relative;
}
.search-form input[type="search"] {
  width: 84.5%;
  background: white;
  border: 1px solid black;
  padding: 14px 10px 13px;
  padding: 1.35rem 1rem 1.25rem;
  color: #888888;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal !important;
  margin-bottom: 2px;
  margin-bottom: 0.2rem;
}
.search-form input[type="search"]:focus {
  border: 1px solid #8c8c8c;
  background-color: white;
}
.search-form input[type="submit"] {
  background: black;
  border: 1px solid black;
  padding: 14px 10px 13px;
  padding: 1.35rem 1rem 1.25rem;
  font-size: 15px;
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
  text-decoration: none;
  width: 15.5%;
  vertical-align: top;
  height: auto;
  line-height: normal !important;
}
.search-form input[type="submit"]:hover {
  background-color: transparent;
  border: 1px solid black;
  border-left: none;
  color: black;
}
.search-form input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search-form ::-webkit-input-placeholder {
  color: #666666;
  text-transform: uppercase;
}
.search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  opacity: 1;
  text-transform: uppercase;
}
.search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  opacity: 1;
  text-transform: uppercase;
}
.search-form :-ms-input-placeholder {
  color: #666666;
  text-transform: uppercase;
}

.gecko .search-form input[type="search"] {
  padding: 13px 10px 12px;
  padding: 1.3rem 1rem 1.2rem;
}
.gecko .search-form input[type="submit"] {
  padding: 13px 10px 11px;
  padding: 1.3rem 1rem 1.1rem;
}
.chrome .search-form input[type="submit"] {
  padding: 13px 10px 13px;
  padding: 1.3rem 1rem 1.3rem;
}

.entry-content .search-form,
.site-header .search-form {
  max-width: 50%;
}

/* Gravity Forms */
.content div.gform_wrapper input,
.content div.gform_wrapper select,
.content div.gform_wrapper textarea,
.content div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 17px 10px;
  padding: 1.7rem 1rem;
}

.content div.gform_wrapper input[type="submit"],
.content .gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 12px 20px 10px;
  padding: 1.2rem 2rem 1rem;
  min-width: 315px;
  border: 1px solid black;
}

.content div.gform_wrapper input[type="submit"]:hover,
.content .gf_browser_ie.gform_wrapper .gform_footer input.button:hover {
  background-color: transparent;
  border: 1px solid black;
  color: black;
}

.content div.gform_wrapper .ginput_complex label {
  padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
  margin: 1.6rem 0 0;
}

.content .gform_wrapper {
  margin: 1em 0 0;
  max-width: 100%;
}
.content .gform_wrapper .top_label .gfield_label {
  font-weight: 300;
}
.content .gform_wrapper .gfield_required {
  color: #666666;
  margin-left: .15em;
}
.content .gform_wrapper .top_label .gfield_label {
  margin: 0;
}
.content .gform_wrapper textarea {
  border: 1px solid #efefef;
}
.content #field_6_2 {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}
.content #field_6_8 {
  margin-top: 25px;
  margin-top: 2.5rem;
}
.content #field_6_6 {
  margin-top: 35px;
  margin-top: 3.5rem;
}
.content .gform_wrapper .top_label li.gfield.gf_right_half input.medium,
.content .gform_wrapper .ginput_complex .ginput_right input[type=text],
.content .gform_wrapper .ginput_complex input[type=text],
.content .gform_wrapper .top_label input.large,
.content .gform_wrapper .top_label select.large,
.content .gform_wrapper .top_label textarea.textarea {
  width: 100% !important;
}
.content .gform_wrapper .top_label li.gfield.gf_left_half input.medium {
  width: 99% !important;
}
.content .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
  margin-right: 2.55% !important;
}
.content .gform_wrapper .top_label li.gfield.gf_left_half {
  margin-right: 2.5% !important;
}

/* Gravity Forms Firefox Fix */
@-moz-document url-prefix() {
  .content .gform_wrapper .ginput_container .gfield_radio input[type=radio],
  .content .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
    margin-top: 5px !important;
    margin-top: 0.5rem !important;
  }
}

/* Gravity Forms Placeholder Text */
body .gform_wrapper ::-webkit-input-placeholder {
  color: #666666;
}
body .gform_wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  opacity: 1;
}
body .gform_wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  opacity: 1;
}
body .gform_wrapper :-ms-input-placeholder {
  color: #666666;
}
body .gform_wrapper [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
body .gform_wrapper [placeholder]:focus:-moz-placeholder {
  /* Firefox 18- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
body .gform_wrapper [placeholder]:focus::-moz-placeholder {
  /* Firefox 19+ */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
body .gform_wrapper [placeholder]:focus:-ms-input-placeholder {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

/* Gravity Forms Sidebar Opt-In */
body .sidebar .gform_widget,
body .home-sidebar .gform_widget {
  overflow: visible;
}
body .sidebar .gform_wrapper,
body .home-sidebar .gform_wrapper {
  border: 1px solid #e6e6e6;
  margin: 0;
  max-width: 100%;
  padding: 25px;
  padding: 2.5rem;
  background: #eeeeee url(images/hive-bg-light.svg) no-repeat -660px -2098px;
  position: relative;
}
body .sidebar .gform_wrapper .ginput_complex input[type=text],
body .sidebar .gform_wrapper .top_label input.large,
body .home-sidebar .gform_wrapper .ginput_complex input[type=text],
body .home-sidebar .gform_wrapper .top_label input.large {
  width: 100%;
  background: white;
}
body .sidebar .gform_wrapper li.gfield_html,
body .home-sidebar .gform_wrapper li.gfield_html {
  max-width: 100%;
}
body .sidebar .gform_wrapper .gfield_html.gfield_no_follows_desc,
body .home-sidebar .gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin: 0;
}
body .sidebar .gform_wrapper .sidebar-form h4,
body .home-sidebar .gform_wrapper .sidebar-form h4 {
  margin-bottom: 103px;
  margin-bottom: 10.3rem;
}
body .sidebar .gform_wrapper .sidebar-form p,
body .home-sidebar .gform_wrapper .sidebar-form p {
  color: black;
}
body .sidebar .gform_wrapper .sidebar-form img.sidebar-form-image,
body .home-sidebar .gform_wrapper .sidebar-form img.sidebar-form-image {
  position: absolute;
  top: -33px;
  right: -12px;
  z-index: 1;
}
body .sidebar .gform_wrapper input,
body .home-sidebar .gform_wrapper input {
  padding: 14px 10px 13px;
  padding: 1.35rem 1rem 1.25rem;
  font-size: 15px;
  font-size: 1.5rem;
  border: none;
}
body .sidebar .gform_wrapper input:focus,
body .home-sidebar .gform_wrapper input:focus {
  border: none;
}
body .sidebar .gform_wrapper .gform_footer,
body .home-sidebar .gform_wrapper .gform_footer {
  padding: 0;
}
body .sidebar .gform_wrapper .gform_footer input.button,
body .sidebar .gform_wrapper .gform_footer input[type=submit],
body .home-sidebar .gform_wrapper .gform_footer input.button,
body .home-sidebar .gform_wrapper .gform_footer input[type=submit] {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  width: 100%;
  background-color: black;
  border: 1px solid black;
}
body .sidebar .gform_wrapper .gform_footer input.button:hover,
body .sidebar .gform_wrapper .gform_footer input[type=submit]:hover,
body .home-sidebar .gform_wrapper .gform_footer input.button:hover,
body .home-sidebar .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: transparent;
  border: 1px solid black;
  color: black;
}
body .sidebar .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
body .sidebar .gform_wrapper li.hidden_label input,
body .home-sidebar .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
body .home-sidebar .gform_wrapper li.hidden_label input {
  margin: 0;
}

body .gform_wrapper .chosen-container {
  width: 100% !important;
}

body .gform_wrapper .chosen-container-single .chosen-single,
body .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border-radius: 0;
  background: #efefef;
  border: none;
  box-shadow: none;
  height: 50px;
}
body .gform_wrapper .chosen-container-single .chosen-single span,
body .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single span {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 12px 10px 8px;
  padding: 1.2rem 1rem 0.8rem;
  color: #666666;
}

body .gform_wrapper .chosen-container-single .chosen-drop {
  border-radius: 0;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #898989;
  background: #efefef;
}
body .gform_wrapper .chosen-container-single .chosen-drop .chosen-search input {
  background-color: #ffffff;
  border-color: #dddddd;
}

body .gform_wrapper .chosen-container-single .chosen-single div b {
  background: white;
}
body .gform_wrapper .chosen-container-single .chosen-single div b:before {
  content: "\f0d7";
  font: normal 18px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  display: block;
  color: black;
  padding: 12px 0 0 11px;
  padding: 1.2rem 0 0 1.1rem;
}
body .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: inherit;
}
body .gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 32px;
  height: 80%;
}

body .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
	width: 50%;
}

body .gform_wrapper textarea.small {
    width: 100%;
    border: none;
    background: white;
    padding: 10px 0 0 10px;
}

/*
09 Images and Captions
---------------------------------------------------------------------------------------------------- */
embed,
img,
object,
video {
  max-width: 100%;
}

img {
  height: auto;
}

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}

.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem;
}

img.alignnone {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
  display: inline;
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
  display: inline;
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
}

p.wp-caption-text {
  line-height: 1.2;
  margin-top: 12px;
  margin-top: 1.2rem;
}

.wp-caption {
  text-align: left;
}

.featured-image {
  margin-bottom: 27px;
  margin-bottom: 2.7rem;
}
.featured-image .post-image {
  margin-bottom: 0;
}
.featured-image .caption {
  display: block;
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 7px 10px 5px;
  padding: 0.7rem 1rem 0.5rem;
  margin-top: -9px;
  margin-top: -0.9rem;
}

.top-margin {
  padding-top: 20px;
  padding-top: 2rem;
}

/* Product Logos */
.afs-logo {
  width: 80px;
  height: auto;
}

.body-home .afs-logo,
.body-home .ritek-logo,
.body-home .dincel-logo {
  margin-top: 16px;
  margin-top: 1.6rem;
}
.body-home .ritek-logo {
  margin-left: -52px;
  margin-left: -5.2rem;
}
.body-home .dincel-logo {
  padding-top: 15px;
  padding-top: 1.5rem;
}

.widget .visual-editor-content div.one-third br,
.widget .visual-editor-content div.two-thirds br {
  display: none;
}
.widget .visual-editor-content .afs-logo,
.widget .visual-editor-content .ritek-logo {
  margin-top: 19px;
  margin-top: 1.9rem;
}
.widget .visual-editor-content .ritek-logo {
  float: right;
}
.widget .visual-editor-content .dincel-logo {
  clear: both;
  display: block;
  margin: 0 auto;
  padding-top: 15px;
  padding-top: 1.5rem;
}

/*
10 Author Box / Sticky / Breadcrumbs
---------------------------------------------------------------------------------------------------- */
.author-box,
.sticky {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}

.author-box,
.taxonomy-description {
  line-height: 1.5;
}

.author-box,
.sticky,
.taxonomy-description {
  background-color: #4c4c4c;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  overflow: hidden;
  padding: 32px;
  padding: 3.2rem;
  color: white;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.author-box-title,
.author-box h1 {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.author-box .avatar {
  float: left;
  margin-right: 24px;
  margin-right: 2.4rem;
  height: 120px;
  width: 120px;
  border-radius: 50%;
}
.author-box p {
  overflow: hidden;
}
.author-box a {
  font-weight: 300;
  color: #5c90d2;
}

/* Breadcrumbs */
.breadcrumb {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  overflow: hidden;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #939393;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 600;
}

.full-width-padded .breadcrumb {
  text-align: center;
}

/*
11 Widgets / Plugins
---------------------------------------------------------------------------------------------------- */
/* Business Contact Info */
.business-info .logo-image {
  margin-bottom: 13px;
  margin-bottom: 1.3rem;
}

.business-contact {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.business-contact span,
.contact-info-wrap span {
  display: block;
}
.business-contact .business-address span,
.business-contact .postal-address span,
.contact-info-wrap .business-address span,
.contact-info-wrap .postal-address span {
  display: inline;
}
.business-contact .business-address p,
.contact-info-wrap .business-address p {
  margin-bottom: 0;
}
.business-contact span.address-street,
.business-contact span.box-number,
.business-contact .postal-address .section-label,
.contact-info-wrap span.address-street,
.contact-info-wrap span.box-number,
.contact-info-wrap .postal-address .section-label {
  display: block;
}

.business-name,
.business-address,
.hours-title {
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
}

.business-phone .label,
.business-fax .label,
.business-email .label {
  display: inline;
}

.hours-title {
  display: block;
}

/* Calendar Widget */
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: right;
  color: #898989;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 10px;
  margin-top: 1rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
#wp-calendar thead {
  font-size: 14px;
  font-size: 1.4rem;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  padding-bottom: 1rem;
  color: #898989;
}
#wp-calendar tbody {
  color: #898989;
}
#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
  padding: 0.8rem;
}
#wp-calendar tbody td:hover {
  background: transparent;
  border: 1px solid #ccc;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tbody .pad:hover {
  border: none;
}
#wp-calendar tfoot #next {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding-top: 10px;
  padding-top: 1rem;
}

/* Categories Widget */
.widget_categories .screen-reader-text {
  display: none;
}

/* Utility Bar Widget Area */
.utility-bar {
  background-color: black;
  color: white;
  padding: 13px 0 8px;
  padding: 1.3rem 0 0.8rem;
  clear: both;
}
.utility-bar .quick-contact-social {
  float: left;
}
.utility-bar .quick-contact-business {
  float: right;
  margin-top: 1px;
  margin-top: 0.1rem;
}
.utility-bar .quick-contact-social,
.utility-bar .quick-contact-business {
  font-size: 16px;
  font-size: 1.6rem;
}
.utility-bar .quick-contact-social i,
.utility-bar .quick-contact-business i {
  font-size: 20px;
  font-size: 2rem;
}
.utility-bar .quick-contact-social span a,
.utility-bar .quick-contact-business span a {
  color: inherit;
  text-decoration: none;
  margin-right: 17px;
  margin-right: 1.7rem;
}
.utility-bar .quick-contact-business span a {
  margin-right: 20px;
  margin-right: 2rem;
}
.utility-bar .quick-contact-business .contact-phone i {
  margin-right: 4px;
  margin-right: 0.4rem;
}
.utility-bar .quick-contact-business .contact-email i {
  margin-right: 8px;
  margin-right: 0.8rem;
}

/* Genesis Sandbox Featured Content Widget */
.sidebar .widget.featured-content {
  margin: 0 0 60px;
  margin: 0 0 6rem;
}

body .sidebar .widget.featured-content .one-third {
  width: 30.185185185185% !important;
  margin-left: 4.7222222222222% !important;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
}
body .sidebar .widget.featured-content .first.one-third {
  margin-left: 0 !important;
}
body .sidebar .widget.featured-content article {
  position: relative;
}
body .sidebar .widget.featured-content article img,
body .sidebar .widget.featured-content article a {
  display: block;
}
body .sidebar .widget.featured-content article a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.70196) url(images/rectangle-overlay.png) no-repeat center center;
  background-size: 24px 24px;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
}
body .sidebar .widget.featured-content article a:hover:after {
  opacity: 1;
}
.view-all-link {
  margin: 12px 0 2px;
  margin: 1.2rem 0 0.2rem;
}

/* Related Posts by Taxonomy */
.gallery-item {
  position: relative;
  width: 23.026315789474% !important;
  margin-left: 2.6315789473684%;
}
.gallery-item:nth-child(1) {
  margin-left: 0;
}
.gallery-item .gallery-icon a,
.gallery-item .gallery-icon img {
  display: block;
}
.gallery-item .gallery-icon img {
  border: none !important;
}
.gallery-item .gallery-caption-link {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.70196);
  opacity: 0;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
}
.gallery-item .gallery-caption-link:hover {
  opacity: 1;
}
.gallery-item .gallery-caption-link h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: white;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px solid white;
  padding: 10px;
  padding: 1rem;
  max-width: 180px;
  max-width: 18rem;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.gallery-item .gallery-caption-link h3:before {
  content: "+";
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 8px;
  padding-right: 0.8rem;
  vertical-align: bottom;
}

/*
12 Homepage Widgets Areas
---------------------------------------------------------------------------------------------------- */
.body-home .site-inner {
  padding-top: 63px;
  padding-top: 6.3rem;
}
.body-home .content {
  /* margin-bottom: 66px;
  margin-bottom: 6.6rem; */
  margin-bottom: 0;
}
.body-home .sidebar {
  margin-top: 0;
}
.body-home .entry-content {
  line-height: 1.35;
  letter-spacing: 0.02em;
  /* padding-right: 67px;
  padding-right: 6.7rem; */
}
.body-home .entry-content p,
.body-home .entry-content h1, .body-home .entry-content h2, .body-home .entry-content h3, .body-home .entry-content h4, .body-home .entry-content h5, .body-home .entry-content h6 {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.body-home .entry-content .lead-text {
  letter-spacing: 0;
}
.body-home .home-cta, .text-panel {
  background: black url(images/hive-bg-dark.svg) no-repeat -165px -1220px;
  /* background: #111111; */
  padding: 42px 0 38px;
  padding: 4.2rem 0 3.8rem;
}
.body-home .home-cta p, .text-panel p {
  font-size: 31px;
  font-size: 3.1rem;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
.body-home .wp-tiles-container {
  overflow: auto;
  position: relative;
}
.body-home .wp-tiles-tile {
  background-color: white !important;
}
.body-home .wp-tiles-byline-wrapper {
  padding: 0 10px;
  padding: 0 1rem;
}
.body-home .wp-tiles-tile-with-image .wp-tiles-byline-title {
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border: 1px solid white;
  padding: 10px 20px;
  padding: 1rem 2rem;
  max-width: 180px;
  max-width: 18rem;
  word-wrap: normal;
}
.body-home .wp-tiles-tile-with-image .wp-tiles-byline-title:before {
  content: "+";
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 8px;
  padding-right: 0.8rem;
  vertical-align: bottom;
}

.gecko.win .body-home .wp-tiles-container {
  overflow: hidden;
}

.no-svg .body-home .home-cta {
  background: black url(images/hive-bg-dark.png) no-repeat -165px -1220px;
}

/*
13 Portfolio CPT
---------------------------------------------------------------------------------------------------- */
.projects-archive .content {
  margin-bottom: 70px;
  margin-bottom: 7rem;
}
.projects-archive ul.filter {
  color: #999;
  list-style: none;
  margin: 35px 0 33px;
  margin: 3.5rem 0 3.3rem;
}
.projects-archive ul.filter li {
  float: left;
  margin: 10px 22px 0 0;
  margin: 1rem 2.2rem 0 0;
}
.projects-archive ul.filter a {
  border: 1px solid white;
  color: #666666;
  display: block;
  padding: 3px 13px;
  padding: 0.25rem 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.projects-archive ul.filter a:hover {
  color: black;
}
.projects-archive ul.filter a.active {
  border: 1px solid black;
}
.projects-archive .filterable-projects {
  margin-left: -30px;
  margin-left: -3rem;
  overflow: hidden;
}
.projects-archive .project-item {
  float: left;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  margin-left: 30px;
  margin-left: 3rem;
  position: relative;
  width: 262px;
}
.projects-archive .project-item a {
  display: block;
  border-bottom: none;
}
.projects-archive .project-item a img {
  display: block;
  background: none;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
}
.projects-archive .project-overlay {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(161,206,107, 0.70196); /* rgba(0, 0, 0, 0.70196) */;
  opacity: 0;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.projects-archive .project-overlay:hover {
  opacity: 1;
}
.projects-archive .project-overlay h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: white;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px solid white;
  padding: 10px;
  padding: 1rem;
  max-width: 180px;
  max-width: 18rem;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.projects-archive .project-overlay h3:before {
  content: "+";
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 8px;
  padding-right: 0.8rem;
  vertical-align: bottom;
}
.projects-archive .isotope, .projects-archive .isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.projects-archive .isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.projects-archive .isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
.projects-archive .isotope.no-transition, .projects-archive .isotope.no-transition .isotope-item, .projects-archive .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.projects-archive .filterable-projects-page .content .entry-header {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.projects-archive .filterable-projects-page .content .entry-title {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.projects-single .project-description {
  border-bottom: 1px solid #666666;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.projects-single .prev-next-post-links {
  border-top: 1px solid #666666;
  padding-top: 26px;
  padding-top: 2.6rem;
}
.projects-single .projects-bottom {
  clear: both;
  margin-bottom: 51px;
  margin-bottom: 5.1rem;
}
.projects-single .entry-content ul li,
.projects-single .entry-content ol li {
  list-style: none;
  margin-left: 0;
}
.projects-single .project-details {
  margin-bottom: 90px;
  margin-bottom: 9rem;
}
.projects-single .project-details p {
  display: block;
  margin-left: 110px;
  margin-left: 11rem;
}
.projects-single .project-details .detail-label {
  display: inline-block;
  width: 110px;
  margin-left: -110px;
  margin-left: -11rem;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: black;
}
.projects-single .prev-next-post-links i {
  color: black;
}
.projects-single .entry,
.projects-single .content {
  margin-bottom: 0;
}
.projects-single .projects-bottom .widget-title {
  display: none;
}
.projects-single .projects-bottom .related-projects {
  clear: both;
  border-bottom: 1px solid black;
  margin-bottom: 21px;
  margin-bottom: 2.1rem;
}
.projects-single .projects-bottom .related-projects h4 {
  float: left;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
}
.projects-single .projects-bottom .related-projects .view-projects {
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.projects-single .projects-bottom .related-projects .view-projects:before {
  content: "+";
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 8px;
  padding-right: 0.8rem;
  vertical-align: bottom;
}
.projects-single .flex-direction-nav {
  display: none;
}

/*
14 Responsive Styles
---------------------------------------------------------------------------------------------------- */
/* Media Queries */
@media only screen and (max-width: 1160px) {
  .site-container,
  .utility-bar .wrap,
  .home-cta .wrap,
  .footer-widgets .wrap,
  .footer .wrap {
    padding: 0 15px;
  }

  .ajv-full-width-content .site-container {
    padding: 0;
  }
}
@media only screen and (max-width: 1005px) {
  .site-header .widget-area {
    width: 70%;
  }
}
@media only screen and (max-width: 1096px) {
  body .sidebar .gform_wrapper .sidebar-form img.sidebar-form-image,
  body .home-sidebar .gform_wrapper .sidebar-form img.sidebar-form-image {
    position: relative;
    display: block;
    margin: 0 auto;
    top: auto;
    right: auto;
  }
  body .sidebar .gform_wrapper .sidebar-form h4,
  body .home-sidebar .gform_wrapper .sidebar-form h4 {
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
  }
  body .sidebar .gform_wrapper .sidebar-form h4 br,
  body .home-sidebar .gform_wrapper .sidebar-form h4 br {
    display: none;
  }
}
@media only screen and (max-width: 870px) {
  .archive-page,
  .footer-widgets .widget-area,
  .wrap,
  .site-footer .creds,
  .site-header .widget-area,
  .site-inner,
  .title-area,
  .site-container .sidebar,
  .site-container .content,
  .site-container .content-sidebar-wrap,
  .site-container .sidebar-secondary,
  .header-image .site-title,
  .header-image .title-area {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .header-image .site-title,
  .header-image .title-area {
    min-height: 50px;
  }

  .header-image .site-title a {
    margin: auto;
  }

  .site-footer .creds,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .site-description,
  .site-footer .creds,
  .site-header .search-form,
  .site-title,
  .title-area {
    text-align: center;
  }

  .site-title {
    margin: 1rem 0;
  }

  /* Align Everything Center */
  .alignright,
  img.alignright,
  .aligncenter,
  img.aligncenter,
  .alignleft,
  img.alignleft {
    display: block;
    margin: 0 auto 24px;
    float: none;
  }

  /* Align Simple Social Icons center */
  .simple-social-icons ul.alignright,
  .simple-social-icon ul.alignleft {
    text-align: center;
  }

  .nav-header {
    float: none;
    margin-top: 15px;
    margin-top: 1.5rem;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
  }

  .site-header {
    padding-bottom: 0;
  }

  .site-logo img {
    margin: 0 auto;
  }

  .full-width-padded .content {
    padding: 0;
  }

  .body-home .home-cta {
    background-position: -465px -1220px;
  }
  .body-home .home-cta p {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .utility-bar .quick-contact-business span.contact-email a {
    margin-right: 0;
  }

  .body-home .entry-content {
    padding-right: 0;
  }

  .footer-widgets .footer-widgets-3 {
    padding-left: 0;
  }
  .footer-widgets .footer-widgets-1,
  .footer-widgets .footer-widgets-2,
  .footer-widgets .footer-widgets-3 {
    padding-top: 15px;
    padding-top: 1.5rem;
  }

  .content {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
  
  .body-home .content {
    margin-bottom: 0;
  }

  .sidebar {
    margin-top: 0;
  }
  .sidebar .visual-editor-content .one-third,
  .sidebar .visual-editor-content .two-thirds {
    margin: 0 0 10px;
    margin: 0 0 1rem;
    width: 100%;
  }
  .sidebar .visual-editor-content .ritek-logo,
  .sidebar .visual-editor-content .afs-logo {
    float: none;
    display: block;
    margin: 0 auto 10px;
    margin: 0 auto 1rem;
  }

  .projects-archive .project-overlay {
    top: 50%;
    opacity: 1;
  }

  .projects-single .flexslider {
    margin-bottom: 0;
  }
  .projects-single .project-details {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
  .projects-single .projects-bottom {
    padding-top: 40px;
    padding-top: 4rem;
  }
  .projects-single .gallery-item {
    width: 47.0263% !important;
    margin-left: 2.63158%;
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
  .projects-single .gallery-item .gallery-caption-link {
    top: 50%;
    opacity: 1;
  }

  /* Mobile Navigation */
  .genesis-nav-menu > .menu-item-has-children > a:after,
  ul.sub-menu li.menu-item-has-children > a:after {
    display: none;
  }

  .nav-secondary .sub-menu a,
  .nav-secondary .sub-menu a:hover {
    color: white;
    font-weight: 300;
  }

  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
  .genesis-nav-menu.responsive-menu {
    display: none;
  }

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
    float: none;
  }

  .genesis-nav-menu.responsive-menu .menu-item {
    margin: 0;
  }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }

  .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu a,
  .genesis-nav-menu.responsive-menu a:hover {
    background: none;
    line-height: 1;
    padding: 16px 20px;
  }

  .nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .nav-primary .genesis-nav-menu.responsive-menu a,
  .nav-primary .genesis-nav-menu.responsive-menu a:hover {
    color: #666666;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f107";
    float: right;
    clear: both;
    font: normal 17px/1 FontAwesome;
    height: 16px;
    padding: 16px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
  }

  .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
  .site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    color: #666666;
  }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f106";
  }

  .genesis-nav-menu.responsive-menu .sub-menu {
    border: none;
    left: auto;
    opacity: 1;
    padding-left: 25px;
    position: relative;
    overflow: hidden;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    background: none;
    border: none;
    padding: 12px 20px;
    position: relative;
    width: 100%;
  }

  .site-header .genesis-nav-menu a:hover,
  .site-header .genesis-nav-menu .current-menu-item > a,
  .site-header .genesis-nav-menu .current-menu-parent a,
  .site-header .genesis-nav-menu .current-menu-ancestor a {
    color: #666666;
  }
  .site-header .genesis-nav-menu a:hover:after,
  .site-header .genesis-nav-menu .current-menu-item > a:after,
  .site-header .genesis-nav-menu .current-menu-parent a:after,
  .site-header .genesis-nav-menu .current-menu-ancestor a:after {
    display: none;
  }
  .site-header .genesis-nav-menu .menu-item:last-of-type {
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .projects-single .gallery-item {
    width: 100% !important;
    margin-left: 0;
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
  .projects-single .gallery-icon a,
  .projects-single .gallery-icon img {
    max-width: 400px;
	margin: 0 auto;
  }
  .projects-single .gallery-caption-link {
	display: block;
	max-width: 400px;
	margin: 0 auto;
  }
}
@media only screen and (max-width: 699px) {
  .contact-page .contact-info-wrap .one-third,
  .contact-page .contact-info-wrap .two-thirds {
    width: 100%;
    float: none;
    text-align: center;
  }
  .contact-page .contact-info-wrap .business-info {
    padding-bottom: 20px;
    padding-bottom: 2rem;
  }

  .content .gform_wrapper .top_label li.gfield.gf_left_half,
  .content .gform_wrapper .top_label li.gfield.gf_right_half,
  .content .gform_wrapper .top_label li.gfield.gf_left_half input.medium,
  .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
  .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
    width: 100% !important;
    float: none;
    padding-right: 0;
    padding-bottom: 10px;
  }

  .content div.gform_wrapper input[type="submit"],
  .content .gf_browser_ie.gform_wrapper .gform_footer input.button {
    min-width: 100% !important;
  }

  .mini-header {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 57.5%;
  }

  .site-header {
    min-height: 120px;
  }

  .site-header .search-form {
    width: 100%;
  }

  .five-sixths,
  .four-fifths,
  .four-sixths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fifths,
  .three-fourths,
  .three-sixths,
  .two-fifths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0 0 10px;
    margin: 0 0 1rem;
    width: 100%;
  }

  body .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: 99.2%;
  }

  .portfolio-archive .one-third {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }

  .sidebar .widget-title:after {
    top: 37px;
  }

  .body-home .afs-logo,
  .body-home .ritek-logo,
  .body-home .dincel-logo {
    margin-top: 0;
  }
  .body-home .ritek-logo {
    margin-left: 0;
  }
  .body-home .dincel-logo {
    padding-top: 0;
  }
}
@media only screen and (max-width: 460px) {
  .utility-bar .quick-contact-social,
  .utility-bar .quick-contact-business {
    float: none;
    width: 100%;
    text-align: center;
  }
  .utility-bar .contact-phone,
  .utility-bar .contact-email {
    display: block;
  }
}
@media only screen and (max-width: 430px) {
  .projects-single .gallery-icon a,
  .projects-single .gallery-icon img,
  .projects-single .gallery-caption-link {
    max-width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .projects-single .projects-bottom .related-projects h4,
  .projects-single .projects-bottom .related-projects .view-projects {
    float: none;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 380px) {
  .search-form input[type="search"] {
    width: 74.5%;
  }
  .search-form input[type="submit"] {
    width: 25.5%;
  }

  .projects-single .gallery-item {
    width: 100% !important;
    margin-left: 0;
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 345px) {
  .button-large {
    min-width: 100%;
  }
}
@media only screen and (max-width: 250px) {
  .button-medium {
    min-width: 100%;
  }
}

/* ## Soliloquy 
----------------------------------------------------------------------------- */
.soliloquy-container .soliloquy-caption.soliloquy-caption.soliloquy-caption-top {
  display: flex;
  align-items: center;
  height: 100%;
  width: 50%;
  top: 75px;
}

.soliloquy-container .soliloquy-caption.soliloquy-caption .soliloquy-caption-inside.soliloquy-caption-inside {
  text-align: left;
  color: #fff;
  padding: 30px 40px;
  background: rgba(161,206,107, 0.95);
}

.soliloquy-container .soliloquy-caption.soliloquy-caption .soliloquy-caption-inside h1 {
  font-size: 48px;
  font-size: 4.8rem;
  text-transform: uppercase;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.soliloquy-container .soliloquy-caption.soliloquy-caption .soliloquy-caption-inside a.button.button {
  display: inline-block;
  text-align: center;
  min-width: 160px;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 12px 20px 10px;
  padding: 1.2rem 2rem 1rem;
  min-width: 220px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 20px 10px;
  padding: 0.8rem 2rem 1rem;
}

.soliloquy-container .soliloquy-caption.soliloquy-caption .soliloquy-caption-inside a.button.button:hover {
  background-color: #fff;
  color: #000;
}

.site-header {
  background: rgba(161,206,107, 0.95);
  position: absolute;
  width: 100%; 
  z-index: 99;
}

.soliloquy-container .soliloquy-prev.soliloquy-prev,
.soliloquy-container .soliloquy-next.soliloquy-next {
  top: auto;
  margin-top: 0;
  bottom: 10px;
  left: auto;
  background-color: #111;
}

.soliloquy-container .soliloquy-prev.soliloquy-prev {
  right: 47px;
}

.page-header {
  padding: 250px 0 100px;
  background-image: url('images/hdstrata-pattern.png');
  background-repeat: repeat x repeat y;
  background-position: center center;
  background-attachment: scroll;
  background-color: #111;
  background-size: auto;
  color: #fff;
  text-align: left;
  position: relative;
}

.page-header .entry-title,
.page-header .archive-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media only screen and (max-width: 870px) {
  .page-header {
    padding-top: 100px;
  }
}

.site-container {
  max-width: 100%;
}

.home .site-inner {
  padding: 0;
}

.home .site-inner .wrap {
  max-width: 100%;
}

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

.page-header .entry-title {
  margin-bottom: 0;
}

@media only screen and (max-width: 1140px) {
  .page-header .wrap {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .soliloquy-container .soliloquy-caption.soliloquy-caption .soliloquy-caption-inside h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 870px) {
  .soliloquy-container .soliloquy-caption.soliloquy-caption.soliloquy-caption-top {
    width: 100%;
    top: 0;
  }

  .soliloquy-container .soliloquy-caption.soliloquy-caption .soliloquy-caption-inside h1 {
    font-size: 30px;
    font-size: 3rem;
  }
  .site-header {
    position: static;
  }
}

@media only screen and (max-width: 460px) {
  .soliloquy-container .soliloquy-caption.soliloquy-caption.soliloquy-caption-top {
    position: static;
  }
  .soliloquy-container .soliloquy-caption.soliloquy-caption .soliloquy-caption-inside.soliloquy-caption-inside {
    text-align: center;
  }
  .soliloquy-container .soliloquy-caption.soliloquy-caption .soliloquy-caption-inside.soliloquy-caption-inside br {
    display: none;
  }
  .page-header {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 1024px) {
  .soliloquy-caption-inside {
    position: relative;
  }
  .soliloquy-caption-inside .soliloquy-controls {
    bottom: 0;
    right: 0;
  }
}