/*** FEATURED COLLECTIONS OVERVIEW ***/
#featured-collections-overview-wrapper {
    position: relative;
    /* top: -2px; */
    padding: 0;
}
/* >> Featured Collections Overview - Slideshow */
#featured-collections-overview-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    min-height: 100vh;
}
#featured-collections-overview-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}
#featured-collections-overview-slideshow-wrapper .slide > img {
    width: 100%;
    height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: 45%;
}
/* >> Featured Collections Overview - Slide Content */
#featured-collections-overview-slideshow-wrapper .slide .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    height: auto;
    min-height: max(200px, 25vh);
}
#featured-collections-overview-slideshow-wrapper .slide .content > div {
    height: 100%;
}
#featured-collections-overview-slideshow-wrapper .slide .content > div:first-of-type {
    padding-top: 30px;
}
#featured-collections-overview-slideshow-wrapper .slide .content > div:last-of-type {
    width: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#featured-collections-overview-slideshow-wrapper .slide .content h2,
#featured-collections-overview-slideshow-wrapper .slide .content p {
    width: 825px;
    color: #000;
    display: block;
    text-align: left;
}
#featured-collections-overview-slideshow-wrapper .slide .content h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    margin-bottom: 0.67em;
}
#featured-collections-overview-slideshow-wrapper .slide .content p {
    font-size: 15px;
    padding-right: 20px;
}
#featured-collections-overview-slideshow-wrapper .slide .content a.mlkn-button {
    border: 2px solid #000;
    background: #fff;
    color: #000;
    font-weight: 500 !important;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#featured-collections-overview-slideshow-wrapper .slide .content a.mlkn-button:hover {
    background: #000;
    color: #fff;
}
/* >> Featured Collections Overview - Pager */
#featured-collections-overview-slideshow-wrapper .cycle-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;  
    width: 300px;
    position: absolute;
    z-index: 10000;
    top: 65vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#featured-collections-overview-slideshow-wrapper .cycle-pager a {
  width: 29%;
  height: 3px;
  background: #aaa;
}
#featured-collections-overview-slideshow-wrapper .cycle-pager a.cycle-pager-active {
  background: #eee;  
}

/* >> Guest Rooms - Slideshow Controls */
#featured-collections-overview-slideshow-controls {
    position: absolute;
    top: 55vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: none;
}
#featured-collections-overview-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #fff;
}
#featured-collections-overview-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#featured-collections-overview-slideshow-controls button:focus {
    outline: none;
}
@media only screen and (max-width: 1450px) {
    #featured-collections-overview-slideshow-wrapper .slide .content h2,
    #featured-collections-overview-slideshow-wrapper .slide .content p {
        width: 700px;
    }
    #featured-collections-overview-slideshow-wrapper .slide .content > div:last-of-type {
        width: 465px;
    }
}
@media only screen and (max-width: 1250px) {
    #featured-collections-overview-slideshow-wrapper .slide > img {
        height: 65vh;
    }
    #featured-collections-overview-slideshow-wrapper .slide .content {
        height: 30vh;
    }
    #featured-collections-overview-slideshow-wrapper .slide .content {
        display: block;
    }
    #featured-collections-overview-slideshow-wrapper .slide .content > div {
        width: 100%;
        height: auto;
    }
    #featured-collections-overview-slideshow-wrapper .slide .content > div:last-of-type {
        padding-top: 20px;
    }
    #featured-collections-overview-slideshow-wrapper .cycle-pager {
        top: 60vh;
    }
    #featured-collections-overview-slideshow-wrapper .slide .content h2,
    #featured-collections-overview-slideshow-wrapper .slide .content p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    #featured-collections-overview-slideshow-wrapper .slide .content > div:last-of-type {
        margin-left: auto;
        margin-right: auto;
    }
    #featured-collections-overview-slideshow-wrapper .slide .content p {
        padding-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    #featured-collections-overview-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #featured-collections-overview-slideshow-controls {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    #featured-collections-overview-slideshow-wrapper .slide .content h2,
    #featured-collections-overview-slideshow-wrapper .slide .content p {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    #featured-collections-overview-slideshow-wrapper .slide .content > div:first-of-type {
        padding-top: 0;
    }
    #featured-collections-overview-slideshow-wrapper .slide .content > div:last-of-type {
        width: 100%;
        display: block;
    }
    #featured-collections-overview-slideshow-wrapper .slide .content a.mlkn-button {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    #featured-collections-overview-slideshow-wrapper .slide .content > div:last-of-type {
        padding-top: 0;
    }
    #featured-collections-overview-slideshow-wrapper .slide .content {
        min-height: 33vh;
        height: auto;
    }
    #featured-collections-overview-slideshow-wrapper .slide .content h2 {
        margin: 0.67em 0;
    }
}
@media only screen and (max-width: 500px) {
    #featured-collections-overview-slideshow-wrapper .slide .content h2 {
        font-size: 22px;
    }
    #featured-collections-overview-slideshow-wrapper .slide .content p {
        font-size: 15px;
    }
}
/*iphone 13 pro max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #featured-collections-overview-slideshow-wrapper .cycle-slideshow {
        height: 108vh;
    }
}
/*iphone 6+, 7+, 8+*/
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    #featured-collections-overview-slideshow-wrapper .cycle-slideshow {
        height: 115vh;
    }
    #featured-collections-overview-slideshow-controls {
        top: 53vh;
    }
}
/*iphone 13*/
@media only screen and (max-width: 390px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #featured-collections-overview-slideshow-wrapper .cycle-slideshow {
        height: 115vh;
    }
    #featured-collections-overview-slideshow-controls {
        top: 53vh;
    }
}
/*iphone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #featured-collections-overview-slideshow-wrapper .cycle-slideshow {
        height: 125vh;
    }
    #featured-collections-overview-slideshow-controls {
        top: 50vh;
    }
}
/*iphone 5, 5c, 5s, se*/
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #featured-collections-overview-slideshow-wrapper .cycle-slideshow {
        height: 145vh;
    }
    #featured-collections-overview-slideshow-controls {
        width: 53vw;
        top: 50vh;
    }
}

