/**
 * Theme Name:  DreamCloud
 * Author:      Faisal Mughal
 * Author URI:  https://faisalmughal.com
 * Version:     1.0.1
 * Text Domain: dreamcloud
 */

:root {
  --dc-primary-blue: #1a2a59;
  --dc-body-black: #333333;
  --dc-background-birch: #f7f3ef;
  --dc-tan: #efe7e1;
  --dc-marigold: #caa45d;

  --dc-font-family: "Domaine Sans";

  --dc-body-font-size: 20px;

  --dc-h1-size: 40px;
  --dc-h1-line-height: 56px;

  --dc-h2-size: 30px;
  --dc-h2-line-height: 42px;

  --dc-h3-size: 24px;
  --dc-h3-line-height: 36px;
}

@font-face {
  font-family: "Domaine Sans";
  src: url('/wp-content/themes/dreamcloud/Domaine_Sans_Text_Regular_Regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: "Domaine Sans";
  src: url('/wp-content/themes/dreamcloud/Domaine_Sans_Text_Regular_Regular.ttf');
  font-weight: 100;
}

@font-face {
  font-family: "Domaine Sans";
  src: url('/wp-content/themes/dreamcloud/Domaine_Sans_Text_Bold_Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: "Domaine Sans";
  src: url('/wp-content/themes/dreamcloud/Domaine_Sans_Text_Bold_Bold.ttf');
  font-weight: 700;
}

html {
  font-family: var(--dc-font-family), sans-serif;
}

html body {
  font-family: inherit;
  color: unset;
}

.hero-section__content_PAT {
  color: #fff;
}

main {
  display: block;
}

main img {
  max-width: 100%;
  height: auto;
}

.elementor-element[class*='elementor-element-'] {
  font-family: unset;
  --e-global-color-2d6c88f4: color: #545454;
}

/* Reset sacApp CSS */
.elementor-element[class*='elementor-element-'] p {
  font-size: unset; 
  line-height: 150%;
  font-weight: unset;
  margin: unset;
  text-transform: unset;
}

.elementor-section:not(.elementor-section-full_width) > .elementor-container {
  padding-left: 10px;
  padding-right: 10px;
}

.elementor-widget-button a.elementor-button,
.elementor-widget-button .elementor-button {
  background-color: #caa45d;
  border: 1px solid transparent;
  min-width: 245px;
  padding: 18px 32px;
  border-radius: 6px;
  font-family: var(--dc-font-family), sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
}
.elementor-widget-button a.elementor-button:hover,
.elementor-widget-button .elementor-button:hover {
  background-color: #fff;
  border-color: #0e1a34;
  color: #0e1a34;
}
.elementor-widget-button .secondary a.elementor-button,
.elementor-widget-button .secondary .elementor-button {
  background-color: #0e1a34;
  border-color: transparent;
  color: #fff;
}
.elementor-widget-button .secondary a.elementor-button:hover,
.elementor-widget-button .secondary .elementor-button:hover {
  background-color: #caa45d;
}
.elementor-widget-button .secondary.outline a.elementor-button,
.elementor-widget-button .secondary.outline .elementor-button {
  background-color: #fff;
  border-color: #0e1a34;
  color: #0e1a34;
}
.elementor-widget-button .secondary.outline a.elementor-button:hover,
.elementor-widget-button .secondary.outline .elementor-button:hover {
  background: #0e1a34;
  color: #fff;
}

.post-password-form {
  padding: 30px;
  text-align: center;
  background: #f5f5f5;
  color: #0f1b34;
}

.elementor .elementor-accordion .elementor-accordion-item {
  border-width: 1px 0;
  border-color: #ececec;
  padding: 18px 0;
}
.elementor .elementor-accordion .elementor-tab-title {
  padding: 0;
  line-height: 1.25;
  text-transform: uppercase;
  color: #333;
  padding-left: 36px;
  position: relative;
  outline: none !important;
}
.elementor .elementor-accordion .elementor-tab-title.elementor-active {
  color: #333;
}
.elementor .elementor-accordion .elementor-tab-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 10px;
  background: url(/wp-content/uploads/2018/07/down.svg);
  transition: 0.25s;
}
.elementor .elementor-accordion .elementor-tab-title.elementor-active:before {
  transform: rotateX(180deg);
}
.elementor .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  display: none;
}
.elementor .elementor-accordion .elementor-tab-content {
  border: 0;
  padding: 6px 0 0 36px;
  color: #333;
}
.elementor-accordion ol,
.elementor-accordion ul {
  padding-left: 30px;
}
.elementor-accordion ol li,
.elementor-accordion ul li {
  padding: 1px 0;
}
.elementor-accordion ol {
  margin-left: 18px;
}
.elementor-accordion ul {
  list-style: none;
}
.elementor-accordion ul li {
  position: relative;
  padding-left: 14px;
}
.elementor-accordion ul li:before {
  content: '';
  background: #1a2a59;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 8px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-family: var(--dc-font-family);
}

#content .warrantyText h3 {
  padding: 0 0 6px;
  margin: 0;
}
#content .warrantyText h3:not(:first-child) {
  padding-top: 35px;
}
#content .warrantyText ol {
  margin: 0;
  padding-left: 15px;
}
#content .warrantyText ol li {
  margin-bottom: 12px;
  padding-left: 8px;
}

#nightStay .elementor-container {
  margin-left: 0;
}

.fullWidthImage img {
  width: 100%;
}

form div.wpcf7 .ajax-loader {
  background-color: #fff;
  border-radius: 50%;
}
form span.wpcf7-not-valid-tip {
  display: none;
}
form div.wpcf7-response-output {
  margin: 16px 0 0;
  padding: 8px 12px;
  background-color: #4caf5d;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
}
form div.wpcf7-validation-errors {
  background-color: #ff9800;
}

.featuresGrid .elementor-image-box-img img {
  max-width: 45px;
  height: 35px;
  object-fit: contain;
}
body.page-id-10767 .elementor-image-box-description {
  width: 305px;
  max-width: 100%;
  margin: 0 auto !important;
  font-size: 14px;
}

.paymentsBySize ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.paymentsBySize ul li {
  float: left;
  width: 50%;
  margin-bottom: 45px;
}
.paymentsBySize ul li b {
  display: block;
}

.patternBg {
  background-size: 900px 504px;
}
@media (max-width: 575px) {
  .noMobileLineBreak br {
    content: '';
  }
  .noMobileLineBreak br:before {
    content: ' ';
  }
  .featuresGrid .elementor-image-box-img img {
    max-width: 55px;
    height: auto;
    max-height: 40px;
  }
  body.page-id-10767 .elementor-image-box-description {
    width: 320px;
    font-size: 18px;
  }
  .paymentsBySize ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .paymentsBySize small {
    display: none;
  }
}

#content .warrantyItem {
  padding: 10px 12px;
  padding-right: 0;
  border-bottom: 1px solid #dcdfe1;
  font-weight: 300;
  text-align: left;
}
#content .warrantyItem:first-child {
  border-top: 1px solid #dcdfe1;
}
#content .warrantyItem h3 {
  position: relative;
  padding: 6px 0 6px 30px;
}
#content .warrantyItem h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 11px;
  height: 16px;
  background: url(/wp-content/uploads/2017/12/arrowright.png) center no-repeat;
  transition: 0.25s;
}
#content .warrantyItem.in h3 {
  font-weight: 700;
  font-family: var(--dc-font-family), sans-serif;
}
#content .warrantyItem.in h3:before {
  transform: rotate(90deg);
}
#content .warrantyItem .contentWrap {
  display: none;
  padding: 0 0 0 35px;
  margin-bottom: 20px;
}

.singlePostWrap {
  background: #f7f3f0;
  color: #19294c;
}
/* Commented by oleh.polishchuk@residenthome.com because of the bug with bg color: https://app.asana.com/0/803759826319337/1134268200839049/f */
/* .elementor-widget-text-editor { */
/*     color: #19294c !important; */
/* } */
.elementor-widget-text-editor {
  color: #545454;
  /* color: #caa45d; */
}

.singlePostWrap a {
  color: #000;
}
.singlePostWrap > figure {
  background: #eee center / cover;
  margin: 0 0 40px;
}
.singlePostWrap > figure img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  opacity: 0;
}
.singlePostMeta {
  margin-bottom: 50px;
}
.singlePostMeta:after {
  content: '';
  display: table;
  clear: both;
}
.singlePostMeta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-categories {
  margin: 0;
  padding: 0;
}
.singlePostMeta .post-categories {
  float: left;
}
.post-categories li {
  display: inline-block;
  margin: 0 2px 2px 0;
}
.post-categories li a {
  display: block;
  padding: 0 10px;
  background-color: #caa45d;
  font-size: 10px;
  font-weight: 300;
  line-height: 25px;
  color: #000;
  border-radius: 3px;
  text-transform: uppercase;
}
.shareLinks {
  float: right;
  margin: 0;
}
.shareLinks li {
  float: left;
  font-size: 28px;
}
.shareLinks li:not(:first-child) {
  margin-left: 25px;
}
.shareLinks li a {
  display: block;
  color: #19294c;
  transition: 0.25s;
}

#blogSidebar {
  padding-left: 0px;
}

#blogSidebar .widget {
  float: none;
  width: 100%;
  margin-bottom: 15px;
  padding: 25px 12px;
  background-color: #fff;
  border: 1px solid #ecebeb;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #1b2b58;
}
#blogSidebar .widget:nth-child(2) {
  border-top: 0;
}
#blogSidebar .widget:nth-child(1) {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}
#blogSidebar .widget-title {
  font-size: 22px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 12px;
  color: #19294c;
}
#blogSidebar ul {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 0 0 5px;
  color: #19294c;
  list-style: none;
}
#blogSidebar ul li {
  padding: 6px 0;
}
#blogSidebar ul li:not(:last-child) {
  margin-bottom: 12px;
}
#blogSidebar ul a {
  display: block;
  line-height: 1.4;
  color: inherit;
}

#searchform {
  position: relative;
}
#searchform:before {
  content: '\f002';
  font-family: 'FontAwesome';
  position: absolute;
  left: 7px;
  top: 7px;
  font-size: 18px;
  color: #a5a8aa;
}
#searchform input[name='q'] {
  width: 100%;
  height: 40px;
  background: none;
  border: 1px solid #ecebeb;
  border-radius: 3px;
  padding: 6px;
  padding-left: 26px;
  margin: 0;
  font-family: inherit;
  font-size: 12px;
  font-weight: 300;
  outline: none !important;
  color: #888;
}

