/*
 Theme Name:   Larkbury Interior Design London Theme
 Theme URI:    https://squelchdesign.com/
 Description:  Storefront child theme for Larkbury Interior Design London
 Author:       Gareth @ { Squelch Design }
 Author URI:   https://squelchdesign.com/
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Import parent styles */
@import url('../storefront/style.css');



/*=WHOLE SITE SELECTORS (minus typography)
--------------------------------------------------------------------------------------------------------------------- */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}


/* Reducing 3px border radius applied by Storefront */
body.larkbury img {
    border-radius: 1px;
}


/* Ensure CF7 inputs stay within their wrappers */
body.larkbury .wpcf7 select,
body.larkbury .wpcf7 .input-text,
body.larkbury .wpcf7 input[type=email],
body.larkbury .wpcf7 input[type=password],
body.larkbury .wpcf7 input[type=search],
body.larkbury .wpcf7 input[type=text],
body.larkbury .wpcf7 input[type=url],
body.larkbury .wpcf7 textarea {
    width: 100%;
    background-color: #f0efef;
    box-shadow: none;
    border: none;
    padding: .37em .6180469716em;
}

body.larkbury .site-header .custom-logo-link img,
body.larkbury .site-header .site-logo-anchor img,
body.larkbury .site-header .site-logo-link img {
    width: 100%;
}

body.larkbury .wpcf7 select {
    padding: 7px 11px;
    font-size: 14px;
}

body.larkbury .small-form-text {
    font-size: 14px;
    text-align: center;
    margin-top: 0.5em;
    color: #333;
}

body.larkbury .wpcf7 span.ajax-loader {
    display: none;
}

body.larkbury :focus {
    outline: none;
}


body.larkbury.page-id-87 .wpcf7 .vc_column-inner {
    padding: 0 15px;
}


/* Button styling */
body.larkbury .lark-button > button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
body.larkbury .button,
body.larkbury button,
body.larkbury input[type=button],
body.larkbury input[type=reset],
body.larkbury input[type=submit] {
    background-color: #362f2d;
    border-color: #362f2d;
    color: #86754d;
    border-radius: 0;
    font-size: 16px;
    background-image: none;
    padding: 9px 17px 10px 17px;
}
body.larkbury button.menu-toggle {
    padding: 9px 17px 10px 38px;
}

body.larkbury {
    line-height: 22px;
}

body.larkbury .camera-icon[style] {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

body.larkbury .slide-url-credit[style] {
    padding: 8px !important;
}

body.larkbury .slide-url-credit {
    right: -400px;
    background-color: transparent;
}

body.larkbury .slide-url-credit.show-link {
    -webkit-animation: slideInRevSlider 2s;
    -moz-animation:    slideInRevSlider 2s;
    -o-animation:      slideInRevSlider 2s;
    animation:         slideInRevSlider 2s;
    right: 0;
    background-color: rgba(134,117,77,0.9);
}

body.larkbury .no-letter-spacing strong,
body.larkbury .no-letter-spacing em,
body.larkbury .no-letter-spacing h1,
body.larkbury .no-letter-spacing h2,
body.larkbury .no-letter-spacing h3,
body.larkbury .no-letter-spacing h4,
body.larkbury .no-letter-spacing h5,
body.larkbury .no-letter-spacing h6,
body.larkbury .no-letter-spacing p {
    letter-spacing: 0;
}

body.larkbury iframe.video-embed {
    width: 100%;
    height: 600px;
}

@media screen and (max-width: 1024px) {
	body.larkbury #interior-architecture {
		padding-top: 3em !important;
	}
	body.larkbury .vc_section {
		padding-bottom: 1em !important;
		padding-top: 0 !important;
	}
	body.larkbury .services-video-sections .vc_column-inner {
		padding-left: 2em !important;
		padding-right: 2em !important;
	}
	body.larkbury iframe.video-embed {
	    	height: 510px;
	}
}

@media screen and (max-width: 768px) {
	body.larkbury iframe.video-embed {
	    	height: 365px;
	}
	body.larkbury .services-video-sections .wpb_text_column {
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 425px) {
	body.larkbury iframe.video-embed {
	    	height: 197px;
	}
}



/*=ANIMATION
--------------------------------------------------------------------------------------------------------------------- */

body.larkbury .animated {
    -webkit-animation-duration: 2s;
    -moz-animation-duration:    2s;
    -o-animation-duration:      2s;
    animation-duration:         2s;
}

body.larkbury.page-id-87 .animated {
    -webkit-animation-duration: 3s;
    -moz-animation-duration:    3s;
    -o-animation-duration:      3s;
    animation-duration:         3s;
}



/*=NO PADDING ON MOBILE
--------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 425px) {
    /* Important tags needed to override important tags set by VC */
    body.larkbury .no-marg-padd-mob {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}



/*=LOADING PAGE
--------------------------------------------------------------------------------------------------------------------- */

html.js_active .lp-screen .lp-screen-graphic,
html.js_active .lp-screen .lp-screen-text {
    display: none !important;
}

html.js_active .lp-screen .welcome-home,
html.js_active .lp-screen .logo {
    -webkit-animation: fadeInAndOut 4.5s;
    -moz-animation:    fadeInAndOut 4.5s;
    -o-animation:      fadeInAndOut 4.5s;
    animation:         fadeInAndOut 4.5s;
    opacity: 0;
}
html.js_active .lp-screen .welcome-home {
    -webkit-animation-delay: 4.5s;
    -moz-animation-delay:    4.5s;
    -o-animation-delay:      4.5s;
    animation-delay:         4.5s;
}

html.js_active #loadin_page_codeBlock h2 {
    color: #86754d;
    font-size: 2.5em;
    font-family: "EB Garamond", "Open Sans", sans-serif;
    font-weight: 500;
}



/* This animation needs to omit 100% because opacity's value is set via an inline style */
@-webkit-keyframes slideInRevSlider {
    0% {
        right: -400px;
        background-color: transparent;
    }

    90% {
        right: 0;
        background-color: transparent;
    }

    95% {
        background-color: rgba(134,117,77,0.45);
    }

    100% {
        right: 0;
    }
}
@-moz-keyframes slideInRevSlider {
    0% {
        right: -400px;
        background-color: transparent;
    }

    90% {
        right: 0;
        background-color: transparent;
    }

    95% {
        background-color: rgba(134,117,77,0.45);
    }

    100% {
        right: 0;
    }
}
@-o-keyframes slideInRevSlider {
    0% {
        right: -400px;
        background-color: transparent;
    }

    90% {
        right: 0;
        background-color: transparent;
    }

    95% {
        background-color: rgba(134,117,77,0.45);
    }

    100% {
        right: 0;
    }
}
@keyframes slideInRevSlider {
    0% {
        right: -400px;
        background-color: transparent;
    }

    90% {
        right: 0;
        background-color: transparent;
    }

    95% {
        background-color: rgba(134,117,77,0.45);
    }

    100% {
        right: 0;
    }
}



