/*
	Theme Name: Cindy Salgado

	Description: A custom WordPress theme for Cindy Salgado by Ashley & Malone
	Author: Ashley & Malone
	Author URI: https://www.ashleyandmalone.com
	Template: genesis
*/



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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{
margin:0;
-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 3s; /* Firefox < 16 */
-ms-animation: fadein 3s; /* Internet Explorer */
-o-animation: fadein 3s; /* Opera < 12.1 */
animation: fadein 3s;	
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:800}dfn{font-style:italic}h1{font-size:13px;margin:.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:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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-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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

@font-face {
    font-family: 'Gotham';
    src: url('../cindy_salgado/fonts/GothamMedium.woff2') format('woff2'),
        url('../cindy_salgado/fonts/GothamMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display SC';
    src: url('../cindy_salgado/fonts/PlayfairDisplaySC-Regular.woff2') format('woff2'),
        url('../cindy_salgado/fonts/PlayfairDisplaySC-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../cindy_salgado/fonts/Gotham-Book.woff2') format('woff2'),
        url('../cindy_salgado/fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Global Elements
--------------------------------------------- */

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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

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

html {
	height: 100%; 
	font-size: 18px;
}

body {
	color: #544a43;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	font-family: 'Gotham Book';
    overflow-x:hidden!important;

}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	border:0;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
    color: #aaa6a6;
    text-decoration: none;
    letter-spacing: 0.1rem;
}
.singleblog-post a{
    text-decoration: underline;
}
.site-footer a,.b2b a,.catlist a{
    text-decoration: none;
}
.content-sidebar-wrap {
	display: none;	
}
table {
	border: none;
}

a:hover {
	color: #aaa6a6;
	text-decoration: none;
}

p {
	margin: 0 0 25px;
	padding: 0;
    letter-spacing: 0.055rem;
    line-height: 1.9;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}
.sb-post li{
    list-style-type: inherit;
}


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

blockquote {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    line-height: 45px;
    letter-spacing: 3px;
    font-style: normal;
    margin: 40px auto 40px;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	margin: 0 auto;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/* Column Classes
--------------------------------------------- */
 
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	display: inline-block;
	padding-left: 28px;
	vertical-align: top;
}
 
.first {
	clear: both;
	padding-left: 0px;
}


/* Image Classes
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

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

img.alignnone,
.alignnone {
	margin-bottom: 0px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

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

/* Site Containers
--------------------------------------------- */
	
.site-container {
	margin: 0px auto 0px;
	width: 100%;
}

.site-inner {
	clear: both;
	width: 100%;
	margin: 0px auto 0;
	position:relative; 
}

.content {
	width: 100%;
	float: none;
}
.longquote {
	margin-top:10px;
}

/* Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	text-align: center;
	left: 0;
	right:0;
	z-index: 99;
	position: absolute;
	width: 100%;
}
.site-header .header-wrap {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1110px;
    margin: 29px auto 0;
    color: white;
}
.site-header .header-wrap .center {
    width: 650px;
    padding: 59px 0 48px;
}
.site-header .header-wrap .right {
	width: 222px;
    border-left: 1px solid white;
}
.site-header .header-wrap .left {
	width: 222px;
    border-right: 1px solid white;
}
.site-header .header-wrap .left .menu li {
    text-align: right;
    padding: 15px 66px 15px 0px;
}
.site-header .header-wrap .left .menu li:nth-child(2) {
    padding: 17px 66px 15px 0px;
}
.site-header .header-wrap .left .menu li:nth-child(3){
	    padding: 17px 66px 11px 0px;
}
.site-header .header-wrap .right .menu li {
	text-align: left;
	    padding: 15px 0px 15px 51px;
}
.site-header .header-wrap .right .menu li:nth-child(2) {
    padding: 17px 0px 15px 51px;
}
.site-header .header-wrap .right .menu li:nth-child(3){
	    padding: 17px 0px 11px 51px;
}
.site-header .header-wrap .menu li {
	border-bottom: 1px solid white;
}
.site-header .header-wrap .menu li:last-child{
	border:none;
}
.site-header .header-wrap .menu li a{
	font-family: 'Gotham';
	text-transform: uppercase;
	font-size: 10px;
	color: white;
	letter-spacing: 0.16rem;
}
.site-description,
.site-title,
.header-full-width .title-area,
.header-full-width .site-title {
	display: none;
}
#featured-image {
    width: 100%;
    height: 785px;
    background-size: cover;
    background-position: center;
    position: relative;
}
#featured-video{
    width: 100%;
    height: 785px;
    position: relative;
    background-color: #000!important;
}
#featured-video iframe {
	width: 100%;
	height: 100%;
}
#featured-image:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
    background: rgba(0, 0, 0, .15);
	position: absolute;
}

/* Headings
--------------------------------------------- */

h1 {
    font-family: 'Playfair Display SC';
    color: #aaa6a6;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.25rem;
    line-height: 1.35;
}

h2 {
	font-family: 'Playfair Display SC';
	font-weight: 100;
	color:#544a43;
	font-size: 30px;
	letter-spacing: 0.1rem;
}

h3 {
	font-family: 'Playfair Display SC';
    color: #544a43;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.15rem;
}

h4 {
font-family: 'Playfair Display SC';
}

h5 {
font-family: 'Playfair Display SC';
}

h6 {
font-family: 'Playfair Display SC';
}


/* Home
--------------------------------------------- */
.intro-wrap {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1190px;
    margin: 77px auto 70px;
}
.intro-wrap .left {
    width: 685px;
    padding-top: 130px;
    padding-left: 135px;
}
.intro-wrap .right {
	width: 446px;
}
.intro-wrap h1 {
	margin-bottom: 46px;
	position: relative;
}
.intro-wrap h1:before {
    content: "";
    display: block;
    width: 255px;
    height: 1px;
    background: #aaa6a6;
    position: absolute;
    top: -61px;
    left: -95px;
}
.intro-wrap .right .in-slide {
    height: 510px;
    background-size: cover;
    background-position: center;
}
.intro-wrap .right #in-slider {
	width: 365px;
}
.intro-wrap .left a {
	color: #aaa6a6;
    font-family: 'Gotham';
    text-transform: uppercase;
    font-size: 10px;
    border: 1px solid #aaa6a6;
    padding: 18px 26px 17px;
    line-height: 8.5;
    letter-spacing: 0.15rem;
    transition: all 0.5s;
}
.intro-wrap .left a:hover {
	background: #aaa6a6;
	color:#fff;
}
.intro-wrap .left p {
    padding-right: 65px;
}
.intro-wrap .right .slick-dots {
    position: absolute;
    right: -81px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 73px;
}
.intro-wrap .right .slick-dots li{
    background: #eff0f3;
    border-radius: 50%;
    margin: 0 auto 20px;
    width: 10px;
    height: 10px;
    text-align: center;
}
.intro-wrap .right .slick-dots li button {
	opacity: 0;
}
.intro-wrap .right .slick-dots li.slick-active {
    background: #d6d9e1;
    border-radius: 50%;
    margin: 0 auto 20px;
    width: 11px;
    height: 11px;
    text-align: center;
}
.video-wrap-area {
    height: 654px;
    position: relative;
    width: 100%;
}
.port-slider {
    width: 989px;
    height: 421px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}
.port-slider-2 {
    width: 100%;
    height: 654px;
    position: absolute!important;
    top: 0;
}
.port-slider-2 .p-slide {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 654px;
}
.port-slider .p-slide {
    height: 654px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.port-slider-2 .p-slide:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
    background: rgba(0, 0, 0, .15);
	position: absolute;
    z-index: 0;
}
.port-slider .p-slide .inner{
    position: absolute;
    z-index: 99;
    border: 1px solid white;
    width: 989px;
    height: 421px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.port-slider .p-slide .inner .left {
	width: 55%;
	position: relative;
}
.port-slider .p-slide .inner .left img{
	display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.8;
}
.port-slider .p-slide .inner .right {
	width: 45%;
	background: white;
	text-align: center;
}
.port-slider .p-slide .inner .right h4{
    color: #544a43;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    font-weight: 100;
    letter-spacing: 0.3rem;
    line-height: 1.7;
    padding: 0 50px;
}
.port-slider .p-slide .inner .right h5{
    color: #544a43;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    font-weight: 100;
    letter-spacing: 0.12rem;
    margin: -20px auto 0;
}
.port-slider .p-slide .inner .right h4:before {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: #c7c5c5;
    margin: 99px auto 43px;
}
.port-slider .p-slide .inner .right h5:after {
	content:"";
	display: block;
	width: 70px;
	height: 1px;
	background:  #c7c5c5;
    margin: 55px auto 0;
}
.port-slider .p-slide .inner .video-pop {
	    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000;
}
.port-slider .p-slide .inner .video-pop iframe{
	    width: 100%;
    height: 100%;
}
.port-slider .p-slide .inner .video-pop .close{
    left: 0;
    position: absolute;
    top: -35px;
    z-index: 99;
    color: black;
    background: rgba(255, 255, 255, 0.76);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 3px;
    font-family: 'Gotham';
}
.port-slider .nextarrow {
    width: 50px;
    position: absolute;
    right: -49px;
    margin: auto;
    bottom: 102px;
    text-align: right;
    z-index: 9;
    height: 50px;
}
.port-slider .prevarrow{
    width: 50px;
    position: absolute;
    right: -49px;
    margin: auto;
    bottom: 53px;
    text-align: right;
    z-index: 9;
    height: 50px;
}
.port-slider .nextarrow img, .port-slider .prevarrow img {
	position: absolute;
	top:0;
    right:0;
}
.port-slider .left-arrow {
	    z-index: 9;
    position: relative;
}
.service-flex {
    padding-left: 16px;
    max-width: 1100px;
    margin: 71px auto 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webit-justify-content: space-between;
}
.service-flex .left {
    width: 425px;
    height: 596px;
    background-size: cover;
    background-position: center;
}
.service-flex .right {
      width: 539px;
    padding-top: 87px;
}
.service-flex .right h1:before {
    content: "";
    display: block;
    width: 263px;
    height: 1px;
    background: #d6d4d4;
    position: absolute;
    top: -56px;
    left: -82px;
}
.service-flex .right h1{
	margin-bottom: 48px;
	position: relative;
}
.service-flex .right p{
	padding-right: 16px;
}
.service-flex .right a {
	color: #aaa6a6;
    font-family: 'Gotham';
    text-transform: uppercase;
    font-size: 10px;
    border: 1px solid #aaa6a6;
    padding: 18px 35px;
    line-height: 8;
    letter-spacing: 0.17rem;
}
.service-flex .right a:hover {
	background: #aaa6a6;
	color:#fff;
}
.services-wrap {
	max-width: 1100px;
	position: relative;
	margin: -1px auto 388px;
}
.services-wrap .lower {
    width: 565px;
    height: 415px;
    position: absolute;
    left: 267px;
    bottom: -291px;
    background-size: cover;
    background-position: center;
    border: 20px solid white;
}
.explore-title {
	text-align: center;
    letter-spacing: 0.29rem;
    position: relative;
}
.explore-title:after {
	content: "";
    display: block;
    width: 75px;
    height: 1px;
    background-color: #c7c5c5;
    margin: 51px auto 50px;
}
.explore-full {
      width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    -webkit-background-size: cover !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed !important;
    position: static !important;
    z-index: -1 !important;
}
.ef-wrap {
	width: 100%;
	height: 533px;
	position:relative;
	overflow: hidden;
}
.explore-full .inner {
    width: 355px;
    height: 242px;
    text-align: center;
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.explore-full .inner img {
	display: block;
    width: 94px;
    margin-top: 54px;
    margin-bottom: 24px;
}
.explore-full .inner a {
	text-transform: uppercase;
	letter-spacing: 0.15rem;
}

/* Meet Cindy
--------------------------------------------- */
.meet-flex {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1028px;
    margin: 15px auto 85px;
}
.meet-flex .left {
    width: 524px;
    padding-top: 40px;
    padding-left: 55px;
}
.meet-flex .right {
    width: 365px;
    height: 553px;
    background-size: cover;
    background-position: center;
}
.meet-flex h1 {
	margin-bottom: 46px;
	position: relative;
}
.meet-flex h1:before {
    content: "";
    display: block;
    width: 255px;
    height: 1px;
    background: #c7c5c5;
    position: absolute;
    top: -61px;
    left: -95px;
}
.love-story-pic {
	width: 100%;
    height: 673px;
    background-size: cover;
    background-position: center;
}
.story-wrap {
    max-width: 988px;
    margin: -143px auto 0;
    background: white;
    padding: 40px 216px;
}
.story-wrap h1 {
	color: #544a43;
    text-align: center;
}
.story-wrap h1:after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: #c7c5c5;
    margin: 42px auto 44px;
}
.story-wrap .read-more {
    color: #aaa6a6;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Gotham';
    letter-spacing: 0.155rem;
    border: 1px solid #aaa6a6;
    max-width: 156px;
    text-align: center;
    margin: 42px auto 60px;
    padding: 12px 0 11px;
    position: relative;
}
.story-wrap .read-more:hover {
	background: #aaa6a6;
	color: #fff;
	cursor: pointer;
}
.story-wrap .rless:before {
	content: "read less";
    color: #aaa6a6;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Gotham';
    letter-spacing: 0.155rem;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: white;
}
.story-wrap .read-more.rless:hover:before {
	background: #aaa6a6;	
	color:#fff;
}
.story-wrap .read-more:hover {
	cursor: pointer;
}
.more-cont {
    background: white;
    position: relative;
}

.heightAuto{
max-height:none!important;
}

.hideme {
	display: none;
}

.showme {
	display: block;
}
.cta-wrap {
    width: 100%;
    height: 581px;
    position: relative;
    margin-bottom: -34px;
    overflow: hidden;
}
.cta {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .5s ease-in-out;
}
.cta-wrap:hover .cta {
    width: 110%;
    height: 110%;
}
.cta-wrap .inner {
	border:1px solid white;
    width: 72.3%;
    height: 76%;
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	margin: auto;
	text-align:center;
}
.cta-wrap .inner h1 {
    color: white;
    line-height: 1.65;
    margin-bottom: 20px;
    letter-spacing: 0.24rem;
}
.cta-wrap .inner h1:before {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: #fff;
    margin: 99px auto 47px;
}
.cta-wrap .inner a:after {
	content:"";
	display: block;
	width: 72px;
	height: 1px;
	background: #fff;
    margin: 53px auto 0px;
}
.cta-wrap .inner a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.17rem;
    font-weight: 600;
    font-family: 'Gotham Book';
}


/* Services
--------------------------------------------- */
.service-intro {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1028px;
    margin: 51px auto 71px;
}
.service-intro .left {
    width: 525px;
    padding-top: 132px;
    padding-left: 56px;
}
.service-intro .right {
    width: 365px;
    height: 510px;
    background-size: cover;
    background-position: center;
}
.service-intro h1 {
	margin-bottom: 46px;
	position: relative;
}
.service-intro h1:before {
    content: "";
    display: block;
    width: 254px;
    height: 1px;
    background: #c7c5c5;
    position: absolute;
    top: -61px;
    left: -97px;
}
.service-image {
	max-width: 1030px;
    margin: 0 auto 140px;
    display: flex;
    display: -ms-flex;
	display: -webkit-flex;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    position: relative;
}
.service-image .image-one {
	width: 696px;
    height: 465px;
    background-size: cover;
    background-position: center;
}
.service-image .image-two{
    width: 405px;
    height: 551px;
    position: absolute;
    left: -19px;
    top: 99px;
    border: 21px solid white;
    background-size: cover;
    background-position: center;
}
.planning {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
	max-width: 1265px;
    margin: 77px auto 70px;
}
.planning .left {
    width: 537px;
    padding-top: 0;
    padding-left: 0;
    margin-top: 310px;
    height: 392px;
    background-size: cover;
    background-position: center;
}
.planning .right {
    width: 477px;
    height: auto;
}
.planning h1 {
    margin-bottom: 46px;
    position: relative;
    padding-right: 50px;
    margin-top: 21px;
}
.planning h1:before {
    content: "";
    display: block;
    width: 254px;
    height: 1px;
    background: #c7c5c5;
    position: absolute;
    top: -61px;
    left: -95px;
}
.consult {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1032px;
    margin: 0px auto 72px;
}
.consult .left {
    width: 485px;
    padding-top: 71px;
    padding-left: 152px;
}
.consult .right {
    width: 436px;
    height: 610px;
    background-size: cover;
    background-position: center;
    margin-top: -182px;
    margin-bottom: 28px;
}
.consult h1 {
	margin-bottom: 45px;
	position: relative;
}
.consult h1:before {
    content: "";
    display: block;
    width: 253px;
    height: 1px;
    background: #c7c5c5;
    position: absolute;
    top: -61px;
    left: -95px;
}
.page-id-9 .cta-wrap .inner h1:before {
    margin: 125px auto 47px;
}
.page-id-9 .cta-wrap .inner a:after {
	margin: 51px auto 0px;
}

/* How it works
--------------------------------------------- */
.hiw {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1028px;
    margin: 48px auto 53px;
}
.hiw .left {
    width: 457px;
    padding-top: 160px;
    padding-left: 55px;
}
.hiw .right {
    width: 365px;
    height: 511px;
    background-size: cover;
    background-position: center;
}
.hiw h1 {
    margin-bottom: 47px;
    position: relative;
    letter-spacing: 0.23rem;
}
.hiw h1:before {
    content: "";
    display: block;
    width: 253px;
    height: 1px;
    background: #c7c5c5;
    position: absolute;
    top: -60px;
    left: -95px;
}
.s-one-image {
	width: 100%;
    height: 674px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.s-one-lower {
 	max-width: 990px;
    margin: -144px auto 0;
    background: white;
    text-align: center;
    position: relative;
    padding: 48px 0;
}
.s-one-lower h3 {
	font-family: 'Playfair Display SC';
    color: #544a43;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.12rem;
    margin-bottom: 28px;
}
.s-one-lower h1:after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: #c7c5c5;
    margin: 42px auto 44px;
}
.s-one-lower h1{
	color:#544a43;
}
.s-one-lower .desc {
	text-align: left;
    max-width: 545px;
    margin: 0 auto;
}
.stwo {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1108px;
    margin: 18px auto 70px;
}
.stwo .left {
    height: 619px;
    width: 454px;
    background-size: cover;
    background-position: center;
}
.stwo .right {
	width: 524px;
    text-align: center;
    padding-right: 39px;
    padding-top: 45px;
}
.stwo h1 {
    margin-bottom: 45px;
    position: relative;
    color: #544a43;
    padding: 0 57px;
    margin-top: -3px;
    line-height: 1.65;
}
.stwo h1:after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: #c7c5c5;
    margin: 37px auto 43px;
}
.stwo h3:before {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: #c7c5c5;
    margin: 44px auto 43px;
}
.stwo .desc {
	text-align: left;
}
.sthree {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 100px auto 232px;
    text-align: center;
    padding-left: 170px;
    max-width: 1400px;
}
.sthree .left {
    width: 414px;
    background-size: cover;
    background-position: center;
}
.sthree .right {
    width: 673px;
    text-align: center;
    height: 449px;
    background-size: cover;
    background-position: center;
}
.sthree h1 {
    margin-bottom: 45px;
    position: relative;
    color: #544a43;
    padding: 0 60px;
    line-height: 1.6;
    margin-top: -4px;
}
.sthree h1:after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: #c7c5c5;
    margin: 41px auto 42px;
}
.sthree h3:before {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: #c7c5c5;
    margin: 29px auto 44px;
}
.sthree .desc {
	text-align: left;
}
.sfour {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1106px;
    margin: -140px auto 120px;
    text-align: center;	
}
.sfour .left {
    height: 621px;
    width: 453px;
    background-size: cover;
    background-position: center;
}
.sfour .right {
	width: 511px;
    text-align: center;
    padding-right: 40px;
    padding-top: 81px;
}
.sfour h1 {
    margin-bottom: 0;
    position: relative;
    color: #544a43;
    line-height: 1.6;
    margin-top: 24px;
}
.sfour h1:after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: #c7c5c5;
    margin: 40px auto 44px;
}
.sfour h3:before {
	content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: #c7c5c5;
    margin: 44px auto 44px;
}
.sfour .desc {
	text-align: left;
}
.page-id-11 .cta-wrap:before {
	content:"";
	display: block;
	width:100%;
	height: 100%;
    background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.page-id-11 .cta-wrap .inner h1 {
	padding: 0 250px;
}

/* Contact
--------------------------------------------- */
.contact-intro {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1029px;
    margin: 55px auto 49px;
}
.contact-intro .left {
    width: 444px;
    padding-top: 107px;
    padding-left: 56px;
}
.contact-intro .right {
    width: 365px;
    height: 511px;
    background-size: cover;
    background-position: center;
}
.contact-intro h1 {
    margin-bottom: 46px;
    position: relative;
    letter-spacing: 0.24rem;
}
.contact-intro h1:before {
    content: "";
    display: block;
    width: 253px;
    height: 1px;
    background: #c7c5c5;
    position: absolute;
    top: -61px;
    left: -95px;
}
.contact-intro p a {
    color: #544a43;
    font-size: 14px;
    font-family: 'Gotham';
    font-weight: 300;
    letter-spacing: 0.055rem;
}
.form-image {
	width: 100%;
    height: 672px;
    background-size: cover;
    background-position: center;
}
.form-area {
    position: relative;
    max-width: 990px;
    margin: -142px auto 0;
    background: white;
    text-align: center;
    padding: 41px 100px;
}
.form-area h1.form-title {
	color: #544a43;
}
.form-area h1.form-title:after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: #c7c5c5;
    margin: 42px auto 31px;
}
#gform_wrapper_1 #gform_fields_1 {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
#gform_wrapper_1 #gform_fields_1 li {
    width: 31%;
    padding: 0;
}