.relatedPosts {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}
.blogPosts {
  overflow: auto;
  margin-left: -10px;
  width: calc(100% + 10px);
}
.blogPosts .postItem {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 40px;
}
.blogPosts .postItem:nth-child(2n + 1) {
  clear: left;
}
.blogPosts .postItem .postThumbnail {
  display: block;
  background: #e8ecf5 center / cover;
  position: relative;
  margin-bottom: 10px;
}
.blogPosts .postItem .postThumbnail:before {
  content: '';
  display: block;
  padding-top: 55%;
}
.blogPosts .postItem .postThumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}
.blogPosts .postItem ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.postedOn {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
}
.blogPosts .postItem h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
}
.blogPosts .postItem h2 a {
  color: inherit;
}

.blogWrap {
  padding: 40px 0 0;
  background-color: #f7f3f0;
  color: #19294c;
}
.blogWrap > h1 {
  font-size: 34px;
  text-align: center;
  text-transform: none;
  margin-bottom: 25px;
}

@media (max-width: 1023px) {
  .singlePostWrap,
  .blogWrap {
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .singlePostWrap > figure {
    margin-bottom: 30px;
  }
  .singlePostWrap > figure img {
    height: auto;
    opacity: 1;
  }
  .blogWrap > h1,
  .singlePostItem h1 {
    font-size: 28px;
  }
  .blogPosts .postItem {
    width: 100%;
    margin-bottom: 30px;
  }
}

#affilateFAQ .elementor-widget-text-editor:not(:last-child) {
  margin-bottom: 70px;
}
#affilateFAQ .elementor-widget-text-editor p {
  margin-bottom: 22px;
}
#affilateFAQ .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
#affilateFAQ .elementor-widget-text-editor b {
  display: block;
  margin-bottom: 2px;
}

@media (max-width: 575px) {
  #affilateFAQ .elementor-widget-text-editor:not(:last-child) {
    margin-bottom: 50px;
  }
}

main.blog {
  background: #f7f3f0;
  padding: 30px 0;
  color: #19294c;
}
#blogWrapper > h1 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 25px;
}
.fullWidthPost {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 50px;
}
.fullWidthPost figure {
  display: block;
  position: relative;
  height: 400px;
  background: #e8ecf5 center / cover;
  margin: 0 0 -230px;
  z-index: -1;
  overflow: hidden;
}
.fullWidthPost figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.fullWidthPost article {
  float: right;
  width: 470px;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #f1f0f0;
  padding: 35px 25px;
  font-weight: 300;
  color: #1b2b58;
  text-align: center;
  line-height: 1.8;
}
.fullWidthPost .post-categories {
  margin-bottom: 8px;
}
.fullWidthPost article h2 {
  font-size: 28px;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: normal;
  max-height: 72px;
  overflow: hidden;
  margin: 6px 0 15px;
  color: #19294c;
}
.fullWidthPost article h2 a {
  color: inherit;
}
.fullWidthPost article p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.viewMore {
  margin-bottom: 20px;
}

.paginationBar {
  clear: both;
  text-align: center;
  padding: 10px 0 20px;
  color: inherit;
}
.paginationBar span,
.paginationBar a {
  margin: 0 8px;
  color: #0e1a34;
}
.paginationBar .current {
  color: #caa45d;
}
.paginationBar a:hover {
  color: #caa45d;
}

@media (max-width: 767px) {
  .fullWidthPost {
    margin-bottom: 20px;
  }
  .fullWidthPost figure {
    height: auto;
    margin-bottom: -12px;
  }
  .fullWidthPost figure img {
    position: static;
    transform: none;
  }
  .fullWidthPost figure:before {
    display: none;
  }
  .fullWidthPost article {
    width: 100%;
    padding: 0;
    border: 0;
    background: none;
  }
  .fullWidthPost .post-categories {
    margin-bottom: 0;
  }
  .fullWidthPost article h2 {
    font-size: 20px;
    font-weight: 400;
    max-height: none;
  }
  .fullWidthPost article p {
    display: none;
  }
  .blogPosts .postItem {
    margin-bottom: 35px;
  }
  .blogPosts .postItem h2 {
    font-size: 18px;
  }
}

.testimonial {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
.testimonial > a:not(.btn) {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  color: inherit;
  text-decoration: underline !important;
  margin-bottom: 8px;
}
.testimonial > .btn {
  margin-top: 15px;
}

.elementor-text-editor b.block {
  display: block;
  max-width: 100%;
  margin: 0 auto 6px;
}

.whyUs .elementor-text-editor h3 {
  color: #caa45d;
  margin-bottom: 3px;
}
.whyUs .elementor-text-editor b {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
  color: #caa45d;
}

.whyDreamCloud .elementor-text-editor img {
  display: block;
  height: 70px;
  margin: 0 auto 20px;
}
.whyDreamCloud .elementor-text-editor h3 {
  color: #caa45d;
  margin-bottom: 5px;
}
.whyDreamCloud .elementor-text-editor h4 {
  color: #caa45d;
  margin-bottom: 25px;
}
.whyDreamCloud .elementor-text-editor p {
  text-align: left;
}

.firmScaleWrap {
  width: 575px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
.firmScaleWrap .firmValue {
  display: inline-block;
  border: 2px solid #caa45d;
  font-size: 20px;
  line-height: 56px;
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  color: #caa45d;
  text-transform: uppercase;
  margin: 0 0 42px 14%;
  position: relative;
}
.firmScaleWrap .firmValue:after {
  content: '';
  position: absolute;
  left: 40%;
  top: 100%;
  height: 100px;
  width: 1px;
  background-color: #caa45d;
}
.firmScaleWrap .firmValue span {
  float: left;
  background-color: #caa45d;
  font-size: 32px;
  color: #0e1a34;
  padding: 0 15px;
}
.firmScaleWrap .firmValue b {
  float: left;
  letter-spacing: 1px;
  padding: 0 20px;
}
.firmScaleWrap h4 {
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
.firmScaleWrap ul {
  margin: 18px 0 0;
  padding: 28px 0 0;
  list-style: none;
  border-top: 1px solid #caa45d;
  display: flex;
  justify-content: space-between;
}
.firmScaleWrap ul li:first-child {
  text-align: left;
}
.firmScaleWrap ul li:last-child {
  text-align: right;
}
.firmScaleWrap ul b {
  display: block;
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  color: #caa45d;
}

.whyChooseUs .elementor-text-editor h2 {
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  color: #caa45d;
  margin-bottom: 10px;
}
.whyChooseUs .elementor-text-editor h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
  color: #caa45d;
  margin-bottom: 18px;
}

#content .owl-theme .owl-controls {
  margin-top: 40px;
}
#content .owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  margin: 3px;
  opacity: 1;
  background-color: #fff;
}
#content .owl-theme .owl-controls .owl-page.active span,
#content .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #caa45d;
}

.owl-carousel-reviews {
  color: #caa45d;
}
.owl-carousel-reviews .rating {
  margin-bottom: 16px;
}
.owl-carousel-reviews h2 {
  padding: 0 6%;
  color: #caa45d;
}
.owl-carousel-reviews small {
  display: block;
  margin-top: 20px;
}

.mattressOverlap {
  z-index: 1;
}
.mattressOverlap:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  bottom: 0;
  background: #f7f3f0;
  z-index: -1;
}

.oneLine .elementor-row {
  flex-wrap: nowrap;
}

@media (max-width: 575px) {
  #content .mbAlignLeft .elementor-text-editor {
    text-align: left !important;
  }
  .patternBg.sm {
    background-size: 500px;
  }
  .testimonial {
    font-size: 18px;
  }
  .testimonial > a:not(.btn) {
    font-size: 14px;
  }
  .clearWinner .elementor-text-editor {
    font-size: 14px;
  }
  .clearWinner .elementor-text-editor img {
    max-width: 58px;
    height: 26px !important;
  }
  .elementor-text-editor b.block {
    margin-bottom: 12px;
  }
  .whyUs .elementor-text-editor p:last-child {
    text-align: left;
  }
  .whyUs .elementor-text-editor p b {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  .whyDreamCloud .vs {
    display: block;
  }
  #content .designForComfort {
    background-image: url(/wp-content/uploads/2018/02/foots.jpg) !important;
  }
  .firmScaleWrap {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .firmScaleWrap .firmValue {
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 30px;
    margin-left: 15%;
  }
  .firmScaleWrap .firmValue:after {
    height: 65px;
  }
  .firmScaleWrap .firmValue span {
    font-size: 20px;
    padding: 0 8px;
  }
  .firmScaleWrap .firmValue b {
    padding: 0 10px;
  }
  .firmScaleWrap ul {
    margin: 10px 0 0;
    padding: 12px 0 0;
  }
  .whyChooseUs .elementor-text-editor img {
    max-width: 140px;
    max-height: 60px;
    margin-bottom: 5px;
  }
  .whyChooseUs .elementor-text-editor h2 {
    margin-bottom: 15px;
  }
  .whyChooseUs .elementor-text-editor h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .whyChooseUs .elementor-text-editor p:last-child {
    text-align: left;
  }
  .owl-carousel-reviews .rating {
    margin-bottom: 10px;
  }
  .owl-carousel-reviews h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.compareNavWrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.compareNav {
  display: flex;
  align-items: center;
  overflow: hidden;
  overflow-x: auto;
  font-size: 12px;
  white-space: nowrap;
  padding: 0 15px;
}
.compareNav a {
  display: block;
  margin: 6px 0;
  padding: 2px 12px;
  color: #0e1a34;
  position: relative;
}
.compareNav a:after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  top: 100%;
  height: 4px;
  background: #0e1a34;
  margin-top: 3px;
  opacity: 0;
  transition: 0.25s;
}
.compareNav a.in:after {
  opacity: 1;
}
.compareNav a:not(:last-child) {
  border-right: 1px solid #0e1a34;
}

body.page-id-11519 .elementor {
  background: #f7f3f0;
}
body.page-id-11519 .elementor-widget-text-editor {
  color: #0e1a34;
}

body.page-id-11519 .elementor .elementor-button-wrapper {
  padding-top: 20px;
}

@media (max-width: 575px) {
  .sizeDetail .elementor-image {
    margin: 0 -15px;
  }
}

#bookDreamcloud .elementor-image-box-img {
  width: 60px !important;
}
#bookDreamcloud .elementor-image-box-img img {
  max-height: 60px;
}
#bookDreamcloud .elementor-image-box-title {
  font-size: 24px;
  color: #0e1a34;
  margin-bottom: 10px;
}
#bookDreamcloud .elementor-image-box-description {
  color: #0e1a34;
}

