@charset "UTF-8";
.btn {
  position: relative;
  display: inline-block;
  width: 246px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 25px;
  letter-spacing: 2px;
  box-shadow: 0 5px 10px rgba(75, 75, 64, 0.4);
  border-radius: 40px;
  line-height: 1;
  margin: 15px;
}
@media (max-width: 760px) {
  .btn {
    width: 150px;
    font-size: 12px;
    padding: 15px 0 15px 15px;
    letter-spacing: 0;
  }
}
.btn.white {
  background-color: #ffffff;
  color: #000000;
}
.btn.white:hover {
  background-color: #efefef;
}
.btn.purple {
  background-color: #D07B69;
  color: #ffffff;
}
.btn.purple:hover {
  background-color: #333333;
}

a.peach {
  color: #ce6e61;
}
a.underlined {
  text-decoration: underline;
}

.woocommerce {
  background-color: #F5F5F5;
}
.woocommerce .entry {
  box-shadow: none !important;
}
.woocommerce .entry.boxed {
  padding: 0 !important;
  border: none !important;
}
.woocommerce .site-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-cart {
  background-color: #F5F5F5;
}
.woocommerce-checkout {
  background-color: #F5F5F5;
}

body.page-template-template-gallery section.banner-area {
  display: none;
}
body.page-template-template-gallery .site-container > .site-inner {
  max-width: 1358px;
}
body.page-template-template-gallery .main-gallery {
  padding: 40px 0;
}
body.page-template-template-gallery .main-gallery h1 {
  font-size: 72px;
  text-align: center;
  margin-bottom: 60px;
}
body.page-template-template-gallery .main-gallery .slider {
  max-width: 1468px;
  padding: 0 110px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  body.page-template-template-gallery .main-gallery .slider {
    padding: 0;
  }
}
body.page-template-template-gallery .main-gallery .slider .slick-slider.slick-initialized .slick-prev {
  width: 81px;
  max-width: 81px;
  height: 132px;
  left: -110px;
  box-shadow: none;
  background-image: url("images/gallery-prev.png");
}
body.page-template-template-gallery .main-gallery .slider .slick-slider.slick-initialized .slick-prev::before {
  content: none;
}
body.page-template-template-gallery .main-gallery .slider .slick-slider.slick-initialized .slick-next {
  width: 81px;
  max-width: 81px;
  height: 132px;
  right: -110px;
  box-shadow: none;
  background-image: url("images/gallery-next.png");
}
body.page-template-template-gallery .main-gallery .slider .slick-slider.slick-initialized .slick-next::before {
  content: none;
}
body.page-template-template-gallery .main-gallery .slider .slick-slider.slick-initialized .slide img {
  display: block;
  width: 100%;
  height: auto;
}
body.page-template-template-gallery .main-gallery .slider .slides:not(.slick-initialized) .slide {
  margin-bottom: 15px;
}
body.page-template-template-gallery .main-gallery .slide-details {
  margin-top: 60px;
  padding: 0 110px;
  min-height: 192px;
}
@media (max-width: 480px) {
  body.page-template-template-gallery .main-gallery .slide-details {
    display: none;
  }
}
body.page-template-template-gallery .main-gallery .slide-details__slide {
  display: none;
}
body.page-template-template-gallery .main-gallery .slide-details__title {
  font-size: 36px;
  font-weight: bold;
}
body.page-template-template-gallery .main-gallery .slide-details__content {
  font-size: 18px;
  font-weight: 300;
}
body.page-template-template-gallery .main-gallery .slide-thumbs {
  margin-top: 60px;
  padding: 0 110px;
}
@media (max-width: 480px) {
  body.page-template-template-gallery .main-gallery .slide-thumbs {
    display: none;
  }
}
body.page-template-template-gallery .main-gallery .slide-thumbs__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.page-template-template-gallery .main-gallery .slide-thumbs__slide {
  margin: 0 32px;
  opacity: 0.5;
}
body.page-template-template-gallery .main-gallery .slide-thumbs__slide img {
  cursor: pointer;
  height: 175px;
  width: 175px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  body.page-template-template-gallery .main-gallery .slide-thumbs__slide img {
    height: 130px;
    width: 130px;
  }
}

