/*!
Theme Name: KVA Designs
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kva-designs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

KVA Designs is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 400;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h2 {
    font-size: 18px;
    font-weight: 600;
}
p {
	margin-bottom: 1.5em;
	font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html, body {
	width:100%;
	overflow-x: hidden;
}
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	/*margin: 0 0 1.5em 3em; */
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. 
	max-width: 100%;*/
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: none;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0;
	outline: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	-webkit-appearance: none !important;
	border: none;
	outline: 0;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	-webkit-appearance: none !important;
	border: none;
	outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

label.gfield_label {
	display: none !important;
}

.ginput_container input[type="text"] {
	padding: 10px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navigation-button {
	position: absolute;
	z-index: 200;
	top: 40px;
	right: 40px;
	width: 45px;
	height: 35px;
	/*background-image: url("/wp-content/uploads/2018/01/menu.png");*/
	-webkit-appearance: none !important;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #313131;
}

a:visited {
	color: #313131;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	/*width: 100%;*/
}

.main-navigation ul {
	display: block;
	list-style: none;
	float:right;
	background: #FFF;
	padding:28px 30px 0 30px;
	position:relative;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
	letter-spacing:1.2px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.current-menu-item a {
	color: #2398b5 !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1001px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.logo-text {
	position: absolute;
	font-size: 0.8em;
	color: #FFF;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	top: 280px;
	left: -38px;
	font-weight: 500;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.plus-symbol {
	letter-spacing: 0.4em;
    line-height: em;
    position: relative;
    top: -1px;
	margin: 0 5px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none; 
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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-caption {
	display: block;
}

/* --------------------------------------------
	HL MOD
-------------------------------------------- */
.home main#main {
    margin-left: 140px;
}
.home .page-header {
	margin-bottom: 0;
}
ul#primary-menu li a {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #0c0d12;
    padding: 0 14px;
    font-weight: 500;
}
div#content {
	clear:both;
	display:inline;
	width:100%;
	/*z-index: 100;
	position:relative;*/
}
.side-column {
    height: 100%;
    width: 225px;
    background: #000;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    bottom:0;
    max-width: 225px;
    background-image: url("/wp-content/uploads/2017/12/sidebar_background-1.jpg"); 
    background-size: contain;
    background-repeat: repeat;
}
.main-navigation {
    z-index: 2;
    float:right;
}
footer#colophon {
	width:100%;
	/*margin-left:120px;*/
}
div#banner {
    margin-top: 22px;
    width: 100%;
    height: 100%;
}
a.custom-logo-link {
    margin: 50px;
    position: relative;
    z-index: 1000;
}

.custom-logo img {
    display: inline-block;
}
.site-branding {
    width: 225px;
    /*background: #000;*/
    cursor: pointer;
    position:relative;
}
.site-branding:after {
    content: "";
    display: inline-block;
    height: 1px;
    background: #434343;
    position: absolute;
    top: 27%;
    width: 500%;
    left: 62%;
}
.site-branding:before {
    content: "";
    display: inline-block;
    height: 310%;
    background: #434343;
    position: absolute;
    top: 230%;
    width: 1px;
    left: 38%;
}
.top {
    position: relative;
    width: 100%;
    background: white;
    height:0px;
}
main#main {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0 95px 0 320px;
	box-sizing: border-box;
}
div#primary {
    width: 100%;
    height: 100%;
    position: relative;
}
.hltag {
    max-width: 140px;
}
.hltag p {
    text-transform: uppercase;
    margin: 10px 20px;
}
.hltag a {
    text-decoration: underline;
}

.home .entry-header {
	padding: 0 !important;
}

.entry-header {
    background-color: #fff;
    position: absolute;
    padding: 0 53px;
    z-index: 100;
    bottom: 0;
    left: 85px;
}
p#breadcrumbs {
    padding: 8px 0;
    text-transform: uppercase;
    color: #7d7d7d;
    letter-spacing: 1.7px!important;
    font-size: 12px;
}
p#breadcrumbs a {
    text-transform: uppercase;
    color: #7d7d7d;
}
h1.entry-title {
    margin-top: -24px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.7px;
    margin-bottom:0;
}

