/* Utilities */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Layout Styles */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  background: #eaeae4;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.body-wrap {
  display: block;
  background: #fff;
  margin: 0 auto;
  max-width: 1500px;
  min-height: 100%;
  overflow-x: hidden;
  padding: 0;
}

.container-fluid {
  display: block;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0px 15px;
  overflow: hidden;
}

.section-ribbon {
  display: block;
  width: 100%;
  background: #FFD958;
}

.section-header {
  background: #2E5050;
  background: url("//cdn2.hubspot.net/hubfs/406163/Melissa_Michaels/MakeRoom/img-headerbg.png");
  background-size: cover;
  background-position: center;
  padding: 25px 0 50px;
}

.content-wrapper-share {
  max-width: 400px;
  margin: 0 auto;
}

.content-wrapper-share-header {
  display: block;
  background-color: #E16F43;
  padding: 10px 0;
}

.content-wrapper-share-body {
  display: block;
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
  letter-spacing: 15px;
  font-size: 3em;
  color: #E16F43;
}

.img-wrapper-headerlogo {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.section-freebie {
  display: block;
  padding: 45px 0;
}

.img-wrapper-freebie {
  display: block;
  float: left;
  width: 40%;
}

.content-wrapper-freebie {
  display: block;
  float: right;
  width: 60%;
  padding-left: 10px;
}

.section-ads {
  background: #fff;
  padding: 50px 0;
}

a.hero-ad,
a.hero-ad-mobile {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

a.hero-ad:hover,
a.hero-ad-mobile:hover {
  border: 1px solid gray;
  cursor: pointer;
}

a.hero-ad-mobile {
  display: none;
}

a.ad {
  display: block;
  width: 32%;
  float: left;
  border: 1px solid #cccccc;
  margin: 20px 0;
  padding: 10px;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

a.ad:hover {
  border: 1px solid gray;
}

a.ad.two {
  margin-left: 2%;
  margin-right: 2%;
}

a.ad.three-mobile {
  display: none;
}

.section-share {
  display: block;
  padding: 0 0 65px;
}

.section-author {
  padding: 35px 0  50px;
  background: #5E605E;
  background: url(//cdn2.hubspot.net/hubfs/406163/Melissa_Michaels/MakeRoom/img-graybg.png);
  background-repeat: repeat;
}

.img-wrapper-author {
  display: block;
  float: left;
  width: 40%;
}

.img-wrapper-author img {
  margin: 10px auto 0;
  max-width: 250px;
}

.content-wrapper-author {
  display: block;
  float: right;
  width: 60%;
  padding: 15px 50px 0 0;
}

.section-book {
  padding: 30px 0 0;
}

.section-book .container-fluid {
  padding: 0 40px 0 100px;
  overflow: visible;
}

.img-wrapper-book {
  display: block;
  float: right;
  width: 60%;
}

.img-wrapper-book img {
  width: 70%;
  margin: -80px auto 0;
}

.content-wrapper-book {
  display: block;
  float: left;
  width: 40%;
  padding-right: 10px;
}

.section-book .btn-wrapper {
  margin-bottom: 30px;
  width: 60%;
  float: right;
  clear: both;
}

.section-freebie-bottom {
  background: #ccdede;
  background: url(//cdn2.hubspot.net/hubfs/406163/Melissa_Michaels/MakeRoom/img-bluebg.png);
  background-repeat: repeat;
  background-size: 125px 125px;
  padding: 50px 0;
  clear: both;
}

.section-footer {
  background: #393a3a;
  padding: 20px 0;
}

.img-wrapper-logo {
  display: block;
  width: 44px;
  float: left;
}

.content-wrapper-hhp {
  display: block;
  float: left;
  width: 50%;
}

.content-wrapper-contact {
  display: block;
  float: left;
  width: 50%;
}

/* Modals */
.modal-open {
  overflow: hidden !important;
  display: block !important;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
  -webkit-transform: translateY(-200);
  -ms-transform: translateY(-200);
  transform: translateY(-200); }

.modal-dialog {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }


.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #b8baba;
  background-clip: padding-box;
  outline: 0;
  max-width: 700px;
  margin: 0 auto;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #444e4d;
  background-color: rgba(92, 105, 104, 0.9);
  -webkit-backdrop-filter: blur(10px);
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=1);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

#modalBuy .btn-wrapper {
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 0 auto 50px;
}

#modalBuy h3 {
  font-family: "Playfair Display", "Georgie", serif;
  font-size: 2.25em;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: #528B88;
  margin: 30px auto;
}

#modalForm h3 {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 15px;
  color: #528B88;
}

#modalForm h5 {
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  font-weight: normal;
  text-align: center;
}