body.page-template-template-products section.banner-area {
  display: none;
}
body.page-template-template-products .site-container > .site-inner {
  max-width: 100%;
}
body.page-template-template-products .main-products {
  padding: 40px 0;
}
body.page-template-template-products .main-products .p-products__container {
  max-width: 1343px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px;
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .p-products__container {
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-template-template-products .main-products .p-products__flex {
  display: flex;
  margin-left: -32px;
  margin-right: -32px;
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .p-products__flex {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}
body.page-template-template-products .main-products .p-products__reponsive-header {
  display: none;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .p-products__reponsive-header {
    display: block;
  }
}
body.page-template-template-products .main-products .p-products__left, body.page-template-template-products .main-products .p-products__right {
  margin: 0 32px;
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .p-products__left, body.page-template-template-products .main-products .p-products__right {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  body.page-template-template-products .main-products .p-products__left .action-buttons {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .p-products__left .action-buttons {
    display: none;
  }
}
@media (max-width: 1200px) {
  body.page-template-template-products .main-products .p-products__left .action-buttons__button:nth-child(2) {
    margin-top: 15px;
  }
}
body.page-template-template-products .main-products .p-products__right {
  flex-shrink: 0;
  width: 500px;
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .p-products__right {
    width: 100%;
    flex-shrink: 1;
  }
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .p-products__right h1 {
    display: none;
  }
}
body.page-template-template-products .main-products .p-products__right .action-buttons {
  display: none;
  justify-content: center;
  margin-top: 50px;
  padding-top: 15px;
  border-top: 1px solid rgba(114, 124, 142, 0.1);
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .p-products__right .action-buttons {
    display: flex;
  }
}
body.page-template-template-products .main-products .p-products__right .action-buttons__button {
  margin-left: 6px;
  margin-right: 6px;
}
body.page-template-template-products .main-products .p-products__bottom {
  max-width: 1600px;
}
body.page-template-template-products .main-products .p-details-tabs__controls {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 32px;
}
body.page-template-template-products .main-products .p-details-tabs__control {
  display: block;
  color: #636F7B;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 23px;
  border-radius: 17px;
  padding: 10px 30px;
  margin: 5px;
}
body.page-template-template-products .main-products .p-details-tabs__control--selected {
  background-color: #000000 !important;
  color: #ffffff;
}
body.page-template-template-products .main-products .p-details-tabs__control:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
body.page-template-template-products .main-products .p-details-tabs__tab {
  display: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #707070;
}
body.page-template-template-products .main-products .p-details-tabs__tab p {
  margin-bottom: 25px;
}
body.page-template-template-products .main-products .products__image {
  position: relative;
  margin-bottom: 80px;
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .products__image {
    margin-bottom: 20px;
    max-width: 480px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
body.page-template-template-products .main-products .products__image img {
  max-width: 100%;
  height: auto;
}
body.page-template-template-products .main-products .products__image-caption {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 40px;
  margin-bottom: 0;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 5px 10px rgba(75, 75, 64, 0.4);
}
body.page-template-template-products .main-products .products__description ul {
  padding-left: 15px;
  margin-bottom: 25px;
}
body.page-template-template-products .main-products .products__description table {
  margin-bottom: 0;
  border-collapse: collapse;
  border: 1px solid #707070;
}
body.page-template-template-products .main-products .products__description table td {
  border: 1px solid #707070;
  padding: 2px 10px;
}
body.page-template-template-products .main-products .products__description-caption {
  font-size: 10px;
}
body.page-template-template-products .main-products .colors__flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px 20px -11px;
}
body.page-template-template-products .main-products .colors__color {
  position: relative;
  display: block;
  margin: 7px 11px;
  opacity: 0.65;
}
body.page-template-template-products .main-products .colors__color img {
  display: block;
  border-radius: 50%;
}
body.page-template-template-products .main-products .colors__color--selected {
  opacity: 1;
}
body.page-template-template-products .main-products .colors__color--selected::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -10px;
  width: 21px;
  height: 15px;
  background: transparent url('images/products/selected.png') no-repeat;
}
body.page-template-template-products .main-products .colors__color:hover {
  opacity: 0.9;
}
body.page-template-template-products .main-products .colors__description {
  margin-bottom: 25px;
}
body.page-template-template-products .main-products .colors__how-to-choose {
  color: #7FABF5;
  font-size: 17px;
  font-weight: 700;
}
body.page-template-template-products .main-products .action-buttons {
  display: flex;
}
body.page-template-template-products .main-products .action-buttons__button {
  position: relative;
  display: block;
  width: 246px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 25px 0 25px 30px;
  letter-spacing: 2px;
  box-shadow: 0 5px 10px rgba(75, 75, 64, 0.4);
  border-radius: 40px;
  line-height: 1;
  margin-left: 15px;
}
@media (max-width: 640px) {
  body.page-template-template-products .main-products .action-buttons__button {
    width: 150px;
    font-size: 12px;
    padding: 15px 0 15px 15px;
    letter-spacing: 0;
  }
}
body.page-template-template-products .main-products .action-buttons__button--white {
  background-color: #ffffff;
  color: #000000;
}
body.page-template-template-products .main-products .action-buttons__button--white:hover {
  background-color: #efefef;
}
body.page-template-template-products .main-products .action-buttons__button--purple {
  background-color: #000000;
  color: #ffffff;
}
body.page-template-template-products .main-products .action-buttons__button--purple:hover {
  background-color: #333333;
}
body.page-template-template-products .main-products .action-buttons__button-icon {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 16px;
}
@media (max-width: 640px) {
  body.page-template-template-products .main-products .action-buttons__button-icon {
    margin-top: -14px;
    right: 6px;
    height: 28px;
    width: 28px;
  }
}
body.page-template-template-products .main-products .top-quote {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .top-quote {
    font-size: 22px;
  }
}
body.page-template-template-products .main-products .top-quote strong {
  font-weight: 700;
  font-style: normal;
}
body.page-template-template-products .main-products .bottom-content-blocks {
  margin-top: 50px;
}
body.page-template-template-products .main-products .bottom-content-blocks__border {
  height: 1px;
  background-color: #8A7590;
  margin: 0 -24px 0 -24px;
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .bottom-content-blocks__border {
    display: none;
  }
}
body.page-template-template-products .main-products .bottom-content-blocks__container {
  display: flex;
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .bottom-content-blocks__container {
    flex-direction: column-reverse;
  }
}
body.page-template-template-products .main-products .bottom-content-blocks__left {
  width: 48%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #707070;
  padding: 25px;
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .bottom-content-blocks__left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-template-template-products .main-products .bottom-content-blocks__left h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}
body.page-template-template-products .main-products .bottom-content-blocks__right {
  width: 52%;
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .bottom-content-blocks__right {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .bottom-content-blocks__right img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-template-template-products .main-products .bottom-content-blocks__left, body.page-template-template-products .main-products .bottom-content-blocks__right {
  margin: 0 25px;
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .bottom-content-blocks__left, body.page-template-template-products .main-products .bottom-content-blocks__right {
    margin-left: 0;
    margin-right: 0;
  }
}
body.page-template-template-products .main-products .bottom-content-blocks__blocks {
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .bottom-content-blocks__blocks {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
body.page-template-template-products .main-products .bottom-content-blocks__block p:last-child {
  margin-bottom: 0;
}
body.page-template-template-products .main-products .bottom-content-blocks__block + .bottom-content-blocks__block {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #8A7590;
}
body.page-template-template-products .main-products .bottom-quote {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  body.page-template-template-products .main-products .bottom-quote {
    padding-top: 20px;
    border-top: 1px solid #8A7590;
    font-size: 22px;
  }
}
body.page-template-template-products .main-products .bottom-quote strong {
  font-weight: 700;
  font-style: normal;
}
body.page-template-template-products .main-products .bottom-action-buttons {
  justify-content: center;
}
body.page-template-template-products .main-products h1,
body.page-template-template-products .main-products .h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  line-height: 1;
}
body.page-template-template-products .main-products h1 strong,
body.page-template-template-products .main-products .h1 strong {
  font-weight: 700;
}
body.page-template-template-products .main-products h2,
body.page-template-template-products .main-products .h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #231F20;
  letter-spacing: 2px;
  line-height: 1.375;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2px;
}
body.page-template-template-products .main-products h2 .grey,
body.page-template-template-products .main-products .h2 .grey {
  color: #636F7B;
}

body.page-template-template-where-to-buy .default-content {
  display: flex;
  padding: 60px 0;
  flex-flow: column;
}
@media (min-width: 750px) {
  body.page-template-template-where-to-buy .default-content {
    flex-flow: row;
  }
}
@media (min-width: 750px) {
  body.page-template-template-where-to-buy .default-content .sidebar-secondary {
    order: 1;
  }
}
@media (min-width: 750px) {
  body.page-template-template-where-to-buy .default-content .sidebar-primary {
    order: 3;
  }
}
@media (min-width: 750px) {
  body.page-template-template-where-to-buy .default-content .where-to-buy {
    order: 2;
  }
}
body.page-template-template-where-to-buy .where-to-buy {
  text-align: center;
}
body.page-template-template-where-to-buy .where-to-buy h1 {
  margin: 2rem 0;
  text-align: center;
}
body.page-template-template-where-to-buy .where-to-buy h2 {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.35;
}
body.page-template-template-where-to-buy .where-to-buy__options {
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 767px) {
  body.page-template-template-where-to-buy .where-to-buy__options {
    flex-direction: column-reverse;
  }
}
body.page-template-template-where-to-buy .where-to-buy__options-left {
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  body.page-template-template-where-to-buy .where-to-buy__options-left {
    width: 100%;
  }
}
body.page-template-template-where-to-buy .where-to-buy__options-right {
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  body.page-template-template-where-to-buy .where-to-buy__options-right {
    width: 100%;
  }
}
body.page-template-template-where-to-buy .where-to-buy__options-left-container {
  max-width: 400px;
  margin: 0 auto;
}
body.page-template-template-where-to-buy .where-to-buy__header {
  font-size: 0.875rem;
}
body.page-template-template-where-to-buy .where-to-buy__subhead {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
body.page-template-template-where-to-buy .where-to-buy__location-box {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #000000;
  margin-bottom: 1rem;
}
body.page-template-template-where-to-buy .where-to-buy__location {
  font-size: 1rem;
  line-height: 1.375;
  padding: 0.4375rem 0.6875rem;
  border: 0;
  border-radius: 0;
  width: 12rem;
  background: #ffffff;
}
body.page-template-template-where-to-buy .where-to-buy__search {
  font-weight: bold;
  text-align: center;
  padding: 0.625rem 1rem;
  background: #000000;
}
body.page-template-template-where-to-buy .where-to-buy__footer {
  font-size: 0.75rem;
}
body.page-template-template-where-to-buy .where-to-buy__options-right-container {
  padding: 0 1rem;
}
body.page-template-template-where-to-buy .where-to-buy__online-logo {
  display: block;
  margin: 10px auto 13px auto;
}
body.page-template-template-where-to-buy .where-to-buy__online-button {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 0.375rem 1.125rem;
  color: #ffffff;
  background: #000000;
}
body.page-template-template-where-to-buy .c-locations-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0.5rem;
}
@media (max-width: 480px) {
  body.page-template-template-where-to-buy .c-locations-container {
    padding: 0;
  }
}
body.page-template-template-where-to-buy .c-locations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 -0.5rem 2rem -0.5rem;
}
@media (max-width: 480px) {
  body.page-template-template-where-to-buy .c-locations {
    margin-left: 0;
    margin-right: 0;
  }
}
body.page-template-template-where-to-buy .c-location {
  margin: 0.5rem;
  width: calc(48% - 1rem);
  padding: 1.25rem 1.25rem 2rem 1.25rem;
  background-color: #F8F8F8;
  text-align: center;
}
@media (max-width: 768px) {
  body.page-template-template-where-to-buy .c-location {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  body.page-template-template-where-to-buy .c-location {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
body.page-template-template-where-to-buy .c-location__logo {
  width: 100px;
  height: 39px;
  margin: 0 auto 13px auto;
}
body.page-template-template-where-to-buy .c-location__logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
body.page-template-template-where-to-buy .c-location__store {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 11px;
}
body.page-template-template-where-to-buy .c-location__store small {
  font-size: 0.875rem;
  font-weight: 400;
  font-style: italic;
}
body.page-template-template-where-to-buy .c-location__category {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 9px;
}
body.page-template-template-where-to-buy .c-location__category img {
  margin-right: 0.25rem;
}
body.page-template-template-where-to-buy .c-location__address {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.35;
  margin-bottom: 18px;
}
body.page-template-template-where-to-buy .c-location__phone, body.page-template-template-where-to-buy .c-location__location {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  margin-bottom: 0.25rem;
}
body.page-template-template-where-to-buy .c-location__phone img, body.page-template-template-where-to-buy .c-location__location img {
  margin-right: 0.25rem;
}
body.page-template-template-where-to-buy .c-location__phone a, body.page-template-template-where-to-buy .c-location__location a {
  position: relative;
  top: -1px;
  font-size: 0.875rem;
  color: #000000;
  text-decoration: underline;
  line-height: 1;
}
body.page-template-template-where-to-buy .c-location__phone a:hover, body.page-template-template-where-to-buy .c-location__location a:hover {
  color: #333333;
}
body.page-template-template-where-to-buy .c-location__location {
  margin-bottom: 1.25rem;
}
body.page-template-template-where-to-buy .c-location__cta {
  text-align: center;
}
body.page-template-template-where-to-buy .c-location__cta a {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #ffffff;
  color: #057ccc;
  border: 1px solid #057ccc;
  padding: 0.5rem 1rem;
}
body.page-template-template-where-to-buy .c-location__cta a:hover {
  color: #05A3FF;
  border: 1px solid #05A3FF;
}
body.page-template-template-where-to-buy .c-location__admin {
  margin-top: 1rem;
}
body.page-template-template-where-to-buy .no-results-found {
  font-size: 1.125rem;
  font-weight: bold;
  color: #aa0000;
}

body.page-template-template-young-house-love section.banner-area {
  display: none;
}
body.page-template-template-young-house-love .site-container > .site-inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
body.page-template-template-young-house-love .main-landing h1 {
  font-size: 3.5rem;
  margin: 90px 0 30px;
  text-align: center;
}
@media (max-width: 480px) {
  body.page-template-template-young-house-love .main-landing h1 {
    font-size: 2rem;
  }
}
body.page-template-template-young-house-love .main-landing h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 45px;
  font-weight: 300;
  color: #231F20;
  line-height: 1.36;
  margin-top: -10px;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 480px) {
  body.page-template-template-young-house-love .main-landing h2 {
    font-size: 35px;
  }
}
body.page-template-template-young-house-love .main-landing .swatch-swipe {
  text-align: center;
}
body.page-template-template-young-house-love .main-landing__container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}
body.page-template-template-young-house-love .main-landing .header-image {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 80px;
}
body.page-template-template-young-house-love .main-landing .action-buttons {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  body.page-template-template-young-house-love .main-landing .action-buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
body.page-template-template-young-house-love .main-landing .action-buttons--center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
@media (max-width: 640px) {
  body.page-template-template-young-house-love .main-landing .action-buttons--center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
body.page-template-template-young-house-love .main-landing .action-buttons__button {
  position: relative;
  display: block;
  width: 246px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 25px 0 25px 30px;
  letter-spacing: 1px;
  box-shadow: 0 5px 10px rgba(75, 75, 64, 0.4);
  border-radius: 40px;
  line-height: 1;
  margin: 15px;
}
@media (max-width: 640px) {
  body.page-template-template-young-house-love .main-landing .action-buttons__button {
    width: 150px;
    font-size: 12px;
    padding: 15px 0 15px 15px;
    letter-spacing: 0;
    margin: 8px;
  }
}
body.page-template-template-young-house-love .main-landing .action-buttons__button--white {
  background-color: #ffffff;
  color: #231f20;
}
body.page-template-template-young-house-love .main-landing .action-buttons__button--white:hover {
  background-color: #efefef;
  color: #59b4ba;
}
body.page-template-template-young-house-love .main-landing .action-buttons__button--orange {
  background-color: #39b11c;
  color: #ffffff;
}
body.page-template-template-young-house-love .main-landing .action-buttons__button--orange:hover {
  background-color: #59b4ba;
}
body.page-template-template-young-house-love .main-landing .action-buttons__button .hover {
  display: none;
}
body.page-template-template-young-house-love .main-landing .action-buttons__button .nohover {
  display: block;
}
body.page-template-template-young-house-love .main-landing .action-buttons__button:hover .hover {
  display: block;
}
body.page-template-template-young-house-love .main-landing .action-buttons__button:hover .nohover {
  display: none;
}
body.page-template-template-young-house-love .main-landing .action-buttons__button-icon {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 16px;
  width: 33px;
  height: 33px;
}
@media (max-width: 640px) {
  body.page-template-template-young-house-love .main-landing .action-buttons__button-icon {
    margin-top: -14px;
    right: 6px;
    height: 28px;
    width: 28px;
  }
}
body.page-template-template-young-house-love .main-landing .introducing-15-colors {
  position: relative;
  margin-top: 171px;
  background: #231f20;
}
body.page-template-template-young-house-love .main-landing .introducing-15-colors .main-landing__container {
  padding-left: 0;
  padding-right: 0;
}
body.page-template-template-young-house-love .main-landing .introducing-15-colors__tophat {
  position: absolute;
  top: -101px;
  background: transparent url("//romabio.com/wp-content/uploads/2019/10/yhl-header-black.png") no-repeat center center;
  background-size: 101% 101px;
  width: 100%;
  height: 101px;
}
@media (max-width: 767px) {
  body.page-template-template-young-house-love .main-landing .introducing-15-colors__tophat {
    top: -71px;
    height: 71px;
    background-size: 150% 71px;
  }
}
@media (max-width: 480px) {
  body.page-template-template-young-house-love .main-landing .introducing-15-colors__tophat {
    top: -55px;
    height: 55px;
    background-size: 160% 55px;
  }
}
body.page-template-template-young-house-love .main-landing .introducing-15-colors__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 50px 0 0 0;
}
@media (max-width: 767px) {
  body.page-template-template-young-house-love .main-landing .introducing-15-colors__container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
body.page-template-template-young-house-love .main-landing .introducing-15-colors__content {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  padding: 0 24px 0 24px;
  line-height: 1.35;
}
@media (max-width: 767px) {
  body.page-template-template-young-house-love .main-landing .introducing-15-colors__content {
    margin-bottom: 25px;
  }
}
body.page-template-template-young-house-love .main-landing .introducing-15-colors__content h1 {
  color: #ffffff;
}
body.page-template-template-young-house-love .main-landing .introducing-15-colors__content p {
  margin-bottom: 25px;
}
body.page-template-template-young-house-love .main-landing .introducing-15-colors__content-inner {
  max-width: 720px;
  padding: 0 80px 0 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 890px) {
  body.page-template-template-young-house-love .main-landing .introducing-15-colors__content-inner {
    padding: 0 0 0 0;
  }
}
body.page-template-template-young-house-love .main-landing .introducing-15-colors__image img {
  display: block;
  width: 520px;
}
@media (max-width: 767px) {
  body.page-template-template-young-house-love .main-landing .introducing-15-colors__image img {
    width: auto;
  }
}
body.page-template-template-young-house-love .main-landing .introducing-15-colors .action-buttons {
  margin-top: 35px;
  margin-bottom: 10px;
}
body.page-template-template-young-house-love .main-landing .introducing-15-colors .exclusive-offer {
  display: none;
  position: relative;
  top: 50px;
  background-color: #ffffff;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.16);
  padding: 50px 30px;
  max-width: 620px;
}
@media (max-width: 767px) {
  body.page-template-template-young-house-love .main-landing .introducing-15-colors .exclusive-offer {
    top: 0;
    margin-top: 25px;
    max-width: 100%;
  }
}
body.page-template-template-young-house-love .main-landing .introducing-15-colors .exclusive-offer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  body.page-template-template-young-house-love .main-landing .introducing-15-colors .exclusive-offer__container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
body.page-template-template-young-house-love .main-landing .introducing-15-colors .exclusive-offer__container-left {
  max-width: 264px;
}
@media (max-width: 767px) {
  body.page-template-template-young-house-love .main-landing .introducing-15-colors .exclusive-offer__container-left {
    max-width: 100%;
  }
}
body.page-template-template-young-house-love .main-landing .introducing-15-colors .exclusive-offer__container-right {
  padding-top: 25px;
}
body.page-template-template-young-house-love .main-landing .introducing-15-colors .exclusive-offer__container-right .action-buttons__button {
  margin: 0;
}
body.page-template-template-young-house-love .main-landing .introducing-15-colors .exclusive-offer__title {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #59b4ba;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  body.page-template-template-young-house-love .main-landing .introducing-15-colors .exclusive-offer__title {
    font-size: 26px;
  }
}
body.page-template-template-young-house-love .main-landing .introducing-15-colors .exclusive-offer__content {
  color: #231F20;
  font-size: 0.9375rem;
}
body.page-template-template-young-house-love .main-landing .why-choose-romabio {
  margin-top: 120px;
  margin-bottom: 60px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
}
body.page-template-template-young-house-love .main-landing .why-choose-romabio h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 25px;
  color: #231f20;
}
body.page-template-template-young-house-love .main-landing .why-choose-romabio p {
  margin-bottom: 24px;
}
body.page-template-template-young-house-love .main-landing .why-choose-romabio blockquote {
  font-weight: 300;
  font-size: 1rem;
  font-style: italic;
  background-color: transparent;
  border-left: 0;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 24px 34px;
}
body.page-template-template-young-house-love .main-landing .why-choose-romabio blockquote::before {
  content: none;
}
body.page-template-template-young-house-love .main-landing .color-collection {
  margin-bottom: 50px;
}
body.page-template-template-young-house-love .main-landing .color-collection__container {
  width: 100%;
  max-width: 1264px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  body.page-template-template-young-house-love .main-landing .color-collection__container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
body.page-template-template-young-house-love .main-landing .color-collection h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.36;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #231f20;
  text-align: center;
}
@media (max-width: 480px) {
  body.page-template-template-young-house-love .main-landing .color-collection h3 {
    font-size: 26px;
  }
}
body.page-template-template-young-house-love .main-landing .color-collection__box {
  border: 4px solid #59b4ba;
  border-radius: 48px;
  padding: 0 24px;
}
@media (max-width: 640px) {
  body.page-template-template-young-house-love .main-landing .color-collection__box {
    border-radius: 16px;
  }
}
body.page-template-template-young-house-love .main-landing .color-collection__colors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
body.page-template-template-young-house-love .main-landing .color-collection__color {
  width: 100%;
  max-width: 200px;
  margin: 50px 15px;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 640px) {
  body.page-template-template-young-house-love .main-landing .color-collection__color {
    max-width: 100%;
    margin: 0;
    padding: 35px 0;
    border-bottom: 1px solid #8ECDD6;
  }
}
body.page-template-template-young-house-love .main-landing .color-collection__color__container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  body.page-template-template-young-house-love .main-landing .color-collection__color__container {
    flex-direction: column-reverse;
  }
}
body.page-template-template-young-house-love .main-landing .color-collection__color__image {
  margin-bottom: 30px;
  max-height: 120px;
  text-align: center;
}
body.page-template-template-young-house-love .main-landing .color-collection__color__image IMG {
  height: 135px;
  width: auto;
}
@media (max-width: 640px) {
  body.page-template-template-young-house-love .main-landing .color-collection__color__image {
    margin-bottom: 0;
  }
}
body.page-template-template-young-house-love .main-landing .color-collection__color__content {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.34;
  color: #231F20;
}
@media (max-width: 640px) {
  body.page-template-template-young-house-love .main-landing .color-collection__color__content {
    margin-bottom: 20px;
    color: #707070;
  }
}
body.page-template-template-young-house-love .main-landing .color-collection__color__name {
  font-weight: 700;
}
body.page-template-template-young-house-love .main-landing .color-collection__color__description {
  font-weight: 400;
}
body.page-template-template-young-house-love .main-landing .color-collection .action-buttons {
  margin-bottom: 35px;
}
body.page-template-template-young-house-love .main-landing .more-reasons {
  padding: 0 24px;
  font-size: 16px;
}
@media (max-width: 640px) {
  body.page-template-template-young-house-love .main-landing .more-reasons {
    padding: 0;
  }
}
body.page-template-template-young-house-love .main-landing .more-reasons__container {
  padding-bottom: 85px;
  margin-bottom: 85px;
  border-bottom: 1px solid #707070;
}
body.page-template-template-young-house-love .main-landing .more-reasons h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.36;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #231f20;
}
@media (max-width: 480px) {
  body.page-template-template-young-house-love .main-landing .more-reasons h3 {
    font-size: 26px;
  }
}
body.page-template-template-young-house-love .main-landing .more-reasons ul {
  margin-left: 24px;
  line-height: 1.34;
}
body.page-template-template-young-house-love .main-landing .more-reasons ul li {
  padding-bottom: 24px;
}
body.page-template-template-young-house-love .main-landing .more-reasons__table {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
body.page-template-template-young-house-love .main-landing .more-reasons__caption {
  text-align: center;
}
body.page-template-template-young-house-love .main-landing .more-reasons__recommendations {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  border: 0;
  overflow: hidden;
  line-height: 1.25;
  margin-bottom: 10px;
}
body.page-template-template-young-house-love .main-landing .more-reasons__recommendations td {
  position: relative;
  min-height: 75px;
  border-top: 0;
}
body.page-template-template-young-house-love .main-landing .more-reasons__recommendations thead,
body.page-template-template-young-house-love .main-landing .more-reasons__recommendations tfoot {
  background-color: #59b4ba;
  color: #ffffff;
  text-transform: uppercase;
}
body.page-template-template-young-house-love .main-landing .more-reasons__recommendations thead th {
  text-align: left;
  padding-top: 18px;
  padding-left: 18px;
}
body.page-template-template-young-house-love .main-landing .more-reasons__recommendations tfoot {
  text-align: center;
}
body.page-template-template-young-house-love .main-landing .more-reasons__recommendations tfoot td {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 18px;
}
body.page-template-template-young-house-love .main-landing .more-reasons__recommendations tbody > tr:first-child > td:first-child {
  border-top-left-radius: 10px;
}
body.page-template-template-young-house-love .main-landing .more-reasons__recommendations tbody > tr:first-child > td:last-child {
  border-top-right-radius: 10px;
}
body.page-template-template-young-house-love .main-landing .more-reasons__recommendations tbody td {
  padding: 14px 18px;
  font-size: 15px;
  border-bottom: 1px solid #59b4ba;
}
body.page-template-template-young-house-love .main-landing .more-reasons__recommendations tbody td:first-child img {
  display: none;
  position: absolute;
  top: -1px;
  left: 2px;
}
body.page-template-template-young-house-love .main-landing .more-reasons__recommendations tbody td:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #59b4ba;
}
body.page-template-template-young-house-love .main-landing .more-reasons__recommendations tbody td:last-child {
  width: 235px;
}
body.page-template-template-young-house-love .main-landing .more-reasons__recommendations tbody td:last-child img {
  display: none;
  position: absolute;
  top: -1px;
  right: 2px;
}
body.page-template-template-young-house-love .main-landing .more-reasons__recommendations tbody td:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #59b4ba;
}
body.page-template-template-young-house-love .main-landing .more-reasons__recommendations tbody td:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #59b4ba;
}
body.page-template-template-young-house-love .main-landing .color-tips {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.45;
  margin-bottom: 45px;
}
body.page-template-template-young-house-love .main-landing .color-tips__content {
  font-size: 1rem;
  line-height: 1.34;
  margin-bottom: 20px;
}
body.page-template-template-young-house-love .main-landing .color-tips__content h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.36;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #231f20;
}
@media (max-width: 480px) {
  body.page-template-template-young-house-love .main-landing .color-tips__content h3 {
    font-size: 26px;
  }
}
body.page-template-template-young-house-love .main-landing .color-tips__tip {
  max-width: 1460px;
  margin: 0 auto;
}
body.page-template-template-young-house-love .main-landing .color-tips__tip__flex {
  display: flex;
  align-items: center;
  width: 100%;
}
body.page-template-template-young-house-love .main-landing .color-tips__tip__content {
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
  padding: 26px;
}
@media (max-width: 1024px) {
  body.page-template-template-young-house-love .main-landing .color-tips__tip__content {
    flex-basis: 100%;
    padding-top: 78px;
  }
}
body.page-template-template-young-house-love .main-landing .color-tips__tip__content__box {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #59b4ba;
  border-radius: 10px;
  padding: 0 35px 35px 35px;
}
body.page-template-template-young-house-love .main-landing .color-tips__tip__content__number {
  position: relative;
  top: -52px;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  padding: 16px 20px;
  width: 104px;
  height: 104px;
  text-align: center;
  border-radius: 100%;
  background-color: #59b4ba;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -26px;
}
body.page-template-template-young-house-love .main-landing .color-tips__tip__content__content h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 25px;
  color: #59b4ba;
}
body.page-template-template-young-house-love .main-landing .color-tips__tip__content__content p:last-child {
  margin-bottom: 0;
}
body.page-template-template-young-house-love .main-landing .color-tips__tip__image {
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  body.page-template-template-young-house-love .main-landing .color-tips__tip__image {
    flex-basis: 100%;
  }
}
body.page-template-template-young-house-love .main-landing .color-tips__tip__image img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
body.page-template-template-young-house-love .main-landing .color-tips__tip:nth-child(even) .color-tips__tip__flex {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  body.page-template-template-young-house-love .main-landing .color-tips__tip:nth-child(even) .color-tips__tip__flex {
    flex-direction: column;
  }
}
body.page-template-template-young-house-love .main-landing .color-tips__tip:nth-child(odd) .color-tips__tip__flex {
  flex-direction: row;
}
@media (max-width: 1024px) {
  body.page-template-template-young-house-love .main-landing .color-tips__tip:nth-child(odd) .color-tips__tip__flex {
    flex-direction: column;
  }
}
body.page-template-template-young-house-love .main-landing .favorite-tips {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.7;
}
body.page-template-template-young-house-love .main-landing .favorite-tips .main-landing__container {
  max-width: 1078px;
}
body.page-template-template-young-house-love .main-landing .favorite-tips__box {
  border: 4px solid #59b4ba;
  border-radius: 10px;
  border-left-width: 117px;
}
@media (max-width: 767px) {
  body.page-template-template-young-house-love .main-landing .favorite-tips__box {
    border-left-width: 50px;
  }
}
body.page-template-template-young-house-love .main-landing .favorite-tips__container {
  padding: 36px 53px;
}
@media (max-width: 767px) {
  body.page-template-template-young-house-love .main-landing .favorite-tips__container {
    padding: 16px 24px;
  }
}
body.page-template-template-young-house-love .main-landing .favorite-tips h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 25px;
  color: #59b4ba;
}
@media (max-width: 480px) {
  body.page-template-template-young-house-love .main-landing .favorite-tips h3 {
    font-size: 26px;
  }
}
body.page-template-template-young-house-love .main-landing .favorite-tips ul {
  list-style: none;
}
body.page-template-template-young-house-love .main-landing .favorite-tips ul li {
  padding-left: 12px;
}
body.page-template-template-young-house-love .main-landing .favorite-tips ul li::before {
  content: "-";
  padding-right: 32px;
}
@media (max-width: 767px) {
  body.page-template-template-young-house-love .main-landing .favorite-tips ul li::before {
    padding-right: 16px;
  }
}
body.page-template-template-young-house-love .main-landing .about-yhl {
  margin-bottom: 50px;
}
body.page-template-template-young-house-love .main-landing .about-yhl__flex {
  max-width: 1270px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 890px) {
  body.page-template-template-young-house-love .main-landing .about-yhl__flex {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
}
body.page-template-template-young-house-love .main-landing .about-yhl__image {
  flex-basis: 465px;
  flex-shrink: 0;
}
@media (max-width: 890px) {
  body.page-template-template-young-house-love .main-landing .about-yhl__image {
    flex-shrink: 1;
    flex-basis: 100%;
  }
}
body.page-template-template-young-house-love .main-landing .about-yhl__content {
  margin-left: 48px;
}
@media (max-width: 890px) {
  body.page-template-template-young-house-love .main-landing .about-yhl__content {
    margin-left: 0;
    margin-bottom: 25px;
  }
}
body.page-template-template-young-house-love .main-landing .about-yhl h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 25px;
  color: #231f20;
}
@media (max-width: 480px) {
  body.page-template-template-young-house-love .main-landing .about-yhl h3 {
    font-size: 26px;
  }
}
body.page-template-template-young-house-love .main-landing .about-yhl p:last-child {
  margin-bottom: 0;
}