#gform_wrapper_1 #gform_fields_1 #field_1_9, #gform_wrapper_1 #gform_fields_1 #field_1_9 li {
	width: 100%;
    padding: 0;
}

#gform_wrapper_1 #gform_fields_1 #field_1_9 .gfield_label{
	display: none;
}


#gform_wrapper_1 label#label_1_9_1 {
    margin-top: -5px;
}

#gform_wrapper_1 #gform_fields_1 #field_1_7{
	width: 100%;
}
#gform_wrapper_1 #gform_fields_1 li label, #gform_wrapper_1 #gform_fields_1 li label a{
	font-size: 14px;
    color: #544a43;
    font-family: 'Gotham Book';
    font-weight: 100;
    letter-spacing: 0.05rem;
    margin-bottom: 6px;
}
#gform_wrapper_1 #gform_fields_1 input{
	width: 100%;
    height: 47px;
    margin-bottom: 19px;
    border: 1px solid #c7c5c6;
}
#gform_wrapper_1 #gform_fields_1 textarea{
	border: 1px solid #c7c5c6;
	height: 135px;
}
.form-area .gform_wrapper .gform_footer {
	text-align: center;
	margin-top: 17px;
    margin-bottom: 48px;
}
.form-area .gform_wrapper .gform_footer input[type=submit]{
    background: none;
    border: 1px solid #c7c5c6;
    font-size: 10px;
    font-family: 'Gotham';
    color: #aaa6a6;
    letter-spacing: 0.15rem;
    padding: 19px 50px 17px;
}
.form-area .gform_wrapper .gform_footer input[type=submit]:hover {
	background: #aaa6a6;
	color: white;
}
.page-id-13 .cta-wrap:before {
	content:"";
	display: block;
	width:100%;
	height: 100%;
    background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.gform_wrapper .validation_message {
    color: #544a42!important;
    letter-spacing: normal!important;
    padding: 0!important;
    margin: 0!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0!important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent!important;
    margin-bottom: 6px!important;
    border-top: none!important;
    border-bottom: none!important;
}
.gform_wrapper div.validation_error {
    color: #790000!important;
    font-size: 1em!important;
    font-weight: 400!important;
    margin-bottom: 25px!important;
    border-top: none!important;
    border-bottom: none!important;
    padding: 0!important;
    clear: both!important;
    width: 100%!important;
    text-align: center!important;
    letter-spacing: 0.05rem!important;
}
#gform_confirmation_wrapper_1 {
	 text-align: center;
    letter-spacing: 0.05rem;
    margin-bottom: 100px;
    margin-top: 50px;

}
/* Portfolio
--------------------------------------------- */
.show-all {
    text-align: center;
    font-family: 'Gotham';
    color: #aaa6a6;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    border: 1px solid #aaa6a6;
    margin: 44px auto 70px;
    width: 157px;
    padding: 13px 0 10px;
    position: relative;
}
.show-all:hover {
	background: #aaa6a6;
	color: #fff;
}
.port-wrap .inner{
	max-width: 1115px;
    margin: 46px auto 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.port-wrap-more .inner .single:nth-child(1), .port-wrap-more .inner .single:nth-child(2), .port-wrap-more .inner .single:nth-child(3), .port-wrap-more .inner .single:nth-child(4), .port-wrap-more .inner .single:nth-child(5), .port-wrap-more .inner .single:nth-child(6) {
	display: none;
}
.hideme2 {
	display: none;
}
#swipebox-overlay {
    background: #ffffff!important;
}
#swipebox-close:before {
    content: "";
    width: 1px;
    height: 35px;
    display: block;
    background: #000;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 10px;
    right:30px;
}
#swipebox-close:after {
    content: "";
    width: 1px;
    height: 35px;
    display: block;
    background: #000;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 10px;
    right:30px;
}
#swipebox-close {
    background-position: 0 0!important;
    width: 52px!important;
    background-image: none!important;
}
#swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: 1px 1px 1px #fff!important;
    background: white!important;
    opacity: .9!important;
}
#swipebox-prev:before {
    content:url('images/arrowmore-1-e1529508933256.png');
    display: block;
    margin-top: 10px;
}
#swipebox-next:after {
    content:url('images/arrowmore_1.png');
    display: block;
    margin-top: 10px;
}
.port-wrap .item-img {
	width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
    background-size: cover;
    background-position: center;
}
.port-wrap .ii-hover{
	width: 539px;
    height: 736px;
    overflow: hidden;
    position: relative;
}
.hidden-video {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    padding-top: 5%;
    transition: all 0.5s;
    display: none;
        z-index: 9999999;
}
.show-video {
    display: block;
}
.hidden-video .close:before {
    content: "";
    width: 2px;
    height: 35px;
    display: block;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 10px;
    right:30px;
}
.hidden-video .close:after {
    content: "";
    width: 2px;
    height: 35px;
    display: block;
    background: #fff;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 10px;
    right:30px;
}
.hidden-video .close {
        width: 50px;
    height: 50px;
    position: absolute;
    right: 1%;
    top: 1%;
}
.hidden-video .close:hover {
    cursor: pointer;
}
.port-wrap  .ii-hover:hover .item-img {
    width: 115%;
}
.port-wrap .item-img img{
	width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    margin: auto;
}
.port-wrap .item-img img:hover {
    cursor: pointer;
}
.port-wrap .single .title {
	text-align: center;
    color: #aaa6a6;
    font-size: 18px;
    margin: 41px auto 65px;
    text-transform: uppercase;
    font-family: 'Playfair Display SC';
    letter-spacing: 0.07rem;
}
.port-wrap .single .title:after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    margin: 23px auto -24px;
    background: #aaa6a6;
}
.post-type-archive-portfolio .cta-wrap .inner h1:before {
	    margin: 123px auto 47px;
}
.single-portfolio .gallery {
    max-width: 1250px;
    margin: 81px auto 0;
}
.single-portfolio .video {
	 max-width: 1250px;
    margin: 81px auto 0;
}
.single-portfolio .video iframe {
	width: 100%;
	    min-height: 700px;
}
.single-portfolio h1.title {
	    text-align: center;
    margin: 56px auto 0;
}
.single-portfolio .quote {
    max-width: 541px;
    margin: -20px auto 0;
    letter-spacing: 0.05rem;
    line-height: 1.9;
}
.single-portfolio .quote:before {
    content: "“";
    display: block;
    margin: 0 auto -58px;
    color: rgba(170, 166, 166, 0.62);
    font-size: 100px;
    font-family: 'Playfair Display SC';
    text-align: center;
}
.single-portfolio .more {
	text-align: center;
    font-family: 'Gotham';
    color: #aaa6a6;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    border: 1px solid #aaa6a6;
    margin: 44px auto 0;
    width: 157px;
    padding: 13px 0 10px;
    position: relative;
}
.single-portfolio .more:hover {
	background:#aaa6a6;
	color: white;
	cursor: pointer; 
}
.single-portfolio .more.rless:hover:before {
	background:#aaa6a6;
	color: white;
}
.single-portfolio  .rless:before {
content: "read less";
    color: #aaa6a6;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Gotham';
    letter-spacing: 0.155rem;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: white;
}
.single-portfolio .back2 {
	text-align: center;
    margin: 95px auto 0;
}
.single-portfolio .back2 a{
	    text-align: center;
    font-family: 'Gotham';
    color: #aaa6a6;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    border: 1px solid #aaa6a6;
    margin: 44px auto 0;
    width: 157px;
    padding: 18px 56px 17px;
}
.single-portfolio .back2 a:hover {
	background: #aaa6a6;
	color: white;
}