/* Contact page */
.page-template-contactpage .contactintro {
    width: 39%;
    display: inline-block;
    float:left;
}
.map {
	float: right;
    width: 550px;
	max-width: 100%;
    display: inline-block;
    height: 350px;
    margin: 10px 50px 30px 0;
}
#map {
    height: 100%;
}
.post-thumbnail {
    /*display: none;*/
}
.page-header {
    position: relative;
    top: 22px;
    left: 140px;
    margin-bottom: 70px;
    overflow:hidden;
}
.page-header img {
	position: relative;
    width: 100%;
    height: auto;
}
.slick-track img {
	/*top: -50px;*/
}
.contact-banner {
	max-height: 200px;
}
.contactform {
    background-color: #f1f1f1;
    display: block;
    margin: 48px 0 0 190px;
    padding: 20px;
    clear: both;
    overflow: hidden;
}
form#gform_1 {
    width: 100%;
    overflow: hidden;
    margin: 15px 0 10px 150px;
}
h3.gform_title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.8px;
}
.contactintro p {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #0c0d12;
}
a {
    color: #2398b5;
    text-decoration: none;
}
ul {
    list-style: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0;
    /* border-color: #ccc #ccc #bbb; */
    border-radius: 0;
    background: none;
    color: white;
    font-size: 1em;
    line-height: 1;
    width: 80%;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
input[type="submit"] {
	background: #000;
	padding: 12px 0;
}
.gform_footer.top_label {
    width: 90%;
}
.large {
    width: 72%!important;
    border-radius: 0!important;
}
.gf_left_third {
    width: 25%;
    float: left;
    display: inline-block;
}
.gf_middle_third {
    width: 25%;
    display: inline-block;
}
.gf_right_third {
    width: 25%;
    display: inline-block;
}
ul#gform_fields_1 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}
input[type="text"] {
	width:87%;
	border-radius:0;
}
label.gfield_label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.2px;
}

/* General template */

.gfield_description {
	display: none;
}

.slider {
    width: 500px;
    float: right;
    height: auto;
    overflow: hidden;
}
.general-slider {
    width: 100%;
    height: auto;
    max-width: 498px;
    display: block;
    overflow: hidden;
    clear: both;
    position: relative;
}
.general-slider img {
    /* display: block; */
    /* position: relative; */
    /* width: 100%; */
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.page-template-generalpage .generalbody {
    float: left;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.entry-content {
	margin-top: 0;
	margin-right: 10%;
	width: 90%;
}
.entry-content p {
	margin-top:0;
}
.generalbody p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
}
.home .contactform {
    display: none;
}
.ginput_container input[type="text"] {
    border: 0;
    border-top: 1px solid #ccc;
    background-color: #f1f1f1;
}
.arrows {
    width: 80px;
    background-color: #000;
    height: 45px;
    position: absolute;
    bottom: 7px;
    right: 14px;
}
.home-overflow {
	overflow-y: hidden;
}
.tp-parallax-wrap {
	left: 0 !important;
	top: 50% !important;
	transform: matrix(1, 0, 0, 1, 273, 20);
}
#slide-4-layer-3, #slide-11-layer-3, #slide-12-layer-3 {
	transform: matrix(1, 0, 0, 1, 0, 70) !important;
}
#slide-4-layer-4, #slide-11-layer-4, #slide-12-layer-4 {
	transform: matrix(1, 0, 0, 1, 0, 140) !important;
}
#slide-4-layer-5, #slide-11-layer-5, #slide-12-layer-5 {
	transform: matrix(1, 0, 0, 1, 0, 170) !important;
}
#slide-4-layer-6, #slide-11-layer-7, #slide-12-layer-7 {
	transform: matrix(1, 0, 0, 1, 0, 220) !important;
}
#slide-4-layer-7, #slide-11-layer-6, #slide-12-layer-8 {
	transform: matrix(1, 0, 0, 1, 30, 220) !important;
}
#slide-4-layer-8, #slide-11-layer-8, #slide-12-layer-6 {
	transform: matrix(1, 0, 0, 1, 30, 220) !important;
}
.custom.tparrows {
	background: rgba(0,0,0,1);
}
.custom.tparrows:hover { 
	background: rgba(0,0,0,0.75);
}
.home .hltag {
	position: absolute;
	bottom: 10px;
}
.site-branding:before {
	height: 200%;
}

/* Commercial page tempalte */

