/*
MAGENTO WRAPPER HIDE
*/
.page-wrapper{
    min-height:0 ! important;
}

#maincontent {
    display:none;
}

/*Optional spacer height*/
.spacer {
    height:20px;
}



/*Dynamic homepage content mens/womens with white background for parralax scroll*/
.dynamic-content {
    position: relative;
    background:url('/pub/media/cms/white.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    /*padding for top of block to keep white area*/
    padding-top: 40px;
}

/*Feature Block common styling*/
.block-feature {
    position: relative;
    max-width: 100%;
    width:100%;
    height:100vh;
    list-style: none;
    text-align: center;
    display: flex;
    transition: height 0.5s ease-out;
    margin-bottom: 0 !important;
}
/*Full width block common styling*/
.block-full {
    position: relative;
    max-width: 100vw;
    width:100vw;
    list-style: none;
    text-align: center;
    display: flex;
    max-height: 900px;

}
/*Padding block common styling*/
.block-padding {
    position: relative;
    list-style: none;
    text-align: center;
    display: flex;
    max-height: 900px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    padding-left: 20px;
    padding-right: 20px;
}

/*Three across block nowrap*/
.block.three-block {
    flex-wrap: nowrap;
}

/* Common style for figures*/
.block figure {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    min-width: 30%; /*max on each row is 3*/
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    cursor: pointer;
    width:100%;
    will-change: transform;
    -webkit-transition:500ms linear;
    -moz-transition:500ms linear;
    -o-transition:500ms linear;
    -ms-transition:500ms linear;
    transition:500ms linear;
}
/*Left right padding for figures inside padding blocks*/
.figure-padding {
    padding-left: 0.6em;
    padding-right: 0.6em;
}

/**
Two-one-block & one-two-block figures
 */
.figure-padding-top-right {

}

.figure-padding-bottom-right {
    padding-top: 1em;

}

.figure-padding-bottom-left {
    padding-top: 1em;

}

.figure-padding-top-left {
}

.figure-padding-left {
    padding-left: 1em;
}
.figure-padding-left-right {
    padding-left: 1em;
    padding-right: 1em;
}
.figure-padding-right {
    padding-right: 1em;
}

/**
Four-block figures
*/
.four-block .figure-padding-top-right {
    padding-left: 0.5em;
}

.four-block .figure-padding-bottom-right {
    padding-top: 1em;
    padding-left: 0.5em;

}

.four-block .figure-padding-bottom-left {
    padding-top: 1em;
    padding-right:0.5em;
}

.four-block .figure-padding-top-left {
    padding-right:0.5em;
}


/*Middle images have padding between*/
.block-padding .padding-between{
    padding: 1em;
}

/*
2-block structure
*/

.two-block-left {
    width:50%;
}
.two-block-left figure {
    height: 50%;
}

.two-block-right {
    width:50%;
}
.two-block-right figure {
    height: 50%;
}

.one-block-right {
    width:50%;
}

.one-block-right figure {
    height:100%;
}

.one-block-left {
    width:50%;
}

.one-block-left figure {
    height:100%;
}

.two-third {
    width:66% !important;
}


/*Image and video common styling*/
.block figure img {
    position: relative;
    min-height: 100%;
    min-width:100%;
    max-width: 100%;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
    object-fit: cover;
}

.block figure video {
    position: relative;
    min-height: 100%;
    max-width: 100%;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
    object-fit: cover;
}

/*Full height and width for image*/
.block .full-height img {
    height: 100vh;
    max-height: 100vh;
}

/*White Button common styling */
.block figure .button {

    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width:100px;
    font-family: acumin-pro-condensed, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1em;
    color: black;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border: none;
    background: white;
    text-decoration: none;
}

/*Outlined button common styling*/
.block figure .button-outlined {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width:100px;
    font-family: acumin-pro-condensed, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border: 2px solid white;
    background-color: Transparent;
    text-decoration: none;
}

/*Button-fill common styling */
.block figure .button-fill {

    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width:100px;
    font-family: acumin-pro-condensed, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1em;
    color: black;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border: none;
    background: white;
    text-decoration: none;
}

/*Hover effects for buttons*/
.block figure .button-outlined:hover {
    background-color: white;
    color: black !important;
}
.block figure .button:hover {
    background-color: black;
    color: white !important;
}

.block figure .button-fill:hover {
    background-color: black;
    color: white;
}

/*Caption styling*/
.block figure figcaption h3 {
    font-family: acumin-pro-condensed, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.25em;
}

/*Button positioning upper/lower/bottom */

.block figure .center-lower-button {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 20%;
    padding: 1em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.block figure .center-bottom-button {
    position: absolute;
    bottom: 2em;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*Text positioning upper/lower/bottom */

.block figure .center-middle-text {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    padding: 1em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}

.block figure .center-lower-text {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 30%;
    padding: 1em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}

.block figure .center-bottom-text {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 3em;
    padding: 1em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}


.block figure figcaption::before,
.block figure figcaption::after {
    pointer-events: none;
}

.block figure figcaption > button, h3 {
    z-index: 1000;
    white-space: nowrap;
    font-size: 12px;
    opacity: 1;
}
/*Banner Caption Styling*/
.block figure figcaption h1 {
    font-family: acumin-pro-condensed, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.25em;
}





/*
NO HOVER EFFECTS (.effect-none)
 */





/*
HIGHLIGHT EFFECT (.effect-highlight)
 */

figure.effect-highlight:hover .button-outlined {
    background-color: black;
    color: white !important;
}

figure.effect-highlight:hover .button {
    background-color: black;
    color: white !important;
}


/*
HOVER EFFECTS (.effect-hover)
 */

/*background image on zoom effects*/
figure.effect-hover img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    /*
    -webkit-transform: translate3d(-40px,0, 0);
   /* transform: translate3d(-40px,0,0);*/
}

figure.effect-hover figcaption h3 {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-hover figcaption button {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-hover:hover img {
    transform: scale(1.01);
    opacity: 0.9;
}

figure.effect-hover:hover button {
    opacity: 1;
}
figure.effect-hover:hover h3 {
    opacity: 1;
}

figure.effect-hover:hover .button-outlined {
    background-color: white;
    color: black;
}

figure.effect-hover:hover .button {
    background-color: black;
    color: white;
}



/*
FULL SCREEN ANIMATIONS
 */
.show-mens {
    width: 100% !important;
    transition: mens-show-animation 0.5s linear;
}
.show-womens {
    width: 100% !important;
    transition: womens-show-animation 0.5s linear;
}


.animate-mens {
    height:65vh !important;
    transition: scale-height 0.5s linear;
}
.animate-womens {
    height:65vh !important;
    transition: scale-height 0.5s linear;
}


.hide-womens {
    min-width : 0 !important;
    width: 0 !important;
    transition: womens-hide-animation 0.5s linear;
}
.hide-mens {
    min-width : 0 !important;
    width: 0 !important;
    transition: mens-hide-animation 0.5s linear;
}


/*
ANIMATIONS
 */


@keyframes scale-height {
    0% {
        height:100vh;
    }
    100% {
        height:80vh;
    }
}


@keyframes mens-hide-animation {
    0% {
        width:100%
    }
    100% {
        width: 0%;
    }
}

@keyframes womens-hide-animation {
    0% {
        width:100%
    }
    100% {
        width: 0%;
    }
}

@keyframes mens-show-animation {
    0% {
        width:0%
    }
    100% {
        width: 100%;
    }
}
@keyframes womens-show-animation {
    0% {
        width:0%
    }
    100% {
        width: 100%;
    }
}




@keyframes mobile-mens-hide-animation {
    0% {
        height:100%
    }
    100% {
        height: 0%;
    }
}

@keyframes mobile-womens-hide-animation {
    0% {
        height:100%
    }
    100% {
        height: 0%;
    }
}

@keyframes mobile-mens-show-animation {
    0% {
        height:0%
    }
    100% {
        height: 100%;
    }
}
@keyframes mobile-womens-show-animation {
    0% {
        height:0%
    }
    100% {
        height: 100%;
    }
}


/*
content breakpoints
*/

/*If sticky for parralax scroll with banner*/
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height:100%;
    transition: all 0.2s linear;
}

@media all and (max-width: 425px) {
    /*feature image keeps 100% height unlike rest that have a minimum*/
    .block-feature figure img{
        min-height: 100% !important;
    }
    .block figure img {
        position: relative;
        min-height: 200px;
        max-width: 100%;
        -webkit-transition: width 2s; /* Safari */
        transition: width 2s;
        object-fit: cover;
    }

}

@media all and (max-width: 767px) {
    /*Smaller top padding for content on tablets/phones */
    .dynamic-content {

        padding-top: 1em;
    }
    #feature-figure {
        height:50vh;
    }

    #feature-figure .button-outlined {
        border: none;
        background-color: rgba(255,255,255,0.95);
        color: black;
    }

    #feature-figure .button-outlined:hover {
        background-color: black;
        color: white;
    }

    .block-feature {
        position: -webkit-sticky;
        position: sticky;
        max-width: 100vw;
        width:100vw;
        height:100vh;
        list-style: none;
        text-align: center;
        display: inline-block;
    }
    /*remove side paddings from block-padding for mobile*/
    .block-padding {
        padding-left: 0;
        padding-right: 0;
        max-height: 100vh;
        overflow: hidden;
        flex-wrap: wrap;
    }

    .block-full {
        padding-left: 0;
        padding-right: 0;
        max-height: 100vh;
        overflow: hidden;
        flex-wrap: wrap;
    }


    /* Common style */
    .block figure {
        -webkit-transition:500ms linear;
        -moz-transition:500ms linear;
        -o-transition:500ms linear;
        -ms-transition:500ms linear;
        transition:height 0.5s ease-out;

    }
    /*Caption font size for smaller devices */
    .block figure figcaption h3 {
        font-family: acumin-pro-condensed, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.5em;
    }
    .block figure figcaption h1 {
        font-family: acumin-pro-condensed, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6em;
    }

    .block figure figcaption {
        font-size: 0.8em;
    }

    .block figure .button-outlined {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .block-padding figure {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0.4em;
        margin-bottom: 0.4em;
        display: flex;
        align-items: center;

    }

    /*
    Two block css for mobile
    */
    figure.two-half {
        max-height: 50vh !important;
    }

    /*
    Three block css for mobile
     */

    .block.three-block figure {
        height:33vh;
        min-width: 50%;

    }

    .block-padding.three-block figure {

        padding-top: 1.6em;
    }

    .block.three-block  {
        flex-wrap: wrap;
    }
    .figure-padding-left-right {
        padding-left: 0;
        padding-right: 0;
    }

    /*
    Four block css for mobile
     */

    .block.four-block div {
        display: flex;
        flex-wrap: wrap;
    }

    .block.four-block {
        flex-wrap: wrap;
    }

    .block.four-block figure {
        flex: 1;
        min-width: 50%;
    }


    /*
    Two-one-block css for mobile
    */

    .figure-padding-top-left {
        padding-left: 0 !important;
        padding-right: 0.8em !important;
    }

    .figure-padding-bottom-left{
        padding-right: 0 !important;
        padding-left: 0.8em !important;
        padding-top:0;
    }
    .figure-padding-top-right{
        padding-left: 0 !important;
        padding-right: 0.8em !important;
    }
    .figure-padding-bottom-right{
        padding-right: 0 !important;
        padding-left: 0.8em !important;
        padding-top:0;
    }

    .figure-padding-left{
        /*padding-top:1.6em !important*/
    }
    .figure-padding-right {
        /*padding-bottom:1.6em !important*/
    }

    .block-padding .two-block-left {
        height: 100%;
        width: 100%;
        display: flex;
    }

    .block-padding .one-block-right {
        width: 100%;
    }

    .block-full .two-block-left {
        height: 100%;
        width: 100%;
        display: flex;
    }
    .block-full .one-block-right {
        width: 100%;
    }

    /*
    one-two-block css for mobile
     */
    .block-padding .one-block-left {
        width: 100%;
    }
    .block-padding .two-block-right {
        height: 100%;
        width: 100%;
        display: flex;
    }
    .block-full .one-block-left {
        width: 100%;

    }
    .block-full .two-block-right {
        height: 100%;
        width: 100%;
        display: flex;
    }


    .show-mens {
        width: 100% !important;
        transition: mobile-mens-show-animation 0.5s linear;
    }
    .show-womens {
        width: 100% !important;
        transition: mobile-womens-show-animation 0.5s linear;
    }


    .animate-mens {
        height:70vh !important;
        transition: scale-height 0.5s linear;
    }
    .animate-womens {
        height:70vh !important;
        transition: height 0.5s linear;
    }


    .hide-womens {
        height: 0 !important;
        transition: mobile-womens-hide-animation 0.5s linear;
    }
    .hide-mens {
        height: 0 !important;
        transition: mobile-mens-hide-animation 0.5s linear;
    }

}


@media all and (min-width: 1024px) {


    .block.three-block figure {
        min-width: 33%;
        flex-wrap: nowrap;
    }

    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 100%;
        height:100%;
        transition: all 0.2s linear;
    }

}


