/*
Theme Name: Watermarx Graphics
Version: 2.0
Author: Kinski & Bourke
Author URI: http://www.kinskiandbourke.com/
*/

/* start presets */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub,  tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	height: 100%;
}

html, html a {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

a:not(a.element-item), input {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out; 
}

input,
label,
select,
button,
textarea {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none;
	line-height: 1.5;
	/* Browsers have different default form fonts */
	font-size: 14px;
	font-family: Arial;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 17px;
	height: 100%;
	background-color: white;
}

:root {
--gold: #f0bb38;
--black: #151a25; 
--dark-blue: #1e2531;
--light-grey: #f0f0f0;
--transparent-blue: rgba(21,26,37,.7);
}

.white {
	background-color: white;
}
.light-grey {
	background-color: var(--light-grey);
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, h1, h2, h3, h4, h4 {
	margin: 0px;
	padding: 0px;
}

div#rotate-device {
	background-color: #ffffff;
	position: fixed;
	z-index: 999999999;
	left: 0;
	top: 0;
	display: none;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
}

@media (orientation: landscape) and (max-width: 800px) {
	
	div#rotate-device {
		display: flex;
	}
	div#rotate-device  span {
		color: var(--gold);
	}
	
}

/* Changes the main content areas to border-box */

#container,
header,
nav#primary,
#sidebar,
footer, 
section.block,
.full.width,
.wide.width,
.narrow.width
{
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#wrap {
	max-width: 100vw;
	overflow: hidden;
	position: relative;
}

/* End Presets */

/* Max Widths */

section.block, footer {
	padding: 30px;
}

section.block {
	padding-top: 100px;
	padding-bottom: 100px;
	border: 30px solid white;
	border-bottom: none;
}
section.block.white {
	border-top: none;
	border-bottom: none;
}

section.block p:last-child, section.block ul:last-child {
	margin-bottom: 0px;
}

.full.width {
	max-width: 100vw;
}

.wide.width {
	max-width: 1030px;
}

.narrow.width {
	max-width: 760px;
}

/* Accordions that come immediately after any white section block */
section.block.white + section.accordion {
	padding-top: 0px;
	margin-top: -50px;
}

section.accordion + section.block.white {
	padding-top: 0px;
	margin-top: -50px;
}

/* Light grey Sections that come immediately after any white section block */
section.block.white + section.light-grey {
	border-top: none;
}

section.block.white + section.block.white {
	padding-top: 0px;
	margin-top: -50px;
}

section.block.white + section.block.bg-image {
	border-top: 0px;
}

/* / Max Widths */

/* Start Basic Structure */

section.block {
}

#container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.restrict {
	margin: auto;
	padding: 30px;
}

/* End Basic Structure */

/* Breadscrumbs */

div#breadcrumbs {
	position: relative;
}

div#crumbs {
	font-size: 12px;
	font-weight: 300;
	margin: auto;
	text-align: left;
	height: 0px;
	position: relative;
	top: 60px;
	padding-left: 60px;
	z-index: 10;
	color: var(--transparent-blue);
	margin-left: -3px;
}
div#crumbs a, div#crumbs span {
	display: inline-block;
	padding-right: 3px;
	padding-left: 3px;
}
div#crumbs a {
	font-weight: 400;
	color: var(--transparent-blue);
	text-decoration: none;
}
div#crumbs a:hover {
	color: var(--gold);
}

div#breadcrumbs + section.block.white {
	padding-top: 130px;
}

/* / Breadcrumbs */

/* Services Menu on Homepage */

ul#menu-services {
	position: absolute;
	left: 50%;
	bottom: 120px;
	transform: translate(-50%, -50%);
	display: block;
	width: 1030px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 12px;
	z-index: 1;
	letter-spacing: .075em;
	opacity: 1;
	transition: all .2s ease-in-out; 
}
ul#menu-services li {
	display: inline-block;
	box-sizing: border-box;
	padding: 0px;
}
ul#menu-services li a {
	display: block;
	color: white;
	padding: 7px 8px;
	text-decoration: none;
	pointer-events: all;
	white-space: nowrap;
}
ul#menu-services li a:hover {
	color: var(--gold);
	background-color: var(--transparent-blue);
}