.page-template-commercialpage .generalbody {
    display: inline-block;
	float: left;
    width: 48%;
    vertical-align: top;
}
.page-template-commercialpage .slider {
    max-width: 500px;
    float: right;
    overflow: hidden;
    width: 100%;
}
.process {
    background-image: url(/wp-content/uploads/2018/01/process_banner.png);
	background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    float: right;
    left: 190px;
    position: relative;
    margin: 50px 0;
	padding-left: 7%;
}
.process h3 {
	color: #FFF;
	text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.7px;
    margin: 40px 0 0 0;
}
.process-block {
	float: left;
    width: 21.5%;
    padding: 20px 6% 20px 0;
    box-sizing: border-box;
}
.process-block h4 {
	font-size:1.3em;
	color: #FFF;
	margin: 0;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 500;
}
.process-block p {
	color: #FFF;
}
.process-block hr {
	float: left;
	width: 65px;
	height: 2px;
}
.project img:hover {
	opacity: 0.8;
	cursor: pointer;
}

.project-image-li {
	width: 280px;
	height: 190px;
}
.project-image-li a {
	float: left;
	width: 280px;
	height: 190px;
}

/* Single portfolio */

.post .entry-content {
    width: 50%;
    float: left;
    margin-right: 59px;
}
.postnav {
    padding: 20px 0;
    border-top: 1px solid #000;
    width: 100%;
    position: relative;
    float: left;
}
div.categories {
    width: 30%;
    background: #2398b5;
	background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: -125px;
    right: 6%;
    height: auto;
    padding: 20px 50px;
	font-size: 1.2em;
}
li.cat-item {
	font-weight: 300;
    text-decoration: underline;
}
.categories ul li, .categories ul li a {
    color: #fff;
}
.categories>ul {
    margin: 0;
    padding: 0;
}
.site-main .post {
	position:relative;
}
.blueright {
    display: inline-block;
    float: right;
    width: 40%;
}
.projectcategory {
    display: block;
    margin-left: 272px;
}
.next-page {
	float: left;
	width: 90%;
	margin: 40px 0 40px 47px;
}
.next-page-text {
	float: right;
	position: relative;
	padding-left: 20px;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-align: right;
	background: #FFF;
}
.next-page-line {
	border-top: 1px solid #000;
	position: relative;
	top: 14px;
}
.next-page-arrow {
	padding-left: 20px;
}
.clear-project {
	clear: left;
}
ul.project {
    background-color: white;
	float: left;
    width: 280px;
    display: block;
    box-shadow: 2px 2px 4px 3px #f1f1f1;
    padding-left: 0;
	margin-left: 50px;
}
.project img {
    width: 280px;
    height: 198px;
    margin-left: 0;
}
.project h2 {
    padding-left: 20px;
	font-weight: 500;
}
.project h2 a {
	color: #313131;
}
.projectcategory>h2 {
    display: block;
    padding: 20px 0 20px 47px;

	text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.7px;
    margin: 50px 0 0 0;
}
.home main#main {
	margin-top: 0 !important;
}

/* About page specific styles */

.about-generalbody {
	float: right !important;
}
.about-logo {
	display: inline-block;
    float: left;
    padding: 0 35px 25px 0;
}
.about-generalbody p strong {
	font-size: 1.5em;
    line-height: 0.8em;
    letter-spacing: 0.05em;
}
.about-slider {
    float: left !important;
    height: auto;
    max-width: 498px;
    margin-bottom: 25px;
}
.prev-link {
	float: left;
	width: 20%;
	margin-top: 5px;
}
.back-link {
	float: left;
	width: 40%;
	margin: 0 10%;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 1.2em;
}
.next-link {
	float: left;
	width: 20%;
	text-align: right;
	margin-top: 5px;
}

/*--------------------------------------------------------------
# Slick Slider Code
--------------------------------------------------------------*/

.slideshow {width:100%;}
	 
.arrow-right, .arrow-left {
	position: absolute;
	font-family: "revicons";
	color:#FFF;
	height: 60px;
	width: 60px;
	top: 462px;
    left: 84px;
    background: rgba(0,0,0,1);
    cursor: pointer;
    z-index: 100;
}
	 
.arrow-right {
    transform: matrix(1, 0, 0, 1, 60, 0);
}

