/*
	Theme Name: Studio Neos Custom WordPress Theme
	Theme URI: http://www.guidomediaservices.com
	Description: Custom Genesis Child Theme Created For Studio Neos
	Author: Guido Media
	Author URI: http://www.guidomediaservices.com
	Version: 1.0.0

	Template: genesis
	Template Version: 2.0.0
*/


/* HTML5 Reset ---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing */
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Typographical Elements ---------------------------------------------------------------------------------------------------- */
html {
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #716c69;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
	color: #3077a1;
}
.site-header,
.site-header .site-title,
.site-header .site-title a,
.site-header .nav li,
.site-header .nav li a,
.site-header.scrolled .nav li,
.site-header.scrolled .nav li a,
.nav-primary ul li a:before{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition:    all 0.6s ease-in-out;
	-ms-transition:     all 0.6s ease-in-out;
	-o-transition:      all 0.6s ease-in-out;
	transition:         all 0.6s ease-in-out;
}
::-moz-selection {
	background-color: #000;
	color: #fff;
}
::selection {
	background-color: #000;
	color: #fff;
}
a {
  cursor:pointer;
  color:#ab745f;
}
a img {
}
a:hover {
	color:#161d2d;
}
p {
}
strong {
}
ol,
ul {
}
blockquote,
blockquote::before {
}
blockquote {
}
blockquote::before {
}
.entry-content code {
}
cite {
}

/* Headings ---------------------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform:uppercase;
	color:#161d2d;
	font-weight:normal;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/* Objects */
img {
	height: auto;
	max-width: 100%;
}
.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms ---------------------------------------------------------------------------------------------------- */
input,
select,
textarea {
	background-color:transparent;
	color: #716c69;
	padding-left:12px;
	width: 100%;
  border:none;
	border-bottom:solid 3px #716c69;
  font-weight:800;
  font-size:14px;
}
input,
select{
  height:45px;
  line-height:45px;
}
textarea{
  height:100px;
  line-height:20px;
  padding-top:20px;
}
input[type="checkbox"]{
	width:20px;
	height:20px;
	line-height:25px;
	float:left;
	margin-right:20px;
}
input[type="radio"]{
	width:20px;
	height:20px;
	line-height:25px;
	float:left;
	margin-right:20px;
}
input:focus,
textarea:focus,
input:active,
textarea:active,
input:hover,
textarea:hover,
input::selection {
	border:none;
	border-bottom:solid 3px #ab745f;
  color:#716c69;
}
::placeholder, ::-moz-placeholder, ::-webkit-input-placeholder {
	color: #716c69;
}
button::before,
input[type="button"]::before,
input[type="reset"]::before,
input[type="submit"]::before,
.button::before,
.entry-content .button::before{
	width:360px;
	height:60px;
	content:"";
	position:absolute;
	left:-8px;
	top:-8px;
	background-color:#161d2d;
	z-index:-1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.wp-block-button__link {
	background-color:transparent;
	border: solid 3px #ab745f;
	color: #ab745f;
	cursor: pointer;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
  text-transform:uppercase;
	width: 350px;
	height: 50px;
	line-height: 42px;
	text-align:center;
	padding-top: 0;
	padding-bottom: 0;
	position:relative;
}
.button,
.entry-content .button {
	display: inline-block;
}
button:hover::before,
input:hover[type="button"]::before,
input:hover[type="reset"]::before,
input:hover[type="submit"]::before,
.button:hover::before,
.entry-content .button:hover::before{
	background-color: rgba(171,116,95,0.65);
	left:-3px;
	top:-3px;
	height:50px;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.wp-block-button__link:hover {
	color:#161d2d;
	border-color:#161d2d;
	width:360px;
}

/* Gravity Forms ---------------------------------------------------------------------------------------------------- */
.gform_wrapper {
	max-width: 100%;
	width: 100%;
}
.gform_wrapper label,
.gform_wrapper legend {
	padding: 0;
	display: none;
}
.gform_wrapper fieldset{
	border:none;
	margin:0;
	padding:0;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"] {
	margin-top: 0;
}
.gform_wrapper ul {
	margin: 0;
	padding: 0;
}
.gform_wrapper li,
.gform_wrapper div.gfield {
	margin: 0;
	list-style-type: none;
	margin-bottom: 12px;
	min-height: 50px;
}
.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .show-label label,
.gform_wrapper .show-label legend {
	display: block;
	font-weight: normal;
}
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label{
	text-align:left;
}
.gform_wrapper .gf_left_half,
.gform_wrapper span.name_first,
.gform_wrapper .ginput_left {
	margin-left: 0;
	margin-right: 1%;
	width: 49%;
	display: block;
	float: left;
}
.gform_wrapper .gf_left_half {
	margin-right: 1%;
}
.gform_wrapper .gf_right_half,
.gform_wrapper span.name_last,
.gform_wrapper .ginput_right {
	margin-left: 1%;
	margin-right: 0;
	width: 49%;
	display: block;
	float: right;
}
.gform_wrapper .gf_right_half {
	margin-left: 1%;
}
div.gform_confirmation_message {
	text-align: center;
}

/* Date Picker */
#ui-datepicker-div {
	background: #FFF;
	border: 1px solid #b85e17;
	display:none;
	padding:20px;
	width:300px;
}
#ui-datepicker-div select {
	height: 25px;
	line-height: 25px;
}
.ui-icon {
	cursor: pointer;
}
.ui-datepicker-header a {
	cursor: pointer;
}
.ui-datepicker-prev {
	float: left;
	width: 10%;
}
.ui-state-disabled {
	display:none;
}
.ui-datepicker-next {
	float: right;
	width: 10%;
}
.ui-state-disabled {
	 display:none;
}
.ui-datepicker-title {
	margin-top: 20px;
}
.ui-datepicker-title select {
	float: left;
	width: 70%;
}
.ui-datepicker-month {
	margin: 0px 5% 6px;
}
.ui-datepicker-year {
	margin: 0px 15% 6px;
}
.ui-datepicker-today {
	border-radius: 4px;
}
.ui-datepicker-today a {
	color: #fff;
}
#ui-datepicker-div table {
	width: 100%;
}
#ui-datepicker-div td,
#ui-datepicker-div th  {
	text-align: center;
}
#ui-datepicker-div td a {
	display: block;
	padding: 5px;
}

