/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/**** Landing Page ****/

@font-face {
 font-family: 'DIN Medium';
 src: url('./fonts/DIN-MediumAlternate.woff2') format('woff2'),
 url('./fonts/DIN-MediumAlternate.woff') format('woff');
 font-weight: 500;
}
@font-face {
 font-family: 'DIN Bold';
 src: url('./fonts/MaisonNeue-Bold.woff2') format('woff2'),
 url('./fonts/MaisonNeue-Bold.woff') format('woff');
 font-weight: 700;
}
@font-face {
 font-family: 'DIN Regular';
 src: url('./fonts/MaisonNeue-Book.woff2') format('woff2'),
 url('./fonts/MaisonNeue-Book.woff') format('woff');
 font-weight: 400;
}
@font-face {
 font-family: 'DIN Medium';
 src: url('./fonts/MaisonNeue-Medium.woff2') format('woff2'),
 url('./fonts/MaisonNeue-Medium.woff') format('woff');
 font-weight: 500;
}
@font-face {
 font-family: 'DIN Bold';
 src: url('./fonts/MaisonNeue-Demi.woff2') format('woff2'),
 url('./fonts/MaisonNeue-Demi.woff') format('woff');
 font-weight: 400;
}

/**** Main Design ****/

@font-face {
 font-family: 'DIN Black';
 src: url('./fonts/DIN-Black.woff2') format('woff2'),
 url('./fonts/DIN-Black.woff') format('woff');
 font-weight: 900;
}
@font-face {
 font-family: 'DIN Bold';
 src: url('./fonts/DIN-Bold.woff2') format('woff2'),
 url('./fonts/DIN-Bold.woff') format('woff');
 font-weight: 700;
}
@font-face {
 font-family: 'DIN Medium';
 src: url('./fonts/DIN-Medium.woff2') format('woff2'),
 url('./fonts/DIN-Medium.woff') format('woff');
 font-weight: 500;
}
@font-face {
 font-family: 'DIN Regular';
 src: url('./fonts/DIN-Regular.woff2') format('woff2'),
 url('./fonts/DIN-Regular.woff') format('woff');
 font-weight: 400;
}
@font-face {
 font-family: 'DIN Regular Italic';
 src: url('./fonts/DIN-RegularItalic.woff2') format('woff2'),
 url('./fonts/DIN-RegularItalic.woff') format('woff');
 font-weight: 400;
}
@font-face {
 font-family: 'DIN Next LT Pro Medium Italic';
 src: url('./fonts/DINNextLTPro-MediumItalic.woff2') format('woff2'),
 url('./fonts/DINNextLTPro-MediumItalic.woff') format('woff');
 font-weight: 500;
}
@font-face {
 font-family: 'DIN Pro Bold Italic';
 src: url('./fonts/DINPro-BoldItalic.woff2') format('woff2'),
 url('./fonts/DINPro-BoldItalic.woff') format('woff');
 font-weight: 700;
}

/***************** GENERAL *****************/

.page-id-2 body{
	overflow-y: hidden;
}
body{
	overflow-x: hidden;
}
a.link, a.link:hover, a i, a i:hover, .menu li a, .menu li a:hover, .newsletter input, .newsletter input:hover, button, button:hover, .mc4wp-form input[type="submit"], .mc4wp-form input[type="submit"]:hover, .moOptinForm input[type="submit"], .moOptinForm input[type="submit"]:hover, .preorder-links li, .preorder-links li:hover, .btn, .btn:hover, .fl-page-header, .fl-page-header.fl-shrink-header, .mc4wp-form-1420 a img, .mc4wp-form-1420 a:hover img, .fadehover a img, .fadehover a:hover img, .fadehover:hover img, .fadehover img, #bonus-items .pp-infobox-description a, #bonus-items .pp-infobox-description a:hover{
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;

	-webkit-appearance: none;
	border-radius: 0;
}
.fadehover a:hover img,
.fadehover:hover img{
	opacity: 0.5;
}
.br-mobile br, .br-tag br{
	display: none;
}
.br-desktop br{
	display: block;
}
.max-450 .fl-module-content{
	max-width: 450px;
}
.max-500 .fl-module-content{
	max-width: 500px;
}
.max-800{
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 959px) {
	body{
		overflow-y: visible;
	}
	.fl-animation {
    	-webkit-animation: none !important;
        animation: none !important;
    	-webkit-transform: none !important;
        transform: none !important;
    	transition-property: none !important;
    	opacity: 1 !important;
  	}
	.max-450 .fl-module-content{
		max-width: unset;
	}
}

@media screen and (max-width: 600px) {
	.hideonsm{
		display: none;
	}
	.centersm{
		text-align: center;
	}
	.rflexsm{
		display: block;
	}
	.mobile-left .fl-photo-align-right {
		text-align: left;
	}
	.mobile-center, .mobile-center h5, .mobile-center .fl-photo-align-left{
		text-align: center !important;
	}
	.mobile-right .fl-photo-align-left {
		text-align: right;
	}
	.br-mobile br{
		display: block;
	}
	.br-desktop br, .br-desktop br:after{
		display: inline;
		content:' ';
	}
}

