/*
	Theme Name: Su Casa 2020
	Description: A custom mobile responsive and HTML5 theme built for the Genesis Framework.
	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 */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}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:500}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}



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

.body-blog{
	
}

.body-blog p{
	width: 70% !important;
}

.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 {
    font-family: usual, sans-serif;
    color: #6C6D6D;
    font-size: 16px;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
    display: none;
}

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

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

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

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}


a {
    color: #6C6D6D;
    text-decoration: none;
}

table {
	border: none;
}

a:hover {
	text-decoration: none;
    opacity: 1;
}

p {
    margin: 0 0 25px;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.023rem;
    line-height: 26px;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 500;
}

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

blockquote {
    padding: 172px 0 0 50%;
}
blockquote h1 {
        max-width: 92%!important;
    line-height: 1.3!important;
        margin: 0 auto 28px!important;
}
blockquote p {
clear: none!important;
    max-width: 91%!important;
}

blockquote p {
	margin-bottom: 0;
}

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;
}


/* 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%;
	overflow-x: hidden;
}

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

.content {
	width: 100%;
	float: none;
}

.wrapper, .wrap {
    position: relative;
}
/* Headings
--------------------------------------------- */

h1 {
    font-family: playfair-display, serif;
    font-size: 36px;
    color: #908880;
    font-weight: 300;
    line-height: 65px;
    letter-spacing: 0.05rem;
    margin: 0 auto 10px;
}

h2 {
    color: #908880;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    margin: 0;
}

h1.entry-title, h2.entry-title {
   color:#908880;
}

h3 {
    font-family: playfair-display, serif;
    color:#908880;
}

h4 {
    color: #908880;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 51px;
    letter-spacing: 0.15rem;
    font-weight: 400;
    margin: 0;
}

h5 {

}

/* Header
---------------------------------------------------------------------------------------------------- */
header .title-area {
    display: none;
}
.the-header .logo {
    width: 271px;
    margin: 59px auto 0;
    display: block;
}
.the-header {
    background: rgba(215, 213, 205, 0.25);
    padding:1px;
}
.responsive-menu-pro-inner {
    background-color: transparent!important;
}
.responsive-menu-pro-boring.is-active .responsive-menu-pro-inner::before {
    top: 0;
    opacity: 1!important;
}
.responsive-menu-pro-inner::after {
    bottom: -7px!important;
}
.responsive-menu-pro-boring.is-active .responsive-menu-pro-inner::after {
    bottom: 0!important;
    transform: rotate(-90deg);
}
#responsive-menu-pro-container #responsive-menu-pro-wrapper {
    min-height: 720px;
    max-height: 720px;
    position: relative;
}
#responsive-menu-pro-container #responsive-menu-pro-additional-content {
    position: absolute;
    bottom: -5px;
    right: 50px;
    padding: 0;
}
#responsive-menu-pro-container #responsive-menu-pro-title {
    padding: 61px 23.5% 29px 0!important;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
    line-height: 40px;
    border-bottom: 1px solid rgba(144, 136, 128, 1);
    color: #ffffff;
    background-color: rgba(144, 136, 128, 1);
    height: 40px;
    font-size: 14px!important;
    text-transform: uppercase;
    font-family: usual;
    letter-spacing: 0.15rem;
    padding-right: 100px!important;
    font-weight: 600;
	outline:none!important;
}
#responsive-menu-pro-container li.responsive-menu-pro-item {
    width: 100%;
    list-style: none;
    margin-bottom: 17px!important;
    position: relative!important;
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item .responsive-menu-pro-item-link {
    font-size: 10px!important;
    font-weight: 400!important;
    padding: 7px 0!important;
    margin: 0 0 7px;
    background-color: transparent!important;
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item {
    width: auto;
    margin-bottom: 0!important;
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a {
    line-height: 1!important;
        height: 25px!important;
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a:after {
    content:"|";
    display: inline-block;
    margin: 0 13px;
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item:last-child a:after {
    display: none;
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu {
    justify-content: flex-end;
    flex-wrap: wrap;
    opacity: 0;
    padding-right: 100px;
    transition: all 0s!important;
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-open{
    display: flex!important;
    opacity:1;
    transition: all 1s!important;
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li#responsive-menu-pro-item-39 a:after {
    display: none;
}
#responsive-menu-pro-additional-content p{
    font-size: 10px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.15rem;
    font-family: usual, sans-serif;
    margin-right: 2px;
}
#responsive-menu-pro-additional-content p a {
    color:white;
}
#responsive-menu-pro-additional-content p em {
    font-style: inherit;
}
#responsive-menu-pro-additional-content .button {
    border: 1px solid #D7D5CD;
    width: 229px;
    height: 49px;
    text-align: center;
    padding: 12px 0 0;
    color: white;
    margin: 38px 0 23px 119px;
    letter-spacing: 0.1rem;
}
#responsive-menu-pro-additional-content .button a {
        color: #FFFFFF;
    font-size: 16px;
font-family: playfair-display, serif;
}
#responsive-menu-pro-container #responsive-menu-pro-additional-content {
    color: #ffffff;
    text-align: right;
    padding: 0 30px;
}
.home .responsive-menu-pro-inner, .home .responsive-menu-pro-inner::before, .home .responsive-menu-pro-inner::after {
    background-color:white;
}
.home .responsive-menu-pro-inner.affix, .home .responsive-menu-pro-inner.affix::before, .home .responsive-menu-pro-inner.affix::after {
    background-color: rgba(108, 109, 109, 1);
}
.responsive-menu-pro-boring.is-active .responsive-menu-pro-inner::before, .responsive-menu-pro-boring.is-active .responsive-menu-pro-inner::after, .responsive-menu-pro-boring.is-active .responsive-menu-pro-inner {
    width: 21px;
}
button#responsive-menu-pro-button.is-active {
    top: 15px;
    right: 0.5%;
}
/* Home Styles
--------------------------------------------- */
.home .the-header, .home header {
    display: none;
}
.home-banner .logo {
    width: 323px;
    position: absolute;
    left: 0;
    right: 0;
    top: 121px;
}
.home-banner {
    width: 100%;
    height: 92vh;
    position: relative;
    padding: 1px;
    background-size: cover;
    background-position: center;
}
.home-banner .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: black;
    opacity: 0.25;
}
.home-banner .home-icon {
    position: absolute;
    width: 77px;
    left: 0;
    right: 0;
    bottom: -65px;
}
.intro {
    text-align: center;
    margin: 86px auto 83px;
}
.home-intro .flex-one {
    display: flex;
    justify-content: flex-start;
    max-width: 1440px;
    margin: 0 auto;
}
.home-intro .flex-one .left {
    width: 745px;
    height: 498px;
    background-size: cover;
    background-position: center;
}
.home-intro .flex-one .right {
    width: 37%;
    padding: 135px 0 0px 52px;
}
.home-intro .flex-one .right p {
    margin: 0 0 25px;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.023rem;
    line-height: 26px;
}
.home-intro .flex-two {
    display: flex;
    justify-content: space-between;
    max-width: 1188px;
    margin: 0px auto 50px;
    padding-right: 70px;
}
.home-intro .flex-two .right {
    width: 367px;
    height: 551px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: -152px 0 0;
}
.home-intro .flex-two .right .watermark {
    width: 130px;
    position: absolute;
    left: -71px;
    bottom: -64px;
}
.home-intro .flex-two .left {
    width: 54%;
    padding: 97px 0 0 177px;
    position: relative;
}
.home-intro .flex-two .left:before {
    width: 136px;
    height: 1px;
    background: #C3C1BB;
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    top: 112px;
}
.home-intro .flex-two .left h1 {
    margin: 39px 0 25px 3px;
}
.home-intro .flex-two .left a {
    background: #908880;
    color: #FFFFFF;
    font-size: 16px;
font-family: playfair-display, serif;
    padding: 11px 34px 13px;
    display: inline-block;
    margin: 30px auto 0;
    letter-spacing: 0.08rem;
}
.process-details .flex-two .left p a:hover, .meet-andy .lower-flex .right a:hover, .positions p a:hover, .service-details a:hover, .hiring .hflex .left button:hover, .home-intro .flex-two .left a:hover, ul.plans li button:hover {
        background: #bbb2a7;
    color: #fff;
}
.alm-btn-wrap .alm-load-more-btn:hover {
    background:#bbb2a7!important;
    color: #fff!important;
}
.single-port-item a, .service-details a,.single-port-item .singleImage,.alm-btn-wrap .alm-load-more-btn, .process-details .flex-two .left p a, .hiring .hflex .left button, .positions p a,.meet-andy .lower-flex .right a, .about-intro .flex-two .left ul a, .the-footer a, .the-footer .upper-flex .three a, .the-footer .lower-flex .left #gform_1 input, .hs-flex h1, .home-intro .flex-two .left a, .hs-flextwo h1, ul.plans li button, .the-footer .upper-flex .one a, .the-footer .upper-flex .two a {
    transition: all 0.5s;
}
.single-port-item a:hover, .single-port-item .singleImage:hover, .hs-flex h1:hover, .hs-flextwo h1:hover, .about-intro .flex-two .left ul a:hover {
    opacity: 0.5;
}
.the-footer a:hover, .the-footer .lower-flex .left #gform_1 input:hover, .the-footer .upper-flex .one a:hover, .the-footer .upper-flex .two a:hover, .the-footer .upper-flex .three a:hover {
    color: #544d47;
}
.gform_wrapper div.validation_error {
    display: none!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: 1px solid #fff!important;
    border-bottom: 1px solid #fff!important;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
    margin:0!important;
    padding:0!important;
    }