/* Site Containers ---------------------------------------------------------------------------------------------------- */
.wrap {
	margin: 0 auto;
	width: 96%;
}
.site-inner {
	margin: 0 auto;
	width: 96%;
	clear: both;
}
.home .site-inner {
	padding: 0;
	width: 100%;
	max-width: 100%;
}

/* Layouts */
.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar ---------------------------------------------------------------------------------------------------- */
.sidebar-primary {
	float: right;
	width: 360px;
}

/* WordPress Elements ---------------------------------------------------------------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.search-form {
	overflow: hidden;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignright {
    max-width: 100%;
}
a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Site Header ---------------------------------------------------------------------------------------------------- */
.site-header {
	height:200px;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 99;
}
.site-header.scrolled  {
	height: 50px;
  background-color:rgba(255,255,255,0.95);
	border-bottom:solid 1px #d4dbdb;
}

/* Title Area */
.mini-logo{
	background-image:url(images/logo-icon-small.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	display:block;
	position:absolute;
	left:-70px;
	top:0;
	width:50px;
	height:50px;
	transition-property: left;
  transition-duration:0.8s;
}
.scrolled .mini-logo{
	left:25px;
}
.title-area {
	margin-top:10px;
	transition-property: margin-top;
  transition-duration:0.8s;
	position:relative;
}
.scrolled .title-area{
	margin-top:-150px;
}
.site-title {
	margin: 0;
	padding: 0;
}
.site-title a {
	width:360px;
	height:100px;
	/* width:150px;
	height:150px; */
	display: block;
	background-image: url(images/logo.png);
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent:-9999px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
p.site-description{
  position:relative;
  margin-top:0;
  color:#ffff;
  text-transform:uppercase;
  font-size:14px;
  font-weight:300;
  letter-spacing:11.1px;
}
.home p.site-description{
  display:none;
}
.home .scrolled p.site-description{
  display:block;
}
.scrolled p.site-description {
  color:#3077a1;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 4.2px;
}

/* Page Title */
.page-title::before {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content: "";
	background-color:rgba(0,0,0,0.2);
	z-index: 1;
}
.page-title {
	background-image:url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 80vh;
	min-height: 400px;
	position: relative;
}
.page-title h1 {
	text-align: center;
	color: #fff;
	font-size: 52px;
	text-transform: uppercase;
	letter-spacing: 8px;
	position: absolute;
	bottom: 100px;
	width: 100%;
	left: 0;
	z-index: 9;
}

/* Primary Navigation ---------------------------------------------------------------------------------------------------- */
.nav-primary {
	width: 65%;
	margin-left:auto;
	margin-right:auto;
}
.scrolled .nav-primary{
	float:right;
	margin-top:0;
}
.nav-primary ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.nav-primary ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position:relative;
}
.nav-primary ul li a {
  font-size:15px;
  text-transform:uppercase;
	display: block;
	text-decoration: none;
	color: #161d2d;
	height:70px;
	line-height:70px;
	cursor:pointer;
  font-weight:900;
  letter-spacing:1px;
}
.scrolled .nav-primary ul li a {
	height: 50px;
	line-height: 50px;
}
.nav-primary ul li a:hover,
.scrolled .nav-primary ul li a:hover {
	color:#ab745f;
}
.nav-primary ul.sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 280px;
	z-index: 99;
	padding: 0;
	margin: 0;
	height: auto;
	background-color:#fff;
	border-bottom:solid 6px #ab745f;
	display:block;
}
.nav-primary ul.sub-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
}
.nav-primary ul.sub-menu li a {
	padding: 0;
	position: relative;
	width: 100%;
	display: block;
	height:40px;
	line-height:40px;
	padding-left:12px;
	font-weight:normal;
}
.nav-primary .sub-menu a:hover {
}
.nav-primary .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}
.nav-primary .menu-item:hover {
}
.nav-primary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.show-menu,
.close-menu {
	display: none;
}