nav.scrolled ul#menu-services {
	opacity: 0;
	bottom: 400px;
}

nav.scrolled ul#menu-services a {
	pointer-events: none;
}

/* / Services Menu on Homepage */

/* Defines Inline Images */


.aligncenter {max-width: 100%; height: auto; display: block; margin: auto}
.alignleft {max-width: 100%; height: auto; float: left; margin-right: 30px;}
.alignright {max-width: 100%; height: auto; float: right; margin-left: 30px;}
.alignnone {max-width: 100%; height: auto; }

/* End Inline Images */

/* Default Link Styles */

a:link {color: var(--gold); text-decoration: none;}
a:visited {color: var(--gold); text-decoration: none;}
a:hover {color: var(--gold); text-decoration: underline;}
a:active {color: var(--gold); text-decoration: none;}

/* Miscellaneous */

.clear {clear: both;}

.inner {
	position: relative;
}

/* Start Main Typography */

p, ul, ol {
	line-height: 2;
	margin: 20px 0;
}

p strong, ul strong, ol strong {
	font-weight: 400;
}

h1 {
	font-size: 36px;
	line-height: 44px;
}


h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 40px;
}

h4 {
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: var(--gold);
	letter-spacing: .075em;
	margin-bottom: 25px;
	line-height: 1.65;
}

h4.small-heading {
	margin-bottom: 15px;
}

h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 25px;
	padding-top: 20px;
}

/* Light grey Sections that come immediately after any white section block */
p + h2, ul + h2, ol + h2 {
	padding-top: 40px;
}

/* End Main Typography */

/* Logo Area */

#logo-area {
	position: relative;
	height: 100vh;
}

body.home #logo-area h1 {
	display: none;	
}

#logo-area h1 {
	color: var(--gold);
	font-size: 36px;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	line-height: 44px;
}

body:not(.home) nav.scrolled #logo-area h1 {
	opacity: 0;
	position: relative;
	line-height: 0px;
}

body:not(.home) #logo-area h4,
body:not(.home) nav a.arrow {
	display: none;
}

body:not(.home) nav #logo-area {
	background-color: var(--transparent-blue);
	box-sizing: border-box;
	margin: 30px;
}

body:not(.home) nav #logo-area {
	height: 355px;
	box-sizing: border-box;
}

body:not(.home) nav.scrolled #logo-area {
	margin: 0;
}

div#clear {
	height: 415px;
	background-color: white;
	transition: all 0.2s ease-in-out;
}

div#clear.scrolled {
/*	height: 150px; */
}

#head-space {
	height: 415px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-image: url(images/letterpress-machine.jpg);
	background-size: cover;
	background-position: center;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
#head-space.scrolled {
	height: 100px;
	opacity: 0;
}

#logo-area div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	width: auto;
}

body.home nav #logo-area div {
	top: calc(50% - 50px);
}
body.home nav.scrolled #logo-area div {
	top: calc(50%);
}

body:not(.home) nav:not(.scrolled) #logo-area div {
	top: calc(50% + 30px);
}

body.home #logo-area a {
	width: 168px;
	height: 105px;
}

body.home #logo-area h4 {
	font-size: 20px;
	font-weight: 400;
}

#logo-area a {
	width: 168px;
	height: 105px;
	display: block;
	margin: auto;
	margin-bottom: 40px;
}

#logo-area a#logo img {
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
}

nav .aside-section {
	z-index: 2;
}

/* /Logo Area */

/* Nav Scrolled */

nav label,
nav #logo-area,
nav #logo-area h4,
nav #logo-area div {
  transition: all 0.2s ease-in-out;
}

nav {
	pointer-events: none;
}

nav.scrolled label {
	top: 23px;
	left: 80px;
}

nav label,
nav #logo-area a,
nav aside {
	pointer-events: all;
}

nav.scrolled #logo-area, body:not(.home) nav.scrolled #logo-area {
	height: 100px;
	background-color: var(--transparent-blue);
}