.gform_wrapper .validation_message {
    color: white!important;
    font-weight: 500!important;
    letter-spacing: normal;
    letter-spacing: 0.1rem!important;
}
.s-intro {
    text-align: center;
    margin: 117px auto 73px;
}
.s-intro h1 {
    margin-bottom: -6px;
}
.s-intro h4 {
    letter-spacing: 0.055rem;
}
.home-services {
    position: relative;
}
.home-services:before {
    content: "";
    width: 100%;
    height: 587px;
    background: #D7D5CD;
    opacity: 0.25;
    position: absolute;
    top: 405px;
}
.pf-banner {
    width: 100%;
    height: 382px;
    background-size: cover;
    background-position: center;
}
.hs-flex .one {
    width: 637px;
    height: 448px;
    background-size: cover;
    background-position: center;
    margin-right: 38px;
}
.hs-flex .two {
    width: 306px;
    height: 350px;
    background-size: cover;
    background-position: center;
    margin: 98px 0 0 0;
}
.hs-flex {
    display: flex;
    justify-content: flex-start;
    position: relative;
    max-width: 1440px;
    margin: 0 auto 81px;
}
.hs-flex h1 {
    font-size: 48px;
    font-style: italic;
    position: absolute;
    top: 12px;
    right: 145px;
    letter-spacing: 0.065rem;
}
.hs-flextwo .two {
    width: 632px;
    height: 453px;
    background-size: cover;
    background-position: center;
    margin-left: 44px;
}
.hs-flextwo .one {
    width: 306px;
    height: 350px;
    background-size: cover;
    background-position: center;
    margin-top: 103px;
}
.hs-flextwo {
    display: flex;
    justify-content: flex-end;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}
.hs-flextwo h1 {
    font-size: 48px;
    font-style: italic;
    position: absolute;
    top: 17px;
    left: 130px;
    letter-spacing: 0.07rem;
}
.home-shop {
    max-width: 1184px;
    margin: 122px auto 61px;
    display: flex;
    position: relative;
}
.home-shop:before {
    content: "";
    width: 136px;
    height: 1px;
    background: #C3C1BB;
    position: absolute;
    top: 86px;
    left: 0;
}
.home-shop h3 {
    font-size: 36px;
    font-weight: 100;
    margin: 13px 0 47px 0px;
    letter-spacing: 0.046rem;
}
.home-shop img {
    width: 130px;
    height: 128px;
    margin: 0 52px 0 187px;
}
.home-shop .text {
    width: 47%;
}
ul.plans {
    max-width: 1123px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
ul.plans li {
    width: 537px;
    text-align: center;
    position: relative;
    margin-bottom: 106px;
}
ul.plans li:first-child .side-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    margin: 0;
    width: 400px;
    text-align: center;
    position: absolute;
    height: 30px;
    transform: rotate(-90deg);
    left: -242px;
    top: 132px;
    color: #908880;
}
ul.plans li:last-child .side-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    margin: 0;
    width: 400px;
    text-align: center;
    position: absolute;
    height: 30px;
    transform: rotate(90deg);
    right: -234px;
    top: 132px;
    color: #908880;
}
ul.plans li .image {
    width: 537px;
    height: 293px;
    background-size: cover;
    background-position: center;
}
ul.plans li .desc {
    font-size: 16px;
    line-height: 26px;
    margin: 30px auto 28px;
    padding: 0 54px;
    letter-spacing: 0.02rem;
}
ul.plans li:last-child .desc{
    padding: 0 37px;
}
ul.plans li button {
    width: 213px;
    height: 49px;
    letter-spacing: 0.08rem;
}

/* About Styles
--------------------------------------------- */
.about-intro {
    background: rgba(215, 213, 205, 0.25);
    padding: 10px 0;
    max-height: 698px;
}
.about-intro .flex {
    display: flex;
    margin: 60px auto 0;
    max-width: 1440px;
}
.about-intro .flex .left {
    width: 733px;
    height: 486px;
    background-size: cover;
    background-position: center;
}
.about-intro .flex .right {
    padding: 101px 0px 0 69px;
}
.about-intro .flex .right h1 {
    color: #6C6D6D;
    font-size: 36px;
    line-height: 56px;
    margin: 20px 0 0;
}
.about-intro .flex .right h2 {
    color: #908880;
    font-size: 14px;
    letter-spacing: 0.06rem;
    margin: 0 0 23px;
}
.about-intro .flex-two {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    padding-right: 69px;
}
.about-intro .flex-two .right {
    width: 358px;
    height: 537px;
    background-size: cover;
    background-position: center;
    margin-top: -113px;
}
.about-intro .flex-two .left .line {
    width: 123px;
    height: 1px;
    background: #C3C1BB;
    margin: 8px 51px 0 0;
}
.about-intro .flex-two .left {
    width: 575px;
    display: flex;
    padding-top: 60px;
}
.about-intro .flex-two .left ul {
    display: flex;
    font-size: 16px;
    color: #6C6D6D;
font-family: playfair-display, serif;
    letter-spacing: 0.09rem;
}
.about-intro .flex-two .left ul li span {
    margin: 0 18px;
}
.about-intro .flex-two .left ul li:last-child span {
    display: none;
}
.philosophy .inner {
    max-width: 834px;
    margin: 30px auto 117px;
    padding: 60px 0 0;
    position: relative;
}
.philosophy .inner h1 {
    margin-bottom: 20px;
}
.philosophy .inner h5 {
    color: #908880;
    font-size: 24px;
    font-family: playfair-display, serif;
    font-style: italic;
    font-weight: 100;
    padding: 12px 69px 0 169px;
    line-height: 43px;
    letter-spacing: 0.035rem;
    margin-bottom: 52px;
}
.philosophy .inner p {
    padding-right: 425px;
}
.philosophy .inner .water {
    width: 213px;
    position: absolute;
    right: -32px;
    bottom: 82px;
}
.meet-andy {
    background: rgba(215, 213, 205, 0.25);
    padding: 10px 0;
    margin: 50px auto;
    max-height: 980px;
}
.meet-andy .upper-flex .right {
    width: 358px;
    height: 537px;
    background-size: cover;
    background-position: center;
    margin: -70px 1px 0 0;
}
.meet-andy .upper-flex {
    display: flex;
    justify-content: space-between;
    max-width: 1041px;
    margin: 0 auto 0;
    padding-left: 102px;
}
.meet-andy .upper-flex .left {
    width: 53%;
    position: relative;
    padding: 80px 0 0 2px;
}
.meet-andy .upper-flex .left:before {
    content: "";
    display: block;
    width: 123px;
    height: 1px;
    background: #C3C1BB;
    position: absolute;
    left: -172px;
    top: 232px;
}
.meet-andy .upper-flex .left h1 {
    margin-bottom: -4px;
}
.meet-andy .upper-flex .left h4 {
    letter-spacing: 0.059rem;
    margin-bottom: 28px;
}
.meet-andy .lower-flex .left {
    width: 563px;
    height: 384px;
    background-size: cover;
    background-position: center;
    margin: 62px 0 0 0;
}
.meet-andy .lower-flex  {
    display: flex;
    justify-content: space-between;
    margin: 28px auto 0;
    max-width: 1440px;
}
.meet-andy .lower-flex .right {
    width: 49.5%;
    padding: 0 141px 0 0;
}
.meet-andy .lower-flex .right a {
    background: #908880;
    color: white;
    font-size: 16px;
font-family: playfair-display, serif;
    letter-spacing: 0.08rem;
    padding: 11px 34px 13px;
    display: inline-block;
    margin: 31px auto 0;
}
.team-wrap {
    position: relative;
    width: 1280px;
    margin: 180px auto 60px;
}
.team-wrap  h3.side-title {
    font-size: 36px;
    font-weight: 100;
    position: absolute;
    left: 15px;
    transform: rotate(-90deg);
    top: 72px;
    letter-spacing: 0.05rem;
}
.team-wrap ul li .image {
        width: 324px;
    height: 446px;
    background-size: cover;
    background-position: center;
}
.team-wrap ul li {
    width: 324px;
    margin: 0 31px 29px 0;
}
.team-wrap ul li h3.name {
        font-size: 24px;
    font-style: italic;
    font-weight: 100;
    margin: 46px 0 24px;
    letter-spacing: 0.05rem;
}
.team-wrap ul li p.title {
    color: #908880;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
}
.team-wrap ul li:nth-child(6n+1){
    margin-left: 212px;
}
.team-wrap ul li:nth-child(6n+4){
    margin-left: 122px;
}
.team-wrap ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
/* Press Styles
--------------------------------------------- */
.page-template-page-press .about-intro .flex-two .right{
    height: 314px;
}
.page-template-page-press .the-footer {
    margin-top: 120px;
}
.p-a {
    max-width: 835px;
    margin: 116px auto 131px;
}
.p-a .press {
    border-bottom: 1px solid #C3C1BB;
    padding-bottom: 65px;
    margin-bottom: 75px;
}
.p-a h1 {
    font-size: 48px;
    margin: 0 0 60px 0px;
    letter-spacing: 0.09rem;
}
.p-a ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-a ul li {
    width: 50%;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 21px;
    color: #908880;
    letter-spacing: 0.065rem;
    padding: 0 0 0 85px;
}
.p-a ul li a, .p-a ul li span {
    color:#6C6D6D;
}
.p-a ul li strong {
    text-transform: initial;
    letter-spacing: 0.025rem;
}
.p-a .awards h1 {
    font-size: 48px;
    margin: 0 0 60px 4px;
    letter-spacing: 0.09rem;
}
.p-a .awards ul {
    display: block;
}
.p-a .awards ul li {
    width: 100%;
    position: relative;
    padding-left: 169px;
}
.p-a .awards ul li em {
    color: #6C6D6D;
    font-size: 16px;
    font-style: inherit;
    position: absolute;
    left: 84px;
}