/* Fade in and out animation */
@-webkit-keyframes fadeInAndOut {
    0%   { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 1; }
}
@-moz-keyframes fadeInAndOut {
    0%   { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 1; }
}
@-o-keyframes fadeInAndOut {
    0%   { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 1; }
}
@keyframes fadeInAndOut {
    0%   { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 1; }
}



/* Slider arrow bounce animation */
@-webkit-keyframes arrowBounce {
    0%, 20%, 35%, 45%, 55%, 60%, 70%, 80%, 100% { transform: translateY(0); }

    30% { transform: translateY(-15px); }
    40% { transform: translateY(-10px); }
    50% { transform: translateY(-5px); }
}
@-moz-keyframes arrowBounce {
    0%, 20%, 35%, 45%, 55%, 60%, 70%, 80%, 100% { transform: translateY(0); }

    30% { transform: translateY(-15px); }
    40% { transform: translateY(-10px); }
    50% { transform: translateY(-5px); }
}
@-o-keyframes arrowBounce {
    0%, 20%, 35%, 45%, 55%, 60%, 70%, 80%, 100% { transform: translateY(0); }

    30% { transform: translateY(-15px); }
    40% { transform: translateY(-10px); }
    50% { transform: translateY(-5px); }
}
@keyframes arrowBounce {
    0%, 20%, 35%, 45%, 55%, 60%, 70%, 80%, 100% { transform: translateY(0); }

    30% { transform: translateY(-15px); }
    40% { transform: translateY(-10px); }
    50% { transform: translateY(-5px); }
}

html.js_active #loadin_page_codeBlock {
    position: fixed;
    top: 0;
    bottom: 0;
}

html.js_active #loadin_page_codeBlock div {
    width: 100%;
    position: absolute;
}

html.js_active #loadin_page_codeBlock div.welcome-home,
html.js_active #loadin_page_codeBlock div.logo {
    top: 50%;
}

html.js_active #loadin_page_codeBlock h1 {
    margin: 0 auto;
    display: block;
    width: 300px;
}
html.js_active #loadin_page_codeBlock h2 {
    color: #e1e1e1;
    font-size: 2.5em;
}

html.js_active .lp-screen[style] {
    background-size: cover !important;
}

@media screen and (max-width: 767px) {
    body.larkbury #loadin_page_codeBlock div.logo {
    }
    body.larkbury #loadin_page_codeBlock div.welcome-home {
    }
}
@media screen and (max-width: 320px) {
    html.js_active #loadin_page_codeBlock h2 {
        font-size: 5em;
    }
}

@media screen and (max-height: 320px) {
    html.js_active #loadin_page_codeBlock h1 {
        width: 125px;
    }
}

@media screen and (max-height: 375px) {
    html.js_active #loadin_page_codeBlock div.logo {
        top: 20%;
    }
    html.js_active #loadin_page_codeBlock div.welcome-home {
        top: 50%;
    }
}



/*=TYPOGRAPHY
--------------------------------------------------------------------------------------------------------------------- */

body.larkbury,
body.larkbury h1,
body.larkbury h2,
body.larkbury h3,
body.larkbury h4,
body.larkbury h5,
body.larkbury h6{
    font-family: "EB Garamond", serif;
    font-weight: 500;
}


body.larkbury h1,
body.larkbury h2,
body.larkbury h3,
body.larkbury h4,
body.larkbury h5,
body.larkbury h6{
    letter-spacing: 2px;
    font-weight: 400;
}

body.larkbury .banner-title h1 {
    font-size: 34px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

body.larkbury .whats-yours h3 {
    letter-spacing: 0;
}

body.larkbury {
    font-size: 16px;
}
body.larkbury h2 {
    font-size: 2em;
}

body.larkbury.page-template-template-homepage .entry-content {
    font-weight: 500;
    color: #000;
}

body.larkbury.page-template-template-homepage .entry-content label {
    font-size: 14px;
}

body.larkbury .larkbury-white-text,
body.larkbury .larkbury-white-text p,
body.larkbury .larkbury-white-text h1,
body.larkbury .larkbury-white-text h2,
body.larkbury .larkbury-white-text h3,
body.larkbury .larkbury-white-text h4,
body.larkbury .larkbury-white-text h5,
body.larkbury .larkbury-white-text h6 {
    color: #fff;
}

body.larkbury .lark-button > button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
body.larkbury div.site-branding div.site_title,
body.larkbury footer#colophon,
body.larkbury .main-navigation ul.menu     > li > a,
body.larkbury .main-navigation ul.nav-menu > li > a,
body.larkbury .larkbury-montserrat p,
body.larkbury .larkbury-montserrat h1,
body.larkbury .larkbury-montserrat h2,
body.larkbury .larkbury-montserrat h3,
body.larkbury .larkbury-montserrat h4,
body.larkbury .larkbury-montserrat h5,
body.larkbury .larkbury-montserrat h6 {
    font-family: "Montserrat", "Open Sans", sans-serif;
}

body.larkbury .larkbury-eb-garamond p,
body.larkbury .larkbury-eb-garamond h1,
body.larkbury .larkbury-eb-garamond h2,
body.larkbury .larkbury-eb-garamond h3,
body.larkbury .larkbury-eb-garamond h4,
body.larkbury .larkbury-eb-garamond h5,
body.larkbury .larkbury-eb-garamond h6 {
    font-family: "EB Garamond", "Open Sans", sans-serif;
}

body.larkbury .lark-button > button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    font-weight: 400;
}

body.larkbury .larkbury-montserrat h3 {
    font-size: 1.4em;
}

body.larkbury h3 {
    font-size: 1.8em;
}

body.larkbury a {
    color: #86754d;
}

body.larkbury.archive  .entry-content a.excerpt,
body.larkbury.category .entry-content a.excerpt,
body.larkbury.blog     .entry-content a.excerpt {
    color: #43454b;
}

body.larkbury.home a > em > strong {
    font-family: "EB Garamond", "Open Sans", sans-serif;
    font-size: 1.3em;
    color: #86754d;
    font-weight: 300;
}
body.larkbury a > em > strong {
    color: #43454b;
}
body.larkbury .alpha.entry-title a {
    color: #43454b;
}

body.larkbury button#responsive-menu-button {
    position: absolute;
    top: -75px;
}

body.larkbury.single-portfolio .back-to > a {
    float: right;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
}

@media screen and (max-width: 425px) {
    body.larkbury.single-portfolio .back-to {
        margin-top: -10px;
        padding-bottom: 6em;
        font-size: 0.7em;
    }

    body.larkbury.single-portfolio .tp-bullets {
        display: none;
    }
}

body.larkbury.single-portfolio .portfolio-intro {
    font-size: 13px;
    letter-spacing: 1px;
}