/***************** HEADER *****************/

/* DONT SHOW HEADER ON TEASER */
.page-id-2 .fl-page-header{
	display: none !important;
}
.fl-page-header-container.container {
    max-width: 100%;
	padding: 0 40px;
}
.page-id-1836 .fl-page-header,
.page-id-2510 .fl-page-header{
	background: #182548 !important; /* Old browsers */
    background: -moz-linear-gradient(left,  #182548 50%, #ffffff 50%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #182548 50%,#ffffff 50%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #182548 50%,#ffffff 50%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#182548', endColorstr='#ffffff',GradientType=1 ) !important; /* IE6-9 */
}
.fl-page-header{
	background-color: #fff !important;
}
.fl-page-header.fl-shrink-header{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.fl-page-header.fl-shrink-header,
.page-id-1836 .fl-page-header.fl-shrink-header,
.page-id-2510 .fl-page-header.fl-shrink-header{
	background: rgba(154,164,188,0.8) !important;
}
.fl-page-header-primary .fl-logo-img[style] {
  width: 300px !important;
	max-width: 300px;
	position: relative;
	max-height: unset !important;
}
.fl-page-nav-right .fl-page-header-wrap,
.fl-page-nav-wrap {
    border: none;
}
.fl-page-header-container.container {
    padding-top: 1em;
    padding-bottom: 1em;
}
.menu li {
    display: inline-block;
}
.menu li.order a, .menu li.bonus a, .fl-module.order a.btn {
    font-size: 18px;
    font-family: 'DIN Medium';
    display: block;
    text-transform: uppercase;
    box-sizing: border-box;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1.86px;
    padding: 0;
	text-decoration: none !important;
}
.menu li.bonus a, .fl-module.order a.btn {
    color: #283b41 !important;
    padding: 11px 0px 0 0;
	float: right;
}
.menu li.bonus a {
    border-bottom: 2px solid #283b41;
    position: relative;
    top: 11px;
    padding-bottom: 3px;
	margin-right: 30px;
}
.menu li.bonus a:hover, .fl-module.order a.btn:hover{
	color: #9aa4bc !important;
}
.menu li.bonus a:hover{
	border-bottom: 2px solid #5CC3EE;
}
.menu li.order a, .fl-module.order a.btn {
    color: #fff !important;
    padding: 15px 0 10px;
    background: #5CC3EE;
    width: 200px;
	font-size: 18px;
	margin-top: 11px;
}
.menu li.order a:hover, .fl-module.order a.btn:hover {
	background: #283b41;
	color: #fff !important;
}

@media only screen and (max-width: 1120px) {
	.menu li.order a, .fl-module.order a.btn {
		width: 170px;
	}
}
@media only screen and (max-width: 959px) {
	.fl-page-header{
		box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	}
	.page-id-1836 .fl-page-header,
  .page-id-2510 .fl-page-header{
		background: #fff !important;
	}
	.fl-page-header-logo {
		padding-bottom: 0 !important;
		padding-top: 25px;
	}
	.fl-page-nav-right .fl-page-header-logo {
		padding: 27px 0 !important;
	}
	.fl-page-nav-col{
		text-align: right;
	}
	.fl-page-nav-col ul#menu-book-menu{
		padding-right: 15px;
	}
	.menu li.order a, .fl-module.order a.btn {
		width: 270px;
	}
	.fl-page-header-container.container {
		max-width: 100%;
		padding: 0 20px;
	}
	#intro-left {
		background: #182548;
	}
	#intro-left .fl-col-content.fl-node-content {
		max-width: 560px;
		margin: 0 auto;
	}
	.menu li.order a {
		width: 200px;
	}
	.menu li.bonus a {
		margin-right: 30px;
	}
	.fl-module.order a.btn {
		float: left;
	}
}
@media only screen and (max-width: 767px) {
	.fl-page-nav-col{
		text-align: center;
	}
	.fl-page-nav-right .fl-page-header-logo {
		padding: 20px 0 10px !important;
	}
}
@media only screen and (max-width: 600px) {
	.fl-page-header, .fl-page-header.fl-shrink-header{
		background-color: #182548 !important;
	}
	.fl-page-nav-right .fl-page-header-logo {
		padding: 12px 0 8px !important;
	}
	div#fl-main-content {
		padding-top: 109px;
	}
	.page-id-2 div#fl-main-content {
		padding-top: 0px;
	}
	.fl-page-header {
		top: 0px;
		position: fixed;
		width: 100%;
		background: #fff;
		z-index: 99999;
	}
	ul#menu-book-menu {
		padding: 0;
		text-align: center;
	}
	.fl-page-header-primary .fl-logo-img[style] {
		max-width: 190px;
	}
	.fl-page-header-logo {
		padding-bottom: .5em !important;
	}
	.menu li.bonus a {
		margin-right: 20px;
	}
	.fl-page-nav-col ul#menu-book-menu{
		padding-right: 0;
	}
	.menu li.order a, .menu li.bonus a {
		width: 125px;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 1px;
	}
	.menu li.bonus a{
		width: auto;
	}
	.fl-page-nav-wrap {
		padding-bottom: 0 !important;
	}
	.fl-page-header-container.container {
		padding-bottom: .5em;
	}
	header .fl-page-header-logo {
		padding-bottom: 1em !important;
	}
	.fl-module.order a.btn {
		padding: 6px 0 6px;
		width: 100%;
    	font-size: 14px;
	}
}
@media only screen and (max-width: 374px) {
	.fl-module.order a.btn {
		padding: 2px 0 2px;
	}
}