.owl-carousel-refer .owl-carousel-item-text {
  text-align: left;
  padding: 0 20px;
}
.owl-carousel-refer .rating {
  font-size: 14px;
  letter-spacing: normal;
  margin-bottom: 18px;
}
.owl-carousel-refer .rating small {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  margin-left: 3px;
}
.owl-carousel-refer h3 {
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  color: #caa45d;
  margin-bottom: 12px;
}
.owl-carousel-refer h4 {
  font-size: 14px;
  font-weight: 300;
  color: #caa45d;
  margin-bottom: 12px;
}

#content .owl-carousel-refer .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #fff;
}
#content .owl-carousel-refer .owl-controls .owl-page.active span {
  border-color: #caa45d;
}

@media (max-width: 575px) {
  #bookDreamcloud .elementor-image-box-title {
    font-size: 18px;
  }
  .owl-carousel-refer .owl-carousel-item-text {
    text-align: center;
  }
}

.numberList {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  line-height: 1.4;
  counter-reset: numberList;
}
.numberList li {
  margin: 16px 0;
  padding-left: 58px;
  position: relative;
}
.numberList li:before {
  content: counter(numberList) '.';
  counter-increment: numberList;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #caa45d;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  text-align: center;
}
@media (max-width: 575px) {
  .numberList li {
    padding-left: 45px;
  }
}

.page-id-11669 .elementor p:not(:last-child) {
  margin-bottom: 25px;
}
.page-id-11669 .elementor {
  background: #faf7f9;
}
.page-id-11669 .elementor-widget-heading .elementor-heading-title {
  color: #1a2a59;
}
.page-id-11669 .elementor-widget-text-editor {
  color: #1a2a59;
}
.page-id-11669 .elementor-widget-text-editor a {
  color: #caa45d;
}
.page-id-11669 .elementor-widget-testimonial .elementor-testimonial-content,
.page-id-11669 .elementor-widget-testimonial .elementor-testimonial-name {
  font-size: 18px;
  color: #1a2a59;
}
.page-id-11669 .elementor-widget-testimonial .elementor-testimonial-content {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .page-id-11669 .elementor .elementor-button {
    width: 100%;
  }
}

.page-id-11707 .elementor {
  background: #faf7f9;
}
.page-id-11707 .elementor-widget-heading .elementor-heading-title {
  color: #1a2a59;
}
.page-id-11707 .elementor-widget-text-editor {
  color: #1a2a59;
}
.page-id-11707 .elementor-widget-text-editor a {
  color: #caa45d;
}
.page-id-11707 .elementor-widget-testimonial .elementor-testimonial-content,
.page-id-11707 .elementor-widget-testimonial .elementor-testimonial-name {
  font-size: 18px;
  color: #1a2a59;
}
.page-id-11707 .elementor-widget-testimonial .elementor-testimonial-content {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .page-id-11707 .elementor .elementor-button {
    width: 100%;
  }
}

.page-id-11709 .elementor {
  background: #faf7f9;
}
.page-id-11709 .elementor-widget-heading .elementor-heading-title {
  color: #1a2a59;
}
.page-id-11709 .elementor-widget-text-editor {
  color: #1a2a59;
}
.page-id-11709 .elementor-widget-text-editor a {
  color: #caa45d;
}
.page-id-11709 .elementor-widget-testimonial .elementor-testimonial-content,
.page-id-11709 .elementor-widget-testimonial .elementor-testimonial-name {
  font-size: 18px;
  color: #1a2a59;
}
.page-id-11709 .elementor-widget-testimonial .elementor-testimonial-content {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .page-id-11709 .elementor .elementor-button {
    width: 100%;
  }
}

.page-id-11711 .elementor {
  background: #faf7f9;
}
.page-id-11711 .elementor-widget-heading .elementor-heading-title {
  color: #1a2a59;
}
.page-id-11711 .elementor-widget-text-editor {
  color: #1a2a59;
}
.page-id-11711 .elementor-widget-text-editor a {
  color: #caa45d;
}
.page-id-11711 .elementor-widget-testimonial .elementor-testimonial-content,
.page-id-11711 .elementor-widget-testimonial .elementor-testimonial-name {
  font-size: 18px;
  color: #1a2a59;
}
.page-id-11711 .elementor-widget-testimonial .elementor-testimonial-content {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .page-id-11711 .elementor .elementor-button {
    width: 100%;
  }
}

.page-id-11761 .elementor {
  background: #faf7f9;
}
.page-id-11761 .elementor-widget-heading .elementor-heading-title {
  color: #1a2a59;
}
.page-id-11761 .elementor-widget-text-editor {
  color: #1a2a59;
}
.page-id-11761 .elementor-widget-text-editor a {
  color: #caa45d;
}
.page-id-11761 .elementor-widget-testimonial .elementor-testimonial-content,
.page-id-11761 .elementor-widget-testimonial .elementor-testimonial-name {
  font-size: 18px;
  color: #1a2a59;
}
.page-id-11761 .elementor-widget-testimonial .elementor-testimonial-content {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .page-id-11761 .elementor .elementor-button {
    width: 100%;
  }
}

.page-id-11954 .elementor {
  background: #faf7f9;
}
.page-id-11954 .elementor-widget-heading .elementor-heading-title {
  color: #1a2a59;
}
.page-id-11954 .elementor-widget-text-editor {
  color: #1a2a59;
}
.page-id-11954 .elementor-widget-text-editor a {
  color: #caa45d;
}
.page-id-11954 .elementor-widget-testimonial .elementor-testimonial-content,
.page-id-11954 .elementor-widget-testimonial .elementor-testimonial-name {
  font-size: 18px;
  color: #1a2a59;
}
.page-id-11954 .elementor-widget-testimonial .elementor-testimonial-content {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .page-id-11954 .elementor .elementor-button {
    width: 100%;
  }
}

.comparison {
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  border-collapse: collapse;
  color: #000;
}
.comparison th,
.comparison td {
  width: 31%;
  padding: 14px 10px;
  border-bottom: 1px solid #0e1a34;
}
.comparison th:nth-child(1),
.comparison td:nth-child(1) {
  text-align: right;
  padding-left: 0;
}
.comparison th:nth-child(2),
.comparison td:nth-child(2) {
  width: 38%;
  background: #0e1a34;
  color: #caa45d;
  border-bottom-color: #fff;
}
.comparison tr:last-child td:nth-child(2) {
  border-bottom-color: #0e1a34;
}
.comparison th {
  font-weight: 300;
}
.comparison img {
  display: block;
  padding: 5px 10%;
}

@media (max-width: 575px) {
  .comparison img {
    padding: 0;
  }
  .comparison th {
    font-size: 10px;
  }
  .comparison th,
  .comparison td {
    padding: 5px 10px;
    height: 55px;
  }
  .comparison th:nth-child(1),
  .comparison td:nth-child(1) {
    text-align: left;
    padding-left: 0;
  }
}

.featuredPress,
.featuredPress .elementor-widget-text-editor {
  color: #0e1a34;
}
.pressRelease.featured-yes {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
}
.pressRelease div.press {
  display: flex;
  width: 50%;
  padding: 0 14px 14px 0;
}
.pressRelease div.press a {
  background: #fff;
  width: 100%;
  padding: 20px;
  border: 1px solid #dcdfe1;
  display: block;
  color: inherit !important;
}
.pressRelease div.press {
  clear: left;
}
.pressRelease div.press p {
  margin: 20px 0 0;
}

.featuredPress .pressSidebar {
  padding: 10px 10px 14px;
}
.featuredPress .pressSidebar .elementor-column-wrap {
  background: #fff;
  margin-top: 34px;
  padding: 20px !important;
  border: 1px solid #dcdfe1;
}
.featuredPress .elementor-text-editor {
  line-height: 1.5;
}
.featuredPress .elementor-text-editor a {
  color: #caa45d;
}
.featuredPress .elementor-text-editor .linkWithImage {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #0e1a34;
  margin-bottom: 10px;
}
.featuredPress .elementor-text-editor .linkWithImage img {
  margin-right: 8px;
}

.socialLinks {
  display: flex;
  justify-content: center;
}
.socialLinks a {
  font-size: 32px;
  color: #fff;
}
.socialLinks a:not(:last-child) {
  margin-right: 36px;
}
.socialLinks a:hover {
  color: #caa45d;
}

.featuredPress .socialLinks {
  margin: 0;
  padding: 5px 0 0;
}
.featuredPress .socialLinks li a {
  line-height: 1;
  display: block;
}
.featuredPress .pressSidebar form {
  margin: 5px 0 0;
}
.featuredPress .pressSidebar h2 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 3px;
  text-transform: none;
  letter-spacing: 0;
}
.featuredPress .pressSidebar form p {
  position: relative;
  margin-bottom: 0;
}
.featuredPress .pressSidebar .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  width: 100%;
}
.featuredPress .pressSidebar .wpcf7-form-control-wrap input {
  margin-bottom: 0 !important;
}
.featuredPress .pressSidebar .wpcf7-form-control-wrap.email:after {
  content: '\f054';
  font-family: FontAwesome;
  position: absolute;
  top: 15px;
  right: 20px;
  color: #caa45d;
}
.featuredPress .pressSidebar input {
  background: #fff;
  width: 100%;
  height: 40px;
  border: 1px solid #dcdfe1;
  margin: 0;
  padding: 6px;
  outline: none !important;
}
.featuredPress .pressSidebar [type='submit'] {
  position: absolute;
  padding: 0;
  font-size: 0;
  width: 20px;
  top: 0px;
  right: 20px;
  opacity: 0;
}
.featuredPress .pressSidebar div.wpcf7 .ajax-loader {
  position: absolute;
  right: -10px;
  bottom: 20px;
}
.featuredPress .pressSidebar form .wpcf7-validation-errors {
  font-size: 12px;
  padding: 5px 10px;
}
.featuredPress .pressSidebar .socialLinks {
  margin: 0;
  padding: 15px 0 0;
  list-style: none;
  justify-content: flex-start;
}
.featuredPress .pressSidebar .socialLinks li a {
  font-size: 20px;
  line-height: 1;
  display: block;
  color: #caa45d;
}

.pressRelease {
  color: #0e1a34;
}
.pressRelease article {
  padding: 0;
}
.pressRelease article:not(:last-child) {
  margin-bottom: 55px;
}
.pressRelease h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 6px;
  text-transform: none;
}
.pressRelease h3 a {
  color: #0e1a34;
}
.pressMeta a {
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  color: #caa45d;
  text-transform: uppercase;
}
.pressMeta .sep {
  margin: 0 1px;
}

