/*
    Theme Name: ag
    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
--------------------------------------------- */

@font-face {
  font-family: 'Atlantic';
  src: url('fonts/Atlantic.eot');
  src: url('fonts/Atlantic.eot?#iefix') format('embedded-opentype'),
       url('fonts/Atlantic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Atlantic';
  src: url('fonts/Atlantic.svg#Atlantic') format('svg'),
       url('fonts/Atlantic.ttf') format('truetype'),
       url('fonts/Atlantic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}






/* 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}

figure {
    padding:0;
    margin:0;
}

/* 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: #4E4E62;
    font-size: 14px;
	font-family: elza,sans-serif;
    line-height: 1.5em;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:500;
}
#site-general-content h1 {
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    margin: 50px auto 80px;
}

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:#404041;
    text-decoration: none;
    transition: all 0.5s;
    display: inline-block;
    outline:none;
}
button {
    outline:none;
}
a:hover {
    color:#cb6d62;
}

table {
    border: none;
}

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

p, body {
	font-family: elza,sans-serif;
	font-size: 18px;
	letter-spacing: 0.01em;
	line-height: 32px;
	color: #282727;
	font-weight: 300;
}

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

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 800;
}

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

/* Header
--------------------------------------------- */
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: white!important;
}
#gform_confirmation_message_1 h1 {
        text-align: center;
    font-size: 24px;
    font-family: 'Silk Serif';
    margin: 0;
}
.logo svg {
	width:100%;
    max-width: 745px;
    margin: 0 auto 0;
}
.logo {
    text-align: center;
    margin: 40px auto 40px;
}
.the-header #menu-main {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    color: #404041;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.27rem;
    width: 697px;
    margin: 0 auto 0;
    padding-left: 3px;
}
.the-header #menu-main a{
    color: #404041;
    letter-spacing: 0.27rem;
    font-size: 12px;
    font-weight: 400;
}
.the-header .fixed-inner {
    position: fixed;
    width: 100%;
    margin: 0 auto 0;
    left: 0;
    right: 0;
    height: 110px;
    padding-top: 47px;
    background: white;
    top: -110px;
    z-index: 9;
    transition: all 0.5s;
}
.the-header .fixed-inner.opened {
    top:0;
}
.the-header {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
}
.the-header .open-me .line-1, .the-header .open-me .line-2 {
    width: 60px;
    height: 2px;
    background: #404041;
}
.the-header .open-me:hover {
    cursor: pointer;
}
.the-header .open-me .line-2 {
    margin-top:11px;
}
.the-header .open-me .close {
    display: none;
    position: absolute;
    background: white;
    width: 100%;
    letter-spacing: 0.1rem;
    margin-top: -10px;
    padding-left: 2px;
    transition: all 0.5s;
}
.the-header .open-me .close.show {
    display: block;
}
.the-header .open-me{
    width: 60px;
    position: fixed;
    right: 61px;
    top: 38px;
    padding: 10px 0;
    z-index: 999;
}

.meet-joe.serviceblock{
    max-width: 1230px;
}

.communityblock.contactblock{
    background-image: none;
    background-image: none;
}

.communityblock.contactblock .middleblock {
    max-width: 630px;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
    padding:20px 0!important;
}

.name_last{
    padding-right:0!important;
 
}

.name_first{
    padding-right:0!important;
    margin-right:30px!important;
}

.communityblock.contactblock .maintitle {
    font-size: 32px;
    text-align: left;
    letter-spacing: 0;
    line-height: 45px;
    display: block;
    color: #6D6754;
}

.tophome .middleblock .maintitle{
    margin-bottom:0;
}

.page-template-page-contact .topbrownblock .brownblockwrap .leftbrownblock{
    max-width: 690px;
    margin-right: 60px;
}

.distinctionblock.jtl{
    position: relative;
    margin-top:100px;
}