/* Blog
--------------------------------------------- */
.blog-post-wrap .post-flex{
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
	max-width: 1107px;
    margin: 100px auto -32px;
}
.blog-post-wrap .post-flex:nth-child(even){
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.blog-post-wrap .post-flex .left {
	width: 474px;
    height: 605px;
    background-size: cover;
    background-position: center;
}
.blog-post-wrap .post-flex .right {
    width: 540px;
    padding-right: 60px;
}
.catlist h3 a {
	color: #544a43;
    font-size: 16px;
    font-family: 'Playfair Display SC';
    letter-spacing: 0.19rem;
}
.catlist h3 {
	text-align: center;
}
.catlist h3:before {
    content: "";
    display: block;
    width: 77px;
    height: 1px;
    background: #c7c5c5;
    margin: 72px auto 43px;
}
.blog-post-wrap .post-flex .right h1{
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.19rem;
    padding: 0 40px;
    margin: 31px 0 45px;
    line-height: 1.5;
}
.blog-post-wrap .r-more a{
	border: 1px solid #aaa6a6;
    text-transform: uppercase;
    padding: 18px 30px 16px;
    letter-spacing: 0.2rem;
}
.blog-post-wrap .r-more a:hover {
	background: #aaa6a6;
	color: white;	
}
.blog-post-wrap .r-more {
 text-align: center;
    margin: 55px auto 0;
}
.blog-post-wrap .r-more:after {
	content: "";
    display: block;
    width: 77px;
    height: 1px;
    background: #c7c5c5;
    margin: 61px auto 0px;
}
.content {
    float: none;
    position: relative;
    margin: 0px auto;
}
.navigation2 {
	max-width: 1107px;
    margin: 78px auto 60px;
    position: relative;
    clear: both;
}
.navigation2 span {
	text-transform: uppercase;
    font-size: 10px;
    color: #aaa6a6;
    font-family: 'Gotham';
    letter-spacing: 0.17rem;
}
.navigation2 .next-float {
	float: left;
}
.navigation2 .prev-float {
	float: right;
}
#respond {
    margin: 0px auto;
}
.blog-navigation {
    clear: both;
    max-width: 1107px;
    margin: 56px auto 69px;
}
.blog-navigation .flexed {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.blog-navigation .flexed li{
 	width: 33.3%;
    border: 1px solid #aaa6a6;
    text-align: center;
    height: 72px;
    color: #aaa6a6;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Gotham';
    letter-spacing: 0.17rem;
    padding: 25px 0 0 0;
}
.blog-navigation .flexed li.cats, .blog-navigation .flexed li.archs  {
	border-right:0;
	position: relative;
}
.blog-navigation .flexed li.cats span, .blog-navigation .flexed li.archs span{
	    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 26px;
}
.blog-navigation .flexed li.cats span:hover, .blog-navigation .flexed li.archs span:hover {
	cursor: pointer;
}
.blog-navigation .flexed li.searches {
	padding-top:0;
	position: relative;
}
.blog-navigation .flexed li ul{
    background: white;
    z-index: 999;
    position: relative;
    margin-top: 46px;
    border: 1px solid #aaa6a6;
    border-top: none;
    margin-left: -1px;
    width: 100.6%;
}
.blog-navigation .flexed li ul li{
    width: 100%;
    background: white;
    border: none;
    height: auto;
    padding: 10px 0 10px;
}
.blog-navigation .flexed li.searches input{
	color: #aaa6a6;
    font-size: 10px;
    font-family: 'Gotham';
    letter-spacing: 0.17rem;
    text-align: left;
    border: none;
    height: 72px;
    background: none;
    padding-left: 34px;
    padding-top: 19px;
    -webkit-appearance:none;
}
.blog-navigation .flexed li.searches #searchsubmit{
	position: absolute;
    background: none;
    right: 0;
    border-left: 1px solid #aaa6a6;
    width: 70px;
    top: 0;
    height: 71px;
    padding-top: 11px;
}
.blog-navigation .flexed li.searches input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaa6a6;
    opacity: 1; /* Firefox */
}