.arrow-right:hover, .arrow-left:hover{
	background: rgba(0,0,0,0.75);
}
.arrow-right:before {
	content: '\e825';
	position: relative;
	left: 25px;
	top: 20px;
}
.arrow-left:before {
	content: '\e824';
	position: relative;
	left: 25px;
	top: 20px;
}

.internal-slider .arrow-right, 
.internal-slider .arrow-left {
	top: auto;
	bottom: 0;
	left: auto;
	right: 60px;
	
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media only screen and (min-width: 1700px) {

.home main#main {
	width: 98% !important;
}
main#main {
	display: block;
	width: 1500px;
	margin: 30px auto 10px;
	padding: 0 50px 0 275px;
}
.center-content {
	display: block;
	width: 1500px;
	margin: 30px auto 10px;
	padding: 0 97px 0 228px;
}
.next-page {
	width: 100%;
}
.process {
	padding-left: 11%;
}
.page-template-commercialpage .generalbody {
	width: 55%;
}
.generalbody p {
	font-size: 16px;
}
.arrow-right, .arrow-left {
	top: 612px;
}
	
}


@media only screen and (max-width: 1420px) {
	
/* Portfolio Pages */

h1.entry-title {
	font-size: 18px;
}

div.categories {
	top: -100px;
}

.about-slider {
	max-width: 400px;
	margin-top: 40px;
}

.entry-content {
	margin-top: 20px;
}

.arrow-right, .arrow-left {
	top: auto;
	bottom: 69px;
    left: 124px;
}

.page-header {
	margin-bottom: 20px;
}

.entry-header {
	left: 125px;
}

div.categories {
	padding: 20px 50px;
	right: 8%;
}
.slick-track img {
	top: 0;
}
.post .entry-content {
	width: 100%;
}
.page-template-generalpage .generalbody {
	width: 100%;
}
.page-template-commercialpage .generalbody {
	width: 100%;
}
.page-template-commercialpage .slider {
	float: left;
}
.slider {
	float: left;
}
.process-block-clear {
	clear: left;
}
.process {
	height: auto;
}
.process-block {
	width: 40%;
}
.process h3 {
	margin: 40px 0 10px 0;
}
.map {
	float: left;
}
.clear-project {
	clear: none;
}


}

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

div.categories {
	width: 22%;
	z-index: 100;
	top: -100px;
}

/* Navigation Menu */
ul#primary-menu li a {
	padding: 0 8px;
}
	

}

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

.gf_left_third, 
.gf_middle_third {
	width: 50%;
} 
.gf_right_third {
	width: 100%;
}

.about-slider {
	margin-top: 0;
}

div.categories {
    top: -150px;
	padding: 20px;
	z-index: 200;
}
.slick-track img {
	top: 0;
}
	
.arrow-right, .arrow-left {
	top: 250px;
    left: 10%;
}
	
/* Commercial page template */

.entry-header {
	position: relative;
	padding: 10px 10% 0;
    left: 0;
}

.process {
	height: auto;
	left: 0;
	padding: 20px 11%;
}
.process-block {
	width: 100%;
	padding: 3% 5% 3% 0;
}
.process h3 {
	margin: 30px 0 15px 0;
}
.projectcategory {
	margin-left: 11%;
}
ul.project {
	margin-left: 0;
	margin-right: 20px;
}
.next-page-text {
	float: left;
	padding-left: 0;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-align: left;
	background: #FFF;
}
.next-page-line {
	display: none
}

/* All pages */

.entry-content {
	width: 100%;
	margin: 0;
}
main#main {
	padding: 0 10%;
}
.side-column {
	position: relative;
	background-image: url("/wp-content/uploads/2018/01/sidebar_background-2-e1516574162115.jpg");
	background-size: cover;
    background-repeat: no-repeat;
	height: 115px;
	width: 100%;
	max-width: none;
}
.contactform {
	margin: 0;
}

form#gform_1 {
	margin: 0;
}
.hltag {
	width: 100%;
	max-width: 100%;
}
.page-template-commercialpage .generalbody {
	width: 100%;
}
.page-header {
	left: 0;
	top: 0;
	margin-bottom: 20px;
}