/* Home Page ---------------------------------------------------------------------------------------------------- */
#home-banner::before{
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	background-color:rgba(0,0,0,0.2);
	content:"";
}
#home-banner {
	width: 100%;
  height:110vh;
	min-height: 950px;
	background-color: #fff;
	background-image: url(images/bg-banner.jpg);
	background-size:cover;
	background-position:top center;
  position:relative;
	overflow:hidden;
}
#home-banner .wrap {
	position: absolute;
	bottom:150px;
	z-index: 9;
  width:60%;
	margin-left:20%;
	margin-right:20%;
	max-width:1145px;
	text-align:center;
}
#home-banner h2 {
	font-weight:normal;
	font-size:3.5vw;
  line-height:3.5vw;
	margin: 0;
	color:#fff;
	width:100%;
	text-transform:uppercase;
}
#home-banner p{
  color:#1b1f2e;
  font-size:20px;
	line-height:30px;
	position:relative;
	margin-top:25px;
}
#home-banner .buttons {
	margin-top:45px;
}
#home-banner a.button {
  padding-left:35px;
  padding-right:35px;
	margin-right:20px;
}
#home-banner a.button:hover {
	background-color:transparent;
	border-color:#1b1f2e;
	color:#1b1f2e;
}

/* Home Content */
.home-content {
	padding-top:10vh;
	padding-bottom:10vh;
  position:relative;
}

/* Home Content 1 */
#home-content-1{
  z-index:9;
	margin-top:-10vh;
	padding-top:0;
}
#home-content-1 .wrap{
	display:flex;
	justify-content:space-between;
	width:100%;
}
#home-content-1 section::before{
	background-color:rgba(0,0,0,0.25);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:"";
	z-index:1;
}
#home-content-1 section{
  flex:0 0 31%;
	background-size:cover;
	background-position:center center;
	background-image:url(images/bg-microblading.jpg);
	height:350px;
	text-transform:uppercase;
	padding:35px;
	padding-top:250px;
	position:relative;
}
#home-content-1 section:nth-child(2){
	background-image:url(images/bg-cosmetics.jpg);
}
#home-content-1 section:last-child{
	background-image:url(images/bg-celebrity.jpg);
}
#home-content-1 h3{
	font-size:32px;
	text-align:right;
	color:#fff;
	margin:0;
	z-index:9;
	position:relative;
}
#home-content-1 p{
	margin-top:0;
}
#home-content-1 a {
	text-decoration:none;
	display:block;
	color:#d4dbdb;
	font-weight:bold;
	text-align:right;
	z-index:9;
	position:relative;
}