.blog-navigation .flexed li.searches input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa6a6;
}

.blog-navigation .flexed li.searches input::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaa6a6;
}
.archive .page-title, .search .page-title {
	text-align: center;
	margin: 50px auto 0;
}
.pagination-previous {
    margin: 0px auto;
    padding: 0px 0px;
    display: block;
    float: right;
}

.pagination-next {
    margin: 0px auto;
    padding: 0px 0px;
	display: block;
    float: left;
}
.singleblog-post {
	max-width: 916px;
    margin: 53px auto 0;
}
.singleblog-post .bpost-top h1{
	text-align: center;
    color: #544a43;
    max-width: 500px;
    margin: 27px auto 0;
    line-height: 1.65;
}
.singleblog-post .bpost-top h1:after{
	content: "";
    display: block;
    width: 77px;
    height: 1px;
    background: #c7c5c5;
    margin: 37px auto 43px;
}
.singleblog-post .catlist h3:before {
	display: none;
}
.singleblog-post .sb-post p {
	max-width: 600px;
    margin: 0px auto 25px;
}
.singleblog-post .sb-post h5{
    max-width: 600px;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 0.15rem;
    color: #544a43;
    margin: 0 auto 5px;
}
.b-footer {
	max-width: 600px;
    margin: 56px auto 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Gotham';
    color: #aaa6a6;
    letter-spacing: 0.17rem;
}
.b-footer .commentsbutton:hover {
	cursor: pointer;
}
.b-footer .share:hover {
	cursor: pointer;
}
.hide-comment {
	max-width: 600px;
	margin: 0 auto;
}
.b2b a {
	text-transform: uppercase;
    border: 1px solid #aaa6a6;
    padding: 18px 56px 16px;
    letter-spacing: 0.17rem;
}
.b2b a:hover {
	background: #aaa6a6;
	color: white;
}
.b2b {
	    text-align: center;
    margin: 81px auto 0;
}
.hide-share {
	    text-align: center;
    margin: 50px auto 0;
}
.hide-share a {
	    font-size: 20px;
    margin: 0 5px;
}
#commentform label, .comment-notes {
	display: none;
}
#catapult-cookie-bar .ctcc-inner .ctcc-left-side {
	font-size: 11px;
    letter-spacing: 0.07rem;
}
.cookie-bar-bar button#catapultCookie {
    margin: 0 0 0 20px;
    border: 1px solid #544a43!important;
    padding: 12px 40px 10px;
    font-size: 10px;
    font-family: 'Gotham';
    letter-spacing: 0.17rem;
}
#commentform p {
	margin: 0;
}