nav.scrolled #logo-area h4 {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: -9999999999px;
}

nav.scrolled #logo-area a {
	width: 84px;
	height: 53px;
	display: block;
	margin: auto;
	margin-bottom: 0px;
}

nav.scrolled #logo-area a img {
	margin-bottom: 0px;
}

nav.scrolled a.arrow {
	display: none;
}

/* / Nav Scrolled */

nav a.arrow {
	background-image: url("images/small-arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	bottom: 220px;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(90deg);
	pointer-events: auto;
	z-index: 2;
}

/* Homepage Video */

section#homepage-video {
	width: 100vw;
	height: 100vh;
	position: relative;
}


.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
	background-image: url(media/poster.jpg);
	background-size: cover;
	background-position: center;
}

.fullscreen-bg_video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.overlay {
	height: calc(100% - 60px);
	width: calc(100% - 60px);
	background-color: var(--transparent-blue);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	margin: auto;
}

/* /Homepage Video */

/* Full Page Navigation */

nav {
  position: fixed;
  overflow: hidden;
	width: 100vw;
	height: 100vh;
	z-index: 99;
}

nav a:link {
	color: var(--gold);
}

nav .aside-section {
  top: 0;
  bottom: 0;
  position: absolute;
}

nav .aside-left {
  display: flex;
	align-items: center;
	flex-direction: column;
  justify-content: space-between;
  width: 50%;
  left: 0;
  background-color: rgba(255,255,255,.96);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.4s ease-in-out;
	padding: 100px;
	box-sizing: border-box;
	opacity: 0;
}

nav .aside-right {
  width: 50%;
  right: 0;
  background-color: var(--black);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
	opacity: 0;
}

nav .aside-left input[type="checkbox"] {
  display: none;
}

nav input[type="checkbox"]:checked ~ aside .aside-left {
  transform: translateY(0%);
	opacity: 1;
}

nav input[type="checkbox"]:checked ~ aside .aside-right {
  transform: translateX(0%);
	opacity: 1;
}

nav input[type="checkbox"]:checked ~ label .bar {
  background-color: var(--gold);
}

nav input[type="checkbox"]:checked ~ label .top {
  transform: translateY(12px) rotateZ(45deg);
}

nav input[type="checkbox"]:checked ~ label .bottom {
  transform: translateY(-12px) rotateZ(-45deg);
}

nav input[type="checkbox"]:checked ~ label .middle {
  width: 0;
}

nav .middle {
  margin: 0 auto;
}

nav label {
  top: 50px;
/*  left: 50%; */
  transform: translateX(-50%);
  display: inline-block;
  padding: 7px 10px;
  background-color: transparent;
  cursor: pointer;
  z-index: 3;
  position: fixed;
}

nav .bar {
  display: block;
  background-color: var(--gold);
  width: 40px;
  height: 4px;
  margin: 8px auto;
  transition: background-color 0.4s ease-in, transform 0.4s ease-in,
    width 0.4s ease-in;
}


nav ul#menu-main-menu {
	font-size: 30px;
	font-weight: 500;
	text-align: left;
	line-height: 1.5;
}
nav ul#menu-main-menu li {
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
}

nav ul#menu-main-menu li ul {
	visibility: hidden;
	max-height: 0px;
	opacity: 0;
	overflow: hidden;
	transition: all 0.4s ease-in, transform 0.4s ease-in;
	font-size: 17px;
	box-sizing: border-box;
	margin: 0;
	line-height: initial;
}

nav ul#menu-main-menu li ul.show {
	visibility: visible;
	display: block;
	max-height: 1000px;
	opacity: 1;
}

li#menu-item-has-children > a:after {
	content: '';
	background-image: url("images/small-arrow.png");
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 10px;
	width: 25px;
	height: 25px;
	background-size: contain;
	position: relative;
	top: 3px;
	transition: all 0.1s ease-in;
}
li#menu-item-has-children:hover > a:after {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

nav ul#menu-main-menu a {
	color: var(--black);
	text-decoration: none;
}
nav ul#menu-main-menu a:hover {
	color: var(--gold);
}

