/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: General
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region General */
body,
a,
a:hover {
    color: #233731;
}
.builder_button .button {
    margin-right: 15px;
}

.page-row-pt {
    padding-top: 100px;
}
.page-row-pb {
    padding-bottom: 100px;
}
.page-row-pt.reduce-padding {
    padding-top: 45px;
}
.page-row-pb.reduce-padding {
    padding-bottom: 45px;
}
.page-row-pb {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.content-width-narrow {
    max-width: 980px;
}
.content-align-center {
    text-align: center;
}

.button.transparent__border,
button.transparent__border,
input[type="submit"].transparent__border,
input[type="button"].transparent__border,
input[type="reset"].transparent__border{
    background-color: transparent !important;
    border: solid 1px currentColor;
}

.main-title {
    margin-top: 0;
    font-size: 37px;
    font-weight: 500;
    margin-bottom: 50px;
}

.left .two-col-site-width,
.right .two-col-site-width{
    width:100%;
    max-width: 625px;
}
.left .two-col-site-width{
    padding-right: 10%;
    padding-left: 15px;
    float: right;
}
.right .two-col-site-width{
    padding-left: 10%;
    padding-right: 15px;
    float: left;
}
.page-row .builder-watermark-image {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Basic Columns - 2,3,4,5 */
.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5,
.columns-6{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
    justify-content: center;
}
.columns-1 .item,
.columns-2 .item,
.columns-3 .item,
.columns-4 .item,
.columns-5 .item,
.columns-6 .item{
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
}
/*1*/
.columns-1 .item{
    width: 98%;
    margin: 0 1% 10px;
}
/*2*/
.columns-2 .item{
    width: 48%;
    margin: 0 1% 2%;
}
/*3*/
.columns-3 .item{
    width: 31.3%;
    margin: 0 1% 2%;
}
/*4*/
.columns-4 .item{
    width: 23%;
    margin: 0 1% 2%;
}
/*5*/
.columns-5 .item{
    width: 18%;
    margin: 0 1% 2%;
}
/*6*/
.columns-6 .item{
    width: 14.6%;
    margin: 0 1% 2%;
}
@media screen and (max-width: 1290px) {
    .left .two-col-site-width{
        padding:0 5%;
    }
    .right .two-col-site-width{
        padding:0 5%;
    }
}
@media screen and (max-width: 1000px) {
    /* All columns into 3 column mode */
    /*4*/
    .columns-4 .item{
        width: 31.3%;
    }
    /*5*/
    .columns-5 .item{
        width: 31.3%;
    }
    /*6*/
    .columns-6 .item{
        width: 31.3%;
    }
}
@media screen and (max-width: 850px) {
    /* All columns into 2 column mode */
    /*3*/
    .columns-3 .item{
        width: 48%;
        margin-bottom: 6%;
    }
    /*4*/
    .columns-4 .item{
        width: 48%;
        margin-bottom: 6%;
    }
    /*5*/
    .columns-5 .item{
        width: 48%;
        margin-bottom: 6%;
    }
    /*6*/
    .columns-6 .item{
        width: 48%;
        margin-bottom: 6%;
    }
}
@media screen and (max-width: 550px) {
    /* All columns into 1 column mode */
    /*2*/
    .columns-2 .item{
        width: 98%;
        margin-bottom: 6%;
    }
    /*3*/
    .columns-3 .item{
        width: 98%;
    }
    /*4*/
    .columns-4 .item{
        width: 98%;
    }
    /*5*/
    .columns-5 .item{
        width: 98%;
    }
    /*5*/
    .columns-6 .item{
        width: 98%;
    }
}
.page-row .inner ul.icon{
    list-style-type: none;
}
.page-row .inner ul.icon li{
    position: relative;
}
.page-row .inner ul.icon li::before{
    position: absolute;
    left: -18px;
    top:8px;
    font: normal normal normal 14px/1 FontAwesome;
}

.page-row .inner ul.icon.large {
    padding-left:30px;
}
.page-row .inner ul.icon.large li::before {
    top:5px;
    left:-26px;
    font: normal normal normal 20px/1 FontAwesome;
}

.page-row .inner ul.icon.check-square-o li::before {
    content: '\f046';
}
.page-row .inner ul.icon.globe li::before {
    content: '\f0ac';
}
.page-row .inner ul.icon.arrow-right li::before {
    content: '\f061';
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: One Column
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Two Column */
.page-template-template-corporate-builder .one-column h2 {
    color:inherit;
}
/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Two Column
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Two Column */

.two-column{

}
.two-column.page-row .intro {
    margin-bottom: 0;
}

.the-two-columns{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
.the-two-columns.flex-reverse{
    flex-direction: row-reverse;
}
.the-two-columns .left,
.the-two-columns .right{
    float: none;
    width: 100% !important;
    display: flex;
    align-items: center;
}
.the-two-columns.has-title .left,
.the-two-columns.has-title .right{
    align-items: flex-start;
}
.the-two-columns .left{
    flex-direction: row-reverse;
}
.the-two-columns .right{
    flex-direction: row;
}
.the-two-columns .has-image{
    background-size: cover;
    background-position: center center;
    position: relative;
}
.the-two-columns .has-image:before{
    content: '';
    background: transparent linear-gradient(30deg, rgba(13, 27, 48, 0.5) 0%, rgba(24, 48, 70, 0.5) 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 200;
}
.the-two-columns .has-image .two-col-site-width {
    position: relative;
    z-index: 300;
}


.two-column-content-width-narrow .left .two-col-site-width,
.two-column-content-width-narrow .right .two-col-site-width{
    max-width: 440px;
}

.two-column .the-two-columns .left,
.two-column .the-two-columns .right{
    align-items: flex-start;
}

@media screen and (max-width: 600px) {
    .the-two-columns{
        flex-direction: column;
    }
    .the-two-columns.flex-reverse{
        flex-direction: column;
    }
    .two-column-content-width-narrow .left .two-col-site-width,
    .two-column-content-width-narrow .right .two-col-site-width{
        max-width: 640px;
    }
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Image + text
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Image + text */
.corporate-image-text .image-half .two-col-site-width{
    padding: 0;
    height: 100%;
}

.corporate-image-text .video-container {
    padding: 95px 0;
}
.corporate-image-text .content-half{
    padding: 95px 0;
    min-height: 550px;
    position: relative;
}
.corporate-image-text .content-half .two-col-site-width {
    z-index: 1;
    position: relative;
}
/* if the image is set to site width */
.corporate-image-text .image-site{
    padding: 95px 0;
}
.corporate-image-text .image-half.image-full{
    display: block;
}
.corporate-image-text .image-text-main-image{
    height: 100%;
    position: relative;
    width: 100%;
}
.corporate-image-text .image-text-main-image img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top;
}

/* if the image is set to site width */
.corporate-image-text .image-site .image-text-main-image img{
    height: auto;
    position: relative;
    border-radius: 0px;
}

.corporate-image-text .content-half .inner-content{
    margin-bottom: 20px;
}

.corporate-image-text .video-half .embed-container{
    padding: 0;
}
.corporate-image-text .video-half .video-yt{
    width: 100%;
    height: 400px;
}
.corporate-image-text .video-half .embed-container .wp-video{
    width: 100%!important;
}
.corporate-image-text .video-container {
    width: 100%;
}
.corporate-image-text img.play-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 108px;
    height: 108px;
}
.corporate-image-text .the-two-columns.display_type_12_23 .content-half {
    flex: 0 40%;
}
.corporate-image-text .the-two-columns.display_type_12_23 .image-half {
    flex: 0 60%;
}
.corporate-image-text .the-two-columns.display_type_12_23 .content-half .two-col-site-width {
    max-width: 500px;
}
@media screen and (max-width: 600px) {
    .corporate-image-text .content-half{
        min-height: 0;
    }
    .corporate-image-text .left,
    .corporate-image-text .right{
        float: none;
        width: 100%;
        margin-top: 0 !important;
    }
    .corporate-image-text .image-text-main-image{
        min-height: 300px;
    }
    .corporate-image-text .content-half{
        padding: 45px 0;
    }
    .corporate-image-text .image-site{
        padding: 20px 0;
    }
    .corporate-image-text .embed-container{
        margin-top: 45px;
    }
}

/*#endregion*/

/**
 *
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Hero slider
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Hero slider */

.hero-slider{
    height: 80vh;
}
.hero-constant{
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.hero-slider .overlay-graphic {
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 200;
    top: 0px;
}
.hero-slider .overlay-graphic img {
    max-width: 630px;
    float: right;
    max-height: 500px;
}
.hero-slider .embed-container,
.hero-slider .image-container{
    height: 100%;
    overflow: hidden;
    position: relative;
}
.hero-slider .embed-container:before,
.hero-constant .image-container:before,
.hero-slides .hero-slide.Image:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 200;
}
/* Self host */
.hero-slider .embed-container .wp-video .mejs-controls{
    display: none;
}
.hero-slider .embed-container .wp-video,
.hero-slider .embed-container .wp-video .mejs-container{
    height: 100% !important;
    width: 100% !important;
}
.hero-slider .embed-container .wp-video .mejs-container video{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: top;
}
/* Vimio and YouTube */
.hero-slider .embed-container iframe{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Image */
.hero-constant .image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.hero-slider .slick-slide {
    height: inherit !important;
}
.hero-slider .slick-track {
    display: flex !important;
}
.hero-slider .slick-track .slick-slide > div {
    height: 100% !important;
}

.hero-slider .hero-slides{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.hero-slides .slick-list,
.hero-slides .hero-slide {
    height: 100%;
    display: block !important;
}
.hero-slides .hero-slide{
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.hero-slides .hero-slide .main-title {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 45px;
    font-weight: 600;
    line-height: 52px;
}
.hero-slides .hero-slide.Image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.hero-slides .hero-slide.Image .slide-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hero-slides .hero-slide.Image .slide-image.mobile {
    display:none;
}
.hero-slides .hero-slide.Image .slide-image img {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
}
.hero-slides .hero-slide .builder-buttons {
    margin-top: 30px;
}
.hero-slides .hero-slide .slide-video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.hero-slides .hero-slide .site-width{
    display: block;
    height: 100%;
    position: relative;
}
.hero-slides .hero-slide .site-width .inner{
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 0;*/
    display: block;
    z-index: 400;
    /*transform: translateY(-50%);*/
    width: 50%;
    background: transparent linear-gradient(90deg, #0A3A2180 0%, #0E2317CC 100%) 0% 0% no-repeat padding-box;
    padding: 95px 95px 95px 0;
    height: 100%;
    position: relative;
    align-content: center;
}
.hero-slides .hero-slide .site-width .inner.inner:before {
    content: '';
    background: #0A3A2180;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 3000px;
    top: 0;
}

.hero-slides .slick-dots{
    position: absolute;
    top: 90px;
    left: 50%;
    z-index: 300;
    text-align: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
    max-width: 1230px;
    transform: translateX(-50%);
    list-style: none;
}
.hero-slides .slick-dots li{
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.hero-slides .slick-dots li:last-child{
    margin-right: 0;
}
.hero-slides .slick-dots li:before{
    display: none;
}
.hero-slides .slick-dots li button {
    font-size: 0 !important;
    line-height: 0;
    display: block;
    width: 20px;
    height: 2px;
    padding: 0 !important;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff !important;
    opacity: 0.5;
    min-width: 0;
    border-radius: 0 !important;
}
.hero-slides .slick-dots li button:before {
    display: none;
}
.hero-slides .slick-dots li.slick-active{
    position: relative;
}
.hero-slides .slick-dots li.slick-active button {
    opacity: 1;
}
.hero-slider .slick-track {
    height: 100% !important;
}
@media screen and (min-width: 1400px) {
    .hero-slider {
        height: auto;
    }
    .hero-slides .hero-slide.Image .slide-image img {
        height: 100%;
    }
    .hero-slider .hero-slide .site-width {
        position: relative;
        top: 0px;
        width: 100%;
        height: 100%;
    }
    .hero-slider .slick-track {
        height: auto !important;
    }
}
@media screen and (max-width: 1250px) {
    .hero-slider .overlay-graphic img {
        max-width: 400px;
    }
}
@media screen and (max-width: 1150px) {
    .hero-slider.with-overlay-graphic .hero-slides .hero-slide .site-width .inner {
        max-width: 550px;
    }
}
@media screen and (max-width: 1050px) {
    .hero-slider .overlay-graphic img {
        max-width: 300px;
    }
}
@media screen and (max-width: 930px) {
    .hero-slider.with-overlay-graphic .hero-slides .hero-slide .site-width .inner {
        max-width: 650px;
    }
    .hero-slider .overlay-graphic {
        position: relative;
        height: 250px;
        text-align: center;
    }
    .hero-slider .overlay-graphic img {
        float:none;
        max-height: 200px;
    }
    .hero-slider.with-overlay-graphic {
        height: calc(80vh + 250px);
    }
    .hero-slider.with-overlay-graphic .hero-slides, .hero-slider.with-overlay-graphic .hero-constant {
        height: calc(100% - 250px);
        top: 0;
        bottom: unset;
    }
    .hero-slider .slide-video .wistia_responsive_wrapper {
        width: 140%!important;
    }
}
@media screen and (max-width: 650px) {
    .hero-slider .hero-slides .hero-slide .site-width .inner {
        width: 100%;
        height: auto;
        padding: 100px 25px;
        text-align: center;
        background: transparent;
        min-width: unset;
    }
    .hero-slider .hero-slides .hero-slide .site-width .inner:before {
        display: none;
    }
    .hero-slides .hero-slide .main-title {
        font-size: 40px;
        line-height: 50px;
    }
    .hero-slider.with-overlay-graphic {
        padding-bottom: 0px;
        height: auto;
    }
    .hero-slider .hero-slider.with-overlay-graphic .hero-slides, .hero-slider.with-overlay-graphic .hero-constant {
        height: auto;
        bottom: 0;
    }
    .hero-slider .overlay-graphic {
        margin-top: 80px;
    }
    .hero-slider .hero-slides .hero-slide:before {
        content: '';
        background: transparent linear-gradient(90deg, #0A3A2180 0%, #0E2317CC 100%) 0% 0% no-repeat padding-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .hero-slider .hero-slides .slick-dots {
        display: none !important;
    }
    .hero-slider .slide-video .wistia_responsive_wrapper {
        width: 165%!important;
    }
    .hero-slider .hero-slides .hero-slide .site-width .inner {
        padding: 40px 25px;
    }
    .hero-slides .hero-slide.Image .slide-image.mobile {
        display:block;
    }
    .hero-slides .hero-slide.Image .slide-image.desktop {
        display:none;
    }
}
@media screen and (max-width: 440px) {
    .hero-slider .slide-video .wistia_responsive_wrapper {
        width: 200%!important;
    }
}
@media screen and (max-width: 250px) {
    .hero-slider .slide-video .wistia_responsive_wrapper {
        width: 220%!important;
    }
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Intro block
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Intro block */

.intro-title{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 230px 0 0 !important;
    overflow: hidden;
}
.intro-title.page-row-pt {
    padding-top: 50px;
}
.intro-title.page-row-pb {
    padding-bottom: 50px;
}
.intro-title-container {
    background: transparent linear-gradient(90deg, rgba(10,58,33,.9) 0%, rgba(14,35,23,.9) 100%) 0% 0% no-repeat padding-box;
    display: inline-block;
    padding: 35px;
    position: relative;
}
.intro-title-container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    background: rgba(10,58,33,.9);
    width: 3000px;
}
.intro-title-container .main-title {
    margin: 0;
    font-size: 45px;
    font-weight: 600;
    width: 350px;
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Slider
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Page Slider */
.page-slider .hero-slides .hero-slide .site-width .inner.inner:before {
    display: none;
}
.page-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
    overflow: hidden;
}
.page-slider .hero-slides .hero-slide .site-width .inner {
    padding: 50px 50px 90px;
    width: 500px;
    max-width: 100%;
    margin-top: 295px;
}
.page-slider .hero-slides.reduce-slider-height .hero-slide .site-width .inner {
    margin-top: 145px;
}
.page-slider .hero-slides .hero-slide .main-title {
    font-size: 30px;
    margin: 0;
    font-weight: 500;
}
.page-slider .slide-pre-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.page-slider .hero-slides .slick-dots {
    top: initial;
    bottom: 40px;
    padding: 0 50px;
}
.page-slider .long-slider-arrow {
    position: absolute;
    bottom: 50px;
    left: 50%;
    top: initial;
    min-width: 0;
    transform: translateX(-50%);
    max-width: 1260px;
    width: 100%;
    text-align: left;
    padding: 0 55px;
}
.page-slider .long-slider-arrow.long-arrow-inside {
    bottom: 34px;
    max-width: none;
    width: auto;
    padding: 0;
    transform: none;
}
.page-slider .long-slider-arrow.long-arrow-inside img {
    width: 64px;
}
.page-slider .slick-next {
    right: initial;
    background: transparent !important;
    padding: 0 !important;
    top: 11px;
}
.page-slider .slick-next:before {
    display: none;
}
.page-slider .slick-next:after {
    content: '';
    background-image: url(images/Long-Slider-Arrow.svg);
    width: 65px;
    height: 10px;
    background-repeat: no-repeat;
    display: block;
}
.page-slider .hero-slide .site-width {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 100%;
    align-items: end;
    align-content: flex-end;
}
.page-slider .slide-align-Right .hero-slide .site-width {
    justify-content: flex-end;
}
.page-slider .hero-slides .hero-slide .site-width .inner {
    height: auto;
}
.page-slider .dots-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    bottom: 40px;
}
.page-slider .slide-align-Right .dots-wrapper {
    justify-content: flex-end;
}
.page-slider .dots-wrapper .slick-dots {
    bottom: 0;
    width: auto;
    left: initial;
    transform: none;
}
.page-slider .hero-slides.slide-align-Right .dots-wrapper .slick-dots {
    left: unset;
    width: 500px;
    right: 15px;
}
.page-slider .page-slide-content img {
    width: revert-layer;
}
.page-slider .slick-slide {
    height: inherit !important;
}
.page-slider .slick-track .slick-slide > div {
    height: 100% !important;;
}
.page-slider .slick-track {
    display:flex !important;
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * icon boxes horizontal
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region icon boxes horizontal */

.icon-boxes-horizontal {
    padding: 15px 0;
}
.icon-boxes-horizontal .icon-box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icon-boxes-horizontal .icon-box-container.columns-3 > :nth-child(n+4) {
    margin-top: 30px;
}
.icon-boxes-horizontal .icon-box-container.columns-4 > :nth-child(n+5) {
    margin-top: 30px;
}
.icon-boxes-horizontal .icon-box-single {
    display: flex;
    width: 33%;
    /*background: #F2F2F2;*/
    border-radius: 5px;
    padding: 20px;
    transition: ease-in 0.2s;
    justify-content: center;
    position: relative;
}
.icon-boxes-horizontal .icon-box-container.columns-4 .icon-box-single {
    width: 25%;
}
.icon-boxes-horizontal .icon-box-single:after {
    content: '';
    background-image: url(images/Dotted-Line.svg);
    position: absolute;
    right: 0;
    top: 50%;
    height: 34px;
    width: 3px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.icon-boxes-horizontal .icon-box-single:last-child:after {
    display: none;
}

.icon-boxes-horizontal .icon-box-container a {
    text-decoration: none;
}

.icon-boxes-horizontal .icon-box-single span {
    margin: auto 15px;
    font-weight: 400;
    font-size: 20px;
}
.icon-boxes-horizontal .icon-box-container.columns-4 .icon-box-single span {
    font-size: 16px;
}
.icon-boxes-horizontal .icon-box-container.hide-icons .icon-box-single {
    padding: 8px;
}
@media screen and (max-width: 900px) {
    .icon-boxes-horizontal .icon-box-single {
        width: 49% !important;
    }

    .icon-boxes-horizontal .icon-box-container > :nth-child(n+3) {
        margin-top: 20px;
    }

    .icon-boxes-horizontal .icon-box-single:nth-child(2n):after {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .icon-boxes-horizontal .icon-box-single {
        width: 100% !important;
    }

    .icon-boxes-horizontal .icon-box-single:after {
        display: none;
    }

    .icon-boxes-horizontal .icon-box-container > :nth-child(n+2) {
        margin-top: 20px;
    }
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * icon boxes vertical
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region icon boxes vertical */

.icon-boxes-vertical{

}
.icon-boxes-vertical .item{
    text-align: center;
    border-radius: 0px;
    background: #54604e;
    color: #fff;
}
.icon-boxes-vertical .icon-box-inner {
    padding: 30px 20px;
}
.icon-boxes-vertical .item img.ico{
    display: block;
    height: 50px;
    width: auto;
    margin: 0 auto 20px;
}
.icon-boxes-vertical .item .title{
    display: block;
    margin: 0;
    font-size: 20px;
    color: #fff;
}
.icon-boxes-vertical .item .excerpt{
    display: block;
    margin-top: 15px;
    color: #fff;
}
.icon-boxes-vertical .item .builder-buttons{
    margin-top: 0;
}
.icon-boxes-vertical .item .builder-buttons .button:first-child{
    margin-top: 0;
}

@media screen and (max-width: 800px){
    .icon-boxes-vertical .icon-box-container {
        row-gap: 21px;
        column-gap: 4%;
    }
    .icon-boxes-vertical .item {
        width: 48%;
        margin: 0;
    }
    .icon-boxes-vertical .item .title {
        font-size: 20px;
    }
    .icon-boxes-vertical .icon-box-inner {
        padding: 25px 30px;
    }
    .icon-boxes-vertical .item img.ico {
        height: 45px;
        margin: 0 auto 15px;
    }
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Testimonial Slider
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Testimonial Slider */
.testimonial-slider-row .main-title {
    text-align: center;
}
.testimonial-slide {
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
}
.testimonial-slide-title {
    font-weight: 700;
    font-size: 20px;
    padding: 35px 50px;
}
.testimonial-slide-content {
    padding: 30px;
}
.testimonial-slide-author {
    margin-top: auto;
}
.testimonial-slide-author .testimonial-quote {
    padding: 0 32px;
}
.testimonial-slide-author span {
    padding: 30px 100px;
    display: inline-block;
    font-family: "Outfit", sans-serif;
}
.testimonial-slider .slick-track {
    display: flex;
    margin-top: auto;
}
.testimonial-slider .slick-track .slick-slide > div{
    width: 100%;
}
.testimonial-slider .slick-track .slick-slide {
    height: inherit;
    padding: 0 12px;
    display: flex !important;
}
.testimonial-slider .slick-arrow {
    min-width: 0;
    z-index: 10;
    padding: 0 !important;
    background-color: transparent !important;
    height: 46px;
    width: 45px;
}
.testimonial-slider .slick-arrow.slick-prev {
    left: -50px
}
.testimonial-slider .slick-arrow.slick-next {
    right: -50px;
}
.testimonial-slider .slick-arrow:before,
.testimonial-slider .slick-arrow:after {
    content: '';
    height: 46px;
    width: 45px;
    display: block;
    opacity: 1;
}
.testimonial-slider .slick-arrow.slick-prev:before {
    background-image: url(images/Testimonial-Arrow-Left.svg);
}
.testimonial-slider .slick-arrow.slick-next:before {
    background-image: url(images/Testimonial-Arrow-Right.svg);
}
.custom-testimonial-slider {
    border-radius: 10px;
    padding: 60px;
    text-align: center;
    width: calc(100% - 200px);
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
.custom-testimonial-slider .custom-testimonial-slide .testimonial-quote {
    font-style:italic;
}
.custom-testimonial-slider .custom-testimonial-slide .testimonial-reviewer {
    margin-top: 40px;
    font-weight: 500;
    font-size: 20px;
}
.custom-testimonial-slider:before {
    content: url('images/Quote-Top.svg?v=1');
    position: absolute;
    left: -115px;
    top: -42px;
    width: 100px;
}
.custom-testimonial-slider:after {
    content: url('images/Quote-Bottom.svg?v=1');
    position: absolute;
    right: -115px;
    bottom: -42px;
    width: 100px;
}
@media only screen and (max-width: 770px) {
    .custom-testimonial-slider:before,
    .custom-testimonial-slider:after {
        diplay:none;
    }
    .custom-testimonial-slider {
        width: 100%;
    }
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Team
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Team */
.team-row {
    background-position-y: 140px;
    position: relative;
    background-position: center;
}
.team-row.page-row-pt {
    background-position-y: 250px;
}
.team-row:after {
    content: '';
    background: transparent linear-gradient(45deg, #0E2317E5 27%, #0A3A21CC 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 140px;
    right: 0;
    bottom: 0;
    left: 0;
}
.team-row.page-row-pt:after {
    top: 250px;
}
.team-row-member {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.team-row-member-image {
    width: 31%;
    position: relative;
}
.team-row-member-image .linkedin {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 5;
    color: #fff;
    background: #00552d;
    border-radius: 2px;
    width: 22px;
    height: 22px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
}
.team-row-member-image img {
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 100%;
    position: absolute;
}
.team-row-member-content {
    width: 69%;
    padding: 60px;
}
.team-row-member-name {
    font-size: 20px;
    font-weight: 500;
}
.team-row-member-excerpt {
    margin-top: 20px;
    font-family: "Outfit", sans-serif;
}
.team-row-link {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.team-row-link a.button {
    margin: 0 10px 10px 0;
}

@media screen and (max-width: 600px) {
    .team-row-member {
        flex-direction: column;
    }
    .team-row-member-image {
        height: 400px;
        width: 100%;
    }
    .team-row-member-content {
        width: 100%;
    }
    .team-row-link a {
        width: 100%;
    }
    .team-row-link a.team-tel {
        display: block;
        text-align: center;
    }
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Archive Styles/Post Picker
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Archive Styles/Post Picker */
.any-post-picker .main-title {
    text-align: center;
}
.archive-wrapper {
    display: flex;
    column-gap: 2%;
    row-gap: 24px;
    flex-direction: row;
    flex-wrap: wrap;
}
.archive-wrapper .item {
    width: 31%;
    background: #e5ebe8;
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
}
.bgPaleGreenCorporate .archive-wrapper .item {
    background: #fff;
}
.archive-wrapper .item .archive-image {
    height: 0;
    overflow: hidden;
    padding-top: 80%;
    position: relative;
}
.archive-wrapper .item .archive-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.archive-wrapper .item .archive-info {
    padding: 45px 30px 30px;
    height: 100%;
}
.archive-wrapper .item .archive-info .excerpt, .archive-wrapper .item .archive-info .excerpt a {
    font-family: "Outfit", sans-serif;
}
.archive-wrapper .item .archive-info .title {
    font-size: 20px;
    margin-bottom: 10px;
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Archive Image Links
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Archive Image Links */
.archive-image-links {
    position: relative;
}
.archive-image-links-container {
}
.archive-image-link-item {
    width: 32%;
    border-radius: 0px;
    position: relative;
}
.archive-image-link-image {
    overflow: hidden;
}
.archive-image-links-container.heading-below-boxes-off .archive-image-link-item .archive-image-link-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.archive-image-link-image img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    transition: linear .3s;
    aspect-ratio: 4/3;
}
.page-row.products-output .archive-image-link-item .archive-image-link-image img {
    aspect-ratio: 1/1;
}
.archive-image-links-container.make-square .archive-image-link-item .archive-image-link-image img {
    aspect-ratio: 1/1;
}
.archive-image-link-item:hover img {
    scale: 1.1;
}
.archive-image-link-item:hover .case-study-dropdown-left img {
    scale: 1;
}
.archive-image-links-container.heading-below-boxes-off .archive-image-link-item {
    aspect-ratio: 4/3;
}
@property --c{
    syntax: '<color>';
    inherits: false;
    initial-value: #0E2317D9;
}
@property --c2{
    syntax: '<color>';
    inherits: false;
    initial-value: #0A3A211A;
}
.archive-image-links-container.heading-below-boxes-off .archive-image-link-item > a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 22%, rgba(0, 0, 0, 0) 40%);
    border-radius: 0px;
    overflow:hidden;
    height: 100%;
}
.archive-image-links-container.heading-below-boxes-off .archive-image-link-item .archive-image-link-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 15px 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 22%, rgba(0, 0, 0, 0) 40%);
}
.archive-image-links-container.heading-below-boxes-off .archive-image-link-item > a:hover .archive-image-link-content {
    background: rgba(35, 55, 49, 0.5);
}
.archive-image-links-container.heading-below-boxes-off  .archive-image-link-title {
    font-size: 23px;
    position: relative;
    z-index: 5;
    color: #fff;
    line-height: 30px;
    width: 100%;
    display: block;
}
.archive-image-links-container:not(.heading-below-boxes-off) .archive-image-link-title {
    font-size: 20px;
    position: relative;
    z-index: 5;
    background: #fff;
    color: #233731;
    line-height: 30px;
    width:100%;
    display:inline-flex;
    text-align: center;
    padding: 10px;
    min-height: 80px;
    align-items: center;
    justify-content: center;
}
.archive-image-links-container:not(.heading-below-boxes-off) .archive-image-link-title span {
    text-align: center;
}
.archive-image-link-item.case-study-dropdown.active-dropdown .archive-image-link-title:after {
    background-image: url(images/Image-Box-X.svg);
    height: 12px;
    width: 12px;

}
.archive-case-study-dropdown {
    position: absolute;
    top: calc(100% + 24px);
    left: 0;
    width: calc(300% + 48px);
    display: none;
    padding: 40px;
    border-radius: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
.case-study-dropdown:nth-child(3n-1) .archive-case-study-dropdown {
    left: calc(-100% - 24px);
}
.case-study-dropdown:nth-child(3n) .archive-case-study-dropdown {
    left: calc(-200% - 48px);
}
.active-dropdown .archive-case-study-dropdown {
    display: flex;
}
.case-study-dropdown-left {
    width: 28%;
}
.case-study-dropdown-right {
    width: 69%;
    padding-left: 65px;
}
.case-study-dropdown-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 16px;
    border-bottom: 1px solid;
    padding-right: 30px;
}
.case-study-dropdown-top-item {
    padding-right: 40px;
    border-right: 1px solid;
    margin-right: 40px;
    font-family: "Outfit", sans-serif;
}
.case-study-dropdown-top-item:nth-child(1) {
    padding-left: 0;
}
.case-study-dropdown-top-item:nth-child(3) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.case-study-dropdown-top-item span {
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    font-family: "Outfit", sans-serif;
}
.case-study-archive-content h2 {
    font-size: 20px;
    font-weight: 400;
}
.case-study-dropdown-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.dropdown-gallery-item {
    width: 21%;
}
.case-study-archive-container {
    align-items: flex-start;
    justify-content: flex-start;
}
.case-study-archive-container .archive-image-link-item {
    margin-bottom: 24px;
}


@media screen and (max-width: 850px) {
    .columns-4 .item.archive-image-link-item {
        min-height: 315px;
    }
    .columns-4 .archive-image-link-item .archive-image-link-content a {
        min-height: 315px;
    }
    .archive-case-study-dropdown {
        width: calc(200% + 24px);
    }
    .case-study-dropdown:nth-child(3n) .archive-case-study-dropdown {
        left: 0;
    }
}

@media screen and (max-width: 800px){
    .archive-image-link-item {
        width: 49%;
    }
    .archive-case-study-dropdown {
        width: calc(200% + 14px);
    }
    .case-study-dropdown-top-item {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        display: block;
        width: 100%;
    }
    .case-study-dropdown-left {
        width: 48%;
    }
    .case-study-dropdown-right {
        width: 50%;
        padding-left: 45px;
    }
}
@media screen and (max-width: 650px){
    .archive-image-link-item {
        width: 100%;
    }
    .case-study-dropdown-left {
        width: 100%;
    }
    .case-study-dropdown-right {
        width: 100%;
        padding-left: 0;
        padding-top: 25px;
    }
}
@media screen and (max-width: 550px) {
    .case-study-dropdown:nth-child(3n-1) .archive-case-study-dropdown {
        left: 0;
    }
    .archive-case-study-dropdown {
        width: 100%;
    }
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Case Studies
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Case Studies */
.featured-case-study-title {
    font-size: 30px;
    color: #fff;
    padding: 25px 0;
    max-width: 400px;
}
.featured-case-study-title span {
    display: block;
}
.featured-case-study-arrow img {
    width: 65px;
}
.tax-case_study_category .archive-image-links-container,
.post-type-archive-case_study .archive-image-links-container {
    margin-bottom: 80px;
}
.post-categories-wrap {
    padding: 25px 0;
    margin-bottom: 80px;
}
.post-archive-wrapper {
    margin-bottom: 80px;
}
.blog .latest-news-link {
    text-align: center;
}
.posts-categories-nav {
    margin-bottom: 0;
}
.post-categories-nav-title {
    font-size: 20px;
    font-weight: 700;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80px;
}
.posts-categories-nav .posts-categories-items {
    width: calc(100% - 110px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.posts-categories-nav .cat-nav-item {
    border-radius: 0px;
    margin: 0 0 0 5px;
    min-width: 0;
    background: transparent;
    color: #233731;
    padding: 5px 18px;
}
.posts-categories-nav .cat-nav-item.active, 
.posts-categories-nav .cat-nav-item:hover {
    background-color: #fff;
}
.post-type-archive-case_study .post-categories-wrap {
    margin-top: 80px;
}
.post-categories-wrap .main-title {
    margin-bottom: 0px;
}
.case-study-dropdown .case-study-cats {
    position: absolute;
    right: 0px;
    z-index: 1;
    padding: 2px 10px;
    top: 30px;
    font-size: 16px;
}
a.get-posts {
    margin: 20px auto 0px auto;
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Designer Inspiration
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Designer Inspiration */
.archive-masonry-item a {
    display: block;
}
.archive-masonry-item {
    margin-bottom: 24px;
}
.archive-masonry-item img {
    width: 100%;
    border-radius: 0px;
}
.archive-masonry-gutter-sizer {
    width: 2%;
}
.item-width {
    width: 23%;
}
.item-width-2 {
    width: 48%;
}
.archive-masonry-sizer {
    width: 23%;
}
.post-type-archive-designer_inspiration .vex.vex-theme-flat-attack .vex-content {
    width: 1100px;
    padding: 0;
    border-radius: 0px;
}
.post-type-archive-designer_inspiration .vex.vex-theme-flat-attack .vex-close {
    transform: translateY(-50%);
    right: 16px;
}
.post-type-archive-designer_inspiration .vex.vex-theme-flat-attack .vex-close:before {
    background: #233731;
    font-size: 34px;
    padding-top: 49%;
    border-radius: 50%;
}
button.download-image {
    width: 42px;
    min-width: 0;
    padding: 0 0 !important;
    border: none;
    border-radius: 50% !important;
    position: absolute;
    top: 0;
    right: 76px;
    transform: translateY(-50%);
    z-index: 5;
}
.designer-popup {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    background: #fff;
    color: #233731;
    border-radius: 0px;
    overflow: hidden;
}
.designer-popup-left {
    width: 60%;
    position: relative;
}
.image-width-2 .designer-popup-left {
    width: 60%;
}
.designer-popup-right {
    width: 40%;
    padding: 70px 50px;
}
.image-width-2 .designer-popup-right {
    width: 40%;
}
.designer-popup-left .designer-popup-image {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.designer-popup-left .designer-popup-image img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.designer-popup-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 320px;
}
.designer-popup-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 2px;
}
.designer-popup-meta {
    margin-top: 21px;
    font-size: 16px;
    line-height: 1.4;
}
.designer-popup-meta-title {
    font-weight: 600;
}
#ajax-filter {
    display: flex;
}
.post-categories-select {
    background: #fff;
    border-radius: 0px;
    margin-left: 18px;
    display: flex;
    align-items: center;
    padding: 0 16px;
}
.post-categories-select span {
    color: #233731;
}
.post-categories-select select {
    border: none;
    padding: 12px 12px;
    flex: 1;
}
#archive-buttons-more {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 50px;
}
#archive-buttons-more > div {
    padding: 8px;
}
#archive-buttons-more #back-to-top a {
    background: #0E2317 !important;
}
@media screen and (max-width: 650px){
    #ajax-filter {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .posts-categories-nav {
        flex-direction: column;
        row-gap: 20px;
    }
    .post-categories-select {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .post-categories-select:last-child {
        margin-bottom: 0;
    }
    .archive-masonry-sizer,
    .item-width {
        width: 49%;
    }
    .item-width-2 {
        width: 100%;
    }
    .post-type-archive-designer_inspiration .vex.vex-theme-flat-attack.image-width-2 .vex-content,
    .post-type-archive-designer_inspiration .vex.vex-theme-flat-attack .vex-content {
        width: 90%;
    }
    .designer-popup {
        flex-wrap: wrap;
    }
    .image-width-2 .designer-popup-left,
    .image-width-2 .designer-popup-right,
    .designer-popup-left,
    .designer-popup-right {
        width: 100%;
    }
    .designer-popup-right {
        padding-top: 50px;
    }
    .designer-popup-left .designer-popup-image {
        position: relative;
    }
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Logo Slider
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Logo Slider */
.logo-slider{

}
.logo-slides .item{
    transition: all 300ms;
    position: relative;
    height: 100%;
    border-radius: 0px;
}
.logo-slides .slick-list{
    padding: 0;
    margin: 0 auto;
    width: 91%;
    display:block !important;

}
.logo-slides.hide-arrows .slick-list{
    width: 100%;
}
.logo-slides .slick-track {
    display: flex;
}
.logo-slides .slick-slide {
    height: auto;
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
    align-content: center;
}
.logo-slides .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.logo-slides .slick-arrow.partner-left {
    left: 15px;
}
.logo-slides .slick-arrow.partner-right {
    right: 15px;
}
.partner-slides .slide{

}
.logo-slides .item img{
    transition: all 300ms;
    border-radius: 0px;
}
.logo-slides .item .logo-quote {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}
.logo-slides .item:hover .logo-quote {
    display: block;
}
.logo-slides .item:hover {
    background-color: #b1c8bc;
}
.logo-slides .item:hover .logo-quote {
    opacity: 1;
}
@media screen and (min-width: 450px) {
    .safari .logo-slider .item img {
        margin-top: 40%;
    }
}
@media screen and (max-width: 450px) {
    .iphone .logo-slides .item {
        margin-top: 80px;
    }
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Image Gallery (4 + 1)
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Image Gallery (4 + 1) */
.image-gallery .main-title {
    margin-bottom:0;
}
.image-gallery .main-image-half .main-image {
    height: calc(100% - 10px);
    margin-top: 5px;
    margin-bottom: 5px;
    position:relative;
    overflow: hidden;
}
.image-gallery .main-image-half.right .main-image {
    margin-left: 5px;
}
.image-gallery .main-image-half .main-image img {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
}
.image-gallery .gallery-image-half {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
    justify-content: center;
}
.image-gallery .gallery-image-half .gallery-image {
    height: auto;
    flex-shrink: 0;
    width: 50%;
    flex-grow: 0;
    position: relative;
    overflow: hidden;
}
.image-gallery .gallery-image-half .gallery-image img {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
}
.image-gallery .gallery-image-half .gallery-image:first-child,
.image-gallery .gallery-image-half .gallery-image:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 5px;
}
.image-gallery .gallery-image-half .gallery-image:nth-child(3),
.image-gallery .gallery-image-half .gallery-image:nth-child(4) {
    margin-bottom: 5px;
}
.image-gallery .gallery-image-half .gallery-image:nth-child(2),
.image-gallery .gallery-image-half .gallery-image:nth-child(4) {
    margin-left: 5px;
    width: calc(50% - 5px);
}
.image-gallery .gallery-image-half.right .gallery-image:first-child,
.image-gallery .gallery-image-half.right .gallery-image:nth-child(3) {
    margin-left: 5px;
    width: calc(50% - 5px);
}
.image-gallery .image-gallery-image-content {
    position: absolute;
    top: 0px;
    width: 100% !important;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 0px;
    backdrop-filter: blur(8px);
    height: 0px;
    transition: all 0.25s linear;
    text-align: center;
    overflow:hidden;
}
.image-gallery .gallery-image:hover .image-gallery-image-content,
.image-gallery .main-image:hover .image-gallery-image-content {
    height: auto;
    padding: 5px;
}
.image-gallery .gallery-image-half .gallery-image:nth-child(2) .image-gallery-image-content,
.image-gallery .gallery-image-half .gallery-image:nth-child(4) .image-gallery-image-content {
    width: calc(100% - 10px);
}
.image-gallery .image-gallery-image-content h4.image-gallery-image-heading {
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom:0px;
}
.image-gallery .image-gallery-image-content .image-gallery-image-description {
    color: #e9bc75;
    text-transform: uppercase;
    margin-top: 5px;
}
@media only screen and (max-width:850px){
    .image-gallery .the-two-columns.flex-reverse {
        flex-direction: column-reverse;
    }
    .image-gallery .the-two-columns.flex-forwards {
        flex-direction: column;
    }
    .image-gallery .gallery-image-half.right .gallery-image:first-child,
    .image-gallery .gallery-image-half.right .gallery-image:nth-child(2) {
        margin-top: 0px;
    }
    .image-gallery .main-image-half.left .main-image {
        margin-right: 0px;
    }
    .image-gallery .main-image-half.right .main-image {
        margin-left: 0px;
    }
    .image-gallery .gallery-image-half.left .gallery-image:nth-child(3),
    .image-gallery .gallery-image-half.left .gallery-image:nth-child(4) {
        margin-bottom: 0px;
    }
    .image-gallery .main-image-half.left .main-image .image-gallery-image-content {
        width: 100%;
    }
    .image-gallery .gallery-image-half.right .gallery-image:first-child,
    .image-gallery .gallery-image-half.right .gallery-image:nth-child(3) {
        margin-left: 0px;
        width: 50%;
    }
}
@media only screen and (max-width:650px){
    .image-gallery .gallery-image-half .gallery-image {
        width: 100% !important;
    }
    .image-gallery .gallery-image-half .gallery-image:nth-child(2),
    .image-gallery .gallery-image-half .gallery-image:nth-child(4) {
        margin-left: 0px;
    }
    .image-gallery .gallery-image-half .gallery-image:nth-child(3) {
        margin-bottom: 5px !important;
    }
    .image-gallery .gallery-image-half.left .gallery-image:first-child {
        margin-bottom: 0px;
    }
    .image-gallery .gallery-image-half .gallery-image:nth-child(2) .image-gallery-image-content,
    .image-gallery .gallery-image-half .gallery-image:nth-child(4)  .image-gallery-image-content{
        width: 100%;
    }
    .image-gallery .gallery-image .image-gallery-image-content,
    .image-gallery .main-image .image-gallery-image-content {
        height: auto;
        padding: 15px !important;
    }
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Video + Text
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Video + Text */
.corporate-video-text .content-half {
    padding: 50px 40px;
}
.corporate-video-text .video-half {
    position: relative;
}
.corporate-video-text .video-half .embed-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.corporate-video-text .video-half .embed-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.corporate-video-text .the-two-columns .left,
.corporate-video-text .the-two-columns .right {
    flex: 0 50%;
    width: 50%;
}
@media screen and (max-width: 600px) {
    .corporate-video-text .video-half .embed-container iframe {
        position: relative;
        object-fit: unset;
        height: revert-layer;
    }
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Custom Archive Slider
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Custom Archive Slider */
.press .custom-archive-slider .archive-image-link-item {
    width: 25%;
}
.press .custom-archive-slider .archive-image-link-item .archive-image-link-content a {
    align-items: flex-start;
    justify-content: flex-start;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 60%);
}
.press .designs {
    overflow:hidden;
    margin:20px 0 20px 15px;
}
.press .boxes {
    margin-left:calc((100% - 1250px + 15px) / 2);
    display:flex;
    flex-wrap:wrap;
}
.press .custom-archive-slider {
    width:100%;
    margin: 0 auto;
}
.press .custom-archive-slider .slick-list {
    padding-left: 0px!important;
    display: block !important;
}
.press .custom-archive-slider .slick-slide {
    margin-right: 10px;
}
.press .main-title {
    margin-bottom: 20px;
}
.press .custom-archive-slider .slick-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    cursor: pointer;
    z-index: 999;
}
@media screen and (max-width:1250px){
    .press .designs {
        overflow:hidden;
        margin:20px 0 20px;
    }
    .press .boxes {
        margin-left:0;
    }
    .press .custom-archive-slider {
        padding-left: 15px!important;
    }
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Hero Image
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Hero Image */
.hero-image-corporate {
    height: calc(100vh - 100px);
    max-height: 1000px;
}
.hero-image-corporate .hero-image-wrapper img {
    position: absolute;
    height: 100%;
    object-fit:cover;
    object-position: center;
    width:100%;
}
.hero-image-corporate .hero-image-wrapper {
    position: relative;
    height: 100%;
}
.hero-image-corporate .hero-image-wrapper .main-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    width: 600px;
    text-align: center;
    max-width: 95%;
    font-weight: 400;
}
@media only screen and (max-width:650px){
    .hero-image-corporate .hero-image-wrapper .main-title {
        font-size: 45px;
    }
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Before & After
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Before & After */
.page-row.before-after .ba-slider {
    visibility: hidden;
}
/*#endregion */


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Products / Product Sub Categories Page Row
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Products / Product Sub Categories Page Row */
.products-output .archive-image-link-item .archive-image-link-title,
.product-sub-categories .archive-image-link-item .archive-image-link-title {
    text-align: center;
}
.products-output .archive-image-link-item .archive-image-link-content-inner {
    position: absolute;
    left: 20px;
    right: 20px;
    text-align: center;
    overflow: hidden;
    transform: translateY(40px);
    transition: transform 0.4s ease, max-height 0.4s ease, padding 0.4s ease;
}
.products-output .archive-image-link-item a:hover .archive-image-link-content-inner {
    top: 50%;
    transform: translateY(-50%);
}
.products-output .archive-image-link-item .archive-image-link-title {
    margin-bottom: 15px;
}
.products-output .archive-image-link-item .archive-image-link-price,
.products-output .archive-image-link-item .archive-image-link-price bdi,
.products-output .archive-image-link-item .archive-image-link-price .woocommerce-price-suffix,
.products-output .archive-image-link-item .archive-image-link-price del {
    color: #fff;
}
.products-output .archive-image-link-item .archive-image-link-price ins {
    background: transparent;
}
/*#endregion */