#commentform input {
	margin-bottom: 30px;
}

#commentform textarea {
	height: 285px;
	margin-bottom: 20px;
}

#commentform .submit {
	width: 100%;
}

p.logged-in-as {
	font-size: 17px;
	line-height: 30px
}

p.logged-in-as a {
	color: #000;
}

/* Site Footer 
------------------------------------------------------------ */
.error404 h1 {
    text-align: center;
    margin: 80px auto 30px;
}
.error404 .entry-content {
    text-align: center;
    margin: 0 auto 100px;
}
.page-content {
	max-width: 800px;
    margin: 50px auto;
}
.footer-widgets {
	clear: both;
	margin: 0px auto;
	overflow: hidden;
	width: 100%;
	text-align: center;
	display: block;
	padding: 0px 0;
}

.footer-flex {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    margin: 100px auto 35px;
}
.footer-flex .center {
	text-align: center;
    font-size: 18px;
    border-right: 1px solid #e8e4d7;
    border-left: 1px solid #e8e4d7;
    width: 409px;
}
.footer-flex .center h2{
    font-size: 18px;
    color: #aaa6a6;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    line-height: 1.7;
    margin: -1px 0 17px 0;
}
.footer-flex ul.social {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
.footer-flex ul.social a {
    color: #544a43;
    font-size: 12px;
    margin: 0 14px 0;
}
.footer-flex .right{
	    text-align: left;
    font-size: 12px;
    color: #544a43;
    width: 297px;
        padding-top: 24px;
}
.footer-flex .right p  {
	    letter-spacing: 0.06rem;
	    line-height: 2;
}
.footer-flex .left p{
	    letter-spacing: 0.04rem;
}
.footer-flex .right a {
	font-family: 'Gotham Book';
	color: #544a43;
	font-size: 12px;
	    letter-spacing: 0.07rem;
}
.footer-flex .left{
	    text-align: right;
    font-size: 12px;
    color: #544a43;
    width: 302px;
        padding-top: 24px;
}
.footer-wrap {
	max-width: 1122px;
    margin: 0 auto 0;
}
.copyright {
	text-align: center;
    border-top: 1px solid #e8e4d7;
    padding-top: 26px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Gotham';
    font-weight: 100;
    color: #aaa6a6;
    letter-spacing: 0.1rem;
}
.copyright p {
	letter-spacing: 0.15rem;
}
.copyright span {
	margin: 0 8px;
}




/* Form Styling
------------------------------------------------------------ */

input[type="text"],
input[type="email"],
select,
textarea {
	background-color: #fff;
	border: 1px solid #000;
	text-align: left;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
	padding: 20px;
	margin: 0px auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline: none;
	border: 1px solid #000;
	-webkit-appearance:none;
	border-radius: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button{
	-webkit-appearance:none;
	border-radius: 0;
	background: #000;
	border: 0px;
	float: none;
	clear: none;
	display: block;
	margin: 0px auto;
}

button:hover, .button:hover, a.text-button:hover, a:hover, input[type="submit"]:hover {
	opacity: .7;
	transition: all 0.4s;
}


::-moz-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

.gform_wrapper {
	width: 100%;
	margin: 0px auto 0;
}

.gfield_label {
    display: none;
}

.gf_left_half {
	width: 49%;
	display: inline-block;
}

.gf_right_half {
	width: 49%;
	display: inline-block;
	margin-left: 2%;
}

    .form-area .gform_wrapper .gform_footer input[type=submit] {
        text-align: center;
    }
.cta #featured-video{
	display: block;
}
.cta #featured-video iframe {
    margin-top: -130px;
}

.press .container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 975px;
    clear: both;
}

.press .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.press .flex__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  max-height:180px;
  overflow:hidden;
}

.press .section--three_images_stamp .image {
    transition: all 0.5s ease;
    width: calc((100%  * 1/5) - 50px);
    margin: 0 auto 30px;
    height: 160px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
        display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  align-items: center;
      justify-content: center;

}

.press .section--three_images_stamp .image img{
	max-height: 100%;
	height: auto;
	max-width: 90%;
}

.press .flex__row--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* Responsive Styles
--------------------------------------------- */

@media all and (max-width:1385px){
	.planning {
	    max-width: 1145px;
    	margin: 77px 0 70px;
	}

}

@media all and (max-width:1240px){
	.cta #featured-video{
	display: none;
}


	.port-slider .left-arrow, .port-slider .right-arrow {
		right:5.6%;
	}
	.blog-navigation, .navigation2, .blog-post-wrap .post-flex, .contact-intro, .site-header .header-wrap, .intro-wrap, .meet-flex, .port-wrap .inner, .footer-wrap, .single-portfolio .gallery, .single-portfolio .video, .service-intro, .service-image, .consult, .hiw, .stwo, .sthree, .sfour {
		max-width: 1000px;
	}
	.blog-post-wrap .post-flex .right {
	    width: 485px;
	    padding-right: 0;
	}
	.stwo .right {
	    width: 475px;
	    text-align: center;
	    padding-right: 0;
	    padding-top: 45px;
	}
	.sthree {
		padding-left:0;
	}
	.sthree .right {
		width: 590px;
	}
	.sthree .left {
		width: 375px;
	}
	.sfour .right {
		width: 460px;
	}
	.intro-wrap .left {
	    width: 650px;
	    padding-top: 130px;
	    padding-left: 0;
	}
	.intro-wrap h1:before {
		left:-75px;
	}
	.intro-wrap .right .slick-dots {
		right:-35px;
	}
	.services-wrap {
		max-width: 1000px;
	}
	.service-flex .right {
		width: 460px;
	}
	h1 {
		font-size: 25px;
	}
	.footer-flex .center {
		width: 335px;
	}
	.cta-wrap .inner {
		width: 88.3%;
	}
	.port-wrap .ii-hover {
	    width: 475px;
    	height: 675px;
	}
	.planning {
	    width: 1000px;
	    margin: 77px 0 70px;
	}
	.planning .right {
    	width: 400px;
    	height: auto;
	}
	.planning h1 {
		padding-right:0;
	}
}