/* Careers Styles
--------------------------------------------- */
.careers-wrap .intro-blurb {
    max-width: 833px;
    margin: 90px auto 0;
    padding-right: 424px;
}
.careers-wrap .intro-blurb h1 {
    margin-bottom: 21px;
}
.values h2 {
    font-size: 24px;
    line-height: 44px;
    font-style: italic;
font-family: playfair-display, serif;
    text-transform: inherit;
    letter-spacing: 0.036rem;
    max-width: 800px;
    margin: 50px auto 59px;
    padding-left: 153px;
}
.value-flex .left {
    margin: 124px 0 0;
    width: 462px;
    height: 317px;
    background-size: cover;
    background-position: center;
}
.value-flex .right h4{
        color: #908880;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 51px;
    letter-spacing: 0.06rem;
    font-weight: 400;
    margin: 0 0 10px;
}
.value-flex .right p {
        margin-bottom: 31px;
}
.value-flex {
    display: flex;
    margin: 50px auto;
}
.value-flex .right {
    padding-left: 101px;
    margin: -22px 0 0;
    position: relative;
}
.value-flex .right:before {
    content: "";
    display: block;
    width: 123px;
    height: 1px;
    background: #C3C1BB;
    position: absolute;
    top: 26px;
    left: -75px;
}
.value-flextwo .right {
    width: 327px;
    height: 607px;
    background-size: cover;
    background-position: center;
    margin: -71px 9px 0 0;
}
.value-flextwo {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 0 0 184px;
}
.value-flextwo .left h4{
    color: #908880;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 51px;
    letter-spacing: 0.06rem;
    font-weight: 400;
    margin: 0 0 10px;
    position: relative;
}
.value-flextwo .left h4:before {
    content: "";
    display: block;
    width: 123px;
    height: 1px;
    background: #C3C1BB;
    position: absolute;
    top: 25px;
    left: -174px;
}
.value-flextwo .left .v1 {
    margin-bottom: 93px;
}
.hiring .hflex {
    max-width: 835px;
    margin: 71px auto 120px;
    display: flex;
    justify-content: space-between;
}
.hiring .hflex  .right {
    width: 154px;
    margin: 89px -85px 0 0;
}
.hiring .hflex .left {
    width: 59%;
}
.hiring .hflex .left h1 {
    margin-bottom: 20px;
}
.hiring .hflex .left button {
    margin: 56px 0 0;
    width: 219px;
    height: 48px;
	padding-top:9px;
}
.hiring .hflex .left button.toggle-open {
    display: none;
}
.interior .alm-btn-wrap{
    text-align: left;
    padding: 0;
    margin: -109px 0 119px;
}
.positions {
    background: rgba(215, 213, 205, 0.1);
    padding:10px;
    display: none;
}
.positions ul {
    max-width: 833px;
    margin: 99px auto 0;
}
.positions ul li {
    margin-bottom:50px;
}
.positions ul li h1 {
    margin-bottom: 50px;
    position: relative;
}
.positions ul li h1:after {
    content: "";
    display: block;
    width: 123px;
    height: 1px;
    background: #C3C1BB;
    position: absolute;
    top: 127px;
    left: -173px;
}
.positions ul li h4 {
    margin-bottom: 11px;
}
.positions p strong {
    color: #908880;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    font-weight: 400;
}
.positions p a {
    display: inline-block;
    margin: 0px auto;
    color: white;
    padding: 10px;
    background: #908880;
    font-size: 16px;
font-family: playfair-display, serif;
    letter-spacing: 0.05rem;
    padding: 9px 55px 12px;
    margin: 16px 0 0;
}
/* Services Styles
--------------------------------------------- */
.service-details {
    max-width: 835px;
    margin: 72px auto 100px;
    padding-right: 170px;
}
.service-details h3 {
    font-size: 24px;
    line-height: 44px;
    font-weight: 100;
    margin: 0 0 53px;
    letter-spacing: 0.035rem;
    padding-right: 166px;
}
.service-details h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.065rem;
    margin: 0 0 44px;
    color: #908880;
    position: relative;
}
.service-details h5:after {
    content: "";
    display: block;
    width: 123px;
    height: 1px;
    background: #C3C1BB;
    position: absolute;
    top: 75px;
    left: -173px;
}
.service-details a {
        background: #908880;
    color: white;
    font-size: 16px;
font-family: playfair-display, serif;
    font-weight: 300;
    letter-spacing: 0.07rem;
    padding: 9px 36px 12px;
    display: inline-block;
    margin: 25px auto;
}
.page-template-page-services .about-intro .flex .left, .page-template-page-process .about-intro .flex .left {
    width: 613px;
}
.page-template-page-services .about-intro .flex-two .right {
    width: 377px;
    height: 472px;
}
.page-template-page-process .about-intro .flex-two .right{
    width: 377px;
    height:462px;
}
.page-template-page-services .about-intro .flex, .page-template-page-process .about-intro .flex{
    max-width: 1039px;
}
.page-template-page-services .about-intro .flex-two, .page-template-page-process .about-intro .flex-two {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding-right: 0;
}
.page-template-page-services .about-intro .flex-two .right, .page-template-page-process .about-intro .flex-two .right{
    margin-top: -91px;
}
.page-template-page-services .about-intro .flex-two .left, .page-template-page-process .about-intro .flex-two .left {
    width: 753px;
    display: flex;
    padding-top: 60px;
    padding-left: 49px;
}

/* Process Styles
--------------------------------------------- */
.process-details .p-intro {
    max-width: 832px;
    margin: 84px auto 0;
    padding-right: 285px;
}
.process-details .flex-one {
    display: flex;
    margin: 106px auto 40px;
}
.process-details .flex-one .left {
    width: 461px;
    height: 340px;
    background-size: cover;
    background-position: center;
}
.process-details .flex-one .right {
    width: 46%;
    padding-left: 187px;
    padding-top: 57px;
}
.process-details .flex-one .right p {
    margin: 0 0 27px;
}
.process-details .flex-two {
    max-width: 1002px;
    margin: 64px auto 0;
    display: flex;
    justify-content: space-between;
    padding-left: 84px;
}
.process-details .flex-two .right {
    width: 323px;
    height: 503px;
    background-size: cover;
    background-position: center;
    margin-top: 183px;
}
.process-details .flex-two .left {
    width: 47%;
}
.process-details .flex-two .left h3 {
    font-size: 24px;
    line-height: 44px;
    font-weight: 100;
    margin: 53px auto 0;
    letter-spacing: 0.03rem;
}
.process-details .flex-two .left p a {
        display: inline-block;
    background: #908880;
    color: white;
font-family: playfair-display, serif;
    font-weight: 100;
    letter-spacing: 0.09rem;
    margin: 57px 0 0;
    padding: 11px 32px 13px;
}
#faqs {
    max-width: 834px;
    margin: 39px auto 0;
    padding: 70px 0 48px;
}
#faqs h3 {
    font-size: 36px;
    font-weight: 100;
    letter-spacing: 0.05rem;
    margin: 0 auto 75px;
}
#faqs .ddtitle {
    font-size: 16px;
/*     text-transform: uppercase; */
    font-weight: 400;
    letter-spacing: 0.068rem;
}
#faqs .ddtitle:hover {
    cursor: pointer;
}
#faqs .ddtitle .number {
        margin-right: 37px;
    margin-left: 31px;
}
#faqs ul li {
    border-bottom: 1px solid #C3C1BB;
    padding-bottom: 38px;
    margin-bottom: 38px;
    color: #908880;
    position: relative;
}
#faqs ul li .plus {
    position: absolute;
    right: 43px;
    width: 25px;
    top: -3px;
    transition: all 0.5s;
}
#faqs ul li.toggle-open .plus {
        transform: rotate(45deg);
}
#faqs ul li:last-child {
    border-bottom:none;
}
#faqs ul li .ddanswer {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.023rem;
    display: none;
    padding: 25px 15px 0 91px;
}

/* Contact Styles
--------------------------------------------- */
.contact-wrap {
    background: rgba(215, 213, 205, 0.25);
    padding: 1px;
    max-height: 697px;
    margin-bottom: 158px;
}
.contact-wrap .flex {
    max-width: 1041px;
    margin: 68px auto 0;
    display: flex;
    justify-content: space-between;
}
.contact-wrap .flex .left {
    width: 427px;
    height: 687px;
    background-size: cover;
    background-position: center;
}
.contact-wrap .flex .right {
    width: 49.2%;
    padding-top: 59px;
    position: relative;
}
.contact-wrap .flex .right .watermark {
    width: 186px;
    position: absolute;
    right: -73px;
    bottom: 91px;
}
.contact-wrap .flex .right h2 {
    font-size: 14px;
    letter-spacing: 0.05rem;
    margin-bottom: 19px;
}
.contact-wrap .flex .right h1 {
    line-height: 56px;
    letter-spacing: 0.05rem;
    margin: 23px auto 10px;
    position: relative;
}
.contact-wrap .flex .right h1:after {
    content: "";
    display: block;
    width: 123px;
    height: 1px;
    background: #C3C1BB;
    margin: 37px 0 42px;
}
.contact-wrap .flex .right a {
    color: #908880;
    text-transform: uppercase;
    letter-spacing: 0.065rem;
    display: block;
    margin: 0;
    line-height: 0.8;
}
.contact-wrap .flex .right h6 {
        font-size: 16px;
    line-height: 26px;
    color: #6C6D6D;
    font-weight: 400;
    margin: 61px 0 0;
    padding: 0 28px 0 0;
    letter-spacing: 0.02rem;
}