nav .social {
	font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
	font-weight: 700;
	font-size: 32px;
}
nav .social a {
	color: var(--black);
	border: 2px solid var(--black);
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	display: inline-block;
	text-decoration: none;
	margin: 0 6px;
}
nav .social a:hover {
	background-color: var(--black);
	color: white;
}

/* Contact Form */

.rc-anchor-light.rc-anchor-normal {
    border: 0px!important;
}
.rc-anchor-logo-portrait {
    display: none!important;
}
.rc-anchor-pt {
    display: none!important;
}
#rc-anchor-container {
    width: 55%!important;
}


#field_1_8 {
    display: none !important;
}

#field_1_6 {
	display: none !important;
} 

.gfield_label {
    display: none !important;
}

.aside-right label {
	display: none;
}

.gform_ajax_spinner {
	margin-left:10px
}

.aside-right h2 {
	color: white;
}

.aside-right {
	padding: 100px;
	padding-top: 147px;
	box-sizing: border-box;
	text-align: left;
}
.aside-right ul {
	line-height: 1;
}

.aside-right ul li {
	margin-bottom: 30px;
	position: relative;
}

.aside-right form input[type="text"], .aside-right form input[type="tel"], .aside-right form input[type="email"], .aside-right form textarea {
	background-color: white;
	width: 100%;
	font-size: 23px;
	box-sizing: border-box;
	padding: 10px;
	font-family: 'Roboto';
	font-weight: 300;
}
.aside-right form textarea {
	height: 200px;
}

.aside-right form input[type="submit"] {
	cursor: pointer;
	border: 2px solid var(--gold);
	color: white;
	font-family: 'Montserrat';
	font-weight: 700;
	letter-spacing: .075em;
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	background-color: var(--gold);
	padding: 15px 20px;
	transition: all .2s ease-in-out;
}

.aside-right form input[type="submit"]:hover {
	background-color: white;
	color: var(--gold);
}

.aside-right form {
	color: white;
}

.aside-right form .validation_message, .aside-right form .validation_error {
	font-size: 12px;
	color: var(--gold);
}

.aside-right form .validation_message {
	font-weight: 500;
	position: absolute;
	bottom: -15px;
	right: 0;
}

.aside-right .gform_confirmation_wrapper {
	color: white;
	line-height: 1.5;
}



/* /Full Page Navigation */

/* Galleries */

section.block.gallery {
}
section.block.gallery .grid {
	display: flex;
	flex-wrap: wrap;
}
a.element-item {
	box-sizing: border-box;
	width: 30%;
	margin: 1.65%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 17%;
}

section.block.gallery .button-group {
	margin-bottom: 40px;
}

section.block.gallery .sortbutton {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .075em;
	padding: 10px 15px;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	border: 2px solid transparent;
	transition: all .2s ease-in-out; 
}
section.block.gallery .sortbutton:active {
	color: var(--gold);
}
section.block.gallery .sortbutton.is-checked {
	color: var(--gold);
	border: 2px solid var(--gold);
	font-weight: 400;
}

/* / Galleries */

/* Text Block */

section.text.block {
	text-align: left;
}

/* if has bg image */
section.text.block.bg-image {
	background-size: cover;
	background-position: center;
	position: relative;
}

section.text.block.bg-image:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--transparent-blue);
}

section.text.block:not(.bg-image) {
	background-image: none !important;
}

section.text.block.bg-image .inner {
	color: white;
}


section.text.block a.link-button {
	display: inline-block;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .075em;
	padding: 10px 15px;
	border: 2px solid var(--gold);
	color: var(--gold);
	text-decoration: none;
	border-radius: 10px;
	background-color: white;
	margin: 10px 0;
	position: relative;
	transition: all .2s ease-in-out; 

}
section.text.block a.link-button:hover {
	padding-right: 30px;
}
section.text.block a.link-button:after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url(images/small-arrow.png);
	background-size: contain;
	position: absolute;
	top: 13px;
	right: 20px;
	opacity: 0;
	transition: all .2s ease-in-out; 
}
section.text.block a.link-button:hover:after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url(images/small-arrow.png);
	background-size: contain;
	position: absolute;
	top: 13px;
	right: 10px;
	opacity: 1;
}