/* Home Content 2 */
#home-content-2{
	text-align:center;
}
#home-content-2 .wrap{

	font-size:18px;
}
#home-content-2 .widget{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	max-width:1200px;
}
#home-content-2 section h3{
	  font-size:2vw;
	  line-height:2.2vw;
	  margin-top:0;
	  margin-bottom:50px;
  }
#home-content-2 section:first-of-type h3{
  font-size:3vw;
	line-height:3.2vw;
	padding-top:170px;
	background-image:url(images/logo-icon-alt.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:150px auto;
}
#home-content-2 section:last-of-type{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
}
#home-content-2 a.button::before{
	display:none;
}

/* Home Instagram */
#home-ig{
	background-color:#161d2d;
	height:auto;
	padding-top:40px;
}
#home-ig .wrap{
	width:100%;
}
#home-ig .widget{
	background-image:url(images/ig.jpg);
	background-size:cover;
	background-position: center center;
	height:400px;
}

/* Home Clients */
#home-clients .wrap{
  width:80%;
}
#home-clients h3{
  font-size:3vw;
	line-height:3.2vw;
	text-align:center;
}
#home-clients ul {
  margin:0;
  padding:0;
  display:flex;
  justify-content:space-around;
	flex-wrap:wrap;
}
#home-clients ul li {
  display: block;
  flex:0 0 20%;
	margin-left:2%;
	margin-right:2%;
	height:150px;
	margin-bottom:25px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	text-indent:-99999px;
}

/* Home Content 3 */
#home-content-3{
	background-color:#f6f6f8;
}
#home-content-3 .wrap{
	width:65%;
	background-image:url(images/niki-metz.jpg);
	background-size:40% auto;
	background-position:left center;
	background-repeat:no-repeat;
}
#home-content-3 .widget{
	width:55%;
	margin-left:45%;
}
#home-content-3 h3{
  font-size:2.5vw;
	line-height:2.7vw;
	margin-top:0;
	margin-bottom:50px;
}

/* Landing */
body.landing{
	background-color:#f3f3f3;
}
body.landing .content{
	color: #010101;
}
body.landing footer{
	display:none;
}

/* Content ---------------------------------------------------------------------------------------------------- */
.content {
	width: 96%;
	max-width: 800px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 9;
	color: #716c69;
	font-size: 18px;
	padding-top: 10vh;
	padding-bottom: 10vh;
}
.content h2, .content h3{
	text-transform:uppercase;
	letter-spacing:0;
	margin-top:25px;
	margin-bottom:5px;
}
.content h2 {
	font-size:2.2vw;;
	line-height:2vw;
}
.content h2.has-medium-font-size{
	font-size:1.6vw;
	line-height:1.8vw;
}
.content h3 {
	font-size: 1.8vw;
	margin-top:2vw;
}

/* Team Page ---------------------------------------------------------------------------------------------------- */
body.team .content h2,
body.team .content p{
	text-align:center;
}
article.team {
	min-height:320px;
	margin-bottom:100px;
	text-align:left;
}
article.team .image{
	width:300px;
	height:300px;
	border-radius:50%;
	background-size:cover;
	background-position:center center;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
}
article.team h2 {
	font-size:36px;
}
article.team .position{
	font-weight:bold;
	font-size:20px;
	text-align:center;
	display:block;
}
article.team .instagram{
	font-size:20px;
	text-align:center;
	display:block;
	color:#ab745f;
}

/* Our Work page ---------------------------------------------------------------------------------------------------- */
body.work .content{
	max-width:1800px
}

/* Gravity Views ---------------------------------------------------------------------------------------------------- */
.gv-list-container h3, .gv-list-view-title > div{
	font-size:22px;
	font-weight:bold;
	display:inline;
}

/* Footer CTA ---------------------------------------------------------------------------------------------------- */
.pre-footer {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 22px;
  color: #393333;
	background-color:#d4dbdb;
	border-top:solid 30px #161d2d;
}
.pre-footer .wrap{
	display:flex;
	justify-content:space-between;
	width:60%;
}
.pre-footer .widgettitle{
	font-size:1.5vw;
	line-height:1.7vw;
	font-weight:bold;
	text-transform:uppercase;
  display:block;
	position:relative;
	z-index:9;
	margin-top:20px;
	color:#161d2d;
}
.pre-footer div {
	flex: 0 0 24%;
}
.pre-footer a{
	text-decoration:none;
	color: #393333;
}

