@charset "UTF-8";
/*
Theme Name:     Mem Fox 2016
Theme URI:      memfox.com
Author:         Enee Solutions
Author URI:     enee.com.au
Version:        1.0
*/
.col-1 {
  width: 8.3333333333%;
  float: left;
}

.col-2 {
  width: 16.6666666667%;
  float: left;
}

.col-3 {
  width: 25%;
  float: left;
}

.col-4 {
  width: 33.3333333333%;
  float: left;
}

.col-5 {
  width: 41.6666666667%;
  float: left;
}

.col-6 {
  width: 50%;
  float: left;
}

.col-7 {
  width: 58.3333333333%;
  float: left;
}

.col-8 {
  width: 66.6666666667%;
  float: left;
}

.col-9 {
  width: 75%;
  float: left;
}

.col-10 {
  width: 83.3333333333%;
  float: left;
}

.col-11 {
  width: 91.6666666667%;
  float: left;
}

.col-12 {
  width: 100%;
  float: left;
}

.home section, .blog aside, .archive aside, .search aside, .error404 aside, .blog main, .archive main, .search main, .error404 main, .single aside, .page aside, .single main, .page main, aside, .for-tabs, .container .content, .container, body {
  *zoom: 1;
}
.home section::before, .blog aside::before, .archive aside::before, .search aside::before, .error404 aside::before, .blog main::before, .archive main::before, .search main::before, .error404 main::before, .single aside::before, .page aside::before, .single main::before, .page main::before, aside::before, .for-tabs::before, .container .content::before, .container::before, body::before, .home section:after, .blog aside:after, .archive aside:after, .search aside:after, .error404 aside:after, .blog main:after, .archive main:after, .search main:after, .error404 main:after, .single aside:after, .page aside:after, .single main:after, .page main:after, aside:after, .for-tabs:after, .container .content:after, .container:after, body:after {
  content: " ";
  display: table;
}
.home section::after, .blog aside::after, .archive aside::after, .search aside::after, .error404 aside::after, .blog main::after, .archive main::after, .search main::after, .error404 main::after, .single aside::after, .page aside::after, .single main::after, .page main::after, aside::after, .for-tabs::after, .container .content::after, .container::after, body::after {
  clear: both;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Lato", sans-serif;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

*, *::after, *::before {
  box-sizing: border-box;
  -webkit-appearance: none;
}

html {
  background: #FFF;
  overflow-x: hidden;
}

body {
  background: #FFF;
  font: 400 16px/24px "Lato", sans-serif;
  color: #4b4b4b;
  border: 30px solid #FFF;
  min-height: 100vh;
  background: url(img/bg_texture.jpg);
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body.open {
  overflow-x: initial;
}

.container {
  margin: 30px auto;
  max-width: 1200px;
}
.container .content {
  float: left;
}

main {
  margin: 30px 0;
}

#menuToggle {
  display: none;
  cursor: pointer;
}
#menuToggle::before {
  content: "";
  font-family: "FontAwesome";
}

a {
  text-decoration: none;
  color: #8A6292;
}

a.btn {
  display: inline-block;
  margin: 1em 0;
  background: #f2ae72;
  font: 18px/30px "Lato", sans-serif;
  height: 30px;
  color: #FFF;
  border-radius: 15px;
  padding: 0 1em;
  cursor: pointer;
  text-decoration: none;
}
a.btn i {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  padding-right: 10px;
}