body.larkbury .responsive-menu-inner,
body.larkbury .responsive-menu-inner::before,
body.larkbury .responsive-menu-inner::after {
    width: 40px;
}
body.larkbury .responsive-menu-inner::before {
    top: -12px;
}
body.larkbury .responsive-menu-inner::after {
    bottom: -12px;
}

body.larkbury #responsive-menu-container #responsive-menu li.responsive-menu-item.larkbury-residential-menu-link > a {
    color: #c1c1c1;
}

body.larkbury #responsive-menu-container #responsive-menu li.responsive-menu-item > a {
    background-color: transparent;
    text-transform: uppercase;
    line-height: 65px;
}
body.larkbury #content #main #responsive-menu-container #responsive-menu li.responsive-menu-item > a:hover {
    background-color: #3f3f3f;
    color: #c1c1c1;
}

body.larkbury #responsive-menu-container #responsive-menu-wrapper {
    margin-top: 1em;
}
body.larkbury #responsive-menu-container .larkbury-hamburger-logo {
    padding: 1em;
}

body.larkbury #responsive-menu-container .larkbury-hamburger-logo > img {
    display: block;
    margin: 0 auto;
    max-width: 240px;
    margin-top:2em;
}



/*=HEADER & FOOTER combined styles
--------------------------------------------------------------------------------------------------------------------- */

/* Make full width */
body.larkbury header#masthead > div.col-full,
body.larkbury footer#colophon > div.col-full {
    max-width: 100%;
    padding: 0 1.5em;
}

/* Background colour */
body.larkbury header#masthead,
body.larkbury header#masthead {
    background-color: #fff;
    border-bottom: 1px solid rgba(134, 117, 77, 0.25);
}

body.larkbury footer#colophon {
    background-color: #666;
}

body.larkbury.commercial.home header#masthead {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}

body.larkbury footer#colophon div.textwidget > p {
    font-weight: 600;
}

body.larkbury.single-post .lark-post-thumbnail {
    max-height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 3em;
}

body.larkbury.single-post .lark-post-thumbnail > img {
    width: 100%;
    height: auto;
}

body.larkbury.single-post .lark-post-thumbnail-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

body.larkbury.single-post .date-title {
    display: flex;
    justify-content: center;
}

body.larkbury.single-post .post-content h3,
body.larkbury.single-post .date-title > span,
body.larkbury.single-post .lark-back a {
    text-transform: uppercase;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    letter-spacing: 1px;
}
body.larkbury.single-post .date-title > span > ul > li > a {
    color: #43454b;
}
body.larkbury.single-post .date-title > span > ul {
    list-style: none;
    margin: 0;
}

body.larkbury.single-post .lark-back {
    max-width: 1478px;
    margin: 2em auto -24px;
    padding-left: 1em;
}

body.larkbury.single-post .post-content {
    margin-top: 6em;
}

body.larkbury.single-post .date-title > span.sep {
    padding: 0 1em;
}

body.larkbury.single-post .lark-single-post-border {
    border-top: 2px solid #86754d;
    width: 80%;
    margin: 0 auto;
}

body.larkbury.single-post .lark-post-thumbnail-title h1 {
    color: #fff;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}

body.larkbury .services-navigation a {
    font-family: "EB Garamond", serif;
    font-size: 16px;
    color: #43454b;
    text-transform: uppercase;
    transition: color .3s;
}

body.larkbury .services-navigation a:hover {
    color: #65676d;
}


/*=HEADER
--------------------------------------------------------------------------------------------------------------------- */

body.larkbury.category .main-navigation ul li a,
body.larkbury.category .site-title a,
body.larkbury.category ul.menu li a,
body.larkbury.category .site-branding h1 a,
body.larkbury.category .site-footer .storefront-handheld-footer-bar a:not(.button),
body.larkbury.category button.menu-toggle, button.menu-toggle:hover,
body.larkbury.category .main-navigation ul li a:hover, .main-navigation ul li:hover > a,
body.larkbury.category .site-header ul.menu li.current-menu-item > a,
body.larkbury.archive .main-navigation ul li a,
body.larkbury.archive .site-title a,
body.larkbury.archive ul.menu li a,
body.larkbury.archive .site-branding h1 a,
body.larkbury.archive .site-footer .storefront-handheld-footer-bar a:not(.button),
body.larkbury.archive button.menu-toggle, button.menu-toggle:hover,
body.larkbury.archive .main-navigation ul li a:hover, .main-navigation ul li:hover > a,
body.larkbury.archive .site-header ul.menu li.current-menu-item > a,
body.larkbury.archive .main-navigation ul li a,
body.larkbury.blog .site-title a,
body.larkbury.blog ul.menu li a,
body.larkbury.blog .site-branding h1 a,
body.larkbury.blog .site-footer .storefront-handheld-footer-bar a:not(.button),
body.larkbury.blog button.menu-toggle, button.menu-toggle:hover,
body.larkbury.blog .main-navigation ul li a:hover, .main-navigation ul li:hover > a,
body.larkbury.blog .site-header ul.menu li.current-menu-item > a,
body.larkbury.home .main-navigation ul li a,
body.larkbury.home .site-title a,
body.larkbury.home ul.menu li a,
body.larkbury.home .site-branding h1 a,
body.larkbury.home .site-footer .storefront-handheld-footer-bar a:not(.button),
body.larkbury button.menu-toggle, button.menu-toggle:hover,
body.larkbury .main-navigation ul li a,
body.larkbury .site-title a,
body.larkbury ul.menu li a,
body.larkbury .main-navigation ul li a:hover, .main-navigation ul li:hover > a,
body.larkbury.home .main-navigation ul li a:hover, .main-navigation ul li:hover > a,
body.larkbury .site-header ul.menu li.current-menu-item > a,
body.larkbury.home .site-header ul.menu li.current-menu-item > a {
    color: #86754d;
    border-color: #86754d;
}

body.larkbury .site-branding,
body.larkbury .site-branding > h1.logo {
    display: inline-block;
    width: auto;
}

body.larkbury .site-branding h1 a,
body.larkbury .site-footer .storefront-handheld-footer-bar a:not(.button) {
    color: #fff;
}
body.larkbury .site-branding h1 a {
    position: relative;
    z-index: 9999;
}

body.larkbury.no-wc-breadcrumb .site-header {
    margin-bottom: 2px;
}
body.larkbury.no-wc-breadcrumb.home .site-header {
    margin-bottom: 0;
}

body.larkbury .site-branding {
    margin-top: 1em;
    margin-bottom: 0.5em;
    max-width: 164px;
}


body.larkbury button.menu-toggle,
body.larkbury button.menu-toggle:hover {
    background-color: transparent;
}

body.larkbury .arrow-bounce {
    -webkit-animation: arrowBounce 3s ease 3s infinite;
    -moz-animation:    arrowBounce 3s ease 3s infinite;
    -o-animation:      arrowBounce 3s ease 3s infinite;
    animation:         arrowBounce 3s ease 3s infinite;
}

body.larkbury #masthead {
    position: fixed;
    width: 100vw;
}