.distinctionblock.jtl:before{
    top: -25px;
    left: 80px;
    background-image: url(images/agre.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    max-width: 160px;
    height: 160px;
}

.page-template-page-contact .topbrownblock .brownblockwrap .leftbrownblock h4{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 36px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.page-template-page-contact .topbrownblock .brownblockwrap p{
    margin-top:10px;
}

.page-template-page-contact .site-inner .buttonroundgreen{
    padding-top:25px;
    margin: 50px 0;
}

.site-inner .gform_wrapper.gravity-theme .gform_footer input{
    text-transform: uppercase;
}

.contactblockwrap{
    display: flex;
    justify-content:space-between;
}

.meet-joe.serviceblock .left {
    width: 100%;
    max-width: 475px;
}

.meet-joe.serviceblock .left .titlesm, .meet-joe.serviceblocktwo .left .titlesm{
    margin-bottom:75px;
}
.serviceblocktwo{
    text-align: right!important;
}

.nav li ul.sub-menu{
	position: absolute;
	width: 275px;
}

.nav.top-nav ul.sub-menu li a{
	padding-right: 0;
	padding-left:0;
}






.nav li ul.sub-menu li{
    float: none;   
}

.nav li ul.sub-menu,
.nav li ul.children {
  margin-top: 0;
  border-top: 0;
  position: absolute;
  visibility: hidden;
  z-index: 8999;
  transition:none;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  }
  
  .nav li ul.sub-menu{
      margin-left:-95px!important;
  }
  
    .nav li ul.sub-menu a,
.nav li ul.children a{
            transition:none;
}

.fixed {
    position: fixed;
    width: 100%;
    display: block;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
}

.meetalliextra .buttonroundgreen{
    background-size: 0% 100%;
    background-image: linear-gradient(#56534f, #56534f);

    background-image: -webkit-gradient(linear, center center, center center, from(#56534f), to(#56534f));
    background-image: -webkit-linear-gradient(#56534f, #56534f);
    background-image: -moz-linear-gradient(#56534f, #56534f);
    background-image: -o-linear-gradient(#56534f, #56534f);
    background-image: -ms-linear-gradient(#56534f, #56534f);

    background-repeat: no-repeat;
    transition: all 0.5s linear;
}
.meetalliextra .buttonroundgreen:hover{
background-size: 100% 100%;
transition: all 0.5s cubic-bezier(0.000, 0.000, 0.230, 1);
}

.the-footer a{
    transition:all 0.5 ease-in;
}

.the-footer a:hover{
    color:#959083;
}


.nav li ul.sub-menu li a{
    padding: 10px 0 5px 0;
}
    
.page-template-page-about .meet-joe .left{
    justify-content: flex-start;
}

.page-template-page-about .meet-joe .left h2.title{
    margin-left:0;
}

.page-template-page-about .meet-joe .left h2.title{
    margin-bottom:0;
}

.sub-menu{
    padding-top:25px;
}

.nav #menu-item-228 ul.sub-menu {
    margin-left: -110px!important;
}
    
.sub-menu:before{
    width: 50px;
    height: 1px;
    display: block;
    content:"";
    position: relative;
    margin: -10px auto 20px;
    border-top:solid thin #000;
}

    
    .nav li ul.sub-menu{
    margin:auto;
    margin-top:0;
    padding: 30px 0;
    box-shadow: -7px 8px 10px -10px #000;
    }
    .nav li ul.sub-menu li,
    .nav li ul.children li {
     }
      
      .nav li ul.sub-menu li:last-child a,
      .nav li ul.children li:last-child a {
        border-bottom: 0; }
      .nav li ul.sub-menu li ul,
      .nav li ul.children li ul {
        top: 0;
        left: 100%; }
  .nav li:hover > ul {
    top: auto;
    visibility: visible; }

    .menu-top-menu-container li{
        position: relative;
    }

.meet-joe.serviceblocktwo {
    max-width: 1230px;
}

.meet-joe.serviceblocktwo {
    max-width: 1230px;
    flex-direction: row;
}

.meet-joe .left{
    display: flex;
    justify-content: center;
    align-items:center;
    flex-wrap:wrap;
}

/* Footer
--------------------------------------------- */  
.the-footer .top-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: 1200px;
    margin: 0 auto 30px;
}
.the-footer .top-flex .left {
    width: 300px;
}
.the-footer .top-flex .right { 
    width:925px;
}

.page-template-page-aboutsoth .the-footer{
    margin-top:50px;
}

.the-footer{
    background-color: #FBF9F5;
}

.home .distinctleft{
    max-width: 410px;
    margin-right:150px;
}

.home .upper .distinctblockwrap.inner{
    justify-content: flex-end;
    max-width: 100%;
}

.home .upper .rightblock{
	position: relative;
}

.communityblock .upper{
	width: 100%;
	max-width: 100%;
}

.communityblock .comright{
	position: absolute;
	bottom: 0;
	right: 0;
}

.testimonial{
	margin: 100px auto;
}

.btmleft a{
	display: block;
}

.btmright .social{
	display: flex;
	justify-content:flex-end;
	margin: 0;	
}

.btmright .social li{
	display: inline-table;
}



#menu-footer a{
	display: block;
}

.btmright .social li a{
	display: flex;
	justify-content:space-between;
	margin: 0;	
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 28px;
}

.cred{
	display: flex!important;
	justify-content:space-between;
}

.btmright .social li a:after{
	display: inline;
	content: " | ";
	margin: 0;
	position: relative;
	padding: 0 20px;
}

.home .cred.upper{
	margin: 25px auto;
}

.rightbottom{
	border-top:solid thin #282727;
	margin-top:50px;
	padding-top:20px;
}

.btmicons .social{
	display: flex;
	justify-content:flex-start;
}

.btmicons .social li{
	display: block;
	margin-right:20px;
}

.btmfooter .rightbottom{
	border-top:0;
	padding-top:0;
	margin-top:0;
}


.the-footer .top-flex{
	border-bottom:none;
}

.btmicons .social li{
		display: block;
	width: 100%!important;
	max-width: 85px!important;
	margin-top:50px;
}

.btmicons .social li img{
	display: block;
	width: 100%;
	max-width: 80px;
	height: auto;
	margin: auto;
}

.btmfooter{
	margin-bottom: 0!important;
	border-bottom:none!important;
}

.btmfooter .rightbtmwrap{
	display: block;
}

.btmleft a{
		font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 28px;
}

.btmright .social li:last-of-type a:after{
display: none;
}


.rightbtmwrap{
	display: flex;
	justify-content:space-between;
}

.rightbtmwrap .btmright{
	width: 100%;
	max-width: 80%;
	display: block;
	margin: 0;
}

.testimonial .testimonialwrap{
	width: 100%;
	max-width: 1100px;
	margin:  auto;
	display: block;
	border-left:solid thin #6D6754;
}

.testimonial .testimonialwrap .testblock{
padding: 30px 0 30px 50px;
}

.testimonial .testimonialwrap .testblock p{
font-size: 32px;
letter-spacing: 0.06em;
line-height: 55px;
padding: 0;
margin: 0;
font-family: elza,sans-serif;
font-weight: lighter;
color:#6D6754;
}

.testimonial .testimonialwrap .testblock .testname{
	font-size: 18px;
	letter-spacing: 0.1em;
	;line-height: 25px;
	text-transform: uppercase;
	text-align: left;
	margin-top:25px;
	font-family: elza,sans-serif;
	font-weight: lighter;
}

.aglogobg{
    width: 100%;
    max-width: 170px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image:url(images/aglogo.png);
    margin:auto;
}

.logobg{
    background-image: url(images/aglogobg.svg);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 109% bottom;
}

.logobgleft{
    background-image: url(images/aglogobg.svg);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: -9% bottom;
}

.communityblock .titleunderline:after{
    display: none;
}

.communityblock .upper .leftblock .leftimg{
    bottom:auto;
    top:50px;
    background-position: center;
}

.communityblock{
    background-image: -webkit-linear-gradient(left, transparent, transparent 50%, #F3EEE3 50%);
    background-image: linear-gradient(to right, transparent, transparent 50%, #F3EEE3 50%);
    padding-bottom:50px;
}

.communityblock .upper .rightblock .rightimg {
    bottom: -50px;
}

.communityblock .upper .introblock{
	margin: 70px 0;
}

.communityblock .maintitle{
font-size: 52px;
}

#menu-footer a{
	font-size: 16px;
	text-transform: uppercase;
	text-align: right;
	padding: 0;
	margin: 0;
	display: block;
	font-family: elza,sans-serif;
	letter-spacing: 0.1em;
	line-height: 25px;
    font-weight: 500;
}

#menu-footer{
	display: flex;
	justify-content:space-between;
	margin: 0;
}

.the-footer .top-flex .left svg{
	display: block;
	max-width: 100%;
	height: auto;
}

.the-footer .top-flex .social span.break{
        font-weight: 500;
    margin: 0 32px;
}

.post-type-archive-portfolio .worktitle h1{
	right: 305px;
}

.post-type-archive-portfolio .images .single-port-flex{
	margin-bottom:0;
}

.post-type-archive-portfolio .home-port{
	margin: 150px auto;
}

.post-type-archive-portfolio .images{
	position: relative;
}

.top-flex{
	border-top:solid thin #3247DF;
	border-bottom:solid thin #3247DF;
	padding: 50px 0;
}

.center{
	display: block;
	width: 100%;
	max-width:130px;
	margin: 0;
	text-align: center;
}

.center .iglink{
	margin-top:50px;
}

.the-footer .iconblock{
	display: block;
	margin: auto;
	width:100%;
	max-width:50px;
	background-image: url(images/footericon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: relative;
	height: 50px;
}
.the-footer .top-flex a.links{
    margin:auto;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.28rem;
    line-height: 28px;
    display: block;
    text-align: center;
    text-decoration: none;
}
.the-footer .top-flex .social li{
        position: relative;
    width: 22px;
}
.the-footer .top-flex .social li .small {
    font-size: 12px;
    position: absolute;
    top: -2px;
    right: 0;
}
.the-footer .lower-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: 1060px;
    margin: 0 auto 20px;
        padding-right: 7px;
    padding-left: 7px;
}
.the-footer .lower-flex .one {
    width:79px;
}
.the-footer .lower-flex .two a{
        text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.22rem;
    text-decoration: underline;
}
.the-footer .lower-flex .three ul{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.the-footer .lower-flex .three ul li a {
    font-family: 'Silk Serif';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-weight: 500;
}
.the-footer .lower-flex .three ul li {
    margin-left: 28px;
    margin-top: 55px;
}
.the-footer .lower-flex .three {
    width:700px;
}
.the-footer .lower-flex .two {
        margin-top: 53px;
    text-align: left;
}

.bannerblock .desc h1{
	display: block;
    position: relative;
    font-size: 52px;
    letter-spacing: 0;
    line-height: 62px;
    font-family: 'Atlantic';
    margin: auto;
    text-transform: none;
}


.testslide.feature .desc{
	top:0;
}

.bannerblock .desc h3{
	display: block;
    position: relative;
    font-size: 33px;
    letter-spacing: 0.06em;
    line-height: 40px;
    margin: auto;
    text-transform: none;
}

.topbrownblock{
	background-color: #FBF9F5;
}

.topbrownblock .brownblockwrap{
	display: flex;
	justify-content:center;
}

.topbrownblock .brownblockwrap .leftbrownblock{
	width: 100%;
	max-width: 500px;
}

.aboutallie{
    flex-direction:row-reverse;
}

.topbrownblock .titleunderline{
    margin-top:0;
}

.topbrownblock .brownblockwrap p{
	font-size: 20px;
	letter-spacing: 0.01em;
	line-height: 35px;
}

.topbrownblock .brownblockwrap p{
    padding-right:45px;
    margin-top:50px;
}

.page-template-page-services .topbrownblock .brownblockwrap .leftbrownblock {
    margin-right: 140px
}

.hbg{
    text-align: left;
}

.hbg .buttonroundgreen {
    margin: 0px 0;
    font-size: 17px;
    padding: 25px;
    width: 335px;
    text-align: center;
}

.hbg .distinctleftwrap .maintitle{
    text-align: left;
}

.hbg .distinctleftwrap p{
    text-align: left;
}

.hbg .explink{
    float: left;
}

.bannerblock .desc h3{
    font-weight: lighter;
}

.buttonroundgreen{
    background-size: 0% 100%;
    background-image: linear-gradient(#56534f, #56534f);

    background-image: -webkit-gradient(linear, center center, center center, from(#56534f), to(#56534f));
    background-image: -webkit-linear-gradient(#56534f, #56534f);
    background-image: -moz-linear-gradient(#56534f, #56534f);
    background-image: -o-linear-gradient(#56534f, #56534f);
    background-image: -ms-linear-gradient(#56534f, #56534f);

    background-repeat: no-repeat;
    transition: all 0.5s linear;
}

.blog-load-more .alm-load-more-btn{
    background-size: 0% 100%;
    background-image: linear-gradient(#56534f, #56534f);

    background-image: -webkit-gradient(linear, center center, center center, from(#56534f), to(#56534f));
    background-image: -webkit-linear-gradient(#56534f, #56534f);
    background-image: -moz-linear-gradient(#56534f, #56534f);
    background-image: -o-linear-gradient(#56534f, #56534f);
    background-image: -ms-linear-gradient(#56534f, #56534f);

    background-repeat: no-repeat;
    transition: all 0.5s linear;
}

.buttonroundgreen:hover, .blog-load-more .alm-load-more-btn:hover {
    background-size: 100% 100%;
    color:#fff;
    transition: all 0.5s cubic-bezier(0.000, 0.000, 0.230, 1);
}

.hbg.upper{
    margin: 0;
}

.hbg .distinctrightwrap {
    justify-content: flex-start;
}

.hbg.upper .inner{
    flex-direction: row-reverse;
}

.page-template-page-services .topbrownblock .brownblockwrap p{
    padding-right:90px;
}

.topbrownblock .brownblockwrap .leftbrownblock{
    margin-right:200px;
    margin-top:40px;
}

.topbrownblock .brownblockwrap{
    padding-top:80px;
}


.topbrownblock .brownblockwrap .rightbrownblock{
	width: 100%;
	max-width: 590px;
}

.topbrownblock .brownblockwrap .rightbrownblock .righttopimg{
width: 100%;
max-width: 590px;
height: 605px;
display: block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
margin: 0;
}

.titlesm{
	font-size: 32px;
	letter-spacing: 0;
	line-height: 46px;
    color: #6D6754;
	padding: 0;
	margin: 0;
    font-family: 'Atlantic';
}

.slidetextwrap{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.page-template-page-aboutsoth .meet-joe.btmabt .left{
display: block!important;
}


.page-template-page-aboutsoth .meet-joe .left {
    display: flex;
    align-items: center;
    justify-content: center;
}


.page-template-page-aboutsoth .meet-joe{
    flex-direction: row-reverse!important;
}

.page-template-page-aboutsoth .meet-joe.btmabt{
flex-direction: inherit!important;
}

.div1 p:first-of-type{
margin-bottom:50px;
}

/* back to top arrow */
.back2top {
	position: fixed;
	bottom: 45px;
	display: none;
}

.back2top.atBottom {
	position: absolute;
	bottom: 360px;
}


.back2top {
  position: fixed;
    right: 1.2%;
    bottom: 4%;
    width: 50px;
    padding-top: 50px;
    z-index: 3;
    text-align: center;
    display: flex;
    flex-direction: column;
	transition: all 0.3s;
}

.back2top.hide {
	opacity: 0 !important;
}

.back2top.show {
	opacity: 1 !important;
}


.aglogo{
	width: 65px;
	height: 75px;
	display: block;
	margin: 0;
	background-image: url(images/aglogo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.cred {
    text-align: center;
    margin: 0;
        text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.04rem;
    line-height: 22px;
    display: block;
    text-align: center;
    text-decoration: none;
}
.cred p, .credright, .credright a {
       text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1rem;
    line-height: 28px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0;
}

.btmtxt{
    font-size:16px;
}

.credright, .credright a {
    display:inline;
}

.the-footer .top-flex:first-of-type{
	border-top:none;
}

.top-flex{
	border-color: #000!important;
}



.iconblock svg{
	width: 100%;
	max-width: 62px;
	margin:0 auto;
	display: block;
}

.iconblock {
    width: 100%;
    position: absolute;
    bottom: 0;
}

/* Home
--------------------------------------------- */  
.home .logo {
    padding-top: 85px;
}
.main-image {
    width: 100%;
    position: absolute;
    top: -204px;
    height: 836px;
    z-index: -1;
    background-size: cover;
    background-position: center;
}
/*.home .the-header .fixed-inner {
    background:transparent;
}*/
.the-header .open-me .close {
    background:transparent;
}
.the-header .open-me .line-1.op {
    opacity: 0;
}
.home .main-image .scroll{
        -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    bottom: 98px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    letter-spacing: 0.26rem;
}
.upper {
    margin-top: 800px;
    max-width: 1200px;
    margin: 0 auto 0;
    text-align: center;
}

.home .upper{
	margin-top:130px;
}

.home .upper.tophome{
    margin-top:80px;
}

.upper h1{
	max-width: 700px;
	display: block;
	margin-left:auto;
	margin-right:auto;
}
.upper .icon {
    width: 55px;
}
.upper h1{
    font-size: 18px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0.04rem;
    max-width: 700px;
    margin: 44px auto 0;
    line-height: 27px;
}
.three-links {
    max-width: 1246px;
    margin: 141px auto 107px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
}
.three-links .single:first-child {
    margin-top: -505px;
}
.three-links .single:nth-child(2) {
    margin-top:-100px;
}
.three-links .single:first-child h2.title {
    margin: 44px 0 0 52px;
}
.three-links .single:nth-child(2) h2.title{
        margin: 48px 0 0 84px;
}
.three-links .single:nth-child(3) h2.title{
        margin: 54px 0 0 190px;
}
.three-links .single:nth-child(3) {
    margin-top: -356px;
}
.three-links .single h2.title{
        font-size: 17px;
    font-family: 'Silk Serif';
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.22rem;
}
.three-links .image {
    width: 335px;
    height: 500px;
    background-size: cover;
    background-position: center;
}
.three-links .single {
    width:335px;
}
.feature {
    width: 100%;
    height: 530px;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.feature .overlay {
        width: 100%;
    height: 100%;
    background: black;
    opacity: 0.35;
}
.feature .icon {
    width: 203px;
    height: 200px;
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
    margin: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.feature .desc {
    text-align: center;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    font-size: 12px;
}

.testslide.feature .desc {
    top: 10%!important;
}

.next-slide .textarrowlink:after{
	background-image:url(images/arrowwhite.svg);
}

.feature.testslide{
	height: 640px;
}

.next-slide.explink{
	max-width: 290px;
}

.next-slide a{
	color: #Fff!important;
	text-decoration:  none!important;
    margin: 0;
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 25px;
    text-transform: uppercase;
}

.feature .desc .testimonial p{
	color: #fff;
	font-size: 32px;
	letter-spacing: 0.06em;
	line-height: 55px;
	text-align: left;
	text-transform: none;
}

.bannerblock.feature.testslide:after{
	display: none!important;
}

.bannerblock .testimonial .testimonialwrap{
	border-color:#fff;
}

.bannerblock.feature{
    position: relative;
}

.bannerblock.feature:after{
    display: block;
    position: absolute;
    content: "";
    right:10%;
    top:10%;
    background-image:url(images/iconfloat.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 145px;
    height: 145px;
}

.joe {
    max-width: 894px;
    margin: 150px auto 111px;
     display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.joe .left {
    width: 359px;
    height: 540px;
    background-size: cover;
    background-position: center;
}
.joe .right{
        width: 423px;
    padding-top: 196px;
}
.joe .right .desc {
    font-size: 24px;
    font-family: 'Silk Serif';
    line-height: 2;
    letter-spacing: 0.02rem;
}
.joe .right .the-link{
        font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    margin: 84px 0 0 -36px;
}
.joe .right .the-link a {
    position: relative;
}
.joe .right .the-link a:before {
     content: "+";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    display: block;
    position: absolute;
        left: -23px;
    top: 0px;
    transition: all 0.5s;
}
.joe .right .the-link a:hover:before{
        -webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.home-port {
        max-width: 1200px;
    margin: 0 auto 50px;
    padding-right: 2px;
}
.home-port-flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
.home-port-flex .right{
    width: 50%;
    position: relative;
}
.home-port-flex .left {
    width:50%;
    position: relative;
}

.home-port-flex:nth-of-type(1) .right .title {
    position: absolute;
    left: -310px;
    bottom: -105px;
    width: 100%;
}

.home-port-flex:nth-of-type(2) .left{
	height: 310px;
}

.home-port .home-port-flex:nth-of-type(2) .image {
    position: absolute;
    bottom: -130px;
    right: 100px;
}


.home-port-flex:nth-of-type(3){
	margin-top:200px;
}


.home-port-flex a{
	display: block;
	margin: auto;
}

.home-port-flex:nth-of-type(2) .left .image{
	display: block;
	margin: auto;
}

.home-port h3{
	font-size: 20px;
	display:block;
	text-align: center;
	margin: 150px auto 55px;
	letter-spacing: 0.3em;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'Karla', sans-serif;
	font-weight: normal;
	color: #4E4E62;
}

.home-port-flex:nth-of-type(2) .right .title{
	position: absolute;
	right:-110px;
	bottom:-10px;
}

.home-port-flex:nth-of-type(3) .right .title {
    position: absolute;
    left: -180px;
    top: -25px;
}

.home-port .home-port-flex:nth-of-type(3) .left{
	height: 250px;
}


.home-port .home-port-flex:nth-of-type(3) .image {
    width: 375px;
    height: 250px;
    /* margin-right: -50px; */
    position: absolute;
    right: 50px;
}


.home-port-flex .right .title a{
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
	line-height: 80px;
	color: #3247DF;
	font-family: "chopard";
	font-weight: normal;
	display: block;
	text-align: center;
}

.home-port .home-port-flex:first-of-type .image{width:310px; height:210px;}
.home-port .home-port-flex:nth-of-type(2) .image{width:205px; height:325px;}
.home-port .home-port-flex:nth-of-type(3) .image{width:390px; height:280px;}

.home-port .home-port-flex:nth-of-type(2){
	flex-direction:row-reverse;
}


.home-port-flex .right .image{
    width: 526px;
    height: auto;
    background-size: cover;
    background-position: center;
    margin-left: 149px;
}
.home-port-flex .left .image {
    width: 376px;
    height: 566px;
    background-size: cover;
    background-position: center;
}

.home-port .home-port-flex:nth-child(odd) .right .image{
    width: 602px;
    height: 397px;
    background-size: cover;
    background-position: center;
        margin: 0;
}

.home .blog-load-more {
    position: relative;
    margin: -12px auto 102px;
}
.home .alm-reveal {
    max-width:100%!important;
}

.fullimg{
	width:100%;
	max-width: 1000px;
	margin: auto;
	height: 670px;
	display: block;
	clear: both;
	float: none;
	position: relative;
	top:auto;
	left:auto;
	right: auto;
	bottom:auto;
	margin-top:100px;
}

.home .fullimg{
	margin-top:0!important;
}

.menu-primary{
	width: 380px;
	display: flex;
	justify-content:space-between;
	margin: 50px auto;
}

.menu-primary li{
	display: block;
	}
	
	.menu-primary li a{
		font-size: 14px;
		text-align: left;
		letter-spacing: 0.4em;
		line-height: 25px;
		text-transform: uppercase;
		text-decoration: none;
		color: #3247DF;
	}


.site-header nav{
	display: none;
}
.home .site-header{
		position: absolute;
	top:0;
	left:180px;
	
}
.home .site-header nav{
    display: block;
    z-index: 9999;
    position: relative;
}


.page-template-page-about .home-port{
	margin-bottom:150px;
}

.home .fullimg:before{
	position: absolute;
	right: -60px;
    top: -85px;
	margin: 0;
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 100%;
	max-width: 150px;
	height: 170px;
	background-image:url(images/blueicon.svg);
}


/* Frames
--------------------------------------------- */ 
.fa-intro {
    background: #f5f4f3;
    width: 100%;
    height: 613px;
    margin: -13px 0 0;
    padding: 10px;
}
.fa-intro h2.title {
        text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin: 75px 0 0;
}
.fa-intro .desc {
        font-size: 24px;
    font-family: 'Silk Serif';
    text-align: center;
    margin: 62px auto 0;
    max-width: 511px;
    line-height: 1.7;
    letter-spacing: 0.02rem;
}
.options .inner {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 720px;
    margin: -181px auto 0;
}
.options {
    position: relative;
}
.options .inner .image {
    width: 345px;
    height: 322px;
    background-size: cover;
    background-position: center;
}
.options .inner .left, .options .inner .right {
    width:345px;
}
.page-id-999 .the-footer .top-flex {
    display: none!important;
}
.options .inner h3.title{
        font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.13rem;
    margin: 20px 0 9px;
    position: relative;
}
.options .inner h3.title:hover {
    cursor: pointer;
}
.options .inner h3.title:before {
        content: "+";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    display: block;
    position: absolute;
    left: 139px;
    top: 0px;
    transition: all 0.5s;
}
.options .inner h3.title:hover:before {
            -webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.the-options {
        font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.13rem;
    display: none;
}
.the-options li {
    margin-bottom: 9px;
}
.the-options li:hover {
    cursor: pointer;
}
.the-options li:before {
    content:"- ";
    display: inline-block;
    margin: 0 12px 0 0;
}
.the-options .pop-up {
        position: absolute;
    width: 1109px;
    height: auto;
    top: -300px;
    background: white;
    border: 1px solid black;
    padding: 50px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    text-align: center;
}
.the-options .pop-up.showme {
    display: block;
}
.the-options .pop-up .close {
        position: absolute;
    top: 20px;
    right: 15px;
    font-size: 35px;
    font-weight: 100;
}
.f-form {
        max-width: 438px;
    margin: 28px auto 80px;
}

.presslist{
	display: block;
	width: 100%;
	max-width: 330px;
	margin: 100px auto;
}

.pressli img, .pressli a{
	margin: 50px auto;
	display: block;
}

button#responsive-menu-pro-button{
	background-color: transparent!important;
}



.responsive-menu-pro-inner, .responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after{
	height: 2px!important;
	width:100px!important;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a{
	padding-bottom:10px!important;
	text-transform: uppercase!important;
}

.bottommenu a{
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.28em;
	display: block;
	margin: 50px auto 60px!important;
	color: #fff!important;
	text-transform: uppercase;
}

.responsive-menu-pro-inner{
	border: none!important;
	background-color: transparent!important;
	color: transparent!important;
}





.responsive-menu-pro-inner::after {
    bottom: -3px!important;
}


.page-template-page-info .meet-joe {
    max-width: 890px;
}

.page-template-page-info .meet-joe .right {
 width: 415px;
    height: 585px;
    }

.page-template-page-info .meet-joe .left {
    width: 415px;
    height: 585px;
    }
    
    .page-template-page-info .infoblock{
	    width: 100%;
	    max-width: 890px;
    }
    
    .page-template-page-info .infoblock h2{color:#3247DF; font-family:"chopard"; font-size:28px; letter-spacing: 0.025em; line-height: 40px; display: block; text-align: left;}
    
    .page-template-page-info .infoblock .desc{font-size:18px; letter-spacing: 0.04em; line-height: 28px; display: block; text-align: left;}

.page-template-page-info .infoblock{
	margin: auto;
}

.page-template-page-info .meet-joe{
	margin-bottom:50px;
}

.processtop .icontext{
	font-size: 56px;
	letter-spacing: 0.1em;
	line-height: 65px;
	text-transform: uppercase;
	display: block;
	margin: 100px auto;
}

/*
.responsive-menu-pro-button.is-active {
    top: 0px!important;
    right: 46%!important;
}
*/

#responsive-menu-pro-container {
/*    background-position: -200px -50px!important;
    background-repeat: no-repeat!important;*/
    background-color: #6D6754!important;
}


#responsive-menu-pro-container #responsive-menu-pro-wrapper{
	background:transparent!important;
}

.is-active .responsive-menu-pro-inner::after {
bottom:auto!important
}

.is-active .responsive-menu-pro-inner, .is-active .responsive-menu-pro-inner::before, .is-active .responsive-menu-pro-inner::after {
    width: 25px!important;
    height: 1px!important;
    background-color:#fff!important;
    }

.is-active .responsive-menu-pro-inner{
	background-color: #fff!important;
	color: #fff!important;
}

.pressblock h3{
	text-align: center;
	display: block;
	margin: auto;
	color: #3247DF;
	font-size: 16px;
    display: block;
    text-align: center;
    letter-spacing: 0.3em;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
	
}

.presslist .pressli{
	display: block;
	width: 100%;
	max-width: 310px;
	margin:  auto;
}

.presslist .pressli img{
	display: block;
	margin: 30px auto;
}


/* About
--------------------------------------------- */  
.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: 1125px;
   /* margin: 85px auto 0;*/
   margin: 100px auto 0;
}
.meet-flex .left .image {
    width: 510px;
    height: 765px;
    background-size: cover;
    background-position: center;
}
.meet-flex .left {
    width:570px;
    position: relative;
}

.meet-flex .left .name{
	margin-top:80px;
}


.name{
font-size:16px;
letter-spacing: 0.3em;
line-height: 30px;
display: block;
text-align: left;
text-transform: uppercase;
color: #3247DF;
}


.meet-flex .right .image {
    width: 435px;
    height: 612px;
    background-size: cover;
    background-position: center;
}
.meet-flex .right {
    width: 440px;
    position: relative;
}
.meet-flex .right h3.name{
        font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    font-weight: 400;
    position: absolute;
    bottom: 185px;
    right: -85px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.meet-tinted {
    padding: 280px 0 0px;
    margin: -191px 0 0;
    height: 702px;
    position: relative;
    z-index: -1;
}
.meet-tinted .scroll {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    letter-spacing: 0.26rem;
}
.meet-tinted .inner {
    max-width: 975px;
    margin: 0 auto;
    position: relative;
}
.meet-tinted .inner .desc {
        font-family: 'Silk Serif';
    font-size: 24px;
    margin: 41px 0 0 52px;
    line-height: 1.7;
    letter-spacing: 0.02rem;
    padding-right: 2px;
}
.meet-tinted .right h2.title {
        font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.13rem;
    margin: -7px 0 0 1px;
}
.meet-tinted .inner .right{
    position: absolute;
    right: 0;
    width: 500px;
}
.meet-joe {
    max-width: 1280px;
    margin: 75px auto 100px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.meet-joe .right {
    width: 100%;
    max-width: 600px;
    height: 810px;
    background-size: cover;
    background-position: center;
}
.meet-joe .left {
    width:100%;
    max-width: 500px;
}
.meet-joe .left .view-work a{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    position: relative;
}
.meet-joe .left .view-work a:before {
    content: "+";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    display: block;
    position: absolute;
        left: -21px;
    top: 0px;
    transition: all 0.5s;
}
.meet-joe .left .view-work a:hover:before{
    -webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.meet-joe .left .view-work{
    text-align: right;
    margin: 101px -12px 0 0;
}
.meet-joe .left h2.title {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 25px;
    text-align: left;
    display: block;
    margin: 90px auto 50px;
    color: #282727;
    text-transform: uppercase;
}

.meet-joe .left .titleunderline:after{
    margin-left:0;
}

.meet-joe .left .subtitle{
    font-size:20px;
    letter-spacing: 0.01em;
    line-height: 35px;
    display: block;
    text-align: left;
}



.meet-joe .left .desc, .meet-joe .left .desc p{
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 32px;
}
.featured {
    width: 100%;
    height: 637px;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 166px;
    margin-top: 138px;
    background-attachment: fixed;
}
.featured h2.title {    
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.26rem;
    margin: 91px 0 45px;}

.featured h3 p {
    font-size: 24px;
    font-family: 'Silk Serif';
    color: white;
    line-height: 2.1;
    letter-spacing: 0.03rem;
}
.featured .overlay {
    position: absolute;
    background: black;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    top: 0;
}
.featured .text-block {
    text-align: center;
    color: white;
    position: absolute;
    width: 800px;
    left: 0;
    right: 0;
    margin: auto;
    top: 20%;
}


/* Info
--------------------------------------------- */  
.info-flex {
    max-width: 1371px;
    margin: -61px auto 0;
    position: relative;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.info-flex .left .image {
    width: 577px;
    height: 382px;
    background-size: cover;
    background-position: center;
}
.info-flex .right .image{
    width: 519px;
    height: 780px;
    background-size: cover;
    background-position: center;
}
.info-flex .left{
    margin-top: 143px;
    width: 672px;
        height: 382px;
    position: relative;
}
.info-flex .left h3.name{
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    bottom: -50px;
    right: 46px;
    letter-spacing: 0.27rem;
}
.info-flex .right {
    width:530px;
        margin-left: -1px;
}
.info-flex .right h3.name{
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    bottom: 178px;
    right: -91px;
    letter-spacing: 0.26rem;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.info-tinted {
    background: #f5f4f3;
    padding: 100px 0 0;
    margin: -177px 0 0;
    height: 703px;
    position: relative;
    z-index: -1;
}
.info-tinted .scroll {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    letter-spacing: 0.26rem;
}
.info-tinted .inner {
    max-width: 1116px;
    margin: 80px auto 0;
    position: relative;
}
.info-tinted .inner .left {
    width:600px;
}
.info-tinted .inner .left h2.title{
        font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.13rem;
    margin: 91px 0 54px 0;
}
.info-tinted .inner .left .desc{
    font-family: 'Silk Serif';
    font-size: 24px;
    margin: -11px 0 0 65px;
    line-height: 1.7;
    letter-spacing: 0.02rem;
    padding-right: 20px;
}
.weddings {
    max-width: 987px;
     margin: 121px auto 110px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.weddings .left {
    width: 410px;
    height: 616px;
    background-size: cover;
    background-position: center;
}
.weddings .right {
    width: 500px;
}
.weddings .right h2.title{
        font-size: 18px;
    font-family: 'Silk Serif';
    text-transform: uppercase;
    letter-spacing: 0.21rem;
    margin: 117px 0 75px -14px;
    padding-right: 90px;
    line-height: 1.56;
}
.weddings .right .view-work a{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    position: relative;
}
.weddings .right .view-work a:before {
    content: "+";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    display: block;
    position: absolute;
        left: -21px;
    top: 0px;
    transition: all 0.5s;
}
.weddings .right .view-work a:hover:before{
    -webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.weddings .right .desc{
        padding-left: 55px;
    padding-right: 50px;
}
.weddings .right .view-work{
        margin: 53px 0 0 0;
    text-align: right;
    padding-right: 101px;
}
.approach {
    padding: 50px 0;
    background: #f4f4f3;
}
.approach .inner {
    max-width: 1092px;
    margin: 59px auto 67px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.approach .inner .left h2.title{
        font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.27rem;
    margin: 65px 0 0 53px;
}
.approach .inner .left .desc h4{
        font-family: 'Silk Serif';
    font-size: 24px;
    line-height: 1.7;
    margin: 91px 0 84px -11px;
    letter-spacing: 0.025rem;
    width: 108%;
}
.approach .inner .left .desc p{
        padding-left: 54px;
    width: 105%;
}
.approach .inner .right {
    background-size: cover;
    background-position: center;
    width:496px;
    height:746px;
}
.approach .inner .left {
    width:500px;
}
.testimonials-wrap {
    max-width: 1002px;
    margin: 133px auto 138px;
}
.testimonials-wrap .flex-me {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.testimonials-wrap .flex-me .left .image {
    width: 352px;
    height: 530px;
    margin-left: 0;
    background-size: cover;
    background-position: center;
}
.testimonials-wrap .flex-me .left .name{
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 115px;
    left: -115px;
    letter-spacing: 0.26rem;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    width: 260px;
    height: 20px;
    text-align: right;
}
.testimonials-wrap .flex-me .left{
        position: relative;
    width: 633px;
    padding-left: 38px;
}
.testimonials-wrap .flex-me .right{
    width: 691px;
    padding-top: 135px;
}
.testimonials-wrap .flex-me .right .desc{
    font-size: 24px;
    font-family: 'Silk Serif';
    line-height: 2;
    letter-spacing: 0.02rem;
    padding-right: 25px;
}
.testimonials-wrap .next-slide{
        display: block;
    font-size: 12px;
    letter-spacing: 0.26rem;
    position: absolute;
    width: 552px;
    right: 0;
    bottom: 143px;
}
.testimonials-wrap .fa-arrow-left {
    display: none!important;
}
.page-id-878 .the-footer .top-flex {
    display: none;
}
/* Contact
--------------------------------------------- */  

.error404 .entry-content {
    display: none;
}
.error404 h1.entry-title{
        text-align: center;
    margin: 100px auto 150px;
    font-family: 'Silk Serif';
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    font-size: 25px;
}
.contact-intro {
    background: #f4f4f3;
    margin: 192px 0 123px;
    height: 751px;
    position: relative;
}
.contact-intro .inner{
    max-width: 1149px;
    margin: 0 auto;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.contact-intro .left {
    width: 474px;
    height: 712px;
    background-size: cover;
    background-position: center;
    margin: -142px 0 0;
}
.contact-intro .right{
    width: 537px;
    padding-top: 163px;
}
.contact-intro .right h2.title {
        font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.135rem;
    margin: 1px 0 0 -49px;
}
.contact-intro .right .large-text{
    padding-right: 50px;
    font-size: 24px;
    font-family: 'Silk Serif';
    font-weight: 500;
    line-height: 1.7;
    margin: 41px 0 85px 0;
    letter-spacing: 0.025rem;
}
.contact-intro .right .small-text{
    padding: 0 9px 0 0;
}
.contact-intro .scroll {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    letter-spacing: 0.26rem;
}
.inquiries {
    max-width: 1119px;
    margin: 50px auto 153px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.inquiries .right{
    width: 452px;
    height: 680px;
    background-size: cover;
    background-position: center;
}
.inquiries .left {
    width: 537px;
}
.inquiries .left .desc{
        padding-left: 67px;
    line-height: 1.75;
    margin: -2px 0 49px 0;
    letter-spacing: 0.033rem;
}
.inquiries .left .c-form{
    padding-left:67px;
        margin-top: -15px;
}
.inquiries .left .c-form input{
        width: 100%!important;
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #404041;
    -webkit-appearance: none;
}
.inquiries .left .c-form .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    width: 100%;
    margin-bottom: 37px;
}
.inquiries .left .c-form  .gform_wrapper textarea.medium {
    height: 150px;
    width: 100%;
    margin-top: 26px;
}
.inquiries .left .c-form #gform_submit_button_1{
        background: none;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    font-size: 12px;
    text-align: right;
    margin: 0;
    padding: 0;
    position: relative;
}
.inquiries .left .c-form .gform_wrapper .gform_footer:after {
    content:"+";
    display: block;
    position: absolute;
    top:0;
    right:63px;
    transition: all 0.5s;
}
.inquiries .left .c-form .gform_wrapper .gform_footer:hover:after {
        -webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.inquiries .left .c-form .gform_wrapper .gform_footer {
    padding: 0;
    margin: 12px 0 0 0;
    clear: both;
    width: 109%;
    position: relative;
}
.inquiries .left .c-form .gform_wrapper ul.gform_fields li.gfield:nth-child(2), .inquiries .left .c-form .gform_wrapper ul.gform_fields li.gfield:nth-child(3){
 width: 46.5%;
}
.inquiries .left .c-form #gform_fields_1{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.inquiries .left .c-form label{
        text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.26rem;
    font-size: 12px;
}
.inquiries .left h2.title{
        font-size: 18px;
    text-transform: uppercase;
    font-family: 'Silk Serif';
    letter-spacing: 0.2rem;
    margin: 102px 0 96px -64px;
}
.page-id-880 .testimonials-wrap .flex-me .right {
    width: 695px;
    padding-top: 42px;
}
.page-id-880 .testimonials-wrap .flex-me .right .desc {
    padding-right:0;
}

/* Portfolio
--------------------------------------------- */  
ul.sorting {
 display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    margin: 26px auto 89px;
    position: relative;
}
ul.sorting:after {
    content: "";
    display: block;
    width: 100%;
    height: 1201px;
    background-color: #f5f4f3;
    position: absolute;
    z-index: -1;
    top: 395px;
}
ul.sorting span {
        font-size: 11px;
}
ul.sorting li {
    margin: 0 21px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.15rem;
    transition: all 0.5s;
}
ul.sorting li:hover {
    cursor: pointer;
    opacity: 0.7;
}
.gal-load-more {
        position: relative;
    width: 100%;
    text-align: center;
    height: 257px;
}
.gal-load-more h2 {
        font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    letter-spacing: 0.26rem;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.topport{
	background-color: #f8f5ef;
}
.images {
	width: 100%;
    max-width: 1287px;
    margin: 0 auto;
    overflow: hidden;
}

.workwrap{
	display: flex;
	justify-content:space-between;
    flex-wrap:wrap;
}

.workwrap div{
    width: 100%;
}

.blog-wrap.yarper{
    width: 100%;
    max-width: 100%;
    display: block;
    margin:auto;
}

.blog-wrap.yarper .right a .feat:hover {
     transform: none; 
}

.yarpblockwrap{
    display: flex;
    justify-content: space-between;
}

.yarpblock{
    background-color: transparent;
    /* float: right; */
    margin: auto;
    max-width: 1200px;
}

.yarpblock .single-post-flex{
    max-width: 565px;
}

.yarpblock .textarrowlink{
    margin-top:15px;
}

.yarpblock .right{
    max-width: 565px;
}

.single-post .searchblock{
    margin:0 auto 50px;
}

.single-post .searchblock {
    padding: 35px 50px 40px;
}



.yarpblock .slick-slide .left a {
    width: 100%;
    max-width: 100%;
    max-height: auto;
    overflow: hidden;
    font-weight: lighter;
    margin:auto;
}


.yarpblockwrap {
    width: 100%;
    max-width: 1175px;
    margin-bottom:50px;
}

/*
.yarpblock .slick-slide{
    margin-left:-60px;
}

.yarpblock .slick-current{
    margin-left:0;
}
*/



.yarpp-related h3{
    text-align: left!important;
    font-family: 'Atlantic'!important;
    font-size: 36px!important;
    display: block!important;
    max-width: auto!important;
    letter-spacing: 0.06em!important;
    line-height: 50px!important;
    margin: 0!important;
    padding: 0!important;
    font-weight: lighter!important;
}

.yarpright a{
    font-weight: lighter!important;
}

.yarpblockwrap, .yarpp-related {
    background-color: transparent; 
}


.yarpblock .explink{
    float: none;
    clear: both;
    margin: 0;
    display: block;
}

.single-post .worktitle h1{
    text-align: center;
    font-family: 'Atlantic';
    font-size: 46px;
    display: block;
    max-width: auto;
    letter-spacing: 0;
    line-height: 55px;
}

.the-cats a{
    text-align: center;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    margin: 20px auto 0;
    font-family: elza,sans-serif;
    letter-spacing: 0.1em;
    line-height: 25px;
    font-weight: 500;
}

.workwrap .workleft{
display: block;
width: 100%;
max-width: 50%;	
}

.workwrap .workright{
display: block;
width: 100%;
max-width: 50%;	
}

.worktitle h1{
	text-align: left;
	font-size: 36px;
	display: block;
	color: #fff;
	letter-spacing: 0.06em;
	line-height: 48px;
	font-family: elza,sans-serif;
	margin: 0;
	padding: 0;
	color: #282727;
	font-weight: lighter;
}

.filterbox{
	font-size: 16px;
	letter-spacing: 
}

.topport .home-port{
 margin: auto;
	padding: 25px 0;
}

.filterwrap ul, .searchandfilter ul{
	display: flex!important;
	justify-content:flex-end!important;
	margin: 0;
}

.searchandfilter ul li:first-of-type{
   margin-right:30px;
}

.filterwrap .filterleft, .filterwrap .filterright{
	width: 100%;
	max-width: 250px;
	margin: 0;
	display: block;
}

.images .single-port-flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 15px;
}
.images .single-port-flex .left {
        position: relative;
}
.images .single-port-flex .right{
    width: 361px;
    padding-top: 215px;
}
.images .single-port-flex .right h1.title{
    font-size: 24px;
    font-family: 'Silk Serif';
    font-weight: 500;
    letter-spacing: 0.03rem;
    padding-left: 3px;
    max-width: 300px;
    line-height: 1.25;
}
.images .single-port-flex .right button{
        background: transparent;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    margin: 88px 0 0 -35px;
    font-weight: 400;
    position: relative;
}
.images .single-port-flex .right button:before {
    content: "+";
    display: block;
    position: absolute;
    top: 0;
    left: -14px;
    transition: all 0.5s;
}
.images .single-port-flex .right button:hover:before {
        -webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.images .single-port-flex .left p.rotate{
        font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 85px;
    left: -41px;
    letter-spacing: 0.26rem;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    width: 200px;
    text-align: right;
}
.images .single-port-flex .singleImage {
       width:635px;
    height: 505px;
     display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.hoverport{
	position: relative;
	z-index: 9999;
	height: 100%;
}

.hoverport .hpflex{
	position: absolute;
	left:0;
	bottom:0;
}

.images .single-port-flex .singleImage:after{
	content: "";
	position: absolute;
	       width:635px;
    height: 505px;
    background-color: rgba(0,0,0,0.2);
    display: block;
    margin: 0;
    top:0;
    left:0;
    transition:all 0.5s ease-in
}

.images .single-port-flex .singleImage:hover:after{
    background-color: rgba(0,0,0,0.4);

}

.images .single-port-flex:nth-of-type(3n){
	width: 100%;
	max-width: 100%;
}

.images .single-port-flex:nth-of-type(3n) .singleImage{
		width: 100%;
	max-width: 100%;
}


.images .single-port-flex:nth-of-type(3n) .singleImage:after{
		width: 100%;
	max-width: 100%;	
}


.images .single-port-flex:nth-of-type(3n) .left{
	width: 100%;
}


.hoverport{
  display: flex;
  justify-content: center;	
}

.hoverport .hpflex{
padding: 30px;
}

.fsalebtn{
	position: absolute;
	top:0;
	right: 0;
	padding: 30px;
	text-transform: uppercase;
	font-size: 25px;
    letter-spacing: 0.06em;
    line-height: 30px;
    font-weight: lighter;
    display: block;
    text-align: right;
    color: #fff;
    font-family: elza,sans-serif;
	
}



.pricetxt{
	font-size: 25px;
	letter-spacing: 0.06em;
	line-height: 30px;
	font-weight: lighter;
	display: block;
	text-align: left;
	color: #fff;
		font-family: elza,sans-serif;
		margin: 0;
		padding: 0;

}

.hpflex .title, .hpflex .title a{
	display: block;
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.hpflex .title a{
	text-align: left;
}

.hpflex .title{
	width: 100%;
	max-width: 180px;
}


.hoverport .hpflex{
	display: block;
}






.images .single-port-flex:nth-child(even) .left p.rotate {
    right: -37px;
    left: inherit;
}
.images .single-port-flex:nth-child(even) .right {
    text-align: right;
    width: 353px;
}
.images .single-port-flex:nth-child(even) .right button {
        margin: 88px -61px 0 0px;
}
.post-type-archive-portfolio .alm-reveal {
    width:100%;
    max-width: 100%;
}
.post-type-archive-portfolio .hideme {
    display: none;
}

.hidemex{
    display: none!important;
}

.post-type-archive-portfolio .hideme2 {
    display: none!important;
}
.single-port-header .hero-image {
        width: 100%;
    height: 605px;
    margin: 0 auto 0;
    background-size: cover;
    background-position: center;
}

.inquiries{

background-image: url(images/blueoct.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
width: 100%;
max-width: 1025px;
height: 686px;
padding: 50px;
}

.gform_wrapper{
	width: 100%!important;
	max-width: 850px!important;
	margin: auto!important;
}




#gform_fields_1{
  display: grid;
  grid-template-columns: 0fr repeat(2, auto) 0fr;
  grid-column-gap: 0px;
  justify-items: right;
}
/*
#field_1_1, #field_1_2, #field_1_3, #field_1_4, #field_1_5{ grid-column-start: 2; width: 350px;}
#field_1_6 { margin-left: auto;  width: 100%; max-width: 360px;}
*/


#field_1_1{
    width: 100%;
    max-width: 100%;
}

li#field_1_3{
    margin-right:25px!important;
}

.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 46%!important;
}

li#field_1_4{
    max-width:46%;
}

li#field_1_4 {
    margin-right: 0 !important;
}

.twox:nth-of-type(2n), .gform_legacy_markup_wrapper ul.gform_fields li.gfield{
    padding-right:0!important;
}


div#input_1_1 {
    display: flex;
}

#field_1_8{
    width: 100%;
    max-width: 100%;
    float: none;
    clear: both;
    display: block;
    margin:0;
}

  .twox, .gform_wrapper.gform_validation_error .gform_body ul .twox {
    max-width: 47% !important;
    float: left;
    clear: none !important;
    width: 100% !important;
    margin-right:25px !important;
    }

    li#field_1_6 {
        margin-top: 30px;
    }

    input#gform_submit_button_1 {
        padding-top: 0;
    }

    body .gform_legacy_markup_wrapper ul li.gfield {
        margin-top: 28px!important;
    }

    li#field_1_8 {
        padding-top: 1px;
        float: none;
        clear: both;
        display: block;
    }

   /* .twox:nth-of-type(2n){
        margin-right:0!important;
    }
        */

        #field_1_7{
            margin-right:0!important;
        }

        .gform_legacy_markup_wrapper li.hidden_label input{
            margin-top:0!important;
        }

.lower h1{
	font-size: 56px;
	line-height: 65px;
	letter-spacing: 0.1em;
	color: #3247DF;
	text-transform: uppercase;
		font-family: "chopard";
display: block;
text-align: center;
}


.lower p{
	font-size:18px;
	text-align: left;
	letter-spacing: 0.04em;
	line-height: 28px;
	color: #4E4E62;
}

.single-port-header .lower {
        max-width: 800px;
    margin: 84px auto 0;
    text-align: center;
}
.single-port-header .lower p.cat{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.13rem;
}
.single-port-header .lower h3{
        font-family: 'Silk Serif';
    font-size: 24px;
    margin: 31px auto 60px;
    letter-spacing: 0.02rem;
}
.single-port-header .lower .icon{
        width: 54px;
}
.single-port-header {
    position: relative;
}
.bigport {
        max-width: 1247px;
    margin: 105px auto 0;
}
.single-portfolio .the-footer .top-flex{
    display: none;
}
.port-page {
    max-width: 1116px;
    margin: 56px auto 194px;
    clear: both;
        font-size: 12px;
    letter-spacing: 0.24rem;
}
.single-portfolio footer {
    clear:both;
}
.port-page .right{
        float: right;
}
.port-page .right a {
    position: relative;
}

.port-page{
	display: flex;
	justify-content:center;
	border-top: solid thin #3247DF;
	border-bottom: solid thin #3247DF;
	padding: 30px 0;
	width: 100%;
	max-width: 1050px;
	margin: 50px auto;
}

.port-page div{
	width: 30%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #4E4E62;
	font-size: 16px;
	letter-spacing: 0.28;
	line-height: 26px;
	font-weight: normal;
}


.port-page .left a {   
position: relative;}
.port-page .left {
	text-align: left;
}

.port-page .mainport {
	text-align: center;
}

.port-page .right {
    text-align: right;
}


/* Blog
--------------------------------------------- */  
.blog-top .right {
    width: 668px;
    height: 445px;
    background-size: cover;
    background-position: center;
}
.blog-top .left {
        width: 300px;
}
.blog-top .left h2.title{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.265rem;
    margin: 62px 0 49px 17px;
}
.blog-top .left ul{
    font-size: 18px;
    font-family: 'Silk Serif';
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    padding-left: 113px;
}
.blog-top .left ul li{
        margin-bottom: 20px;
}
.blog-top {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1112px;
    margin: 61px auto 0;
}
.blog-top .left .search-hide {
    display: none;
    font-size: 12px;
    position: absolute;
    padding: 0;
    width: 225px;
    top: 35px;
    right: -58px;
}
.blog-top .left .search-hide input{
        padding: 0 10px 10px 0;
    border: none;
    border-bottom: 1px solid black;
    color: black;
    letter-spacing: 0.26rem;
    -webkit-appearance:none;
}
.blog-top .left .search-hide #searchsubmit {
    display: none;
}
.blog-top .left .search-hide.showme {
    display: block;
}
.blog-top .left .search{
        margin-left: 17px;
        position: relative;
}
.blog-top .left .search .search-open{
        padding-left: 116px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    margin-top: 48px;
    position: relative;
}
.blog-top .left .search .search-open:before {
    content: "+";
    display: block;
    position: absolute;
    top: 0px;
    right: 177px;
    transition: all 0.5s;
}
.blog-top .left .search .search-open:hover:before {
        -webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.top-advice {
    background: #f5f4f3;
    width: 100%;
    min-height: 300px;
    margin: 110px auto 92px;
    position: relative;
    padding-bottom: 22px;
}
.top-advice .scroll {
        -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    letter-spacing: 0.26rem;
}
.top-advice .inner .slider ul .right .title{
        font-size: 24px;
    font-family: 'Silk Serif';
    font-weight: 500;
    margin: 109px 0 41px 0;
}
.top-advice .inner .slider ul .right .desc p{
        white-space: pre-wrap;
    padding-right: 84px;
    letter-spacing: 0.05rem;
}
.top-advice .inner  .next-slide{
    position: absolute;
    right: -111px;
    font-size: 12px;
    letter-spacing: 0.26rem;
    top: 45%;
}
.top-advice .inner  .next-slide .nav-arrow{
        position: absolute;
    top: 2px;
    left: -44px;
}
.top-advice .inner .slider ul .right .r-more{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    padding-left: 0px;
    position: relative;
}

.blogpost .titleunderline{
	text-align: left;
	
}

.blogpost .titleunderline:after{
	margin-left:0;
}

.blogpost .distinctleftwrap p{
	text-align: left;
}

.blogpost .maintitle a{
	text-align: left;
	display: block;
}

.blogpost .explink{
	text-align: left;
}

.blogpost .r-more{
	display: block;
	text-align: left;
}



.blogpost .distinctleftwrap, .blogpost .explink{
width: 100%;
max-width: 100%;
	
}

.top-advice .inner .slider ul .right .r-more:after, .explink .r-more:after {
    content: "";
    display: inline;
    position: absolute;
	top: 6px;
    right: -20px;
    transition: all 0.5s;
    background-image: url(images/smarrow.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-position: center center;
    margin: 0;
    background-size: contain;
}
.explink .r-more{
display: inline;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
}

.blockwrap{
	background-color: #fbf9f5;
}


/*
.top-advice .inner .slider ul .right .r-more:hover:after {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
*/

.blogtitlewrap{
    width: 100%;
    max-width:1200px;
    display: block;
    margin:50px auto;
}


.blog-wrap .single-post-flex:nth-of-type(2n) .right .feat{
    height: 480px;
}

.top-advice .inner .slider ul .right .desc {
        margin-bottom: 45px;
}
.blog-wrap, .blog .alm-reveal, .archive.category .alm-reveal{
    max-width: 1200px;
    margin: 0 auto;
}
.blog-wrap {
    margin-bottom: 102px;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.blog-wrap .single-post-flex .right .feat, .alm-reveal .single-post-flex .right .feat{
    width: 563px;
    height: 640px;
    background-size: cover;
    background-position: center;
}
.blog-wrap .single-post-flex .left, .alm-reveal .single-post-flex .left{
    width: 100%;
    padding: 0;
    max-width: 400px;
    margin:auto;
}

.blog-wrap .single-post-flex:nth-of-type(3n) .right .feat {
    height: 480px;
}

.blog-wrap .single-post-flex:nth-of-type(4n) .right .feat {
    height: 640px;
}

.single-post-flex:nth-of-type(4n){
    margin-top:-160px;
}

.blog .blogwrap .distinctrightwrap{
    background-color: #Fff;
}

.blog .blogwrap .distinctionblock .distinctleft .distinctleftwrap {
     margin-right: 0px; 
     padding-bottom: 100px;
}

.blog .blogwrap .distinctrightwrap {
    width: 100%;
    max-width: 600px;
}

.blog .blogwrap .aboutimg {
    height: 685px;
}

.searchblockleft{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 25px;
    display: block;
    text-align: left;
    margin: 0;
    font-weight: 500;
}

#searchsubmit{
    display: none;
}

.searchblockwrap select, .searchblockwrap input{
    background-color: transparent!important;
}

.postform{
    padding: 20px 0 10px 0;
    width: 250px;
}

.searchblockleft{
    padding-top:20px;
    width: 100%;
}

.spw{
    background-color: #f8f5ef;
    width: 100%;
}

.spw .single-port-header{
    width: 100%;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
}

#s{
background-image:url(images/magnify.svg);
background-repeat: no-repeat;
background-size: 6%;
background-position: 375px center;
}

.postform{
    background-image:url(images/downarrow.svg);
    background-repeat: no-repeat;
    background-size: 6%;
    background-position: center right;
}

.searchblockmid{
    margin-right:50px;
}

.searchblockwrap #s{
    border-radius: 25px;
    width: 420px;
    height: 48px;
    border: solid thin #8D8276;
    padding: 15px;
    margin: 10px auto;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 15px;
    box-sizing: border-box;
    text-align: left;
    text-transform: uppercase;
}
.page-template-page-contact .searchblockwrap #s::placeholder, .searchblockmid select{
    text-transform: uppercase; 
}

.communityblock .upper .rightblock .rightimg {
    bottom: inherit;
    top: 33%;
}

.searchblock{
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: 50px auto;
    background-color: #FBF9F5;
    padding: 50px;
}

.searchblock .searchblockwrap{
    display: flex;
    justify-content: flex-end;
    margin: auto;
    width: 100%;
    max-width: 1080px;
}



.blog .blogwrap .aboutimg {
margin: 0;
}

.blog .blogwrap .distinctionblock .distinctrightwrap {
    margin-right: 0px;
}

.blog .blogpost .explink p{
        margin-bottom:50px;
}

.blog .blogpost .explink, .blog .blogpost .explink p{
    margin-top:0;
}

.blogwrap{
    background-color: #fbf9f5;
}

.blog .blog-wrap{
    margin-bottom:0;
}

.blog .blog-load-more{
    margin-top:0;
}



.single-post-flex:nth-of-type(7n) .right .feat {
   height: 480px;
}

.blog-wrap .single-post-flex .left .category, .alm-reveal .single-post-flex .left .category{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    margin: 25px auto;
}

.blog-wrap .single-post-flex .left .r-more, .alm-reveal .single-post-flex .left .r-more {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    padding-left: 23px;
    position: relative;
}

.bottomblogtitles .title a:after{
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    margin:25px auto 80px;
    position: relative;
    border-top:solid thin #8D8276;
}

.blog-load-more .alm-load-more-btn {
	border-radius: 25px;
    width: 175px;
    height: 48px;
    background-color:#8D8276;
    border: solid thin #8D8276;
    padding: 10px;
    margin: 0px auto;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 15px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    clear: both;
    float: none;
}

.bottomblogtitles .pricetxt{
    color: #282727;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 25px;
    font-weight: 400;
    display: block;
    text-align:center;
}

.bottomblogtitles .title a{
    display: block;
    font-size: 37px;
    letter-spacing: 0.025em;
    line-height: 44px;
    text-transform: none;
    font-family: 'Atlantic';
    color: #6D6754;
    text-align: center;
    margin: 0;
}



.single-properties .wp-block-columns > .wp-block-column:nth-of-type(even) .wp-block-column:nth-of-type(odd) p{
    font-weight: 500!important;

}

.single-properties .worktitle h1{
	margin: 0;
	padding: 0;
	font-size: 32px;
	letter-spacing: 0;
	line-height: 46px;
	display: block;
	    font-family: 'Atlantic';
}

.contentblock{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.contentblock h1, .contentblock h2, .contentblock h3, .contentblock h4, .contentblock h5, .contentblock h6{
	letter-spacing: 0;
	line-height: 55px;
	display: block;
	font-family: 'Atlantic';
	margin: auto;
	padding: 0;
}

.contentblock h1, .contentblock h2{
	font-size: 46px;
}

.contentblock h6{
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 25px;
	display: block;
	margin: 40px auto;
	padding: 0;
	text-transform: uppercase;
			font-family: elza,sans-serif;
}

.single-properties .contentblock h6{
    font-weight: 300;
    margin-bottom:15px;
}

.myportfolio-container{
    margin-top: 100px;
}


.contentblock h2:after{
	display: block;
	margin: 40px 0;
	padding: 0;
	content: "";
	border-bottom:solid thin #8D8276;
	height: 1px;
	width: 40px;
}

.underlinetitle:after{
    display: block;
	margin: 40px 0;
	padding: 0;
	content: "";
	border-bottom:solid thin #8D8276;
	height: 1px;
	width: 40px;  
}


.detailist{
	display: inline;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 26px;
	text-align: right;
}

.detailist:after{
content: "|";
display: inline;
margin: auto;
position: relative;
text-align: right;
padding: 0 20px;

}

.detailist:last-of-type:after{
display: none;
}



.blog-load-more{
        position: relative;
    margin: 50px auto 70px;
}

.post-type-archive-properties .blog-load-more div#ajax-load-more {
    margin-top: -50px;
}

.post-type-archive-properties .alm-load-more-btn{
    margin-top:40px;
}




.alm-btn-wrap .alm-load-more-btn.done {
    display: none!important;
}
.top-advice .inner .slider ul .left .feat{
        width: 305px;
    height: 458px;
    background-size: cover;
    background-position: center;
}
.top-advice .inner .slider ul .right{
        width: 513px;
}
.top-advice .inner .slider ul .flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.top-advice .inner .slider .fa-arrow-left {
    display: none!important;
}
.top-advice .inner {
    max-width: 891px;
    margin: 50px auto;
}
.top-advice .inner h2.title{
        font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.13rem;
    margin: 0 0 67px -94px;
    padding-top: 130px;
}
.single-blog-wrap {
    max-width: 835px;
    margin: 95px auto 0;
    position: relative;
}

.spw .single-port-header{
    padding-top:40px;
}

.wp-block-image.size-full{
    margin:50px 0;
}

.lower .right{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}

.single-blog-wrap p {
    font-family: elza,sans-serif;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 32px;
    color: #56534F;
    font-weight: 300;
}


.single-blog-wrap .date {
    width: 225px;
    height: 41px;
    position: absolute;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    text-align: right;
    top: 88px;
    right: -183px;
}
.single-blog-wrap #hero-image{
    width: 382px;
    height: 574px;
    background-size: cover;
    background-position: center;
    float: left;
}
.single-blog-wrap .hero-left {
    float:left;
}

.single-blog-wrap .long-post p:nth-child(3) {
    clear: both;
   /* padding-top: 79px; */
}
.single-blog-wrap .long-post blockquote {
    margin-left: 469px;
    font-size: 14px;
    color: #404041;
    line-height: 1.75;
    letter-spacing: 0.032rem;
    padding: 0;
    font-weight: 400;
    text-transform: inherit;
    text-align: left;
    padding-right: 40px;
}
.single-blog-wrap .the-cats {
        font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.13rem;
    padding-top: 95px;
    margin-bottom: 83px;
       padding-left: 466px;
}
.single-blog-wrap h2.title{
        font-size: 24px;
    font-family: 'Silk Serif';
    font-weight: 500;
    letter-spacing: 0.1rem;
    padding-left: 466px;
    line-height: 1.5;
        margin-bottom: 65px;
}
.long-post .gallery {
    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;
}
.long-post .gallery figure {
    width:49%;
    margin-bottom:20px;
}
.single-blog-wrap .lower{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 29px auto 128px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    padding-left: 20px;
}
.single-blog-wrap .lower a, .single-blog-wrap .lower .share {
    position: relative;
}

.single-blog-wrap .lower a:hover:before, .single-blog-wrap .lower .share:hover:before {
        -webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.single-blog-wrap .lower .hideme {
    display: none;
}

.single-blog-wrap .lower .sharing span {
    margin: 0 20px;
}

.single-blog-wrap .lower .share {
    margin-right: 20px;
}


.lower .right{
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 25px;
    font-weight: normal;
    text-transform: none;
}

.lower .share{
    font-weight: 500;
    font-size: 16px;
}

/* Site Containers
--------------------------------------------- */  
.site-container {
    margin: 0px auto 0px;
    width: 100%;
/*    overflow-x: hidden;*/
}
#site-general-content {
    max-width: 1200px;
    margin: 0 auto 70px;
    width: 95%;
}
.site-inner {
    clear: both;
    width: 100%;
    margin: 0px auto 0;
    position:relative; 
}

.content {
    width: 100%;
    float: none;
}
h2.entry-title, h1.entry-title {
}

h2.entry-title a {
}

a.more-link {

}

.entry-header .entry-meta {

}

.entry-content p {
}

.entry {
    
}
    
#respond {
    margin: 0px auto;
}

h3#reply-title {
}

.pagination {

}

.pagination a {

}

.pagination-previous {
    margin: 0px auto;
    padding: 0px 0px;
    display: block;
    float: right;
}

.pagination-next {
    margin: 0px auto;
    padding: 0px 0px;
    display: block;
    float: left;
}

#commentform label, .comment-notes {
    display: none;
}

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

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

input,
select,
textarea {
    background-color: #fff;
    border:none;
    border-bottom: 1px solid #8D8276;
    text-align: left;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 20px;
    margin: 0px auto;
    color: #282727!important;
    font-size: 14px!important;
    letter-spacing: 0.1em!important;
    line-height: 25px!important;
    font-weight: normal!important;
}

.gform_wrapper.gravity-theme .gfield textarea.large{
	border-color:#8D8276!important;
}

.communityblock.contactblock .maintitle {
    padding-right: 75px;
}

.gfield_label{
	text-transform: uppercase!important;
    color: #282727!important;
    font-size: 14px!important;
    letter-spacing: 0.1em!important;
    line-height: 25px!important;
    font-weight: normal!important;
    display: block;
    text-align:left;
}

.gform_wrapper.gravity-theme .gfield textarea.large{
    height: 160px;
}


.contactblock .leftimg {
    width: 100%;
    max-width: 235px;
    height: 330px;
}

.contactblock .rightimg {
    width: 100%;
    max-width: 235px;
    height: 235px;
}


textarea{
	border: 1px solid #282727;
}

.jtl .maintitle{
    margin-bottom:30px
}

.jtl .inner {
    max-width: 1200px;
}

#gform_wrapper_2 input{
    color:#BDB3A7!important;
    text-align: right!important;
    font-size: 18px!important;
    letter-spacing: 0.1em!important;
    line-height: 22px!important;
    padding: 15px 0!important;
    background-color: transparent!important;
}

.jtl .distinctleftwrap p {
font-size: 18px!important;
letter-spacing: 0.01em!important;
line-height: 32px!important;
}

.jtl.distinctionblock .distinctleft .distinctleftwrap {
    margin-right: auto!important;
    margin-left:auto!important;
}

#gform_submit_button_1{
    padding-left:0!important;
    padding-right:0!important;
}

.jtl .aboutimg {
   max-width: 620px;
    height: 720px;
    margin-bottom:0;
    margin-top:0;
}

#gform_wrapper_2 input:active, #gform_wrapper_2 input:focus{
    border-bottom: solid thin #282727!important;
}

#gform_wrapper_2 .gform_footer:after{
    display: none;
}
#gform_wrapper_2 #gform_submit_button_2{
    border-radius: 25px;
    width: 175px;
    height: 48px;
    border: solid thin #8D8276!important;
    padding: 10px;
    margin: 20px 0 0!important;
    text-transform: uppercase;
    font-size: 14px!important;
    letter-spacing: 0.1em!important;
    line-height: 15px!important;
    box-sizing: border-box;
    text-align: center!important;
    background-color: transparent!important;
    color: #282727!important;
}

.jtl .upper .inner{
    max-width: 100%!important;
    justify-content: flex-start!important;
}

.jtl.distinctionblock .distinctleft .distinctleftwrap{
    padding-left:270px;
}



.distinctionblock.jtl, .jtl .inner{
    max-width: 100%!important;
}

.jtl .distinctleft {
    max-width: 50%!important;
}

.jtl .distinctleftwrap .maintitle{
    margin-top:0;
}

.jtl .distinctrightwrap{
    background-color: transparent;
}

.jtl .distinctleftwrap{
    background-color:#fbf9f5;
    padding: 60px;
    box-sizing: border-box;
}

#gform_wrapper_2 .gfield_label {
    text-align: right!important;
    color:#BDB3A7!important; 
    display: none!important;
    text-transform: none!important;
    font-size: 18px!important;
    letter-spacing: 0.1em!important;
    line-height: 22px!important;
}

#gform_wrapper_2 .gform_footer{
    justify-content: flex-end;
}

#gform_wrapper_2 input:active, #gform_wrapper_2 input:hover{
    border-bottom:solid thin #282727;
}

::-moz-placeholder, ::-webkit-input-placeholder, ::placeholder{
    text-transform: uppercase!important;
}


#gform_wrapper_2 ::-moz-placeholder {
    opacity: 1;
    color:#BDB3A7!important;
    -webkit-font-smoothing: antialiased;
}

#gform_wrapper_2 ::-webkit-input-placeholder {
    opacity: 1;
     color:#BDB3A7!important;
    -webkit-font-smoothing: antialiased;
}

#gform_1 .gfield select, .searchandfilter ul select{
    background-image:url(images/downarrow.svg);
    background-repeat: no-repeat;
    background-size: 3%;
    background-position: center right;
}

.searchandfilter ul select{
    background-color: transparent!important;
    background-size:5%!important;
    padding-top:15px!important;
    margin-top:-15px!important;
    text-transform: uppercase;
    text-align: left!important;
    padding-left:0!important;
}



.the-footer {
    padding-top: 30px;
}

.searchblockwrap #s::-webkit-input-placeholder, .searchblockwrap #s::-moz-placeholder, .searchblockwrap #s::placeholder{
    text-transform: uppercase!important;
}

.gfield_label{
    display: block!important;
    margin: 40px 0 15px!important;
    text-align: left;
    padding: 0;
}

.gform_footer{
    display: flex;
    justify-content: space-between;
    margin: 0;
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 25px;
    text-transform: uppercase;
}

.gform_footer:after {
    content: "";
    display: block;
    position: relative;
    margin: 2px 0 0 0;
    width: 75px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(images/arrow.svg);
    margin-left: 20px;
}

.gform_footer {
    justify-content: flex-start;
}

.gform_wrapper.gravity-theme .gform_footer input {
    align-self: flex-start;
    padding-top:0;
    width:58px;
    margin: 0;
}


.inner h1{
	font-size:56px!important;
    text-transform: uppercase!important;
    letter-spacing: 0.1rem!important;
    line-height: 65px!important;
    color: #3247DF!important;
    font-family: "chopard"!important;
    font-weight: normal!important;
    display: block!important;
    text-align: center!important;
    margin: auto!important;
    border:none!important;
    outline:none!important;
}

.distinctblockwrap{
	display: flex;
	justify-content:space-between;
}

.inner{
	width: 100%;
	max-width: 790px;
	margin:auto;
}

.distinctleft{
	display:block;
	width: 100%;
	max-width: 500px;
	margin: 0;
}



.distinctleft{
	display: flex;
	justify-content:center;
	align-items:center;
}



.titleunderline{
	font-weight: lighter;
}

.distinctrightwrap{
	width: 690px;
	display: flex;
	justify-content:flex-end;
	position: relative;
	background-color: #fbf9f5;
}

.explink{
	width: 100%;
	display: block;
	max-width: 270px;
	float: right;
}

.distinctleftwrap .maintitle{
    text-align: right;
    font-size:46px;
}

.distinctleftwrap p{
	text-align: right;
}

.textarrowlink{
	display: flex;
		justify-content:space-between;
	margin: 0;
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 25px;
	text-transform: uppercase;
}

.distinctleftwrap p{
	font-size: 20px;
	letter-spacing: 0.010em;
	line-height: 35px;
	
}



.textarrowlink:after{
	content: "";
	display: block;
	position: relative;
	margin: 2px 0 0 0;
	width: 75px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image:url(images/arrow.svg);
	margin-left:10px;
    transition:all 0.5s ease-in;
}

.textarrowlink:hover:after{
    margin-right:-10px;
    fill: #282727;


}

.communityblock .comright{
	width: 100%;
	max-width: 270px;
	height: 285px;
}


.textarrowlinkleft:after{
	display: none!important;
}
.textarrowlinkleft:before{
		content: "";
	display: block;
	position: relative;
	margin: 2px 0 0 0;
	width: 75px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image:url(images/arrow.svg);
	transform: rotate(90deg);
    transform: scaleX(-1);
    margin-right:10px;
    transition: all 0.5s ease-in;
}

#responsive-menu-pro-title-image{
    margin-top:20px!important;
}

.textarrowlink{
    transition: all 0.5s ease-in;  
}

.textarrowlinkleft:hover{
    margin-left:-10px;

}






.distinctionblock{
	max-width: 1300px;
}

.presslide{
	display: flex;
	justify-content:space-between;
	width: 100%;
	max-width: 1300px;
	margin: auto;
	position: relative;
}
.home .featprop{
    margin-top:170px;
}

.home .featprop .images .single-port-flex{
    margin-bottom:0;
}

.home .featprop .images .single-port-flex.block3{
    margin-top:20px;
}

.home .communityblock, .home .communityblock .upper{
    padding-top:0;
}

.home .featprop .maintitle{
    font-size: 36px;
    letter-spacing: 0.06em;
    line-height: 48px;
}

.presslide .next-slide{
	position: absolute;
	right: 0;
	bottom:-100px;
}

.presslide .prev-slide{
	position: absolute;
	left: 0;
	bottom:-100px;
}

.pressblock{
	display: block;
	width: 100%;
    margin:100px auto 150px;
}

.pressblockbox{
	width: 250px!important;
    height: 50px;
    display: block!important;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin: auto!important;
    background-position: center;
}


.explink{
	margin-top:25px;
}

.aboutimg{
	width: 600px;
	height: 600px;
	display: block;
	margin: 50px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.inner{
	max-width: 1360px;
}

.desc a{
	text-decoration: underline;
}


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

::-webkit-input-placeholder {
    opacity: 1;
     color:#000;
    -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%;
}

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

.single-post .image-gallery-wrapper{
    max-width:640px;
    margin:auto;
}

.photoMosaic a:hover img{
    opacity: 1!important;
}



.blog .blog-wrap .right a, .blog .blog-load-more .right a, .archive.category .blog-wrap .right a, .archive.category .blog-load-more .right a{
        width:100%;
        max-width: 565px;
        max-height: 640px;
            overflow: hidden;
    }
    

    
    .processwrap .left > div {
    margin-left: 10px;
}
    
    
    .iconwrap div{
	    width: 100%;
	    text-align: center;
	    margin: 10px auto;
    }
    
    .processtop .icontext {
    font-size: 40px;
   }
   
   .images{
	   display: flex;
	   justify-content:space-between;
	   flex-wrap:wrap;
   }
    
    
    .images .single-port-flex{
	    width: 100%;
	    max-width: 635px;
    }

.images .single-port-flex .imagelinks{
         width:100%;
          max-width: 350px;
    max-height: 526px;
            overflow: hidden; 
}

    .slick-slide .left a{
   width:100%;
        max-width: 305px;
        max-height: 458px;
                    overflow: hidden;

    }

    .blog-wrap .right a .feat, .blog-load-more .right a .feat, .slick-slide .left a .feat{
                       transition: transform 1s;
-moz-transition: transform 1s;
-ms-transition: transform 1s;
-o-transition: transform 1s;
-webkit-transition: transform 1s;
    }

    .blog-wrap .right a .feat:hover, .blog-load-more .right a .feat:hover, .slick-slide .left a .feat:hover {
transform:scale(1.03)
}

#swipebox-overlay{
overflow: hidden!important;
z-index: 99999!important;
}


#swipebox-arrows {
    padding-top: 10px;
}

#swipebox-close, #swipebox-next, #swipebox-prev{
    background-image:url(images/icons.png)!important;
}

#swipebox-overlay{
    background-color: rgba(255,255,255,0.9)!important;
}

#swipebox-bottom-bar, #swipebox-top-bar{
    background-color: rgba(255,255,255,0.7)!important;
}


#swipebox-close{
    background-size: cover;
    background-position: 0px 0px!important;
    top:10px!important;
    right:15px!important;
    }
    
#swipebox-prev{
    background-size: cover;
    background-position: -45px 0px!important;
} 

.logoblock{
	position: absolute;
	width: 100%;
}

.logoblock a{
	display: block;
	margin: 250px auto;
}

.logoblock a svg{
	display: block;
	margin: auto;
}

.imagesblocks {
    position: relative;
    height: 800px;
}

#swipebox-next{
    background-size: cover;
    background-position: -95px 0!important;
}   

#swipebox-close, #swipebox-next, #swipebox-prev{
    width:24px!important;
    height: 24px!important;
}  

#swipebox-title, #swipebox-overlay{
  font-size: 12px !important;
  line-height: 13px!important;
  font-family: 'Sweet Sans'!important;
  letter-spacing: 0.05rem!important;
  color: #000!important;
  text-shadow: none!important;
}

#swipebox-title{
    padding-top: 20px;
}

