html { 


} 


body { 


} 


::selection {
    background:#a2e0eb;
/* WebKit/Blink Browsers */
}


::-moz-selection {
    background:#a2e0eb;
/* Gecko Browsers */
}


.border {
    border: 2px solid red;
}


/*******************************************************************
Hubspot Form Code Overrides - (Properties need important tag to override.)
*******************************************************************/
.hs_email {
    margin-bottom: 20px !important;
} 

.hs_email > label, .hs-form-required {
    font-family: 'Open Sans','Helvetica Neue', sans-serif !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
}


.hs-form.stacked .actions {
    margin: 0 !important;
    padding: 0 !important;
}


.hs-input {
    width: 100% !important;
    max-width: none !important;
    font-size: 15px !important;
    line-height: 30px !important;
    padding: 0 10px 0 10px !important;
    height: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border: none !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.hs-button:visited,
.hs-button {  
    display: block !important;
    width: 100% !important;
    float: none !important;
    margin: 0 auto 0 auto !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    text-align: center !important;
    background: #ffcf2e !important;
    color: #294b52 !important;
    text-shadow: none !important;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-size: 1.25em !important;
    font-weight: bold !important;
    -webkit-font-smoothing: antialiased !important;
    border: none !important;
    padding: 22px !important;
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    transition: all 0.7s ease 0s !important;
    box-shadow: none !important;
}


.hs-button:hover {
    text-decoration: none !important;
    color: #122124 !important;
    text-shadow: #ffffff 1px 1px 0px !important;
    box-shadow: none !important;
    background: #ffd747 !important;
}

.hs-button:active {
    text-decoration: none !important;
    color: inherit !important;
    background: #ffd747 !important;
}


/*******************************************************************
Modal
*******************************************************************/
#buy-modal h4 {
    font-family: 'Open Sans','Helvetica Neue', sans-serif;
    text-align: center;
    font-weight: bold;
    color: #14b0ca;
    -webkit-font-smoothing: antialiased;
}

#buy-modal .modal-body {
    background: #eeedec;
    background: url(//cdn2.hubspot.net/hub/406163/file-2605958713-jpg/Melissa_Michaels/bg-familyroomcrop-2x.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 0;
}

#buy-modal .modal-header,
#buy-modal .modal-footer {
    border: none;
}
#buy-modal ul {
    width: 250px;
    display: block;
    margin: 0 auto;
    padding: 0;
}

#buy-modal li {
    list-style: none;
    display: block;
    margin: 0 0 15px 0;
    width: 250px;   
}

#buy-modal li .hs-cta-img {
    display: block;
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 3px solid #9da0a2 !important;
    transition: all 0.4s ease 0s !important;
}

#buy-modal li .hs-cta-img:hover {
    border: 3px solid #14b0ca !important;
}

#buy-modal li .hs-cta-img:active {
    border: 3px solid #1e6a78 !important;    
} 


/*******************************************************************
LAYOUT
*******************************************************************/