body.larkbury #masthead .header-scroll-top,
body.larkbury #masthead .header-expand {
    padding: 0.5em 0;
    font-size: 1.25em;
}

body.larkbury #masthead .header-scroll-top {
    padding: 0.5em 0.5em 0.5em 0;
}

body.larkbury #masthead .header-scroll-top,
body.larkbury #masthead .header-expand,
body.larkbury #masthead.reduced .storefront-primary-navigation,
body.larkbury #masthead.reduced .site-branding {
    display: none;
}

body.larkbury #masthead.reduced .header-expand {
    display: inline-block;
}

body.larkbury #masthead .header-scroll-top {
    float: right;
}

body.larkbury #masthead.reduced .header-scroll-top {
    display: block;
}

@media screen and (min-width: 768px) {
    /* Navigation needs to be on the right hand side */
    body.larkbury .storefront-primary-navigation {
        float: right;
        clear: none;
        padding-top: 0.4em;
    }

    /* Site header padding needs reducing */
    body.larkbury .site-header {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    /* Restrict logo height */
    body.larkbury .site-header .site-branding img {
        max-height: 40px;
        width: auto;
        margin-top: 7px;
    }

    /* Transform the navigation text to uppercase always */
    body.larkbury .main-navigation ul.menu     > li > a,
    body.larkbury .main-navigation ul.nav-menu > li > a {
        text-transform: uppercase;
    }
}



/*=FOOTER
--------------------------------------------------------------------------------------------------------------------- */

/* Correct footer padding to stop there being a blank area at the bottom of the footer */
body.larkbury .site-footer {
    padding: 0;
}

/* Reduce padding */
body.larkbury .site-footer .footer-widgets {
    padding-top: 3em;
}

/* Colour for footer text, customiser doesn't let you change much */
body.larkbury .site-footer .widget a,
body.larkbury .site-footer {
    color: #fff;
}

/* Remove margin from first widget, not nice way to do this without using the ID as the selector */
body.larkbury .site-footer .footer-widget-1 #text-2 {
    margin-bottom: 0;
}

body.larkbury .site-footer .footer-widget-1 {
    width: 50%;
}

body.larkbury .site-footer .footer-widget-1 div.legal-credits,
body.larkbury .site-footer .footer-widget-1 div.footer-address {
    text-transform: uppercase;
    font-size: 12px;
}

body.larkbury .site-footer .footer-widget-1 div.larkbury-footer-social,
body.larkbury .site-footer .footer-widget-1 div.footer-address {
    margin-bottom: 1em;
}

body.larkbury .site-footer .footer-widget-1 div.footer-email {
    font-size: 12px;
}

body.larkbury .site-footer .footer-widget-1 div.footer-tel {
    margin-bottom: 1em;
}

body.larkbury .site-footer .larkbury-footer-social > a {
    vertical-align: bottom;
}

/* Change font size and padding-right on larkbury's footer social icons */
body.larkbury .site-footer .larkbury-footer-social > a > i.fa {
    font-size: 24px;
    padding-right: 3px;

    transition:         color .3s;
    -webkit-transition: color .3s;
    -moz-transition:    color .3s;
    -o-transition:      color .3s;
}

body.larkbury .site-footer .larkbury-footer-social > a:hover > i.fa {
    color: #d1d1d1;
}

body.larkbury .site-footer .larkbury-footer-social > a > i.fa-twitter {
    padding-right: 1px;
}

body.larkbury .site-footer .larkbury-footer-social > a > i.fa-instagram {
    font-size: 27px;

    -webkit-transform: translateY(1px);
    -moz-transform:    translateY(1px);
    -ms-transform:     translateY(1px);
    -o-transform:      translateY(1px);
    transform:         translateY(1px);
}

/* Reduce margins on the widgets in footer */
body.larkbury .site-footer .widget {
    margin: 0;
}

body.larkbury .site-footer .footer-widgets {
    padding-bottom: 2em;
}

.larkbury .footer-widgets.col-4 .block.footer-widget-4 {
    width: 26.7%;
    padding-right: 3em;
    margin-top: 1em;
}

.larkbury .footer-widgets.col-4 .block.footer-widget-4 .insight .blurb {
    font-size: 13px;
}
.larkbury .footer-widgets.col-4 .block.footer-widget-4 .insight .title {
    font-size: 20px;
    margin-bottom: 6px;
}

body.larkbury .site-branding {
    margin-top: 1em;
    margin-bottom: 0.5em;
    max-width: 164px;
}

@media screen and (max-width: 767px) {
    .larkbury .footer-widgets.col-4 .block.footer-widget-4 {
        width: 100%;
    }
}

/* Newsletter signup styling */
body.larkbury .larkbury-case-study,
body.larkbury .larkbury-newsletter-signup-footer {
    display: inline-block;
}

body.larkbury .larkbury-case-study.submit .wpcf7-submit,
body.larkbury .larkbury-newsletter-signup-footer.submit .wpcf7-submit {
    background-color: #aaa;
    color: #86754d;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding: 6px 11px;
    font-weight: 400;
}

body.larkbury .larkbury-case-study.submit .wpcf7-submit {
    background-color: #362f2d;
    font-size: 15px;
    border: 0;
    padding: 7px 17px 6px;
    margin-left: 13px;
}

body.larkbury.page-id-156 .larkbury-case-study.submit .wpcf7-submit {
    padding: 7px 14px 6px;
}

body.larkbury.page-id-156 div.larkbury-case-study.input {
    width: calc(100% - 105px);
}


body.larkbury div.larkbury-case-study.input {
    width: calc(100% - 107px);
    font-size: 15px;
}

body.larkbury div.larkbury-loves-input {
    width: calc(100% - 94px);
}


body.larkbury div.larkbury-loves-input input.wpcf7-text {
    padding: 0.6em;
}

body.larkbury div.larkbury-loves-submit,
body.larkbury div.larkbury-case-study.input input {
    background: transparent;
    border: 1px solid #ccc;
}

body.larkbury div.larkbury-loves-input,
body.larkbury div.larkbury-loves-submit {
    display: inline-block;
}

body.larkbury .larkbury-case-study.input,
body.larkbury .larkbury-newsletter-signup-footer.input {
    width: calc(100% - 118px);
    margin-right: -4px;
    vertical-align: top;
}

body.larkbury .larkbury-case-study.input span.sign-up-ea > input.wpcf7-text,
body.larkbury .larkbury-newsletter-signup-footer.input span.sign-up-ea > input.wpcf7-text {
    max-width: 100%;
}


/* Move form to the right edge of footer and to same baseline as the contact details on left */
body.larkbury .site-footer .widget div.wpcf7 {
    margin-top: 10px;
}
/* End newsletter styling */



/*=REVSLIDER
--------------------------------------------------------------------------------------------------------------------- */