@media all and (max-width:1030px){
	
	.press .section--three_images_stamp .image{
		width: calc((100% * 1/3) - 50px);
	}

/*	.port-slider .p-slide .inner{
		height: 299px;
	}
	*/
	
.port-slider .p-slide .inner .video-pop {
    top:0;
}
	
	#featured-image {
		height: 585px
	}
	#featured-video {
		height: 585px;
	}
	.blog-navigation, .navigation2, .blog-post-wrap .post-flex, .contact-intro, .site-header .header-wrap, .intro-wrap, .meet-flex, .port-wrap .inner, .footer-wrap, .single-portfolio .gallery, .single-portfolio .video, .service-intro, .service-image, .consult, .hiw, .stwo, .sthree, .sfour {
    	max-width: 750px;
	}
	.site-header .header-wrap .right .menu li {
    	padding: 15px 0px 15px 15px;
	}
	.site-header .header-wrap .right .menu li:nth-child(2) {
    	padding: 17px 0px 15px 15px;
	}
	.site-header .header-wrap .right .menu li:nth-child(3) {
    	padding: 17px 0px 11px 15px;
	}
	.site-header .header-wrap .left .menu li {
    	padding: 15px 15px 15px 0px;
	}
	.site-header .header-wrap .left .menu li:nth-child(2) {
    	padding: 17px 15px 15px 0px;
	}
	.site-header .header-wrap .left .menu li:nth-child(3) {
    	padding: 17px 15px 11px 0px;
	}
	.site-header .header-wrap .center {
    	width: 430px;
	}
	h1 {
	    font-size: 22px;
	}
	.port-slider {
		width: 700px;
	}
    .port-slider .p-slide .inner {
        width: 100%;
    }
	.port-slider .p-slide .inner .right h4 {
		padding: 0 10px;
	}

	.service-flex {
		max-width: 750px;
	}
	.service-flex .left {
	    width: 325px;
	    height: 445px;
	}
	.service-flex .right {
    	width: 350px;
    padding-top: 50px;
	}
	.services-wrap .lower {
	    width: 490px;
    	height: 360px;
	}
	.service-flex .right h1 {
	    margin-bottom: 25px;
	    position: relative;
	    line-height: 1.3;
	    font-size: 17px;
	}
	.service-flex .right h1:before {
		top:-40px;
	}
	.copyright p {
    	letter-spacing: 0.04rem;
	}
	.footer-flex .center {
    	width: 280px;
	}
	.footer-flex .left {
		padding-right:25px;
	}
	.footer-flex .right {
    	padding-left: 25px;
	}
	.footer-flex .center h2 {
		font-size: 14px;
		letter-spacing: 0.05rem;
	}
	.meet-flex .left {
	    width: 375px;
	    padding-top: 40px;
	    padding-left: 0;
	}
	.meet-flex .right {
	    width: 330px;
	    height: 500px;
	    background-size: cover;
	    background-position: center;
	}
	.story-wrap {
	    max-width: 650px;
	    margin: -143px auto 0;
	    background: white;
	    padding: 40px 110px;
	}
	.port-wrap .ii-hover {
	    width: 350px;
	    height: 475px;
	}
	.single-portfolio .video iframe {
    	width: 100%;
    	min-height: 400px;
	}
	.service-intro .right {
	    width: 330px;
	    height: 445px;
	}
	.service-intro .left {
	    width: 375px;
	    padding-top: 70px;
	    padding-left: 0;
	}
	.service-image .image-one {
	    width: 540px;
	    height: 365px;
	}
	.service-image .image-two {
		width: 305px;
	    height: 451px;
	    left: 0;
	}
	.planning {
    	width: 750px;
	    margin: 77px auto 190px;
	}
	.planning .right {
	    width: 360px;
	    height: auto;
	}
	.planning .left {
	    width: 340px;
	    padding-top: 0;
	    padding-left: 0;
	    margin-top: 310px;
	    height: 250px;
	    background-size: cover;
	    background-position: center;
	}
	.consult .right {
		width: 360px;
   	 	height: 510px;
	}
	.consult .left {
	    width: 375px;
	    padding-top: 22px;
	    padding-left: 0;
	}
	.hiw .left {
	    width: 350px;
	    padding-top: 160px;
	    padding-left: 0;
	}
	.s-one-lower {
		max-width: 650px;
	    margin: -143px auto 0;
	    background: white;
	    padding: 40px 110px;
	}
	.stwo .left {
		width: 46%;
		height:500px;
	}
	.stwo .right {
		width: 50%;
		padding-top:0;
	}
	.stwo h1 {
		padding:0;
	}
	.sthree .left {
    	width: 50%;
	}
	.sthree .right {
    	width: 48%;
	}
	.sthree h1 {
		padding:0;
	}
	.sfour .right {
	    width: 48%;
	    padding: 30px 0 0;
	}
	.sfour .left {
	    height: 521px;
	    width: 48%;
	}
	.contact-intro .right {
	    width: 340px;
	    height: 475px;
	}
	.contact-intro .left {
	    width: 350px;
	    padding-top: 85px;
	    padding-left: 0;
	}
	.form-area {
	    max-width: 650px;
	    margin: -143px auto 0;
	    background: white;
	    padding: 40px 80px;
	}
	.blog-post-wrap .post-flex .right {
	    width: 48%;
	    padding-right: 0;
	    padding-top: 0;
	}
	.blog-post-wrap .post-flex .left {
	    width: 48%;
	    height: 505px;
	}
	.catlist h3:before {
		    margin: 0px auto 25px;
	}
	.blog-post-wrap .post-flex .right h1 {
	    padding: 0 0px;
    	margin: 15px 0 25px;
    	font-size: 20px;
	}
	.blog-post-wrap .r-more {
	    text-align: center;
	    margin: 35px auto 0;
	}
	.blog-post-wrap .r-more:after {
		margin: 45px auto 0px;
	}
	.blog-navigation .flexed li.searches input {
	    letter-spacing: 0.05rem;
	    padding-left: 15px;
	}
	.blog-navigation .flexed li.cats span, .blog-navigation .flexed li.archs span {
		letter-spacing: 0.05rem;
	}
	.singleblog-post {
	    max-width: 750px;
	    margin: 53px auto 0;
	}
	.page-content {
    	max-width: 90%;
    	margin: 50px auto;
	}
	body {
		overflow-x: hidden;
	}
}

@media all and (max-width:920px){
    .hidden-video {
        padding-top:10%;
    }
    .hidden-video iframe {
        max-width: 70%;
            max-height: 350px;
    }
}

@media all and (max-width:768px){
    .responsive-menu-inner.darklines, .responsive-menu-inner.darklines::before, .responsive-menu-inner.darklines::after {
        background-color: #544a43;
    }
    #swipebox-close {
        right:20px!important;
    }
    #swipebox-prev:before {
        margin-left:20px;
    }
    body   {
        overflow-x:hidden!important;
    }
    .site-container {
      overflow-x:hidden!important;   
    }

	.site-header .header-wrap .center {
	    width: 100%;
	    padding: 0px 0 0;
	}
	#featured-image, #featured-video {
    	height: 455px;
	}
	.blog-navigation, .navigation2, .blog-post-wrap .post-flex, .contact-intro, .site-header .header-wrap, .intro-wrap, .meet-flex, .port-wrap .inner, .footer-wrap, .single-portfolio .gallery, .single-portfolio .video, .service-intro, .service-image, .consult, .hiw, .stwo, .sthree, .sfour {
    	max-width: 450px;
	}
	.intro-wrap {
		flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
	}
	.intro-wrap .left {
	    width: 100%;
	    padding-top: 50px;
	    padding-left: 0;
	}
	.intro-wrap .left p {
    	padding-right: 0;
	}
	.intro-wrap h1 {
	    margin-bottom: 30px;
	    position: relative;
	    margin-top: 0;
	}
	.intro-wrap h1:before {
	    left: -45px;
	    top: -45px;
	}
	.intro-wrap .right {
    	width: 100%;
	}
	.port-slider .p-slide {
		height: 455px;
	}
	.port-slider {
    	width: 450px;
    	height: 305px;
	}
    .port-slider .p-slide .inner {
    width: 100%;
    height: 305px;
    }
    .port-slider .p-slide .inner .left {
        width:50%;
    }
    .port-slider .p-slide .inner .right {
        width: 50%;
    }
    .port-slider .nextarrow {
        bottom:76px;
    }
    .port-slider .prevarrow {
        bottom:27px;
    }
    .port-slider-2, .video-wrap-area, .port-slider-2 .p-slide {
        height:480px;
    }
	.port-slider .p-slide .inner .right h4 {
		font-size: 20px;
		    padding: 0 0px;
	}
	.port-slider .p-slide .inner .right h5 {
		font-size: 13px;
	}
	.port-slider .p-slide .inner .right h5:after {
		    margin: 35px auto 0;
	}
	.port-slider .p-slide .inner .right h4:before {
		    margin: 76px auto 27px;
	}
	.service-flex {
	    max-width: 450px;
	    flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	    -webkit-flex-direction: column-reverse;
	    padding:0;
	}
	.service-flex .right {
    	width: 100%;
    	padding-top: 30px;
	}
	.service-flex .right h1 {
		font-size: 22px;
	}
	.services-wrap {
		margin: -1px auto 240px;
		max-width: 450px;
	}
	.services-wrap .lower {
	    width: 390px;
	    height: 260px;
	    left: inherit;
	    right: 0;
	    bottom: -170px;
	}
	.ef-wrap {
		height:400px;
	}	
	.footer-flex {
		flex-direction: column;
	    -ms-flex-direction: column;
	    -webkit-flex-direction: column;
	}
	.footer-flex .left {
	    padding-right: 0;
	    text-align: center;
	    width: 100%;
	    padding-top: 0;
	}
	.footer-flex .center {
    	width: 350px;
    	margin: 0 auto;
	}
	.footer-flex .right {
	    padding-left: 0;
	    padding-top: 30px;
	    text-align: center;
	    width: 100%;
	}
	.meet-flex {
		flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	    -webkit-flex-direction: column-reverse;
	    margin: 75px auto 85px;
	}
	.meet-flex .right {
		margin: 0 auto 70px;
	}
	.meet-flex .left {
	    width: 100%;
	    padding-top: 35px;
	    padding-left: 0;
	}
	.love-story-pic {
		height: 500px;
	}
	.story-wrap {
	    max-width: 450px;
	    margin: -143px auto 0;
	    background: white;
	    padding: 40px 50px;
	}
	.cta-wrap {
		height:400px;
	}
	.cta-wrap .inner h1:before {
		margin: 65px auto 30px;
	}
	.cta-wrap .inner a:after {
		margin: 40px auto 0;
	}
	.cta-wrap .inner h1 {
		letter-spacing: 0.15rem;
	}
	.port-wrap .ii-hover {
	    width: 450px;
	    height: 595px;
	}
	.post-type-archive-portfolio .cta-wrap .inner h1:before {
    	margin: 85px auto 36px;
	}
	.single-portfolio .quote {
		max-width: 450px;
	}
	.single-portfolio .video iframe {
    	min-height: 300px;
	}
	.service-intro {
		flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	    -webkit-flex-direction: column-reverse;
	}
	.service-intro .right {
		margin: 0 auto 20px;
	}
	.service-intro .left {
		width: 100%;
	}
	.service-intro h1:before {
		top:-49px;
	}
	.service-image .image-one {
	    width: 82%;
	    height: 315px;
	}
	.service-image {
		margin: 0 auto 440px;
	}
	.service-image .image-two {
	    width: 285px;
	    height: 380px;
	    left: 0;
	    top: 210px;
	}
	.planning {
	    width: 450px;
	    margin: -75px auto -18px;
	    flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	    -webkit-flex-direction: column-reverse;
	}
	.planning .right {
	    width: 100%;
	    height: auto;
	}
	.planning .left {
	    width: 450px;
	    padding-top: 0;
	    padding-left: 0;
	    margin-top: 60px;
	    height: 320px;
	    background-size: cover;
	    background-position: center;
	}
	.consult {
		flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
	}
	.consult .left {
	    width: 100%;
	    padding-top: 115px;
	    padding-left: 0;
	}
	.consult h1:before {
		    top: -52px;
	}
	.consult .right {
	    width: 360px;
	    height: 510px;
	    margin: 45px auto 0;
	}
	.page-id-9 .cta-wrap .inner h1:before {
    	margin: 70px auto 47px;
	}
	.hiw {
		flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
    	margin: 0 auto 80px;
	}
	.hiw .left {
	    width: 100%;
	    padding-top: 110px;
	    padding-left: 0;
	}
	.hiw .right {
		margin: 30px auto 0;
	}
	.s-one-image {
		height:500px;
	}
	.s-one-lower {
	    max-width: 450px;
	    margin: -143px auto 0;
	    background: white;
	    padding: 40px 50px;
	}
	.stwo, .sfour {
		flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
	}
	.stwo .left {
	    width: 350px;
	    height: 450px;
	    margin: 0 auto;
	}
	.stwo .right {
    width: 100%;
    padding-top: 0;
	}
	.sthree {
		    margin: 0 auto 232px;
		flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.sthree .right {
	    width: 100%;
	    height: 375px;
	    margin-bottom: 20px;
	}
	.sthree .left {
	    width: 100%;
	}
	.sfour .left {
	    height: 521px;
	    width: 350px;
	    margin: 0 auto;
	}
	.sfour .right {
	    width: 100%;
	    padding: 0;
	}
	.page-id-11 .cta-wrap .inner h1 {
    	padding: 0 150px;
	}
	.contact-intro {
		flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.contact-intro .right{
		margin: 0 auto;
	}
	.contact-intro .left {
	    width: 100%;
	    padding-top: 85px;
	    padding-left: 0;
	}
	.form-image {
		height:500px;
	}
	.form-area {
	    max-width: 450px;
	    margin: -143px auto 0;
	    background: white;
	    padding: 40px 50px;
	}
	#gform_wrapper_1 #gform_fields_1 li {
	    width: 48%;
	    padding: 0;
	}
	.blog-post-wrap .post-flex, .blog-post-wrap .post-flex:nth-child(even) {
		flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
	}
	.blog-post-wrap .post-flex .left {
	    width: 350px;
	    height: 455px;
	    margin: 0 auto 40px;
	}
	.blog-post-wrap .post-flex .right {
	    width: 100%;
	    padding-right: 0;
	    padding-top: 0;
	}
	.blog-navigation .flexed {
		flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
	}
	.blog-navigation .flexed li {
		width: 50%;
	}
	.blog-navigation .flexed li.searches {
	    padding-top: 0;
	    position: relative;
	    width: 100%;
	    border-top: none;
	}
	.blog-navigation .flexed li.archs{
		border: 1px solid #aaa6a6;
	}
	.singleblog-post {
    max-width: 450px;
    margin: 53px auto 0;
	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
    font-size: 10px!important;
    letter-spacing: 0.15rem!important;
    text-transform: uppercase!important;
    text-align: center!important;
}
#responsive-menu-container #responsive-menu, #responsive-menu-container #responsive-menu ul {
    width: 100%;
    padding-top: 0px!important;
}
#responsive-menu-container #responsive-menu-title #responsive-menu-title-image img {
    width: 200px;
    margin: 0 auto 0;
}
#responsive-menu-container #responsive-menu-title {
	margin-top:45px!important;
	text-align: center;
}
.explore-full {
	background-attachment: inherit!important;
}
.press .section--three_images_stamp .image{
		width: calc((100% * 1/2) - 50px);
	}

}