.imagesblocks{
	position: relative;
}

.imagesblocks .main-image{
	position: absolute;
	width: 100%;
	max-width: 546px;
	height: 685px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: block;
	top:0;
	right:0;
}

.home .site-inner{
	position: relative;
	top:0;
}

.imagesblocks .secondary-image{
	position: absolute;
	width: 100%;
	max-width: 280px;
	height: 360px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: block;
	top:430px;
	left:0;	
}

.iconwrap{
	width: 100%;
	max-width: 640px;
	display: flex;
	justify-content:space-between;
	margin: 50px auto;
}

.iconwrap .iconleft{
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.28em;
	line-height: 25px;
	padding-top:10px;
}

.iconwrap .iconright{
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.28em;
	line-height: 25px;
	padding-top:10px;
}

.icontext{
	color: #3247DF;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 0.025em;
	width: 100%;
	max-width: 515px;
	margin: 30px auto;
}

.headertitle{
	font-size: 56px;
	line-height: 65px;
	letter-spacing: 0.1em;
	display: block;
	text-align: left;
	text-transform: uppercase;
}

.view-work{
	position: relative;
	display: block;
	max-width: 1080px;
	margin: auto;
	width: 100%;
	height: 550px;
}

.view-work .blocker1 .image{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	max-width: 292px;
	height: 195px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.view-work .blocker2 .image{
	position: absolute;
	top:50px;
	right:0;
		width: 100%;
	max-width: 250px;
	height: 385px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.view-work .blocker3 .image{
	position: absolute;
	bottom:0px;
	left:21%;
		width: 100%;
	max-width: 292px;
	height: 292px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.view-work .vwork{
 position: absolute; 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 280px; /* Need a specific value to work */
  top:0px;
  font-size: 82px;
  letter-spacing: 0.1em;
  line-height: 70px;
  display: block;
  text-align: center;
  color: #3247DF;
  text-transform: uppercase;
  z-index: 9999;
  top:-80px;
  font-family: "chopard";
}

.headertitle{
	font-family: "chopard";
	color:#3247DF;
}


.teamblock .teamicon {
    top: -100px;
}

.teamblock{
	position: relative;
	width: 100%;
	max-width: 1100px;
    margin: 180px auto 0;
}

.teamwrap{
	width: 1000px;
	margin-left:0;
}

.teamicon{
	display: block;
	position: absolute;
	right:100px;
	top:0;
}

.processtop{
		width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}

.processwrap{
	display: flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	width: 100%;
	max-width: 1260px;
	margin: 0;
}

.processwrap .left {
    width: 100%;
    max-width: 570px;
    margin: 0;
    margin-left: 30px;
}

.processwrap .left .title{
color:#3247Df;
letter-spacing: 0.3em;
line-height: 30px;
text-transform: uppercase;
}

.processwrap .left .desc{
	padding-top:0px;
	font-size: 18px;
	letter-spacing: 0.04em;
	line-height: 30px;
}

.processwrap:nth-of-type(even) .left{
	margin-left:0;
	margin-right:20px
}


.processwrap:nth-of-type(even) .right{
max-width: 250px;
height: 390px;
	
}

.processwrap:nth-of-type(even) .left{
	max-width: 610px;
	width: 100%;
	
}

.processwrap:nth-of-type(even) .left > div{
	border-left:solid thin #3247DF;
	width: 100%;
	padding:30px 30px 30px 100px;
	box-sizing: border-box;
	
}

.processwrap:nth-of-type(odd) .left > div{
	width: 100%;
	padding:30px 100px 30px 30px;
	box-sizing: border-box;
}

.iconcontact p, .iconcontact, .iconcontact a{
	display: block;
	text-align: center;
}

.iconcontact{
	margin: 100px auto;
}


.page-template-page-info .home-port{
	margin-bottom:120px;
}


.processwrap .left{
	display: flex;
	justify-content:center;
	align-items:center;
}


.processwrap .right{
    width: 100%;
    max-width: 300px;
    margin: 0;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.meet-joe .left:nth-of-type(2n){
	margin-top:100px;
}

.processwrap:nth-of-type(2n){
	flex-direction:row-reverse;
}

.singleImage:hover .hoverport{
	opacity: 1;
	transition:all ease 0.5s;
}

.iconport{
	position: absolute;
	right:0;
	bottom:80px;
}

.single-portfolio header.site-header {
    position: absolute;
	top:0;
}

.fullimg{
	position: relative;
}

.fullimg .brownbox{
	width: 100%;
max-width: 915px;
    height: 590px;
	background-color: rgba(168,153,110, 0.8);
	position: absolute;
	left:40px;
	top:40px;
	  display: flex;
  align-items: center;
  justify-content: center;
}

.fullimg .brownbox a{
	display: block;
	max-width: 300px;
	width: 100%;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	line-height: 30px;
	font-size: 18px;
    font-family: 'Karla', sans-serif;
    position: relative;
    z-index: 9999;
}

.fullimg .brownbox a:after{
	content"";
	display: block;
	height: 1px;
	margin-top:10px;
	border-top:#fff solid thin;
	width: 100px;
	position: relative;
}

.fullimg .brownbox{
	opacity: 0;
	transition:All 0.5s ease-in;

}

.fullimg:hover .brownbox{
	opacity: 1;
}

.fullimg{
		z-index:9999;
	position: relative;
	cursor: pointer;
}

.hoverport .hpflex, .hpflex .title{
	width: 100%;
	max-width: 100%;
}

.hpflex .title a{
	display: block;
	font-size: 37px;
	letter-spacing: 0.025em;
	line-height: 44px;
	text-transform: none;
	    font-family: 'Atlantic';

}


.hoverport{
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.worktitle{
	position: relative;
}




.icontext{
	font-family: "chopard"!important;
}



#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
    height: auto!important;

    }

.archivelogo{
    width: 100%;
    max-width: 1200px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.inner h1{
	margin-bottom:100px;
}




.imagesblocks .logoblock{
	padding:0 20px;
}

 .hidedesk{
	  display: none!important;
  }
  
  
  .iconblock.hidedesk{
	  width: 100%;
	  max-width: 100px;
	  display: block;
	  margin: 50px auto;
  }
  .iconblock.hidedesk svg{
	  width: 100%;
	  height: auto;
	  display: block;
  }
  
  .tophomeimg{
	  position: relative;
  }
  
  .home .genesis-nav-menu .current-menu-item{
	  display: none;
  }
  
  .home-port-flex .right .title a{
  padding: 0.2em 0;
  }
  
  .home-port-flex .right .title a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3247DF;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}

 .home-port-flex .right .title a:hover::after,
 .home-port-flex .right .title a:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
}

.home-port-flex:first-of-type .right{
	max-width: 35%;
}

.home-port-flex .left .image{
	opacity: 1;
}

.fullimg .brownbox a{
	max-width:700px;
}

.fullimg .brownbox a h4{
	font-size: 52px;
	letter-spacing: 0.1em;
	line-height: normal;
	text-align: center;
	display: block;
	position: relative;
	font-family: "chopard";
	padding: 0;
	margin: auto;
}

.fullimg .brownbox a{
	display: block;
	height: auto;
	position: relative;
}

.fullimg .brownbox a:after{
	background-color:#fff;
	position:relative;
	content:"";
	width: 285px;
	height: 1px;
	margin:auto;
	margin-top:5px;
}


.fullimg .brownbox a {
	text-align: center;
	line-height: normal;
}

.view-work .vwork a{
	color:#3247DF;
}

.view-work .vwork{
	line-height: 92px;
}

/* Slide in */
.view-work .vwork {
  overflow: hidden;
}

.view-work .vwork a::after {
  transform: translate3d(-100%, 0, 0);
}

.view-work .vwork a:hover::after,
.view-work .vwork a:focus::after{
  transform: translate3d(0, 0, 0);
}

.view-work .vwork a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3247DF;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}

.view-work .vwork:hover a::after{
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
}
.view-work .vwork a:hover::after,
.view-work .vwork:hover a::after,
.view-work .vwork:focus a::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.iconwrap .iconright, .iconwrap .iconleft{
	width: 100%;
	max-width: 200px;
}


/* Slide in */
 .home-port-flex .right .title {
  overflow: hidden;
  position: relative;
}

 .home-port-flex .right .title a::after {
  opacity 1;
  transform: translate3d(-100%, 0, 0);
}

 .home-port-flex .right .title a:hover::after,
 .home-port-flex .right .title a:focus::after{
  transform: translate3d(0, 0, 0);
}

.home-port-flex .left .image{
	transition:all 0.5s ease-in;
}

 .home-port-flex:hover > .left .image{
  opacity:0;
}

.meetalliextra{
	width: 100%;
	margin:auto;
	max-width: 760px;
	text-align: left;
}

.meetalliextra p{
font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 32px;
    text-align: left;
    color: #56534F;
}

.meetalliextra h3{
	display: block;
    position: relative;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 42px;
    font-family: 'Atlantic';
    margin: 50px auto;
    color: #6D6754;
    text-align: left;
}
 
.meetalliextra .buttonroundgreen{
	float: left;
	margin: 50px 0;
	font-size: 17px;
	padding: 24px;
	width: 300px;
}

.givingbackblock .lefttxt{
width: 100%;
max-width: 970px;
background-color: #FBF9F5;
padding: 100px;
text-align: left;
}

.givingbackblock .righttxt .bgimg{
width: 100%;
max-width: 325px;
height: 470px;
display: block;
margin: auto;
margin: 100px 0;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
float: right;
}

.givingbackblock .lefttxt h2{
	display: block;
    position: relative;
    font-size: 46px;
    letter-spacing: 0;
    line-height: 56px;
    font-family: 'Atlantic';
    margin: 0px 0 50px 0;
    color: #282727;
    text-align: left;
}

.givingbackblock .lefttxt p{
	font-size: 20px;
	letter-spacing: 0.01em;
	line-height: 35px;
	text-align: left;
}

.givingbackblock .righttxt{
width: 100%;
max-width: 330px;
clear: both;
float: none;
overflow: hidden;
}


.lbfont{
	color: #6D6754;
	font-size: 32px;
	letter-spacing: 0.06em;
	line-height: 38px;
	display: block;
	text-align: center;
	margin: auto;
	font-weight: lighter;
}

.meet-joe .left .desc p{
	margin: 0;
}

.maintitle{
	display: block;
	position: relative;
	font-size: 46px;
	letter-spacing: 0;
	line-height: 60px;
	color: #282727;
	font-family: 'Atlantic';
	margin: 50px auto;
}

.titleunderline{
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 25px;
	text-align: center;
	display: block;
	margin: 50px auto;
	color: #282727;
	text-transform: uppercase;
}

.titleunderline:after, .bannerblock .titleunderline:after{
	content: "";
	display: block;
	border-bottom:solid thin #8D8276;
	margin: 25px auto;
	width: 100%;
	max-width: 60px;
	position: relative;
}

.bannerblock .desc .titleunderline{
    font-size: 33px;
    letter-spacing: 0.05em;
    color:#fff;
    margin: 10px 0;
}

.bannerblock .titleunderline:after{
    border-color:#fff;
    margin-top:40px;
}





.leftimg{
	width: 100%;
	max-width: 325px;
	height: 435px;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
	display: block;
}

.rightimg{
	width: 100%;
	max-width: 325px;
	height: 405px;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
	display: block;
}


.midimg{
	width: 100%;
	max-width: 230px;
	height: 250px;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
	display: block;
	margin: 90px auto;
}

.upper .leftblock, .upper .rightblock{
    position: relative;
}

.upper .leftblock .leftimg{
    position: absolute;
    bottom:50px;
}

.upper .rightblock .rightimg{
    position: absolute;
    bottom:-150px;
}

.tophome .rightblock{
    position: relative;
}

.home .upper.distinctionblock{
    max-width: 100%;
    margin-top:250px;
}

.topbrownblock .titleunderline{
    text-align: left;
    margin-left:0;
}

.topbrownblock .titleunderline:after{
margin-left:0;
}

.aboutimg{
    position: relative;
}

.aboutimg .sothdiv{
    position: absolute;
    right:35px;
    bottom:35px;
}

.featprop .maintitle{
    margin:0 auto 50px;
    display: block;
    text-align:center;

}

.distinctionblock .distinctleft .distinctleftwrap{
    margin-right: -40px;
}


.tophome .rightblock{
    background-image: url(images/aglogobg.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 220px center;
}

.tophome .inner{
    max-width: 100%;
}

.tophome .leftblock{
    position: relative;
}

.tophome .leftblock:after{
    background-image: url(images/aglogobg.svg);
    background-size: contain;
    display: block;
    max-width: auto;
    content: "";
    margin: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 240px;
    height: 270px;
    position: absolute;
    bottom: -30%;
    left: -37%;
}

.introblock{
	display: block;
	margin: auto;
	font-size: 20px;
	letter-spacing: 0.010em;
	line-height: 35px;
	text-align:center;
}

#gform_wrapper_1 select, #gform_wrapper_1 input[type=text]::placeholder, #gform_wrapper_1 input[type=email]::placeholder, #gform_wrapper_1 input::placeholder{
    text-transform: uppercase!important;
}

.buttonroundgreen{
	border-radius: 50px;
    width: 240px;
    height: 70px;
    background-color: #959083;
    border: solid thin #959083;
    padding: 10px;
    margin: 10px auto;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 20px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}

#backToTop{
    display: none;
}

.back2top.buttonroundgreen{
    color:#Fff;
    line-height: normal;
}

.back2top .popbtn{
    position: relative;
    display: flex;
    justify-content: center;
        padding-top:13px;
        color: #fff;

}

.back2top .popbtn:hover{
    color: #fff;
  
}


.joinusblockwrap{
    width:100%;
    display: flex;
    justify-content: space-between;
}

.joinusblockwrap .joinusblockleft{
    width:100%;
    max-width:250px;
    height:535px;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    position: relative;
}

.joinusblockwrap .joinusblockright{
padding:80px 80px 0px;
box-sizing: border-box;
}

.joinusblockwrap .joinusblockright h4{
padding-top:0;
margin-top:0;
font-weight: lighter;
font-size: 18px!important;
}

.joinusblockwrap #gform_wrapper_2 .gfield_label{display: none!important;}


.joinusblockwrap .joinusblockright h3{
    display: block;
    position: relative;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 40px;
    color: #282727;
    font-family: 'Atlantic';
    margin: 0px auto 30px;
}


.joinusblockwrap #gform_wrapper_2 .gfield_label, .joinusblockwrap #gform_wrapper_2 input{
    text-align: left!important;
}