/* Portfolio Styles
--------------------------------------------- */
.post-type-archive-portfolio-items aside {
    display: none;
}
.port-header {
    background: rgba(215, 213, 205, 0.25);
    padding: 1px;
    max-height: 522px;
}
.port-header .flex {
    max-width: 1037px;
    margin: 68px auto 0;
    display: flex;
    justify-content: space-between;
}
.port-header .flex .left {
    width: 30%;
    padding: 97px 0 0 16px;
}
.port-header .flex .left h1 {
    color: #6C6D6D;
    font-size: 36px;
    line-height: 56px;
    margin: 20px 0 61px;
}
.port-header .flex .left .explore {
    color: #6C6D6D;
    font-size: 16px;
font-family: playfair-display, serif;
    letter-spacing: 0.09rem;
}
.port-header .flex .left p {
    margin: 0;
    color: #908880;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.07rem;
}
.port-header .flex .right {
    width: 682px;
    height: 514px;
    background-size: cover;
    background-position: center;
}
.port-intro {
    max-width: 835px;
    margin: 182px auto 52px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.port-intro:before {
    content: "";
    display: block;
    width: 123px;
    height: 1px;
    background: #C3C1BB;
    position: absolute;
    top: 102px;
    left: -172px;
}
.port-intro .right {
    width: 154px;
    margin: -12px 0 0;
}
.port-intro .left {
    width: 59%;
}
.port-intro .left h1 {
    margin-bottom: 25px;
}
.single-venue-post {
    max-width: 1220px;
    margin: 0 auto;
}
.port-pagination a {
    color: #908880;
    font-size: 16px;
font-family: playfair-display, serif;
    letter-spacing: 0.05rem;
}
.port-pagination {
    display: flex;
    justify-content: space-between;
    margin: 57px auto 121px;
}
a.photocred {
    color: #908880;
    font-size: 16px;
    font-family: 'usual';
    text-transform: uppercase;
    letter-spacing: 0.07rem;
}
.port-pagination .left img {
        width: 100px;
    margin-right: 19px;
}
.port-pagination .right img {
        width: 100px;
    margin-left: 19px;
}
.single-port-item .singleImage {
    width:400px;
    height:400px;
}
.custom-homes {
    max-width: 1004px;
    margin: 0 auto;
    border-bottom: 1px solid #C3C1BB;
    padding: 0 71px;
}
.custom-homes h1 {
    font-size: 48px;
    font-style: italic;
    margin: 94px 0 62px -72px;
    letter-spacing: 0.06rem;
}
.custom-homes .alm-btn-wrap {
    text-align: right;
    padding: 0;
    margin: -207px 0 178px;
}
.interior {
    max-width: 859px;
    margin: 0 auto; 
}
.interior h1 {
    font-size: 48px;
    font-style: italic;
    margin: 94px 0 62px -72px;
    letter-spacing: 0.06rem;
        position: absolute;
    right: -76px;
    top: 63px;
}
.alm-reveal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single-port-item:nth-child(2) .singleImage, .single-port-item:nth-child(3) .singleImage {
    height:600px;
}
.custom-homes .single-port-item:nth-child(2){
    margin-top: -303px;
}
.custom-homes .single-port-item:nth-child(4){
    margin-top: -103px;
}
.interior .single-port-item:nth-child(1){
    margin-top: -185px;
}
.interior .single-port-item:nth-child(3){
    margin-top: -385px;
}
.interior {
    position: relative;
    padding-top: 286px;
}

#gform_confirmation_message_2{
	font-size: 24px;
    line-height: 44px;
    font-weight: 100;
    margin: 30px 0px;
    letter-spacing: 0.035rem;
    font-style: italic;
}

.single-port-item h3{
	width:100%;
	max-width:400px;
}

.single-port-item h3 p {
    color: #908880;
    font-size: 24px;
    font-weight: 100;
    margin: 35px auto 21px;
    letter-spacing: 0.04rem;
}
.single-port-item p.explore {
    color: #908880;
    font-size: 16px;
font-family: playfair-display, serif;
    letter-spacing: 0.09rem;
    margin-bottom: 56px;
}
.post-type-archive-portfolio-items .about-intro .flex .right {
    padding: 99px 0px 0 69px;
}
.post-type-archive-portfolio-items .about-intro .flex .right h2 {
    color: #908880;
    font-size: 16px;
    letter-spacing: 0.07rem;
    margin: 0 0 24px;
}
.alm-btn-wrap .alm-load-more-btn {
    font-size: 16px!important;
    font-weight: 500;
    width: 211px!important;
    height: 49px!important;
    line-height: 1;
    background: #908880!important;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0)!important;
    box-shadow: 0 1px 1px rgba(0,0,0,0)!important;
    color: #fff!important;
    border: none;
    border-radius: 0!important;
    margin: 0;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.alm-btn-wrap .alm-load-more-btn.done {
    opacity: 0!important;
}
/* Footer Widgets Styles
--------------------------------------------- */
.pre-footer {
        width: 100%;
    height: 529px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.pre-footer .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #6C6D6D;
    opacity: 0.5;
}
.pre-footer ul {
    display: flex;
    justify-content: space-between;
}
.pre-footer ul li {
    position: relative;
    color: white;
    text-align: center;
    width: 50%;
    height:100%;
}
.pre-footer ul li h1 {
    color: white;
    font-size: 36px;
    padding-top: 216px;
    transition: all 0.5s;
}
.pre-footer ul li:hover h1{
    padding-top: 122px;
}
.pre-footer ul li h1:after {
    content: "";
    display: block;
    width: 123px;
    height: 1px;
    background: white;
    margin: 22px auto 0;
}
.pre-footer ul li .desc {
    max-width: 310px;
    margin: 27px auto 0;
    line-height: 27px;
    letter-spacing: 0.03rem;
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
}
.pre-footer ul li:nth-child(2) .desc{
    max-width: 330px;
}
.pre-footer ul li button {
    border: 1px solid white;
    background: transparent;
    margin: 55px auto 0;
     padding: 11px 54px 15px;
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    top: 66%;
    height: 47px;
    margin: auto;
}
.pre-footer ul li .hovered {
    position: relative;
    height: 529px;
    display: block;
    transition: all 0.5s;
}
.pre-footer ul li:hover .hovered{
    background: #6C6D6D;
}
.pre-footer ul li:hover .desc {
    opacity: 1;
}
.pre-footer ul li:hover button {
    opacity: 1;
}
.the-footer {
    background: #AEA296;
    padding: 10px;
    color: white;
}
.the-footer h4 {
    font-size: 24px;
    text-transform: inherit;
 font-family: playfair-display, serif;
    color: white;
    letter-spacing: 0.05rem;
    margin-bottom: 9px;
}
.the-footer .upper-flex {
    border-top: 1px solid rgba(255, 255, 255, 50%);
    max-width: 1059px;
    margin: 31px auto 0;
    display: flex;
    padding: 25px 12px 0 78px;
    justify-content: space-between;
}
.the-footer .upper-flex .one, .the-footer .upper-flex .two, .the-footer .upper-flex .three {
    width:30%;
}
.the-footer .desc {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.05rem;
    padding-right: 22px;
    margin-bottom: 27px;
}
.the-footer .upper-flex .two .desc {
    padding-right: 32px;
}
.the-footer .upper-flex .one a, .the-footer .upper-flex .two a{
font-family: playfair-display, serif;
    font-size: 16px;
    letter-spacing: 0.1rem;
}
.the-footer .upper-flex .three a {
        font-size: 12px;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0.05rem;
    font-weight: 400;
}
.the-footer .upper-flex .three i {
    display: inline-block;
    color: #D7D5CD;
    margin-left: 18px;
}
.the-footer .lower-flex {
    border-top: 1px solid rgba(255, 255, 255, 50%);
    max-width: 1059px;
    margin: 25px auto 0;
    display: flex;
    justify-content: space-between;
}
.the-footer .lower-flex .right {
    display: flex;
    justify-content: flex-end;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1rem;
    padding-top: 42px;
}
.the-footer .lower-flex .left {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1rem;
    display: flex;
    padding-top: 42px;
    justify-content: flex-start;
    width: 50%;
}
.the-footer .lower-flex .left label, .the-footer .lower-flex .left .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .the-footer .lower-flex .left .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: none;
}
.the-footer .lower-flex .left #gform_1 input{
    width: 169px;
    height: 34px;
    border: 1px solid #D7D5CD;
    text-align: left;
    padding: 0 17px;
    color: white;
    font-size: 10px;
    letter-spacing: 0.1rem;
    margin: 0;
    color:white!important;
}
#gform_confirmation_wrapper_1 {
        width: 77%;
    padding: 0 0 0 20px;
}
#gform_confirmation_message_1{
        width: 100%;
    text-align: center;
}
.the-footer .lower-flex .left #gform_1 #field_1_2 input {
    width:206px;
}
.the-footer .lower-flex .left .gform_wrapper .gform_footer {
    padding: 16px 0 10px 0;
    margin: 8px 0 0 0;
    clear: both;
    width: 8%;
}
.the-footer .lower-flex .left .gform_wrapper .gform_footer input {
        background: transparent;
    border: none!important;
    font-family: usual, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    padding: 2px 0 0 2px!important;
}
.the-footer .lower-flex .left input::-webkit-input-placeholder { /* Edge */
  color: white;
}

.the-footer .lower-flex .left input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.the-footer .lower-flex .left input::placeholder {
  color: white;
}
.the-footer .lower-flex .left #gform_1 {
    display: flex;
}
.the-footer .lower-flex .left #gform_1 #gform_fields_1 {
    display: flex;
}
.the-footer .lower-flex .left .gform_wrapper {
    width: 81%;
    margin: -32px auto 0;
    padding: 0;
}
.the-footer .lower-flex .left .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 0!important;
}
.the-footer .lower-flex .right ul {
    display: flex;
    justify-content: flex-end;
    margin-left:5px;
}
.the-footer .lower-flex .right ul li:last-child span {
    display: none;
}
.the-footer .lower-flex .right ul li span {
    margin: 0 10px;
}
.the-footer .creds {
    border-top: 1px solid rgba(255, 255, 255, 50%);
    max-width: 1059px;
    margin: 21px auto 0;
    text-align: center;
    padding: 20px 0 0;
    font-size: 10px;
    letter-spacing: 0.05rem;
}
.the-footer .creds p {
margin: 0 0 7px;
    font-size: 10px;
    letter-spacing: 0.12rem;
    font-weight: 400;
}
.the-footer .creds p a {
    display: none !important;
    margin-left: 10px;
}
.the-footer a {
    color:white;
}
.error404 .the-header {
    background:white;
}
.page-template-default .the-header {
    background:white;
}
.error404 aside, .error404 .entry-content {
    display: none;
}
.error404 .entry-title {
    font-size: 40px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin: 150px auto;
}
#site-general-content {
    width: 90%;
    margin: 50px auto;
    max-width: 1150px;
}
#site-general-content .page-title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.2rem;
    margin: 90px auto 50px;
}
#site-general-content h3 {
    font-weight: 400;
}
.mobile-shop {
    display: none;
}