section.landing-hero {
  padding: 30px 0;
}
@media (min-width: 700px) {
  section.landing-hero {
    padding: 70px 0 210px;
  }
}
section.landing-hero h1 {
  font-size: 32px;
  line-height: 34px;
}
@media (min-width: 760px) {
  section.landing-hero h1 {
    font-size: 48px;
    line-height: 50px;
  }
}
section.landing-hero h1.black {
  color: #2a2a2a;
}
section.landing-hero.cloud-like {
  background-image: url("https://romabio.com/wp-content/uploads/2023/12/main-banner.jpg");
  background-size: cover;
  background-position: center;
}

@media (max-width: 699px) {
  .post-19815 section.landing-hero h1.black + div {
    min-height: 160px;
  }
}
@media (max-width: 558px) {
  .post-19815 section.landing-hero h1.black + div {
    min-height: 180px;
  }
}
@media (max-width: 440px) {
  .post-19815 section.landing-hero h1.black + div .larger {
    font-size: 22px;
    line-height: 1.25;
  }
}

.larger {
  font-size: 28px;
  line-height: 36px;
}

.black {
  color: #2a2a2a;
}

.inline-buttons {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 650px) {
  .inline-buttons {
    flex-flow: column;
  }
}

.orange .button {
  background-color: #e8501e !important;
}
.orange .button:hover {
  background-color: #2a2a2a !important;
}
.orange .button.small {
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 650px) {
  .orange .button {
    margin-bottom: 15px !important;
  }
}