@media (max-width: 575px) {
  .pressRelease div.press {
    width: 100%;
  }
  .featuredPress .elementor-column:last-child {
    display: none;
  }
  .pressRelease article:not(:last-child) {
    margin-bottom: 30px;
  }
  .pressRelease h3 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .pressMeta {
    font-size: 14px;
  }
}

.pressSubHeader {
  background: #0e1a34 url(/wp-content/uploads/2018/03/March8.png) center / cover;
  position: relative;
  z-index: 1;
}
.pressSubHeader:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.pressSubHeader h1 {
  font-size: 42px;
  line-height: 1;
  margin: 0;
  padding: 60px 0;
}
.pressContent {
  background: #f6f3f0;
  padding: 60px 0;
  color: #0e1a34;
}
.pressContent a {
  color: #caa45d;
}
.pressContent article {
  float: left;
  width: calc(100% - 255px);
  padding-right: 40px;
}
.pressContent article > img {
  margin-bottom: 30px;
}
.pressContent article .nooz-location-datetime {
  display: none;
}
.pressContent .pressMeta {
  margin-bottom: 30px;
}
.pressContent aside {
  float: left;
  width: 255px;
  padding: 20px;
  background: #fff;
  outline: 1px solid #dcdfe1;
  line-height: 1.5;
}
.pressContent aside .linkWithImage {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: inherit;
  margin-bottom: 10px;
}
.pressContent aside .linkWithImage img {
  margin-right: 8px;
}
.pressContent aside .socialLinks {
  margin: 0;
  padding: 15px 0 0;
  list-style: none;
  justify-content: flex-start;
}
.socialLinks li:not(:last-child) {
  margin-right: 15px;
}
.pressContent aside .socialLinks li a {
  font-size: 20px;
  line-height: 1;
  display: block;
}

@media (max-width: 767px) {
  .pressContent article {
    width: 100%;
  }
  .pressContent aside {
    width: 100%;
    margin-top: 20px;
  }
}

.memorialDaySale .elementor {
  background: #f7f3f0;
}
.memorialDaySale #content .elementor-widget-heading .elementor-heading-title {
  color: #1a2a59;
}
.memorialDaySale .elementor-widget-text-editor {
  color: #1a2a59;
}
.memorialDaySale .elementor-widget-testimonial .elementor-testimonial-content {
  font-size: 22px;
  line-height: 1.4;
  color: #0e1a34;
  margin-bottom: 8px;
}
.memorialDaySale .elementor-widget-testimonial .elementor-testimonial-name {
  font-size: 16px;
  font-weight: 400;
  color: #0e1a34;
}

#memorialBanner1 {
  background: url(/wp-content/uploads/2018/05/memorial-banner-1.jpg) center / cover;
  padding: 50px 0 70px;
  min-height: 30vw;
}
#memorialBanner1 article {
  background: rgba(247, 243, 240, 0.85);
  width: 410px;
  padding: 30px 25px;
  color: #0e1a34;
  text-align: center;
}
#memorialBanner1 h3 {
  color: #1a2a59;
}
#memorialBanner1 small {
  display: block;
  padding: 1px 0 0;
  color: #1a2a59;
}

#memorialBanner2 {
  background: url(/wp-content/uploads/2018/05/memorial-banner-2.jpg) 50% 40% / cover;
  padding: 50px 0 320px;
}
#memorialBanner2 article {
  width: 760px;
  margin: 0 auto;
  text-align: center;
}
#memorialBanner2 h3 {
  color: #1a2a59;
}
#memorialBanner2 small {
  display: block;
  padding: 1px 0 0;
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  color: #1a2a59;
}

#memorialBanner3 {
  background: url(/wp-content/uploads/2018/05/memorial-banner-3.jpg) center / cover;
  padding: 60px 0 90px;
}
#memorialBanner3 article {
  background: rgba(247, 243, 240, 0.85);
  width: 400px;
  padding: 20px 20px 30px;
  color: #0e1a34;
  text-align: center;
}
#memorialBanner3 h3 {
  color: #1a2a59;
}
#memorialBanner3 small {
  display: block;
  padding: 1px 0 0;
  color: #1a2a59;
}

#benefits .elementor-image-box-img img {
  width: 50px;
  height: 42px;
}
#benefits .elementor-image-box-content {
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  letter-spacing: 1px;
}
#benefits .elementor-image-box-title {
  font-size: 16px;
  color: #0e1a34;
  margin-bottom: 10px;
}
#benefits .elementor-image-box-description {
  line-height: 1.3;
  color: #0e1a34;
}

.compareTable {
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
  overflow: auto;
}
.compareTable table {
  border-collapse: collapse;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  color: #0e1a34;
  width: 100%;
}
.compareTable table th {
  padding: 20px 34px 24px;
  height: 80px;
  font-size: 10px;
  white-space: nowrap;
  vertical-align: bottom;
}
.compareTable table th img {
  display: block;
  width: 90px;
  max-width: none;
  margin: 0 auto;
}
.compareTable table th a {
  text-decoration: underline !important;
  color: inherit;
}
.compareTable table td {
  padding: 5px 13px;
  height: 58px;
  border-top: 1px solid #0e1a34;
}
.compareTable table tr > :nth-child(1) {
  text-align: left;
}
.compareTable table tr > :nth-child(2) {
  background: #0e1a34;
  font-size: 14px;
  color: #caa45d;
}
.compareTable table img[src$='check.svg'] {
  height: 20px;
}
.compareTable table img[src$='tick.svg'] {
  height: 13px;
}
.compareTable table img[src$='times.svg'] {
  height: 11px;
}

.reviewSlider .owl-carousel {
  font-weight: 300;
}
.reviewSlider .owl-carousel .owl-carousel-item-text {
  text-align: left;
  padding: 0 20px;
}
.reviewSlider .owl-carousel .rating {
  font-size: 14px;
  letter-spacing: normal;
  margin-bottom: 18px;
  padding-left: 50px;
}
.reviewSlider .owl-carousel .rating small {
  display: inline-block;
  font-size: 10px;
  margin-left: 3px;
}
.reviewSlider .owl-carousel h3 {
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  letter-spacing: 1.25px;
  color: #caa45d;
  margin-bottom: 12px;
}
.reviewSlider .owl-carousel h4 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.45px;
  color: #caa45d;
  margin-bottom: 12px;
}
.reviewSlider .owl-carousel p {
  letter-spacing: 0.6px;
}
#content .reviewSlider .owl-carousel .owl-controls {
  margin-top: 10px;
}
#content .reviewSlider .owl-carousel .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #fff;
}
#content .reviewSlider .owl-carousel .owl-controls .owl-page.active span {
  border-color: #caa45d;
  background: #caa45d;
}

@media (max-width: 991px) {
  .compareTable table {
    font-size: 10px;
    min-width: 720px;
  }
  .compareTable table th {
    padding: 20px 10px;
  }
  .compareTable table th img {
    width: 80px;
  }
  .compareTable table tr > :nth-child(2) {
    font-size: 12px;
    white-space: nowrap;
  }
}
@media (min-width: 476px) {
  #memorialBanner2 h3 {
    display: none;
  }
}
@media (max-width: 575px) {
  .memorialDaySale .elementor-widget-testimonial .elementor-testimonial-content {
    font-size: 18px;
    line-height: 1.6;
  }
  #memorialBanner1 {
    background-image: url(/wp-content/uploads/2018/05/memorial-day-option-1-mobile.jpg);
    padding: 40px 0 50px;
  }
  #memorialBanner1 article {
    padding: 30px 20px;
  }
  #memorialBanner1 p {
    margin-bottom: 2px;
  }

  #memorialBanner2 {
    background-image: url(/wp-content/uploads/2018/05/memorial-day-option-2-mobile.jpg);
    padding: 40px 0 50px;
  }
  #memorialBanner2 article {
    background: rgba(247, 243, 240, 0.85);
    width: 400px;
    padding: 40px 20px;
    color: #0e1a34;
    text-align: center;
  }
  #memorialBanner2 p {
    margin-bottom: 2px;
  }
  #memorialBanner2 small {
    font-weight: 300;
  }

  #memorialBanner3 {
    background-image: url(/wp-content/uploads/2018/05/memorial-day-option-3-mobile.jpg);
    padding: 40px 0 50px;
  }
  #memorialBanner3 article {
    padding: 40px 20px;
  }
  #memorialBanner3 p {
    margin-bottom: 2px;
  }

  #benefits .elementor-image-box-img img {
    height: auto;
  }
  #benefits .elementor-image-box-content {
    width: 100%;
    padding-bottom: 20px;
  }
  .reviewSlider .owl-carousel .owl-carousel-item-text {
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
  }
  .reviewSlider .owl-carousel .rating {
    padding: 0;
  }
  .reviewSlider .owl-carousel .rating small {
    display: none;
  }
  .reviewSlider .owl-carousel .owl-carousel-item-text {
    padding: 0;
  }
}

.newTypo #content {
  background: #fff;
  color: #000;
}
.newTypo #safty {
  background: #0e1a34;
}
.newTypo:not(.large-container) .elementor .elementor-section .elementor-row {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
.newTypo .elementor .elementor-section h2 {
  color: #000;
}
.newTypo .elementor-widget-text-editor {
  color: #000;
}
.newTypo .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title,
.newTypo .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
  color: #333;
  letter-spacing: normal;
}
.newTypo .elementor-widget-testimonial .elementor-testimonial-content {
  font-size: 20px;
  line-height: 1.4;
  color: #333;
  margin-bottom: 8px;
}
.newTypo .elementor-widget-testimonial .elementor-testimonial-name {
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
}
.ourReviews .owl-carousel {
  font-size: 16px;
  line-height: 1.6;
}
.ourReviews .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}
.ourReviews .owl-carousel .item {
  background: #fff;
  margin: 0 7px;
  padding: 30px 25px;
  border-radius: 6px;
}
.ourReviews .owl-carousel .owl-carousel-item-text {
  text-align: left;
}
.ourReviews .owl-carousel .item h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  text-transform: none;
  margin-bottom: 2px;
}
.ourReviews .owl-carousel .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  top: 220px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.ourReviews .owl-carousel .owl-controls .owl-buttons div {
  width: 50px;
  height: 50px;
  margin: 0;
  opacity: 1;
  font-size: 0;
  pointer-events: all;
}
.ourReviews .owl-carousel .owl-controls .owl-buttons div:first-child {
  background-image: url(/wp-content/uploads/2018/06/prev.svg);
}
.ourReviews .owl-carousel .owl-controls .owl-buttons div:last-child {
  background-image: url(/wp-content/uploads/2018/06/next.svg);
}
#content .ourReviews .owl-theme .owl-controls .owl-page span {
  background: #efe8e1;
}
#content .ourReviews .owl-theme .owl-controls {
  margin-top: 20px;
}
#content .ourReviews .owl-theme .owl-controls .owl-page.active span,
#content .ourReviews .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #d6c6b5;
}