/* Form Styles
------------------------------------------------------------ */
input, select, textarea {
    background-color: inherit;
    text-align: center;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #CD7E55;
    padding: 10px;
	color: #000000
}

input:focus {
	outline: none;
    border: 1px solid #CD7E55;
	border-radius: 0;
}

textarea:focus {
	outline: none;
    border: 2px solid #CD7E55;
	border-radius: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    border-radius: 0;
    border: none;
    float: none;
    clear: none;
    display: block;
    margin: 0px auto;
    background: none;
    color: white;
    padding: 7px 0 11px;
    background: #908880;
    font-size: 16px;
font-family: playfair-display, serif;
    letter-spacing: 0.05rem;
}

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

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

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

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

.gfield_label, .gfield_required {
    display: none;
}

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

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

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

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

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

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


.gsection_title{
	font-style: italic!important;
	font-size: 24px!important;
    line-height: 44px!important;
    font-weight: 100!important;
    letter-spacing: 0.035rem!important;
    font-family: playfair-display, serif!important;
    color: #908880!important;
    text-transform: lowercase!important;
}

#gform_wrapper_2 input, #gform_wrapper_2 select, #gform_wrapper_2 textarea{
border-color:#AEA296!important;
text-align: left;
font-weight: normal;
height: 35px;
    text-align: left;
    padding: 0 17px;
    color: #AEA296;
    font-size: 10px;
    letter-spacing: 0.1rem;
    margin: 0;
    width: 100%;
}

.page-template-page-projects .service-details h5:after{
	top:60px;
}

.page-template-page-projects .service-details h5{
	margin-bottom:30px;
}

#gform_wrapper_2 .gfield_label{
	font-size: 14px!important;
    text-transform: uppercase!important;
    font-weight: normal!important;
    letter-spacing: 0.065rem!important;
    margin: 10px 0 0 0!important;
    color: #908880!important;
    position: relative!important;
}

#gform_wrapper_2 .gfield_checkbox li, #gform_wrapper_2 .gfield_radio li{
	margin:0!important;
}

#gform_wrapper_2 .field_description_below .gfield_description{
	padding-top:5px!important;
}
#gform_wrapper_2 .gfield_radio li, #gform_wrapper_2 .gfield_radio, ul.gfield_radio ul.gfield_radio{
	margin:0!important;
}

#gform_submit_button_2{
    text-align: left;
    padding: 0 17px;
    color: #fff!important;
    font-size: 14px!important;
    letter-spacing: 0.1rem!important;
    margin: 0!important;
    width:100%!important;
    max-width:150px!important;
    margin-left:0!important;
    text-transform: uppercase!important;
    text-align: center!important;
    font-family: usual, sans-serif!important;
}
.post-type-archive-portfolio-items .alm-listing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner_caption h1 {
    color: #F2F1F1;
    line-height: 1;
    margin-bottom: 10px;
	font-size: 40px;
}
.banner_caption h2 {
    color: #DEDDD7;
    margin-bottom: 15px;
    font-size: 14px;
}
.banner_caption a {
    background: #f2f1f1;
    color: #060505;
    font-size: 16px;
    border-radius: 8px;
    font-family: playfair-display, serif;
    padding: 15px 24px 15px;
    display: inline-block;
    margin: 5px 0 0;
    letter-spacing: 0.08rem;
    font-family: usual, sans-serif;
    text-transform: capitalize;
}
.banner_caption {
    width: 96%;
    position: absolute;
    bottom: 40px;
    left: 60px;
}
.home-banner .wrap{
	max-width: 100%;
}
.home-banner .wrap {
    width: 100%;
    display: block;
    overflow: visible;
    float: none;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.home-video .mejs-video {
    width: 100% !important;
}
.home-video {
    max-width: 1600px;
    width: 100%;
    margin: 36px auto 0;
}
.home-intro .flex-two .right {
    margin-top: 0;
}
@media all and (max-width:1080px) {
    .home-intro .flex-one .left {
        width: 56%;
        height: 410px;
    }
	.the-footer .lower-flex .right ul {
		flex-wrap:wrap;
		    width: 69%;
	}
	.the-footer .lower-flex .right {
		width:38%;
	}
	.the-footer .lower-flex .right ul li:nth-child(2) span {
		display:none;
	}
    .home-intro .flex-one .right {
        padding: 65px 0 0px 35px;
    }
    .home-intro .flex-two .left {
        width: 51%;
        padding: 97px 0 0 11%;
        position: relative;
    }
    .home-intro .flex-two .right {
        width: 37%;
        height: 470px;
        position: relative;
        margin: -97px 0 0;
    }
    .home-intro .flex-two .left:before {
        width: 17%;
        height: 1px;
        background: #C3C1BB;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 110px;
    }
    .hs-flex .one, .hs-flextwo .two {
        width:56%;
    }
    .hs-flex .two, .hs-flextwo .one {
        width:26%;
    }
    .hs-flextwo h1 {
        top: 3px;
        left: 3%;
    }
    .hs-flex h1 {
        font-size: 48px;
        font-style: italic;
        position: absolute;
        top: 6px;
        right: 8%;
        letter-spacing: 0.065rem;
    }
    .home-shop {
        max-width: 750px;
    }
    .home-shop .text {
        width: 49%;
    }
    ul.plans {
        max-width: 750px;
    }
    ul.plans li {
        width:49%;
    }
    ul.plans li .image {
        width: 100%;
        height: 230px;
        margin: 31px auto 0;
    }
    ul.plans li .desc {
        padding: 0 55px;
    }
    ul.plans li:last-child .desc {
        padding: 0 15px;
    }
    .the-footer .upper-flex {
        padding: 25px 12px 0 12px;
        max-width: 750px;
    }
    .the-footer .upper-flex .one, .the-footer .upper-flex .two, .the-footer .upper-flex .three {
        width: 33%;
    }
    .the-footer .upper-flex .three {
        padding-left: 60px;
    }
    .the-footer .lower-flex, .the-footer .creds {
        max-width: 750px;
    }
    .the-footer .lower-flex .left #gform_1 input {
        width:125px;
    }
    .the-footer .lower-flex .left #gform_1 #field_1_2 input {
        width: 125px;
    }
    .about-intro .flex .left {
        width: 55%;
        height: 390px;
    }
    .about-intro .flex .right {
        padding: 45px 0px 0 45px;
    }
    .about-intro .flex-two {
        max-width: 750px;
        margin: 0 auto;
        padding-right: 0;
    }
    .about-intro .flex-two .right {
        width: 280px;
        height: 397px;
        background-size: cover;
        background-position: center;
        margin-top: -60px;
    }
    .about-intro .flex-two .left {
        width: 390px;
        padding-top: 105px;
    }
    .about-intro .flex-two .left ul li span {
        margin: 0 10px;
    }
    .about-intro .flex-two .left .line {
        width: 60px;
        height: 1px;
        background: #C3C1BB;
        margin: 8px 20px 0 0;
    }
    .philosophy .inner {
        max-width: 750px;
    }
    .philosophy .inner p {
        padding-right: 350px;
    }
    .philosophy .inner h5 {
        padding: 12px 15px 0 126px;
    }
    .philosophy .inner .water {
        width: 180px;
        position: absolute;
        right: 0;
        bottom: 95px;
    }
    .meet-andy .upper-flex {
        max-width: 750px;
        padding-left: 0;
    }
    .meet-andy .upper-flex .right {
        width: 310px;
        height: 465px;
        margin: -45px 1px 0 0;
    }
    .meet-andy .upper-flex .left {
        width: 51%;
        position: relative;
        padding: 80px 0 0 0px;
    }
    .meet-andy .upper-flex .left:before {
        display: none;
    }
    .meet-andy .lower-flex {
        margin: 3px auto 0;
        max-width: 750px;
    }
    .meet-andy .lower-flex .right {
        width: 45.5%;
        padding: 0 0 0 0;
    }
    .meet-andy {
            max-height: 1190px;
    }
    .meet-andy .lower-flex .left {
        width: 49%;
        height: 264px;
        background-size: cover;
        background-position: center;
        margin: 53px 0 0 0;
    }
    .team-wrap {
        width:750px;
    }
    .team-wrap ul li {
        width: 235px;
            margin: 0 10px 29px 0;
    }
    .team-wrap ul li .image {
        width: 100%;
        height: 335px;
    }
    .team-wrap ul li:nth-child(1) {
        margin-left: 190px!important;
    }
    .team-wrap ul li p.title {
        font-size: 13px;
        letter-spacing: 0.03rem;
    }
    .team-wrap ul li:nth-child(6n+1), .team-wrap ul li:nth-child(6n+4) {
        margin-left:10px;
    }
    .p-a {
        max-width: 750px;
    }
    .careers-wrap .intro-blurb {
        max-width: 750px;
        padding-right: 311px;
    }
    .values h2 {
        max-width: 750px;
    }
    .hiring .hflex {
        max-width: 750px;
    }
    .hiring .hflex .left {
        width: 60%;
    }
    .hiring .hflex .right {
        width: 154px;
        margin: 70px 0px 0 0;
    }   
    .page-template-page-services .about-intro .flex-two .left, .page-template-page-process .about-intro .flex-two .left {
        width: 510px;
        display: flex;
        padding-top: 82px;
        padding-left: 49px;
    }
    .process-details .p-intro {
        max-width: 750px;
        margin: 110px auto 0;
        padding-right: 285px;
    }
    .process-details .flex-two {
        max-width: 750px;
        margin: 0px auto 0;
        padding-left: 0;
    }
    #faqs {
        max-width: 750px;
        margin: 20px auto 0;
        padding: 70px 0 48px;
    }
    .process-details .flex-one {
        max-width: 750px;
    }
    .process-details .flex-one .right {
        width: 46%;
        padding-left: 39px;
        padding-top: 32px;
    }
    .about-intro .flex-two .left ul {
        display: block;
        column-count: 2;
    }
    .about-intro .flex-two .left ul li {
        margin-bottom:15px;
    }
    .service-details {
        max-width: 750px;
        margin: 100px auto 100px;
        padding-right: 120px;
    }
    .custom-homes {
        max-width: 750px;
        padding: 0 0px;
    }
    .single-port-item .singleImage {
        width: 350px;
        height: 350px;
    }
    .interior {
        max-width: 750px;
        margin: 0 auto;
    }
    .port-header .flex .left {
        width: 45%;
        margin-bottom: 50px;
        padding: 97px 0 0 0px;
    }
    .port-header .flex .right {
        width: 400px;
        height: 318px;
        background-size: cover;
        background-position: center;
        margin: 96px 0 -84px 0;
    }
    .single-venue-post {
        max-width: 90%;
        margin: 0 auto;
    }
    .contact-wrap .flex .left {
        width: 365px;
        height: 595px;
        margin: 40px 0 0;
    }
    .contact-wrap .flex .right {
        width: 47.2%;
        padding-top: 59px;
    }
    .port-intro {
        max-width: 750px;
        margin: 140px auto 65px;
        position: relative;
    }
    .port-header .flex {
        max-width: 750px;
    }
    .single-port-item:nth-child(2) .singleImage, .single-port-item:nth-child(3) .singleImage {
        height: 535px;
    }
    .contact-wrap .flex {
        max-width: 750px;
    }
}