.joinusblockwrap #gform_wrapper_2 .gform_footer {
    justify-content: flex-start;
}

.back2top .popbtn:after{
display: block;
content:"x";
position: relative;
margin-left:30px;
}

.middleblock .buttonroundgreen{
    font-size: 17px;
    line-height: normal;
    padding: 23px 0;
}

.middleblock .buttonroundgreen{
    margin-top:85px;
}

.middleblock{
	width: 100%;
	max-width: 475px;
	margin: auto;
	display: block;
}

.communityblock .middleblock{
	max-width: 500px;
}

.logobox{
	width: 100%;
	height: 170px;
	max-width: 295px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	display: block;
	background-image:url(images/logo.svg);
}

.herowrap{
	height: 100%;
	margin: auto;
	display: flex;
	align-items:center;
	justify-content:center;
}

#hero-image{
	width: 100%;
	height: 685px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: block;
	margin: auto;
    background-position: center;
}

#hero-imagemob{
	width: 100%;
	height: 550px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: block;
	margin: auto;
    background-position: center;
}

.upper .inner{
	display: flex;
	justify-content:space-between;
	margin: auto;
}


.upper .leftblock{
	width: 100%;
	max-width: 325px;
}

#gform_fields_1 {
display: block!important;
}


.upper .rightblock{
	width: 100%;
	max-width: 325px;
}