/* Site Footer ---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #161d2d;
  text-align: center;
  color: #fff;
  padding-top:30px;
  padding-bottom:30px;
  font-size: 14px;
	padding-bottom:65px;
}
.site-footer a.footer-logo {
	width:150px;
	height:150px;
	display: block;
	background-image: url(images/logo-white.png);
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent:-9999px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
.site-footer p {
	margin-top: 0;
	margin-bottom: 12px;
}
.site-footer a {
	text-decoration: none;
	color: #fff;
}
.site-footer a:hover {
	color: #000;
}
.site-footer p.signature,
.site-footer p.signature a {
	color: #888;
}
.site-footer ul {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.site-footer ul li {
	display: inline-block;
	list-style-type: none;
	height: 30px;
	line-height: 30px;
}
.site-footer ul li a {
	width: 100%;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

/*  Special Announcement ---------------------------------------------------------------------------------------------------- */
#special-announcement{
	position:fixed;
	height:100%;
	width:100%;
	left:0;
	bottom:0;
	width:100%;
	background-color:rgba(0,0,0,0.75);
	z-index:9999999;
	display:none;
}
#special-announcement .wrap{
	width:650px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	padding:50px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	line-height:28px;
	color:#161d2d;
	background-color:#fff;
	border-radius:2px;
	position:relative;
}
#special-announcement .wrap .close-popup{
	position:absolute;
	right:25px;
	top:25px;
	display:block;
	cursor:pointer;
	background-image:url(images/icon-close.png);
	background-size:contain;
	width:20px;
	height:20px;
	text-indent:-999999px;
}