@media all and (max-width:768px) {
    .home-banner {
        height:520px;
    }
	.the-footer .lower-flex .right {
    width: 100%;
    justify-content: center;
	}
    .home-banner .logo {
        width: 265px;
        top: 85px;
    }
	.the-footer .lower-flex .right ul {
		width:100%;
	}
	.the-footer .lower-flex .right ul li:nth-child(2) span {
    display: initial;
	}
    .home-intro .flex-one {
        display: block;
    }
    .intro {
        margin: 86px auto 60px;
    }
    .home-intro {
        max-width: 550px;
        margin: 0 auto;
    }
    .home-intro .flex-one .left {
        width: 100%;
        height: 360px;
    }
    .home-intro .flex-one .right {
        padding: 0;
        width: 100%;
        margin: 30px auto 30px;
    }
    .home-intro .flex-two .right {
    width: 80%;
    height: 470px;
    position: relative;
    margin: 0 auto;
    }
    .home-intro .flex-two .left {
    width: 100%;
    padding: 72px 0 0;
    position: relative;
    }
    .home-intro .flex-two .left h1 {
    margin: 10px 0 -9px 0;
    }
    .home-intro .flex-two .left:before {
        display: none;
    }
    .home-services:before {
        display: none;
    }
    .home-services {
    position: relative;
    background: rgba(215, 213, 205, 0.25);
    padding: 10px 0;
    }
    .s-intro {
    text-align: center;
    margin: 40px auto 45px;
    }
    .hs-flex h1 {
        position: relative;
        top: inherit;
        right: inherit;
    }
    .hs-flex {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px;
    }
    .hs-flex .one, .hs-flextwo .two {
    width: 100%;
    margin: 0;
    }
    .hs-flex .two, .hs-flextwo .one {
    width: 350px;
    height: 450px;
    margin: 30px auto 30px;
    }
    .hs-flex h1 {
    position: relative;
    top: inherit;
    right: inherit;
    text-align: right;
    margin: 0 0 55px 0;
    padding-right: 30px;
    }
    .hs-flextwo {
        flex-direction: column-reverse;
    }
    .hs-flextwo h1 {
    top: inherit;
    left: inherit;
    position: relative;
    margin: 0 0 60px;
    padding-left: 30px;
    }
    .home-shop img, .home-shop:before {
        display: none;
    }
    .home-shop {
    max-width: 500px;
    margin: 40px auto 0;
    }
    ul.plans {
    max-width: 500px;
    display: block;
    margin: 0 auto;
    }
    ul.plans li {
    width: 100%;
    }
    ul.plans li .image {
    width: 100%;
    height: 300px;
    margin: 31px auto 0;
    }
    ul.plans li:first-child .side-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    margin: 0;
    width: 100%;
    text-align: center;
    position: relative;
    height: inherit;
    transform: rotate(0deg);
    left: inherit;
    top: inherit;
    color: #908880;
    margin: 30px auto 0;
    }
    ul.plans li .desc {
    padding: 0 50px;
    margin: 10px auto 30px;
    }
    ul.plans li:last-child .side-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    margin: 0;
    width: 100%;
    text-align: center;
    position: relative;
    height: inherit;
    transform: rotate(0deg);
    right: inherit;
    top: inherit;
    color: #908880;
    margin: 30px auto 0;
    }
    .pf-banner {
        height:270px;
    }
    .the-footer .upper-flex {
    padding: 20px 0;
    max-width: 500px;
    display: block;
    }
    .the-footer .upper-flex .one, .the-footer .upper-flex .three {
       display: none;
    }
    .the-footer .upper-flex .two {
        width: 100%;
        text-align: center;
        padding: 0 50px;
    }
    .home-shop .text {
        width: 100%;
    }
    .the-footer .lower-flex, .the-footer .creds {
    max-width: 500px;
    display: block;
    text-align: center;
    }
    .the-footer .lower-flex .left {
        display: none;
    }
    .the-footer .lower-flex .right {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1rem;
    padding-top: 30px;
    padding-bottom: 11px;
    }
    .the-footer .lower-flex {
        border-top:none;
    }
    .the-footer .lower-flex .right ul {
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-top: 7px;
    }
    .home-intro .flex-two {
        flex-direction: column-reverse;
    }
    .mobile-shop {
        display: block;
    }
    .about-intro .flex {
    display: flex;
    margin: 40px auto 0;
    max-width: 100%;
    flex-direction: column;
    }
    .about-intro .flex .left {
    width: 100%;
    height: 390px;
    }
    .mobile-shop button {
border: 1px solid #D7D5CD;
    width: 229px;
    height: 49px;
    text-align: center;
    color: white;
    margin: -13px auto 0;
    letter-spacing: 0.1rem;
    background: transparent;
    padding: 0 0 4px;
    text-transform: capitalize;
    }
    .about-intro {
    background: rgba(215, 213, 205, 0.25);
    padding: 10px 0;
    max-height: inherit;
    }
    .about-intro .flex .right {
    padding: 45px 0px 0 0px;
    text-align: center;
    }
    .about-intro .flex-two .right {
    width: 350px;
    height: 460px;
    background-size: cover;
    background-position: center;
    margin: 40px auto -50px;
    }
    .about-intro .flex-two {
    max-width: 500px;
    margin: 0 auto;
    padding-right: 0;
    flex-direction: column;
    }
    .about-intro .flex-two .left ul {
    display: flex;
    flex-wrap: wrap;
    }
    .about-intro .flex-two .left ul li span {
    margin: 0 10px;
    }
    .about-intro .flex-two .left .line {
    width: 60px;
    height: 1px;
    background: #C3C1BB;
    margin: 11px 20px 0 56px;
    }
    .about-intro .flex-two .left {
    width: 100%;
    padding-top: 30px;
    }
    .philosophy .inner {
        max-width: 500px;
    }
    .philosophy .inner p {
    padding-right: 0;
    }
    .philosophy .inner h5 {
    padding: 12px 15px 0 48px;
    }
    .meet-andy .upper-flex {
    max-width: 500px;
    flex-direction: column-reverse;
    }
    .meet-andy .upper-flex .right {
    width: 330px;
    height: 465px;
    margin: -45px auto 0;
    }
    .meet-andy .upper-flex .left {
    width: 100%;
    position: relative;
    padding: 35px 0 0 0px;
    }
    .meet-andy .lower-flex {
    margin: 3px auto 0;
    max-width: 500px;
    flex-direction: column;
    }
    .meet-andy {
    max-height: inherit;
    }
    .meet-andy .lower-flex .left {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    margin: 5px 0 35px 0;
    }
    .meet-andy .lower-flex .right {
    width: 100%;
    padding: 0 0 15px 0;
    }
    .team-wrap {
    width: 500px;
    margin: 50px auto 50px;
    }
    .team-wrap h3.side-title {
    font-size: 36px;
    font-weight: 100;
    position: relative;
    left: inherit;
    transform: rotate(0deg);
    top: inherit;
    letter-spacing: 0.05rem;
    text-align: center;
    margin: 0 auto 50px;
    }
    .team-wrap ul li:nth-child(1) {
    margin-left: 0px!important;
    }
    .team-wrap ul li {
    width: 235px;
    margin: 0 10px 29px 0!important;
    }
    .pre-footer {
            height: 429px;
    }
    .pre-footer ul li h1 {
    color: white;
    font-size: 28px;
    padding-top: 170px;
    transition: all 0.5s;
    }
    .pre-footer ul li .hovered {
        height:429px;
    }
    .pre-footer ul li:hover h1 {
    padding-top: 57px;
    }
    .p-a {
    max-width: 500px;
    }
    .p-a ul li {
            padding: 0 0 0 15px;
    }
    .p-a .awards ul li em {
        left:20px;
    }
    .p-a .awards ul li {
        padding-left:95px;
    }
    .careers-wrap .intro-blurb {
        max-width: 500px;
        padding-right: 0;
    }
    .value-flex {
        display: block;
    }
    .value-flex .left {
    margin: 45px 0 40px;
    width: 100%;
    height: 336px;
    background-size: cover;
    background-position: center;
    }
     .value-flex .right:before, .value-flextwo .left h4:before {
        display: none;
     }
     .value-flextwo {
    padding: 0 0 0 0px;
    flex-direction: column-reverse;
    }
    .value-flextwo .right {
        width: 55%;
        height: 450px;
        background-size: cover;
        background-position: center;
        margin: 0;
    }
    .value-flextwo .left {
        width: 100%;
        margin: 40px 0 0;
    }
    .value-flextwo .left .v1 {
        margin-bottom: 45px;
    }
    .page-template-page-services .about-intro .flex-two .right, .page-template-page-process .about-intro .flex-two .right {
    margin-top: 30px;
    }
    .page-template-page-services .about-intro .flex-two .left, .page-template-page-process .about-intro .flex-two .left {
    width: 500px;
    display: flex;
    padding-top: 30px;
    padding-left: 0;
    margin: 0 auto;
    }
    .service-details {
    max-width: 500px;
    margin: 100px auto 100px;
    padding-right: 0;
    }
    .service-details h3 {
        padding-right:0;
    }
    .service-details h5:after {
        display: none;
    }
    .page-template-page-services .about-intro .flex .left, .page-template-page-process .about-intro .flex .left {
    width: 100%;
    }
    .process-details .p-intro {
    max-width: 500px;
    margin: 110px auto 0;
    padding-right: 0;
    }
    .process-details .flex-one {
    max-width: 500px;
    display: block;
    margin: 40px auto 0;
    }
    .process-details .flex-one .left {
        width:100%;
    }
    .process-details .flex-one .right {
    width: 100%;
    padding-left: 0;
    padding-top: 32px;
    }
    .process-details .flex-two {
    max-width: 500px;
    margin: 0px auto 0;
    padding-left: 0;
    flex-direction: column-reverse;
    }
    .process-details .flex-two .right {
    width: 75%;
    height: 503px;
    background-size: cover;
    background-position: center;
    margin-top: 0;
    margin: 30px auto;
    }
    .process-details .flex-two .left {
        width: 100%;
    }
    #faqs {
    max-width: 500px;
    margin: 20px auto 0;
    padding: 70px 0 48px;
    }
    #faqs .ddtitle .number {
    margin-right: 10px;
    margin-left: 10px;
    }
    #faqs .ddtitle {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05rem;
    }
    #faqs ul li .ddanswer {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.05rem;
    display: none;
    padding: 25px 20px 0 41px;
    }
    .post-type-archive-portfolio-items .about-intro .flex .right {
    padding: 60px 0px 0 0px;
    }
    .post-type-archive-portfolio-items .about-intro .flex-two .right {
        display: none;
    }
    .post-type-archive-portfolio-items .about-intro {
        padding: 10px 0 55px;
    }
    .custom-homes {
        max-width: 350px;
        padding: 0 0px;
    }
    .custom-homes .alm-btn-wrap {
    text-align: center;
    padding: 0;
    margin: 0 auto 40px;
    }
    .interior {
    max-width: 350px;
    margin: 0 auto;
    padding: 40px 0 0;
    }
    .interior .alm-btn-wrap {
    text-align: center;
    padding: 0;
    margin: 0 auto 60px;
    }
    .interior .single-port-item:nth-child(1) {
    margin-top: 0;
    }
    .interior .single-port-item:nth-child(3) {
    margin-top: 0;
    }
    .interior h1 {
    font-size: 48px;
    font-style: italic;
    margin: 0px auto 50px;
    letter-spacing: 0.06rem;
    position: relative;
    right: inherit;
    top: inherit;
    text-align: center;
    }
    .custom-homes h1 {
        font-size: 48px;
        font-style: italic;
        margin: 55px 0 35px 0px;
        letter-spacing: 0.06rem;
        text-align: center;
    }
     .value-flextwo .left h4 {
        line-height: 1.5;
     }
    .value-flex .right {
        padding-left: 0;
        margin: -22px 0 0;
        position: relative;
    }
    .hiring .hflex .right {
        display: none;
    }
    .hiring .hflex {
        max-width: 500px;
    }
    .positions ul {
        max-width: 90%;
        margin: 45px auto 0;
    }
    .custom-homes .single-port-item:nth-child(2) {
    margin-top: 0;
    }
    .custom-homes .single-port-item:nth-child(4) {
    margin-top: 0;
    }
    .single-port-item:nth-child(2) .singleImage, .single-port-item:nth-child(3) .singleImage {
    height: 450px;
    }
    .hiring .hflex .left {
        width: 100%;
    }
    .values {
        max-width: 500px;
        margin: 0 auto;
    }
    .values h2 {
        max-width: 100%;
        padding: 0;
    }
    .port-header .flex {
    max-width: 500px;
    display: block;
    }
    .port-header .flex .left {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    }
    .port-header {
    background: rgba(215, 213, 205, 0.25);
    padding: 1px;
    max-height: initial;
    }
    .port-header .flex .right {
    width: 100%;
    height: 318px;
    background-size: cover;
    background-position: center;
    margin: 30px auto -50px;
    }
    .port-intro {
    max-width: 500px;
    margin: 100px auto 50px;
    position: relative;
    }
    .port-pagination {
    display: flex;
    justify-content: space-between;
    margin: 57px auto 121px;
    padding-bottom: 50px;
    position: relative;
    }
    a.photocred {
    color: #908880;
    font-size: 16px;
    font-family: 'usual';
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    }
    .contact-wrap .flex {
    max-width: 500px;
    display: block;
    }
    .contact-wrap {
    background: rgba(215, 213, 205, 0.25);
    padding: 1px;
    max-height: inherit;
    margin-bottom: 158px;
    }
    .contact-wrap .flex .left {
    width: 300px;
    height: 400px;
    margin: 0 auto;
    }
    .contact-wrap .flex .right {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 80px;
    text-align: center;
    }
    .contact-wrap .flex .right h1:after {
        display: none;
    }
    .contact-wrap .flex .right h1 {
            margin: 23px auto 40px;
    }
    .contact-wrap .flex .right .watermark {
        width: 186px;
        position: absolute;
        right: -36px;
        bottom: -159px;
    }
    .port-intro:before, .port-intro .right {
        display: none;
    }   
    .port-intro .left {
    width: 100%;
    margin: 0 auto;
    }
	.banner_caption {
		bottom: 80px;
	}
}