@media (max-width: 767px) {
  #content .nobg-mobile,
  #content .nobg-mobile > .elementor-column-wrap {
    background: none !important;
  }
  #content .uppercase-mobile,
  #content .uppercase-mobile h1,
  #content .uppercase-mobile h2 {
    text-transform: uppercase;
  }
  .newTypo .elementor-widget-testimonial .elementor-testimonial-content {
    font-size: 16px;
  }
  .newTypo .elementor-widget-testimonial .elementor-testimonial-name {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .owl-pagination {
    display: none;
  }
}
@media (max-width: 575px) {
  .ourReviews .owl-carousel .owl-buttons {
    display: none;
  }
}

.wpcf7 form {
  font-size: 16px;
  font-weight: 300;
  margin-right: -14px;
}
.wpcf7 form p:after {
  content: '';
  display: table;
  clear: both;
}
.wpcf7 form a {
  display: inline;
  color: inherit !important;
}
.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
  padding-right: 14px;
}
.wpcf7 form input:not([type='checkbox']):not([type='radio']):not([type='submit']),
.wpcf7 form select,
.wpcf7 form textarea {
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 15px 18px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #555;
  transition: 0.3s;
  margin-bottom: 14px;
}
.wpcf7 form textarea {
  height: 260px;
}
.wpcf7 form input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.wpcf7 form select:focus,
.wpcf7 form textarea:focus {
  outline: none;
  border-color: #bbb;
}
.wpcf7
  form
  input:not([type='checkbox']):not([type='radio']):not([type='submit'])::-webkit-input-placeholder,
.wpcf7 form textarea::-webkit-input-placeholder {
  color: #999;
}
.wpcf7 form input.wpcf7-not-valid:not([type='checkbox']):not([type='radio']):not([type='submit']),
.wpcf7 form select.wpcf7-not-valid,
.wpcf7 form textarea.wpcf7-not-valid {
  border-color: #ea2727;
}
.wpcf7 form br {
  display: none;
}
.wpcf7 form [type='submit'] {
  background: #caa45d;
  border: 0;
  border-radius: 6px;
  padding: 20px 50px;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-top: 8px;
  outline: none !important;
}

.ambassadorForm form {
  color: #333;
}
.ambassadorForm h3 {
  text-transform: none;
  letter-spacing: normal;
  margin: 40px 0 24px;
  color: #0e1a34;
}
.ambassadorForm .center-mobile {
  padding-right: 14px;
}

@media (min-width: 576px) {
  .ambassadorForm .full-name,
  .ambassadorForm .email,
  .ambassadorForm .website,
  .ambassadorForm .network,
  .ambassadorForm .network-url,
  .ambassadorForm .network-size {
    float: left;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .ambassadorForm h3 {
    text-align: center;
    padding: 0 8%;
    margin: 30px 0 24px;
  }
  .wpcf7 form [type='submit'] {
    width: calc(100% - 14px);
  }
  .center-mobile {
    text-align: center;
  }
}

.floatingShop {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #caa45d;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 14px 32px;
  border-radius: 4px;
  color: #000 !important;
  display: none;
  z-index: 10;
}
.floatingShop:hover {
  opacity: 0.9;
}

@media (min-width: 1320px) {
  .large-container .elementor-section-boxed > .elementor-container {
    max-width: 1300px;
  }
  .large-container .elementor-section.inContainer {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .julySale #content .elementor .elementor-button,
  .julySale #content .elementor .btn {
    width: 100%;
  }
}

#julySale article {
  width: 640px;
  background: transparent;
  border-radius: 3px;
  padding: 60px 70px;
  text-align: center;
  color: #333;
}
#julySale article h1 {
  font-size: 34px;
  line-height: 1.32;
  text-transform: none;
  color: #1a2a59;
  margin-bottom: 10px;
}
#julySale article h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  letter-spacing: normal;
  text-transform: none;
  color: #333;
  margin-bottom: 22px;
}
#julySale article p {
  margin-bottom: 8px;
}
#julySale article small {
  display: block;
  font-size: 11px;
  padding-top: 6px;
}

#julySaleBenefits .elementor-image-box-wrapper {
  align-items: center;
  padding-right: 28px;
  margin-right: 28px;
  position: relative;
}
#julySaleBenefits .elementor-column:not(:last-child) .elementor-image-box-wrapper:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 31px);
  height: 62px;
  width: 1px;
  background: #efe7e1;
}
#julySaleBenefits .elementor-image-box-img {
  background: #fff;
  border: 1px solid #efe7e1;
  border-radius: 50%;
  position: relative;
  width: 92px !important;
  flex-shrink: 0;
}
#julySaleBenefits .elementor-image-box-img:before {
  content: '';
  display: block;
  padding: 50% 0;
}
#julySaleBenefits .elementor-image-box-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 22px 12px;
}
#julySaleBenefits .elementor-image-box-title {
  font-size: 16px;
  margin-bottom: 6px;
}
#julySaleBenefits .elementor-image-box-description {
  font-size: 15px;
}

.compareDreamCloud {
  text-align: center;
  padding: 20px 0 15px;
  overflow: hidden;
  overflow-x: auto;
}
.compareDreamCloud .inner {
  background: #f7f3ef;
  min-width: 1220px;
  display: flex;
}
.compareDreamCloud .features {
  width: 22%;
  flex-shrink: 0;
  text-align: left;
}
.compareDreamCloud .features h3 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  letter-spacing: normal;
  margin: 0;
  padding: 25px 40px;
  position: relative;
}
.compareDreamCloud .features h3:after {
  content: '';
  position: absolute;
  left: 40px;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #efe7e1;
}
.compareDreamCloud .features h3:first-child {
  background: #efe7e1;
  padding: 21px 40px;
}
.compareDreamCloud .dreamcloud {
  background: #fff;
  border: 2px solid #caa45d;
  border-radius: 6px;
  width: 22%;
  flex-shrink: 0;
  font-size: 15px;
  margin: -20px 0 -15px;
  padding: 35px 15px 15px;
}
.compareDreamCloud .dreamcloud > img {
  height: 28px;
  margin-bottom: 12px;
}
.compareDreamCloud .dreamcloud p {
  padding: 23.5px 0;
  margin: 0 !important;
  border-bottom: 1px solid #efe7e1;
}
.compareDreamCloud .dreamcloud p:last-of-type {
  border: 0;
}
.compareDreamCloud .dreamcloud a {
  display: block;
  width: 100% !important;
  min-width: auto !important;
}
.compareDreamCloud .dreamcloud p img,
.compareDreamCloud table img {
  display: block;
  height: 12px;
  margin: 4px auto 5px;
}
.compareDreamCloud table {
  font-size: 15px;
  line-height: 1.4;
  border-collapse: collapse;
  width: 56%;
}
.compareDreamCloud table th {
  background: #0e1a34;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 10px;
  width: 25%;
}
.compareDreamCloud table td {
  width: 25%;
  padding: 10px;
  height: 70px;
  vertical-align: middle;
}
.compareDreamCloud table tr:not(:last-child) td {
  border-bottom: 1px solid #efe7e1;
}
.compareDreamCloud table a {
  font-weight: bold !important;
  font-family: var(--dc-font-family), sans-serif;
}

.dcReviews {
  font-size: 16px;
}
.dcReviews .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}
.dcReviews .owl-carousel .owl-item {
  padding: 0 8px;
}
.dcReviews .owl-carousel .owl-item .item > div {
  display: flex;
  flex-direction: column-reverse;
}
.dcReviews .owl-carousel .owl-item:nth-child(even) .item > div {
  flex-direction: column;
  text-align: right;
}
.dcReviews .owl-carousel-item-imgoverlay {
  background: none !important;
  position: static;
  text-align: inherit;
  color: #333;
  text-shadow: none;
  opacity: 1;
  padding: 75px;
}
.dcReviews .owl-carousel-item-imgtitle {
  display: none;
}
.dcReviews .rating {
  padding-bottom: 8px;
}
.dcReviews b {
  font-size: 14px;
  text-transform: uppercase;
}
#content .dcReviews .owl-carousel .owl-controls {
  margin-top: 0;
}
.dcReviews .owl-pagination {
  display: block;
}
#content .dcReviews .owl-theme .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  background: #ececec;
}
#content .dcReviews .owl-theme .owl-controls .owl-page.active span,
#content .dcReviews .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #333;
}
.dcReviews .owl-carousel .owl-buttons {
  position: absolute;
  left: -16px;
  right: -16px;
  top: 40%;
  display: flex;
  justify-content: space-between;
}
.dcReviews .owl-carousel .owl-buttons div {
  font-size: 0;
  width: 60px;
  height: 60px;
  margin: 0 !important;
  padding: 0;
  opacity: 1 !important;
}
.dcReviews .owl-carousel .owl-buttons div:first-child {
  background: url(/wp-content/uploads/2018/06/prev-1.svg);
}
.dcReviews .owl-carousel .owl-buttons div:last-child {
  background: url(/wp-content/uploads/2018/06/next-1.svg);
}

#content .compareSlider .owl-wrapper-outer {
  overflow: visible;
}
.compareSlide {
  background: #f7f3ef;
  border-radius: 6px;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  margin: 0 4px;
}
.compareSlide header {
  background: #0e1a34;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
}
.compareSlide header h3 {
  font-size: 12px;
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.compareSlide header h3:first-child {
  color: #caa45d;
}
.compareSlide header span {
  background: #283a61;
  font-size: 12px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 40px;
}
.compareSlide img {
  height: 12px;
}
.compareSlide ul {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efe7e1;
}
.compareSlide ul li {
  width: 33.33%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.compareSlide ul li:nth-child(2) {
  font-size: 12px;
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  text-transform: uppercase;
}
.compareSlide a {
  display: block;
  font-weight: bold !important;
  font-family: var(--dc-font-family), sans-serif;
  padding: 25px 10px;
}
#content .compareSlider .owl-controls {
  margin-top: 10px;
}

.page-id-12508 #content .owl-theme .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  background: #ececec;
}
.page-id-12508 #content .owl-theme .owl-controls .owl-page.active span,
.page-id-12508 #content .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #333;
}