/** style for when there is no bonus videos link
ul#menu-book-menu{
	margin: 10px 0;
	float: right;
}
@media only screen and (max-width: 1120px) {
	.menu li.order a {
		width: 270px;
	}
}
@media only screen and (max-width: 959px) {
	ul#menu-book-menu{
		padding-right: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.col-sm-4.col-md-4.fl-page-header-logo-col,
	.col-sm-8.col-md-8.fl-page-nav-col{
		float: left;
		width: 50% !important;
	}
}
@media only screen and (max-width: 600px) {
	.menu li.order a {
		width: 140px;
	}
	ul#menu-book-menu {
		padding-right: 0;
	}
	.fl-page-nav-right .fl-page-header-logo {
		padding-top: 19px;
	}
	.fl-page-header-container.container {
		padding-bottom: 0;
	}
}**/

/***************** HOMEPAGE *****************/

.split-col-bluewhite{
    background: #182548; /* Old browsers */
    background: -moz-linear-gradient(left,  #182548 50%, #ffffff 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #182548 50%,#ffffff 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #182548 50%,#ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#182548', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.split-col-bluewhite .fl-row-content-wrap{
	min-height: calc(100vh - 102px);
}
.fwc-fixed-text .fl-module-content {
    width: 640px;
    float: right;
}
.fwc-fixed-text .fl-module-content .fl-rich-text {
    max-width: 485px;
}
.about-text .fl-rich-text{
	max-width: 510px;
}
#logos img.fl-photo-img,
.fl-module-pp-logos-grid img.logo-image{
    max-height: 45px;
}
#quote {
    max-width: 500px;
}

#about-mark-wrap .fl-col-content {
	background-position: -20px bottom;
	padding-bottom: 26vw !important;
}

@media only screen and (max-width: 1440px) {
	.fwc-fixed-text .fl-module-content {
		width: auto;
		float: unset;
	}
	#about-mark-row .fl-row-content-wrap{
		padding-top: 0 !important;
	}
	#main-book-image img{
    	width: 530px;
	}
}
@media only screen and (max-width: 959px) {
	.split-col-bluewhite{
		background: none;
		filter: none;
	}
	div#intro-left, div#intro-right {
		top: 0;
	}
	#about-mark-wrap .fl-col-content {
		padding-bottom: inherit !important;
	}
	#about-mark-row .fl-row-content-wrap{
		background: none;
	}
	.fwc-fixed-text .fl-module-content .fl-rich-text {
		max-width: unset;
	}
	p.pp-infobox-title br,
	p.pp-infobox-title br:after{
		content:' ';
	}
	.pp-infobox-title-wrapper .pp-infobox-title {
		margin-bottom: 10px !important;
	}

	#logos img.fl-photo-img,
	.fl-module-pp-logos-grid img.logo-image{
		max-height: 30px;
	}
	.pp-icon-wrapper.animated {
		grid-column: 1;
		grid-row: 1 / span 2;
		display: flex;
		align-items: center;
		box-sizing: border-box;
	}
	.fl-module.fl-module-rich-text br,
	.fl-module.fl-module-rich-text br:after {
		content: ' ';
	}
}
@media only screen and (max-width: 600px) {
	#logos img.fl-photo-img,
	.fl-module-pp-logos-grid img.logo-image{
		max-height: 20px;
	}
	.pp-infobox-title-wrapper .pp-infobox-title {
		margin-top: 20px !important;
	}
	#three-icons .pp-infobox-image{
		text-align: center !important;
	}
	.pp-infobox-image img {
		max-width: 70% !important;
	}
	.fl-module.fl-module-rich-text.fl-node-5d8d09c034515 br,
	.fl-module.fl-module-rich-text.fl-node-5d8d09c034515 br:after{
		content: ' ';
	}
}

/***************** BONUS PAGE *****************/