@media all and (max-width:500px) {
	.page-template-page-press .the-footer {
    margin-top: 0;
}
.home-banner {
    height: 85vh;
}
    .home-banner .logo {
        width: 250px;
        top: 105px;
    }
    .home-banner .home-icon {
        position: absolute;
        width: 61px;
        left: 0;
        right: 0;
        bottom: -47px;
    }
	.the-footer .lower-flex .right ul {
    width: 70%;
    margin: 0 auto;
	}
	.the-footer .lower-flex .right ul li:nth-child(2) span {
    display:none;
}
    h1 {
        font-size: 32px;
        margin: 0 auto 10px;
    }
    h2 {
        font-size: 15px;
        letter-spacing: 0.15rem;
    }
    .intro {
        margin: 65px auto 50px;
    }
    .home-intro {
    max-width: 335px;
    margin: 0 auto;
    width: 98%;
    }
    .home-intro .flex-one .left {
    width: 100%;
    height: 223px;
    }
    .home-intro .flex-two .right {
    width: 275px;
    height: 413px;
    position: relative;
    margin: 0 auto;
    }
    .home-intro .flex-two {
    flex-direction: column-reverse;
    padding-right: 0;
    }
    .home-intro .flex-two .right .watermark {
    width: 105px;
    position: absolute;
    left: -35px;
    bottom: -30px;
    }
    .home-intro .flex-two .left a {
            padding: 12px 25px 11px;
    }
    .s-intro {
    text-align: center;
    margin: 25px auto 35px;
    }
    .hs-flex .one, .hs-flextwo .two {
        height:300px;
    }
    .hs-flex .two {
    width: 275px;
    height: 350px;
    margin: 30px auto;
    }
    .hs-flex h1, .hs-flextwo h1 {
    font-size: 36px;
    text-align: center;
    padding: 0;
    margin: 0 auto 30px;
    }
    .home-shop {
        width: 95%;
        margin: 40px auto 0;
        max-width: 335px;
    }
    .home-shop h3 {
    font-size: 32px;
    font-weight: 100;
    margin: 13px 0 47px 0px;
    letter-spacing: 0.046rem;
    text-align: center;
    margin: 15px auto 35px;
    }
    ul.plans {
    max-width: 335px;
    display: block;
    margin: 0 auto;
    }
    ul.plans li {
            margin-bottom: 75px;
    }
    .pf-banner {
        height: 200px;
    }
    .the-footer .upper-flex {
        max-width: 335px;
    }
    .the-footer .upper-flex .two .desc {
        padding-right: 0;
    }
    .the-footer .lower-flex, .the-footer .creds {
    max-width: 335px;
    display: block;
    text-align: center;
    }
    .the-header .logo {
    width: 220px;
    margin: 60px auto 0;
    display: block;
    }
    .about-intro .flex .left {
    width: 100%;
    height: 250px;
    }
    .about-intro .flex .right {
    padding: 45px 0px 0 0px;
    text-align: center;
    max-width: 335px;
    margin: 0 auto;
    }
    .about-intro .flex .right h1 {
    color: #6C6D6D;
    font-size: 31px;
    line-height: 51px;
    margin: 0 auto 0;
    }
    .about-intro .flex-two {
        max-width: 335px;
    }
    .about-intro .flex-two .left {
    width: 100%;
    padding-top: 30px;
    justify-content: center;
    }
    .about-intro .flex-two .left .line {
        display: none;
    }
    ul.plans li .image {
        height:250px;
    }
    ul.plans li .desc, ul.plans li:last-child .desc {
        padding:0;
    }
    .hs-flextwo .one {
        width: 275px;
        height: 350px;
    margin: 30px auto;
    }
    .about-intro .flex-two .right {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center;
    margin: 30px auto -80px;
    }
    .philosophy .inner {
    max-width: 335px;
    width: 95%;
    margin: 40px auto 120px;
    }
    .philosophy .inner h5 {
    padding: 0;
    font-size: 22px;
    margin: 20px auto;
    }
    .meet-andy .upper-flex .right {
    width: 335px;
    height: 465px;
    margin: -70px auto 0;
    }
    .meet-andy .upper-flex .left {
    width: 90%;
    position: relative;
    padding: 35px 0 0 0px;
    max-width: 335px;
    margin: 0 auto;
    }
    .meet-andy .lower-flex .left {
    width: 100%;
    height: 282px;
    background-size: cover;
    background-position: center;
    margin: 5px 0 35px 0;
    }
    .meet-andy .lower-flex .right {
    width: 95%;
    padding: 0;
    max-width: 335px;
    margin: 0 auto;
    }
    .meet-andy .lower-flex .right a {
            margin: 5px auto 0;
    }
    .team-wrap {
    width: 95%;
    margin: 50px auto 50px;
    max-width: 335px;
    }
    .team-wrap ul {
        display: block;
    }
    .team-wrap ul li {
    width: 335px;
    margin: 0 auto 40px!important;
    }
    .team-wrap ul li .image {
    width: 100%;
    height: 435px;
    margin-bottom: -20px;
    }
    .philosophy .inner .water {
        display: none;
    }
    .pre-footer ul {
        display: block;
    }
    .pre-footer ul li {
    position: relative;
    color: white;
    text-align: center;
    width: 100%;
    height: 50%;
    }
    .pre-footer ul li h1 {
    color: white;
    font-size: 28px;
    padding-top: 30px;
    transition: all 0.5s;
    }
    .pre-footer ul li .hovered {
    height: 215px;
    }
    .pre-footer ul li:first-child h1 {
    padding-top: 75px;
    }
     .pre-footer ul li:first-child:hover h1 {
        padding-top: 15px;
     }
     .pre-footer ul li:last-child:hover h1 {
        padding-top: 0px;
     }
     .pre-footer ul li h1:after {
        transition: all 0.5s;
     }
     .pre-footer ul li:hover h1:after {
            margin: -1px auto 0;
     }
     .pre-footer ul li .desc {
    max-width: 285px;
    margin: 7px auto 0;
    line-height: 23px;
    letter-spacing: 0.0rem;
    transition: all 0.5s;
        position: relative;
    height: inherit;
    }
    .pre-footer ul li button {
    margin: 11px auto 0;
    padding: 9px 27px 10px;
    }
    .about-intro .flex .right h2 {
            margin: 0 0 14px;
    }
    .p-a {
    max-width: 335px;
    width: 95%;
    }
    .p-a ul {
        display: block;
    }
    .p-a ul li {
    padding: 0;
    width: 100%;
    }
    .p-a .press {
    border-bottom: 1px solid #C3C1BB;
    padding-bottom: 40px;
    margin-bottom: 52px;
    }
.careers-wrap .intro-blurb {
    max-width: 335px;
    padding-right: 0;
}
.values {
    max-width: 335px;
    margin: 0 auto;
}
.value-flex .left {
    height:200px;
}
.value-flextwo .right {
    width:100%;
}
.hiring .hflex {
    max-width: 335px;
    margin: 0 auto 40px;
}
.positions ul li h1 {
    margin-bottom: 35px;
    position: relative;
    line-height: 1.5;
}
.about-intro .flex-two .left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page-template-page-services .about-intro .flex-two .right, .page-template-page-process .about-intro .flex-two .right {
    margin-top: 30px;
    width: 335px;
    height: 390px;
}
.service-details {
    max-width: 335px;
    margin: 100px auto 60px;
    padding-right: 0;
    width: 95%;
}
.service-details h3 {
    font-size: 23px;
    line-height: 40px;
    font-weight: 100;
    margin: 0 0 35px;
    letter-spacing: 0.035rem;
}
.service-details h5 {
    margin: 0 0 30px;
}
.process-details .p-intro {
    max-width: 335px;
    width: 95%;
}
.process-details .flex-one {
    max-width: 335px;
    display: block;
    margin: 40px auto 0;
    width: 95%;
}
.process-details .flex-two {
    max-width: 335px;
    width: 95%;
}
.process-details .flex-two .right {
    width: 100%;
    height: 465px;
    background-size: cover;
    background-position: center;
    margin-top: 0;
    margin: 10px auto 30px;
}
.process-details .flex-two .left h3 {
    font-size: 22px;
    line-height: 44px;
    font-weight: 100;
    margin: 25px auto 0;
    letter-spacing: 0.03rem;
}
.process-details .flex-two .left p a {
    margin: 30px 0 0;
    padding: 12px 23px;
}
#faqs {
    max-width: 335px;
    margin: 20px auto 0;
    padding: 70px 0 48px;
    width: 95%;
}
#faqs ul li .plus {
    right:5px;
}
#faqs .ddtitle {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.03rem;
    padding-right: 32px;
    line-height: 1.75;
}
#faqs ul li .ddanswer {
        padding: 25px 0px 0 0px;
}
.custom-homes h1 {
    font-size:35px;
}
.interior h1{
        font-size: 35px;
    margin-top: 40px;
}
.port-header .flex {
    max-width: 335px;
    display: block;
}
.port-header .flex .left h1 {
    color: #6C6D6D;
    font-size: 31px;
    line-height: 50px;
    margin: 14px 0 24px;
}
.port-header .flex .right {
    width: 100%;
    height: 245px;
    background-size: cover;
    background-position: center;
    margin: 37px auto -73px;
}
.port-intro {
    max-width: 335px;
    margin: 100px auto 50px;
    position: relative;
    width: 95%;
}
.single-venue-post {
    max-width: 95%;
    margin: 0 auto;
}
.port-pagination .right img, .port-pagination .left img {
    width: 70px;
    margin-bottom: 3px;
}
.contact-wrap .flex {
    max-width: 335px;
    display: block;
    width: 90%;
}
.contact-wrap .flex .right .watermark {
    display: none;
}
.contact-wrap {
    margin-bottom:0;
}
.custom-homes, .interior {
    max-width: 335px;
    padding: 0 0px;
}
.single-port-item .singleImage {
    width:335px;
}
.page-template-page-services .about-intro .flex-two .left, .page-template-page-process .about-intro .flex-two .left {
    width: 335px;
    display: flex;
    padding-top: 30px;
    padding-left: 0;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
#responsive-menu-pro-additional-content p em {
    display: block;
}
#responsive-menu-pro-container #responsive-menu-pro #responsive-menu-pro-item-38 ul.responsive-menu-pro-submenu li.responsive-menu-pro-item:nth-child(2) a:after {
    content: ""!important;
    display: inline-block!important;
    margin: 0 0px!important;
}
#responsive-menu-pro-container #responsive-menu-pro #responsive-menu-pro-item-38 ul.responsive-menu-pro-submenu li.responsive-menu-pro-item:nth-child(1) a:after {
content: "";
    display: inline-block;
    margin: 0 0px;
}
#responsive-menu-pro-container #responsive-menu-pro #responsive-menu-pro-item-38 ul.responsive-menu-pro-submenu li.responsive-menu-pro-item:nth-child(1) {
    width:100%;
    text-align: right!important;
}
#responsive-menu-pro-container #responsive-menu-pro #responsive-menu-pro-item-38 ul.responsive-menu-pro-submenu li.responsive-menu-pro-item:nth-child(1) a {
     text-align: right!important;
}
#responsive-menu-pro-container li.responsive-menu-pro-item {
        margin-bottom: 10px!important;
}