#content #julySaleBenefits .owl-controls {
  margin-top: 12px;
}

@media (min-width: 1200px) {
  .dcReviews .owl-carousel .owl-buttons {
    left: -75px;
    right: -75px;
  }
}
@media (max-width: 991px) {
  #julySaleBenefits .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #julySaleBenefits .elementor-image-box-wrapper:after {
    display: none;
  }
  #julySaleBenefits .elementor-image-box-img {
    margin: 0 0 10px;
  }
  .dcReviews .owl-carousel-item-imgoverlay {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #julySale article {
    width: 100%;
    box-shadow: none;
    padding: 0;
    font-size: 16px;
  }
  #julySale article h1 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 18px;
  }
  #julySale article .btn {
    display: block;
    width: 100% !important;
  }
  #julySale article small {
    padding-top: 20px;
  }
  .compareDreamCloud {
    display: none;
  }
  .dcReviews .owl-carousel-item-imgoverlay {
    text-align: center;
    padding: 20px;
  }
  #julySaleBenefits .elementor-image-box-description {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.header_promobar {
  display: block;
  padding: 12px 15px 14px;
  box-shadow: inset 0 1px 3px 0 hsla(0, 0%, 71%, 0.5), 0 2px 4px 0 hsla(0, 0%, 71%, 0.5);
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  position: relative;
  background-color: #f6f3ef;
  color: #1a2b59;
  z-index: 3;
}
.header_promobar p {
  margin-bottom: 20px;
}
.header_promobar p {
  font-size: 16px;
  line-height: 24px;
}
.header_promobar time span:not(:last-child):after {
  content: ' : ';
}
.header_promobar p img {
  height: 20px;
  vertical-align: baseline;
  position: relative;
  top: 1px;
}

.header_promobar .wpcf7 {
  width: 440px;
  max-width: 100%;
  margin: 0px auto 0;
  position: relative;
}
.header_promobar .wpcf7 form {
  margin: 0;
}
.header_promobar .wpcf7 .wpcf7-form-control-wrap {
  float: left;
  width: calc(100% - 150px);
  margin: 0;
  padding: 0;
}
.header_promobar
  .wpcf7
  input.wpcf7-email:not([type='radio']):not([type='checkbox']):not([type='submit']) {
  background: #f6f3ef;
  border: 1px solid #d6ba7b;
  width: 100%;
  height: 30px;
  border-radius: 4px 0 0 4px;
  margin: 0;
  padding: 7px;
  font-size: 12px;
  font-weight: 300;
  color: #444;
}
.header_promobar .wpcf7 input::-webkit-input-placeholder {
  color: #757575 !important;
}
.header_promobar .wpcf7 input.wpcf7-submit {
  float: left;
  border: 0;
  border-radius: 0 4px 4px 0;
  padding: 0px 28px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--dc-font-family), sans-serif;
  font-size: 14px;
  background: #d6ba7b;
  color: #1a2b59;
  margin: 0;
  outline: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.header_promobar .wpcf7 p {
  margin-bottom: 0px;
}
.header_promobar .wpcf7 .ajax-loader {
  position: absolute;
  top: 7px;
}
.header_promobar .wpcf7-validation-errors,
.header_promobar .wpcf7-response-output {
  display: none !important;
}
.header_promobar .hidden {
  display: none;
}
.header_promobar .shown {
  display: block;
}
.header_promobar .promoCTA {
  padding: 5px 0 0;
  margin: 0;
}
.header_promobar .promoCTA a {
  color: #1a2b59;
  font-size: 14px;
  letter-spacing: 0;
}
.header_promobar .container {
  position: relative;
  padding: 0 10px;
}
.header_promobar .promobarClose {
  position: absolute;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  right: 0;
  cursor: pointer;
}
.header_promobar .promobarClose::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transition: 0.4s;
  height: 14px;
  width: 14px;
  background: url('/wp-content/uploads/2018/11/closeDCdamnitfigma.png') center center / cover no-repeat;
}
.header_promobar .wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  font-size: 12px;
  background: #f44336;
  padding: 0px 10px;
  bottom: -30px;
  border-radius: 4px;
  color: #fff;
}
.header_promobar .wpcf7-not-valid-tip:before {
  position: absolute;
  content: '';
  top: -3px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f44336;
}

@media (min-width: 1024px) {
  .header_promobar time b {
    display: inline-block;
    background: #fff;
    margin: 0 3px;
    padding: 0 7px;
    line-height: 22px;
    border-radius: 3px;
    width: 22px;
  }
}
@media (max-width: 575px) {
  .header_promobar p {
    font-size: 14px;
  }
  .header_promobar .wpcf7 .wpcf7-form-control-wrap {
    width: calc(100% - 130px);
  }
  .header_promobar .wpcf7 input.wpcf7-email {
    height: 35px !important;
  }
  .header_promobar .wpcf7 input.wpcf7-submit {
    width: auto !important;
    padding: 0 14px;
    font-size: 15px;
    line-height: 35px;
  }
  .header_promobar .promobarClose {
    top: 0;
    right: -5px;
  }
}

.wpcf7-not-valid,
.wpcf7-not-valid::-webkit-input-placeholder {
  border-color: #f44336 !important;
}

.financeAffirm #content .elementor {
  background: #fff;
}
.financeAffirm .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  color: #1a2a59;
}
.financeAffirm .elementor-widget-text-editor {
  color: #333;
}
.financeAffirm .elementor h2 {
  letter-spacing: 4px;
  color: #1a2a59;
}
.financeAffirm .elementor a:not([class]) {
  color: #1a2a59;
}

.financeAffirm #content .owl-theme .owl-controls {
  margin-top: 20px;
}
.financeAffirm .owl-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#content .owl-theme .owl-controls .owl-page span {
  background: #efe7e1;
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
#content .owl-theme .owl-controls .owl-page.active span,
#content .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #333;
}

#financeAffirm h1 {
  color: #1a2a59;
}

.products .owl-carousel .item {
  margin: 0 7px;
}
.products .owl-carousel .item > div {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.products .owl-carousel a:first-child {
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  padding: 25px;
  margin: 0 0 20px;
}
.products .owl-carousel .item img {
  width: auto;
}
#content .products h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  color: #333;
  margin: 0 0 20px;
}
.products .btn {
  display: block;
}

@media (min-width: 768px) {
  #financeAffirm .elementor-widget-text-editor {
    float: right;
    width: 630px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 50px 70px;
    font-size: 20px;
    line-height: 1.4;
  }
  .products h3 {
    order: -1;
  }
  #whyAffirm .elementor-widget-text-editor {
    width: 440px;
    max-width: 100%;
  }
  .noBorderTop-desktop {
    border-top: 0 !important;
  }
  #content .noMargin-desktop p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #financeAffirm h1 {
    font-size: 30px;
    letter-spacing: normal;
    margin-bottom: 12px;
    padding: 3px 0;
  }
  #financeAffirm p:not(:last-child) {
    margin-bottom: 25px;
  }
  #whyAffirm {
    background: #f8f8f8;
  }
  .products .owl-carousel a:first-child {
    margin-bottom: 12px;
  }
  #content .products h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .financeAffirm .btn,
  .financeAffirm .elementor-button {
    display: block;
    width: 100%;
  }
  .products .owl-carousel a:first-child {
    height: 180px;
  }
}

.page-id-12987 #content .elementor {
  background: #fff;
  color: #333;
}
.page-id-12987 .elementor-section .elementor-row {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
.page-id-12987 .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  color: #0e1a34;
  margin-bottom: 0;
}
.page-id-12987 .elementor-widget-text-editor {
  color: #333;
}
.page-id-12987 .elementor h2 {
  color: #000;
}
.page-id-12987 .elementor blockquote {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.4;
}
.page-id-12987 .elementor-widget-text-editor .btn {
  margin-top: 8px;
}
.page-id-12987 #content .elementor .blue.outline .elementor-button {
  background: none;
  border: 1px solid #1a2a59;
  padding: 14px 60px 12px !important;
  color: #1a2a59 !important;
}
.page-id-12987 #content .elementor .blue.outline .elementor-button:hover {
  background: #0e1a34 !important;
  color: #fff !important;
}

#content .compareTops {
  line-height: 1.4;
  color: #0e1a34;
}
#content .compareTops h2 {
  margin-bottom: 40px;
}
#content .compareTops h3 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.compareTops header {
  display: flex;
  background: #0e1a34;
  border-radius: 6px 6px 0 0;
  color: #fff;
}
.compareTops header h3 {
  width: 50%;
  justify-content: center;
}
.compareTops header h3:nth-child(2) {
  color: #caa45d;
}
.compareTops .compare {
  background: #f7f3ef;
  border-bottom: 1px solid #efe7e1;
  text-align: center;
}
.compareTops .compare div p {
  margin: 0;
}
.compareTops > a {
  display: block;
  background: #f7f3ef;
  padding: 25px 10px;
  border-radius: 0 0 6px 6px;
  font-size: 15px;
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  text-align: center;
  color: #caa45d !important;
}

.prosWrap {
  display: flex;
}
.pros {
  background: #f7f3ef;
  padding: 40px 70px;
  margin: 10px 0;
}
.pros:first-child {
  padding-right: 50px;
}
.pros:last-child {
  padding-left: 50px;
}
.pros h3 {
  color: #0e1a34 !important;
}
.pros p {
  font-size: 20px;
  line-height: 1.2;
}
.pros ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: numberList;
}
.pros ol li {
  display: flex;
  align-items: flex-start;
}

.pros.wide ol li {
  color: #333333;
}
.pros ol li:before {
  display: block;
  content: counter(numberList);
  counter-increment: numberList;
  margin-top: 2px;
  background: #d5ba7c;
  width: 24px;
  line-height: 24px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-right: 16px;
  flex-shrink: 0;
}

.page-id-12987 #content .owl-theme .owl-controls {
  margin-top: 25px;
}
.page-id-12987 .owl-pagination {
  display: flex;
  justify-content: center;
}
.page-id-12987 #content .owl-theme .owl-controls .owl-page span {
  background: #f7f3f0;
  width: 10px;
  height: 10px;
}
.page-id-12987 #content .owl-theme .owl-controls .owl-page:hover span,
.page-id-12987 #content .owl-theme .owl-controls .owl-page.active span {
  background: #ddd0c1;
}