#bonus-form .fl-col-content{
   -moz-box-shadow:    inset 0 0 16px #ddd;
   -webkit-box-shadow: inset 0 0 16px #ddd;
   box-shadow:         inset 0 0 16px #ddd;
}
#bonus-items .pp-infobox-description strong{
	color: #5CC3EE;
}
#bonus-items .pp-icon-wrapper{
	margin-top: 14px;
}

ul.spreadtheword {
    padding: 0;
}
ul.spreadtheword li {
    list-style: none;
    display: inline-block;
    margin: 0 3% 0 0;
}
ul.spreadtheword a.fl-button {
    padding: 0 !important;
    border: none !important;
    border-radius: 100% !important;
    width: 50px;
    height: 50px;
}
ul.spreadtheword a.fl-button i{
	margin: 0;
	font-size: 28px;
    width: 100%;
    line-height: 50px;
    text-align: center;
}
ul.spreadtheword a.fl-button span{
	display: none;
}
ul.spreadtheword a.fl-button:hover,
ul.spreadtheword a.fl-button:hover span,
ul.spreadtheword a.fl-button:hover i:before,
ul.spreadtheword a.fl-button i:before{
  color: #fff !important;
	/* font-family: 'Font Awesome Brands';
	font-weight: 300; */
}
ul.spreadtheword #facebook a {
    background: #306199;
}
ul.spreadtheword #twitter a{
	background: #26c5ef;
}
ul.spreadtheword #linkedin a{
	background: #027bb0;
}
ul.spreadtheword #instagram a{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
ul.spreadtheword li a.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
ul.spreadtheword li a.hvr-push:hover, ul.spreadtheword li a.hvr-push:focus, ul.spreadtheword li a.hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@media only screen and (max-width: 959px) {
	#bonus-items .pp-infobox{
		padding: 60px 40px 50px !important;
	}
	#bonus-items .pp-icon-wrapper,
	#bonus-items .pp-infobox-image{
		width: 100%;
	}
	#bonus-items .pp-icon-wrapper{
		margin: 0 0 10px 0;
	}
}
@media only screen and (max-width: 600px) {
	#bonus-items .pp-infobox{
		padding: 40px 20px 30px !important;
	}
	#bonus-items .pp-icon-wrapper img{
		max-width: 65% !important;
	}
}

/***************** BONUS DELIVERY PAGE *****************/

.page-id-2189 #bonus-items .pp-infobox-description small,
.page-id-2189 #bonus-items .pp-infobox-description ul{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.31px;
	display: inline-block;
}
.page-id-2189 #bonus-items .pp-infobox-description ul {
	margin: 1em 0 0 0;
}
.page-id-2189 #bonus-items .pp-infobox-description small strong{
	color: #182548;
  font-family: 'DIN Bold';
}
.page-id-2189 #bonus-items .pp-infobox-description a {
    background: #8AC23F;
    color: #fff;
    padding: 8px 20px 3px;
    font-family: 'DIN Medium';
    font-size: 21px;
    letter-spacing: 2.25px;
    display: inline-block;
	margin: 20px 0 25px;
	text-decoration: none;
}
.page-id-2189 #bonus-items .pp-infobox-description a strong{
	color: #fff;
	font-family: 'DIN Bold';
}
.page-id-2189 #bonus-items .pp-infobox-description a:hover{
	text-decoration: none;
	cursor: pointer;
	background: #5CC3EE;
}

@media only screen and (max-width: 959px) {
	.page-id-2189 #bonus-items .pp-infobox-description a{
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		margin: 10px 0 15px;
	}
}
@media only screen and (max-width: 600px) {
	.page-id-2189 #bonus-items .pp-infobox-description a{
		margin: 5px 0 10px;
		padding: 8px 10px 6px;
		font-size: 17px;
		letter-spacing: 1px;
		line-height: 20px;
	}
	.page-id-2189 #bonus-items .pp-infobox-description small,
	.page-id-2189 #bonus-items .pp-infobox-description ul{
		font-size: 12px;
		line-height: 20px;
	}
}

/***************** NO HEADER BUTTON *****************/

.page-id-2189 #menu-book-menu{
	display: none;
}
.page-id-2189 .fl-page-header-logo-col{
	height: 74px;
}
@media only screen and (max-width: 959px) {
	.page-id-2189 .col-sm-4.col-md-4.fl-page-header-logo-col{
		width: 100% !important;
	}
	.page-id-2189 .fl-page-nav-right .fl-page-header-logo {
		padding-left: 0;
	}
	.page-id-2189 .fl-page-nav-col{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.page-id-2189 .fl-page-nav-right .fl-page-header-logo {
		padding: 25px 0 25px !important;
	}
}
@media only screen and (max-width: 600px) {
	.page-id-2189 .fl-page-header-logo-col{
		height: 45px;
	}
	.page-id-2189 div#fl-main-content {
		padding-top: 52px;
	}
	.page-id-2189 .fl-page-nav-right .fl-page-header-logo {
		padding: 15px 0 15px !important;
	}
}

/***************** FOOTER *****************/