#responsive-menu-pro-container #responsive-menu-pro #responsive-menu-pro-item-34 ul.responsive-menu-pro-submenu li.responsive-menu-pro-item:nth-child(3) {
width: 100%;
}
#responsive-menu-pro-container #responsive-menu-pro #responsive-menu-pro-item-34 ul.responsive-menu-pro-submenu li.responsive-menu-pro-item:nth-child(3) a{
text-align: right!important;
}
#responsive-menu-pro-container #responsive-menu-pro #responsive-menu-pro-item-34 ul.responsive-menu-pro-submenu li.responsive-menu-pro-item:nth-child(2) a:after{
   display:none!important;
}
	#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item#responsive-menu-pro-item-39 {
		    width: 100%;
    text-align: right;
    display: block;
	}
	#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item#responsive-menu-pro-item-39 a {
	text-align: right;	
	}
	.pre-footer ul li .desc {
		line-height: 19px;
		font-size: 14px;
	}
	.contact-wrap .flex .right h6 {
		padding-right:0;
	}
	#responsive-menu-pro-container #responsive-menu-pro-title {
    	padding: 35px 21.5% 10px 0!important;
	}
	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
		    padding-right: 81px!important;
	}
#responsive-menu-pro-additional-content .button {
    margin: 0 0 24px 0px;
}
	#responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image img {
    height: 95px!important;
    max-width: 100%;
}
	#responsive-menu-pro-container #responsive-menu-pro-additional-content {
    position: relative;
    bottom: inherit;
    right: inherit;
    padding: 0;
		 padding-right: 81px!important;
}
	#responsive-menu-pro-additional-content p {
    font-size: 10px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.15rem;
    font-family: usual, sans-serif;
    margin-right: 2px;
    max-width: 259px;
}
#responsive-menu-pro-container #responsive-menu-pro-additional-content {
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 9px 0 0 0!important;
    padding-right: 81px!important;
    flex-wrap: wrap;
}
	#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-open {
		    padding-right: 22%;
	}
	#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item .responsive-menu-pro-item-link {
		    font-size: 12px!important;
	}
	.value-flex .right p {
    	margin-bottom: 13px;
	}
	.value-flextwo .left .v1 p, .value-flextwo .left .v2 p {
		margin-bottom: 13px;
	}
#faqs .ddtitle .number {
    margin-right: 10px;
    margin-left: 10px;
    position: absolute;
    left: 0;
}
	#faqs .ddtitle {
    font-size: 14px;
    text-transform: initial;
    font-weight: 400;
    letter-spacing: 0.03rem;
    padding-right: 38px;
    line-height: 1.75;
    padding-left: 38px;
}
	.pre-footer ul li .desc, .pre-footer ul li button {
		display:none;
	}
	.banner_caption{
		bottom: 80px;
	}
	.banner_caption {
		width: 100%;
		position: absolute;
		bottom: 80px;
		left: 0;
	}
	.home-banner .wrap {
		max-width: 92%;
	}
	.banner_caption h1 {
		color: #F2F1F1;
		line-height: 1;
		margin-bottom: 5px;
		font-size: 40px;
		padding-right: 50px;
	}	
}