/*** ADDITIONAL COLLECTIONS ***/
#additional-collections-wrapper {
    margin-bottom: 50px;
}
#additional-collections-wrapper > div.row:not(:first-of-type) {
    margin-top: 50px;
}
/* Additional Collections - Collection Cards */
#additional-collections-wrapper .collection-card {
    padding-left: 50px;
    padding-right: 50px;
}
#additional-collections-wrapper .collection-card h2 {
    font-size: 30px;
    margin: 10px 0;
}
#additional-collections-wrapper .collection-card p {
    font-size: 16px;
}
#additional-collections-wrapper .collection-card a.mlkn-button {
    border: 2px solid #000;
    background: #fff;
    color: #000;
    font-weight: 500 !important;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#additional-collections-wrapper .collection-card a.mlkn-button:last-of-type {
    margin-left: 20px;
}
#social-factor-wrapper.collection-card .buttons-wrapper a.mlkn-button:last-of-type {
    margin-left: 0;
}
#additional-collections-wrapper .collection-card a.mlkn-button:hover {
    color: #fff;
    background: #000;
}
/* Additional Collections - Row Specific */
#wrapper-text {
    height: 240px;
}
#modern-movement-wrapper p,
#lightbox-wrapper p,
#comfortable-concrete-retold-wrapper p {
    height: 140px;
}
#facet-wrapper p {
    height: 120px;
}
#poise-retold-wrapper p,
#northward-bound-wrapper p {
    height: 140px;
}
#wireframe-wrapper p,
#major-frequency-wrapper p {
    height: 110px;
}
@media only screen and (max-width: 1400px) {
    #wrapper-text {
        height: 270px;
    }
    #modern-movement-wrapper p,
    #lightbox-wrapper p,
    #comfortable-concrete-retold-wrapper p {
        height: 160px;
    }
    #facet-wrapper p {
        height: 143px;
    }
    #poise-retold-wrapper p,
    #northward-bound-wrapper p {
        height: 160px;
    }
    #wireframe-wrapper p,
    #major-frequency-wrapper p {
        height: 140px;
    }
}
@media only screen and (max-width: 1199px) {
    #wrapper-text {
        height: 380px;
    }
    #additional-collections-wrapper .collection-card h2 {
        font-size: 25px;
    }
    #additional-collections-wrapper .collection-card a.mlkn-button {
        display: block;
        margin-top: 20px;
        width: 100%;
    }
    #additional-collections-wrapper .collection-card a.mlkn-button:last-of-type {
        margin-left: 0;
    }
    #modern-movement-wrapper p,
    #lightbox-wrapper p,
    #comfortable-concrete-retold-wrapper p {
        height: 200px;
    }
    #facet-wrapper p {
        height: 192px;
    }
    #poise-retold-wrapper p,
    #northward-bound-wrapper p {
        height: 175px;
    }
    #wireframe-wrapper p,
    #major-frequency-wrapper p {
        height: 175px;
    }
}
@media only screen and (max-width: 991px) {
    #wrapper-text {
        height: auto;
        margin-bottom: 15px;
    }
    #modern-movement-wrapper p,
    #facet-wrapper p,
    #lightbox-wrapper p,
    #poise-retold-wrapper p,
    #northward-bound-wrapper p,
    #wireframe-wrapper p,
    #major-frequency-wrapper p,
    #comfortable-concrete-retold-wrapper p {
        height: auto;
        margin-bottom: 15px;
    }
    #additional-collections-wrapper > div.row:not(:first-of-type) {
        margin-top: 0;
    }
    #additional-collections-wrapper > div.row > div {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 600px) {
    #additional-collections-wrapper .collection-card {
        padding-left: 30px;
        padding-right: 30px;
    }
    #additional-collections-wrapper .collection-card h2 {
        font-weight: 600 !important;
        margin: 0.67em 0;
    }
    #additional-collections-wrapper .collection-card h2,
    #additional-collections-wrapper .collection-card p {
        text-align: center;
    }
}
@media only screen and (max-width: 500px) {
    #additional-collections-wrapper .collection-card h2 {
        font-size: 22px;
    }
    #additional-collections-wrapper .collection-card p {
        font-size: 15px;
    }
}