section.text.block p + ul {
	margin-top: 40px;
}

section.text.block ul li {
	position: relative;
	display: inline-block;
	background-image: url(images/small-arrow.png);
	background-repeat: no-repeat;
	background-position: left top 11px;
	background-size: 11px 11px;
	padding-left: 20px;
	margin: 10px 0;
	width: 100%;
	box-sizing: border-box;
}

section.text.block p a, section.text.block ul a {
	font-weight: 400;
}

/* / Text Block */

/* Recent Posts Block */

section.recent-posts .inner, section.blog-index .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section.recent-posts .post, section.blog-index .post {
	width: calc(33.33% - 20px);
	text-decoration: none;
}

section.recent-posts .post .post-image, section.blog-index .post .post-image {
	padding-top: 65%;
	background-size: cover;
	background-position: center;
	background-color: lightgray;
}

section.recent-posts .post .post-text, section.blog-index .post .post-text {
	width: 80%;
	margin: auto;
	margin-top: -15%;
	background-color: var(--light-grey);
	position: relative;
}

section.recent-posts .post h4, section.blog-index .post h4 {
	padding: 20px;
	color: var(--black);
	padding-bottom: 0px;
}

section.recent-posts span.category, section.blog-index span.category {
	font-family: 'Montserrat';
	font-weight: 600;
	letter-spacing: .075em;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}

section.recent-posts .post p, section.blog-index .post p {
	color: var(--black);
	font-size: 15px;
	text-align: left;
}
section.recent-posts .read-more, section.blog-index .read-more {
	border: 2px solid var(--gold);
	font-family: 'Montserrat';
	font-weight: 600;
	letter-spacing: .075em;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	background-color: white;
	padding: 10px 15px;
	transition: all .2s ease-in-out; 
}

section.recent-posts .read-more:hover, section.blog-index .read-more:hover {
	color: white;
	background-color: var(--gold);
}

/* / Recent Posts Block */

/* Testimonial Slider Block */

section.block.testimonials ul {
	height: auto !important;
}

section.block.testimonials li.slide {
	position: relative;
	background-image: none;
	padding-left: 0px;
	box-sizing: border-box;
	padding: 0 130px;
	margin: 0;
}

section.block.testimonials li.slide .container {
	box-sizing: border-box;
	padding: 0 80px;
}

section.block.testimonials li.slide p {
	position: relative;
}
section.block.testimonials li p:first-of-type:before {
	content: '\201C';
	font-family: 'Montserrat';
	font-size: 115px;
	font-weight: 700;
	position: absolute;
	left: -80px;
	top: -60px;
	color: var(--gold);
}

section.block.testimonials .author {
	display: block; 
	font-family: 'Montserrat';
	font-weight: 700;
	letter-spacing: .075em;
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
}

section.block.testimonials .author:before {
	content: "\2014";
	font-weight: 300;
	padding-right: 10px;
}

body .lSAction > a {
	z-index: 50;
}

/* / Testimonial Slider Block */

/* Accordion */

section.accordion h2 {
	color: var(--gold);
}