.topnavwrap{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.topnavwrap, .topnavmenu{
	width: 100%;
	display: flex;
	justify-content:space-between;
}

.tophome .titleunderline{
    margin-top:0;
}

.topnavmenu{
	max-width: 730px;
}

.topnavlinks{
	width: 100%;
	max-width: 450px;
display: block;
}

#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu-depth-1 a.responsive-menu-pro-item-link{
    padding-left:0!important;
}

.letchat{
    border-radius: 25px;
    width: 175px;
	height: 48px;
	border:solid thin #8D8276;
	padding: 15px;
	margin: 10px auto;
	text-transform: uppercase;
	font-size:14px;
	letter-spacing: 0.1em;
	line-height: 15px;
	box-sizing: border-box;
	text-align: center;
   
    background-size: 0% 100%;
  background-image: linear-gradient(#f4eee3, #f4eee3);

  background-image: -webkit-gradient(linear, center center, center center, from(#f4eee3), to(#f4eee3));
  background-image: -webkit-linear-gradient(#f4eee3, #f4eee3);
  background-image: -moz-linear-gradient(#f4eee3, #f4eee3);
  background-image: -o-linear-gradient(#f4eee3, #f4eee3);
  background-image: -ms-linear-gradient(#f4eee3, #f4eee3);
  

  background-repeat: no-repeat;
  transition: all 0.5s linear;

}

#gform_wrapper_2 #gform_submit_button_2{
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(#56534f, #56534f);
  background-image: -webkit-gradient(linear, center center, center center, from(#56534f), to(#56534f));
  background-image: -webkit-linear-gradient(#56534f, #56534f);
  background-image: -moz-linear-gradient(#56534f, #56534f);
  background-image: -o-linear-gradient(#56534f, #56534f);
  background-image: -ms-linear-gradient(#56534f, #56534f);
  transition: all 0.5s linear;

}

#responsive-menu-pro-additional-content .letchat{
    background-image: linear-gradient(#56534f, #56534f);
    background-image: -webkit-gradient(linear, center center, center center, from(#56534f), to(#56534f));
    background-image: -webkit-linear-gradient(#56534f, #56534f);
    background-image: -moz-linear-gradient(#56534f, #56534f);
    background-image: -o-linear-gradient(#56534f, #56534f);
    background-image: -ms-linear-gradient(#56534f, #56534f);
}

.letchat:hover, #gform_wrapper_2 #gform_submit_button_2:hover{
    background-size: 100% 100%;
    transition: all 0.5s cubic-bezier(0.000, 0.000, 0.230, 1);
}

#givingbackblock .inner{
    justify-content: flex-start;
}

#givingbackblock .inner .righttxt{
    margin-left:100px;
}

#menu-top-menu{
    margin-top:25px;
}

#menu-top-menu a{
	font-size: 14px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 15px;
	font-family: elza,sans-serif;
font-weight: 300;
font-style: normal;
}

.topnavlinks .top-nav{
		display: flex;
	justify-content:space-between;
	}


.wp-block-separator{
	border-bottom:none!important;
}

.topnavwrap{
    padding:10px 0;
}

.topnavlogo{
	width: 100%;
	max-width: 40px;
    margin-top:10px;
}

.wp-block-column .wp-block-columns .wp-block-column:nth-of-type(odd){
	text-transform: uppercase;
	font-weight: 500!important;
}

.wp-block-column .wp-block-columns .wp-block-column:nth-of-type(even){
	text-align: right;
	display: block;
}

.wp-block-column .wp-block-columns .wp-block-column{
	font-size: 16px;
}

.wp-block-column .wp-block-columns .wp-block-column p{
	margin-bottom:0!important;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 25px;
	text-transform: uppercase;
}

.contentblock > .wp-block-columns{
    gap: 5em;
    }

.contentblock p{
	font-size: 18px;
	letter-spacing: 0.01em;
	line-height: 32px;	
}

.wp-block-separator{
	margin-top:25px!important;
}

.wp-block-columns{
	margin-bottom:0!important;
}


#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
    font-size: 14px!important;
    letter-spacing: 0.1em!important;
    display: block!important;
    text-transform: uppercase!important;
    line-height: 25px!important;
    color:#fff!important;
    font-weight:normal;
    font-family: elza,sans-serif!important;
    }
    
    #responsive-menu-pro-container .menu-item-has-children .responsive-menu-pro-item-link, #responsive-menu-pro-container #responsive-menu-pro > li.responsive-menu-pro-item:first-child > a{
        font-size: 14px!important;
        letter-spacing: 0.1em!important;
        display: block!important;
        text-transform: uppercase!important;
        line-height: normal!important;
        color:#fff!important; 
        font-weight: 500!important;
        font-family: elza,sans-serif!important;
    }

    #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-open a{
        font-weight: lighter!important;
    }


    #responsive-menu-pro{
        width:100%;
        max-width:30%;
        float: right;
    }
    #responsive-menu-pro-additional-content{
        clear:both;
    }

    #responsive-menu-pro-container #responsive-menu-pro{
float:right;
    }

    .responsive-menu-pro-item-has-children > .responsive-menu-pro-item-link{
        font-weight: bold!important;
    }

    .bottomcontentwrap {
        display: flex;
        justify-content: flex-start;
    }


    .bottomcontentwrap .letchat{
        padding-top: 15px!important;
        border-color:#fff!important;
        color:#fff!important;
        margin-left:50px!important;
        margin-top:10px!important;
    }

    .bottomright .btmright{
        margin-left:100px;
    }

    .bottomright .btmright .social a{
        color:#fff!important;
    }

#responsive-menu-pro-additional-content{
    position: relative;
}

#responsive-menu-pro-additional-content .bottomcontent{
    position: absolute;
    left:50px;
    bottom:70px;
}

#responsive-menu-pro{
margin-top: 15vh!important;
}


    .bottomcontentwrap  .btmright .social{
        margin-top:30px!important;
    }

    .bottomcontentwrap  .btmright .social li a:after {
        padding: 0 20px!important;
    }


    #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-open{
        margin:18px 0!important;
    }
    
    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow{
        display: none!important;
    }
    
    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a{
        padding:0!important;
    }

    .infinitescroll{
        height: 100%;
        display: block;
        overflow: auto;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: -10px;
        padding-right: 10px;
    }

    .prevwrap{
        width: 100%;
        max-width: 1200px;
        margin: 50px auto;
        display: flex;
    justify-content: space-between;
    }

    .prevwrap .prev-slide{
        justify-content: flex-start;
    }

    .prevwrap .next{
        justify-content: flex-end;

}

    .page-template-page-aboutsoth .meet-joe.btmabt .left{
        height: 810px;
            overflow: hidden;
            position: relative;
    }

    .single-properties .contentblock{
        margin-top:50px;
    }

    .pressblock .titleunderline{
        margin-bottom:100px;
    }

    .page-template-page-aboutsoth .meet-joe.btmabt .infinitescroll div .titlesm{
        font-size: 46px;
        letter-spacing: 0;
        line-height: 56px;
    }
    

    .page-template-page-aboutsoth .meet-joe.btmabt .infinitescroll div{
        height: 80%;
        margin-top:70px;
    }

    .page-template-page-aboutsoth .meet-joe.btmabt .infinitescroll div p, .page-template-page-aboutsoth .meet-joe.btmabt .infinitescroll div h2{
        display: block;
        width: 100%;
    }
    ::placeholder, #gform_fields_1 input::-moz-placeholder, #gform_fields_1 input::-webkit-input-placeholder, #gform_fields_1 input::placeholder {
        text-transform: uppercase!important;
    }

    .bannervideo{
        max-width: 1200px;
        display: block;
        margin: auto;
        width: 100%;
        height: auto;
    }

    .bannervideo > div, .bannervideo > video{
        max-width: 1300px!important;
        display: block!important ;
        margin: auto!important;
        width: 100%!important;
        height: auto!important;
    }
    
    .explink .r-more {
        display: block;
        line-height: normal;
        text-transform: uppercase;
        width: 110px;
    }

    .interiorscollection.abouttopblock .rightwrap p{
        column-count: 2;

    }

    .interiorscollection.abouttopblock .rightwrap{
        width: 100%;
        max-width: 695px;
        display: block;
        margin:auto;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 26px;
    }


@media all and (max-width:1240px){
    .three-links {
        width:95%;
    }

    .topnavwrap, .topnavmenu {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .topnavwrap {
        max-width: 1100px;
    }

    .topbrownblock .brownblockwrap {
        padding: 0 30px;
        padding-top: 80px;
    }

    .the-footer {
        padding: 0 20px;
        padding-top: 30px;
    }

   .images {
        justify-content: space-around;
    }

    .images .single-port-flex .singleImage, .images .single-port-flex .singleImage:after {
        width: 435px;
    }

    .images .single-port-flex {
        max-width: 435px;
    }

    .home-port {
        width:95%;
    }
    .the-footer .lower-flex {
        width:95%;
    }
    .meet-flex {
        width: 100%;
    }
    .meet-joe {
        width:95%;
    }
    .meet-joe .left h2.title {
        margin: 152px 0 94px 0px;
    }
    .bigport {
        width:95%;
    }
    .info-flex {
        max-width: 1000px;
        margin: 56px 0 0;
    }
    .info-flex .left .image {
        width:100%;
    }
    .info-flex .right .image {
        width: 100%;
        height: 600px;
    }   
    .info-flex .right {
        width: 400px;
        margin-left: 75px;
    }
    .info-flex .left {
        width:590px;
    }
  
    .blog-top {
        width:95%;
    }
    .top-advice .inner h2.title {
        margin: 0 0 67px -54px;
    }
    .contact-intro .inner {
        width:95%;
    }
    .inquiries .left h2.title {
        margin: 102px 0 96px 0px;
    }
}
@media all and (max-width:1150px){
    .three-links {
        max-width:1000px;
    }

    .distinctionblock .aboutimg {
        width: 560px;
        height: 600px;
    }

    .distinctionblock  .distinctrightwrap {
        width: 600px;
    }

    .home .distinctleft {
        max-width: 410px;
        margin-right: 100px;
    }


    .three-links .single a {
        width:100%;
    }
    .three-links .single .image {
        width:100%;
        height:420px;
    }
    .three-links .single {
        width: 290px;
    }
    .three-links .single:nth-child(3) h2.title {
        margin: 37px 0 0 148px;
    }
    .three-links .single:nth-child(2) h2.title {
        margin: 29px 0 18px 71px;
    }   
    .three-links .single:first-child h2.title {
        margin: 32px 0 0 45px;
    }
    .feature {
        height:597px;
    }
    .feature .icon {
        top:28%;
    }
    .home-port {
        width: 95%;
        max-width: 1000px;
    }
    .home-port-flex .left .image {
        margin-left:80px;
    }
    .the-footer .lower-flex {
        width: 95%;
        max-width: 1000px;
    }
    .the-footer .lower-flex .three {
        width: 556px;
    }
    .meet-flex {
        width: 100%;
        max-width: 1150px;
    }
    
    .meet-flex p{
	    font-size: 18px;
    }
    
    .meet-joe {
        width: 95%;
        max-width: 1000px;
    }
    .meet-joe .left {
        width: 500px;
    }
    .meet-joe .left h2.title {
        margin: 97px 0 67px 0px;
    }
    .port-page {
        width:90%;
    }
    .info-flex {
        max-width: 1000px;
        margin: 1px 0 75px;
    }
    .info-tinted .inner{
        max-width: 1000px;
        width:95%;
    }
    .approach .inner {
        max-width:1000px;
    }
    .approach .inner .right {
    background-size: cover;
    background-position: center;
    width: 445px;
    height: 700px;
    }
    .approach .inner .left {
        width: 478px;
    }
    .approach .inner .left h2.title {
            margin: 51px 0 0 53px;
    }
    .approach .inner .left .desc h4 {
            margin: 57px 0 65px 0px;
    }
    .blog-top {
        width: 95%;
        max-width: 1000px;
    }
    .blog-top .right {
        width:590px;
    }
    .top-advice .inner h2.title {
        margin: 0 0 67px 0px;
    }
    .top-advice .inner {
        max-width:830px;
        margin: 50px auto;
    }
    .top-advice .inner .slider ul .right {
        width: 513px;
        padding-right: 145px;
    }
    .top-advice .inner .next-slide {
        right:40px;
    }
    .contact-intro .inner {
        max-width:1000px;
    }
    .contact-intro .right {
        width: 450px;
        padding-top: 106px;
    }
    .contact-intro .left {
        width: 435px;
        height: 660px;
    }
    .inquiries {
        max-width:1000px;
    }
    .inquiries .right {
        width: 400px;
        height: 600px;
    }
    .the-options .pop-up {
        width:90%;
    }
}

@media all and (max-width:1030px){
    .the-header .open-me {
        right: 26px;
        top: 46px;
    }

   
    .twox:nth-of-type(2n), .gform_legacy_markup_wrapper ul.gform_fields li.gfield{
        max-width: 100%!important;
        width:100%!important;
        margin-right:0!important;
    }


    .the-header #menu-main {
        width:610px;
    }
    .main-image {
        height: 756px;
    }
    .logo {
        text-align: center;
        margin: 46px auto 40px;
    }
    .home .logo {
        padding-top: 55px;
    }
    .upper {
        margin: 660px auto 0;
    }
    .three-links {
        max-width: 750px;
    }
    .three-links .single {
        width: 210px;
    }
    .three-links .single .image {
        width: 100%;
        height: 300px;
    }
    .three-links .single:nth-child(2) h2.title {
        margin: 29px 0 18px 35px;
    }
    .three-links .single:nth-child(3) h2.title {
        margin: 37px 0 0 48px;
    }
    .upper h1 {
        letter-spacing: 0.1rem;
        max-width: 320px;
    }
    .feature {
        height: 497px;
    }
    .feature .icon {
        top: 22%;
    }
    .joe {
        max-width: 700px;
    }
    .joe .left {
        width: 320px;
        height: 500px;
    }
    .joe .right {
        width: 285px;
        padding-top: 104px;
    }
    .joe .right .the-link {
        margin: 64px 0 0 -10px;
    }
    .home-port {
    width: 95%;
    max-width: 700px;
    }
    .home-port-flex .left .image {
        margin-left: 0;
    }
    .home-port-flex .left .image {
        margin-left: 0;
        width: 100%;
        height: 400px;
    }
    .home-port-flex .left a, .home-port-flex .right a {
        width:100%;
    }
    .home-port-flex .right .image {
        width: 100%;
        height: 589px;
        background-size: cover;
        background-position: center;
        margin-left: 0;
    }
    .home-port .home-port-flex:nth-child(odd) .right .image {
    width: 100%;
    height: 397px;
    background-size: cover;
    background-position: center;
    margin: 0;
    }
    .home-port-flex .right {
    width: 78%;
    position: relative;
    }
    .home-port-flex:nth-child(even) .right {
    width: 59%;
    padding-left: 20px;
    }
    .home-port-flex .left {
    width: 41%;
    margin-right: 50px;
    }
    .home-port-flex .right .title {
        left:-225px;
    }
    .the-footer .lower-flex {
    width: 95%;
    max-width: 700px;
    }
    .the-footer .lower-flex {
        flex-direction:column;
        -ms-flex-direction:column;
        -webkit-flex-direction:column;
    }
    .the-footer .lower-flex .one {
    width: 79px;
    margin: 0 auto;
    }
    .the-footer .lower-flex .two {
    margin-top: 25px;
    text-align: center;
    margin-bottom: -16px;
    }
    .the-footer .lower-flex .three {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    }
    .the-footer .lower-flex .three ul {
        justify-content: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
    }
    .the-footer .lower-flex .three ul li {
            margin: 55px 10px 0;
    }
    .meet-flex {
    width: 100%;
    max-width: 700px;
    padding-right: 50px;
        margin: 0 auto 0;
    }
    .meet-flex .left .image {
    width: 335px;
    height: 530px;
    background-size: cover;
    background-position: center;
}
.meet-flex .right .image {
    width: 285px;
    height: 425px;
    background-size: cover;
    background-position: center;
}
.meet-flex .right {
    width:285px;
    margin-top:3px;
}

.meet-tinted {
        padding: 265px 0 0px;
}
.meet-tinted .inner .right {
    position: absolute;
    right: 104px;
    width: 500px;
}
.meet-joe {
    width: 95%;
    max-width: 700px;
}
.meet-joe .right {
    width: 100%;
    max-width: 600px;
    height: 810px;
    background-size: cover;
    background-position: center;
}
.meet-joe .left {
    width: 47%;
}
.meet-joe .left .desc {
    padding: 30px 0 0 0;
}
.meet-joe .left h2.title {
    margin: 56px 0 40px 0px;
}
.meet-joe .left .view-work {
    text-align: right;
    margin: 50px 2px 0 0;
}
.featured {
    height:510px;
}
.featured .text-block {
    top:11%;
        width: 700px;
}
.featured h3 p {
    font-size:22px;
}



ul.sorting:after {
    height: 1098px;
}
.single-port-header .hero-image {
    width: 650px;
    height: 470px;
    margin: 0 auto 0;
    background-size: cover;
    background-position: center;
}
.single-port-header:after {
    top:345px;
}
.bigport {
    margin: 55px auto 0;
}
.meet-flex .left {
    width: 335px;
    position: relative;
}
.info-flex {
    max-width: 750px;
    margin: 1px auto 75px;
}
.info-flex .right .image {
    width: 100%;
    height: 450px;
}
.info-flex .left .image {
    width: 100%;
    height: 300px;
}
.info-flex .left {
    width: 65%;
    margin-top: 70px;
}
.info-flex .left h3.name {
    bottom:19px;
}
.weddings {
    max-width:700px;
}
.weddings .right h2.title {
    font-size: 18px;
    font-family: 'Silk Serif';
    text-transform: uppercase;
    letter-spacing: 0.21rem;
    margin: 51px 0 75px 10px;
    padding-right: 0;
    line-height: 1.56;
}
.weddings .left {
    height:475px;
}
.approach .inner {
    max-width: 700px;
}
.approach .inner .left {
    width: 50%;
}
.approach .inner .right {
    background-size: cover;
    background-position: center;
    width: 47%;
    height: 500px;
}
.approach .inner .left {
    width: 48%;
}
.approach .inner .left .desc h4 {
    margin: 32px 0 49px 0px;
    width: 100%;
    font-size: 22px;
}
.approach .inner .left .desc p {
    padding-left: 31px;
    width: 105%;
    margin-top: -10px;
}
.testimonials-wrap {
    max-width: 700px;
    margin: 133px auto 138px;
}
.testimonials-wrap .flex-me .left .image {
        width: 280px;
    height: 415px;
}
.testimonials-wrap .flex-me .right {
    width: 650px;
    padding-top: 43px;
}
.testimonials-wrap .next-slide {
        width: 338px;
    right: 0;
    bottom: 31px;
}
.blog-top {
    width: 95%;
    max-width: 700px;
}
.blog-top .right {
    width: 370px;
    height: 250px;
}
.blog-top .left {
    width: 285px;
}
.blog-top .left ul {
    padding-left:48px;
}
.blog-top .left .search {
    margin-left: 0;
    position: relative;
}
.blog-top .left .search .search-open {
    padding-left: 53px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    margin-top: 35px;
    position: relative;
}
.blog-top .left .search .search-open:before {
        right: 244px;
}
.blog-top .left .search-hide {
    right:6px;
}
.blog-top .left h2.title {
        margin: 0 0 49px 17px;
}
.top-advice .inner .slider ul .right {
    width: 448px;
    padding-right: 80px;
}
.top-advice .inner .slider ul .right .title {
        margin: 84px 0 41px 0;
}
.top-advice .inner {
    max-width: 700px;
}
.top-advice .inner h2.title {
    margin: 0 0 45px 0px;
}
.top-advice .inner .slider ul .left .feat {
    width: 280px;
    height: 400px;
    background-size: cover;
    background-position: center;
}
.top-advice .inner .slider ul .right {
    width: 396px;
    padding-right: 80px;
}
.top-advice .inner .slider ul .right .title {
    margin: 44px 0 41px 0;
}
.top-advice .inner .slider ul .right .desc p {
    padding-right:70px;
}
.blog-wrap, .alm-reveal {
    max-width: 700px;
    margin: 0 auto;
}
.blog-wrap .single-post-flex .left, .alm-reveal .single-post-flex .left {
    width: 295px;
    padding: 157px 0 0 31px;
}
.single-blog-wrap {
    max-width: 700px;
}



.single-blog-wrap #hero-image {
        width: 340px;
    height: 500px;
}
.single-blog-wrap .the-cats {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.13rem;
    padding-top: 15px;
    margin-bottom: 40px;
    padding-left: 378px;
}
.single-blog-wrap h2.title {
    padding-left:386px;
}
.single-blog-wrap .long-post blockquote {
        margin-left: 387px;
}
.contact-intro .inner {
    max-width: 700px;
}
.contact-intro .left {
    width: 50%;
    height: 560px;
}
.contact-intro .right {
    width: 47%;
    padding-top: 42px;
}
.contact-intro .right h2.title {
    margin:0;
}
.large-text {
    padding-right: 0;
    font-size: 21px;
    font-family: 'Silk Serif';
    font-weight: 500;
    line-height: 1.7;
    margin: 41px 0 59px 19px;
    letter-spacing: 0.025rem;
}
.inquiries {
    max-width: 700px;
}
.inquiries .left .desc {
    padding-left:0;
}
.inquiries .left .c-form {
    padding-left: 0;
    margin-top: -15px;
}
.inquiries .left h2.title {
    margin: 63px 0 26px 0px;
}
.inquiries .right {
    width: 45%;
    height: 460px;
}
.inquiries .left {
    width: 49%;
}
.page-id-880 .testimonials-wrap .flex-me .right .desc {
        font-size: 20px;
    font-family: 'Silk Serif';
    line-height: 1.5;
    letter-spacing: 0.02rem;
}


.home-port-flex .left, .home-port-flex .right {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}



.home-port-flex:nth-of-type(1) .right .title, .home-port-flex .right .title, , .home-port-flex .left .title, .home-port-flex .left, .home-port-flex .right, .home-port-flex:nth-of-type(1) .right .title, .home-port-flex:nth-of-type(1) .right .title{
	left: auto;
	right:auto;
	width: 100%;
	margin:auto;
	position: relative;
	height: auto;
	max-width: 100%;
	top:0;
	bottom:0;
}

.home-port-flex{
	flex-wrap:wrap;
}

.home-port .home-port-flex:first-of-type .image {
    width: 100%;
    height: 300px;
}

.home-port-flex:nth-child(even) .right{
	width: 100%;
	padding:0!important;
}

.home-port-flex:nth-of-type(1) .right .title, .home-port-flex:nth-of-type(2) .right .title, .home-port-flex:nth-of-type(2) .right .title, .home-port .home-port-flex:nth-of-type(3) .image, .home-port-flex:nth-of-type(3) .right .title {
    position: relative;
    left: auto;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
    right: auto;
    top:0;
}

.home-port-flex .right .title a {
margin: 50px auto 0;
}

.home-port .home-port-flex:nth-of-type(2) .image{
	position: relative;
	bottom:0;
	right: auto;
	top:0;
	left:auto;
}

.home-port-flex:nth-of-type(3){
	margin: auto;
}

.home-port-flex .right .title a{
	margin: 50px auto;
	line-height: 60px;
	font-size: 50px;
}

}



@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 1000px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .searchandfilter ul li {
        width: 100%!important;
        margin-right:0!important;
    }

    .page-template-page-services .topbrownblock .brownblockwrap p, .topbrownblock .brownblockwrap p{
        padding-right:0;
    }

    
    .topbrownblock .brownblockwrap .rightbrownblock .righttopimg {
        height: 470px;
    }

    .page-template-page-services .topbrownblock .brownblockwrap .leftbrownblock {
        margin-right: auto; 
    }

    .searchandfilter ul li select{
        width: 100%!important;
    }

    .searchandfilter label {
        display: block!important;
    }


.bottomblogtitles{
    padding: 20px!important;
}
    
    .topbrownblock .brownblockwrap .rightbrownblock {
           margin: 0;
    }

    .workwrap .workleft, .workwrap .workright{
        max-width: 100%;
    }

    .upper .rightblock{
        max-width: 100%;
    }

    .jtl.distinctionblock .distinctleft .distinctleftwrap{
        padding-left:0;
    }
  
  .upper .inner p, body, p, .meet-flex p, .meet-joe .left .desc, .desc{
	  font-size:16px;
  }

  button#responsive-menu-pro-button {
    top: 15px!important;
  }
  
  
  #gform_fields_1{
	  display: block;
  }
  
  .bottommenu a{
	  margin: 40px auto!important;
  }
  
  .home-port-flex:first-of-type .right {
    max-width: 100%;
}


