/*
Regular - 400
Medium - 500
Semi-bold - 600
Bold - 700
*/

.kb-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 10px auto 0 auto;
    overflow: hidden;
    position: relative;
}

.kb-wrap.mobile {
    aspect-ratio: 9 / 16;
}

.kb-wrap .panel {
    position: relative;
}

.kb-wrap img {
    position: absolute;
    width: 100%;
}

.kb-wrap img.kb1 {
    animation: move1 40s ease;
    -ms-animation: move1 40s ease;
    -webkit-animation: move1 40s ease;
    -0-animation: move1 40s ease;
    -moz-animation: move1 40s ease;
}

.kb-wrap img.kb2 {
    animation: move2 40s ease;
    -ms-animation: move2 40s ease;
    -webkit-animation: move2 40s ease;
    -0-animation: move2 40s ease;
    -moz-animation: move2 40s ease;
}

.kb-wrap img.kb3 {
    animation: move3 40s ease;
    -ms-animation: move3 40s ease;
    -webkit-animation: move3 40s ease;
    -0-animation: move3 40s ease;
    -moz-animation: move3 40s ease;
}

@-webkit-keyframes move1 {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */

    -webkit-transform: scale(1.0);
    /* Safari and Chrome */

    -o-transform: scale(1.0);
    /* Opera */

    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */

    -webkit-transform: scale(1.2);
    /* Safari and Chrome */

    -o-transform: scale(1.2);
    /* Opera */

    -moz-transform: scale(1.2);
    /* Firefox */
  }
}

@-webkit-keyframes move2 {
  0% {
    -webkit-transform-origin: top right;
    transform-origin: top left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */

    -webkit-transform: scale(1.0);
    /* Safari and Chrome */

    -o-transform: scale(1.0);
    /* Opera */

    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */

    -webkit-transform: scale(1.2);
    /* Safari and Chrome */

    -o-transform: scale(1.2);
    /* Opera */

    -moz-transform: scale(1.2);
    /* Firefox */
  }
}

@-webkit-keyframes move3 {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */

    -webkit-transform: scale(1.0);
    /* Safari and Chrome */

    -o-transform: scale(1.0);
    /* Opera */

    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */

    -webkit-transform: scale(1.2);
    /* Safari and Chrome */

    -o-transform: scale(1.2);
    /* Opera */

    -moz-transform: scale(1.2);
    /* Firefox */
  }
}

#source-the-look {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50;
    width: 174px;
    background-color: rgba(80, 83, 83, 0.50);
    padding: 10px 25px;
}

#source-the-look a {
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#mid {

}

#mid > .title {
    padding-top: 48px;
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    color: #36394A;
}

#mid .about {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 300;
    text-align: center;
    margin: 20px auto;
    width: 90%;
    max-width: 750px;
}

#mid #home-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

#mid #home-social-icons .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #8F98A1;
    margin: 0 4px;
}

#mid #home-social-icons .icon svg {
    stroke: #31414E;
}

#mid #home-social-icons .icon.instagram svg {
    width: 17px;
}

#mid #home-social-icons .icon.facebook svg {
    width: 17px;
    fill: #31414E;
}

#mid #home-social-icons .icon.pinterest svg {
    width: 19px;
    fill: #31414E;
}

.slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #454c58;
    color: #fff;
    padding-top: 30px;
}

.slider-wrapper .whats-new {
    position: relative;
    margin: 0 auto;
    width: 85%;
    max-width: 580px;
    height: 46px;
}

.slider-wrapper .whats-new .text {
    width: 384px;
    padding-left: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #454c58;
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 2;
}

.slider-wrapper .whats-new .rule {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background: #fff;
    z-index: 1;
}

.slider-wrapper .slider a:link,
.slider-wrapper .slider a:active,
.slider-wrapper .slider a:visited {
    color: #fff;
    text-decoration: none;
}

.slider {
/*
    margin-bottom: 70px;
    margin-top: 41px;
*/
    padding: 40px 0 40px 50px;
}

.slider > .btn.btn-prev {
    left: 11px;
}

.slider > .btn.btn-next {
    right: 11px;
}

.slider > .btn:hover {
    border: 1px solid #454c58;
}

.slider > .btn:hover svg {
    stroke: #454c58 !important;
}

.slider .wrapper .slide {
    position: relative;
    width: calc(90vw / 4);
    margin: 0 70px 0 0;
    aspect-ratio: 4 / 5
}

/*
.slider .wrapper .slide:first-of-type {
    margin-left: 0;
}
*/

.slider .wrapper .slide .inner {
    height: 350px;
    overflow: hidden;
}

.slider .wrapper .slide > .inner img {
    pointer-events: none;
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}

.slider .wrapper .slide .slide-category {
    margin-top: 8px;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}

.slider .wrapper .slide:hover {
    cursor: pointer;
}

#blog {
    padding: 40px 0;
}

#blog .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
}

#blog .post .col1 {
    margin-right: 50px;
}

#blog .post .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 600px;
    color: #000;
}

#blog .post .col1 img {
    max-width: 400px;
}

#blog .post .col2 .pretitle {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

#blog .post .col2 .title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
    text-align: left;
}

#blog .post .col2 .summary {
    font-size: 1rem;
    line-height: 1.5rem;
}

#blog .post .col2 a {
    display: block;
    margin-top: 13px;
    margin-right: auto;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    background: #454c58;
    padding: 12px 20px;
    text-decoration: none;
}

@media only screen and (max-width: 1100px) {
    #blog .post .col2 {
        width: 48%;
    }
}

@media only screen and (max-width: 1000px) {
    .slider .wrapper .slide {
        width: calc(84vw / 4);
    }
    
    .slider .wrapper .slide > .inner {
        height: auto;
    }
    
    .slider .wrapper .slide > .inner img {
        height: auto;
    }
}

@media only screen and (max-width: 930px) {
    #blog .post .col2 {
        width: 40%;
    }
}

@media only screen and (max-width: 900px) {
    .slider .wrapper .slide {
        width: calc(78vw / 4);
    }
}

@media only screen and (max-width: 830px) {
    #blog .post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    #blog .post .col1 {
        width: 100%;
        margin-bottom: 30px;
    }
    
    #blog .post .col1 img {
        display: block;
        margin: 0 auto;
    }
    
    #blog .post .col2 {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 800px) {
    .slider .wrapper .slide {
        width: calc(70vw / 4);
    }
}

@media only screen and (max-width: 700px) {
    .slider .wrapper .slide {
        width: calc(84vw / 3);
    }
}

@media only screen and (max-width: 650px) {
    .slider-wrapper .whats-new .text {
        width: 298px;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}

@media only screen and (max-width: 600px) {
    .slider .wrapper .slide {
        width: calc(76vw / 3);
    }
}

@media only screen and (max-width: 630px) {
    #mid > .title {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
    
    #mid .about {
        font-size: 1rem;
        line-height: 1.7rem;
    }
}

/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) {
      #mid > .title {
          font-size: 1.2rem;
          line-height: 1.2rem;
      }
}