.columns-shortcode.landing {
  max-width: 1180px;
  margin: 0 auto;
}
.columns-shortcode .col.landing {
  padding: 7px !important;
}
.columns-shortcode .col.landing .inner-content {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}
.columns-shortcode .col.landing .action {
  color: #e8501e;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin: -10px 0 0 0;
}
.columns-shortcode .col.landing .action:hover {
  color: #2a2a2a;
}
.columns-shortcode .col .feature-image {
  aspect-ratio: 2/1.8;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
}
.columns-shortcode .col .feature-image h2 {
  font-family: "Playfair Display", serif;
  color: white;
  font-size: 32px;
  line-height: 34px;
}
@media (min-width: 760px) {
  .columns-shortcode .col .feature-image h2 {
    font-size: 48px;
    line-height: 50px;
  }
}

.icons {
  display: flex;
  justify-content: center;
  flex-flow: column;
  margin: 40px 0;
}
@media (min-width: 760px) {
  .icons {
    flex-flow: row wrap;
  }
}
@media (min-width: 980px) {
  .icons {
    flex-flow: row;
  }
}
.icons .item {
  width: 195px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 25px 0;
}
@media (min-width: 760px) {
  .icons .item {
    margin: 0 15px;
  }
}
.icons .item h3 {
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.icons .item .icon-holder {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 5px 0;
}
.icons .item .icon-holder IMG {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 640px) {
  body.blog article.post .entry-header img.alignleft {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

@media (min-width: 769px) {
  .after-entry .widget.boxed, .author-box.boxed, .comment-respond-wrap.boxed, .comment-respond.boxed, .content-sidebar-wrap.boxed, .content.boxed, .entry-comments.boxed, .entry-pings.boxed, .entry.boxed, .sidebar .widget.boxed, .sidebar.boxed {
    padding: 16px !important;
  }
}
.entry-content li, .widget li {
  margin-bottom: 4px !important;
}

body.page-template-template-products .main-products .action-buttons__button--purple {
  background-color: #D07B69;
}

.main-products .action-buttons__button--purple {
  background-color: #D07B69;
}

h3.black {
  color: #2a2a2a !important;
}

.ds-custom-banner {
  padding-bottom: 50px;
}
@media (min-width: 760px) {
  .ds-custom-banner {
    height: 440px;
  }
}

.text-left {
  text-align: left;
}

.flex-complete {
  display: flex;
  flex-flow: column;
}
@media (min-width: 750px) {
  .flex-complete {
    flex-flow: row;
  }
}
@media (min-width: 750px) {
  .flex-complete.align-center {
    align-items: center;
  }
}
.flex-complete .item {
  width: 100%;
}
@media (min-width: 750px) {
  .flex-complete .item {
    flex: 1 auto;
  }
}
@media (min-width: 750px) {
  .flex-complete.promo-box .item {
    padding: 0 25px;
  }
}

.underline {
  position: relative;
  margin-bottom: 25px !important;
}
.underline:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #2a2a2a;
  height: 2px;
  bottom: -11px;
  width: 100%;
  left: 0;
}
.underline.pink:after {
  background-color: #d07b69;
}

/* Gravity Forms */
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper input:not([type=submit]), .gform_wrapper input:not([type=button]), .gform_wrapper input:not([type=radio]), .gform_wrapper input:not([type=checkbox]) {
  border: 2px solid #d07b69;
}
.gform_wrapper input[type=button], .gform_wrapper input[type=submit] {
  background-color: #d07b69;
  color: white;
  text-transform: uppercase;
  width: 100%;
}
.center {
  text-align: center;
}

.text-black {
  color: black;
}

.row-override.row.gutter-30 > .col, .row-override.row.gutter-md > .col, .row-override.row.gutter-30, .row-override.row.gutter-md {
  margin: 0 !important;
}

/* Popup */
.subscribe-popup {
  text-align: center;
  display: flex;
  flex-flow: column;
}
@media (min-width: 760px) {
  .subscribe-popup {
    flex-flow: row;
    align-items: center;
  }
}
.subscribe-popup .item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .subscribe-popup .item {
    width: 48%;
    margin-bottom: 0;
  }
}
.subscribe-popup .item #mc_embed_signup .button {
  width: 100% !important;
}
.subscribe-popup .item #mc_embed_signup .mc-field-group {
  width: 100% !important;
}