.accordion-container .accordion-title:after {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(images/small-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 25px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
	transform: rotate(90deg);
	}

.accordion-container.open .accordion-title:after {
	transform: rotate(270deg);
	}

.accordion-title {
    margin: 0px;
    padding: 23px 40px 20px 0px;
    display: block;
    cursor: pointer;
	color: var(--blue);
	font-family: 'Montserrat';
	letter-spacing: .075em;
	font-weight: 500;
	background-color: white;
	text-transform: uppercase;
	border-bottom: 4px solid white;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
	line-height: 1.5;
}

 
.accordion-content {
    height: 0px;
    overflow: hidden;
    padding: 0px;
	background-color: white;
	border-bottom: 2px solid var(--gold);
}

.accordion-content .accordion-content-inner {
	}

.accordion-content .accordion-content-inner div {
	padding: 0px 0px 30px 0px;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	}

.accordion-content p {
	margin-top: 0;
	}

/* / Accordion */

/* Two Images on Homepage */

	section#images {
		background-color: white;
		display: flex;
		justify-content: space-between;
		border: 30px solid white;
		border-bottom: 0px;
	}
	section#images div {
		background-size: cover;
		padding-top: 35%;
	}
	section#images div:nth-of-type(1) {
		width: calc(65% - 15px);
		height: auto;
	}
	section#images div:nth-of-type(2) {
		width: calc(35% - 15px);
		height: auto;
	}
	section#images.hidden {
		opacity: 0;
		transform: translateY(-150px) scale(1.1);
		transition: all 1s ease-in-out; 
		margin-bottom: -150px;
		transform-origin: center bottom;
	}
	section#images.hidden.in-view {
		opacity: 1;
		transform: translateY(-150px) scale(1);
		position: relative;
		z-index: 3;
	}
	
/* / Two Images on Homepage */

/* Single Blog */

body.single-post div#head-space {
    -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
	transform: scale(1.1);
}

body.single-post div.hide-edge {
height: 415px;
width: 100%;
position: fixed;
left: 0px;
top: 0px;
overflow: hidden;
pointer-events: none;
}

body.single-post #logo-area h1 {
	display: none;
}

body.single-post nav #logo-area {
	height: 255px;
}

body.single-post nav #logo-area a {
	margin-bottom: 0;
}

body.single-post h1.blog-title {
	font-weight: 500;
	padding: 60px;
	padding-bottom: 40px;
	background-color: white;
	position: relative;
	margin-top: -100px;
	line-height: 1.6;
	text-align: center;
}

body.single-post span.category {
font-family: 'Montserrat';
font-weight: 600;
letter-spacing: .075em;
display: block;
font-size: 11px;
text-transform: uppercase;
text-align: center;
color: lightgrey;
}

body.single-post section.block.text {
	padding-top: 0;
	border: 0px;
}
body.single-post section article {
	padding-top: 50px;
}

body.single-post section article .entry p:first-of-type {
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: 300;
	font-size: 24px;
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}

body.single-post section article .entry p:first-of-type:after {
	content: '';
	height: 2px;
	max-width: 230px;
	display: block;
	margin: auto;
	background-color: var(--gold);
	margin-top: 50px;
}

body.single-post section article .postmetadata {
	display: block;
	color: gray;
	text-align: center;
	margin-top: 60px;
	position: relative;
	clear: both;
}

body.single-post section article .postmetadata:before {
	content: '';
	height: 1px;
	max-width: 50px;
	display: block;
	margin: auto;
	background-color: lightgray;
	margin-bottom: 50px;
}

/* / Single Blog */

/* Blog Index */

body.blog #logo-area h1,
body.archive #logo-area h1 {
	display: none;
}

body.archive nav #logo-area span.single-cat-title {
	color: white;
	font-size: 36px;
	font-weight: 400;
	line-height: 44px;
}
body.archive nav.scrolled #logo-area span.single-cat-title {
	color: white;
	font-size: 36px;
	font-weight: 400;
	line-height: 44px;
	display: none;
}

body.blog section.blog-index a.post,
body.archive section.blog-index a.post {
	margin-bottom: 80px;
}

div.navigation {
	font-family: 'Montserrat';
	font-weight: 600;
	letter-spacing: .075em;
	font-size: 15px;	
	height: 40px;
	text-transform: uppercase;
	line-height: 40px;
	max-width: 760px;
	margin: auto;
}

div.navigation a {
	color: var(--transparent-blue);
	text-decoration: none;
}

div.navigation .alignleft a:before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	display: inline-block;
	padding-right: 5px;
	color: var(--gold);
}

div.navigation .alignright a:after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	display: inline-block;
	padding-left: 5px;
	color: var(--gold);
}

div.navigation a:hover {
	color: var(--gold);
}

/* / Blog Index */

/* Child Pages List */

