/*
 * Template Name: Blog Details
 */

#inner-page-wrapper {
    background: url(../../images/intro-logo.png) right calc(100% - 2vw) no-repeat #291e35;
    background-size: 57.938vw auto;
    background-attachment: fixed;
    margin-bottom: 0;
    overflow: hidden;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0 0 0;
}

p#breadcrumbs {
    font-size: 0.875vw;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #b2b2b2;
    text-transform: uppercase;
    padding: 0 3.438vw;
}

p#breadcrumbs .breadcrumb_last {
    color: #fff;
}

#comm-ip {
    background: #fff;
    overflow: hidden;
    padding: 0 0 5vw;
}

.comm-top {
    padding: 0 15px 0;
}

.comm-wrap .comm-content {
    position: relative;
    z-index: 3;
    padding-bottom: 70px;
}

.comm-wrap .comm-slide {
    font-size: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 -0.3125vw;
}

.comm-wrap .comm-slide:not(.slick-initialized) {
    /*display: flex;
    overflow: hidden;*/
}

.comm-wrap .slick-list {
    padding: 6vw 0 0;
}

.comm-wrap .slick-slide {
    margin: 0 0.313vw;
}

.comm-wrap .slick-slide > div:first-child {
    margin: 0 0 0.625vw;
}

.comm-wrap .comm-single {
    position: relative;
    width: 25%;
    padding: 0 0.3125vw;
}

.comm-wrap .comm-single:nth-child(4n + 1) {
    /*margin: 0 0 0 0;*/
}

.comm-wrap .comm-single a {
    display: block;
    position: relative;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    border: 0px solid #fff;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.comm-wrap .comm-single a:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
}

.comm-wrap .comm-single:nth-child(4n + 1) a {
    transform-origin: left center;
}

.comm-wrap .comm-single:nth-child(4n) a {
    transform-origin: right center;
}

.comm-wrap .slick-slide.slick-current.comm-single a {
    transform-origin: left;
}

.comm-wrap .slick-slide > div:not(:first-child) .comm-single a {
    transform-origin: center bottom;
}

.comm-wrap .slick-slide.slick-current .comm-single a {
    transform-origin: left;
}

.comm-wrap .slick-slide.slick-current > div:not(:first-child) .comm-single a {
    transform-origin: left bottom;
}

.comm-wrap .slick-slide.slick-current + .slick-slide + .slick-slide + .slick-slide .comm-single a {
    transform-origin: right;
}

.comm-wrap .slick-slide.slick-current + .slick-slide + .slick-slide + .slick-slide > div:not(:first-child) .comm-single a {
    transform-origin: right bottom;
}

.comm-wrap .comm-single a .comm-name {
    font-size: 1.875vw;
    text-align: center;
    background: #fff;
    font-family: var(--playfair);
    padding: 0 2.80vw;
    min-height: 6.374vw;
    line-height: 1;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.comm-wrap .comm-single a:hover .comm-name {
    background: #291e35;
    color: #fff;
}

.comm-wrap .comm-single a .comm-img {
    position: relative;
    z-index: 0;
}

.comm-wrap .comm-single a .comm-img canvas {
    background-image: url(/app/themes/christophechoo.com_new/images/title-logo.png) !important;
    background-size: 60%;
    background-position: center 40%;
    background-repeat: no-repeat;
    background-color: #fff;
}

.comm-wrap .comm-single a .comm-img img[src*="no-photo"] {
    opacity: 0;
}

.comm-wrap .comm-single a img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.comm-wrap .comm-single a .comm-img:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../../images/listing-fade.png) bottom center repeat-x;
    background-size: cover;
    opacity: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.comm-wrap .comm-single a:hover .comm-img:before {
    opacity: 0;
}

.comm-wrap .comm-single a .comm-img:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #291e35;
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.comm-wrap .comm-single a:hover .comm-img:after {
    opacity: 0.8;
}

.comm-wrap .comm-single a .comm-det {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    color: #000;
    letter-spacing: 0.020em;
    padding: 0 2vw 2.375vw;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: center;
}

.comm-wrap .comm-single a:hover .comm-det {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.comm-wrap .comm-single a .comm-price {
    font-size: 1.500vw;
    font-weight: 300;
    margin: 0 0 0.813vw;
}

.comm-wrap .comm-single a .comm-add {
    font-size: 1.875vw;
    font-family: var(--font-family-title);
    margin: 0 0 0;
    line-height: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.comm-wrap .comm-single a:hover .comm-add {
    margin: 0 0 1.375vw;
}

.comm-wrap .comm-single a .comm-feat {
    display: none;
    flex-flow: row wrap;
}

.comm-wrap .comm-single a:hover .comm-feat {
    display: flex;
}

.comm-wrap .comm-single a .comm-feat > div {
    font-size: 1vw;
    text-transform: uppercase;
    font-weight: 300;
}

.comm-wrap .comm-single a .comm-feat > div:nth-child(even) {
    width: 1px;
    background: #000;
    margin: 0 1vw;
}

@media only screen and (max-width: 1366px) {
    .comm-wrap .comm-single a .comm-feat > div:nth-child(even) {
        margin: 0 0.5vw;
    }
}

@media only screen and (max-width: 991px) {
    p#breadcrumbs {
        font-size: 14px;
    }

    .comm-wrap .comm-title h2:before,
    .comm-wrap .comm-title h2:after {
        display: none;
    }

    .comm-wrap .comm-title {
        padding: 30px 0;
    }

    .comm-wrap .comm-title h2 {
        font-size: 55px;
        text-align: center;
        letter-spacing: -0.020em;
        padding: 0 0 0;
    }

    .comm-wrap .comm-title h2 span {
        font-size: 22px;
    }

    .comm-wrap .comm-slide {
        margin: 0 -5px;
    }

    .comm-wrap .comm-single {
        width: 50%;
        padding: 0 5px;
    }

    .comm-wrap .comm-single a:hover {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        border: 0px solid #fff;
    }

    .comm-wrap .comm-single a .comm-name {
        font-size: 20px;
        padding: 14px 5px;
    }

    .comm-wrap .comm-single a .comm-price {
        font-size: 24px;
        margin: 0 0 12px;
    }

    .comm-wrap .comm-single a .comm-add,
    .comm-wrap .comm-single a:hover .comm-add {
        font-size: 28px;
        margin: 0 0 10px;
    }

    .comm-wrap .comm-single a .comm-feat {
        display: flex;
    }

    .comm-wrap .comm-single a .comm-feat > div {
        font-size: 15px;
    }

    .comm-wrap .comm-single a .comm-feat > div:nth-child(even) {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .comm-wrap .slick-list {
        padding: 0 0 0;
    }

    .comm-wrap .comm-slide {
        margin: 0 auto;
        max-width: 390px;
        width: calc(100% - 30px);
    }

    .comm-wrap .comm-single {
        width: 100%;
        padding: 0 0;
        margin: 20px 0 0;
    }

    .comm-wrap .comm-single:first-child {
        margin: 0 0 0;
    }
}

@media only screen and (max-width: 567px) {
    #comm-ip {
        padding: 0 0 30px;
    }

    .comm-wrap .comm-title h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 480px) {
    .comm-wrap .comm-title h2 {
        font-size: 29px;
    }

    .comm-wrap .comm-title h2 span {
        font-size: 20px;
    }
}