.form-wrapper {
  display: block;
  width: 100%;
  margin: 25px auto;
  padding: 0 30px;
}

a.btn-dismiss {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 26px;
  color: white;
  background: #b3b3b3;
  z-index: 1010;
  transition: all 0.3s ease-in-out;
}

a.btn-dismiss:hover {
  background: #404040;
}

#modalBuy .btn-wrapper a {
  margin-bottom: 15px;
}

/* Typography Styles */
* {
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.uppercase {
  text-transform: uppercase;
}

.bold-uppercase {
  font-weight: bold;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h3 {
  font-family: "Playfair Display","Times New Roman", serif;
  font-weight: normal;
}

p {
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  font-size: .95em;
  line-height: 1.65em;
  margin-top: 0;
}

.section-freebie h3,
.section-share h3,
.section-author h3,
.section-book h3,
.section-freebie-bottom h3 {
  font-size: 2em;
  margin-bottom: 20px;
}
.section-book h3,
.section-freebie h3 {
    color: #528B88;
}
.section-ribbon h3 {
  margin: 10px 0;
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  color: #000;
  text-align: center;
}

.section-header h1 {
  font-family: "Playfair Display", "Georgie", serif;
  font-size: 4em;
  font-weight: normal;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.section-header h1.thank-you {
  font-size: 2.4em;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-header h2 {
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  line-height: 1.75em;
  max-width: 500px;
  margin: 0 auto 20px;
  text-align: center;
}

.section-header h2.thank-you {
  line-height: 1.5em;
}

.content-wrapper-share-header h3 {
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.section-share h3 {
  text-align: center;
  color: #528B88;
}

.section-author h3,
.section-author p {
  color: #fff;
}

.section-freebie-bottom h3 {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 30px;
}

.section-footer h6 {
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  font-weight: normal;
  color: white;
  margin: 15px 0;
}

.content-wrapper-hhp {
  text-align: left;
}

.content-wrapper-contact {
  text-align: right;
}

/* Navigation Styles */
/* Buttons & Link Styles */
.btn-wrapper,
.link-wrapper {
  width: 100%;
  text-align: center;
  clear: both;
  display: block;
  position: relative;
}

.btn-form {
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #E16F43;
  padding: 20px 22px;
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  color: white;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-in-out;
}

.btn-form:hover {
  background: #f7652d;
}

.btn-form:focus {
  outline: none;
}

.btn-buy {
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #698d60;
  padding: 20px 22px;
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  color: white;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-in-out;
}

.btn-buy:hover {
  background: #526f4b;
}

.btn-buy:focus {
  outline: none;
}

.section-footer a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.section-footer a:hover {
  color: #b3b3b3;
}

/* Image Styles */
.img-responsive {
  display: block;
  width: 100%;
}

/* Form Styles */
#modalForm input {
  border: 0;
  width: 100%;
  background: #e6e6e6;
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  line-height: normal;
  padding: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}

#modalForm input[type="submit"] {
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #E16F43;
  padding: 20px 22px;
  font-family: "FontAwesome", "Open Sans";
  font-size: 1.25em;
  font-weight: bold;
  color: white;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-in-out;
}

#modalForm input[type="submit"]:hover {
  background: #f7652d;
}

#modalForm input[type="submit"]:focus {
  outline: none;
}

#modalForm label {
  font-size: .75em;
}