section.block ul.child-pages {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}
section.block ul.child-pages li {
	width: calc(25% - 22px);
	padding-left: initial;
	background-image: none;
	text-align: center;
	margin: 15px 0;
	display: table;
	min-height: 200px;
}

section.block ul.child-pages li a {
	display: table-cell;
	vertical-align: middle;
	color: white;
	background-color: var(--transparent-blue);
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .075em;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 20px;
	line-height: 1.4;
	border: 2px solid transparent;
}

section.block ul.child-pages li a:hover {
	color: var(--gold);
	background-color: var(--dark-blue);
	border: 2px solid var(--dark-blue);
}

/* / Child Pages List */

/* Footer */

body #sb_instagram {
	padding-top: 30px;
}

footer {
	background-color: var(--black);
	padding-top: 60px;
	padding-bottom: 60px;
}

footer, footer a {
	color: white;
}

footer ul {
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: var(--gold);
	letter-spacing: .075em;
}
footer ul a:link, footer ul a:visited {
	color: white;
}
footer ul a:hover, footer ul a:active {
	color: var(--gold);
	text-decoration: none;
}

footer#footer {
	background-image:url("images/bg-footer.jpg");
	background-size: cover;
	background-position: top center;
}

footer#footer .wide.width {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

footer#footer div:nth-of-type(3) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer#footer div:nth-of-type(3) img {
	display: block;
	height: auto;
	margin: 15px 0;
}
footer#footer div:nth-of-type(3) img:first-of-type {
	max-width: 120px;
}

footer#footer div:nth-of-type(3) img:nth-of-type(2) {
	max-width: 200px;
}

footer#colophon {
	font-size: 15px;
}
footer#colophon img {
	width: 162px;
	height: 12px;
}

/* /Footer */

/* # Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 1090px) {

	ul#menu-services {
		display: none;
	}
	body.home nav #logo-area div {
		top: 50%;
	}
	
}

@media only screen and (max-width: 880px) {

	section.block.testimonials li.slide {
		padding: 0 0px;
	}
	section.block.testimonials li p:first-of-type:before {
		font-size: 90px;
		top: -45px;
		left: -60px;
	}
	section.block.testimonials li.slide .container {
		box-sizing: border-box;
		padding: 0 60px;
	}
	body .lSAction > .lSNext {
		right: 0;
	}
	body .lSAction > .lSPrev {
		left: 0;
	}
	
	section.recent-posts a.post, section.blog-index .post {
		width: calc(50% - 15px);
	}
	section.recent-posts a.post:nth-of-type(3) {
		display: none;
	}
	section.recent-posts .read-more, section.blog-index .read-more {
		font-size: 13px;
		padding: 10px 15px;
	}
	
	section.block, footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	div#breadcrumbs + section.block {
		padding-top: 100px;
	}
	
	footer#footer .wide.width {
		flex-wrap: wrap;
	}
	footer#footer div.wide.width div:nth-of-type(1) {
		text-align: center;
		width: 40%
	}
	footer#footer div.wide.width div:nth-of-type(2) {
		width: 60%;
	}
	footer#footer div.wide.width div:nth-of-type(3) {
		order: -2;
		width: 100%;
		flex-direction: row;
		justify-content: space-around;
	}
	footer#footer div:nth-of-type(3) img:first-of-type {
		position: relative;
		right: 2.5%;
	}
	footer#footer div:nth-of-type(3) img:nth-of-type(2) {
		position: relative;
		right: 16%;
	}
	
	section.block ul.child-pages li {
		width: calc(50% - 22px);
		padding-left: initial;
		background-image: none;
		text-align: center;
		margin: 15px 0;
		display: table;
		min-height: 130px;
	}
	
	a.element-item {
		width: 46.35%;
		margin: 1.65%;
		padding-bottom: 28%;
	}
	
	body.blog section.blog-index a.post, body.archive section.blog-index a.post {
		margin-bottom: 50px;
	}
	
	section.block.white + section.block.white {
		margin-top: 0;
	}
	
	section.recent-posts .post .post-text, section.blog-index .post .post-text {
		width: 100%;
	}

}




@media only screen and (max-width: 1062px), (max-height: 1000px)  {

	nav .aside-left {
		padding: 40px;
		padding-top: 70px;
		align-items: initial;
	}
	nav ul#menu-main-menu {
		line-height: 1.5;
		margin: 0;
		font-size: 22px;
	}
	nav ul#menu-main-menu li {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	nav ul#menu-main-menu li ul {
		font-size: 14px;
	}
	
	li#menu-item-has-children > a:after {
		margin-left: 5px;
		width: 15px;
		height: 15px;
		top: 2px;
	}
	
	nav .social {
		font-size: 20px;
	}
	nav .social a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0 4px;
	}
	
	
	nav .aside-right {
		padding: 40px;
		padding-top: 70px;
	}
	
	nav .aside-right h2 {
		margin-bottom: 0;
		font-size: 22px;
	}
	
	.aside-right form input[type="text"], .aside-right form input[type="tel"], .aside-right form input[type="email"], .aside-right form textarea {
		font-size: 18px;
		padding: 10px;
	}
	
	.aside-right form textarea {
		height: 100px;
	}
	.aside-right ul li {
		margin-bottom: 20px;
	}

}


@media only screen and (max-width: 694px) {

	nav div.aside-right, nav a.arrow {
		display: none;
	}
	
	section#homepage-video video {
		display: none;
	}
	
	nav .aside-left {
		width: 100%;
	}
	
	nav label, nav.scrolled label {
		left: initial;
		top: 35px;
		right: 10px;
	}
	nav.scrolled label {
		top: 21px;
	}
	
	h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	
	p, ul, ol {
		font-size: 16px;
	}
	section.text.block p + ul {
		margin-top: initial;
	}
	
	section.block.testimonials li.slide .container {
		padding: 0 0px;
	}
	
	.lSAction {
		display: none !important;
	}
	
	section.block.testimonials li p:first-of-type:before, section.block.testimonials li p:last-of-type:after {
		font-family: 'Montserrat';
		font-size: 16px;
		font-weight: 700;
		position: initial;
		color: var(--gold);
		display: inline-block;
	}
	
	section.block.testimonials li p:first-of-type:before {
		content: ' \201C ';
		padding-right: 3px;
	}
	section.block.testimonials li p:last-of-type:after {
		content: '\201D ';
		padding-left: 3px;
	}
	
	section.recent-posts a.post, section.blog-index .post {
		width: 100%;
		margin-bottom: 50px;
	}
	section.recent-posts a.post:nth-of-type(3) {
		display: initial;
	}

	section.block {
		border: none;
	}
	
	body.single-post h1.blog-title {
		font-size: 30px;
		padding: 30px;
		padding-bottom: 30px;
		line-height: 1.35;
	}
	
	img.alignright, img.alignleft, img.alignnone, img.aligncenter {
		display: block;
		width: 100%;
		height: auto;
		margin: auto;
		margin-bottom: 20px;
		float: initial;
	}
	
	footer#footer div.wide.width div:nth-of-type(3) {
		display: block;
		order: 0;
		width: 100%;
		text-align: center;
	}
	footer#footer div.wide.width div:nth-of-type(3) img {
		left: 0;
		right: 0;
		margin: auto;
		margin-top: 20px;
	}
	body footer#footer div.wide.width div {
		width: 100% !important;
	}
	
	footer#footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	footer#footer ul li {
		line-height: 1.75;
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	footer#colophon {
		line-height: 2;
		font-size: 12px;
	}
	
	section.block ul.child-pages li {
width: 100%;
}

div#crumbs {
	font-size: 12px;
	top: 60px;
	padding-left: 30px;
}

#logo-area div {
	width: 100%;
}
	

}





@media only screen and (max-height: 605px) {

	nav a.arrow {
		display: none;
	}
	body.home nav #logo-area div {
		top: calc(50% - 20px);
	}
	body.home #logo-area a {
		margin-bottom: 20px;
	}

}


@media only screen and (min-width: 1850px) {

	section.recent-posts .post p, section.blog-index .post p {
		padding-left: 30px;
		padding-right: 30px;
	}

}