#footer ul {
    margin: 0;
    padding: 0;
}
#footer ul li {
    list-style: none;
    display: inline-block;
    margin: 0 1%;
}

/***************** TESTIMONALS *****************/

.pp-testimonials .owl-item {
    background: #ebf8fd;
    border-radius: 40px;
    padding: 40px 40px 20px;
}
.pp-testimonials-content,
h3.pp-testimonials-title,
h4.pp-testimonials-subtitle{
    text-align: left;
}
.pp-testimonials-content p::before, .pp-testimonials-content p::after {
    content: '"';
}
h3.pp-testimonials-title::before {
    content: "— ";
}
.owl-theme .owl-dots .owl-dot span {
	width: 17px !important;
    height: 17px !important;
    margin: 5px 10px !important;
	border: 3px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span {
	border: none;
}
.owl-dots {
    text-align: right;
    float: right;
    padding: 20px 40px 0 0;
}

.pp-testimonial .pp-testimonials-image img {
  max-height: 95px !important;
  max-width: 95px !important;
  height: 95px !important;
  width: 95px !important;
}

@media only screen and (max-width: 959px) {
	.pp-testimonials .owl-item {
		padding: 30px 30px 10px;
	}
	.owl-dots {
		float: unset;
		padding-right: 0;
	}
}
@media only screen and (max-width: 600px) {
	.pp-testimonials .owl-item {
		padding: 10px 10px 0;
	}
	.pp-testimonial .pp-testimonials-image img {
		max-height: 72px !important;
		max-width: 72px !important;
    height: 72px !important;
		width: 72px !important;
	}
}

/***************** PRE-ORDER BUTTONS *****************/

.preorder {
    margin: 0 auto;
    text-align: left;
}
.preorder span{
  display: block;
  color: #fff;
  font-family: "DIN Medium", Verdana, Arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 0.15px;
  margin: 10px 0 0 0;
}
.preorder span a:hover{
  color: #8AC23F;
}
.preorder .btn {
    font-family: 'DIN Medium';
    background: #8AC23F;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 1.86px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0;
    padding: 15px 0 9px;
    max-width: 338px;
}
.preorder .btn:hover{
	background: #3f4141;
	color: #fff;
}
.preorder-links{
	list-style: none;
	margin: 20px 0 0 -9px;
    padding: 0;
	text-align: left;
	max-width: 500px;
}
.preorder-links li{
	display: inline-block;
    width: 50px;
    height: 50px;
    background: #9aa4bc;
    border-radius: 12px;
    margin: 0 9px;
}
.preorder-links li:hover{
	background: #5CC3EE;
	border-radius: 12px;
}
.preorder-links li a{
	width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 32px auto;
}
.preorder-links li#amazon a{
	background-image: url(https://youngforeverbook.com/wp-content/uploads/2020/11/order-amazon-2x.png);
}
.preorder-links li#indie a{
	background-image: url(https://youngforeverbook.com/wp-content/uploads/2020/11/order-indiebound-2x.png);
}
.preorder-links li#barnes a{
	background-image: url(https://youngforeverbook.com/wp-content/uploads/2020/11/order-bn-2x.png);
}
.preorder-links li#bam a{
	background-image: url(https://youngforeverbook.com/wp-content/uploads/2020/11/order-bam-2x.png);
}
.preorder-links li#ibooks a{
	background-image: url(https://youngforeverbook.com/wp-content/uploads/2020/11/order-ibooks-2x.png);
}
.preorder-links li#bookshop a{
	background-image: url(https://youngforeverbook.com/wp-content/uploads/2023/04/order-bookstore-2x.png);
}
.preorder-links li#waterstones a{
	background-image: url(https://youngforeverbook.com/wp-content/uploads/2023/04/order-waterstones-2x.png);
}

.center-col .fl-module{
	margin: 0 auto;
	text-align: center;
	max-width: 560px;
}
.landing-text .fl-rich-text{
    max-width: 450px;
}

@media only screen and (max-width: 959px) {
	.order .preorder-links {
		margin: 2em auto 0;
	}
	.preorder, .preorder-links {
		text-align: center;
	}
	.landing-text .fl-rich-text{
		max-width: unset;
	}
	.no-bg-tablet .fl-col-content {
    	background-color: #fff;
	}
}
@media only screen and (max-width: 600px) {
	.preorder.order .btn {
		font-size: 14px;
		padding: 11px 0 11px;
    	max-width: 300px;
	}
	.order .preorder-links {
		margin: 1.5em auto 0;
	}
	.preorder-links li{
		margin: 0 4px;
	}
	.order .preorder-links li {
		width: 45px;
		height: 45px;
		border-radius: 6px;
		margin: 0 7px;
	}
	.order .preorder-links li a {
		background-size: 30px auto;
	}
}
@media only screen and (max-width: 374px) {
	.order .preorder-links li {
		width: 40px;
		height: 40px;
		margin: 0 6px;
	}
}


/***************** MAILCHIMP / MAILOPTIN *****************/

::placeholder{
	color: #fff !important;
	opacity: 0.6 !important;
}

.mc4wp-form input, .moOptinForm#bUSYlrYPSI input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'DIN Regular';
  padding: 15px !important;
  line-height: normal;
  box-sizing: border-box;
  height: auto;
}
.mc4wp-form input[type="submit"], .moOptinForm#bUSYlrYPSI input[type="submit"]{
	font-family: 'DIN Medium';
  text-transform: uppercase;
  letter-spacing: 1.87px;
	font-style: normal;
}
.mc4wp-form input[type="submit"]:hover, .moOptinForm#bUSYlrYPSI input[type="submit"]:hover{
	border: none;
}
.mc4wp-alert p, .moOptinForm#bUSYlrYPSI p {
  text-align: center;
  font-family: 'DIN Regular';
  color: #9aa4bc;
	margin: 10px 0;
	font-size: 16px;
}