.section-ribbon { 
    background: #ffcf2e;
    background: linear-gradient(90deg, #FFCF2E 0%, #FFD534 80%); 
    background: -moz-linear-gradient(90deg, #FFCF2E 0%, #FFD534 80%); 
    background: -webkit-linear-gradient(90deg, #FFCF2E 0%, #FFD534 80%); 
    background: -o-linear-gradient(90deg, #FFCF2E 0%, #FFD534 80%); 
} 


.section-header { 
    background: #fffff;
    background-image: url(//cdn2.hubspot.net/hub/406163/file-2605968728-jpg/Melissa_Michaels/bg-familyroom-2x.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
} 


.video-form-container {
    position: relative;
    width: 100%;
    max-width: 960px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}


.video-wrapper {
    width: 100%; /* 46 % for desktop */
    display: block;
    box-sizing: border-box;
}

.video {
    width: 80%;
    margin: 0 auto 20px auto;
}


.form-wrapper {
    position: relative;
    display: block;
    width: 100%; /* 54 % for desktop */
    box-sizing: border-box;
}


.form-header {
    background: #6b9ca6;
    padding: 20px 10px;
}


.form-section {
    height: 100%;
    width: 100%;
    position: relative;
    background: #536a6e;
    background: rgba(83, 106, 110, 1);
    padding: 20px 20px;
}


.section-details {
    background: #fefef4;
    background-image: url(//cdn2.hubspot.net/hub/406163/file-2590950911-jpg/Melissa_Michaels/bg-entryway-mobile.jpg);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    padding: 20px 0;
} 


.quote-bg { 
 /*This will get a background image at tablet size*/
} 


.section-author { 
    position: relative;
    background: #425e64;
    background: url(//cdn2.hubspot.net/hub/406163/file-2605725697-jpg/Melissa_Michaels/bg-kitchenblue-2x.jpg);
    background-position: center;
    background-size: cover;
    padding: 30px 0; 
    z-index: 5;
} 


.section-book { 
    background: #fdd055;
    background-image: url(//cdn2.hubspot.net/hub/406163/file-2613041695-jpg/Melissa_Michaels/bg-yellow-2x.jpg);
    -webkit-background-size: 512px;
    -moz-background-size: 512px;
    -o-background-size: 512px;
    background-size: 512px;
    background-repeat: repeat;
    padding: 30px 0 0 0;
    position: relative;
    z-index: 8;

} 


.section-footer { 
    margin-top: -5px;
    padding: 30px 0;
}

.section-footerlegal {
    background: #ffffff;
    padding: 20px 0;
}


/*******************************************************************
Typography
*******************************************************************/
p, a {
    font-family: 'Open Sans','Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.75em;
}


.type-script {
    font-family: 'Homemade Apple', 'Georgia', cursive;
}


.type-bigger {
    font-size: 110%;
}

.type-roman {
    font-style: normal;
}

.type-smallcap {
    font-variant: small-caps;
}


.type-white {
    color: #ffffff;
}


.type-yellow {
    color: #ffcf2e;
}


.type-bright-blue {
    color: #14b0ca;
}


.form-headline {
    font-family: 'Open Sans','Helvetica Neue', sans-serif;
    font-size: 1.125em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.35em;
    text-align: center;
    margin: 0;
}


.fine-print {
    font-family: 'Open Sans','Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 12px;
}


.blog-callout {
    font-family: 'Open Sans','Helvetica Neue', sans-serif;
    color: #294b52;
    font-size: 1em;
    font-size: 3.2vw;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}


.details-subhead {
    font-family: 'Homemade Apple', 'Georgia', cursive;
    color: #6b9ca6;
    font-size: 2em;
    font-size: 6vw;
    line-height: 1.5em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}


.details-subhead2 {
    font-family: 'Georgia', 'Times New Roman', serif;
    color: #7d9da3;
    font-size: 1.5em;
    font-size: 5vw;
    line-height: 1.5em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}


.author-head {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.5em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.quote {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-style: italic;
    font-size: 1.2em;
    text-align: center; 
    line-height: 1.5em;
}


.quote-author {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1em;
    text-align: center; 
}

.section-footerlegal h6 {
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.section-footerlegal>.container {
    border-top: 1px solid #949598;
}


/*******************************************************************
Images
*******************************************************************/
.img-headline-mobile {
    display: block;
    width: 85%;
    margin: 6px auto;
}


.img-tablet {
    width: 100%;
    max-width: 225px;
    max-height: 310px;
    display: block;
    margin: 0 auto;
}


.img-melissa {
    display: block;
    width: 60%;
    max-width: 250px;
    max-height: 250px;
    margin: 20px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 12px solid rgba(255, 255, 255, .2);
}


.img-book {
    display: block;
    width: 55%;
    margin: 0 auto;
    position: relative;
}


.img-icon {
    display: block;
    float: left;
    width: 100%;
    max-width: 175px;
    max-height: 220px;
}

a.img-logo {
    display: block;
    max-width: 175px;
    margin: 15px auto 0 auto;
}

a.img-logo>img{
    display: block;
    max-width: 175px;
    margin: 0 auto;
}

/*******************************************************************
Buttons & Links
*******************************************************************/
a {
    color: inherit;
    transition: all 0.4s ease 0s;
}

a:visited,
a:hover, 
a:active,
a:focus {
    text-decoration: none;
    color: inherit;
}


.modal-body>p>a:visited,
.modal-body>p>a:focus,
.modal-body>p>a {
    font-weight: 700;
}


.modal-body>p>a:hover {
    color: #14b0ca;
}
    


.btn-main,  
.btn-main:visited,
.btn-main:hover,
.btn-main:active,
.btn-main:focus {
    width: 100%;
}

.btn-main:visited,
.btn-main:focus,
.btn-main {
    display: block;
    text-align: center;
    background: #ffcf2e;
    color: #294b52;
    font-size: 1.5em;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    border: none;
    padding: 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 20px 0;
    outline: none;
    transition: all 0.7s ease 0s;
}


.btn-main:hover {
    text-decoration: none;
    color: #122124;
    text-shadow: #ffe894 1px 1px 0px;
    background: #ffd747;
    transition: all 0.7s ease 0s;
}


.btn-main:active {
    text-decoration: none;
    color: inherit;
    background: #e5bc27;
}


.btn-secondary:visited,
.bnt-secondary:focus,
.btn-secondary {
    display: block;
    width: 75%;
    text-align: center;
    background: #ffcf2e;
    background: rgba(255, 208, 47, 0);
    color: #294b52;
    font-size: 1.5em;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    border: 3px solid #294b52;
    padding: 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 20px auto;
    outline: none;
    transition: all 0.7s ease 0s;
}

.btn-secondary:hover {
    text-decoration: none;
    color: #182c30;
    border: 3px solid #182c30;
}

.btn-secondary:active {
    color: #000000;
    border: 3px solid #000000;
}


.link-inspiredroom, .link-inspiredroom:visited {
    display: block;
    margin: 10px auto;
    text-align: center;
    color: #ffcf2e;
    -webkit-font-smoothing: antialiased;
    transition: all 0.4s ease 0s;
}


.link-inspiredroom:hover {
    color: #ffffff;
    text-decoration: none;
}


.link-lthyh, .link-lthyh:visited {
    display: block;
    margin: 10px auto;
    text-align: left;
    color: #354c51;
    -webkit-font-smoothing: antialiased;
    transition: all 0.4s ease 0s;
}


.link-lthyh:hover {
    color: #000000;
    text-decoration: none;
}

.section-footerlegal a,
.section-footerlegal a:visited,
.section-footerlegal a:focus {
    cursor: pointer;
    color: #414042;
    outline: none;
}

.section-footerlegal a:hover {
    color: #636466;
    text-decoration: none;
}

/*******************************************************************
Carousel
*******************************************************************/
.carousel {
    display: block;
    position: relative;
    margin: 20px auto;
}


.carousel-inner {
    width: 75%;
    height: 330px;
    margin: 0 auto;
}


.endorse-container {
    padding: 20px 0;
}


.carousel-control {
    color: #ffffff;
    vertical-align: middle;
    line-height: 100%;
}


.carousel-control.right {
    background: none;
    width: 10%;
    height: 100%;
    display: block;
    line-height: 200px;
    font-size: 2.5em;
    text-shadow: none;
}


.carousel-control.left {
    background: none;
    width: 10%;
    display: block;
    line-height: 200px;
    font-size: 2.5em;
    text-shadow: none;
}


.carousel-indicators {
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    display: block;
    height: 20px;
    position: relative;
    vertical-align: bottom;
    clear: both;
}


.carousel-indicators>li {
    display: inline-block; 
}


/*******************************************************************
Tablet Size
*******************************************************************/
@media(min-width:768px){    
.blog-callout {
    font-size: 1.2em;
}
    
.section-header {
    padding: 0 0 50px 0;
}

    
.img-headline-largescreen {
    display: block;
    width: 85%;
    margin: 35px auto;
}
    
    
.video-form-container {
    position: relative;
    width: 90%;
    max-width: 960px;
    box-sizing: border-box;
    overflow: hidden;
    background: rgba(41, 75, 82, 0.85);
}

    
.video-wrapper {
    width: 46%; /* 46 % for desktop */
    float: left;
    background: #000000;
}


.video-wrapper:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
    
    
.video {
    width: 100%;
    vertical-align: middle;
    padding: 60px;
}


.form-wrapper {
    width: 54%; /* 54 % for desktop */
    float: left;
}
    
    
.form-header {
    padding: 10px 20px;
}
   
    
.form-headline {
    font-size: 1.35em;
}
  
    
.form-section {
    background: none;
    padding: 5px 30px;
}
    

.fine-print {
    text-align: right;
}

    

.quote-bg { 
    background: #6b9ca6;
    background-image: url(//cdn2.hubspot.net/hub/406163/file-2590950916-jpg/Melissa_Michaels/bg-blue-2x.jpg);
    -webkit-background-size: 600px 600px;
    -moz-background-size: 600px 600px;
    -o-background-size: 600px 600px;
    background-size: 600px 600px;
    background-repeat: repeat;
    padding: 20px 0;
    margin: 0 0 50px 0;
}


.section-details {
    background: #fefef4;
    background-image: url(//cdn2.hubspot.net/hub/406163/file-2602840303-jpg/Melissa_Michaels/bg-entryway-2x.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0;
} 
    
    
.details-subhead {
    color: #f5f3df;
    font-size: 2.5em;
    line-height: 1.5em;
    margin-top: 20px;
}

    
.details-subhead2 {
    margin: 10px 0 15px 0;
    font-size: 1.8em;
    text-align: left;
    line-height: 1.35em;
}


.btn-main,
.btn-main:focus,
.btn-main:visited,
.btn-main:hover,
.btn-main:active {
    width: 65%;
    font-size: 1.2em;
}
    
.btn-center,
.btn-center:visited,
.btn-center:hover,
.btn-center:active,
.btn-center:focus {
    margin-left: auto;
    margin-right: auto;
}
    
    
.img-tablet {
    max-width: 420px;
    max-height: 580px;
    margin: 0 auto -150px auto;
}
   
    
.img-book {
    width: 100%;
    z-index: 10;
    margin: 0 auto 30px 0;
}

   
.img-melissa {
    width: 90%;
}
    
    
.section-author { 
    padding: 40px 0 40px 0; 
} 
    
    
.author-head {
    text-align: left;
    font-size: 1.5em;
    margin: 10px 0 10px 0;
}
    
    
.link-inspiredroom {
    display: block;
    margin: 10px auto;
    text-align: left;
    color: #ffcf2e;
    -webkit-font-smoothing: antialiased;
    transition: all 0.4s ease 0s;
}
    

.book-header {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #354c51;
    -webkit-font-smoothing: antialiased;
    text-align: left;
}


.endorse-section {
    background: #ffffff;
    width: 100%;   
}

.carousel-inner {
    height: 250px;
}
    
.carousel-control {
    color: #000000;
}
  
    
.carousel-control:hover {
    color: #33b4cc;
}
    

.carousel-indicators li {
    border: none;
    background-color: #a8a9ac;
}
    
    
.carousel-indicators .active {
    background-color: #33b4cc;
}

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

h6.float-right {
    text-align: right;
}
    
}

/*******************************************************************
Small Desktop Size
*******************************************************************/
@media(min-width:992px){
    
.video {
    width: 100%;
    vertical-align: middle;
    padding: 0px;
}

    
.img-melissa {
    width: 80%;
}
    

.author-head {
    text-align: left;
    margin: 30px 0 15px 0;
    font-size: 2em;
}
    
.img-book {
    width: 85%;
    margin: -110px auto 30px auto;
}

    
.book-header {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 2em;
    line-height: 1.5em;
    color: #354c51;
    -webkit-font-smoothing: antialiased;
    text-align: left;
}
    

.quote, .quote-author {
    text-align: left;
}
   


}

/*******************************************************************
Large Screen Size
*******************************************************************/
@media(min-width:1200px){

}