/* Increase the size of slider bullets */
body.larkbury div.rev_slider .ares .tp-bullet {
    width: 18px;
    height: 18px;
}

body.larkbury .rev-btn.rev-withicon i.fa-icon-chevron-right {
    font-size: 100px;
}

body.larkbury .rev-btn.rev-withicon.vp-a[style] {
    /* Overiding important tags set by RevSlider */
    border-radius: 200px !important;
    border: 18px solid #86754d !important;
    padding-left: 4em !important;
    padding-top: 3em !important;
    padding-right: 3em !important;
    padding-bottom: 1.5em !important;
}

body.larkbury.page-id-129 .tparrows:before {
    color: #86754d;
}

/* 480px is mobile breakpoint */
@media screen and (max-width: 480px) {
    /* Overriding inline styles set by RevSlider */
    body.larkbury.home .tp-leftarrow[style] {
	    transform: matrix(1, 0, 0, 1, -152, 5) !important;
    }

    /* Overriding inline styles set by RevSlider */
    body.larkbury.home .tp-rightarrow[style] {
	    transform: matrix(1, 0, 0, 1, -92, 5) !important;
    }

    /* Overriding inline styles set by RevSlider */
    body.larkbury.single-portfolio .tp-leftarrow[style] {
	    transform: matrix(1, 0, 0, 1, -70, -60) !important;
    }

    /* Overriding inline styles set by RevSlider */
    body.larkbury.single-portfolio .tp-rightarrow[style] {
	    transform: matrix(1, 0, 0, 1, 30, -60) !important;
    }

    body.larkbury .rev-btn.rev-withicon.vp-a[style] {
        /* Overiding important tags set by RevSlider */
        border-radius: 200px !important;
        border: 6px solid #86754d !important;
        padding-left: 1.5em !important;
        padding-top: 1.25em !important;
        padding-right: 1.5em !important;
        padding-bottom: 1em !important;
    }

    body.larkbury .rev-btn.rev-withicon i.fa-icon-chevron-right {
        font-size: 50px;
    }
}




/*=PAGE CONTENT
--------------------------------------------------------------------------------------------------------------------- */

/* Increase column width to match design spec */
body.larkbury.page-template-template-homepage .entry-content,
body.larkbury div.site-content div.col-full {
    max-width: 85em;
}

/* Remove text align from entry content applied by storefront theme */
body.larkbury.page-template-template-homepage .entry-content {
    text-align: left;
}

/* Reduce padding top to match design spec */
body.larkbury.page-template-template-homepage .type-page {
    padding-top: 1em;
}

/* */
body.larkbury .larkbury-find-out-form h3 {
    text-transform: none;
}



/*=HOME
--------------------------------------------------------------------------------------------------------------------- */

body.larkbury .lark-find-out-form-row {
    margin-bottom: 1em;
}

body.larkbury .wpcf7 .larkbury-submit {
    text-align: center;
}

body.larkbury .wpcf7 .larkbury-submit > input[type=submit] {
    padding: 0.418047em 2.5em;
    font-weight: 400;
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
}

body.larkbury .wpcf7 label,
body.larkbury .larkbury-find-out-form label,
body.larkbury .lark-find-out-form-row label {
    font-size: 0.9em;
}

/*body.larkbury .larkbury-find-out-form p.larkbury-submit > input[type=submit] {
    padding: 0.418047em 2.5em;
    font-weight: 400;
    font-size: 1.2em;
}*/

body.larkbury .vc_figure {
    position: relative;
}

body.larkbury .vc_figure:hover .vc_figure-caption  {
    opacity: 0.8;
}

body.larkbury .vc_figure .larkbury-caption {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    width: 75%;
    font-size: 14px;
}

body.larkbury .vc_figure .larkbury-caption > em {
    display: block;
    margin-bottom: 1em;
}

body.larkbury .vc_figure-caption {
    position: absolute;
    top: 1em;
    left: 1em;
    right: 1em;
    bottom: 1em;
    background-color: rgb(241,241,241);
    opacity: 0;
    transition:         opacity 0.7s ease-in;
    -webkit-transition: opacity 0.7s ease-in;
    -moz-transition:    opacity 0.7s ease-in;
    -o-transition:      opacity 0.7s ease-in;
}

body.larkbury .larkbury-follow-us-text a {
    border: 1px solid #000;
    color: #000;
    padding: 0.2em 1em;
    letter-spacing: 2px;
}

body.larkbury .larkbury-portfolio-thumbnail {
    position: relative;
}

body.larkbury .larkbury-portfolio-thumbnail:hover .overlay  {
    opacity: 0.9;
}

body.larkbury .larkbury-portfolio-thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(238,238,238,0.6);
    padding: 1em;
    opacity: 0;
    transition:         .6s all;
    -webkit-transition: .6s all;
    -moz-transition:    .6s all;
    -o-transition:      .6s all;
}

body.larkbury .larkbury-portfolio-thumbnail .overlay .explore {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: #111;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

body.larkbury .larkbury-portfolio-thumbnail .overlay .border {
    position: absolute;
    top: 1em;
    bottom: 1em;
    right: 1em;
    left: 1em;
    border: 2px solid;
}

body.larkbury .full-width-image .vc_figure,
body.larkbury .full-width-image .vc_figure .vc_single_image-wrapper,
body.larkbury .full-width-image .vc_figure .vc_single_image-wrapper > img {
    width: 100%;
    height: auto;
}



/*=ABOUT
--------------------------------------------------------------------------------------------------------------------- */

body.larkbury .lark-fifty .wpb_single_image,
body.larkbury .lark-fifty .wpb_single_image .vc_figure,
body.larkbury .lark-fifty .wpb_single_image .vc_figure .vc_single_image-wrapper,
body.larkbury .lark-fifty img.wp-post-image,
body.larkbury .lark-fifty .wpb_single_image .vc_figure .vc_single_image-wrapper > img {
    width: 100%;
}

body.larkbury .lark-about-us-fifty-section h2 {
    color: #86754d;
}

body.larkbury.page-template-template-fullwidth .content-area,
body.larkbury.page-template-template-fullwidth .content-area .site-main,
body.larkbury.page-template-template-fullwidth .content-area .site-main .page {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) and (min-width: 767px) {
    body.larkbury.page-template-template-fullwidth .lark-about-us-fifty-section .lark-fifty .vc_column-inner {
        /* Overriding important tag used by VC */
        padding-right: 0 !important;
    }

    body.larkbury.page-template-template-fullwidth .lark-about-us-fifty-section .vc_column-inner {
        /* Overriding important tag used by VC */
        padding-right: 4em !important;
    }
}



/*=CONTACT (inc map)
--------------------------------------------------------------------------------------------------------------------- */

body.larkbury div.lark-map {
    position: relative;
}

body.larkbury div.lark-map div.wpb_gmaps_widget,
body.larkbury div.lark-map div.wpb_gmaps_widget div.wpb_map_wraper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
}
body.larkbury div.lark-map div.wpb_gmaps_widget div.wpb_map_wraper {
    right: 0;
}
body.larkbury div.lark-map div.wpb_gmaps_widget {
    right: 10%;
}
body.larkbury div.lark-map div.wpb_gmaps_widget div.wpb_map_wraper,
body.larkbury div.lark-map div.wpb_gmaps_widget div.wpb_map_wraper > iframe {
    height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    body.larkbury.page-id-87 .wpb_text_column p {
        font-size: 0.8em;
    }

    body.larkbury.page-id-87 .wpb_text_column:first-child {
        /* Overriding important tag set by VC */
        margin-bottom: 20px !important;
    }

    body.larkbury.page-id-87 .vc_btn3-container.vc_btn3-inline {
        /* Overriding important tag set by VC */
        margin-top: 0 !important;
    }
}




