/*
    Theme Name: Joseph Rogero
    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: 'Avenir Black';
    src: url('../joseph-rogero/fonts/AvenirLT-Black.woff2') format('woff2'),
        url('../joseph-rogero/fonts/AvenirLT-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Med';
    src: url('../joseph-rogero/fonts/AvenirLT-Medium.woff2') format('woff2'),
    url('../joseph-rogero/fonts/AvenirLT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Roman';
    src: url('../joseph-rogero/fonts/AvenirLT-Roman.woff2') format('woff2'),
         url('../joseph-rogero/fonts/AvenirLT-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Silk Serif';
    src: url('../joseph-rogero/fonts/SilkSerif-Light.woff2') format('woff2'),
        url('../joseph-rogero/fonts/SilkSerif-Light.woff') format('woff');
    font-weight: 300;
    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: #404041;
    font-size: 14px;
    font-family: 'Avenir Med';
    line-height: 1.5em;
    font-weight: 400;
    -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 {
    font-size: 14px;
    color: #404041;
    line-height: 1.75;
    letter-spacing: 0.032rem;
    margin: 0 0 23px;
    padding: 0;
    font-weight: 400;
}

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 img {
    width: 328px;
    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;
}
/* 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: 710px;
    margin: 0 auto 104px;
}
.the-footer .top-flex .left {
    width: 350px;
}
.the-footer .top-flex .right { 
    width: 300px;
}
.the-footer .top-flex .social {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    font-family: 'Silk Serif';
    font-size: 20px;
        margin: 162px 0 34px 38px;
}
.the-footer .top-flex .social span.break{
        font-weight: 500;
    margin: 0 32px;
}
.the-footer .top-flex a.links{
        margin-left: 39px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.22rem;
    text-decoration: underline;
}
.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: 1133px;
    margin: 0 auto;
        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;
}
.cred {
    text-align: center;
    margin: 0 auto 0;
}
.cred p {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin: 42px 0 30px;
}


/* 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: 727px auto 0;
    text-align: center;
}
.upper .icon {
    width: 55px;
}
.upper h1{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.14rem;
    max-width: 345px;
    margin: 44px auto 0;
    line-height: 2.1;
}
.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: 697px;
    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: 56%;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    font-size: 12px;
}
.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: 1114px;
    margin: 0 auto 50px;
    padding-right: 2px;
}
.home-port-flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
        margin-bottom: 103px;
}
.home-port-flex .right{
    width: 673px;
    position: relative;
}
.home-port-flex .left {
    width:400px;
}
.home-port-flex .right .title {
    position: absolute;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    width: 300px;
    height: 40px;
    padding-left: 20px;
    bottom: 20px;
    left: -117px;
}
.home-port-flex .right .title:before {
    content: "+";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    display: block;
    position: absolute;
        left: 0px;
    top: 0px;
    transition: all 0.5s;
}
.home-port-flex .right .title:hover:before {
            -webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.home-port-flex .right .image{
    width: 526px;
    height: 789px;
    background-size: cover;
    background-position: center;
    margin-left: 149px;
}
.home-port-flex .left .image {
    width: 376px;
    height: 566px;
    background-size: cover;
    background-position: center;
    margin-left: -40px;
    margin-top: 84px;
}
.home-port .home-port-flex:nth-child(odd) .left {
    display: none;
}
.home-port .home-port-flex:nth-child(odd) .right .image{
    width: 602px;
    height: 397px;
    background-size: cover;
    background-position: center;
        margin: 0;
}
.home-port .home-port-flex:nth-child(odd) .right .title {
        -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    bottom: 90px;
    left: -207px;
}
.home .blog-load-more {
    position: relative;
    margin: -12px auto 102px;
}
.home .alm-reveal {
    max-width:100%!important;
}

/* 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;
    z-index:9999;
}
.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;
}

/* 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: -56px auto 0;
    padding-right: 120px;
}
.meet-flex .left .image {
    width: 510px;
    height: 765px;
    background-size: cover;
    background-position: center;
}
.meet-flex .left {
    width:510px;
    position: relative;
}
.meet-flex .left h3.name{
        font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    letter-spacing: 0.26rem;
    left: -25px;
    bottom: -61px;
}
.meet-flex .right .image {
    width: 370px;
    height: 557px;
    background-size: cover;
    background-position: center;
}
.meet-flex .right {
    width: 371px;
    height:557px;
    margin-top: 57px;
    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 {
    background: #f5f4f3;
    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: 1116px;
    margin: 109px 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: 473px;
    height: 711px;
    background-size: cover;
    background-position: center;
}
.meet-joe .left {
    width: 545px;
}
.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-family: 'Silk Serif';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    margin: 152px 0 94px -5px;
}
.meet-joe .left .desc{
    padding: 0 4px 0 66px;
}
.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);
}
.images {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}
.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: 56px;
}
.images .single-port-flex .left {
        position: relative;
    width: 433px;
    padding-left: 82px;
}
.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: 350px;
    height: 526px;
}
.images .single-port-flex:nth-child(even){
    flex-direction: row-reverse;
   -ms-flex-direction: row-reverse;
   -webkit-flex-direction: row-reverse;     
}
.images .single-port-flex:nth-child(even) .left {
    padding-left: 0;
    width: 439px;
}
.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;
}
.post-type-archive-portfolio .hideme2 {
    display: none!important;
}
.single-port-header .hero-image {
        width: 979px;
    height: 570px;
    margin: 102px auto 0;
    background-size: cover;
    background-position: center;
}
.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;
}
.single-port-header:after {
    content: "";
    display: block;
    width: 100%;
    height: 530px;
    background-color: #f5f4f3;
    position: absolute;
    z-index: -1;
    top: 500px;
}
.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 .right a:before {
    content: "+";
    display: block;
    position: absolute;
    top: 0;
    left: -21px;
    transition: all 0.5s;
}
.port-page .right a:hover:before {
        -webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.port-page .left a:after {
    content: "+";
    display: block;
    position: absolute;
    top: 0;
  right: -21px;
    transition: all 0.5s;
}
.port-page .left a:hover:after {
        -webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.port-page .left a {   
position: relative;}
.port-page .left {
    float:left;
}

/* 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{
	line-height:1.65;
        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: 22px;
    position: relative;
}
.top-advice .inner .slider ul .right .r-more:before {
     content: "+";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    transition: all 0.5s;
}
.top-advice .inner .slider ul .right .r-more:hover:before {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.top-advice .inner .slider ul .right .desc {
        margin-bottom: 45px;
}
.blog-wrap, .blog .alm-reveal, .archive.category .alm-reveal{
    max-width: 822px;
    margin: 0 auto;
}
.blog-wrap .single-post-flex, .alm-reveal .single-post-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: 102px;
}
.blog-wrap .single-post-flex .right .feat, .alm-reveal .single-post-flex .right .feat{
    width: 352px;
    height: 528px;
    background-size: cover;
    background-position: center;
}
.blog-wrap .single-post-flex .left, .alm-reveal .single-post-flex .left{
    width: 400px;
    padding: 157px 0 0 31px;
}
.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-bottom: 48px;
}
.blog-wrap .single-post-flex .left .title, .alm-reveal .single-post-flex .left .title{
    font-size: 24px;
    font-family: 'Silk Serif';
    letter-spacing: 0.1rem;
    margin-top: -8px;
    line-height: 1.65;
        margin-bottom: 127px;
}
.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;
}
.blog-wrap .single-post-flex .left .r-more:before, .alm-reveal .single-post-flex .left .r-more:before {
    content: "+";
    display: block;
    position: absolute;
    top: 0px;
    left:0;
    transition: all 0.5s;
}
.blog-wrap .single-post-flex .left .r-more:hover:before, .alm-reveal .single-post-flex .left .r-more:hover:before {
        -webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.blog-load-more .alm-load-more-btn {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    font-size: 12px!important;
    text-transform: uppercase;
    width: 242px!important;
    letter-spacing: 0.26rem;
    color: #49494a!important;
    font-weight: 300!important;
    background: transparent!important;
    padding: 0!important;
    height: 102px!important;
    font-family: 'Avenir Med';
}
.blog-load-more{
        position: relative;
    margin: 113px auto 93px;
}
.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: 986px;
    margin: 92px auto 0;
    position: relative;
}
.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: 298px;
    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: 0px;
    width: 68%;
}
.single-blog-wrap .long-post {
    max-width: 640px;
    margin: 0 auto 90px;
}
.single-blog-wrap .long-post img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.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:before, .single-blog-wrap .lower .share:before {
content: "+";
    display: block;
    position: absolute;
    top: 0px;
    left:-21px;
    transition: all 0.5s;
}
.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{
        position: absolute;
    right: 0;
    bottom: -35px;
}
.single-blog-wrap .lower .sharing span{
        margin: 0 30px 0 17px;
    opacity: 0;
}
/* 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: 1px solid #000;
    text-align: left;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 20px;
    margin: 0px auto;
}

input:focus,
textarea:focus {
    outline: none;
    border: 1px solid #000;
    -webkit-appearance:none;
    border-radius: 0;
}

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

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


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

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

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

.gfield_label {
    display: none;
}

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

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

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

.image, .singleImage{
   transition: transform 1s;
-moz-transition: transform 1s;
-ms-transition: transform 1s;
-o-transition: transform 1s;
-webkit-transition: transform 1s;

}

.image:hover, .singleImage:hover {
    transform:scale(1.03)
}

.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: 352px;
        max-height: 528px;
            overflow: hidden;

    }

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

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

.alm-load-more-btn.done{
   display: none;
}


@media all and (max-width:1240px){
    .three-links {
        width:95%;
    }
    .home-port {
        width:95%;
    }
    .the-footer .lower-flex {
        width:95%;
    }
    .meet-flex {
        width: 95%;
    }
    .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;
    }
    .info-flex .right h3.name {
        right: -114px;
    }
    .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;
    }
    .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: 95%;
        max-width: 1000px;
        padding-right: 50px;
    }
    .meet-joe {
        width: 95%;
        max-width: 1000px;
    }
    .meet-joe .left {
        width: 450px;
    }
    .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;
    }
    .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: 95%;
    max-width: 700px;
    padding-right: 50px;
        margin: -30px 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-flex .left h3.name {
    bottom:-25px;
}
.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: 48%;
    height: 511px;
    background-size: cover;
    background-position: center;
}
.meet-joe .left {
    width: 47%;
}
.meet-joe .left .desc {
    padding: 0 4px 0 30px;
}
.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;
}
.images .single-port-flex .left {
        padding-left: 45px;
}
.images .single-port-flex .left p.rotate {
    left:-83px;
}
.images .single-port-flex .singleImage {
    width: 300px;
    height: 455px;
}
.images .single-port-flex .right {
    width: 265px;
    padding-top: 147px;
}
.images .single-port-flex:nth-child(even) .left {
    padding-left: 0;
    width: 386px;
}
.images .single-port-flex:nth-child(even) .right {
    text-align: right;
    width: 198px;
}
ul.sorting:after {
    height: 1098px;
}
.single-port-header .hero-image {
    width: 650px;
    height: 470px;
    margin: 66px 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: 356px;
}
.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;
}
}
@media all and (max-width:790px){
    .the-header #menu-main {
        width: 100%;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        text-align: center;
        line-height: 3;
        padding: 0;
    }
    .the-header .fixed-inner.opened {
    top: 0;
    height: 345px;
    padding-top: 44px;
}
.the-header .fixed-inner {
    top:-300px;
}
.home .logo {
    padding-top: 6px;
}
.main-image {
    height: 585px;
}
.upper {
    margin: 460px auto 0;
}
.three-links {
        margin: 141px auto 0;
    max-width: 450px;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.three-links .single:first-child {
    margin: -137px auto 0;
}
.three-links .single:nth-child(2) {
    margin: 20px auto 0;
}
.three-links .single:nth-child(3) {
    margin: -51px auto 120px;
}
.feature {
    height: 400px;
    background-attachment: inherit;
}
.feature .icon {
    top: 14%;
}
.joe {
    max-width: 450px;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    margin: 100px auto;
}
.joe .left {
    width: 320px;
    height: 500px;
    margin: 0 auto;
}
.joe .right {
    width: 100%;
    padding-top: 50px;
    text-align: center;
}
.home-port {
    width: 95%;
    max-width: 450px;
}
.home-port .home-port-flex:nth-child(odd) .right .image {
    height:235px;
}
.home-port-flex .left {
    margin-right: 20px;
}
.home-port-flex .left .image {
    height:250px;
}
.home-port-flex .right .image {
    width: 100%;
    height: 323px;
    background-size: cover;
    background-position: center;
    margin-left: 0;
    margin-top: 62px;
}
.home-port-flex .right .title {
    bottom:-17px;
}
.home-port-flex {
    margin-bottom:45px;
}
.home .blog-load-more {
    position: relative;
    margin: 80px auto 102px;
}
.the-footer .top-flex {
    max-width:450px;
}
.the-footer .top-flex .social {
        margin: 57px 0 34px 38px;
}
.the-footer .lower-flex {
    width: 95%;
    max-width: 450px;
}
.the-footer .lower-flex .three ul li {
    margin: 55px 7px 0;
}
.meet-flex {
    width: 95%;
    max-width: 450px;
    padding-right: 0;
    margin: 0px auto 0;
}
.meet-flex .left {
    width: 48%;
    position: relative;
}
.meet-flex .right {
    width: 48%;
    margin-top: 3px;
}
.meet-flex .right .image {
    width: 100%;
    height: 310px;
}
.meet-flex .left .image {
        width: 100%;
    height: 345px;
}
.meet-flex .right {
    height:410px;
}
.meet-flex .left h3.name {
    bottom: 12px;
}
.meet-tinted .inner .right {
    position: absolute;
    right: 104px;
    width: 400px;
}
.meet-tinted .inner .desc {
    font-family: 'Silk Serif';
    font-size: 20px;
    margin: 35px 0 0 40px;
    line-height: 1.7;
    letter-spacing: 0.02rem;
    padding-right: 2px;
}
.meet-joe {
    width: 95%;
    max-width: 450px;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}
.meet-joe .right {
    width: 350px;
    height: 510px;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}
.meet-joe .left {
    width: 100%;
}
.featured {
    height: 510px;
    background-attachment: inherit;
}
.featured h2.title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2rem;
    margin: 55px 0 19px;
}
.featured h3 p {
    font-size: 20px;
}
.featured .text-block {
    top: 16%;
    width: 450px;
}
.images .single-port-flex {
    flex-direction:column;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
}
.images .single-port-flex .left {
    padding-left: 40px;
    margin: 0 auto;
    width: 340px;
}
.images .single-port-flex .right {
    width: 100%;
    text-align: center;
    padding: 0;
}
.images .single-port-flex .right h1.title {
    max-width: 100%;
    line-height: 1.25;
    margin: 20px auto 0;
    padding: 0 0 0 40px;
}
.images .single-port-flex .right button {
        margin: 25px auto 20px;
}
.images .single-port-flex:nth-child(even) {
    flex-direction:column;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
}
.images .single-port-flex:nth-child(even) .left {
    padding-left: 0;
    width: 330px;
}
.images .single-port-flex:nth-child(even) .left p.rotate {
    right: -95px;
    left: inherit;
}
.images .single-port-flex:nth-child(even) .right {
    width: 100%;
    text-align: center;
}
.images .single-port-flex:nth-child(even) .right h1.title {
    max-width: 100%;
    line-height: 1.25;
    margin: 20px auto 0;
    padding: 0 0 0 0px;
}
.images .single-port-flex:nth-child(even) .right button {
    margin: 24px -61px 0 8px;
}
.single-port-header .hero-image {
    width: 450px;
    height: 320px;
    margin: 44px auto 0;
    background-size: cover;
    background-position: center;
}
.single-port-header:after {
    top: 145px;
}
.single-port-header .lower {
    max-width: 800px;
    margin: 40px auto 0;
    text-align: center;
}
.info-flex {
    max-width: 450px;
    margin: 1px auto 75px;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}
.info-flex .right {
    margin: 0 auto;
}
.info-flex .right .image {
    width: 100%;
    height: 550px;
}
.info-flex .left {
    width: 100%;
    margin: -61px auto 0;
}
.info-tinted .inner {
    max-width: 450px;
}
.info-tinted .inner .left {
    width: 100%;
}
.info-tinted .inner .left .desc {
    font-family: 'Silk Serif';
    font-size: 21px;
    margin: -11px 0 0 38px;
    line-height: 1.7;
    letter-spacing: 0.01rem;
    padding-right: 0;
}
.weddings {
    max-width: 450px;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.weddings .left {
    height: 475px;
    margin: 0 auto;
}
.approach .inner {
    max-width: 450px;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}
.approach .inner .right {
    width:100%;
}
.approach .inner .left {
    width: 100%;
}
.testimonials-wrap {
    max-width:450px;
}
.testimonials-wrap .flex-me {
       flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column; 
}
.testimonials-wrap .flex-me .left {
    width:100%;
}
.testimonials-wrap .flex-me .right {
    width:100%;
        padding-left: 38px;
}
.testimonials-wrap .next-slide {
    width: 100%;
    right: 0;
    bottom: -55px;
    left: 39px;
}
.testimonials-wrap .flex-me .right .desc {
    line-height:1.5;
}
.blog-top {
    width: 95%;
    max-width: 450px;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}
.blog-top .right {
    width: 370px;
    height: 250px;
    margin: 0 auto 50px;
}
.blog-top .left {
    width: 100%;
    margin: 0 auto;
}
.blog-top .left .search .search-open:before {
    left: 22px;
    right: inherit;
}
.blog-top .left .search-hide.showme {
    display: block;
    right: inherit;
    left: 50px;
}
.top-advice .inner .slider ul .flex {
          flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;  
}
.top-advice .inner {
    max-width:450px;
}
.blog-wrap, .alm-reveal {
    max-width: 450px;
    margin: 0 auto;
}
.blog-wrap .single-post-flex, .alm-reveal .single-post-flex {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}
.blog-wrap .single-post-flex .right, .alm-reveal .single-post-flex .right {
    text-align: center;
}
.blog-wrap .single-post-flex .right .feat, .alm-reveal .single-post-flex .right .feat {
    width: 300px;
    height: 400px;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}
.blog-wrap .single-post-flex .left, .alm-reveal .single-post-flex .left {
    width: 100%;
    padding: 30px 0 0;
    text-align: center;
}
.blog-wrap .single-post-flex .left .category, .alm-reveal .single-post-flex .left .category {
    margin-bottom:20px;
}
.blog-wrap .single-post-flex .left .title, .alm-reveal .single-post-flex .left .title {
    margin-bottom:27px;
}
.single-blog-wrap {
    max-width: 450px;
}
.single-blog-wrap .hero-left {
    float: none;
}
.single-blog-wrap .date {
        right: -40px;
}
.single-blog-wrap .the-cats {
    padding-left:0;
    padding-top:35px;
        margin-bottom: 20px;
}
.single-blog-wrap h2.title {
    padding-left: 0;
    margin-bottom: -9px;
    margin-top: 0;
}
.single-blog-wrap .long-post p:nth-child(3) {
    clear: both;
    padding-top: 0;
}
.single-blog-wrap h2.title {
    padding-left: 0;
}
.single-blog-wrap .long-post blockquote {
    margin-left: 0;
}
.contact-intro .inner {
    max-width:450px;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;  
}
.contact-intro .left {
    width: 350px;
    height: 520px;
    margin: -155px auto 0;
}
.contact-intro .right {
    width: 350px;
    margin: -59px auto 0;
}
.contact-intro {
    background: #f4f4f3;
    margin: 192px 0 123px;
    height: auto;
    position: relative;
    padding-bottom: 100px;
}
.contact-intro .right .large-text {
    padding-right: 0;
    font-size: 22px;
    font-family: 'Silk Serif';
    font-weight: 500;
    line-height: 1.7;
    margin: 41px 0 40px 0;
    letter-spacing: 0.025rem;
}
.inquiries {
    max-width: 450px;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}
.inquiries .right {
    width: 350px;
    height: 460px;
    margin: 0 auto;
}
.inquiries .left {
    width: 100%;
}
.page-id-880 .testimonials-wrap .flex-me .right {
    width: 100%;
    padding-top: 42px;
}
.fa-intro .desc {
    font-size: 23px;
    font-family: 'Silk Serif';
    text-align: center;
    margin: 62px auto 0;
    max-width: 450px;
    line-height: 1.7;
    letter-spacing: 0.02rem;
}
.options .inner {
    max-width: 345px;
    margin: -181px auto 0;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.options .inner .right {
    margin-top:30px;
}
.the-options .pop-up {
    width: 90%;
    top: 0;
}
}
@media all and (max-width:540px){
    .logo img {
    width: 200px;
    margin: 0 auto 0;
    }
    .home .logo {
    padding-top: 0;
    }
    .logo {
    text-align: center;
    margin: 35px auto 35px;
    }
    .the-header .open-me {
    right: 15px;
    top: 25px;
}
}
@media all and (max-width:481px){
    .inquiries .left .c-form .gform_wrapper .gform_footer:after {
            top: 7px;
    }
    .logo img {
        width:180px;
    }
    .the-header .open-me {
    right: 5px;
    top: 24px;
    z-index: 9999999;
    }
    .port-page .left {
    float: none;
    text-align: center;
    margin-bottom: 10px;
    }
    .port-page .right {
    float: none;
    text-align: center;
}
    .the-header .open-me .line-1, .the-header .open-me .line-2 {
            width: 50px;
    }
    .the-header .open-me .close {
        padding-left:0;
    }
    .main-image {
            background-position: top 80px center;
        height: 455px;
    }
    .home .main-image .scroll {
        bottom:60px;
    }
    .upper {
        margin:305px auto 0;
    }
    .three-links {
        margin:0 auto 0;
    }
    .three-links .single:first-child {
    margin: 40px auto 0;
    transform: initial!important;
    }
    .three-links .single:nth-child(2) {
    margin: 50px auto 0;
    transform: initial!important;
    }
    .three-links .single:nth-child(3) {
    margin: 40px auto 72px;
    transform: initial!important;
    }
    .three-links .single:first-child h2.title {
    margin: 30px auto 0;
    text-align: center;
    }
    .three-links .single:nth-child(2) h2.title {
    margin: 30px auto 20px;
    text-align: center;
    }
    .three-links .single:nth-child(3) h2.title {
    margin: 30px auto 0;
    text-align: center;
    }
    .feature .icon {
        top: 12%;
    }
    .feature .desc {
        max-width: 200px;
        margin: 0 auto;
    }
    .joe {
        max-width:290px;
    }
    .joe .left {
        width: 100%;
        height: 400px;
        margin: 0 auto;
    }
    .joe .right .the-link {
        margin: 30px auto 0;
        padding: 0 0 0 15px;
    }
    .home-port {
        width: 95%;
        max-width: 290px;
    }
    .home-port-flex .right {
    width: 100%;
    position: relative;
    }
    .home-port .home-port-flex:nth-child(odd) .right .title {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    bottom: -48px;
    left: 0;
    }
    .home-port-flex {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .home-port-flex .left {
    margin-right: 0;
    width: 100%;
    }
    .home-port-flex .left .image {
        height: 350px;
    }
    .home-port-flex:nth-child(even) .right {
    width: 100%;
    padding-left: 0;
    margin: 0 auto 0;
    }
    .home-port-flex .right .image {
    width: 100%;
    height: 245px;
    background-size: cover;
    background-position: center;
    margin-left: 0;
    margin-top: 15px;
    }
    .home-port-flex .right .title {
    bottom: -55px;
    left: 0;
    }
    .home .blog-load-more .alm-load-more-btn {
            height: 180px!important;
    }
    .the-footer .top-flex {
    max-width: 290px;
        margin: 0 auto 30px;
    flex-direction: column;
     -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .the-footer .lower-flex .three ul {
       flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;  
    }
    .the-footer .lower-flex .three ul li {
        margin: 10px 0 0;
    }
    .the-footer .top-flex .left {
        width: 100%;
    }
    .the-footer .top-flex .right {
        width: 100%;
    }
    .the-footer .top-flex .social {
    margin: 30px 0 21px 34px;
    }
    .the-footer .top-flex a.links {
    margin-left: 39px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.22rem;
    text-decoration: underline;
    margin: 20px auto 0;
    text-align: center;
    display: block;
    }
    .the-footer .lower-flex .three ul {
        margin-top:40px;
    }
    .meet-flex {
    width: 95%;
    max-width: 290px;
    padding-right: 0;
    margin: 0px auto 0;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    }
    .meet-flex .left {
    width: 100%;
    position: relative;
    transform: inherit!important;
    }
    .meet-flex .left h3.name {
    bottom: -39px;
    left: 0;
    }
    .meet-flex .right {
    height: auto;
    transform: inherit!important;
    width: 100%;
    margin: 50px auto -1px;
    }
    .meet-flex .right h3.name {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.26rem;
    font-weight: 400;
    position: absolute;
    bottom: -49px;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    }
    .meet-flex .right .image {
    width: 100%;
    height: 410px;
    }
    .meet-tinted .inner .right {
    position: absolute;
    right: 0px;
    width: 100%;
    transform: inherit!important;
    }
    .meet-tinted .inner {
        max-width:90%;
    }
    .meet-joe .right {
    width: 290px;
    height: 410px;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    }
    .featured {
    height: 310px;
    background-attachment: inherit;
    }
    .featured h2.title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1rem;
    margin: 5px 0 10px;
    }
    .featured h3 p {
    font-size: 17px;
    line-height: 1.5;
    }
    .featured .text-block {
    top: 14%;
    width: 290px;
    }
    .images .single-port-flex .singleImage {
    width: 235px;
    height: 340px;
    }
    .single-port-header .hero-image {
        width: 100%;
        height:300px;
    }
    .info-flex {
        max-width:290px;
    }
    .info-flex .right {
        width:100%;
    }
    .info-flex .right .image {
    width: 100%;
    height: 400px;
    }
    .info-flex .right h3.name {
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    bottom: inherit;
    top: 399px;
    }
    .info-tinted .inner {
    max-width: 100%;
    text-align: center;
    margin: 50px auto 0;
    padding: 0;
    }
    .info-flex .left .image {
    width: 100%;
    height: 240px;
    }
    .info-tinted .inner .left .desc {
            margin: -11px 10px 0px;
    }
    .approach .inner .left .desc p {
        padding-left:0;
    }
    .testimonials-wrap .flex-me .left .name {
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    letter-spacing: 0.26rem;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    width: auto;
    height: auto;
    text-align: center;
    }
    .testimonials-wrap .flex-me .left {
    width: 100%;
    padding: 40px 0 0;
    }
    .testimonials-wrap .flex-me .right {
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding-top: 27px;
    }
    .testimonials-wrap .next-slide {
    width: 100%;
    right: 0;
    bottom: -55px;
    left: 0;
    right: 0;
    text-align: center;
    padding-right: 19px;
}
    .info-flex .left {
    width: 100%;
    margin: 69px auto 0;
    height: 290px;
    transform: inherit!important;
    }
    .info-flex .left h3.name {
    bottom: 0;
    left: 0;
    }
    .info-flex .right {
    width: 100%;
    transform: inherit!important;
    }
    .info-tinted .inner {
        max-width: 100%;
    }
    .weddings {
        max-width: 290px;
    }
    .weddings .left {
        height: 350px;
        margin: 0 auto;
        width: 100%;
    }
    .weddings .right {
        width: 100%;
    }
    .weddings .right .desc {
    padding-left: 0;
    padding-right: 0;
    }
    .weddings .right h2.title {
    font-size: 18px;
    font-family: 'Silk Serif';
    text-transform: uppercase;
    letter-spacing: 0.21rem;
    margin: 31px 0 30px 0px;
    padding-right: 0;
    line-height: 1.56;
    }
    .weddings .right .view-work {
    margin: 40px 0 0 0;
    text-align: right;
    padding-right: 0;
    }
    .approach .inner {
        max-width:290px;
    }
    .approach .inner .right {
    width: 100%;
    height: 400px;
    }
    .testimonials-wrap {
        max-width: 290px;
    }
    .testimonials-wrap .flex-me .left .image {
    width: 100%;
    height: 370px;
    }
    .page-id-880 .testimonials-wrap .flex-me .right {
    width: 90%;
    padding-top: 42px;
    margin: 0 auto;
    }
    .testimonials-wrap .flex-me .right .desc {
    line-height: 1.5;
    padding: 0;
    }
    .testimonials-wrap .flex-me .right {
    width: 90%;
    padding-left: 0;
    text-align: center;
    padding-top: 27px;
    margin: 0 auto;
    }
    .blog-top {
        max-width:290px;
    }
    .blog-top .right {
    width: 100%;
    height: 200px;
    margin: 0 auto 50px;
    }
    .top-advice .inner {
        max-width:290px;
    }
    .top-advice .inner .next-slide {
    right: 40px;
    top: inherit;
    bottom: -25px;
    }
    .top-advice .inner .slider ul .right {
    width: 100%;
    padding-right: 0;
    }
    .blog-wrap, .alm-reveal {
    max-width: 290px;
    margin: 0 auto;
    }
    .blog-wrap .single-post-flex .right .feat, .alm-reveal .single-post-flex .right .feat {
        width:290px;
    }
    .single-blog-wrap {
        max-width: 290px;
    }
    .single-blog-wrap #hero-image {
    width: 290px;
    height: 400px;
    }
    .single-blog-wrap .date {
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    top: -40px;
    }
    .single-blog-wrap .lower {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .contact-intro .inner {
        max-width: 290px;
    }
    .contact-intro .left {
    width: 290px;
    height: 420px;
    margin: -155px auto 0;
    }
    .contact-intro .right {
    width: 290px;
    margin: -10px auto 0;
    }
    .contact-intro .right .large-text {
            margin: 20px 0 40px 0;
    }
    .inquiries {
        max-width:290px;
    }
    .inquiries .right {
    width: 290px;
    height: 400px;
    margin: 0 auto;
    }
    .inquiries .left .c-form .gform_wrapper .gform_footer {
        width:100%;
    }
    .fa-intro .desc {
    font-size: 20px;
    font-family: 'Silk Serif';
    text-align: center;
    margin: 33px auto 0;
    max-width: 290px;
    line-height: 1.5;
    letter-spacing: 0.02rem;
    }
    .options .inner {
        max-width:290px;
    }
    .options .inner .left, .options .inner .right {
        width: 100%;
    }
    .options .inner .image {
    width: 100%;
    height: 302px;
    background-size: cover;
    background-position: center;
    }
    .f-form {
    max-width: 290px;
    margin: 28px auto 80px;
}
.images .single-port-flex .left {
    padding-left: 0;
    margin: 0 auto;
    width: 100%;
}
.images .single-port-flex .left p.rotate {
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    right: 0;
    margin: auto;
    padding: 0;
    text-align: center;
    bottom: -37px;
    top: inherit;
}
.images .single-port-flex:nth-child(even) .left p.rotate {
    right: 0;
    left: 0;
    margin: auto;
    padding: 0;
    text-align: center;
    width: 100%;
}
.images .single-port-flex:nth-child(even) .left {
    padding-left: 0;
    width: 100%;
}
.images .single-port-flex:nth-child(even) .right h1.title {
    max-width: 100%;
    line-height: 1.25;
    margin: 50px auto 0;
    padding: 0 0 0 0px;
}
.images .single-port-flex:nth-child(even) .right button {
    margin: 24px 0px 0 8px;
}
.top-advice .inner .slider ul .right .title {
    margin: 26px 0 30px 0;
    text-align: left;
}
.top-advice .inner .slider ul .right .desc p {
    padding-right: 10px;
    text-align: left;
}
.top-advice .inner .slider ul .left .feat {
    width:290px;
}
.home-port {
    width: 95%;
    max-width: 290px;
    padding: 0;
}
.images {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.images .single-port-flex .singleImage {
    width: 290px;
    height: 415px;
}
.images .single-port-flex .right h1.title {
    max-width: 100%;
    line-height: 1.25;
    margin: 50px auto 0;
    padding: 0 0 0 0px;
}
.single-blog-wrap .long-post blockquote {
    padding:0;
}
}