@media all and (max-width:550px){
    .hidden-video {
        padding-top:15%;
    }
    .hidden-video iframe {
            max-width: 80%;
    max-height: 300px;
    }
    .meet-flex {
        margin: 100px auto 85px;
    }
    .meet-flex .right {
        margin: -135px auto 70px;
    }
    #swipebox-close {
    right: 10px!important;
}
}
@media all and (max-width:481px){
	
	.press .section--three_images_stamp .image{
		width: 100%;
	}
	
    .port-slider {
    width: 280px;
    height: 100%;
    left: 14%;
    right: inherit;
    margin: 0;
} 
    .meet-flex .left {
        padding-top: 80px;
    }
	.site-header .header-wrap .center img {
	    width: 200px;
    	margin-top: 2px;
	}
    .meet-flex .right {
        margin: -105px auto 70px;
    }
	#featured-image, #featured-video {
    	height: 330px;
	}
	.blog-navigation, .navigation2, .blog-post-wrap .post-flex, .contact-intro, .site-header .header-wrap, .intro-wrap, .meet-flex, .port-wrap .inner, .footer-wrap, .single-portfolio .gallery, .single-portfolio .video, .service-intro, .service-image, .consult, .hiw, .stwo, .sthree, .sfour {
    	max-width: 280px;
	}
	.intro-wrap {
		margin: 50px auto 55px;
	}
	h1 {
    	font-size: 20px;
	}
	.intro-wrap .right #in-slider {
    	width: 89%;
	}
	.intro-wrap .right .in-slide {
		height: 360px;
	}
	.port-slider .p-slide {
    	height: 480px;
	}
	.port-slider .p-slide .inner {
        width: 100%;
        height: 380px;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        top: 0;
	}
    .port-slider .p-slide .inner .left {
        width: 100%;
        top: 0;
        height: 44%;
    }