/*=ESS GRID
--------------------------------------------------------------------------------------------------------------------- */

body.larkbury .esg-entry-cover {
    background-color: rgba(241,241,241,0.75);
    padding: 20px;
}

body.larkbury .esg-entry-cover .esg-overlay {
    position: relative;
    background-color: transparent;
    border: 2px solid #86754d;
}



/*=BLOG
--------------------------------------------------------------------------------------------------------------------- */

body.larkbury.archive .lark-blog-featured-image,
body.larkbury.category .lark-blog-featured-image,
body.larkbury.blog .lark-blog-featured-image {
    height: 600px;
    width: auto;
    background-image: url('../../uploads/2018/09/TORRY_PINES_1_0184.jpg');
    background-size: cover;
    background-position: 100% 70%;
    clear: both;
}



body.larkbury.archive  .hentry.format-standard .lark-post-thumbnail,
body.larkbury.category .hentry.format-standard .lark-post-thumbnail,
body.larkbury.blog     .hentry.format-standard .lark-post-thumbnail {
    margin-left: 0;
    margin-right: 0;
    display:inline-block;
    width: 66%;
    vertical-align: top;
    padding-bottom: 4em;
    border-bottom: 1px solid #cfcfcf;
}
body.larkbury.archive  .hentry.format-standard .lark-post-thumbnail > img.wp-post-image,
body.larkbury.category .hentry.format-standard .lark-post-thumbnail > img.wp-post-image,
body.larkbury.blog     .hentry.format-standard .lark-post-thumbnail > img.wp-post-image {
    width: 100%;
}
body.larkbury.archive  .hentry.format-standard .lark-most-recent-post .lark-post-thumbnail > img.wp-post-image,
body.larkbury.category .hentry.format-standard .lark-most-recent-post .lark-post-thumbnail > img.wp-post-image,
body.larkbury.blog     .hentry.format-standard .lark-most-recent-post .lark-post-thumbnail > img.wp-post-image {
    width: auto;
}
body.larkbury.archive  .hentry.format-standard:last-child .lark-post-thumbnail,
body.larkbury.category .hentry.format-standard:last-child .lark-post-thumbnail,
body.larkbury.blog     .hentry.format-standard:last-child .lark-post-thumbnail {
    border-bottom: 0;
}
body.larkbury.category .hentry.format-standard.lark-most-recent .lark-post-thumbnail,
body.larkbury.archive  .hentry.format-standard.lark-most-recent .lark-post-thumbnail,
body.larkbury.blog     .hentry.format-standard.lark-most-recent .lark-post-thumbnail {
    width: 49.7%;
}

@media screen and (max-width: 1024px) {
    body.larkbury.category .hentry.format-standard.lark-most-recent .lark-post-thumbnail, body.larkbury.archive  .hentry.format-standard.lark-most-recent .lark-post-thumbnail, body.larkbury.blog     .hentry.format-standard.lark-most-recent .lark-post-thumbnail {
        width: 49%;
    }
}

@media screen and (max-width: 768px) {
    body.larkbury header#masthead > div.col-full, body.larkbury footer#colophon > div.col-full {
        padding: 0;
        margin: 0 1em;
    }

    body.larkbury.home .vc_row[style] {
        padding: 0 1em !important;
    }

    body.larkbury .larkbury-follow-us-text a {
        font-size: 12px;
    }

    body.larkbury .footer-widgets.col-4 .block.footer-widget-4 {
        width: 44.7%;
    }

    body.larkbury h2 {
        font-size: 2em;
    }
    body.larkbury button.menu-toggle {
        margin-top: 0.5em;
        margin-left: 1em;
    }

    body.larkbury.single-post .lark-back {
        margin-bottom: 24px;
        margin-top: -2.1em;
    }
}

@media screen and (max-width: 425px) {
    body.larkbury.category .hentry.format-standard.lark-most-recent .lark-post-thumbnail, body.larkbury.archive  .hentry.format-standard.lark-most-recent .lark-post-thumbnail, body.larkbury.blog     .hentry.format-standard.lark-most-recent .lark-post-thumbnail {
        width: 100%;
        margin-top: 2em;
    }

    body.larkbury .footer-widgets.col-4 .block.footer-widget-4 {
        width: 100%;
    }

    body.larkbury.archive  .hentry.format-standard .lark-post-thumbnail, body.larkbury.category .hentry.format-standard .lark-post-thumbnail, body.larkbury.blog     .hentry.format-standard .lark-post-thumbnail {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 2em;
    }
    body.larkbury .site-footer .footer-widget-1 {
        width: 100%;
    }

    body.larkbury .site-footer .footer-widgets .block + .block {
        margin-top: 2em;
        padding: 0;
    }

    body.larkbury div.lark-blog-categories-wrap > ul {
        margin-left: 0;
    }

}

body.larkbury.category .hentry.format-standard.lark-most-recent .lark-post-thumbnail .wp-post-image,
body.larkbury.archive  .hentry.format-standard.lark-most-recent .lark-post-thumbnail .wp-post-image,
body.larkbury.blog     .hentry.format-standard.lark-most-recent .lark-post-thumbnail .wp-post-image {
    display: block;
    margin: 0 auto;
    width: auto;
}

body.larkbury .date-cat .sep {
    margin: 0 0.75em;
}


body.larkbury .date-cat .cat .post-categories > li > a {
    color: #43454b;
}

body.larkbury .date-cat .cat .post-categories > li,
body.larkbury .date-cat .cat .post-categories {
    display: inline;
}
body.larkbury .date-cat .cat .post-categories {
    list-style: none;
    margin-left: 0;
}

body.larkbury div.lark-blog-categories-wrap {
    text-align: center;
    margin-top: 5em;
    margin-bottom: 4em;
}
body.larkbury div.lark-blog-categories-wrap > ul {
    list-style: none;
}
body.larkbury div.lark-blog-categories-wrap ul.menu li {
    display: inline-block;
}
body.larkbury div.lark-blog-categories-wrap ul.menu li a {
    color: #43454b;
    text-transform: uppercase;
    padding: 0.5em;
}
body.larkbury div.lark-blog-categories-wrap ul.menu li:after {
    content: '|';
}
body.larkbury div.lark-blog-categories-wrap ul.menu li:last-child:after {
    content: '';
}

