/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
BASE - GENERAL STYLES
*********************/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

html { font-size: 62.5%; }  /* REM setup */

body {
  font-size: 1.8rem; /* =14px */
  font-family: 'Raleway', sans-serif;
  color: #575757; /* old #333 */
}


.primary-bg-color {
  background: white;
}

.secondary-bg-color {
  background: #381c54;
}

.tertiary-bg-color {
  background: #0d471f;
}

.small-padding {
  padding: 10rem 5rem;
}

.line-separator {
  height:1px;
  background:#048a81;
  border-bottom:1px solid #313030;
  margin: 0 auto;
  width: 50%;
}

/*********************
BASE - LINK STYLES
*********************/
a:link, a:visited:link {
  font-weight: bold;
}


/*********************
BASE - H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h1   {
  font-size: 3.2rem; /* =24px */
  font-family: 'Raleway', sans-serif;
}



h2 {
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
  color: #b05165;
  padding-bottom: 2rem;
}

label {
  font-size: 1.6rem !important;
}

/*********************
LAYOUT - HEADER STYLES
*********************/
.header {
  padding: .5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header ul.off-canvas-list li {
  list-style: none; }

#logo_container img {

}

/*********************
LAYOUT - NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

.top-bar-container {
  background: blue;
}

.top-bar, .top-bar ul {
  background: white;
}

.top-bar {
  padding: 1.5em;
}

.top-bar a, .top-bar a:visited {
  color: #575757;
  font-weight: 500;
}

.nav ul {
  list-style-type: none;
  margin-bottom: 0 !important;
}

.nav li {
  display: inline-block;
  text-align: center;
  margin-bottom: 1em;
}

.nav a {
  padding:0 1.5em;
  color: #333;
  font-weight: 700;
}

.nav a:hover {
  color: #0d471f;
}

.small-nav li {
  display: block !important;
}

.menu .active>a {
  background: inherit;
  color: inherit;
}

/*********************
LAYOUT - XY GRID STYLES (FOUNDATION CSS OVERRIDES)
*********************/

.grid-container {
  max-width: 110rem;
}

[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea {
  font-size: 1.8rem;
  height: 3rem;
}

/*********************
MAILCHIMP FORM OVERRIDES
*********************/
.mc-field-group {
  line-height: 0;
  max-width: 30rem;
} /* removes ugly line heights from form */

.mce_inline_error {
  line-height: 1.5rem;
} /*compensates for removing ugly line heights */

/*********************
POSTS & CONTENT STYLES
*********************/

.full-width-padded {
	max-width: 120rem;
	margin: 0 auto;
}

.content {
  background: #F2EDE6;
}

.inner-content {
	padding-top: 2rem;
}

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

.pre-order {
  text-align: center;
}

.pre-order-text{
	padding:2rem;
	background:#8a89c0;
	border-radius: 4px;
	color: white;
	font-weight: bold;
}

.pre-order-text a{
	color: white;
}

#featured-section {
  padding: 0 4rem 4rem;
  margin: 0 auto;
  max-width: 120rem;
}

#bio-section {
  padding: 4rem;
  max-width: 100rem;
  margin: 0 auto;
}

.bio-text {
  margin: 2rem 0;
}

.bio-img {
  margin: 2rem 0;
}

#signup-section {
  max-width: 70rem;
  margin: 0 auto;
}

#signup-section h2 {
  font-size: 2rem;
}

#signup-section .button1 {
  /*  background-color: white; */
    /*color:#b05165; */
    border: 3px solid #b05165;
}

#signup-section label {
  display: none;
}

#signup-section input::placeholder {
  opacity: 0.7;
  color: black;
}


#mc_embed_signup {
  background: none !important;
}

.signup-img {
    padding-bottom: 2rem;
    margin: 0 auto;
    max-width:18rem;
}

#share-section {
  padding: 4rem;
  max-width: 100rem;
  margin: 0 auto;
}

#share-section img {
  margin: 0 auto;
  display: block;
}

#share-section p {
  text-align: center;
}


.book-img-shadow {
  box-shadow: 2px 2px 6px #888888;
}


.book-section {
  padding: 0 4rem 4rem;
  margin: 0 auto;
  max-width: 120rem;
}



/*********************
BUTTON STYLES
*********************/
.button {
    background-color: ##b05165;
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 6px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-weight: bold;
}

.button1 {
    background-color: #F2EDE6;
    color:#b05165;
    border: 3px solid #b05165;
}

.button1:focus,
.button1:hover {
    background-color: #b05165;
    color: white;
}



/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */



/*********************
MEDIA QUERIES
*********************/

@media only screen and (max-width: 320px) {
  .header {
    flex-direction: column;
  }
}

@media only screen and (max-width: 700px) {
  .header {
    flex-direction: column;
  }
}

@media print, screen and (max-width: 640px) {
  .top-bar-right li {
      text-align: center;
  }
}