.port-slider .p-slide .inner .right {
    width: 100%;
    height: 255px;
}
	.port-slider .p-slide .inner .left img {
		width: 70px;
		height: 70px;
	}
	.port-slider .p-slide .inner .right h4 {
	    font-size: 16px;
	    padding: 0 0px;
	    line-height: 1.2;
	    margin-bottom: 30px;
	}
	.port-slider .p-slide .inner .right h4:before {
	    margin: 57px auto 27px;
    	width: 50px;	
	}
	.port-slider .p-slide .inner .right h5:after {
	    margin: 30px auto 0;
    	width: 50px;
	}
	.port-slider .nextarrow {
    	bottom: 244px;
	}
	.port-slider .prevarrow {
    	    bottom: 195px;
	}
	.services-wrap {
    margin: -1px auto 240px;
    max-width: 280px;
	}
	.service-flex {
		    margin: 50px auto 0;
	}
	.intro-wrap h1:before {
		width: 120px;
	}
	.service-flex .right h1:before{
	 	left: -45px;
	    top: -45px;
	    width: 120px;
	}
	.service-flex .left {
	    width: 100%;
	    height: 415px;
	}
	.services-wrap .lower {
	    width: 280px;
	    height: 207px;
	    left: inherit;
	    right: 0;
	    bottom: -230px;
	    border: none;
	}
	.services-wrap {
	    margin: -1px auto 345px;
	    max-width: 280px;
	}
	h2 {
		font-size: 20px;
	}
	.ef-wrap {
    	height: 300px;
	}
	.explore-full .inner {
	    width: 205px;
    	height: 180px;
	}
	.explore-full .inner img {
	    display: block;
	    width: 94px;
	    margin-top: 23px;
	    margin-bottom: 20px;
	}
	.footer-flex .center {
	    width: 100%;
	    margin: 0 auto;
	}
	.footer-flex .left p {
    	letter-spacing: 0.02rem;
	}
	.copyright a {
		letter-spacing: 0.01rem;
	}
	.meet-flex .right {
	    width: 100%;
    	height: 400px;
	}
	.meet-flex h1:before {
	    content: "";
	    display: block;
	    width: 150px;
	    height: 1px;
	    background: #c7c5c5;
	    position: absolute;
	    top: -61px;
	    left: -52px;
	}
	.love-story-pic {
    	height: 300px;
	}
    .story-wrap {
        max-width: 80%;
        min-width: 280px;
        margin: -115px auto 0;
        background: white;
        padding: 40px 25px;
    }
	.cta-wrap .inner h1 {
		line-height: 1.2;
	}
	.cta-wrap {
    	height: 320px;
        margin-bottom:0;
	}
	.cta-wrap .inner h1:before {
    	margin: 40px auto 25px;
	}
	.cta-wrap .inner a:after {
    	margin: 25px auto 0;
	}
	.port-wrap .ii-hover {
	    width: 280px;
	    height: 395px;
	}
	.post-type-archive-portfolio .cta-wrap .inner h1:before {
    	margin: 64px auto 29px;
	}
	.single-portfolio .quote {
    	max-width: 280px;
	}
	.single-portfolio .video iframe {
    	min-height: 200px;
	}
	.service-intro .right {
	    width: 280px;
	    height: 390px;
	}
	.service-intro h1:before {
	    top: -49px;
	    width: 150px;
	    left: -50px;
	}
	.service-image .image-one {
    	width: 100%;
    	height: 315px;
	}
	.service-image {
	    margin: 0 auto 40px;
	    flex-direction: column;
	    -ms-flex-direction: column;
	    -webkit-flex-direction: column;
	}
	.service-image .image-one {
	    width: 100%;
	    height: 230px;
	    margin-bottom: 0;
	}
	.service-image .image-two {
	    width: 100%;
	    height: 380px;
	    left: 0;
	    top: inherit;
	    position: relative;
	    border: none;
	    margin-top: 40px;
	}
	.service-intro {
		    margin: 51px auto 30px;
	}
	.planning {
	    width: 280px;
    	margin: 95px auto -18px;
	}
	.planning h1:before {
	    content: "";
	    display: block;
	    width: 150px;
	    height: 1px;
	    background: #c7c5c5;
	    position: absolute;
	    top: -61px;
	    left: -50px;
	}
	.planning .left {
	    width: 280px;
	    padding-top: 0;
	    padding-left: 0;
	    margin-top: 25px;
	    height: 220px;
	    background-size: cover;
	    background-position: center;
	}
	.consult h1:before {
	    top: -52px;
	    width: 150px;
	    left: -50px;
	}
	.consult .right {
	    width: 280px;
	    height: 380px;
	    margin: 65px auto 25px;
	}
	.page-id-9 .cta-wrap .inner h1:before {
    	margin: 55px auto 35px;
	}
	.page-id-9 .cta-wrap .inner a:after {
	    margin: 39px auto 0px;
	}
	.hiw h1:before {
	    content: "";
	    display: block;
	    width: 150px;
	    height: 1px;
	    background: #c7c5c5;
	    position: absolute;
	    top: -45px;
	    left: -50px;
	}
	.hiw .left {
	    width: 100%;
	    padding-top: 86px;
	    padding-left: 0;
	}
	.hiw .right {
	    margin: 30px auto 0;
	    width: 280px;
	    height: 380px;
	}
	.s-one-image {
    	height: 300px;
	}
	.s-one-lower {
    max-width: 80%;
    min-width: 280px;
    margin: -95px auto 0;
    background: white;
    padding: 40px 20px;
	}
	.stwo .left {
	    width: 280px;
	    height: 350px;
	    margin: 0 auto;
	}
	.sthree .right {
	    width: 100%;
	    height: 275px;
	    margin-bottom: 20px;
	}
	.sfour .left {
	    height: 325px;
	    width: 280px;
	    margin: 0 auto;
	}
	.page-id-11 .cta-wrap .inner h1 {
	    padding: 0 50px;
	}
	.page-id-11 .cta-wrap .inner h1:before {
    	margin: 56px auto 22px;
	}
	.contact-intro .right {
	    width: 280px;
	    height: 350px;
	}
	.contact-intro h1:before {
	    content: "";
	    display: block;
	    width: 150px;
	    height: 1px;
	    background: #c7c5c5;
	    position: absolute;
	    top: -50px;
	    left: -50px;
	}
	.form-image {
	    height: 300px;
	}
	.form-area {
    max-width: 80%;
    margin: -116px auto 0;
    background: white;
    padding: 40px 20px;
        min-width: 280px;
	}
	#gform_wrapper_1 #gform_fields_1 li {
    width: 100%;
    padding: 0;
    margin: 0;
}
.blog-post-wrap .post-flex .left {
    width: 280px;
    height: 355px;
    margin: 0 auto 40px;
}
.blog-navigation .flexed li ul {
	    width: 101.5%;
}
.singleblog-post {
    max-width: 280px;
    margin: 53px auto 0;
}		

}
@media all and (max-width:405px){
    .port-slider {
            left: 8%;
    }
}
@media all and (max-width:375px){
    .hidden-video iframe {
            max-width: 90%;
    max-height: 245px;
    }
    .meet-flex .right {
        margin: -80px auto 70px;
    }   
    .meet-flex .left {
        padding-top:83px;
    }
    .explore-title {
    	letter-spacing: 0.15rem;
    }
    .site-header .header-wrap .center img {
        width: 150px;
        margin-top: 5px;
    }
    .cta-wrap .inner h1 {
    	font-size:16px;
    }
    .port-slider {
        left: 2%;
    }
}

.h1{
    text-align: center;
    font-size: 26px;
    letter-spacing: .19rem;
    padding: 0 40px;
    margin: 31px 0 45px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 100;
    font-family: 'Playfair Display SC';
    color: #aaa6a6;
}

.catlist .h3a{
    text-align: center;
}
.h3a{
    color: #544a43;
    font-size: 16px;
    font-family: 'Playfair Display SC';
    letter-spacing: .19rem;    
}

.catlist .h3a:before {
    content: "";
    display: block;
    width: 77px;
    height: 1px;
    background: #c7c5c5;
    margin: 72px auto 43px;
}


.port-slider .p-slide .inner .right .h4 {
    color: #544a43;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    font-weight: 100;
    letter-spacing: .3rem;
    line-height: 1.7;
    padding: 0 50px;
    font-family: 'Playfair Display SC';
}
.port-slider .p-slide .inner .right .h4:before {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: #c7c5c5;
    margin: 99px auto 43px;
}
.port-slider .p-slide .inner .right .h5 {
    color: #544a43;
    font-family: 'Playfair Display SC';
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    font-weight: 100;
    letter-spacing: .12rem;
    margin: 0px auto 0;
}
.port-slider .p-slide .inner .right .h5:after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: #c7c5c5;
    margin: 55px auto 0;
}
@media (max-width: 1030px){
    .port-slider .p-slide .inner .right .h4 {
        padding: 0 10px;
    }
}
@media (max-width: 768px){
    .port-slider .p-slide .inner .right .h5 {
        font-size: 13px;
    }
    .port-slider .p-slide .inner .right h5:after {
        margin: 35px auto 0;
    }    
    .port-slider .p-slide .inner .right .h4 {
        font-size: 20px;
        padding: 0;
    }    
    .port-slider .p-slide .inner .right .h4:before {
        margin: 76px auto 27px;
    }    
}

.service-flex .right .h1 {
    margin-bottom: 48px;
    position: relative;
    font-family: 'Playfair Display SC';
    color: #aaa6a6;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: .25rem;
    line-height: 1.35;    
    margin: .67em 0;
    padding: 0px;
    text-align: left;        
}
.service-flex .right .h1:before {
    content: "";
    display: block;
    width: 263px;
    height: 1px;
    background: #d6d4d4;
    position: absolute;
    top: -56px;
    left: -82px;
}

@media (max-width: 1030px){
    .service-flex .right .h1 {
        margin-bottom: 25px;
        position: relative;
        line-height: 1.3;
        font-size: 17px;
    }
    .service-flex .right .h1:before {
        top: -40px;
    }    
}

@media (max-width: 768px){
    .service-flex .right .h1 {
        font-size: 22px;
    }
}

@media (max-width: 1030px){
    .service-flex .right .h1:before {
        top: -40px;
    }
}


.service-intro .h1 {
    margin-bottom: 46px;
    position: relative;
    font-family: 'Playfair Display SC';
    color: #aaa6a6;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: .25rem;
    line-height: 1.35;    
    margin: .67em 0;
    text-align: left;
}

.service-intro .h1:before {
    content: "";
    display: block;
    width: 254px;
    height: 1px;
    background: #c7c5c5;
    position: absolute;
    top: -61px;
    left: -97px;
}

@media (max-width: 1240px){
    .h1 {
        font-size: 25px;
    }
}

@media (max-width: 1030px){
    .h1 {
        font-size: 22px;
    }
}

@media (max-width: 768px){
    .service-intro h1:before {
        top: -49px;
    }
}

.planning .h1{
    margin-bottom: 46px;
    position: relative;
    padding-right: 50px;
    margin-top: 21px;
    font-size: 26px;
    letter-spacing: .19rem;
    padding: 0 40px;
    margin: 31px 0 45px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 100;
    font-family: 'Playfair Display SC';
    color: #aaa6a6;
    text-align: left;
    padding: 0px;
}

.planning .h1:before {
    content: "";
    display: block;
    width: 254px;
    height: 1px;
    background: #c7c5c5;
    position: absolute;
    top: -61px;
    left: -95px;
}

@media (max-width: 1240px){
    .planning .h1 {
        padding-right: 0;
    }
}

.consult .h1 {
    margin-bottom: 45px;
    position: relative;
    font-family: 'Playfair Display SC';
    color: #aaa6a6;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: .25rem;
    line-height: 1.35;
    text-align: left;
    padding: 0px;
}
.consult .h1:before {
    content: "";
    display: block;
    width: 253px;
    height: 1px;
    background: #c7c5c5;
    position: absolute;
    top: -61px;
    left: -95px;
}

@media (max-width: 768px){
    .consult .h1:before {
        top: -52px;
    }
}

.footer-flex .center .h2{
    font-size: 18px;
    color: #aaa6a6;
    text-transform: uppercase;
    letter-spacing: .1rem;
    line-height: 1.7;
    margin: -1px 0 17px;
}

.h2{
    font-family: 'Playfair Display SC';
    font-weight: 100;
}

.h3{
    font-family: 'Playfair Display SC';
    color: #544a43;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: .15rem;
}