body.larkbury.blog.no-wc-breadcrumb .site-header {
    margin-bottom: 0;
}

/* Standard post format styles */
body.larkbury.category .hentry.type-post.format-standard .entry-content,
body.larkbury.archive  .hentry.type-post.format-standard .entry-content,
body.larkbury.blog     .hentry.type-post.format-standard .entry-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
body.larkbury.category .hentry.type-post.format-standard .lark-most-recent-post .entry-content,
body.larkbury.archive  .hentry.type-post.format-standard .lark-most-recent-post .entry-content,
body.larkbury.blog     .hentry.type-post.format-standard .lark-most-recent-post .entry-content {

}

body.larkbury.archive  .hentry.type-post.format-standard .entry-header .posted-on,
body.larkbury.archive  .hentry.type-post.format-standard .entry-header .post-categories,
body.larkbury.category .hentry.type-post.format-standard .entry-header .posted-on,
body.larkbury.category .hentry.type-post.format-standard .entry-header .post-categories,
body.larkbury.blog     .hentry.type-post.format-standard .entry-header .posted-on,
body.larkbury.blog     .hentry.type-post.format-standard .entry-header .post-categories {
    display: inline-block;
    width: 35%;
}
body.larkbury.archive .hentry.type-post.format-standard.lark-most-recent .entry-header .posted-on,
body.larkbury.archive .hentry.type-post.format-standard.lark-most-recent .entry-header .post-categories,
body.larkbury.category .hentry.type-post.format-standard.lark-most-recent .entry-header .posted-on,
body.larkbury.category .hentry.type-post.format-standard.lark-most-recent .entry-header .post-categories,
body.larkbury.blog .hentry.type-post.format-standard.lark-most-recent .entry-header .posted-on,
body.larkbury.blog .hentry.type-post.format-standard.lark-most-recent .entry-header .post-categories {
    width: 26%;
}
body.larkbury.archive  .hentry.type-post.format-standard .entry-header,
body.larkbury.category .hentry.type-post.format-standard .entry-header,
body.larkbury.blog     .hentry.type-post.format-standard .entry-header {
    border-bottom: 0;
    margin-bottom: 0;
}
body.larkbury.archive  .hentry.type-post.format-standard .entry-header .posted-on a,
body.larkbury.category .hentry.type-post.format-standard .entry-header .posted-on a,
body.larkbury.blog     .hentry.type-post.format-standard .entry-header .posted-on a {
    margin-right: 1em;
}
body.larkbury.archive  .hentry.type-post.format-standard .entry-header .posted-on a,
body.larkbury.archive  .hentry.type-post.format-standard .entry-header .post-categories a,
body.larkbury.category .hentry.type-post.format-standard .entry-header .posted-on a,
body.larkbury.category .hentry.type-post.format-standard .entry-header .post-categories a,
body.larkbury.blog     .hentry.type-post.format-standard .entry-header .posted-on a,
body.larkbury.blog     .hentry.type-post.format-standard .entry-header .post-categories a {
    color: #43454b;
    text-decoration: none;
    font-size: 14px;
}
body.larkbury.archive  .hentry.type-post.format-standard .entry-header .posted-on:after,
body.larkbury.category .hentry.type-post.format-standard .entry-header .posted-on:after,
body.larkbury.blog     .hentry.type-post.format-standard .entry-header .posted-on:after {
    content: "|";
}

body.larkbury.archive  .hentry.type-post.format-standard .entry-header .entry-title,
body.larkbury.category .hentry.type-post.format-standard .entry-header .entry-title,
body.larkbury.blog     .hentry.type-post.format-standard .entry-header .entry-title {
    margin:0.25em 0 0.5em;
}

body.larkbury.archive  .hentry.type-post.format-standard .entry-header .post-categories,
body.larkbury.category .hentry.type-post.format-standard .entry-header .post-categories,
body.larkbury.blog     .hentry.type-post.format-standard .entry-header .post-categories {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0;
}




@media screen and (min-width: 768px) {
    .right-sidebar .content-area {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    body.larkbury.archive  .hentry.type-post.format-standard .entry-content,
    body.larkbury.category .hentry.type-post.format-standard .entry-content,
    body.larkbury.blog     .hentry.type-post.format-standard .entry-content {
        width: 33%;
        float: none;
        display: inline-block;
        margin-right: 0;
    }
    body.larkbury.archive  .hentry.type-post.format-standard.lark-most-recent .entry-content,
    body.larkbury.category .hentry.type-post.format-standard.lark-most-recent .entry-content,
    body.larkbury.blog     .hentry.type-post.format-standard.lark-most-recent .entry-content {
        padding-right: 8em;
        width: 50%;
    }
}



/*=LEGAL & CREDITS
--------------------------------------------------------------------------------------------------------------------- */

body.larkbury.page-id-1862 #masthead {
    border-bottom: 1px solid #d1d1d1;
}



/*=SINGLE BLOG
--------------------------------------------------------------------------------------------------------------------- */

body.larkbury.single .hentry header.entry-header {
    border-bottom: none;
    margin-bottom: 1.5em;
}

body.larkbury.single .hentry header.entry-header span.posted-on {
    float: right;
    margin-top: 3.8em;
}

body.larkbury.single .hentry div.entry-content header.entry-header {
    margin-bottom: 1em;
}
body.larkbury.single .hentry header.entry-header h1.entry-title {
    display: inline-block;
    margin-top: 1em;
}

body.larkbury.single .hentry header.entry-header span.posted-on > a {
    font-size: 20px;
    font-style: italic;
    font-weight: lighter;
    text-decoration: none;
}
body.larkbury.single .larkbury-related-posts {
    margin-top: 3em;
    margin-bottom: 2em;
}
body.larkbury.single .larkbury-related-posts h2 {
    text-align: center;
    margin-bottom: 2em;
}

body.larkbury.single .larkbury-related-posts .larkbury-related-post {
    vertical-align: top;
}

body.larkbury.single .larkbury-related-posts .larkbury-related-post {
    width: 31%;
    margin-right: 3.26631%;
    display: inline-block;
}
body.larkbury.single .larkbury-related-posts .larkbury-related-post.last {
    margin-right: 0;
}

body.larkbury.single .larkbury-related-posts .larkbury-related-post.placeholder > img {
    width: 100%;
    max-height: 271px;
}

body.larkbury.single .larkbury-related-posts .larkbury-related-post span.larkbury-related-post-date {
    float: right;
    padding-top: 5px;
}
body.larkbury.single .larkbury-related-posts .larkbury-related-post h3.larkbury-related-post-title {
    display: inline-block;
}