/* Responsive Elements ---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1700px) {
	.content h2.has-medium-font-size{
		font-size:2vw;
		line-height:2.2vw;
	}
}

@media only screen and (max-width: 1500px) {
	.nav-primary{
		width:85%;
	}
	.content h2.has-medium-font-size, article.team h2, .content h2{
		font-size:3vw;
		line-height:3.2vw;
	}
	.content h3{
		font-size:2.5vw;
		line-height:2.7vw;
	}
}

@media only screen and (max-width: 1220px) {
	.nav-primary{
		width:96%;
	}
	#home-banner .wrap{
		width:96%;
		margin-left:2%;
		margin-right:2%;
	}
	#home-banner h2{
		font-size:5vw;
		line-height:5vw;
	}
	.content h2.has-medium-font-size, article.team h2, .content h2{
		font-size:4vw;
		line-height:4.2vw;
	}
	.content h3{
		font-size:3.5vw;
		line-height:3.7vw;
	}
}

@media only screen and (max-width: 1023px) {
	.show-menu,
	.nav-primary ul li.mobile{
		display: block;
	}
	.show-menu{
		background-image: url(images/icon-mobile-menu.png);
	}
	.close-menu{
		background-image: url(images/icon-close.png);
	}
	.show-menu, .close-menu{
		position: absolute;
		top:30px;
		right: 30px;
		width: 35px;
		height: 35px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -99999px;
		cursor: pointer;
	}
	.scrolled .show-menu, .scrolled .close-menu {
		top:10px;
	}
	.nav-primary {
		position: fixed;
		height: 100%;
		width: 80%;
		left: -100%;
		top:0;
		background-color:rgba(38,35,35,0.85);
		border-right: solid 5px #262323;
		overflow-y:scroll;
	}
	.nav-primary ul {
		display: block;
	}
	.nav-primary ul li {
		width: 100%;
		display: block;
		height:auto;
		min-height:8vh;
		border-bottom: 1px #262323 solid;
	}
	.nav-primary ul li a,
	.scrolled .nav-primary ul li a{
		height:8vh;
		line-height:8vh;
		color: #fff;
		font-size:22px;
		display:block;
		font-weight:300;
	}
	.nav-primary ul li a:hover,
	.scrolled .nav-primary ul li a:hover{
		color:#ab745f;
	}
	.nav-primary ul.sub-menu {
    left:0;
    opacity: 1;
    position:relative;
    width: 100%;
    background-color: transparent;
    border-bottom:none;
    display: block;
		padding-left:30px;
	}
	.nav-primary ul.sub-menu li{
		min-height:5vh;
	}
	.nav-primary ul.sub-menu li a {
		font-size:18px;
		height:5vh;
		line-height:5vh;
		background-image:url(images/icon-arrow-right.png);
		background-repeat:no-repeat;
		background-size:6px auto;
		background-position:left;
		padding-left:12px;
		font-weight:300;
	}
	#home-content-1 .wrap{
		display:block;
	}
	#home-content-1 section{
		width:75%;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		margin-bottom:25px;
	}
	#home-content-1 section:first-child{
		background-position:bottom center;
	}
	#home-content-3 .wrap{
		width:90%;
	}
	#home-content-2 section h3, #home-content-2 section:first-of-type h3,  h3#home-clients h3, #home-content-3 h3{
		font-size:4vw;
		line-height:4vw;
	}
	#home-clients ul li{
		flex: 0 0 28%;
	}
}

@media only screen and (max-width: 800px) {
	#home-banner h2, .page-title h1{
		font-size:10vw;
		line-height:10vw;
	}
	#home-banner .wrap{
		top:350px;
	}
	#home-content-1 section{
		width:90%;
	}
	#home-content-1 h3, #home-content-1 a{
		text-align:center;
	}
	#home-clients ul li{
		flex: 0 0 44%;
	}
	#home-content-2 section h3, #home-content-2 section:first-of-type h3, #home-clients h3, #home-content-3 h3{
		font-size:5vw;
		line-height:5vw;
	}
	#home-content-3 .wrap{
		background-position:top center;
		background-size:auto 550px;
	}
	#home-content-3 .widget{
		width:100%;
		margin-left:0;
		padding-top:600px;
		text-align:center;
	}
	.wp-block-columns{
		display:block;
	}
	.wp-block-columns h2{
		text-align:center;
	}
	.content h2.has-medium-font-size, article.team h2, .content h2{
		font-size:5vw;
		line-height:5.2vw;
	}
	.content h3{
		font-size:4vw;
		line-height:4.2vw;
	}
	.wp-block-column:not(:only-child){
		width:100%;
		text-align:center;
		margin-left:0;
	}
}

@media only screen and (max-width: 680px) {
	.content h2.has-medium-font-size, article.team h2, .content h2{
		font-size:7vw;
		line-height:7.2vw;
	}
	.content h3{
		font-size:6vw;
		line-height:6.2vw;
	}
	.gform_wrapper .gf_left_half, .gform_wrapper span.name_first, .gform_wrapper .ginput_left,.gform_wrapper .gf_right_half, .gform_wrapper span.name_last, .gform_wrapper .ginput_right{
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.gform_wrapper .gform_footer input[type="submit"]{
		width:100%;
		padding-left:0;
		padding-right:0;
		text-align:center;
	}
	#special-announcement .wrap{
		width:90%;
		padding:10px;
		padding-top:50px;
	}
}

@media only screen and (max-width: 480px) {
	.site-title a{
		margin-left:0;
		width:200px;
		height:65px;
		background-size:contain;
	}
	.show-menu, .close-menu{
		/* top:70px; */
		right:15px;
	}
	#home-banner h2,.page-title h1{
		font-size:11vw;
		line-height:11vw;
	}
	#home-banner a.button{
		width:90%;
		padding-right:0;
		padding-left:0;
		text-align:center;
	}
	#home-clients ul li{
		flex: 0 0 80%;
	}
	#home-content-3 .wrap{
		background-position:top center;
		background-size:auto 450px;
	}
	#home-content-3 .widget{
		padding-top:500px;
	}
	#home-content-2 section h3, #home-content-2 section:first-of-type h3, #home-clients h3, #home-content-3 h3{
		font-size:8vw;
		line-height:8vw;
	}
	.content h2.has-medium-font-size, article.team h2, .content h2{
		font-size:9vw;
		line-height:9.2vw;
	}
	.content h3{
		font-size:7.5vw;
		line-height:7.7vw;
	}
	article.team .image{
		width:200px;
		height:200px;
	}
}