.fullimg .brownbox a h4 {
    line-height: 55px;
}
  
.topnavmenu .topnavlinks, .topnavmenu .topnavlinksbtn{
    display: none;
}

.the-footer .top-flex .right, .the-footer .top-flex .left {
    width: 100%;
}
  
.images .single-port-flex .singleImage:after, .images .single-port-flex .singleImage{
    width: 100%;
    max-width: 635px;
}

.topnavlogo{
    max-width: 290px;
}

button#responsive-menu-pro-button { 
    top: 15px!important;
    right: 30px!important;
}

.topnavwrap{
    padding: 20px;
}

.topnavmenu {
    max-width: 20%;
}

#menu-footer {
    flex-wrap: wrap;
}

#menu-footer li{
    display: block;
    width: 100%;

}

.rightbtmwrap{
    flex-wrap:wrap;
}

  
  

.inner {
    padding: 0 20px;
}

.iconcontact {
    margin: 50px auto 0;
}

.meet-flex .right .image{
	margin: auto;
}

.view-work{
	height: auto;
}

.view-work .vwork{
	top:0;
	margin: auto;
	text-align: center;
}

.view-work .vwork{
	position: relative;
}

.teamblock .teamicon{
	position: relative;
	top:0;
	left: auto;
	right:auto;
	margin: auto;
	display: block;
}