/* Plugins */
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(128, 128, 128, 0.8) url("//cdn2.hubspot.net/hubfs/406163/Melissa_Michaels/MakeRoom/cd-top-arrow.png") no-repeat center 50%;
  background-size: 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 30;
  cursor: pointer;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .7;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

/* Preloader Styles */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(//cdn2.hubspot.net/hubfs/406163/Melissa_Michaels/MakeRoom/preloader.gif) center no-repeat #fff;
  background-size: 165px 18px;
}

/* Media Queries */
@media screen and (max-width: 480px) {
  .cd-top {
    right: 18px;
    bottom: 30px;
    height: 40px;
    width: 40px;
  }
  p {
    font-size: 0.8em;
    line-height: 1.5em;
  }
  .section-ribbon h3 {
    font-size: 0.7em;
    margin: 5px 0;
  }
  .section-header {
    padding: 10px 0 20px;
  }
  .section-header h2 {
    font-size: 0.9em;
    line-height: 1.5;
  }
  #modalForm input[type="submit"],
  .btn-form,
  .btn-buy {
    font-size: 1em;
    padding: 20px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #modalBuy h3 {
    font-size: 1.8em;
    margin: 40px auto;
  }
  #modalForm h3 {
    font-size: 1.8em;
  }
  .section-freebie {
    padding: 30px 0;
  }
  .section-freebie h3,
  .section-share h3,
  .section-author h3,
  .section-book h3,
  .section-freebie-bottom h3 {
    font-size: 1.12em;
    margin-bottom: 10px;
    text-align: center;
  }
  .img-wrapper-freebie {
    width: 60%;
    float: none;
    margin: 0 auto;
  }
  .content-wrapper-freebie {
    width: 100%;
  }
  .section-header h1.thank-you {
      font-size: 1.75em;
      line-height: 1.2;
  }
  .content-wrapper-share-header h3 {
      font-size: 1.2em;
  }
  .section-share {
    display: none;
  }
  .section-author {
    padding: 20px 0;
  }
  .img-wrapper-author {
    display: block;
    width: 50%;
    height: auto;
    float: none;
    margin: 0 auto;
  }
  .content-wrapper-author {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .section-book {
    padding: 0;
  }
  .section-book .container-fluid {
    padding: 0 15px;
  }
  .img-wrapper-book {
    display: block;
    float: none;
    width: 60%;
    margin: 0 auto;
  }
  .img-wrapper-book img {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .content-wrapper-book {
    width: 100%;
    float: none;
    padding: 0 20px;
  }
  .section-book .btn-wrapper {
    margin-bottom: 30px;
    width: 100%;
    float: none;
    clear: both;
  }
  .content-wrapper-hhp,
  .content-wrapper-contact {
    width: 100%;
    float: none;
    text-align: center;
  }
  .img-wrapper-logo {
    float: none;
    margin: 0 auto;
  }
  .modal-dialog {
    margin: 30px auto 0;
  }
  a.btn-dismiss {
    top: 2px;
    right: 2px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 2em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  .modal-dialog {
    width: 95%;
  }
  .modal-body {
    padding: 10px;
  }
  .form-wrapper {
    display: block;
    width: 100%;
    margin: 55px auto 10px;
    padding: 0 0px;
  }
  a.hero-ad-mobile,
  a.ad {
    padding: 5px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  a.hero-ad {
    display: none;
  }
  a.hero-ad-mobile {
    display: block;
  }
  a.ad {
    float: left;
    width: 49%;
  }
  a.ad.two {
    margin-left: 2%;
    margin-right: 0;
  }
  a.ad.three {
    display: none;
  }
  a.ad.three-mobile {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 481px) and (max-width: 991px) {
  .section-header {
    padding: 25px 0;
  }
  .img-wrapper-book img {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .clearfix:before,
  .clearfix:after,
  .modal-footer:before,
  .modal-footer:after {
    content: "";
    display: table;
  }
  .clearfix:after,
  .modal-footer:after {
    clear: both;
  }
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 80px;
    height: 40px;
    width: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 40px;
    bottom: 60px;
  }
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
