@import url('https://fonts.googleapis.com/css2?family=Alice&family=Public+Sans:ital,wght@0,100;0,400;1,100;1,400&display=swap');

:root {
  --dark-green: #396167;
  --text-green: #B0CBC3;
  --light-green: #EEF4F2;
  --dark-blue: #0c6167;
  --dark-brown: #3F2A22;
  --light-yellow: #F2F3D2;
  --red: #DC6657;
}

/* ------------------------------------------------------------ *\
  Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; }

/* ------------------------------------------------------------ *\
  Base
\* ------------------------------------------------------------ */

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { height: 100%; }

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  background: var(--light-green);
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #646262;
  -webkit-font-smoothing:antialiased;
}

body.home {
  background-color: #fff;
}

a { text-decoration: none; color:#687C83 }
a:hover { text-decoration: underline; }

img { border: 0; vertical-align: middle; }
@media(max-width: 600px){
  img[class*="wp-image-"]{
    width: 100%;height: auto;
  }
}
strong { font-weight: bold; }
small { font-size: 80%; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

h2 { color: var(--dark-green); font-family: 'Alice', serif; font-size: 36px; font-weight: normal; margin-bottom: 39px; }

h3 { font-family: 'Alice', serif; margin-bottom: 20px; color: var(--red);}
h4 { color: var(--dark-green); font-size: 24px; font-weight: bold; margin-bottom: 7px; }
h5{ font-size:16px;margin-bottom:10px;}

p { font-family: 'Public Sans', sans-serif; font-size: 16px; line-height: 1.5; margin-bottom: 24px; }
.lead p { font-size: 17px; }

hr { border: 0; border-bottom: 2px solid var(--light-green); margin: 30px 0 35px; }

.right{float:right;}
.left{float:left;}

/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */

.alignleft { float: left; padding-right:20px;}
.alignright { float: right;padding-left:20px; }
.hidden { display: none; visibility: hidden; }

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }
.clear{clear:both}

.slider{margin-top:95px;}
.container{margin-top:235px;}
.container.no-margin-top{margin-top:0px;}

.fsr-container { overflow: hidden; background-repeat: no-repeat; background-size: cover; }
.fsr-image { position: absolute; }
.fsr-hidden { display: none; }

.loading {background-image: url(images/loader.gif);width:128px;height:128px;position: absolute;left: 50%;top: 165px;margin-left: -68px; /* -1 * image width / 2 */margin-top: 110px; /* -1 * image height / 2 */}

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

.column{float:left;padding:10px}
.column-1-2 {width: 49%}

.book-app{min-height:450px;}

/* ------------------------------------------------------------ *\
  Sprites
\* ------------------------------------------------------------ */

.ico,
.slider .btn-scroll, .hero .btn-scroll{ background-image: url(images/sprite-v2.png); background-repeat: no-repeat; }

/*  Icons  */

.ico { display: inline-block; vertical-align: middle; }

.ico-search { width: 24px; height: 24px; background-position: -880px -5px;position:absolute;right:5px;top:42px; }
.ico-search:hover{opacity: 0.7;}
/*  Socials  */

.socials a { background-image: url(images/social-sprite.png); background-repeat: no-repeat; transition: opacity .5s ease-out; }
.socials ul { list-style: none outside none; overflow: hidden; margin-left: 0; }
.socials li { float: left; }
.socials li ~ li { margin-left: 16px; }
.socials a { display: block; width: 16px; height: 16px; font-size: 0; line-height: 0; text-indent: -4000px;}
.socials a:hover { opacity: 0.7; }
.socials .link-facebook { background-position: -42px; }
.socials .link-googleplus { background-position: -210px; }
.socials .link-pinterest { background-position: -168px; }
.socials .link-twitter { background-position: 0; }
.socials .link-youtube { background-position: -84px; }
.socials .link-instagram { background-position: -126px; }
.socials .link-bb { background-position: -252px; }

/* ------------------------------------------------------------ *\
  FORMS
\* ------------------------------------------------------------ */


button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

button.btn{background:transparent;}

textarea{padding:10px;}
select{cursor: pointer;background:transparent;}
input[type="text"],input[type="email"],input[type="tel"],input[type="password"], select {
    
    padding: 15px;
    /*text-transform: uppercase;*/
    border: 1px solid #f2dede;
    color: #687C83;

    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;

/*
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
*/
}
.gform_wrapper {
  position: relative;
  z-index: 10;
}
.gform_wrapper .StripeElement{
    padding: 10px 15px 15px 20px;
    border: 1px solid #f2dede;
    color: #687C83;

    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;

}
select:hover { border-color: #687C83; }

.gform_wrapper input[type=submit],.gform_wrapper .gform_button{background:#ffffff;cursor:pointer; display: inline-block; border: 1px solid #687C83; line-height: 28px; padding: 10px; color: #687C83; }
.gform_wrapper input[type=submit]:hover,.gform_wrapper .gform_button:hover { background:#687C83; border-color: #687C83o; color:#fff;text-decoration: none; }
.gform_fields li{padding-bottom:20px;}
.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=password]{padding:10px!important;}
.gform_wrapper select{padding:8px;background:#fff;}

.mc-field-group input[type=text],.mc-field-group input[type=email] {width:50%;margin-bottom:10px;}

.btn,
#mepr_loginform .submit input, #mepr-signup-form .mepr-submit, .mepr-share-button, .mp-form-submit .mepr-submit, .center-btn .btn, .have-coupon-link, .sub-nav-buttons .elementor-widget-container a {
  cursor:pointer;
  display: inline-block;
  line-height: 1;
  padding: 15px 20px;
  color: var(--light-yellow);
  background-color: var(--dark-green);
  font-size: 16px;
  font-family: 'Alice', serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  transition: all 0.25s ease-out;
}

.btn:hover { text-decoration: none; }
.btn.selected {
  background: #687C83;
  color: #ffffff;
  border-color: #687C83;
}

.btn.btn-outline,
#mepr_loginform .submit input,
#mepr-signup-form .mepr-submit,
.mepr-share-button,
.mp-form-submit .mepr-submit,
.center-btn .btn,
.have-coupon-link,
.sub-nav-buttons .elementor-widget-container a {
  border: 1px solid var(--dark-green);
  color: var(--dark-green);
  background-color: transparent;
  cursor: pointer;
}
.btn.btn-outline:hover,
#mepr_loginform .submit input:hover,
#mepr-signup-form .mepr-submit:hover,
.mepr-share-button:hover,
.mp-form-submit .mepr-submit:hover,
.center-btn .btn:hover,
.have-coupon-link:hover,
.sub-nav-buttons .elementor-widget-container a:hover {
  background-color: var(--dark-green);
  color: var(--light-yellow);
}

.btn.btn-red,
#mepr_loginform .submit input,
#mepr-signup-form .mepr-submit,
.mepr-share-button,
.mp-form-submit .mepr-submit,
.center-btn .btn,
.have-coupon-link,
.sub-nav-buttons .elementor-widget-container a {
  border-color: var(--red);
  color: var(--red);
}

.btn.btn-red:hover,
.sub-nav-buttons .elementor-widget-container a:hover {
  background-color: var(--red);
  color: var(--light-yellow);
}

.have-coupon-link {
  margin-bottom: 10px;
}


.btn-dark { color: black!important; border-color: black!important;}

.btn-blue, { color: #687C83; border-color: #75c8cc; }
.btn-blue:hover { background:#687C83;color:#ffffff;border-color: #687C83; }

.btn-white { color: var(--dark-green); background-color: var(--light-yellow); }
.btn-white:hover { color: var(--light-yellow); background-color: var(--dark-green); }

h3.dark .btn-white{
  border-color:#585858;
  color:#585858;
}

h3.padding-top .btn-white{
  margin-top:25%;
}
.btn-solid{color:#fff;background:var(--red) !important;border-color: var(--red);}
.btn-solid:hover{background:#426E7F !important;border-color:#426E7F}
.btn-medium { font-size: 18px; padding: 3px 10px; line-height: 32px; }
.btn-large { font-size: 24px; padding: 0 20px; line-height: 48px;margin-right:10px; }

.btn-huge{width:250px;height:150px;font-size:26px;}

.btn-menu { display: inline-block; height: 9px; padding-top: 9px; margin-top: 4px; margin-left: 30px }
.btn-menu span { position: relative; display: block; width: 25px; height: 15px; border-top: 3px solid var(--dark-brown); }
    
.btn-menu span:before,
.btn-menu span:after { position: absolute; width: 100%; height: 3px; background: var(--dark-brown); content: ''; }

.btn-menu span:before { top: -9px; }
.btn-menu span:after { top: 3px; }

.btn-menu span:before,
.btn-menu span:after,
.btn-menu span { 
    -webkit-transition: all .3s linear; 
       -moz-transition: all .3s linear; 
            transition: all .3s linear; 
 }

.btn-menu.active span { border-color: transparent; }

.btn-menu.active span:before { 
-webkit-transform: rotate(45deg) translate(2.5px, 6px);
    -ms-transform: rotate(45deg) translate(2.5px, 6px);
   -moz-transform: rotate(45deg) translate(2.5px, 6px);
        transform: rotate(45deg) translate(2.5px, 6px);

}
.btn-menu.active span:after { 
-webkit-transform: rotate(-45deg) translate(2.5px, -6px);
    -ms-transform: rotate(-45deg) translate(2.5px, -6px);
   -moz-transform: rotate(-45deg) translate(2.5px, -6px);
        transform: rotate(-45deg) translate(2.5px, -6px); 
}

.no-results{padding:10px;}

/* ------------------------------------------------------------ *\
  Contaienrs
\* ------------------------------------------------------------ */

.wrapper {overflow: hidden; }
.shell { max-width: 1185px; margin: 0 auto; padding: 0 10px; margin-top:50px;}

.header .shell {margin-top:0px;position:relative;}

.page-id-27 .wrapper {background: url("images/pattern-pink.jpg" )repeat 0 0 ;background-size:cover}
body#search .wrapper {background: url("images/pattern-purple.jpg") repeat 0 0;}
.page-id-238 .wrapper {background: url("images/pattern-purple.jpg") repeat 0 0;}


/* ------------------------------------------------------------ *\
  Header
\* ------------------------------------------------------------ */

.header { background: #fff; position:fixed; z-index:999;width:100%;}

.header .shell {
  display: flex;
  justify-content: flex-end;
}

.header .top {
  background: var(--dark-green);
  padding: 10px;
}
.header .top a {
  color: var(--text-green);
  padding: 5px;
}
.header .top a.left {
  margin-right: 15px;
}

@media (max-width: 500px) {
  .header .top{
    margin: 0 auto;
  }
  .header .top a.left {
    margin-right: 0px;
    float:none;
  }
  .header .top .right, body .header .top a.right{
    float:none;
    margin:0px;
    margin-left:0px;
  }

  .header .socials ul{margin-left: 0;margin-top:10px;margin-bottom:10px;}
}
.header .top a.right {
  margin-left: 10px;
}
.header .top a:hover {
  color: #8EC9D4;
  text-decoration: none;
}

.header .call-to-action {
  margin-right: 10px;
}

.header .call-to-action a {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 27px;
}

.header .call-to-action a:first-child:after {
  content: '|';
  display: inline-block;
  margin-left: 15px;
  color: var(--text-green);
}

.header .bottom {
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0px 30px;
}

@media(max-width: 1245px) {

  .header .bottom {
    padding: 50px 25px;
  }

}

@media(max-width: 1245px) {

  .header .bottom {
    justify-content: center;
  }

}

.header .bottom .logo {
  flex-grow: 1;
  height: 27px;
}
.header .bottom .logo img {
  height: 100%;
  width: auto;
}

@media(max-width: 415px) {
  .header .bottom .logo {
    width: 100%;
    flex-grow: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}

.header .icon-search {
  width: 14px;
  height: 14px;
  margin-left: 35px;
  margin-top: 13px;
  background-image: url('images/icon-search.png');
}

@media(max-width: 414px) {
  .header .icon-search {
    margin-left: 0;
  }
}

/*.logo { float: left;  width: 411px; height: 31px; background-position: -5px -5px; margin: 38px 0 34px 2px; font-size: 0; line-height: 0; text-indent: -4000px; }
.logo-new{max-width:450px;width:100%;padding:50px 0px;}
@media (max-width: 550px) {
    .logo-new {
      max-width: 250px;
    }
}
*/
.header .btn-menu { display: none; }

/*.nav { float: right; margin-top: 38px;margin-right:50px; }*/
.nav ul { display: flex; list-style: none outside none; overflow: hidden; margin-top: 10px; flex-wrap: wrap; }
.nav li { padding-bottom: 20px; font-size: 17px; text-transform: uppercase; font-weight: normal; }
.nav li ~ li { margin-left: 42px; }
.nav a { color: var(--dark-brown); }
.nav a:hover { text-decoration: none; color: #00747f; }
.nav ul ul {
  visibility: hidden;
  padding: 20px;
  background: var(--light-green);
  width: 180px;
  height: auto;
  margin-left: -20px;
  position: absolute;
  z-index:100;
  flex-wrap: wrap;
}
.nav ul li:hover ul { visibility: visible; }
.nav li ul.sub-menu li { margin-left: 10px; padding: 10px 0; line-height:.7em; width: 100%; }
.nav li ul.sub-menu li a {font-size:14px;}

@media (max-width: 1023px) {

  .nav { display:none;position: absolute; top: 100%; right: -100%; width: 100%; margin: 0; background-color: #fff; transition: right .4s; }  
  .nav.expand { right: 0;display:block; } 
  .nav > ul > li { float: none; display: block; } 
  .nav > ul > li + li { margin-left: 0; } 
  .nav > ul > li > a { display: block; font-size: 18px; border-radius: 0; } 

  ul.sub-menu { visibility: visible; position: static; display: none; width: 100%; opacity: 1; }
  ul.sub-menu{ margin-top: 0; box-shadow: none; }
}

/* ------------------------------------------------------------ *\
  Slider
\* ------------------------------------------------------------ */

.slider,
.slider .slides,
.slider .slide { position: relative; height: 800px;margin-left:0px }
.slider .slide-image { position: absolute; left: 0; width: 100%; height: 100%; }
.slider .slide-content { position: absolute; z-index: 10; width: 100%; }
.slider .slide-content h1, .slider .slide-content h2, .slider .slide-content h3, .slider .slide-content h4, .slider .slide-content p { text-shadow: 0 2px 4px rgba(1, 1, 1, 0.5); }
.slider .slide-content a { text-shadow: none }
.slider .bx-controls { position: absolute; z-index: 500;left: 0; top: calc(50% + 20px); width: 100%;}
.slider .bx-controls-direction { position: relative; margin: 0px auto 0;max-width:1500px;  }
.slider .bx-prev,
.slider .bx-next {
  position: absolute;
  height: 42px;
  width: 42px;
  font-size: 0;
  background-image: url('images/slider-arrow.png');
}
.slider .bx-prev { left: 25px; transform: scaleX(-1);}
.slider .bx-next { right: 25px; }
.slider .bx-prev:hover,
.slider .bx-next:hover { opacity: 0.7; }
.slider .btn-scroll { position: absolute; z-index: 500; bottom: 75px; left: 50%; display: block; width: 92px; height: 92px; margin-left: -56px; background-position: -728px -5px; font-size: 0; line-height: 0; text-indent: -4000px; }
.slider .btn-scroll:hover { opacity: 0.8; }

.slider .slide-simple { text-align: center; padding-top: 100px; }
.slider .slide-simple h1 { color: #fff; text-align: center; margin: 20px 0px 10px 0px; font-weight: normal; text-transform: uppercase; font-size: 37px; }
.slider .slide-simple h2 {color:#fff;}

.slider .slide-book { max-width: 900px; overflow: hidden; margin: 170px auto 0; display: flex; justify-content: center;}
.slider .slide-book { justify-content: flex-end; }
.slider .slide-book-image { float: left; margin-right: 80px; padding: 0px; }
.slider .slide-book-content { overflow: hidden; padding: 50px 70px; padding-left: 100px; min-height: 310px; max-width: 255px; background-image: url('images/brush-slider.png'); background-size: 100%; background-repeat: no-repeat; }
.slider .drop-shadow { box-shadow: 0 0 8px rgba(0, 0, 0, 0.31); }
.slider .slide-book-content img { margin-bottom: 30px; }
.slider .slide-book-content p {color:#ffffff;}
.slider .slide-book h1 { color: var(--light-yellow); margin: 20px 0px 10px 0px !important; font-weight: normal; font-size: 37px; font-family: 'Alice', serif; line-height: normal;}
.slider .slide-book h4 {color:#fff; font-family: 'Public Sans', sans-serif; line-height: normal; font-size: 22px; margin-top: 20px; margin-bottom: 20px;}

.slider .slide-book-alt { max-width: none; text-align: center; padding-top: 10px; margin: 0; }
.slider .slide-book-alt .slide-book-image { float: none; margin-right: 0; }
.slider .slide-book-alt img { display: block; margin: 15px auto 26px; }

ul.slides{margin-left:0px}

/* ------------------------------------------------------------ *\
  Hero
\* ------------------------------------------------------------ */

/*.hero.small{margin-top:100px;}*/
.hero.small{height:200px;}
/*.hero.small .hero-dm{top:90px;}*/
.hero.small .hero-dm{top:10px;}
.hero.small .hero-text{margin-top:140px;}

.hero .hero-text{
/*  position:absolute;
  width:100%;
*/
  position: relative;
  max-width: 550px;
  height: 100%;
  text-align:center;
  /*margin-top:170px;
  */
  /*color:#fff;*/
  color: #083F49;
  font-size: 18px;
  z-index:2;
/*  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
*/
  margin: 0 auto 110px;
  padding: 0 25px;
  font-family: 'Alice', serif;
}
.hero .hero-text div{padding:20px;opacity:1;}
.hero .hero-text img{height:60%;box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);opacity:1;}

.hero .book-title {
  margin-top: 25px;
  color: var(--dark-blue);
}

.hero .hero-text.hero-text--right {
  float: right;
  max-width: 370px;
  margin-right: 7%;
  margin-top: 60px;
}

@media(max-width: 715px) {
  .hero .hero-text.hero-text--right {
    margin-right: auto;
    margin-left: auto;
  }
}

.hero .hero-text.hero-text--right h2 {
  font-size: 44px;
}

.hero .hero-text.hero-text--red h2 {
  color: #D25044;
}

.hero .hero-text.hero-text--red .btn.btn-outline {
  border-color: #D25044;
  color: #D25044;
}
.hero .hero-text.hero-text--red .btn.btn-outline:hover {
  color: white;
  background-color: #D25044;
}

@media(max-width: 415px) {
    
  .hero .hero-text.hero-text--right h2 {
    font-size: 34px;
  }

}

.logo.hero-dm{z-index:1;position:absolute;left:22px;top:-12px;width: 78px;height: 78px;background-position: -641px -5px;font-size: 0;line-height: 0;text-indent: -4000px;}

.hero .hero-dm{z-index:1;position:absolute;left:50%;margin-left:-45px;top:10px;width: 78px;height: 78px;background-position: -641px -5px;font-size: 0;line-height: 0;text-indent: -4000px;}

.hero .badge{z-index:1;position:absolute;left:50%;margin-left:-70px;top:0px;width: 125px;height: 102px;background-position: -1717px 0px;font-size: 0;line-height: 0;text-indent: -4000px;}
.badge.new-release{background-position: -1205px 0px !important;}
.badge.new-paperback{background-position: -1334px 0px !important;}
.badge.new-trade-paperback{background-position: -1462px 0px !important;}
.badge.original{background-position: -1590px 0px !important;}
.badge.reissue{background-position: -1717px 0px !important;}
.badge.ebook{background-position: -1842px 0px !important;}

/*.hero.no-hero{height:600px;}*/
.hero.small img{min-width:1400px;}
.hero{max-height:1000px;margin-top:175px;overflow:hidden;background:#000000;position:relative;background-size: cover; background-position: center; padding-top: 30px; min-height: 360px;}
.hero .logo {
  width: 80px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/*.hero img{width:100%;height:auto;z-index:1;margin-top:0;}*/
.hero .hero-blurred-image {
  opacity: 0.5;
  filter: blur(2px);
  position: absolute;
  top: 0;
  margin-top: 0;
  height: 100%;
  padding: 0;
  width: 100%;
  z-index: 1;
}
.hero .btn-scroll { cursor:pointer;position: absolute; z-index: 500; bottom:10px; left: 50%; display: none; width: 92px; height: 92px; margin-left: -50px; background-position: -728px -5px; font-size: 0; line-height: 0; text-indent: -4000px; }
.hero .btn-scroll:hover { opacity: 0.8; }
/*.page-id-10 .hero img{opacity: .6;}*/
.page-id-10  .hero-text div{opacity: 1;}
.page-id-10 .hero .hero-text img{opacity: 1; width: auto; max-width: 200px; margin-top: 100px; height: auto;}
#book-top.hero{max-height:800px;}

.hero .title{ text-align:right;position: absolute;top: 50px;background-color: rgba(123,198,238,.8);width: 100%;padding: 20px;}
h1{max-width:1185px;margin:auto 0;font-weight: 400;text-transform: uppercase;color:#fff;font-size:50px;}

@media(min-width: 1880px) {
  .hero {
    min-height: 500px;
  }
}

@media only screen and (max-width: 767px) {

  .hero{margin-top:0px;background-color:#687C83; min-height: 160px;}
  .hero .hero-dm{margin-top:0px;}
  .hero .hero-text{font-size:16px;/*margin-top:100px;*/position:relative;}
  .hero .hero-text img{display:none;}
  .hero.no-hero{height:auto}
  .hero .logo.badge{margin-top:0px;}
  .hero .book-title{width:auto}
  .hero .btn-scroll {display:none;}
  /*.page-id-10 .hero img{display:none;}*/

}

@media only screen and (max-width: 1100px) {
  /*.hero .hero-text img{height:200px;width:auto;}*/
  .hero.no-hero{height:auto}
}

/*@media only screen and (min-width: 1101px) {
  .hero {max-height:800px;}
}*/

.bsb_header{margin-left:20%;margin-top:30px}
.store_popup_wrapper {position:relative}
.store_popup {position:absolute}

/* Pop Over */

.pop {position:relative;}
.pop .popover {background-color: rgba(115, 169, 60, 0.9);border-radius: 5px;bottom: 52px;box-shadow: 0 0 5px rgba(134, 203, 89, 0.7);color: #fff;font-size: 12px;font-family: 'Helvetica',sans-serif;left: 92px;top:-125px;padding: 10px;height:150px;width:350px;display:none;position:absolute;}
.pop .popover a{display:inline-block;height:30px;padding:0px 10px 7px;}
.pop .popover img:hover { opacity: 0.7; }
.popover:after, .popover:before {right: 100%;top: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}
.popover:after { border-color: rgba(136, 183, 213, 0); border-right-color: #73a950;border-width: 10px;margin-top: 45px;}
.popover:before {border-color: rgba(194, 225, 245, 0);border-right-color: #86cb59; border-width: 11px;margin-top: 46px;}
.pop:hover .popover {display: block;-webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;-moz-animation: fade-in .3s linear 1, move-up .3s linear 1;-ms-animation: fade-in .3s linear 1, move-up .3s linear 1;}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes move-up {
  from {
    left: 0px;
  }
  to {
    left: 90px;
  }
}
@-moz-keyframes move-up {
  from {
    left: 0px;
  }
  to {
    left: 90px;
  }
}
@-ms-keyframes move-up {
  from {
    left: 0px;
  }
  to {
    left: 90px;
  }
}

/* ------------------------------------------------------------ *\
  Sections
\* ------------------------------------------------------------ */

/* Search */
#search-box{ padding:30px;}
#search-box input[type="text"]{width:70%;}

/* Image wrap */
.section-about .section-image { float: left; margin-right: 32px; padding: 14px 13px; border-radius: 10px; background: #fff; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.31); }

/*  Section Inner  */

.elementor-inner { padding-top: 80px; }
.section-inner{ position: relative; z-index: 10; }
.single-post .section-inner{padding-top:30px;}
/*.book-title{position: relative;display: block;font-size: 32px;text-align:center;font-weight: normal;color: #fff;text-transform: uppercase;margin:0 auto;width:700px;padding: 0 30px 0 50px;line-height: 55px;background: #426E7F;box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.58);}*/
.book-title {
  color: var(--dark-green); font-family: 'Alice', serif; font-size: 36px; font-weight: normal; margin-bottom: 39px;
}
.book-title + .buttons {
  margin-top: 20px;
}
/*  Section Page  */

.section-page {
  padding: 0 65px;
  overflow: hidden;
  display: flex;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 900px;
}
.section-page .section-image {
  background-image: url('images/brush-circle.png');
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 0px 100px;

}
.section-page .section-image img { border-radius: 180px; margin-right: 60px; margin-top: 60px; }
/*.section-page .section-image img:hover{opacity: .6;}*/
.section-page .section-content { overflow: hidden; padding: 32px 0; }

.section-page .section-actions { margin-top: -4px; display: flex; justify-content: center; }
.section-page .section-content .section-actions { justify-content: flex-start; margin-top: 30px; }
.section-actions { display: flex; justify-content: center; }

@media(max-width: 925px) {
  /*.section-page{ padding: 0px; }*/
  .section-page .section-image {
    background-position: 20px 60px;
    padding-left: 0;
    width: 50%;
  }
  .section-page img { width: 92%; height:auto; }
}

@media(max-width: 530px) {
  .section-page {
    flex-wrap: wrap;
  }
  .section-image {
    width: 50%;
    background-size: 100%;
    padding: 20px;
    background-position: 0 80px;
  }
  .section-content h2 {
    margin-bottom: 20px;

  }
}

/*  Main  */

.main { padding: 0 80px; padding-bottom: 23px; margin-bottom: 44px; }
.main .top-back:hover{background-color:#687C83;color:#fff;}
.main .top-back{padding:18px;float:right;text-decoration:none;text-transform: uppercase;border: 1px solid #426E7F;color: #426E7F;-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;}

.main .subcat{height:20px;}
.main .subcat span{float:left;padding:5px;}
.main .subcat ul{float:left;padding:5px;}
.main .subcat li{list-style-type: none;float:left;}
.main .subcat li:after{padding:5px;content:'/';}
.main .subcat li:last-child:after{content:'';}
.main .subcat li.current{font-weight:bold;}

.main h4{color:#426E7F;}

@media(max-width: 600px) {
  .main {
    padding: 0;
  }
}

ul{margin-left:20px;}
ul.recent_posts li{  float: left;margin-right: 32px;padding: 10px 3% 10px 3%;border-radius: 10px;background: #fff;box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.31);list-style-type:none;height:100px;width:30%}

/*.page .page-title {position: relative;display: inline-block;font-size: 31px;font-weight: normal;color: #fff;text-transform: uppercase;margin-left: -87px;}
.page .page-title span { position: relative; z-index: 10; display: block; padding: 0 30px 0 50px; line-height: 55px; border-radius: 0px; background: var(--red); box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.58); }
.page .page-title:before { content: ''; position: absolute; left: 2px; top: 100%; margin-top: -5px; border-width: 23px 0 0 20px; border-style: solid; border-color: #b2354b transparent; }
*/

/*  Section Featured  */

.section-featured, .section-updates { padding: 45px 65px; min-height:200px; background-color: #fff; position: relative; }

.section-featured:before,
.section-updates:before { 
  content: '';
  display: block;
  background-image: url('images/brush-border-white.png');
  position: absolute;
  top: -29px;
  left: -63px;
  width: 110%;
  height: 100%;
  z-index: 5;
  background-repeat: no-repeat;
  margin-bottom: 0;
  /*background-color: rgba(1, 1, 1, 0.5);*/
}
.section-featured > *,
.section-updates > * {
  position: relative;
  z-index: 10;
}
.section-featured .section-title,
.page-title,
.elementor-text-editor > h2:first-child,
.main .book-title {
  background-color: var(--light-yellow);
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-transform: none;
}
.elementor-text-editor > h2:first-child {
  margin-bottom: 39px;
}
.single .section-featured .section-title {}
.section-featured .section-title span {  }
.section-featured .section-title:before {  }

body.home .section-featured {
  background-color: var(--light-green);
}
body.home .section-featured:before {
  background-image: url('images/brush-border.png');
}

body.home .section-featured .section-title,
body.home .section-updates .section-title {
  background-image: url('images/brush-heading.png');
  padding: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  top: -40px;
  left: -30px;
  z-index: 10;
  position: absolute;
  line-height: 0.25;
  margin-bottom: 0;
}
body.home .section-updates {
  max-width: none;
}
body.home .section-updates .updates {
  display: flex;
  margin: 30px 0;
}
body.home .section-updates .updates:after {
  background-image: none;
}
body.home .section-updates:after {
  display: none;
}
body.home .section-updates .section-title {
  position: relative;
  left: -70px;
  top: 0;
}

body.home .section-updates:before {
  background-image: none;
}

@media(max-width: 600px) {

  body.home .section-title {
    left: 0;
    padding-top: 0;
    line-height: normal;
  }

}

/*  Featured  */

.featured { padding: 35px 0 15px; }
.featured-title { font-size: 35px; color: #687C83; font-weight: normal; font-style: italic; text-transform: uppercase; margin-bottom: 16px; }
.featured-video { position: relative; height: 0; padding-bottom: 47.166%; }
.featured-video-inner { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 0px; overflow: hidden; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.31); }
.featured-video iframe { width: 100%; height: 100%; }
.featured-head { margin-bottom: 37px; }
/*.featured-body { overflow: hidden; }*/
.featured-image { float: left; margin: 50px; margin-top: 30px; width: 150px; margin-left: -30px; }
.featured-image img{ box-shadow: 14px 14px 0 0 var(--light-yellow); width: 100%;height: auto;}
.featured-image button {margin-top: 20px}
.featured-content { padding-top: 20px; max-width: 700px; margin: 0 auto; }
.featured-content p { font-family: 'Public Sans', sans-serif; line-height: 1.5; font-size: 16px; margin-bottom: 27px; }
#featured-learn-more {margin-top:10px; /*float: right;*/}
/*  Section New releases  */

.section-new-releases { position: relative; background: var(--dark-green); margin: 0 -70px; border-radius: 0px; padding: 50px; }
.section-new-releases .section-title { color: var(--light-yellow); font-weight: normal; margin-bottom: 40px; }
.section-new-releases .section-corner-left,
.section-new-releases .section-corner-right{display:none;}
/*.section-new-releases .section-corner-left,
.section-new-releases .section-corner-right { position: absolute; left: 10px; bottom: -25px; border-width: 23px 0 0 23px; border-style: solid; border-color: #b3b3b3 transparent; }
.section-new-releases .section-corner-right { left: auto; right: 10px; border-width: 23px 23px 0 0; }
*/
.section-new-releases .slider-carousel { margin: 0 40px; }
/*  Slider Carousel  */

.slider-carousel { position: relative; margin-bottom: 19px; }
.slider-carousel .slides { list-style: none outside none; }
.slider-carousel .slide { padding: 10px 0; text-align: center; }
.slider-carousel .slide-image { display: inline-block; box-shadow: 0 0 8px rgba(0, 0, 0, 0.31); }
/*.slider-carousel .slide-image img { max-width: 100%; height: auto; }*/

.slider-carousel .bx-controls { position: absolute; z-index: 500; left: 0; top: 50%; width: 100%; }
.slider-carousel .bx-controls-direction { position: relative; max-width: 1185px; margin: -27px auto 0; }
.slider-carousel .bx-prev,
.slider-carousel .bx-next { position: absolute; background-image: url('images/slider-arrow.png'); width: 42px; height: 42px; font-size: 0; }
.slider-carousel .bx-prev { left: -60px;  transform: scaleX(-1); }
.slider-carousel .bx-next { right: -60px; }
.slider-carousel .bx-prev:hover,
.slider-carousel .bx-next:hover { opacity: 0.7; }
.slider-carousel .btn-scroll { position: absolute; z-index: 500; bottom: 57px; left: 50%; display: block; width: 92px; height: 92px; margin-left: -56px; background-position: -728px -5px; font-size: 0; line-height: 0; text-indent: -4000px; }
.slider-carousel .btn-scroll:hover { opacity: 0.8; }

/*  Section Updates  */

.section-updates { padding: 40px; position: relative; max-width: 720px; margin: 0 auto; position: relative; z-index: 10; }
body.home .section-updates { background-color: var(--light-green); }
/*.section-updates .section-title { position: relative; display: inline-block; font-size: 31px; font-weight: normal; color: #fff; text-transform: uppercase; margin-left: -87px; }
.section-updates .section-title span { position: relative; z-index: 10; display: block; padding: 0 30px 0 50px; line-height: 55px; border-radius: 0px; background: var(--red); box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.58); }
.section-updates .section-title:before { content: ''; position: absolute; left: 2px; top: 100%; margin-top: -5px; border-width: 23px 0 0 20px; border-style: solid; border-color: #b2354b transparent; }
.section-updates .section-actions { text-align: center; }
*/
/* Section Film & TV */
section#film-tv{padding-bottom:10px;}
section#film-tv .update { padding: 0px 5px 0px 5px; width:100%; flex-wrap: wrap; justify-content: center; }
section#film-tv .update-image { float: left; border-radius: 100%; overflow: hidden; box-shadow: 0 0 8px rgba(0, 0, 0, 0.31); margin: 12px 30px 0 30px; }
section#film-tv .update-content { float:left; width:60%;margin-top:20px;}
section#film-tv .update-content h4 { color: var(--red); font-size: 20px; font-weight: normal; text-transform: uppercase; margin-bottom: 8px; }
section#film-tv .update-content p { font-size: 14px; line-height: 1.5; margin-bottom: 12px; }
section#film-tv .update-content a { color: var(--red); }

/* Section Quotes */
section#quotes .update { padding: 0px 5px 65px 5px; width:100%;}
section#quotes .update-image { float: left; border-radius: 100%; overflow: hidden; box-shadow: 0 0 8px rgba(0, 0, 0, 0.31); margin: 12px 30px 0 30px; }
section#quotes .update-content { float:left; width:65%;margin-top:20px;}
section#quotes .update-content h4 { color: var(--red); font-size: 20px; font-weight: normal; text-transform: uppercase; margin-bottom: 8px; }
section#quotes .update-content p { font-size: 14px; line-height: 1.5; margin-bottom: 12px; }
section#quotes .update-content a { color: var(--red); }
section#quotes .quotes_featured {width:48%;height:auto;float:left;padding:0px 15px 15px 0px}
section#quotes .quotes_featured img {width:100%;height:auto}

/*  Updates Front */

.updates { list-style: none outside none; }
.update { display: flex; border-bottom: 2px solid var(--light-green); margin-bottom: 30px; padding-bottom: 30px;}
.update-image img { border-radius: 100%; margin: 12px 28px 0 5px; }
.update-content { overflow: hidden; padding-right: 30px; }
.update-content h3 { font-family: 'Public Sans', sans-serif; text-transform: uppercase; font-size: 16px; }
.update-content p { font-size: 16px; line-height: 20px; margin-bottom: 12px; }
.update-content .update-entry a { display: block; color: var(--red); margin: 15px 0; }
.update-meta { font-size: 13px; }
.update-date { display: inline; font-style: italic; }
.update .update-comments { display: inline; color: #363a36; }
.update-content .sub { font-size: 13px; color: #646262; }

.updates > .btn {
  margin: 20px 0;
}

@media(max-width: 1090px) {
  body.home .update {
    flex-wrap: wrap;
  }
  body.home .update-image {
    margin-bottom: 20px;
  }
}
@media(max-width: 767px) {
  body.home .updates {
    flex-wrap: wrap;
    padding: 0 50px;
  }
}

/* ------------------------------------------------------------ *\
  Book Search
\* ------------------------------------------------------------ */

#book-list .book{float:left;padding:20px 15px 5px 15px;width:230px;height:375px;overflow:hidden;position:relative;}
#series-list .book{height:400px;}
#book-list .book .image{height:360px;overflow:hidden;}
#book-list .book .name{text-align:center;}
/*#book-list .book img{width:230px;height:auto;}*/
#book-list .book img{height:auto;width:100%;}
#book-list input[type=text]{width:95%;text-align:center;}
#book-list #show-advanced{cursor: pointer;}
#book-list #search-advanced{padding-top:10px;width:100%;text-align:center;}
#book-list:after{content: "";display: table;clear: both;}
.book-included,.book-description{margin-bottom:20px;}

#book-list .badges{margin-top:30px;}
#book-list .book-badge{position:relative;padding:10px 0px;width:100%;height:auto;}
#book-list .book-badge:after{content: "";display: table;clear: both;}
#book-list .book-badge .badge{z-index:1;position:absolute;left:50%;margin-left:-70px;top:0px;width: 125px;height: 102px;margin-bottom:100px;background-position: -1717px 0px;font-size: 0;line-height: 0;text-indent: -4000px;}
#book-list .logo-top{height:100px;margin-bottom:20px;background:var(--red);}
.book .book-details{position:absolute;background:#000000;padding:5px;margin:5px 5px 5px 0px;opacity:.7;width:195px;bottom:55px;color:#fff;display:none;}
.book .book-details .book-text{opacity:1;}
.book a:hover .book-details{display:block;}

.book-section {padding-top:30px;padding-bottom:0px;}

.book-series{padding-bottom:20px;}
.book-editions li{list-style-type: none;float:left;padding:5px 5px 5px 0px;position:relative;}
.book-editions li img{width:200px;height:auto;}
.book-editions .edition-details{position:absolute;background:#000000;padding:5px;margin:5px 5px 5px 0px;opacity:.8;width:190px;bottom:0px;color:#fff;display:none;}
.book-editions li:hover .edition-details{display:block;}

#book-tabs {width:100%;list-style: none;margin: 20px 0 20px;padding: 0;line-height: 35px;height: 37px;overflow: hidden;font-size: 12px;position: relative;border-bottom:1px solid #ccc;}
#book-tabs li {border: 1px solid #426E7F;background: #fff;display: inline-block;position:relative;z-index: 0;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;text-shadow: 0 1px #FFF;margin: 0 5px;padding: 0 30px;}
#book-tabs a {color: #000000;text-decoration: none;}
#book-tabs li.active {background: #426E7F;z-index: 2;}
#book-tabs li.active a {color: #ffffff;}
#book-tabs li:hover{background:#426E7F;}
#book-tabs li:hover a{color:#ffffff;}

.best-seller-list{padding-top:10px;}
.best-seller-list strong{text-transform: uppercase;}
.testimonial_left {width:45%;float:left}
.testimonial_right{width:45%;float:right}

#scroll-slides, .scroll-slides{
  width:auto;
  height:310px;
  overflow:hidden;

  -webkit-transition: margin-left .25s ease-out;
     -moz-transition: margin-left .25s ease-out;
       -o-transition: margin-left .25s ease-out;
          transition: margin-left .25s ease-out;

}
.scroll-container.scroll-slides-with-action,
.scroll-slides-with-action .scroll-slides {
  height: 330px;
}
.scroll-container.scroll-slides-with-actions,
.scroll-slides-with-actions .scroll-slides {
  height: 360px;
}
.scroll-slides a + a {
  display: block;
  text-align: center;
  margin-top: 10px;
}
#scroll-slides:after, .scroll-slides:after{content: "";display: table;clear: both;}
#scroll-container, .scroll-container{width:100%;overflow:hidden;height:320px;}
.scroll-slide{float:left;padding:5px;}
.scroll-slide img{width:200px;height:300px;box-shadow: 3px 3px 3px #888888}

#scroll-control, .scroll-control {position: absolute;z-index: 500;left: 0;top: 50%;width: 100%;}
#scroll-direction, .scroll-direction { position: relative;max-width: 1185px;margin: -27px auto 0;}
#scroll-direction .bx-prev,
#scroll-direction .bx-next, 
.scroll-direction .bx-prev,
.scroll-direction .bx-next {
  position: absolute;
  height: 42px;
  width: 42px;
  font-size: 0;
  background-image: url('images/slider-arrow.png');
}
#scroll-direction .bx-prev, .scroll-direction .bx-prev { left: -43px; transform: scaleX(-1); }
#scroll-direction .bx-next, .scroll-direction .bx-next { right: -40px; }
#scroll-direction .bx-prev:hover,
#scroll-direction .bx-next:hover,
.scroll-direction .bx-prev:hover,
.scroll-direction .bx-next:hover { opacity: 0.7; }

@media only screen and (max-width: 767px) {
  #book-tabs li {padding:5px;margin:0px;}
  #book-tabs li a{font-size:10px;}
}

/* ------------------------------------------------------------ *\
  Blog Page
\* ------------------------------------------------------------ */

  section#blog .update { /*padding: 5px 0;*/ width:100%;}
  /*section#blog .update-image { margin: 30px 30px 0 30px; }*/
  section#blog .update-content { float:left; width:75%;margin-top:20px;}
  section#blog .update-content h4 { color: var(--red); font-size: 20px; font-weight: normal; text-transform: uppercase; margin-bottom: 8px; }
  section#blog .update-content p { letter-spacing:normal; font-size: 16px; line-height: 1.5; margin-bottom: 12px; }
  section#blog .update-content a { color: var(--red); }
  section#blog .section-inner{}
  section#blog .section-inner .blog-single div{margin-bottom:20px;}
  .single-giveaways section#blog .gform_wrapper div{margin-bottom:0px;}
  section#blog .section-inner .sub{padding:20px 0px;}

  .page_links a{padding:10px;display:inline-block;border:1px solid #426E7F;}
  .page_links a:hover{text-decoration:none;background:#426E7F;color:#ffffff;}
  .page_links span{padding:10px;display:inline-block;background:#426E7F;color:#ffffff;}
  .page_links .left_link{float:left;}
  .page_links .right_link{float:right;}

/* ------------------------------------------------------------ *\
  Footer
\* ------------------------------------------------------------ */

.footer { text-align: center;  background: #426E7F; padding-bottom: 30px; overflow: hidden; background-image: url('images/footer-bg.jpg'); }

.footer-inner { width:100%; }
.footer-logo { margin: 0 auto; }
.footer-logo img {  margin-bottom: 30px; }
.footer p { width: 100%; text-transform: uppercase; color: var(--light-yellow); font-size: 14px; margin-top: 25px; letter-spacing: 2px; }
.footer p a { color: var(--light-yellow); }

.footer-inner,
.footer .socials,
.footer .copyright { display: inline-block; vertical-align: top; font-family: 'Alice', serif; font-size: 12px; color: #fff; margin-bottom: 0; }
.footer .copyright + .copyright { margin-top: 0; }

.footer .email_signup {text-transform: uppercase; color: var(--light-yellow); font-weight: 300; font-size: 16px;}
.footer .email_signup a { color: var(--light-yellow); }

.footer .socials { padding:10px 0px 10px 0px;}
.footer .socials a {
  width: 26px;
  height: 26px;
}

.footer .btn-outline { border-color: var(--light-yellow); }


/* DI Updates
  -------------------------------------------------------------*/
.subcategory_nav_links{  float: right;width: auto;}
.di_large_single {width:100%}
.di_large_single img {width:100%}


/* ------------------------------------------------------------ *\
  Responsive Tablet
\* ------------------------------------------------------------ */

@media only screen and (max-width: 1023px) {

  /*#book-list .book {height:250px;}*/
  /*#book-list .book .image{height:230px;}*/
  .header { position: relative; z-index: 1000; }
  .header .btn-menu { display: block; /*position: absolute; right: 50px; top: 30px; */}

  .nav { display: none; position: absolute; left: 0; top: 100%; width: 100%; margin: 0; background: #fff; }
  .nav li { float: none; }
  .nav li ~ li { margin-left: 0; }
  .nav a { display: block; padding: 10px 10px; }
  .ico-search{top:30px;}


  .btn-large { font-size: 16px; line-height: 40px; }


  .hero { margin-top: 0; }

  /*.nav { margin-top: 32px; }*/
  .nav li { font-size: 17px; }

  /*.slider {margin-top:0px;}*/
  .slider,
  .slider .slides,
  .slider .slide { height: 300px; }
  
  .slider .slide-content img { display: none; }
  .slider .slide-content .di_large_single img { display: block;width:100%;height:auto }
  .slider .slide-book-image { display: none;  }
  .slider .slide-content h1 { font-size: 20px; }
  .slider .slide-simple { padding-top: 20px; }
  .slider .slide-book { padding-top: 20px; margin-top: 20px; text-align: center; }
  .slider .btn-scroll { width: 40px; height: 40px; bottom: 20px; background-position: -830px -5px; margin-left: -20px; }

  .slider .bx-controls{display:none}

  .section-about .section-image { float: none; margin: 0 auto; max-width: 350px; padding: 10px; }
  .section-about .section-image img { max-width: 100%; height: auto; }

  .update { float: none; width: auto; margin: 20px 0; }

  .section-featured h1.book-title{width:85%;}

}


@media only screen and (max-width: 767px) {
  .wrapper .shell {margin-top:10px;}
  .section-featured h1.book-title{width:75%;}

  .section-about { padding: 20px 5px; }
  .section-about .section-content h2 { font-size: 24px; }

  /*.section-featured { padding: 20px 10px; }*/
  /*.section-featured .section-title { margin-left: -31px; font-size: 16px; line-height: 30px; }*/

  /*.featured-title { font-size: 18px; }*/
  .featured-body { display: inline-block; }
  .featured-image { /*float: none; */display: inline-block; vertical-align: top;text-align:center;/*width:100%;*/margin:60px; margin-top: 0; }
  .featured-content { text-align: left; }
  .featured-content h4 { font-size: 18px; }
  .featured-content p { font-size: 14px; }

  .section-new-releases { padding: 20px 91px; }
  /*.section-new-releases .section-title { font-size: 18px; margin: 10px -50px; }*/

  /*.section-updates { padding: 20px 10px; }*/
  /*.section-updates .section-title { margin-left: -31px; font-size: 16px; line-height: 30px; }*/
  .update-content{padding:0px;width:100%;}
  .update-image{width:107px;margin: 0 auto;}
  ul.updates{padding:0px;margin:0px;}

  section#blog .update-content {width:100%;}
  section#blog .update-image{float:none;width:105px;height:105px;margin:0 auto;margin-bottom: 20px;}

  section#film-tv .update-content{width:100%;}

  .alignright{float:none;padding:10px 0px;width:100%;height:auto;}
  .single-recipes .section-featured img {float:none;width:92%;height:auto;}
  .update{width:100%;text-align:center; flex-wrap: wrap;}
  .update-image { float: none;margin: 10px auto 20px; }
  .update-image img{width:110px;height:110px;}
  .container{margin-top:50px;}

  /*.page h2.page-title{margin-left:-32px;}*/

  .socials ul {margin-left:5px;}
  .socials li ~ li {margin-left:3px;}
}

form.contactForm ul {
  margin-top: 20px;
}
form.contactForm ul li {
  list-style: none;
  padding-bottom: 20px;
}
form.contactForm ul li label.head_label{
  clear: both;
  display: inline-block;
  font-weight: 700;
  line-height: 1.3;
  margin: 0.625em 0 0.5em;
}
form.contactForm ul li label{
  display: block;
  font-size: 0.875em;
  letter-spacing: 0.5pt;
  margin: 0.188em 0 0.75em;
  white-space: nowrap;
}
form.contactForm ul .nl_name {
  display: inline-block;
  width: 48%;
  margin-right: 1.3%;
}
form.contactForm ul .nl_address {
  display: inline-block;
  width: 30%;
}
form.contactForm ul .nl_name input,
form.contactForm ul .nl_address input {
  display: inline-block;
  width: 90%;
  padding: 10px !important;
}
/*Read Title Form */
#read_title_form {
  margin-top: 20px;
}
#leave_praise_textarea {
  width: 80%;
  height: 75px;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px;
}
p.flash_notice {
  text-align: center;  
  background: #dff0d8;
  color: #3c763d;
  padding:20px;
  margin:50px;
  font-weight: bold;
}
p.flash_alert {
  text-align: center;  
  background: #f2dede;
  color: #a94442;
  padding:20px;
  margin:20px;
  border: 1px solid #a94442;
  border-radius: 3px;
  font-weight: bold;
}


/* ------------------------------------------------------------ *\
  Woo
\* ------------------------------------------------------------ */

textarea{
  border: 1px solid #f2dede;
  border-radius: 7px;

}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background-color:#426E7F;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
 background-color:var(--red);
}

.woocommerce div.product p.price{
  font-size:36px;
}
.woocommerce input.input-text.qty.text{
  padding:6px;
  border-radius:5px;
}

.woocommerce h1{
  color: var(--red);
  font-size: 37px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 6px;
}

.woocommerce h2{
  color:#426E7F;
  font-size:22px;
}

.woocommerce h3{
  color:var(--red);
  padding:20px 0px;
  font-size:22px;
}

.woocommerce ul.tabs{
  display:none;
}

.woocommerce .woocommerce-message{
  border-top-color: var(--red);
}

.woocommerce .cart-summary{
  width:100%;
  text-align:right;
  padding:0px 20px 20px 0px;
}
.woocommerce .cart-contents{
  font-size:18px;
}

.subnav{
  padding:20px;
  background-color:#426E7F;
  margin:10px 0px;
  border-radius:8px;
  text-align:center;
  color:#ffffff;
}

.subnav a{
  color:#ffffff;
}

.tab{
  display:none;
}

div.wp-caption{
 max-width: 100%;
}
div.wp-caption img{
 padding: 5px;
}

.single-issues .featured-body .section-actions{
  text-align:center;
  margin-top:20px;
}
.single-issues .featured-body .mepr-already-logged-in{
  display:none;
}
.single-issues .section-content .section-actions{
  margin-top:20px;
}

.single-issues .featured-body .mepr-already-logged-in{
  text-align:center;
  margin-top:10px; 
  margin-bottom:30px;
}

.single-issues .mepr-login-link{
  display:none;
}
.single-issues .youtube-player{
  height:300px!important;
  width:50%;
}
.single-issues .featured-image{
  width:50%;
  float:none;
  margin:30px 50px 0 0;
}
.single-issues .section-page{
  padding-left:0px;
}
.payment_box fieldset{
  border:none;
}
/*
#mepr_loginform .submit input, #mepr-signup-form .mepr-submit, .mepr-share-button, .mp-form-submit .mepr-submit, .center-btn .btn, .have-coupon-link{
  cursor: pointer;
    display: inline-block;
    background: transparent;
    border: 1px solid var(--red);
    line-height: 28px;
    padding: 15px;
    color: var(--red);
    text-transform: uppercase;
  min-width: 75px;
    font-family: 'Public Sans', sans-serif;
    letter-spacing: -.05em;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
}*/


/*.sub-nav-buttons a{
  margin-bottom:10px;
  cursor: pointer;
    display: inline-block;
    background: transparent;
    border: 1px solid var(--red);
    line-height: 28px;
    padding: 15px;
    color: var(--red);
    text-transform: uppercase;
  min-width: 75px;
    font-family: 'Public Sans', sans-serif;
    letter-spacing: -.05em;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
  text-decoration:none;
}
.sub-nav-buttons a{
  margin-bottom: 0px!important;
}
*/
.sub-nav-buttons .elementor-shortcode {
  text-align: right;
}

.have-coupon-link:hover, .sub-nav-buttons a:hover{
  background:var(--red);
  color:white;
  text-decoration:none;
}
#mepr_loginform .submit input:hover, #mepr-signup-form .mepr-submit:hover, .mepr-share-button:hover, .mp-form-submit .mepr-submit:hover, .center-btn .btn:hover{
  background:var(--red);
  color:white;
}
#mepr_loginform #user_login, #mepr_loginform #user_pass, #mepr-signup-form .mepr-submit, #mepr_account_form input, #mepr-signup-form input{
  border-radius:0px;
}

.member-nav{
    float: right;
    padding: 15px 30px 0 50px;
  font-size:18px;
}
@media only screen and (max-width: 800px) {
  .member-nav{
    float: none;
    padding-left:0px;
    padding-top:50px
  }
}
.member-nav a{
  padding:20px;
  font-size:14px;
  text-decoration:underline;
}
.page-id-21472 .elementor-post__excerpt a{
  display:none
}
.center-btn{
  text-align:center;
}
td[data-label=Invoice] {
    display: none;
}
#mepr-account-payments-table th:last-child {
    display: none;
}
.mepr-account-subscr-id, .elementor-element-3dd8c84 .mepr-already-logged-in {
  display:none;
}

.single-issues #mepr_loginform{
  margin-top:50px; 
}
/*
.mp_wrapper .mepr_price .mepr_price_cell{
  color:transparent;
}
.mepr_price_cell::before{
  content: "$19.95 + tax / year";
    color:black;
}
*/
#magazine-heading p, #magazine-heading{
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}

/*
  Moving the buy buttons out of the popover to the side
*/
.buy-buttons {
  background-color: #73a93ce6;
  padding: 15px 10px;r
}
.buy-buttons a {
  margin: 10px 20px;
  display: inline-block;
}
.buy-buttons a:hover {
  opacity: 0.7;
}
.book-sidebar {
  float: left;
  width: 250px;
  margin: 30px 50px 0 0;
}
.book-sidebar .featured-image {
  margin: 0;
  float: none;
  margin-bottom: 30px;
}




.login-page .main.columned {
  display: flex;
  padding-bottom: 0;
}

.login-page section.login-form {
  width: 40%;
  padding-bottom: 23px;
}

@media(max-width: 745px) {
  .login-page section.login-form {
    width: 100%;
  }
}

.login-page .welcome-home-banner {
  width: 60%;
  padding: 20px;

  position: relative;

  background-image: url('https://debbiemacomber.com/wp-content/uploads/2019/03/Web-Hero-Image_May20.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 400px;
}

.login-page .welcome-home-banner .description {
  position: absolute;
  text-align: right;
  top: 50%;
  right: 10%;
  width: 250px;
}

@media(max-width: 990px) {
  .login-page section.login-form {
    padding: 15px;
  }
}
@media(max-width: 745px) {
  .login-page .main.columned {
    flex-wrap: wrap;
  }
  .login-page .welcome-home-banner, section.login-form {
    width: 100%;
  }

}
@media(max-width: 470px) {
  .login-page .welcome-home-banner {
    background-size: auto 100%;
    min-height: 300px
  }
  .login-page .welcome-home-banner .description {
    position: absolute;
    text-align: right;
    top: 50%;
    right: 10%;
    width: 180px;
  }
  .login-page .welcome-home-banner .description p {
    display: none;
  }


}

@media(max-width: 580px) {
  .header .top .shell {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
  }
  .header .top .shell .call-to-action {
    margin-bottom: 10px;
    text-align: center;
  }
}

@media(max-width: 375px) {

  .hero .bottom .logo img {
    height: auto;
    width: 100%;
  }

  .header .top .shell .call-to-action a {
    display: block;
  }
  .header .top .shell .call-to-action a:first-child:after {
    display: none;
  }
}

.audio-embed {
  margin-bottom: 50px;
}