/*** 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: bottom;
}
/* >> 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-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  height: 25vh;
  min-height: 200px;
}
#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: 500px;
  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: 16px;
}
#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: 22%;
  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: auto;
  }
  #featured-collections-overview-slideshow-wrapper .slide .content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
  #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 .cycle-slideshow {
    height: auto;
    min-height: 90vh;
    margin-bottom: 1rem;
  }
}
@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 {
    height: 33vh;
  }
  #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;
  }
  #featured-collections-overview-slideshow-wrapper .slide .content {
    height: auto;
  }
}

/* >> Featured Collections Overview - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #featured-collections-overview-slideshow-controls {
    top: 50vh;
  }
  #featured-collections-overview-slideshow-wrapper .slide .content {
    height: 50vh;
  }
}
/* >> Featured Collections Overview - 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-controls {
    top: 50vh;
  }
  #featured-collections-overview-slideshow-wrapper .slide .content {
    height: 60vh;
  }
}
/* >> 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-controls {
    width: 170px;
    top: 47vh;
  }
  #featured-collections-overview-slideshow-wrapper .slide .content {
    height: 77vh;
  }
}

/*** 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 h2.tinyText {
  font-size: 28px;
  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: 260px;
}
#quietlife-lvt-wrapper p,
#grain-bias-wrapper p {
  height: 160px;
}
#lumenology-lvt-wrapper p,
#counterculture-wrapper p {
  height: 135px;
}
#mf3-wrapper p,
#laylines-wrapper p,
#the-o-collection-wrapper p {
  height: 115px;
}
#social-factor-wrapper p,
#intuitive-connections-wrapper p {
  height: 90px;
}
@media only screen and (max-width: 1400px) {
  #wrapper-text {
    height: 280px;
  }
  #quietlife-lvt-wrapper p,
  #grain-bias-wrapper p {
    height: 185px;
  }
  #lumenology-lvt-wrapper p,
  #counterculture-wrapper p {
    height: 160px;
  }
  #mf3-wrapper p,
  #laylines-wrapper p,
  #the-o-collection-wrapper p {
    height: 135px;
  }
  #social-factor-wrapper p,
  #intuitive-connections-wrapper p {
    height: 110px;
  }
}
@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 h2.tinyText {
    font-size: 23px;
  }
  #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;
  }
  #quietlife-lvt-wrapper p,
  #grain-bias-wrapper p {
    height: 195px;
  }
  #lumenology-lvt-wrapper p,
  #counterculture-wrapper p {
    height: 170px;
  }
  #mf3-wrapper p,
  #laylines-wrapper p,
  #the-o-collection-wrapper p {
    height: 170px;
  }
  #social-factor-wrapper p,
  #intuitive-connections-wrapper p {
    height: 125px;
  }
}
@media only screen and (max-width: 991px) {
  #wrapper-text {
    height: auto;
    margin-bottom: 15px;
  }
  #quietlife-lvt-wrapper p,
  #grain-bias-wrapper p,
  #lumenology-lvt-wrapper p,
  #counterculture-wrapper p,
  #mf3-wrapper p,
  #laylines-wrapper p,
  #social-factor-wrapper p,
  #intuitive-connections-wrapper p,
  #the-o-collection-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 h2.tinyText {
    font-size: 20px;
  }
  #additional-collections-wrapper .collection-card p {
    font-size: 15px;
  }
}
/*Repair for Left to right screen excess play*/
main {
  overflow-x: hidden;
}