.moOptinForm#bUSYlrYPSI{
  margin-bottom: -10px;
}
.moOptinForm#bUSYlrYPSI .mo-optin-form-wrapper{
	background: none !important;
  border: none !important;
	margin: 0 !important;
}
.moOptinForm#bUSYlrYPSI .mo-optin-fields-wrapper{
	display: flex;
}
.moOptinForm#bUSYlrYPSI .gridgum_body-inner {
	padding: 0 !important;
}
.moOptinForm#bUSYlrYPSI .mo-optin-form-container .mo-optin-spinner{
	opacity: 1 !important;
  background-color: #182548 !important;
}
body #bUSYlrYPSI .mo-optin-form-container .mo-optin-form-wrapper .mo-optin-success-msg {
  text-align: center;
  font-family: 'DIN Medium';
  color: #fff !important;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500 !important;
  letter-spacing: 1.2px;
}
body #bUSYlrYPSI .mo-optin-form-container .mo-optin-spinner {
  background-image: url(https://youngforeverbook.com/wp-content/uploads/2021/03/loading7.gif);
  background-size: 50px !important;
}
.moOptinForm#bUSYlrYPSI .mo-optin-error {
  margin-top: 10px !important;
}
.mo-optin-form-wrapper{
  padding: 2px 0 !important;
}

@media only screen and (max-width: 768px) {
  .moOptinForm#bUSYlrYPSI .mo-optin-fields-wrapper{
  	display: block;
  }
  .moOptinForm#bUSYlrYPSI .mo-optin-error {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  body #bUSYlrYPSI .mo-optin-form-container .mo-optin-form-wrapper .mo-optin-success-msg {
    font-size: 12px;
    letter-spacing: 0.93px;
  }
}




/**** Footer - Newsletter Signup ***/

.mc4wp-form-2074 input[type="text"], .moOptinForm#bUSYlrYPSI input[type="text"]{
  width: 28% !important;
  margin: 0 !important;
}
.mc4wp-form-2074 input[type="email"], .moOptinForm#bUSYlrYPSI input[type="email"]{
  width: 45% !important;
  margin: 0 2% !important;
}
.mc4wp-form-2074 input[type="text"], .moOptinForm#bUSYlrYPSI input[type="text"],
.mc4wp-form-2074 input[type="email"], .moOptinForm#bUSYlrYPSI input[type="email"]{
	background-color: transparent !important;
  border: 2px solid #d8deef !important;
	color: #fff !important;
}
.mc4wp-form-2074 input[type="submit"], .moOptinForm#bUSYlrYPSI input[type="submit"]{
	border: none !important;
  width: 23% !important;
  background: #5CC3EE;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
	padding: 17px 15px 13px !important;
  border-radius: 0 !important;
}
.mc4wp-form-2074 input[type="submit"]:hover, .moOptinForm#bUSYlrYPSI input[type="submit"]:hover{
	background: #fff !important;
	color: #283b41 !important;
}

@media only screen and (max-width: 768px) {
	.mc4wp-form input, .moOptinForm#bUSYlrYPSI input[type="text"], .moOptinForm#bUSYlrYPSI input[type="email"], .moOptinForm#bUSYlrYPSI input[type="submit"]{
		width: 100% !important;
	}
	.mc4wp-form-2074 input, .moOptinForm#bUSYlrYPSI input[type="text"], .moOptinForm#bUSYlrYPSI input[type="email"], .moOptinForm#bUSYlrYPSI input[type="submit"]{
    margin: 0 0 12px 0 !important;
	}
}
@media only screen and (max-width: 600px) {
	.mc4wp-form input, .moOptinForm#bUSYlrYPSI input[type="text"], .moOptinForm#bUSYlrYPSI input[type="email"], .moOptinForm#bUSYlrYPSI input[type="submit"]{
		font-size: 15px;
		padding: 12px;
	}
	.mc4wp-form-2074 input[type="submit"], .moOptinForm#bUSYlrYPSI input[type="submit"]{
		font-size: 14px;
    line-height: normal;
	}
}