a.cta {
  display: inline-block;
  margin: 1em 0;
  background: #F5F5F5;
  font: 18px/80px "Lato", sans-serif;
  height: 80px;
  color: #4b4b4b;
  text-align: left;
  padding: 0 1em 0 110px;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
a.cta p {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  margin: 0;
  font: 18px/18px "Lato", sans-serif;
  color: #4b4b4b;
}
a.cta p span {
  font-weight: 700;
  color: #8A6292;
}
a.cta i {
  font-size: 40px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  display: inline-block;
  float: left;
  background: #8A6292;
  position: absolute;
  left: 0;
  color: #FFF;
  text-align: center;
}
a.cta:hover {
  background: #8A6292;
  color: #F5F5F5;
}
a.cta:hover p {
  color: #F5F5F5;
}
a.cta:hover p > span {
  color: #ffeed8;
}

blockquote {
  position: relative;
  z-index: 1;
  padding-left: 60px;
}
blockquote::before {
  content: "";
  font-family: "FontAwesome";
  color: rgba(138, 98, 146, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  display: block;
  line-height: 45px;
  font-size: 40px;
}

footer {
  float: left;
  width: 100%;
}
footer p {
  font: 12px/16px "Lato", sans-serif;
  text-align: center;
  padding: 0 30px;
  margin: 0;
}
footer p a {
  color: #8A6292;
  text-decoration: none;
}

ol {
  list-style-position: inside;
  margin: 0 0 30px;
}

.gallery {
  margin-bottom: 30px !important;
}

.sticky * {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

h1 {
  font: 700 3.713em/1.2em "Lato", sans-serif;
  margin: 0 0 1em;
  color: #d86459;
}

h2 {
  font: 700 2.856em/1.2em "Lato", sans-serif;
  margin: 0 0 1em;
}

h3 {
  font: 400 2.197em/1.2em "Lato", sans-serif;
  margin: 0 0 1em;
}

h4 {
  font: 400 1.69em/1.2em "Lato", sans-serif;
  margin: 0 0 1em;
}

h5 {
  font: 400 1.3em/1.2em "Lato", sans-serif;
  margin: 0 0 1em;
}

h6 {
  font: 400 1em/1.2em "Lato", sans-serif;
  margin: 0 0 1em;
}

small, .fontSmall {
  font-size: 0.707em;
}

p {
  font: 400 1em/1.72em "Lato", sans-serif;
  margin: 0 0 1.72em;
}

header {
  width: 100%;
  float: left;
  background: url(img/bg_texture.jpg);
  position: relative;
  z-index: 999;
}
header .container {
  margin: 0 auto;
}
header.is_stuck {
  background: url(img/bg_texture.jpg);
  z-index: 999;
  border-top: 30px solid #FFF;
  height: 120px;
}
header.is_stuck .container {
  margin: 0 auto;
}
header.is_stuck nav li a {
  padding: 0 30px;
}
header.is_stuck .logo {
  position: static;
}
header .logo {
  float: left;
  width: 160px;
  margin: 30px 0 0;
  position: relative;
  top: 20px;
}
header .logo img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
header nav {
  float: right;
  height: 90px;
}
header nav li {
  float: left;
  display: inline-block;
  list-style: none;
}
header nav li:hover, header nav li.current-menu-item {
  background: #FFF;
}
header nav li.current-menu-item a {
  color: #8A6292;
}
header nav a {
  text-decoration: none;
  display: inline-block;
  color: #11405f;
  font: 400 20px/90px "Lato", sans-serif;
  padding: 30px 30px 0;
}
header nav a:last-child {
  margin: 0;
}
.home h1 {
  float: left;
  width: 100%;
  text-align: center;
  margin: 60px 0;
  font: 400 2.856em/1.2em "Lato", sans-serif;
  color: #11405f;
  padding: 0 30px;
}

.hero {
  float: left;
  clear: both;
  display: block;
  width: 100%;
  height: 460px;
  background-size: cover;
  border: 5px solid #FFF;
  background: no-repeat center;
  background-position-x: 0 !important;
  background-color: white !important;
}
.hero .hero-info {
  width: 33.3333333333%;
  height: 460px;
  display: table;
  float: right;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  height: 100%;
  width: 50%;
}
.hero .hero-info .hero-info-wrapper {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 30px;
}
.hero h4 {
  font: 700 24px/30px "Lato", sans-serif;
  color: #8A6292;
  margin: 0;
}
.hero h2 {
  font: 700 48px/48px "Lato", sans-serif;
  color: #d86459;
  margin: 0;
}
.hero h5 {
  font: 700 16px/18px "Lato", sans-serif;
  color: #11405f;
  margin: 15px 0;
}
.hero span.desc {
  font: 400 16px/20px "Lato", sans-serif;
  color: #4b4b4b;
  display: inline-block;
  width: 100%;
}

.for-tabs {
  width: 100%;
  float: left;
  margin: 0 0 60px;
}
.for-tabs a {
  float: left;
  display: block;
  width: 25%;
  padding: 0 15px;
}
.for-tabs a div {
  height: 100px;
  float: left;
  width: 100%;
  background: #FFF;
}
.for-tabs a div i {
  color: #FFF;
  width: 100px;
  display: inline-block;
  text-align: center;
  float: left;
  height: 100px;
  font-size: 60px;
  line-height: 100px;
  margin-right: 15px;
}
.for-tabs a div i.fa-underline {
  background: #8A6292;
}
.for-tabs a div i.fa-quote-left {
  background: #f2e293;
}
.for-tabs a div i.fa.fa-comments-o {
  background: #f2ae72;
}
.for-tabs a div i.fa-question {
  background: #d86459;
}
.for-tabs a div span {
  color: #4b4b4b;
  font: 400 14px/16px "Lato", sans-serif;
  display: inline-block;
  padding: 35px 0;
}
.for-tabs a div span strong {
  display: block;
  width: 100%;
  font: 700 16px/14px "Lato", sans-serif;
}

.header-tabs a {
  float: left;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 60px;
}
.header-tabs a div {
  height: 100px;
  float: left;
  width: 100%;
  background: #FFF;
}
.header-tabs a div i {
  color: #FFF;
  width: 100px;
  display: inline-block;
  text-align: center;
  float: left;
  height: 100px;
  font-size: 60px;
  line-height: 100px;
  margin-right: 30px;
}
.header-tabs a div i.fa-underline {
  background: #8A6292;
}
.header-tabs a div i.fa-quote-left {
  background: #f2e293;
}
.header-tabs a div i.fa.fa-comments-o {
  background: #f2ae72;
}
.header-tabs a div i.fa-question {
  background: #d86459;
}
.header-tabs a div i.fa-search {
  background: #11405f;
}
.header-tabs a div span {
  color: #4b4b4b;
  font: 400 22px/26px "Lato", sans-serif;
  display: inline-block;
  padding: 20px 0;
}
.header-tabs a div span strong {
  display: block;
  width: 100%;
  font: 700 32px/34px "Lato", sans-serif;
}

aside {
  margin: 30px 0 !important;
}
aside .for-tabs a {
  width: 100%;
  margin: 0 0 15px;
}

.single main, .page main {
  float: left;
  width: 66.6666666667%;
  padding: 90px;
  background: #FFF;
}
.single main .date, .page main .date {
  font: 400 1.69em/1.2em "Lato", sans-serif;
  color: #8A6292;
  margin: 0 0 0.25em;
}
.single main .book-title, .page main .book-title {
  margin: 0 0 30px;
}
.single main .book-title h1, .page main .book-title h1 {
  margin: 0 0 15px;
}
.single main .book-title h5, .page main .book-title h5 {
  color: #11405f;
}
.single main img, .page main img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 540px;
  margin: 60px 0 0;
}
.single main img.alignleft, .page main img.alignleft {
  display: inline-block;
  float: left;
  margin: 0 30px 30px 0;
  max-width: 50%;
}
.single main img.alignright, .page main img.alignright {
  display: inline-block;
  float: right;
  margin: 0 0 30px 30px;
  max-width: 50%;
}
.single main img.aligncenter, .page main img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.single main .wp-caption, .page main .wp-caption {
  font-size: 0.707em;
  margin: 60px 0;
  max-width: 100%;
}
.single main .wp-caption img, .page main .wp-caption img {
  margin: 0;
}
.single main .wp-caption .wp-caption-text, .page main .wp-caption .wp-caption-text {
  background: #F5F5F5;
  padding: 15px;
  margin: 7.5px 0 0;
}
.single main object, .page main object {
  float: left;
  margin: 30px 0;
}
.single aside, .page aside {
  float: left;
  width: 33.3333333333%;
  padding: 0 0 0 60px;
}

.pagination {
  padding: 0 15px;
  width: 100%;
  float: left;
}

.nav-previous, .nav-next {
  margin: 30px 0 60px;
}
.nav-previous a, .nav-next a {
  display: block;
  margin: 1em 0;
  background: #FFF;
  font: 18px/60px "Lato", sans-serif;
  height: 60px;
  color: #8A6292;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.nav-next {
  float: left;
}
.nav-next a {
  padding: 0 30px 0 90px;
  text-align: left;
}
.nav-next a::after {
  content: "";
  font-family: "FontAwesome";
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #8A6292;
  text-align: center;
  position: absolute;
  left: 0;
  color: #FFF;
}

.nav-previous {
  float: right;
}
.nav-previous a {
  padding: 0 90px 0 30px;
  text-align: right;
}
.nav-previous a::before {
  content: "";
  font-family: "FontAwesome";
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #8A6292;
  text-align: center;
  position: absolute;
  right: 0;
  color: #FFF;
}

.blog main, .archive main, .search main, .error404 main {
  float: left;
  width: 66.6666666667%;
  background: none;
}
.blog main .date, .archive main .date, .search main .date, .error404 main .date {
  font: 400 1.3em/1.2em "Lato", sans-serif;
  color: #8A6292;
  margin: 0 0 0.25em;
}
.blog main .post, .archive main .post, .search main .post, .error404 main .post {
  background: #FFF;
  margin: 0 0 30px;
  display: table;
  width: 100%;
  position: relative;
}
.blog main .post .thumb, .archive main .post .thumb, .search main .post .thumb, .error404 main .post .thumb {
  width: 33.3333333333%;
  display: inline-block;
  height: 100%;
  background-size: cover !important;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-color: #d86459;
}
.blog main .post .thumb h2, .archive main .post .thumb h2, .search main .post .thumb h2, .error404 main .post .thumb h2 {
  font: 700 2em/1.4em "Lato", sans-serif;
  color: rgba(255, 238, 216, 0.5);
  margin: 30px;
  max-width: 100%;
  overflow: hidden;
}
.blog main .post .post-content, .archive main .post .post-content, .search main .post .post-content, .error404 main .post .post-content {
  width: 100%;
  display: inline-block;
  padding: 45px;
  float: right;
}
.blog main .post .post-content h3, .archive main .post .post-content h3, .search main .post .post-content h3, .error404 main .post .post-content h3 {
  color: #d86459;
  font-weight: 700;
}
.blog main .post .post-content a.btn, .archive main .post .post-content a.btn, .search main .post .post-content a.btn, .error404 main .post .post-content a.btn {
  margin: 1em 0 0;
}
.blog main .pagination, .archive main .pagination, .search main .pagination, .error404 main .pagination {
  padding: 0;
}
.blog aside, .archive aside, .search aside, .error404 aside {
  float: left;
  width: 33.3333333333%;
  padding: 0 0 0 60px;
}

.home section {
  float: left;
  width: 100%;
  margin: 30px 0;
  background: none;
}

.about a.cta {
  display: inline-block;
  margin: 1em 0;
  background: #F5F5F5;
  font: 18px/80px "Lato", sans-serif;
  height: 80px;
  color: #4b4b4b;
  text-align: left;
  padding: 0 1em 0 110px;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.about a.cta p {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  margin: 0;
  font: 18px/18px "Lato", sans-serif;
  color: #4b4b4b;
}
.about a.cta p span {
  font-weight: 700;
  color: #8A6292;
}
.about a.cta i {
  font-size: 40px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  display: inline-block;
  float: left;
  background: #ec296d;
  position: absolute;
  left: 0;
  color: #FFF;
  text-align: center;
}
.about a.cta:hover {
  background: #ec296d;
  color: #F5F5F5;
}
.about a.cta:hover p {
  color: #F5F5F5;
}
.about a.cta:hover p > span {
  color: #ffeed8;
}
.about a.cta.cta-dl i {
  background: #8A6292;
}
.about a.cta.cta-dl:hover {
  background: #8A6292;
}

.post-type-archive-books main {
  width: 100%;
}
.post-type-archive-books .book {
  width: 33.3333333333%;
  float: left;
  display: inline-block;
  padding: 15px;
  margin: 0 0 30px;
  position: relative;
}
.post-type-archive-books .book .book-inner {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.post-type-archive-books .book .book-inner .thumb {
  height: 300px;
  display: block;
  overflow: hidden;
  background-color: rgba(17, 64, 95, 0.2) !important;
  border: 15px solid #FFF;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  position: relative;
}
.post-type-archive-books .book .book-inner .thumb h2 {
  font: 700 2em/1.2em "Lato", sans-serif;
  padding: 30px;
  color: #ffeed8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.post-type-archive-books .book .book-inner .thumb h2 i {
  font-size: 100px;
  width: 100%;
  display: inline-block;
  margin: 0 0 10px;
}
.post-type-archive-books .book .book-inner a.btn {
  opacity: 0;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 300px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: calc(100% - 30px);
  background: rgba(245, 245, 245, 0.9);
  border-radius: 0;
  color: #8A6292;
  font: 700 2.856em/1.1em "Lato", sans-serif;
  margin: 0;
  text-align: center;
  line-height: 300px;
}
.post-type-archive-books .book .book-inner:hover > a.btn {
  opacity: 1;
}
.post-type-archive-books .book a.book-title {
  display: block;
  width: 100%;
  text-decoration: none !important;
  color: #8A6292;
  min-height: 4em;
  font: 700 1em/1.2em "Lato", sans-serif;
  padding: 0 15px 15px;
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.post-type-archive-books .book a.book-title span.published {
  color: #b9a1be;
  font-size: 13px;
  padding-left: 2px;
}
.post-type-archive-books .book a.book-title h5 {
  font: 400 12px/1.2em "Lato", sans-serif;
  color: #4b4b4b;
}
.post-type-archive-books .book:nth-of-type(3n+1) {
  clear: both;
}

.single-books a.cta {
  margin: 0 0 30px;
}
.single-books .cover img {
  padding: 0 0 0 30px;
  margin: 0;
}
.single-books h6.outofprint {
  background: #d86459;
  color: #FFF;
  padding: 15px;
  display: inline-block;
}
.single-books h6.outofprint i {
  padding-right: 5px;
}
.single-books .book-buttons {
  float: left;
  width: 100%;
}
.single-books table {
  width: 100%;
  float: left;
  border-collapse: collapse;
  margin: 30px 0;
}
.single-books table tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
}
.single-books .inside-spread {
  float: left;
  width: 100%;
}
.single-books #audiobook {
  margin: 30px 0 0;
  float: left;
  width: 100%;
}
.single-books p.marquee {
  width: 100px;
  background: red;
  overflow: hidden;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  background: #d86459 !important;
}

.contact .contact-form {
  margin: 60px 0 0;
}
.contact .contact-form h5 {
  margin: 0 0 30px;
}

aside {
  margin: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
aside .for-tabs {
  margin: 0 0 30px;
}
aside .for-tabs a {
  padding: 0;
}
aside .widget {
  list-style: none;
  float: left;
  width: 100%;
}
aside a {
  text-decoration: none;
}
aside .widgettitle {
  margin: 0;
  color: #8A6292;
  font: 700 1.69em/1.2em "Lato", sans-serif;
  padding: 15px;
  border-bottom: 5px solid #ffeed8;
}
aside ul {
  list-style: none;
  padding: 30px;
  background: #FFF;
  margin: 0 0 30px;
}
aside ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
}
aside ul li a {
  text-decoration: none;
  color: #11405f;
  font: 400 1em/1.2em "Lato", sans-serif;
  width: 100%;
  display: inline-block;
  padding: 15px 20px;
}
aside ul li a:hover {
  color: #8A6292;
}
aside ul li:last-child {
  border: none;
}
aside ul li::before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 10px;
  color: #f2ae72;
}

form[role=search] {
  position: relative;
}
form[role=search] label {
  margin: 0 0 30px;
}
form[role=search] input[type=search] {
  margin: 0;
  height: 50px;
  line-height: 50px;
  background: #FFF;
}
form[role=search] input[type=submit].search-submit {
  margin: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  text-indent: -9999px;
  padding: 0;
  z-index: 2;
  background: none;
  cursor: pointer;
}
form[role=search] .search-btn {
  width: 50px;
  overflow: hidden;
}
form[role=search] .search-btn::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  background: #f2ae72;
  color: #FFF;
}

label {
  width: 100%;
  float: left;
  margin: 0 0 15px;
  color: #4b4b4b;
}

input {
  width: 100%;
  background: #F5F5F5;
  height: 40px;
  line-height: 40px;
  margin: 7.5px 0 0;
  font: 18px/40px "Lato", sans-serif;
  color: #4b4b4b;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid rgba(75, 75, 75, 0.1);
}

textarea {
  width: 100%;
  min-height: 200px;
  background: #F5F5F5;
  margin: 7.5px 0 0;
  padding: 10px;
  color: #4b4b4b;
  font: 18px/23px "Lato", sans-serif;
  border-radius: 4px;
  border: 1px solid rgba(75, 75, 75, 0.1);
}

input[type=submit] {
  background: #f2ae72;
  width: initial;
  padding: 0 60px;
  color: #FFF;
  font: 18px/40px "Lato", sans-serif;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
}
input[type=submit]:hover {
  background: #d86459;
}

textarea:focus, input:focus {
  outline: none;
}

img.ajax-loader {
  margin: 0 !important;
}

.wpcf7-not-valid-tip {
  color: #d86459 !important;
}

.wpcf7-response-output {
  border: none !important;
  padding: 30px !important;
  background: #f2e293;
}

.wpcf7-validation-errors {
  background: #d86459;
  color: #FFF;
}

.wpcf7-mail-sent-ok {
  background: #8A6292;
  color: #FFF;
}

@media (max-width: 1280px) {
  .container {
    padding: 0 30px;
  }

  .for-tabs {
    margin: 0 0 30px;
  }
  .for-tabs a {
    width: 50%;
    padding: 15px;
  }

  .single main {
    padding: 60px;
  }

  .single aside, .page aside {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1100px) {
  header nav a {
    padding: 30px 24px 0;
  }
}
@media (min-width: 1023px) and (max-width: 1100px) {
  .blog aside, .archive aside, .search aside, .error404 aside {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero {
    box-sizing: content-box;
  }
  .hero .hero-info {
    background: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 1024px) {
  body {
    position: absolute;
    right: 0;
    width: 100%;
  }
  body.open {
    position: absolute;
    right: 230px;
  }
  body.open #menuToggle::before {
    content: "";
    font-family: "FontAwesome";
  }
  body #menuToggle {
    display: block;
    background: #FFF;
    color: #11405f;
    width: 40px;
    height: 40px;
    font-size: 20px;
    float: right;
  }
  body nav {
    position: absolute;
    right: -230px;
    width: 230px;
  }
  body nav li {
    padding: 0;
  }
  body nav li a {
    width: 100%;
    font: 400 18px/40px "Lato", sans-serif;
    padding: 0 30px;
    border: none;
  }
  body nav li a:hover {
    border: none;
    color: #8A6292;
  }
  body nav.open {
    right: -230px;
  }
  body .alignright, body .alignleft {
    margin: 0 !important;
    max-width: 100%;
    width: 100%;
    float: none !important;
  }
  body.about main .alignright, body.about main .alignleft {
    display: block;
    margin-bottom: 30px !important;
  }

  header .container {
    margin: 30px 0 0;
  }
  header .logo {
    margin: 0;
  }

  .single main {
    padding: 45px;
  }

  .single aside, .page aside {
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 60px;
  }

  .single main, .page main, .blog main, .archive main, .search main {
    width: 100%;
  }
  .single aside, .page aside, .blog aside, .archive aside, .search aside {
    width: 100%;
    padding: 0;
  }

  .single-books main {
    padding: 60px;
  }
  .single-books main .col-6 {
    width: 100%;
    padding-bottom: 30px;
  }
  .single-books main .col-6 img {
    max-width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .post-type-archive-books .book {
    width: 50%;
  }
  .post-type-archive-books .book:nth-of-type(3n+1) {
    clear: none;
  }
  .post-type-archive-books .book .thumb {
    height: 200px !important;
  }
  .post-type-archive-books .book a.btn {
    height: 200px !important;
    line-height: 200px !important;
  }
  .post-type-archive-books .book a.book-title {
    font-size: 1em;
  }

  .about a.cta {
    font: 16px/80px "Lato", sans-serif;
    padding: 0 15px 0 95px;
  }
}
@media (max-width: 960px) {
  header .logo {
    position: initial;
    top: 0;
    height: 60px;
    padding: 0 30px 0 0;
  }
  header .logo img {
    height: 100%;
    width: auto;
  }
  header .hero {
    margin: 30px 0 0;
  }
}
@media (max-width: 768px) {
  .hero {
    box-sizing: content-box;
  }
  .hero .hero-info {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
  }

  .for-tabs {
    margin: 0 0 30px;
  }
  .for-tabs a {
    width: 100%;
    padding: 0 0 15px;
  }

  header .logo {
    margin: 30px 0 0;
  }

  a.cta {
    position: static;
    height: initial;
    padding: 0;
    font: 18px/18px "Lato", sans-serif;
    background: none;
  }
  a.cta i {
    position: static;
    width: 100%;
    margin: 0 0 15px;
  }
  a.cta p {
    transform: translateY(0%);
    position: static;
    margin: 0;
    font: 18px/18px "Lato", sans-serif;
    color: #4b4b4b;
  }
  a.cta p span {
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
  }
  a.cta:hover {
    background: none;
    color: initial;
  }
  a.cta:hover p {
    color: #4b4b4b;
  }
  a.cta:hover p > span {
    color: #8A6292;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 30px;
  }

  .post-type-archive-books .book {
    width: 66.6666666667%;
    margin: 0 16.6666666667%;
  }
  .post-type-archive-books .book:nth-of-type(3n+1) {
    clear: none;
  }
  .post-type-archive-books .book .thumb {
    height: 300px !important;
  }
  .post-type-archive-books .book a.btn {
    height: 300px !important;
    line-height: 300px !important;
  }
  .post-type-archive-books .book a.book-title {
    font-size: 1em;
  }

  .single main, .page main {
    padding: 60px;
  }
}
@media (max-width: 640px) {
  .post-type-archive-books .book {
    width: 100%;
    margin: 0;
  }

  .pagination {
    margin: 0 0 15px;
  }

  .nav-previous, .nav-next {
    margin: 0;
    width: 100%;
  }
  .nav-previous a, .nav-next a {
    margin: 0 0 15px;
  }
}
@media (max-width: 480px) {
  body {
    border: none;
    background: #ffeed8 !important;
  }

  header {
    background: #ffeed8 !important;
  }
  header .container {
    padding: 0 30px;
  }
  header.is_stuck {
    height: 70px;
    padding-top: 15px;
    border: none;
    background: #ffeed8 !important;
  }
  header .logo {
    margin: 0;
  }

  .bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .container {
    padding: 0;
  }

  main {
    margin: 0;
  }
  main h1 {
    margin: 0 0 1em;
    font: 400 30px/30px "Lato", sans-serif;
  }
  main h4.date {
    font: 400 16px/16px "Lato", sans-serif !important;
  }

  .home h1 {
    font: 400 1.69em/1.2em "Lato", sans-serif;
  }

  .post-type-archive-books main {
    padding: 0 15px;
  }

  .pagination {
    padding: 0 30px !important;
  }

  .single main, .page main {
    padding: 30px;
  }

  .blog main .post .post-content, .archive main .post .post-content, .search main .post .post-content {
    padding: 30px;
  }

  .for-tabs a div {
    height: 80px;
  }
  .for-tabs a div i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 40px;
  }
  .for-tabs a div span {
    padding: 25px 0;
  }

  aside {
    margin: 30px 0 0;
  }
  aside form[role=search] {
    margin: 0 30px;
  }
  aside .for-tabs {
    padding: 0 30px;
  }
  aside .widgettitle {
    padding: 15px 30px;
  }

  .post-type-archive-books .book .thumb {
    height: 200px !important;
  }
  .post-type-archive-books .book a.btn {
    height: 200px !important;
    line-height: 200px !important;
  }
  .post-type-archive-books .pagination {
    padding: 15px 30px !important;
  }
}
.two-new-books {
  float: left;
  clear: both;
  display: block;
  width: 100%;
  background-size: cover;
  border: 5px solid #FFF;
  background: no-repeat center;
  background-position-x: 0 !important;
  background-color: white !important;
}

.new-release {
  text-align: center;
  width: 100%;
  display: block;
  background: #11405f;
  color: #fdebd3;
}

body.videos .sby_items_wrap {
  padding: 5px 5px 30px 5px !important;
}

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