.view-work .blocker1 .image, .view-work .blocker2 .image, .view-work .blocker3 .image{
	position: relative;
	top:0;
	left:auto;
	right:auto;
	bottom:0;
	display: block;
	margin: auto;
}

.meet-flex .right, .meet-flex .left, .meet-joe .left, .meet-flex .right .image{
	width: 100%;
	max-width: 300px;
}

.icontext {
    padding: 0 30px;
    font-family: "chopard"!important;
}

.view-work, .view-work .blocker1 .image, .view-work .blocker2 .image, .view-work .blocker3 .image{
width: 100%;
max-width: 300px;
margin: 30px auto 0;
}

.view-work{
	margin-top:60px;
}

.view-work .vwork{
	font-size: 40px;
}


.view-work a{
	display: block;
}

.teamblock, .page-template-page-info .meet-joe, .page-template-page-info .infoblock, .processwrap{
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
}

.single-port-header .hero-image{
	width: 100%;
	height: 400px;
}

.single-port-header .lower{
	max-width: 300px;
	margin-left:auto;
	margin-right:auto;
}

.single-port-header .portlogo {
    left: 2%;
    top: 2%;
    position: absolute;
}


.processwrap:nth-of-type(even) .right, .processwrap:nth-of-type(odd) .right, .processwrap:nth-of-type(even) .left, .processwrap:nth-of-type(odd) .left{
	max-width: 300px;
	height: auto;
}