@media (max-width: 1023px) {
  .pros {
    padding: 40px;
  }
  .pros:first-child {
    padding-right: 20px;
  }
  .pros:last-child {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  #content .compareTops h3 {
    display: flex;
    align-items: center;
    line-height: 72px;
  }
  #content .compareTops h3:first-child {
    width: 240px;
    flex-shrink: 0;
    padding-left: 65px;
    justify-content: flex-start;
  }
  .compareTops .compare {
    display: flex;
  }
  .compareTops .compare:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 6px 6px;
  }
  .compareTops .compare h3 {
    pointer-events: none;
  }
  .compareTops .compare div {
    display: flex !important;
    flex-grow: 1;
  }
  .compareTops .compare div p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0;
    padding: 14px 8%;
    border-left: 1px solid #efe7e1;
  }
  .compareTops > a {
    display: none;
  }
  .pros {
    width: 50%;
  }
  .pros.wide {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .pros ol {
    padding-left: 10px;
  }
  .pros ol li:not(:last-child) {
    margin-bottom: 32px;
  }
  .pros.wide ol li {
    color: #333333;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #content .compareTops h3:first-child {
    width: 180px;
    padding-left: 25px;
  }
  .compareTops .compare div p {
    padding: 14px 2%;
  }
}
@media (max-width: 767px) {
  .compareTops header {
    display: none;
  }
  #content .compareTops h2 {
    background: #0e1a34;
    padding: 20px 30px;
    border-radius: 6px 6px 0 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: bold;
    font-family: var(--dc-font-family), sans-serif;
    text-transform: uppercase;
    color: #fff;
  }
  .compareTops h2 span:first-child {
    color: #caa45d;
  }
  .compareTops h2 span:nth-child(2) {
    background: #283a61;
    padding: 8px 16px;
    border-radius: 40px;
  }
  #content .compareTops h3 {
    line-height: 70px;
  }
  .compareTops .compare > div {
    background: #fff;
    border-top: 1px solid #efe7e1;
    padding: 40px 30px 20px;
    display: none;
  }
  .compareTops .compare > div p:before {
    display: block;
    font-weight: bold;
    font-family: var(--dc-font-family), sans-serif;
    margin-bottom: 18px;
  }
  .compareTops .compare .owl-item:first-child p:before {
    content: 'Euro Top';
  }
  .compareTops .compare .owl-item:last-child p:before {
    content: 'Pillow Top';
  }
  #content .pros {
    padding: 20px 25px 0;
  }
  #content .pros h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #content .pros p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .prosWrap {
    flex-direction: column;
  }
  .pros ol {
    margin: 0 -25px;
  }
  .pros ol li {
    margin: 0;
    padding: 12px 25px;
  }
  .pros ol li:not(:last-child) {
    border-bottom: 1px solid #efe7e1;
  }
  .pros.wide ol li:not(:last-child) {
    border: none;
  }

  #desktop_only {
    display: none;
  }
}
@media (max-width: 575px) {
  .page-id-12987 .btn,
  .page-id-12987 .elementor-button {
    display: block;
    width: 100%;
    padding: 14px 10px 12px !important;
    text-align: center;
  }
  .page-id-12987 .elementor blockquote {
    font-size: 18px;
    line-height: 1.56;
  }

  #desktop_only {
    display: none;
  }
}

.support .elementor h3 {
  color: #caa45d;
}
.support .elementor-widget-testimonial .elementor-testimonial-content {
  font-size: 16px;
}
.support .elementor-widget-testimonial .elementor-testimonial-name {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #caa45d;
  margin: 5px 0;
}

#supportBanner .elementor-widget-text-editor {
  float: right;
  width: 100%;
  max-width: 100%;
}

.availability {
  text-align: center;
}
.availability h4 {
  font-size: 20px;
  font-weight: bold;
  font-family: var(--dc-font-family), sans-serif;
  line-height: 1.4;
  color: #caa45d;
  width: 100%;
  margin-bottom: 15px;
}

#content #contactSupport .elementor-image-box-img {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0 0 5px;
}
#contactSupport .elementor-image-box-img img {
  display: block;
  margin: 0 auto;
  height: 60px;
}
#contactSupport .elementor-image-box-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #caa45d;
  margin: 0 0 10px;
}
#contactSupport .elementor-image-box-content a {
  color: inherit;
}

#pamperingLaw .elementor-widget-text-editor {
  float: right;
  width: 100%;
  max-width: 100%;
}
#pamperingLaw h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: -1px;
  margin-bottom: 30px;
  color: #0e1a34;
}

.dcReview article {
  padding: 35px;
  text-align: center;
}
.dcReview article small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #caa45d;
  margin: 25px 0 5px;
}
.dcReview figure {
  position: relative;
}
.dcReview figure img {
  display: block;
}

@media (min-width: 1024px) {
  .support .elementor-section-boxed > .elementor-container {
    max-width: 1440px;
  }
  .availability {
    display: flex;
    flex-wrap: wrap;
  }
  .availability p {
    width: 33.333%;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  #content #supportBanner {
    background: #ced2da url(//media.dreamcloudsleep.com/FDNNLZZZ33.jpg?auto=webp&width=980);
    background-position: 95% 70%;
  }
  #supportBanner .elementor-widget-text-editor {
    padding: 0 40px;
  }
  .dcReview article {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .elementor .elementor-section .column-8 {
    width: 66.668%;
    margin: 0 auto;
  }
  .elementor .elementor-section .column-10 {
    width: 83.333%;
    margin: 0 auto;
  }
  #supportBanner .elementor-widget-text-editor,
  #pamperingLaw .elementor-widget-text-editor {
    width: calc(58.33333% - 10px);
  }
  .dcReview {
    display: flex;
  }
  .dcReview.reverse {
    flex-direction: row-reverse;
  }
  .dcReview article,
  .dcReview figure {
    width: 50%;
  }
  .dcReview figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  #content #supportBanner {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 180%;
  }
  #supportBanner .elementor-widget-text-editor {
    padding: 0;
  }
  #supportBanner h1 {
    line-height: 1;
  }
  #contactSupport .elementor-image-box-title {
    font-size: 16px;
    padding: 2px 0 0;
  }
  #pamperingLaw h2 {
    font-size: 30px;
  }
  .dcReview article {
    padding: 15px 10px 5px;
    margin-bottom: 10px;
  }
  #supportReview {
    border-top-width: 5px;
  }
  #supportReview > .elementor-container {
    padding: 0;
  }
  .availability h4 {
    font-size: 16px;
  }
}

.sizeGuideTable {
  overflow: auto;
}
.sizeGuideTable table {
  width: 100%;
  min-width: 420px;
}
.sizeGuideTable table th {
  padding: 10px 0;
  text-align: inherit;
}
.sizeGuideTable table td {
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
.sizeGuideTable table tr > :first-child {
  width: 33.33%;
}
.sizeGuideTable table tr > :last-child {
  text-align: right;
}
@media (max-width: 575px) {
  .sizeGuideTable table th {
    font-size: 14px;
  }
  .sizeGuideTable table tr > :first-child {
    width: 28%;
  }
}

.refer #content {
  background: #f7f3ef;
  color: #0e1a34;
}
.refer .elementor .elementor-section h2 {
  color: #0e1a34;
}
.refer .elementor-widget-text-editor {
  color: #0e1a34;
}
.gift-card img {
  transform: rotate(-10deg);
}

.elementor-tab-title .elementor-accordion-icon,
.elementor-tab-title .elementor-toggle-icon {
  pointer-events: none;
}

.blogPosts .postItem .thumb {
  display: block;
  background-color: #fff;
  margin-bottom: 10px;
}
.blogPosts .postItem .thumb img {
  display: block;
  height: auto;
}
@media (min-width: 768px) {
  .blogPosts .postItem .thumb {
    padding: 28% 0;
    position: relative;
    overflow: hidden;
  }
  .blogPosts .postItem .thumb img {
    position: absolute;
    max-width: none;
    width: auto;
    height: 125%;
    left: 50%;
    top: -10%;
    transform: translateX(-50%);
  }
}

body.content-only #header_app,
body.content-only .header_promobar,
body.content-only #footer_app {
  display: none;
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
  background-color: #caa45d;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  padding: 0px;
}

.elementor-custom-embed-play i {
  background-color: white;
  border-radius: 50%;
  text-shadow: none;
  opacity: 1;
  width: 80px;
  height: 80px;
}

.elementor-custom-embed-play:hover i {
  background-color: #1a2a59;
  color: #ffffff !important;
  transition: 0.3s;
}

i.eicon-play:before {
  content: '\f04b';
  font-family: 'FontAwesome';
  font-size: 28px;
  text-align: center;
  margin: 0 0 0 8px;
  display: block;
  line-height: 2.9;
}

.cross-sale-wrapper .close:after {
  display: block;
}

.vimeoModal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: 0.25s;
}
.vimeoModal:not(.in) {
  opacity: 0;
  pointer-events: none;
}
.vimeoPlayerWrap {
  width: 760px;
  max-width: 100%;
  position: relative;
}
.vimeoPlayerWrap:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.vimeoPlayerWrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vimeoModal > i {
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
  font-size: 48px;
  line-height: 1;
  font-style: normal;
  color: #fff;
  opacity: 0.75;
  transition: 0.2s;
}
.vimeoModal > i:hover {
  opacity: 1;
}

.link-button {
  color: #caa45d;
  text-decoration: underline !important;
}

.singlePostItem {
  max-width: 860px;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}

.singlePostItem img {
  max-width: 100%;
  height: auto;
}

.singlePostItem h1,
.singlePostItem h2,
.singlePostItem h3,
.singlePostItem h4,
.singlePostItem h5,
.singlePostItem h6 {
  font-family: var(--dc-font-family), sans-serif;
  font-weight: 400;
  color: #1a2a59;
  letter-spacing: 4px;
}
.singlePostItem h1 {
  text-transform: uppercase;
}
.singlePostItem h3 {
  text-transform: none;
}
.singlePostItem h3,
.singlePostItem h4,
.singlePostItem h5,
.singlePostItem h6 {
  letter-spacing: 1px;
}
.singlePostItem ul:not(.post-categories):not(.shareLinks),
.singlePostItem ol {
  padding: 0 0 0 40px;
  margin: 0 0 15px;
}
.singlePostItem strong,
.singlePostItem b {
  font-family: var(--dc-font-family), sans-serif;
  font-weight: 400;
  color: #1a2a59;
}
.singlePostItem p a,
.singlePostItem > ul a,
.singlePostItem > ol a {
  color: #0000ff;
  text-decoration: underline !important;
}
.singlePostItem ul,
.singlePostItem ol,
.singlePostItem p {
  font-size: 16px;
  line-height: 28px;
}