#paint-desc p {
  padding-bottom: 0 !important;
  min-height: 0 !important;
}
#paint-desc .columns-shortcode {
  padding: 18px 0 !important;
}
@media (min-width: 750px) {
  #paint-desc .columns-shortcode {
    padding: 36px 0 !important;
  }
}
#paint-desc .columns-shortcode .col p:last-child {
  margin-bottom: 0;
}

button.pum-close.popmake-close {
  position: absolute;
  top: -14px;
  right: -14px;
}

/* Footer Subscribe */
.footer-subscribe {
  color: white;
  margin: 0 auto;
}
.footer-subscribe .nf-footer {
  max-width: 480px;
  margin: 0 auto;
}
.footer-subscribe .nf-footer input[type=submit] {
  background: white;
  color: black;
  width: 100%;
}
.footer-subscribe .nf-footer #mc_embed_signup .button {
  width: 100% !important;
}
.footer-subscribe .nf-footer #mc_embed_signup .mc-field-group {
  width: 100% !important;
}
.footer-subscribe h1, .footer-subscribe h2, .footer-subscribe h3, .footer-subscribe h4 {
  color: white;
  font-weight: 600;
}

.default-content.limited-width {
  max-width: 1024px;
  margin: 0 auto;
}

.flex-gallery {
  display: flex;
  flex-flow: column;
  padding: 30px;
  justify-content: center;
}
.flex-gallery.white {
  background-color: white;
}
@media (min-width: 750px) {
  .flex-gallery {
    flex-flow: row wrap;
  }
}
.flex-gallery .item {
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media (min-width: 650px) {
  .flex-gallery .item {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .flex-gallery .item {
    width: 33.3%;
  }
}
.flex-gallery .item .image {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.flex-gallery .item .color-name {
  color: black;
  font-weight: 500;
  font-size: 15px;
  margin: 8px 0 10px;
}

.elementor-template-full-width .site-inner {
  max-width: none;
  padding: 0;
  margin: 0;
}

ul.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.check-list li {
  position: relative;
  padding: 0 0 20px 40px;
  /* space for icon */
}
ul.check-list li::before {
  content: "";
  /* Font Awesome check */
  font-family: "FontAwesome";
  /* adjust if using another version */
  font-weight: 900;
  /* solid weight */
  color: #000000;
  /* green check color */
  position: absolute;
  font-size: 35px;
  left: 0;
  top: -9px;
  line-height: 1.2;
}

.top-bar {
  background-color: #1b5674;
  padding: 8px 25px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
}
.top-bar p:last-child {
  margin-bottom: 0;
}
.top-bar .wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.top-bar .wrap p:last-child {
  margin-bottom: 0;
}
.top-bar .wrap a {
  color: #FFFFFF;
}
/*# sourceMappingURL=style-ds.css.map */