/**** Bonus ***/

.mc4wp-form-2181 ::placeholder,
.bonus-form ::placeholder{
	color: #283b41 !important;
}
.mc4wp-form-2181 .formrow,
.bonus-form .formrow {
    clear: both;
    padding: 30px 0;
}
.mc4wp-form-2181 .formrow.row2, .mc4wp-form .formrow.row3,
.bonus-form .formrow.row2, .bonus-form .formrow.row3{
	border-top: 1px solid #9aa4bc;
}
.mc4wp-form-2181 .step,
.bonus-form .step{
    font-size: 18px;
    font-family: 'DIN Bold' !important;
    float: left;
    width: 20%;
}
.mc4wp-form-2181 .boxright,
.bonus-form .boxright{
    float: left;
    width: 80%;
}
.mc4wp-form-2181 .formfields,
.bonus-form .formfields{
	padding: 15px 0;
}
.mc4wp-form-2181 .bonustext,
.bonus-form .bonustext{
    line-height: 1.7em;
}
.mc4wp-form-2181 .bonustext em,
.bonus-form .bonustext em{
	color: #5CC3EE !important;
}
.mc4wp-form-2181 .row3 .bonustext,
.bonus-form .row3 .bonustext{
	line-height: 64px;
    font-size: 18px;
    font-family: 'DIN Regular';
    text-transform: uppercase;
}
.mc4wp-form-2181 ul,
.bonus-form ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
.mc4wp-form-2181 ul li,
.bonus-form ul li{
    display: inline-block;
    margin: 20px 2%;
    width: 28%;
}
.mc4wp-form-2181 a#amazon img,
.bonus-form a#amazon img{
    height: 30px;
    display: block;
    float: left;
}
.mc4wp-form-2181 a#bn img,
.bonus-form a#bn img{
    height: 22px;
    position: relative;
    top: -13px;
    margin: 0 auto;
    display: block;
}
.mc4wp-form-2181 a#ib img,
.bonus-form a#ib img{
    height: 50px;
    position: relative;
    float: right;
    display: block;
}
.mc4wp-form-2181 a:hover img,
.bonus-form a:hover img{
	opacity: 0.5;
}
.mc4wp-form-2181 input,
.mc4wp-form-2181 input:hover,
.mc4wp-form-2181 input:focus,
.bonus-form input,
.bonus-form input:hover,
.bonus-form input:focus{
    width: 90% !important;
    margin-bottom: 10px !important;
	color: #283b41 !important;
	font-style: normal;
	background: #F6F6F6;
	padding: 15px !important;
	border-bottom: 0 !important;
	font-size: 20px !important;
}
.mc4wp-form-2181 input[type="submit"],
.bonus-form input[type="submit"]{
    background-color: #8AC23F !important;
    top: 0;
    /* width: 60% !important; */
    float: left;
	margin-right: 20px !important;
	color: #fff !important;
	font-size: 20px !important;
	letter-spacing: 2.25px !important;
	padding-top: 20px;
	font-family: 'DIN Medium';
}
.mc4wp-form-2181 input[type="submit"]:hover,
.bonus-form input[type="submit"]:hover{
	background-color: #5CC3EE !important;
	color: #fff !important;
}
.mc4wp-form-2181 .mc4wp-alert.mc4wp-error,
.bonus-form .mc4wp-alert.mc4wp-error{
    position: relative;
    display: block;
    clear: both;
    padding-top: 1em;
    text-align: center;
}
.bonus-form .gridgum_body-inner,
.bonus-form .gridgum_body,
.bonus-form .formfields{
	padding: 0 !important;
	margin: 0 !important;
}
.bonus-form .mo-optin-error {
    clear: both;
    width: 90%;
}
.bonus-form .mo-optin-success-msg {
    width: 90% !important;
    left: unset !important;
    transform: unset !important;
    font-family: "DIN Medium", Verdana, Arial, sans-serif !important;
    color: #324561 !important;
}
@media screen and (max-width: 1024px) {
	.fl-node-5de0343326a33 {
		width: 40%;
	}
	.mc4wp-form-2181 input[type="submit"],
	.bonus-form input[type="submit"]{
		width: 100% !important;
		position: relative;
		z-index: 99999;
	}
	.mc4wp-form-2181 .row3 .bonustext,
	.bonus-form .row3 .bonustext{
		text-align: center;
	}
}
@media screen and (max-width: 600px) {
	.mc4wp-form-2181 .formrow.row1,
	.bonus-form .formrow.row1{
		margin-top: -20px;
	}
	.mc4wp-form-2181 .step,
	.bonus-form .step{
		float: unset;
		width: 100%;
		text-align: center;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.mc4wp-form-2181 .row3 .bonustext,
	.bonus-form .row3 .bonustext{
		font-size: 12px;
		line-height: normal;
		position: relative;
		top: 7px;
	}
	.mc4wp-form-2181 .bonustext,
	.bonus-form .bonustext{
		text-align: center;
	}
	.mc4wp-form-2181 .boxright,
	.mc4wp-form-2181 input,
	.mc4wp-form-2181 input[type="submit"],
	.bonus-form .boxright,
	.bonus-form input,
	.bonus-form input[type="submit"]{
		width: 100% !important;
	}
	.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
		font-size: 12px;
	}

	.mc4wp-form-2181 ul li,
	.bonus-form ul li{
		margin: 20px 4%;
    	width: 24%;
	}
	.mc4wp-form-2181 a#amazon img,
	.bonus-form a#amazon img{
		height: 40px;
	}
	.mc4wp-form-2181 input[type="submit"],
	.bonus-form input[type="submit"]{
		padding-top: 16px;
	}
}