#notFound {
  color: #333;
  text-align: center;
}
#notFound h1 {
  font-size: 92px;
  line-height: 1;
  font-weight: 400;
}

.single-post .elementor-widget-text-editor {
  color: #333;
}
.single-post .elementor {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.single-post .elementor h1,
.single-post .elementor h2,
.single-post .elementor h3,
.single-post .elementor h4,
.single-post .elementor h5,
.single-post .elementor h6 {
  font-family: var(--dc-font-family), sans-serif;
  font-weight: 700;
  color: #1a2a59;
}
.single-post .elementor h1 {
  text-transform: uppercase;
}
.single-post .elementor h3 {
  text-transform: none;
  font-size: var(--dc-h3-size);
  line-height: var(--dc-h3-line-height);
}
.single-post .elementor ul:not(.post-categories):not(.shareLinks),
.single-post .elementor ol {
  padding: 0 0 0 40px;
  margin: 0 0 15px;
}
.single-post .elementor strong,
.single-post .elementor b {
  font-family: var(--dc-font-family), sans-serif;
  font-weight: 700;
  color: var(--dc-body-black);
}
.single-post .elementor p a,
.single-post .elementor ul a,
.single-post .elementor ol a {
  color: var(--dc-primary-blue);
  text-decoration: none;
}
.single-post .elementor ul,
.single-post .elementor ol,
.single-post .elementor p {
  font-family: var(--dc-font-family);
  font-size: var(--dc-body-font-size);
  line-height: 1.5;
}

/* Blog Hero */
.single-post .blog-hero__content p {
  font-size: 16px;
  line-height: 24px;
}

.single-post .blog-hero__title {
  font-family: var(--dc-font-family);
  font-size: var(--dc-h1-size);
  line-height: var(--dc-h1-line-height);
  color: #1a2a59;
  margin-bottom: 16px;
  font-weight: 700;
  text-transform: none !important;
}

.single-post .blog-hero__title::first-letter {
  text-transform: uppercase;
}

.single-post #breadcrumbs a {
  color: var(--dc-primary-blue);
}

.single-post .blog-hero__category a.blog-hero__category-item {
  font-family: var(--dc-font-family), sans-serif;
  color: var(--dc-body-black);
  border: 1px solid var(--dc-background-birch);
  background-color: var(--dc-background-birch);
}

.single-post .blog-hero__category a.blog-hero__category-item:hover {
  color: var(--dc-body-black);
  border: 1px solid var(--dc-tan);
  background-color: var(--dc-tan);
}

.single-post .blog-hero__social-icons svg > path:first-child {
  fill: var(--dc-marigold);
}

.single-post .blog-hero__social-icons:hover svg > path:first-child {
  fill: var(--dc-primary-blue);
}

.single-post .blog-summary__preface {
  color: var(--dc-body-black);
  font-family: var(--dc-font-family), sans-serif;
  font-size: 20px;
}

.single-post .blog-summary__container {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.single-post .blog-summary__items {
  font-family: var(--dc-font-family), sans-serif;
  color: var(--dc-primary-blue);
  margin-bottom: 16px;
  cursor: pointer;
}

.single-post .blog-summary__items:not(:first-child)::before {
  content: ' | ';
  margin: 0;
}

.single-post .blog-summary__heading {
  text-transform: unset !important;
}

.single-post .gwm_blog_content_title {
  font-size: var(--dc-h2-size);
  line-height: var(--dc-h2-line-height);
}

/* .single-post .gwm_blog_content {
  padding-top: 0;
} */

.single-post .gwm_blog_content_content p:not(:last-child) {
  margin-bottom: 32px;
}

.single-post .gwm_blog_content a {
  color: var(--dc-primary-blue) !important;
  font-weight: bold;
}

.single-post .gwm_blog_content_shortcode_text a {
  font-weight: normal;
  color: var(--dc-primary-blue) !important;
}

.single-post .gwm_blog_content_shortcode_padding_yes {
  background: var(--dc-background-birch);
  color: var(--dc-body-black);
}

.single-post .blogFaq__main-title {
  font-size: var(--dc-h2-size);
  line-height: var(--dc-h2-line-height);
}

.single-post .blogFaq .dropdown__title-container h3 {
  font-size: 20px;
  line-height: 1.5;
}

.single-post .blogFaq .dropdown__content p {
  font-family: var(--dc-font-family);
  color: var(--dc-body-black);
}

.single-post .blogFaq .dropdown__content p:first-child {
  margin-top: 0;
}

.single-post .blogFaq .dropdown svg path {
  fill: var(--dc-primary-blue) !important;
}

.new-bp-design .gwm-blog-references__title-container svg path {
  fill: var(--dc-primary-blue) !important;
}

.single-post .gwm-blog-references__title-container h2 {
  color: var(--dc-body-black);
}

.single-post ol.gwm-blog-references__list-container {
  padding-left: 20px;
}

.single-post .gwm-blog-references__list-item {
  font-size: 16px;
  line-height: 1.5;
}

.single-post .gwm-blog-references__list-item p {
  font-size: inherit;
}

.single-post .related-articles * {
  font-family: var(--dc-font-family);
}

.single-post .related-articles__title a {
  color: var(--dc-primary-blue);
}

.single-post .related-articles__date {
  text-transform: uppercase;
}

.single-post .related-articles__category a.related-articles__category-item {
  font-family: var(--dc-font-family), sans-serif;
  color: var(--dc-body-black);
  border: 1px solid var(--dc-background-birch);
  background-color: var(--dc-background-birch);
}

.single-post .related-articles__category a.related-articles__category-item:hover {
  color: var(--dc-body-black);
  border: 1px solid var(--dc-tan);
  background-color: var(--dc-tan);
}

.single-post .related-articles__see-more a {
  background-color: var(--dc-marigold);
  color: var(--dc-body-black);
  font-weight: bold;
  cursor: pointer;
}

.single-post .related-articles__see-more a:hover {
  background-color: #ffffff;
  color: var(--dc-body-black);
  border: 1px solid var(--dc-body-black);
}

.single-post .view-0 {
  font-family: var(--dc-font-family);
}

.single-post .gwm_blog_faq_shortcode_no_icon {
  background-color: var(--dc-background-birch);
  color: var(--dc-body-black);
}

.single-post .related-articles__section-title {
  font-size: var(--dc-h2-size) !important;
  line-height: var(--dc-h2-line-height);
}

.gwm_popular_bedrooms_main_title {
  font-size: var(--dc-h2-size);
  line-height: var(--dc-h2-line-height);
}

.gwm_popular_bedrooms_title a {
  font-size: 20px;
  line-height: 1.5;
}

.gwm_popular_bedrooms_title a:visited {
  color: var(--dc-primary-blue);
}

.gwm_popular_bedrooms_price a {
  color: var(--dc-body-black) !important;
  font-size: 16px;
  line-height: 19px;
}

#swiper-pagination.gwm_popular_bedrooms__swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.gwm_popular_bedrooms .swiper-pagination-bullet-active {
  background-color: var(--dc-primary-blue) !important;
}

.gwm_popular_bedrooms .swiper-pagination-bullet {
  margin: 0 3px;
}

.gwm_popular_bedrooms_button {
  text-transform: capitalize;
  background-color: var(--dc-marigold);
}

.gwm_popular_bedrooms_button,
.gwm_popular_bedrooms_button a {
  font-family: var(--dc-font-family);
  color: var(--dc-body-black) !important;
  font-size: 18px;
  font-weight: 700;
}

.gwm_popular_bedrooms_button a {
  line-height: 21.09px;
}

.gwm_popular_bedrooms_button:hover {
  border: 1px solid var(--dc-body-black);
  background: #fff;
}

.gwm_popular_bedrooms_button a:focus,
.gwm_popular_bedrooms_button a:hover {
  color: var(--dc-body-black) !important;
}

.gwm_blog_general_banner.twoIMAGE .view__title {
  font-size: 30px;
  line-height: 1.4;
}

.gwm_blog_general_banner.twoIMAGE .view__accessories > * p {
  margin-top: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}

.gwm_blog_general_banner.twoIMAGE .view__accessories > * p span:nth-child(2) {
  text-decoration: line-through;
}

.gwm_blog_general_banner.twoIMAGE p.view__subtitle {
  font-weight: bold !important;
}

.gwm_blog_general_banner.twoIMAGE .view__link {
  margin-top: 33px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  :root {
    --dc-body-font-size: 18px;

    --dc-h1-size: 30px;
    --dc-h1-line-height: 42px;

    --dc-h2-size: 24px;
    --dc-h2-line-height: 36px;

    --dc-h3-size: 20px;
    --dc-h3-line-height: 30px;
  }

  .single-post .blog-summary__items:not(:first-child)::before {
    display: none;
  }

  .single-post .blog-summary__preface {
    font-size: 18px;
  }

  .single-post .blog-summary__container {
    padding-left: 20px !important;
  }

  .single-post .blog-summary {
    border-bottom: 0;
  }

  .single-post .blogFaq .dropdown__title-container h3 {
    font-size: 18px;
  }

  .gwm_popular_bedrooms_title a {
    font-size: 18px;
  }

  .gwm_blog_general_banner.twoIMAGE {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  .gwm_blog_general_banner.twoIMAGE .view__background-and-contnet {
    height: fit-content;
  }

  .gwm_blog_general_banner.twoIMAGE .view__contnet {
    min-height: 100%;
    height: fit-content;
    padding: 16px 16px 24px;
  }

  .gwm_blog_general_banner.twoIMAGE .view__title {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 8px;
  }

  .gwm_blog_general_banner.twoIMAGE .view__link {
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
  }

  .gwm_blog_general_banner.twoIMAGE .view__accessories > * a {
    line-height: 14px;
    text-decoration: underline;
    margin-bottom: 4px;
  }

  .gwm_blog_general_banner.twoIMAGE .view__accessories > * img {
    margin-bottom: 6px;
  }
}

.new-bp-design
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding: 0;
}

.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.footer_veB .viewMattress_zQv img {
  height: 40px !important;
}

.elementor-34079 .elementor-element.elementor-element-22fcd41 .elementor-button {
	text-decoration: unset !important;
}

.elementor-34079 .elementor-element.elementor-element-22fcd41 .elementor-button:hover {
	text-decoration: underline !important;
}

#footer h3 {
	color: #fff !important;
}

/* SwiperJs Fix */
@media (max-width:1024px) {
	.gwm-slide-table-content .swiper-container {
		width: 100%;
		overflow: hidden;
	}
}

.gwm-slide-table-head {
	z-index: 1 !important;
}