.port-page{
	flex-wrap:wrap;
}

.port-page .left, .port-page .mainport, .port-page .right{
	text-align: center;
	width: 100%;
	max-width: 100%;
	display: block;
}

.processwrap:nth-of-type(even) .left > div{
	padding-left:30px;
	margin-top:30px;
}


.processtop .icontext{
	margin: 30px auto;
}

.processwrap:nth-of-type(odd) .left > div{
	padding: 30px 0;
}

.teamblock .teamicon{
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 30px auto 0;
}

.page-template-page-info .meet-joe .right{
	margin-bottom: 30px;
}

.meet-joe .left h2.title{
	margin-bottom:0;
}

.teamblock .headertitle{
	margin-bottom:0;
}


.teamblock {
    margin: 0 auto;
}

.meet-joe .left:nth-of-type(2n) {
    margin-top: 0px;
}

.teamwrap{
	width: 100%;
}


.meet-flex {
    padding-right: 0px;
    margin: 0 auto 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.rightbtmwrap, .btmright .social{
    justify-content: center;
   
}

.top-flex a .aglogo{
    margin-bottom:50px;
}
.joinusblockwrap, .topbrownblock .brownblockwrap{
    flex-wrap: wrap;
}

.meet-joe {
    width: 100%;
}
.topbrownblock .brownblockwrap .leftbrownblock{
    padding: 20px 0;
}

 .givingbackblock .lefttxt{
    padding: 20px;
}



.bannervideo {
    margin: 20px auto 50px;
}

.meet-joe.serviceblock .left .titlesm, .meet-joe.serviceblocktwo .left .titlesm{
    margin: 50px auto!important;
}

.hbg .distinctleftwrap{
    padding: 0 30px;
}

.contactblockwrap{
    flex-wrap:wrap;
}
.communityblock.contactblock .upper .introblock {
    margin: 70px auto!important;
}

.jtl.distinctionblock .distinctleft .distinctleftwrap {
    PADDING: 30PX!IMPORTANT;
}

.jtl .distinctblockwrap{
    flex-direction: column-reverse;
}

.jtl .distinctblockwrap .aboutimg{
    width: 100%;
}

.jtl .distinctleft{max-width: 100%!important;}

.communityblock.contactblock .upper .rightblock{
    max-width: 100%;
}
.communityblock.contactblock .upper .leftblock .leftimg{
    position: relative;
    top: 0!important;
    max-width:100%!important;
    bottom:0;
    margin: auto;
}


.givingbackblock .lefttxt, .serviceblock{
    padding-top:0px;
    padding-bottom:0px;
    margin:50px auto;
}

.serviceblocktwo {
    text-align: right!important;
}

.serviceblock .left{
    margin-bottom:50px;
}

.page-template-page-aboutsoth .meet-joe.aboutallie .left{
    padding:50px 20px;

}

.page-template-page-aboutsoth .meet-joe.btmabt .infinitescroll div {
    height: inherit;
    margin-top:30px;
}

.infinitescroll{
    position: relative;
    right: 0;
}

.meet-joe .right{
    height: 410px;
}

.topbrownblock .brownblockwrap {
padding-top:0;
}

.testslide .testimonial {
    margin: 0 auto!important;
}

.credright{
    margin-bottom:20px;
}

.explink {
    margin-top: 0;
}

.next-slide.explink {
    margin-left: 50px;
}

.feature.testslide {
    min-height: 640px;
    height: 700px;
}

.testslide.feature .desc {
top:0;
}

#givingbackblock .inner .righttxt {
     margin-left: auto; 
}

#givingbackblock .inner .righttxt, .givingbackblock .righttxt .bgimg {
max-width: 100%;
}

.meet-joe.aboutallie .left{
    max-width: 100%;
    padding:0 20px;
}
.meet-joe.aboutallie{
flex-direction: column-reverse;
}

.maintitle {
    display: block;
    position: relative;
    font-size: 42px;
}

.topbrownblock .brownblockwrap {
    flex-direction: column-reverse;
}

.topbrownblock .brownblockwrap .leftbrownblock{
    margin-right:auto;
}

#responsive-menu-pro-additional-content .bottomcontent {
     position: relative;
    left: inherit;
    bottom: inherit;
}

#responsive-menu-pro-container #responsive-menu-pro{
    float: none;
    margin-top:0!important;
    max-width: 100%!important;
    padding-left:20px!important;
}

.joinusblockwrap .joinusblockleft{
    max-width: 100%;
    height: 350px;
}

.joinusblockwrap .joinusblockright {
    padding: 30px;
    box-sizing: border-box;
}

.top-flex a .aglogo, .top-flex a, #menu-footer a, .credright, .credright a{
    display: block;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

.btmicons .social {
    padding: 0 30px;
    display: flex;
    justify-content: center;
}

.btmtxt{
    font-size: 12px;
    padding: 30px;
    line-height: 20px;;
}

.credright a{
    display: inline;
}

#menu-footer{
    justify-content: center;
}

.meet-joe, .the-footer .top-flex{
	 padding-right: 0px;
    margin: 0 auto 0;
    flex-wrap: wrap;
    display: flex;
        align-items: center;
        flex-wrap:wrap;
}

  
  .inner h1 {
    font-size: 42px!important;
    }
  
  .inquiries{
  background-image:none;
	  height: auto;
  }
  
  
    
    #field_1_1, #field_1_2, #field_1_3, #field_1_4, #field_1_5{
	    width: 100%;
    }
  
  .gfield_label{
	  font-size: 14px!important;
  }
  
  .inquiries{
	  margin: 50px auto;
  }
  
  
  .home .upper {
    margin-top: 0px;
    padding: 0 20px;
}

.upper {
    margin: 0px auto 0;
}

.inner h1 {
    margin-bottom: 40px!important;
}

.iconwrap {
    padding: 0 20px;
}


.archivelogo a{
	display: block;
	max-width: 200px;
	margin: 20px auto;
}

.fullimg .brownbox {
    width: 100%;
    opacity: 1;
    max-width: 915px;
    height: 400px;
    background-color: rgba(168,153,110, 0.5);
    left: 0;
    top: 0px;
}

.home .featprop .images .single-port-flex{
    display: none;
}

.home .featprop .images .single-port-flex:first-of-type{
    display: flex;
}


.home .communityblock .upper .introblock{
    margin-top:70px;
}

.the-footer .top-flex .social li {
    position: relative;
    width: 100%;
}

.blog-wrap.yarper .single-post-flex .right .feat {
    width: 350px;
    height: 350px;
    display: block;
}

.single-blog-wrap .lower {
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    margin: 29px auto 128px;
    flex-wrap: wrap;
    padding-left: 0px;
}

.yarpblock{padding: 0 20px;}

.yarpblockwrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap:wrap;
}

.single-blog-wrap{
    padding: 0 20px;
    margin:25px auto;
}

.feature{
    background-attachment: inherit;
}

.btmright .social{
    flex-wrap:wrap;
    text-align: center;
    margin: auto;
    display: block;
}

.btmright .social li a, .btmright .social li{
    display: block;
}

.btmright .social li a:after{
    display: none;
}

.communityblock .upper .introblock{
    margin-top:330px;
}

.communityblock .upper .leftblock .leftimg {
    bottom: inherit;
    top: 315px!important;
    background-position: center;
}

.testimonial .testimonialwrap .testblock p {
    font-size: 25px;
    line-height: 40px;
}

.feature {
    height: 675px;
}

.testimonial {
    padding: 0 20px;
    margin: 100px auto;
}

.communityblock .upper .rightblock .rightimg {
    position: relative;
top:inherit;
left:inherit;
right: inherit;
bottom:inherit;
display: block;
margin:auto;  
width: 100%;
max-width: 100%;  
}

.communityblock .introblock {
    font-size: 20px;
}

.communityblock .upper .rightblock .rightimg{
    position: relative;
}

.hoverport {
    max-width: 100%;
    opacity: 1;
}

.post-type-archive-portfolio .images .single-port-flex{
	display: block;
	margin: 50px auto;
	float: none;
}

.iconport {
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: 9999;
}

.images {
    overflow: inherit;
}

.worktitle h1{
	display: block!important;
	position: relative!important;
	text-align: center!important;
	display: block!important;
	margin: auto!important;
	right:auto!important;
	left:auto!important;
	top:0!important;
	bottom:0!important;
}

.images .single-port-flex .singleImage{
	margin-left:auto;
	margin-right:auto;
}

.images .single-port-flex{
	margin: 50px auto!important;
}


.archivelogo a svg{
	display: block;
	width:100%;
	max-width: 120px;
	height: auto;
	margin: 50px auto;
}


.post-type-archive-portfolio .home-port {
    margin: 30px auto;
}



.upper .inner{
    flex-wrap:wrap;
}

.upper .leftblock .leftimg, .upper .rightblock .rightimg {
    position: relative;
    bottom: 0px;
}

.midimg{
    max-width: 100%;
}

.upper .inner{
    position: relative;
}

.upper .inner .leftblock{
    position: relative;
}

.upper .inner .leftblock .leftimg{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top:0;
    margin-top:520px;
    z-index: 9000;
}

.images .single-port-flex {
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.home .images .single-port-flex .singleImage {
    width: 380px;
    height: 380px;
    justify-content: flex-start;
}

.home .images .single-port-flex .singleImage:after{
    width: 380px;
    height: 380px;   
}

.images .single-port-flex .singleImage {
    width: 100%;
    height: 380px;
    justify-content: flex-start;
}

.images .single-port-flex .singleImage:after{
    width: 100%;
    height: 380px;   
}

.workwrap .workleft, .workwrap .workright{
    max-width: 100%;
}

.tax-properties_category .images .single-port-flex {
    margin: 15px auto!important;
}

.detailist {
    display: block;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: center;
}

.detailist:after{
    display: none;
}

.single-properties .contentblock{
    margin:30px auto;
    padding: 0 20px;
}

.blogpost .aboutimg {
    max-width: 100%;
}

.blogpost .distinctrightwrap{
    display: block;
}

.blogpost .distinctright, .blogpost .distinctrightwrap{
    display: block;
}

.blogpost .aboutimg, .blog-wrap .single-post-flex .right .feat, .alm-reveal .single-post-flex .right .feat, .blog-wrap .single-post-flex, .blog-wrap .single-post-flex .right{
    max-width: 100%;
    width: 100%;
    display: block;
}

.searchblockwrap{
    padding: 0 20px;
}

.jtl .aboutimg {
    height: 450px;
}

.distinctionblock.jtl{
    margin-top:0;
}

.searchblockwrap #s {
    /* width: 100%; */
    width: 330px;
}

.searchblockmid{
    margin:20px auto!important;
}

.searchblockleft{
    text-align: center;
}

.searchblock .searchblockwrap{
    flex-wrap:wrap;
    justify-content: center;

}

.blog .blogwrap .distinctionblock .distinctleft .distinctleftwrap {
    margin-right: 0px;
    padding-bottom: 30px;
}

.blog .blogwrap .aboutimg{
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
}

.blog-wrap .single-post-flex .left, .alm-reveal .single-post-flex .left {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
    margin:auto;
}

.blogpost .distinctleftwrap, .blogtitlewrap{
    padding: 0 20px;
}

.blogpost .distinctblockwrap{
    flex-direction: column-reverse;
}

.textarrowlink{
    font-size: 12px!important;
}

.wp-block-column .wp-block-columns .wp-block-column:nth-of-type(even){
    text-align: left;
}


.filterwrap ul, .searchandfilter ul{
    display: flex;
    justify-content: flex-start;
    margin: 0;
    flex-wrap: wrap;
}

.post-type-archive-properties .images .single-port-flex {
    margin: 15px auto!important;
}

.images .single-port-flex .left{
    width: 100%;
}

.distinctionblock.jtl:before{
    display: none;
}

.images .single-port-flex .left {
    width: 100%;
}

.middleblock .buttonroundgreen {
    margin-top: 35px;
}

.introblock {
    margin-top: 200px;
}


.upper .leftblock{
    max-width: 100%;
}

.upper .leftblock .leftimg, .upper .rightblock .rightimg {
    width: 100%;
    max-width: 180px;
    height: 220px;
    margin: auto;
}

.lbfont {
    font-size: 24px;
}

.upper .rightblock .rightimg{
    position: absolute;
    top: 0;
    right: 0%;
    margin-top:50px;
}

.tophome .rightblock:after {
    background-image: url(images/aglogobg.svg);
    background-size: contain;
    display: block;
    max-width: auto;
    content: "";
    margin: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 160px;
    height: 160px;
    position: absolute;
    bottom: -390px;
    left: -35%;
}

.home .upper .distinctblockwrap.inner {
    justify-content: flex-end;
}

.presslide .prev-slide {
    left: 40px;
}

.presslide  .next-slide {
    right: 40px;
}

.home .distinctleft {
    max-width: 300px;
    margin: auto;
}



.home .upper .distinctblockwrap.inner .aboutimg {
    display: block;
    margin: 25px 0px 25px 25px;
}

.distinctionblock, .distinctionblock .distinctrightwrap, .distinctblockwrap{
    width: 100%;
    padding: 0!important;
}

.aboutimg{
    max-width: 300px;
    height: 380px;
}

.distinctleftwrap .maintitle, .distinctleftwrap p {
    text-align: left;
}

.home .distinctleft, .distinctionblock .distinctleft .distinctleftwrap{
    margin-right: auto;
}

.explink{
    float: none;
    margin-bottom:30px;
}

.maintitle{
    margin-bottom:0;
}


.tophome .leftblock:after{
    display: none;
}

.imagesblocks .logoblock {
    margin-top: 60px;
}



.home-port-flex .right .title a {
    margin: 50px auto;
    line-height: 50px;
    font-size: 40px;
}

.home-port-flex .left{
	height: auto!important;
}

.home-port-flex:nth-of-type(2) .left {
    height: auto;
}

.the-footer .top-flex{
	flex-wrap:wrap;
}

.center .iglink {
    margin-top: 0px;
}

.center .iconblock {
    margin: 30px auto;
}


.home-port h3{
	margin: 55px auto;
}

.main-image.fullimg{
    height: 400px;
}


.home .fullimg:before {
    position: relative!important;
    right:-50%!important;
    top: auto!important;
    left: auto!important;
    bottom: -300px!important;
    	max-width: 140px;
	height: 140px;
}

  .home .fullimg:before{
	  top:-70px!important;
	  bottom:auto!important;
  }
  
  .imagesblocks .secondary-image {
    max-width: 240px;
    height: 310px;
}
  
  .imagesblocks .main-image{
	  height: 65vh;
  }

  
  .blog-load-more .alm-load-more-btn{
	  margin: 0 auto!important;
  }
  
  
 .imagesblocks .tophomeimg .secondary-image{
	  position: absolute;
	  bottom:15px;
	  left:15px;
	  border:solid 10px #fff;
  }
  
  
  .hidedesk{
	  display: block!important;
  }
  
  .hidemob{
	  display: none!important;
  }
  
  .imagesblocks{height: auto;}
  
.logoblock a {
    display: block;
    margin: 30px auto;
}

.imagesblocks .secondary-image{top: auto;}


.imagesblocks .main-image, .iconblock, .imagesblocks .secondary-image{
	position: relative;
}

.home .fullimg:before {
    position: relative;
    right: 0;
    top: 0;
    }
	
	
	.imagesblocks{
		position: relative;
		width: 100%;
	}
	
	.imagesblocks .logoblock{
		position: relative;
		top:0;
		left:0;
	}
	
	
	
	.imagesblocks svg{
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	
	.home .site-header{
		position: relative;
		top:0;
		left:0;
	}
	
	.home .site-header nav{
		display: none;
	}
	
	.logoblock a svg {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}

    .iconwrap{
	    flex-wrap:wrap;
    }

}