/****/

/***************** MAILOPTIN *****************/

/* .moOptinForm{
	padding: 0;
  margin: 0 auto;
}
input{
	border: none !important;
	box-shadow: none;
	height: 55px !important;
}
&[type="text"]{
	width: 30% !important;
	margin-right: 1% !important;
}
&[type="email"]{
	width: 40% !important;
	margin-right: 1% !important;
}
input[type="submit"], button[type="button"]{
	width: 28% !important;
}
.mo-optin-success-msg {

} */

/***************** FIXES *****************/

/* Fix for BB columns to reverse stack on tablet as well as mobile */
@media (max-width: 959px) {
  .fl-col-group.fl-col-group-responsive-reversed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -ms-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

/***********************RESOURCES PAGE**********************/

a.header-book {
    font-family: "DIN Medium", Verdana, Arial, sans-serif;
    /*color: #283b41 !important;*/
    font-size: 24px;
    letter-spacing: 3.63px;
    text-transform: uppercase;
}
a.header-book span{
    padding-left: 30px;
}

.resources{
    border-top: 3px solid #DAE3E7;
    padding: 12px 0 10px 0;
}
.resources.last{
    border-bottom: 3px solid #DAE3E7;
}
.resources.no-line {
    border: none;
}
.resources.dark h4 {
    color: #182548;
}
.resources.dark.alt h4 {
    color: #5cc3ee;
}
.resources h4{
    font-family: "DIN Bold", Verdana, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.43px;
    padding-bottom: 5px;
}
.resources p{
    font-family: "DIN Regular", Verdana, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.43px;
    line-height: 28px;
}
.resources a{
    color: #283b41;
}
.resources a:hover{
    color: #5CC3EE;
}
.resources.dark p, .resources.dark p a {
    color: #fff;
}
.resources.dark p strong, .resources.dark p strong a {
    color: #182548;
}
.resources.dark.alt p strong, .resources.dark.alt p strong a {
    color: #5cc3ee;
}
.resources.dark p a:hover {
	color: #182548;
}
.resources.dark.alt p a:hover {
	color: #8ac23f;
}
.resources.dark h4 a:hover, .resources.dark p strong a:hover {
	color: #fff;
}

#resource-list{
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
    padding: 0;
    list-style: none;
	font-family: "DIN Regular", Verdana, Arial, sans-serif;
}
.full#resource-list{
	columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
#resource-list li{
	padding: 12px 0;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
#resource-list li a:hover{
	color: #5CC3EE;
	/*text-decoration: underline;*/
}
#resource-list li span{
	display: block;
	font-size: 0.9em;
    line-height: 1.4em;
    margin-top: 5px;
}

#resource-list.dark li{
	border-bottom: 3px solid #445978;
}
#resource-list.light li{
	border-bottom: 3px solid #a2bace;
}
#resource-list.white li{
	border-bottom: 3px solid #dae3e7;
}
#resource-list.dark a{
	color: #fff;
}
#resource-list.light a,
#resource-list.white a{
	color: #283b41;
}
#resource-list.dark li span{
	color: rgba(255,255,255,0.5);
}
#resource-list.light li span,
#resource-list.white li span{
	color: rgba(0,0,0,0.5);
}

@media screen and (max-width: 959px) {
    a.header-book {
        font-size: 20px;
        letter-spacing: 3px;
    }
    .resources.last.hide-mobile{
        border-bottom: none;
    }
    #resource-list{
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}
@media screen and (max-width: 600px) {
    a.header-book {
        font-size: 16px;
        letter-spacing: 2.3px;
    }
    a.header-book span{
        padding: 15px 0 10px 0;
        display: block;
    }
    a.header-book img{
        display: none;
    }
    .resources h4{
        font-size: 16px;
    }
    .resources p{
        font-size: 15px;
        line-height: 22px;
    }
    #resource-list{
		font-size: 15px;
		line-height: 20px;
	}
	#resource-list li {
		padding: 8px 0 6px;
	}
}