/*=LARKBURY LOVES PREVIEW (on blog page)
--------------------------------------------------------------------------------------------------------------------- */

body.larkbury .larkbury-loves-blog-preview-wrap > h2 {
    text-align: center;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

body.larkbury .larkbury-loves-preview-post {
    width: 33%;
    display: inline-block;
    padding-right: 1em;
}

body.larkbury .larkbury-loves-preview-post:last-child {
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    body.larkbury div.larkbury-loves-preview-post {
        display: block;
        width: 100%;
    }
}

body.larkbury .larkbury-loves-preview-post ul.post-categories {
    list-style: none;
    margin-left: 0;
    margin-top:1em;
}


body.larkbury .larkbury-loves-preview-post .larkbury-loves-preview-title,
body.larkbury .larkbury-loves-preview-post ul.post-categories {
    text-align: center;
}



/*=PORTFOLIO (single and archive)
--------------------------------------------------------------------------------------------------------------------- */

body.larkbury .larkbury-portfolio-projects .larkbury-portfolio-project {
    width: 31%;
    display: inline-block;
    margin-right: 1.7%;
    vertical-align: top;
}
body.larkbury .larkbury-portfolio-projects .larkbury-portfolio-project.last {
    margin-right: 0;
}

body.larkbury #content .larkbury-portfolio-projects .larkbury-portfolio-text {
    min-height: 50px;
    text-align: center;
    margin-bottom: 4em;
    padding-top: 1em;
    color: #111111;
}

body.larkbury .larkbury-portfolio-projects .larkbury-portfolio-text .larkbury-portfolio-title,
body.larkbury .larkbury-portfolio-projects .larkbury-portfolio-text .larkbury-portfolio-title > a {
    color: #86754d;
    font-family: "Montserrat", "Open Sans", sans-serif;
    text-transform: uppercase;
}

body.larkbury .larkbury-portfolio-projects .larkbury-portfolio-text .larkbury-portfolio-section > em {
    font-family: "EB Garamond", "Open Sans", sans-serif;
}

body.larkbury .hentry .larkbury-portfolio-projects .larkbury-portfolio-thumbnail,
body.larkbury .hentry .larkbury-portfolio-projects .larkbury-portfolio-project.placeholder img {
    max-height: 317px;
    overflow: hidden;
}

body.larkbury .hentry .larkbury-portfolio-projects .larkbury-portfolio-project img {
    margin: 0;
    width: 100%;
}

body.larkbury.single-portfolio div.vc-gitem-zone-height-mode-auto {
    height: 600px;
}

body.larkbury.single-portfolio .tparrows {
    background: none;
}

body.larkbury.single-portfolio .tparrows:before {
    font-size: 40px;
    color: #fff;
}

body.larkbury .esg-center {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
}

body.larkbury .project-video-box {
    position: fixed;
    bottom: 10px;
    right: 10px;

    z-index: 999;
    background-color: rgba(255, 255, 255, 0.85);
    border: 2px solid #86754d;
    padding: 2em;
}

body.larkbury .project-video-box .featured-project-text,
body.larkbury .project-video-box .project-title,
body.larkbury .project-video-box .project-location,
body.larkbury .project-video-box .plus-icon {
    text-align: center;
}

body.larkbury .vp-flex {
    max-width: 100vw;
    height: 100vh;
    margin: 0;
    border-radius: 0;
}

body.larkbury .vp-flex .YouTubePopUp-Close {
    top: 15px;
    left: initial;
    right: 40px;
}

body.larkbury .vp-flex .YouTubePopUp-Close:before {
    color: #86754d;
}
body.larkbury .project-video-box .featured-project-text {
    margin-bottom: 0.75em;
}

body.larkbury .project-video-box .project-location {
    margin-bottom: 1em;
}

body.larkbury [class^="pe-7s-"], body.larkbury [class*=" pe-7s-"] {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

body.larkbury .pe-7s-plus:before {
    content: "\e623";
}

@media screen and (max-width: 500px) {
    body.larkbury .project-video-box {
        padding: 1.25em;
    }

    body.larkbury .project-intro {
        margin-top: 1.5em !important;
    }

    body.larkbury div.project-video-box .project-title > h2 {
        font-size: 20px;
    }

    body.larkbury div.project-video-box .featured-project-text > span {
        font-size: 10px;
    }

    body.larkbury div.project-video-box .project-location > h3 {
        font-size: 15px;
    }

    body.larkbury div.project-video-box .featured-project-text {
        margin-bottom: 0.25em;
    }
}
body.larkbury div.project-video-box .featured-project-text {
    position: relative;
    z-index: 1;
}

body.larkbury .project-video-box .plus-icon > a > i {
    font-size: 20px;
    border: 4px solid #86754d;
    border-radius: 30px;
    padding: 6px 7px 6px 11px;
}

body.larkbury .project-video-box a.close-vmb {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    z-index: 9999;
    width: 35px;
    line-height: 56px;
}

body.larkbury .project-video-box a.close-vmb > i.fa.fa-close {
    color: #86754d;
}

body.larkbury .project-video-box .featured-project-text > span {
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Montserrat", "Open Sans", sans-serif;
}

body.larkbury .project-video-box .project-title > h2 {
    font-size: 26px;
}

body.larkbury .project-video-box .project-location > h3 {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    body.larkbury .larkbury-portfolio-projects .larkbury-portfolio-project {
        width: 100%;
        margin-right: 0;
        display: block;
    }
}

@media screen and (max-width: 1030px) and (min-width: 768px) {
    body.larkbury .main-navigation ul.menu>li>a,
    body.larkbury .main-navigation ul.nav-menu>li>a {
        padding: 1.618em 0.6em;
        font-size: 14px;
    }
}

@media screen and (max-width: 425px) {
    body.larkbury #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
        font-size: 25px;
    }

    /* Overriding RevSlider inline style */
    body.larkbury .rev_slider .tp-rightarrow,
    body.larkbury .rev_slider .tp-leftarrow,
    body.larkbury .rev_slider .white-box-text[style],
    body.larkbury .rev_slider .white-box[style] {
        display: none !important;
    }

    /* Overriding important tag above */
    body.larkbury.single-portfolio .rev_slider .tp-rightarrow,
    body.larkbury.single-portfolio .rev_slider .tp-leftarrow {
        display: block !important;
    }

    body.larkbury .services-navigation {
        display: none;
    }

    body.larkbury .services-navigation p {
        visibility: hidden;
    }

    body.larkbury .services-navigation p > * {
        visibility: visible;
    }

    body.larkbury .services-navigation p > a {
        display: block;
    }

    body.larkbury.single-portfolio .banner-title h1 {
        font-size: 18px;
    }
}

@media screen and (max-width: 375px) {
    body.larkbury h2 {
        font-size: 1.75em;
    }
}

body.larkbury .services-navigation a:hover,
body.larkbury div.lark-blog-categories-wrap ul.menu li:hover > a {
    color: #86754d;
}