.page-template-commercialpage .slider {
	float: left;
	max-width: 500px;
}
.site-branding {
	width: 100%;
}
.site-branding:before, .site-branding:after {
	content: none;
}
a.custom-logo-link {
	margin: 5px 0 0 46px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);	
}
.map {
	height: 300px;
}
	
/*Mobile Navigation*/

.main-navigation {
	position: absolute;
	z-index: 150;
	right: 0;
	width: 100%;
}

.main-navigation ul {
	display: none;
	position: relative;
	background: #000;
	color: #FFF;
	width: 100%;
	margin: 0;
	right: 0;
	top: 113px;
	padding: 20px;
	z-index: 110;
}
.main-navigation li {
	clear: both;
}
ul#primary-menu li a {
	padding: 8px 14px;
	color: #FFF;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	width: 100%;
}
.logo-text {
	font-size: 0.6em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	top: 80px;
	left: 31px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

/* Other */
	
div#banner {
	margin-top: 0;
}
.home main#main {
	margin-left: 0;
}
.page-template-contactpage .contactintro {
	width: 100%;
}
.site-header {
	height: 0;		
}

.back-link, .next-link, .prev-link {
	font-size: 0.9em;
}
.back-link {
	margin: 0 5%;
}

.next-link, .prev-link {
	margin-top: 13px;
	width: 25%;
}
	
/* Rev Slider */
	
.tp-parallax-wrap {
    left: -20px !important;
    top: 35% !important;
    transform: matrix(1, 0, 0, 1, 50, 20) !important;
}
/* Make header text smaller */
#slide-11-layer-1, #slide-4-layer-1, #slide-12-layer-1 {
	font-size: 21px !important;
	letter-spacing: 2px !important;
	padding: 12px 15px !important;
}
#slide-4-layer-3, #slide-4-layer-4, #slide-12-layer-3, #slide-12-layer-4, #slide-11-layer-3, #slide-11-layer-4  {
	display: none;
}
#slide-4-layer-5, #slide-11-layer-5, #slide-12-layer-5 {
	transform: matrix(1, 0, 0, 1, 0, 70) !important;	
}
/* Dot positioning */
#slide-4-layer-6, #slide-11-layer-7, #slide-12-layer-8  {
	transform: matrix(1, 0, 0, 1, 0, 110) !important;	
}
#slide-4-layer-7, #slide-11-layer-6, #slide-12-layer-7  {
	transform: matrix(1, 0, 0, 1, 30, 110) !important;			
}

#slide-4-layer-8, #slide-11-layer-8, #slide-12-layer-6  {
	transform: matrix(1, 0, 0, 1, 30, 110) !important;		
}
/* Slider arrows */
#rev_slider_2_1 .tp-leftarrow {
	top: 35% !important;
	transform: matrix(1, 0, 0, 1, 30, -20) !important;
}
#rev_slider_2_1 .tp-rightarrow {
	top: 35% !important;
	transform: matrix(1, 0, 0, 1, 70, -20) !important;	
}
.home .hltag {
	position: fixed;
	background: #000;
	bottom: 0;
}
.home .hltag p {
	color: #FFF;
	margin-left: 30px;
	margin-bottom: 10px;
	width: 65%;
}
h1.entry-title {
	font-size: 21px;
	letter-spacing: 1.3px;
}
.projectcategory>h2 {
	padding: 5px 0;
	margin: 20px 0 0 0;
}
	
}

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

.gf_left_third, 
.gf_middle_third {
	width: 100%;
} 

.slick-track {
	min-height: 200px;
}

.slick-slide {
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}

div.categories {
	position: relative;
    top: 0px;
    left: 9%;
	font-size: 1em;
	padding: 10px 30px;
    width: 80%;
}
	
.arrow-right, .arrow-left {
	top: 54%;
	bottom: 74px;
	left: 12px;
	height: 50px;
	width: 50px;
}
.arrow-right:before, .arrow-left:before {
    left: 21px;
    top: 13px;
}
.arrow-right {
    transform: matrix(1, 0, 0, 1, 51, 0);
}
.next-page {
	margin: 30px 0;
}
.next-page-text {
	font-size: 0.9em;
}
.next-page-arrow {
	padding-left: 10px;		
}

.process {
	margin: 50px 0 5px 0;
}

.projectcategory>h2 {
	margin-top: 40px;
}

.about-slider {
	max-width: 100%;
}


}




