/**
 * Resets
 */

#the-book{
    position: relative;
    top: -35px;
}

#buy{
    position: relative;
    top: -35px;
}
#contact{
    position: relative;
    top: -35px;

}
.menu-navigation {
	top: 14px;
    z-index: 9999999;
	display: none;
	position: fixed;
	transition: all 0.3s;
	z-index: 999999999;
}
.menu-icon-toggle {
	display: block;
	width: 32px;
	height: 19px;
	position: relative;
	z-index: 9;
}
.open .menu-icon-toggle::before {
	background-color: #fff;
}
.open .menu-icon-toggle::after {
	background-color: #fff;
}
.open .menu-icon-toggle span {
	background: #fff !important;
}
.menu-icon-toggle span {
	display: block;
	width: 100%;
	margin: 0px !important;
	height: 2px;
	position: absolute;
	top: 50%;
	background-color: #fff;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}
.menu-icon-toggle::before, .menu-icon-toggle::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	background-color: #fff;
	-webkit-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
	transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
}
.menu-icon-toggle::before {
	top: 0px;
}
.menu-icon-toggle::after {
	bottom: 0px;
}
.open .menu-icon-toggle span {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.open .menu-icon-toggle::before {
	background-color: #fff;
}
.open .menu-icon-toggle::after {
	background-color: #fff;
}
.open .menu-icon-toggle::before {
	top: calc(50% - 1px);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open .menu-icon-toggle::after {
	bottom: calc(50% - 1px);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
	-webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
	transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.open .menu {
	left: 0px;
}
.menu {
	visibility: visible;
	box-sizing: border-box;
	left: -100%;
	right: 0px;
	padding: 110px 30px 30px 30px;
	transition: all 0.3s;
	background: #ff1d1d;
	position: fixed;
	width: 100%;
    z-index: 9;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	display: flex;
	height: 100vh;
}
.menu-left {
	color: #656565;
	width: 75%;
}
.menu-right {
	text-align: right;
	width: 50%;
}
.menu-right a {
	margin-left: 5px;
	display: inline-block !important;
}
.menu-right a:before {
	content: "";
	width: 0px !important;
}
.menu ul {
	position: relative;
	top: -40px;
	text-align: center;
	padding-left: 0px !important;
	margin-left: 0px !important;
}
.menu ul ul {
	top: 0px;
	margin-bottom: 20px;
	padding-left: 0px !important;
	margin-left: 0px !important;
}
.menu ul ul li a {
	font-size: 18px;
	color: #d7d7d7;
	line-height: 24px;
}
.menu ul ul li {
	margin-bottom: 10px;
}
.menu li {
	list-style: none;
	opacity: 0;
	margin-bottom: 15px;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menu li {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.5s;
}
.menu li span {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.open .menu li {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.open .menu li {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.open .menu li span {
	-webkit-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
.menu a {
        font-family: 'Brown Black';
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	font-size: 20px;
	letter-spacing: 2px;
	text-decoration: none;
	color: #fff;
}

.button{
    display: inline-block;
    margin: 20px 0px !important;
    padding: 10px 15px !Important;
    border: 2px solid white;
	    font-family: 'Brown Bold';
letter-spacing: 1px;
}

#background_overlay{
	
    display: none !important;
}

.button:hover{
	color: #ff1d1d !important;
    background: white;
}
.contact{
            width: calc(100% - 60px);
margin: 0px auto;
    font-family: 'Brown Bold';
letter-spacing: 4px;
    	font-size: 40px;
background-image: url(https://cortex.persona.co/t/original/i/985ecfa17499c6186d523bd1fe5d9217aea67c0d9721987a589be57d8fc39f34/Phylis_-1468.jpg);
background-size: cover;
    background-position: 50% 50%;
  padding-left: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 400px;
}
.where-to-buy{
        width: calc(100% - 60px);
margin: 0px auto;
font-family: 'Brown Bold';
letter-spacing: 4px;
    	font-size: 40px;
background-image: url(https://cortex.persona.co/t/original/i/79c3944b0acb7868f6ae45eda370e12a71a9a851ecbc5adc485e320999ced895/Phyllis-Lawrence.jpg);
  padding-left: 100px;
    display: flex;
    background-size: cover;
    background-position: 50% 50%;
    justify-content: flex-start;
    align-items: center;
    height: 50vh;
    min-height: 350px;
}



.cover {
  height: auto;
  margin: 120px auto 60px;
    width: 100%;
    display: flex;
align-items: center;
    justify-content: center;
  max-width: 460px;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cover:hover {
  transform: translateY(-4px);

}

.cover img {
     box-shadow:
    0 15px 25px rgba(0, 0, 0, 0.25),
    0 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  object-position: center;
  height: auto !important;
  width: 100% !important;
    display: block;
  padding: 0px 0 0px 0;
  border-radius: 5px;
    margin-bottom: 0px !important;
}

.first{
	   margin: 50px auto;
    max-width: 600px;
    padding: 0px 30px;
}

.second{    padding: 0px 30px;

	   margin: 50px auto;
    max-width: 600px;
}


.third{
	   margin: 50px auto;
    max-width: 600px;
        padding: 0px 30px;

}
.fourth{
	   margin: 50px auto;
    max-width: 600px;
        padding: 0px 30px;

}

.header{
        transition: 0.5s ease all;

    position: fixed;
    width: 50%;
	padding: 30px 30px 30px 30px;
}

.scrolled .header{
    transition: 0.5s ease all;
	background: #ff1d1d;
}

.header-inner{
	
    display: flex;
    justify-content: space-between;
}
.header a{
    font-size: 20px;
	text-decoration: none;
        font-family: 'Brown Black';
color: white !important;
}

.flickity-slider img {
  width: auto !important;
    height: 500px !Important;
  margin-right: 30px;
}
.carousel{
	margin: 0px auto;
    width: 100%;
}
.carousel img {
  display: block;
  width: 100%;
  height: auto;
}
.flickity-page-dots .dot{
	
    background: white !important;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: normal;
    color: white;
        font-family: 'TainoMedium';
}

b, strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 0px;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

li{
		    font-family: 'Brown Bold';
text-transform: uppercase;
    list-style: none;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 9px;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em; 
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 1em;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: #ff1d1d/*!content_left*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: initial /*!vertical_top*/;
	align-items: initial /*!vertical_top*/;
	left: 0 /*!content_left*/;
}

[data-css-presets="true"] .content_padded {
	padding: 0rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 50%/*!content_left*/;
}

[data-css-presets="true"] #backdrop {
	width: calc(100% - 50%)/*!left_fit*/;
	right: 0 /*!left_fit*/;
}

[data-predefined-style="true"] main {
	font-size: 20px;
	font-weight: normal;
	color: rgba(255, 255, 255, 1);
font-family: "calluna", serif;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] main a {
	color: rgba(255, 255, 255, 1);
    padding-bottom: 0em;
    text-decoration: none;
}

[data-predefined-style="true"] main a:hover {
color: white;
}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Bold', Social /*!System*/;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 4rem;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.85);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
    font-family: 'Brown Bold';
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
    letter-spacing: 3px;
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	line-height: 1.1;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Roman', Social /*!System*/;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.4);
	border-bottom-width: 0.1em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(255, 255, 255, 0)/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}


@media only screen and (max-width : 850px) {
    
    .loading{
    order: 2;
    right: 0px;
    left: 10px;
    position: relative;
    display: inline-block;
    text-align: left;
	width:254px
}

.bottom-right span{
	margin: 0px 15px;
    color: white;
}

.bottom-left{
	position: fixed;
    left: 0px;
    padding: 30px;
    margin: 0px auto;
    text-align: center;
    right: 0px;
    bottom: 80px;

}

.bottom-right{
	position: fixed;
    left: 0px;
    bottom: 30px;
    margin: 0px auto;
    text-align: center;
    right: 0px;

}


.logo{
position: fixed;
    left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 48% !important;
    height: 150px;
    margin: 0px auto;;
    width:400px;
}
    [data-predefined-style="true"] main {
	font-size: 18px;
    
}
    .loading:after {
  
  -webkit-animation: ellipsis steps(4, end) 2000ms infinite;
  animation: ellipsis steps(4, end) 2000ms infinite;
  
    }
}

@media only screen and (max-width : 1280px) {
    
    .header a{
	
        font-size: 15px;
}
    .cover {
  height: auto;
  margin: 100px auto 60px;
  
}
}

@media only screen and (max-width : 1000px) {
[data-css-presets="true"] .content_width{
	
    width:100% 
}
    
    .header{
	width: 100%;
}
    [data-css-presets="true"] #backdrop{
	position: relative !important;
        width: 100% !important;
        height: 100vh ;
}
    main{
	
        position: relative !important;
}
    .carousel{
	margin: 0px auto;
    width: 100%;
}
    .where-to-buy{
        width: 100% !important;
    
}
     .contact{
        width: 100% !important;
    
}
    #background_overlay{
	
    display: block !important;
}
}

@media only screen and (max-width : 700px) {
     .menu-navigation {
        display: block;
         position: fixed;
         top: 31px;
         right: 30px;;
}
    .header .desktop{
	
        display: none;
}
    .cover {
  height: auto;
        width: calc(100% - 60px);
  margin: 40px auto 60px;
  
}
    
    .flickity-slider img {
  width: auto !important;
    height: 300px !Important;
  margin-right: 30px;
}
   
      .header a{
	
        font-size: 18px;
}
    
     .where-to-buy{
         letter-spacing: 2px;
         padding-left: 30px;
        width: 100% !important;
    font-size: 20px;
}
     .contact{
        letter-spacing: 2px;
         padding-left: 30px;
        width: 100% !important;
    font-size: 20px;
    
}
   h2 {
   
	font-size: 16px !important;
	letter-spacing:1px !important;
}
    [data-predefined-style="true"] main {
	font-size: 17px;
	font-weight: normal;
    }
    li{
		    font-family: 'Brown Bold';
text-transform: uppercase;
    list-style: none;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 9px;
}
}