header#top {
    position: fixed;
}
#header-outer[data-permanent-transparent="1"][data-transparent-header="true"].transparent:not(.dark-slide)
    #logo
    .starting-logo,
#header-outer[data-transparent-header="true"].transparent #logo .starting-logo,
#header-outer[data-transparent-header="true"].light-text #logo .starting-logo {
    opacity: 0;
}
#header-outer[data-permanent-transparent="1"][data-transparent-header="true"].transparent:not(.dark-slide)
    #logo
    .starting-logo.show,
#header-outer[data-transparent-header="true"].transparent #logo .starting-logo.show,
#header-outer[data-transparent-header="true"].light-text #logo .starting-logo.show {
    opacity: 1;
}

#slide-out-widget-area p {
    font-size: 18px;
    line-height: 1.4;
}

#slide-out-widget-area.slide-out-from-right-hover .bottom-meta-wrap a:hover,
#slide-out-widget-area .bottom-meta-wrap p a:hover {
    color: #fff !important;
    text-decoration: underline;
}

/* Posts */
body.single-post #copyright {
    display: none;
}
.single #page-header-bg #single-below-header > span {
    border: 0;
}

body h6,
.row .col h6,
.nectar-hor-list-item[data-font-family="h6"] {
    line-height: 1.1;
}

.section-news .fp-scroller {
    max-height: 100vh;
    overflow: hidden;
    height: inherit;
}

.section-home .fp-tableCell {
    width: 100%;
}
.section-home .row-bg-wrap .inner-wrap {
    z-index: 2;
}
.custom-member-container__text--footer img {
    max-width: 200px;
}

.section-contact p a {
    text-decoration: none;
}
.section-contact p a:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 691px) and (max-height: 800px) {
    #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a,
    #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a,
    #slide-out-widget-area.slide-out-from-right-hover.no-text-effect .inner .off-canvas-menu-container li a,
    body #slide-out-widget-area .slide_out_area_close:hover .icon-default-style[class^="icon-"],
    body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container .current-menu-item > a {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }
    #slide-out-widget-area.slide-out-from-right-hover .bottom-meta-wrap {
        margin-top: 30px;
    }

    .admin-bar #slide-out-widget-area.slide-out-from-right-hover {
        padding: 50px;
    }
    p {
        font-size: 18px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 1000px) {
    .section-board .board-container {
        transform: translateX(-20px);
    }
}

#home,
#about,
#agencies,
#approach,
#talent,
#clients,
#board,
#news,
#contact {
    min-height: 100vh;
    box-sizing: border-box;
}
.section-home {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-home h2 {
    font-family: HelveticaNeueLTPro-Lt !important;
    font-weight: normal;
}
@media only screen and (max-width: 690px) {
    .section-home.vc_row.top-level.full-width-section:not(.full-width-ns) > .span_12 {
        padding-top: 0;
    }
}
@media only screen and (min-width: 1000px) {
    .section-home img {
        max-width: 430px !important;
    }
}
.section-home .section-title {
    padding: 0 !important;
    border: 0 !important;
}
.section-about .content-about {
    @media only screen and (min-width: 1000px) {
        max-width: 810px;
        width: 60%;
    }
}

.section-news .full-page-inner {
    height: 100%;
}
.section-news .full-page-inner .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.section-news .type-post {
    background: #fff;
    padding: 25px;
    margin-bottom: 25px;
}
.section-news .type-post:hover {
    background-color: rgba(255,255,255,0.9);
}
.section-news .type-post:hover .excerpt:after {
    background: #000;
    color: #fff;
}
.section-news .excerpt {
    font-size: 18px;
    line-height: 1.3;
    color: black;
}
.section-news .meta-category {
    display: none;
}
.section-news h3 {
    margin-top: 0;
    min-height: 0;
    line-height: 1.1;
}
.section-news .excerpt:after {
    content: "Read article";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    max-width: 100px;
    margin: 15px 0 5px;
    padding: 4px 10px 0px;
    border: 2px solid black;
    line-height: 1;
    font-weight: bold;
    border-radius: 3px;
    font-family: HelveticaNeueLTPro-Bd !important;
    font-size: 13px;
}
@media only screen and (min-width: 691px) {
    .section-news .type-post {
        position: relative;
        width: 40%;
        width: 580px !important;
        padding-right: 250px;
        min-height: 233px;
    }
    .section-news .type-post > a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
    }
    .section-news .type-post > a > img {
        position: absolute;
        top: 12px;
        right: 12px;
        bottom: 12px;
        width: 214px;
        height: calc(100% - 24px);
        object-fit: cover;
        /* left: calc(100% - 255px); */
        overflow: hidden;
    }

    .section-news .excerpt:after {
        position: absolute;
        bottom: 15px;
        left: 25px;
        cursor: pointer;
    }

    .section-news h3 a {
        font-size: 20px;
    }
    .section-news .blog-recent {
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (min-width: 1300px) {
    .section-news .type-post {
        width: 540px;
        padding-right: 250px;
    }
    .section-news .excerpt:after {
        bottom: 25px;
    }
}
/* #news .blog-recent .col .post-header h3 */

@media only screen and (max-width: 690px) {
    .section-contact .col.padding-10-percent > .vc_column-inner {
        padding: 0;
    }
    .section-contact .wpb_column.padding-5-percent_phone > .vc_column-inner {
        max-width: 320px;
        margin: auto;
        padding: 0;
    }
}

/* #news .blog-recent .col .post-header h3 */
