* { 
  box-sizing:border-box; 
  transition:all 0.2s ease 0s;
}

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

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

.txt-c {
  text-align: center !important;
}

.txt-r {
  text-align: right !important;
}

.share-this-icon img {
  width: auto !important;
  height: 30px;
}

html, body {
  font-family: Arial, Helvetica, sans-serif;
  color:#040707;
  font-size:16px;
}

.header .sep {
  transform: rotate(0);
  height: 30px;
  width: 55px;
}

.header .sep::before {
  left:-10px;
  content : "presents";
  color: #040707;
  background-color: transparent;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  letter-spacing: 1px;
}

.header .sep::after {
  display:none;
}

/*
.header .sep::after {
  background-color:#c9cbcb;
}

.header .sep::before {
  background-color:#708180;
}*/

.header .menu-btn, 
.header .close-btn {
  height:100%;
  color:#040707;
}

.header .menu-btn:hover, 
.header .close-btn:hover {
  background-color:#040707;
  color:#fbfbf5;
}


.header .opts-btn {
    display: flex;
    position: absolute;
    right: 20px;
    width: 60px;
    height: 60px;
    padding: 0;
    border-color: transparent;
    border-radius: 5px;
    font-size: 30px;
    color:#6F807F;
    z-index: 2;
}

.header .opts-btn:focus,
.header .opts-btn:hover {
  color:#fbfbf5;
  background-color:#6F807F;
}

.header .wrap {
  padding:10px;
  height: 100%;
}

.header .wrap.flex-center::before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 10px;
  border-top: 1px solid #414342;
  width: calc(100% - 20px);
  border-bottom: 3px solid #040707;
  display: block;
  height: 5px;
  z-index: 0;
  line-height: 0px;
}

.header .wrap.flex-center::after {
  content: " ";
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-bottom: 1px solid #414342;
  width: calc(100% - 20px);
  border-top: 3px solid #040707;
  display: block;
  height: 5px;
  z-index: 0;
  line-height: 0px;
}

.header .logo.rtw img {
  max-height: 100px;
}

.header .logo.bookstore {
  background-color: #fbfbf5;
  border-left: 15px solid #fbfbf5;
  border-right: 15px solid #fbfbf5;
  z-index: 2;
}

button,
.button {
    border: 1px solid #7a7f80;
    color: #7a7f80;
}

button:hover,
.button:hover,
button:focus,
.button:focus {
    background: #7a7f80;
    outline: none;
    color: #FFFFFF;
}

/* links */
a {
  color: #7a7f80;
  text-decoration: underline;
}

.main a,
.main a *
{
    text-decoration: none;
}

.main a
{
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: inherit;
}

.share-links a,
.review-book a,
.categ .swiper a,
.da a
{
    border: 0;
}

#FromMyShelf .wrap a,
#BookCandy .wrap a,
#UpcomingEvents .wrap a
{
    font-weight: bold;
}

/*#BookCandy .wrap a,
#UpcomingEvents .wrap a
{
    color: #B7993F !important;
}*/

.header {
  position: relative;
  height:250px;
  background-color: #fbfbf5;
  border-bottom: 5px solid #afb2b2;
  top:0;
}

.header.sticky {
  position: sticky;
}

.header .logo img {
  max-height: 150px;
  min-width: 100px;
}

.nav {
  position:relative;
  margin-top:0;
  padding-top:50px;
}

.nav a {
  color:#7a7f80;
  border-right:3px solid transparent;
  position: relative;
  font-size:14px;
  line-height: 1.25em;
}

.nav a:hover, 
.nav a:focus, 
.nav a.current {
  color:#333;
}

.nav a.current {
  border-left:0px;
  border-right-color: transparent;
  background-color:#e5e6e4;
  color:#333;
}

.site-nav {
  /*box-shadow: 2px 0 5px 0px #ccc;*/
  top:250px;
  border-right:2px solid #afb2b2;
  background-color: #fbfbf5;
  height: 100vh;
}

.site-nav .logo.bookstore {
  margin:1em auto;
}

.nav .thisweek {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  text-align: center;
  line-height:50px;
  color:#7a7f80;
  font-size:20px;
  font-family: Georgia,Times New Roman,Times,serif;
  /*background-color: #3A97B6;
  border-bottom:5px solid #3287A4;*/
}

.nav-sub {
  display:block;
  /*border-left:5px solid #ddd;*/
  background-color:#e5e6e4;
}

.nav-sub-label {
  display:block;
  padding:0.5em 1em;
  background-color:#d6d7d4;
  color:#333;
  font-size:14px;
}

.nav .nav-sub a {
  padding-left:1.5em;
}

.nav .nav-sub a.current {
  background-color:#c4c4c4;
}

.site-search
{
    display: flex;
    position: absolute;
    left: 20px;
    padding: 0;
    z-index: 3;
}

.site-search > div
{
    display: flex;
    background: none;
    border: 0;
}

.site-search input
{
    width: 0;
    padding: 0;
    border: 0;
}

.site-search input:focus,
.site-search input:active
{
    background: none;
    outline: none;
}

.site-search button
{
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    border-radius: 5px;
}

.site-search button:focus,
.site-search button:hover
{
    background: #6F807F;
}

.site-search button svg
{
    width: 22px;
    height: 22px;
    fill: #6F807F;
}

.site-search button:focus svg,
.site-search button:hover svg
{
    fill: #FFFFFF;
}

.site-search .search-close,
.site-search .search-close svg
{
    width: 0;
}

.site-search.open
{
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.site-search.open input
{
    width: 500px;
    padding: 0.5em 1em;
}

.site-search.open .search-close
{
    width: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.site-search.open .search-close svg
{
    width: 22px;
}

.site-search.open .search-go
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.site-nav .site-search
{
    display: none;
    position: absolute;
    left: 60px;
    right: 0;
    height: 60px;
    align-items: center;
}

.site-nav .site-search .search-close
{
    display: none;
}

.site-nav .site-search > div
{
    width: 100%;
    margin: 0 0.6em;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    overflow: hidden;
}

.site-nav .site-search input,
.site-nav .site-search button
{
    padding: 0.5em;
    background: #F6F6F6;
    border: 0;
}

.site-nav .site-search input
{
    width: 100%;
}

.site-nav .site-search input:focus,
.site-nav .site-search input:active,
.site-nav .site-search input:focus + button,
.site-nav .site-search input:active + button
{
    background: none;
    outline: none;
}

.site-nav .site-search button
{
    width: auto;
    height: auto;
    border-radius: 0;
}

.site-nav .site-search button svg
{
    width: 1em;
    height: 1em;
    fill: #7A7F80;
}

.site-nav .site-search input:focus + button svg,
.site-nav .site-search input:active + button svg
{
    fill: #333333;
}

.accnt-opts
{
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 5px;
  background: #FEFEFE;
  border-radius: 5px;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.5);
  transition: none;
  width: max-content;
  min-width: 15em;
  z-index: 3;
}

.accnt-opts a,
.accnt-opts .grp-head
{
  display: block;
  padding: 0.65em 1.5em;
  font-weight: bold;
  text-decoration: none;
  color: #7A7f80;
}

.accnt-opts a:hover,
.accnt-opts a.selected
{
    color: #333333;
}

.accnt-opts a.selected
{
    position: relative;
}

.accnt-opts a.selected:before
{
    content: "\e5df";
    position: absolute;
    top: 50%;
    left: 0;
    font-family: "Material Icons";
    font-size: 1.5em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #B1B263;
}

.accnt-opts .grp
{
    margin-bottom: 0.65em;
}

.accnt-opts .grp-head
{
	padding-bottom: 0.5em;
	font-weight: normal;
	font-style: italic;
	color: #B3B3B3;
}

.accnt-opts .grp-body
{
	margin-left: 1.6em;
	border-left: 3px solid #DEDEDE;
}

.main {
  background-color: #fbfbf5;
}

.main section {
  padding:0;
}

.wrap {
  /*width:640px;*/
  width:100%;
  padding:20px;
  margin:0;
}

.intro {
  background-color:#f0f0f0;
  border-radius: 10px;
  color:#040707;
  font-style: italic;
  border-top:0px solid #ccc;
  font-size:22px;
  line-height: 1.5em;
  font-family: Georgia,Times New Roman,Times,serif;
  text-align: center;
  margin:0 20px 30px;
}

.intro a {
  color:#7a7f80;
  text-decoration: underline;
}

.frommyshelf .wrap {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size:18px;
}

.da a {
  position: relative;
}

.story .wrap img {
  max-width: 100%;
}

.story.buzz .wrap img {
  max-width: none;
}

.story header .wrap h1 img {
  max-width: 100%;
  height: 50px;
}

.da img {
  max-width: 100%;
  vertical-align: bottom;
  height:auto !important;
}

.da a::before {
  content: "AD IMAGE";
  text-decoration: none !important;
  position: absolute;
  right: 2px;
  bottom: 2px;
  display: block;
  background-color: rgba(0,0,0,0.5);
  color: rgba(255,255,255,0.9);
  padding: 2px 10px;
  text-align: center;
  display: none;
}

.da-banner {
  text-align: center;
  padding: 20px 0;
}

.da-vid
{
  display: flex;
  padding: 20px 0;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}

.da-vid video
{
  max-width: 100%;
  /*max-height: 500px;*/
}

.da-vid > p
{
  margin-bottom: 0;
}

/*.da-vid.da-banner video
{
  max-height: 300px;
}*/

.today h1 {
  margin:0;
  text-align: center;
  font-weight: normal;
  color:#708180;
  font-size: 18px;
  line-height: 0;  
  text-transform: uppercase;
  border-bottom: 1px solid #708180;
  margin-bottom: 15px;
  margin-top: 15px;
}

.today h1 span {
  background-color: #fbfbf5;
  padding: 0 10px;
  font-weight: bold;
}

.today .wrap {
  padding:0px 20px;
}

.categ header {
  border-top-width: 0px;
  padding-top:0;
  /*
  border-top-color: #887034;
  background-color: #a68e4f;

  background-color:#cbe9f4;
  border-top-color:#b9dae6;
  color:#2F7890;
  */
  background-color:transparent;
  border-top-color:transparent;
  color:#7a7f80;
}

.star-books:not(.swiper-wrapper) {
  width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  padding: 40px 0 0;
}

.star-books a {
  position: relative;
  border: 0;
}

.star-books.swiper-wrapper a
{
    margin-top: 25px;
}

.star-books:not(.swiper-wrapper) img {
  vertical-align: top;
  height:250px;
}

.star-books a::before {
  content : "";
  position: absolute;
  top:-25px;
  left:-25px;
  background:url('https://media.shelf-awareness.com/readers/sar2021/star-black.png') no-repeat;
  background-size:50px;
  height:50px;
  width:50px;
  z-index: 1;
}

.starred .badge
{
    display: flex;
    position: absolute;
    top: -5em;
    width: 50px;
    height: 70px;
    padding-top: 15px;
    background: #CE9E61;
    z-index: 1;
    justify-content: center;
    align-items: center;
}

.starred .badge::before,
.starred .badge::after
{
    content: "";
    position: absolute;
    bottom: -5px;
    width: 50%;
    height: 20px;
    background: #CE9E61;
    -webkit-box-shadow: 0 2px 3px -3px #000000;
    -moz-box-shadow: 0 2px 3px -3px #000000;
    -ms-box-shadow: 0 2px 3px -3px #000000;
    -o-box-shadow: 0 2px 3px -3px #000000;
    box-shadow: 0 2px 3px -3px #000000;
    z-index: -1;
}

.starred .badge::before
{
    left: 0;
    -webkit-transform: skewY(-20deg);
    -moz-transform: skewY(-20deg);
    -ms-transform: skewY(-20deg);
    -o-transform: skewY(-20deg);
    transform: skewY(-20deg);
}

.starred .badge::after
{
    right: 0;
    -webkit-transform: skewY(20deg);
    -moz-transform: skewY(20deg);
    -ms-transform: skewY(20deg);
    -o-transform: skewY(20deg);
    transform: skewY(20deg);
}

.starred .badge span
{
    font-size: 32px;
    line-height: 1;
}

.starred {
  display:grid;
  grid-template-columns: 31% 32% 32%;
  grid-gap: 15px;
  margin-bottom:1.5em;
}

.starred > * {
  position: relative;
}

.starred img {
  max-width: 100%;
}

/*

.bookreviews {
  background-color:#f0f0f0;
}

.story {
  background-color:#eee;
}

.story > .wrap {
  background-color:#fff;
}*/

.story header {
  font-family: Georgia,Times New Roman,Times,serif;
  margin-bottom:0;
  text-align: center;
}

.story header p {
  font-size:28px !important;
  line-height: 1.2em;
}

.story header p img {
  max-width: 100%;
  height:auto;
}

.scf-title,
.story header h1 {
  font-size:24px !important;
  border-bottom:1px solid#7a7f80;
  border-top:1px solid#7a7f80;
  padding:5px 0;
  margin-bottom:15px;
  letter-spacing: 2.5px;
}

.story.dedshelf header h1,
.story.buzz header h1 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.story.bookreviews header h1 {
  font-size:28px !important;
  margin-bottom: 40px;
  letter-spacing: 5px;
}

.story .wrap {
  padding-bottom:0;
}

.story p.bookreviews-cat {
	border-bottom: 1px solid #7a8080;
	line-height: 0 !important;
	margin-top: 20px;
	margin-bottom: 30px !important;
  font-family: Arial, Helvetica, sans-serif;
}

.story p.bookreviews-cat span {
  padding: 0 10px;
  background-color: #fbfbf5;
}

.story p.bookreviews-cat span span {
  color: #fff;
  background-color: #7a8080;
  padding: 6px 20px;
  border-radius: 20px;
  text-transform: none;
  font-style: italic;  
}

.story.dedshelf header p.bookreviews-cat {
  font-size:20px !important;
  margin-top:20px !important;
  margin-bottom:15px !important;
}

.story.buzz p.bookreviews-cat span span {
  font-size:18px;
}

/*
.maxdedshelf header {
  background-color:#b2b464;
  border-top-color:#939550;
  color:#000;
}

.maxdedshelf header h1 {
  border-bottom-color:#939550;
}
*/

.maxdedshelf header p {
  margin:0;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.maxdedshelf header p.tag {
  font-size:16px !important;
}

/*
.maxdedshelf .reviews {
  border:10px solid #b2b464;
  border-top:0;
}
*/

.maxdedshelf .review {
  margin:0;
}

/*
.buzz header {
  background-color: #cbe9f4;
  border-top-color: #b9dae6;
  color: #2F7890;
}   

.buzz header h1 {
  border-bottom-color:#94c2d2;
}

.buzz .reviews {
  border-color:#cbe9f4;
}

.buzz .review {
  padding-bottom:0;
}

.buzz .review .shelf-story {
  padding-left: 0px !important;
}

.buzz .review td {
  vertical-align: top;
}

.buzz-author .review img {
  max-width: 100%;
  height:auto !important;
}

.buzz-kids header .wrap {
  padding:0;
  padding-top:20px;
}

.buzz-kids header .wrap p {
  background-color:#626262;
}

.buzz-kids header .wrap p img {
  margin-top:-35px;
}

.buzz-kids .reviews {
  border-color:#626262;
}

.buzz-kids header {
  background-color: #ffcf44;
  border-top-color: #f9bf18;
  color: #333;
}   

.buzz-kids header h1 {
  border-bottom:transparent;
}

.buzz-kids .review table {
  border-collapse: collapse !important;
  font-size:16px;
}

.buzz-kids .review {
  padding-bottom:20px;
  background-color:#ffcf44;
}
*/

.maxdedshelf .review-title {
  padding-right: 0;
  text-align: center;
  font-style: italic;
}

.maxdedshelf .review-title h2 {
  font-size:28px;
}

.maxdedshelf .review-title-book {
  text-transform: uppercase;
  letter-spacing:1px;
  font-style: normal;
}

/*
.maxdedshelf .review:nth-child(2) {
  border-top:10px solid #b2b464;
}

.slider.picks {
  padding-left:35px;
  padding-right:35px;
}

.pick.review {
  margin:0;
  text-align: center;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color:transparent;
}

.pick.review img {
  width:100%;
}
*/

.wrap-dc {
  padding:0;
  display:grid;
  grid-template-columns: 240px auto;
}

.wrap-dc .wrap-content {
  padding:20px;
}

.wrap-dc .da {
  background-color:#eee;
}

/*
.wrap-da > *:nth-child(2),
.wrap-da-2 > *:nth-child(1) {
  padding:20px;
  background-color:#fff;
}

.wrap-da > *:nth-child(1),
.wrap-da-2 > *:nth-child(2) {
  padding:0;
  background-color:#eee;
}*/

.wrap-dc-r {
  grid-template-columns: auto 240px;
}

.slider {
  width:100%;
  padding:0px;
  margin:0 auto;
}

.review {
  padding:0px;
  margin:0px;
  position:relative;
}

.review div {
  text-align: left;
}

/*
.review-1 {
  margin:0 !important;
}*/

.review-ctr {
  position:absolute;
  top:0px;
  right:0px;
  background-color:#7a7f80;
  z-index: 1;
  text-align: center;
  color:#fff;
  padding:5px 15px;
  border-radius:15px;
  line-height: 1.5em;

}

.review-ctr span {
  font-family: Georgia,Times New Roman,Times,serif;
}

.review-ctr .c {
  color:#FBFF8A;
  font-size:24px;
}

.review-ctr .t {
  font-size:16px;
}

.review-title {
  font-family: Georgia,Times New Roman,Times,serif;
  margin-bottom:1.5em;
  padding-right:70px;
  position: relative;
}

.buzz .review h1,
.buzz .review h2,
.review-title h2,
.review-title h3 {
  font-weight: normal;
  margin:0;
  line-height:1.25em;
}

.buzz .review h1,
.review-title h2 {
  color:#7a7f80;
  font-size:24px;
}

.buzz .review h2,
.review-title h3 {
  color:#7a7f80;
  font-size:18px;     
  font-style:italic; 
}

.buzz .review h1,
.buzz .review h2 {
  font-family: Georgia,Times New Roman,Times,serif;
}

.buzz .review tr td:first-child {
  padding-right:10px;
}

/*
.review-starred {
  background:url('https://media.shelf-awareness.com/readers/sar2021/star.png') no-repeat;
  background-position-x: 5px;
  background-position-y: 7px;
  padding-left:55px;
  background-size:40px;
}
*/

.star {
  background:url('https://media.shelf-awareness.com/readers/sar2021/star-black.png') no-repeat;
  background-size:50px;
  height:50px;
  width:50px;
  display:none;
  flex:0 0 50px;
}

.review-starred {
  display:flex;
  gap:10px;
  padding-right: 15px;
  flex-direction: row-reverse;
  justify-content: left;
}

.review-starred .star {
  display:block;
}

.review-book {
  float:left; 
  max-width:200px;
  display:grid;
  grid-gap:15px;
  margin-right:15px;
  padding-bottom:15px;
  text-align: center !important;
  justify-items: center;
}

.review-book img {
  max-width: 100%;
}

.review-book img.ecom,
.review-book img[alt="More Info"],
.review-book img[alt="Buy Now"] {
  width:150px;
  filter:grayscale(100%);
}

.review-book img.ecom:hover,
.review-book img[alt="More Info"]:hover,
.review-book img[alt="Buy Now"]:hover {
  filter:grayscale(0);
}

.review-book img.bookbtn
{
    width: 135px;
    filter:grayscale(0);
}

.review-bookinfo {
  margin-top: 1em;
  border: 2px solid #dadada;
  background-color: #f0f0f0;
  padding: 15px;
  font-style: italic;
  border-radius: 10px;
  clear:both;
}

.review-book .share-this-links {
  padding-top: 0;
  text-align: center;
}

.review-book .share-links a {
  margin-bottom:0;
}

.review.wrap {
  padding:20px 60px;
}

.vetted {
  margin:0px 15px;
  text-align: center;
  padding:20px;
  border-top:3px solid #eee;
  font-family: Georgia,Times New Roman,Times,serif;
  font-size:20px;
  font-style: italic;
  color:#888;
}

.vetted.sponsored {
  border-top:0;
  border-bottom:3px solid #eee;
  padding-top:0;
}

.slider.owl-theme .owl-controls .owl-buttons .owl-prev,
.slider.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: calc(50% - 22.5px);
  margin: 0;
  margin-top: -40px;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 60px;
  line-height: 2em;
}

.slider.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0px;
}

.slider.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0px;
}

.owl-theme .owl-controls {
  margin:0 !important;
}

/** SWIPER SLIDER **/
.swiper {
  /*width: 100%;height: 100%;*/
  padding:40px 40px 0px;  
}

.swiper.spicks {
  padding-top: 50px;
}

.swiper-slide {
  text-align: center;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  color:#7a7f80;
}

.swiper-pagination-bullet-active {
  background-color:#7a7f80;
}

.swiper-button-prev {
  left:5px;
}

.swiper-button-next {
  right:5px;
}

.swiper-pagination-bullet {
  width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,12px));
  height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,12px));
}

.swiper-horizontal > .swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
  bottom:auto;
  top:10px;
}

.issue-nav {
  background-color: #7a7f80;
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top:20px;
}

.issue-nav a {
  padding:15px;
  color:#fff;
  font-family: Georgia,Times New Roman,Times,serif;
  font-size:28px;
  display:flex;
  text-decoration: none;
  line-height: 1em;
  align-items: center;
  border-color:#7a7f80;
}

.issue-text {
  flex-grow:1;
}

.issue-text > * {
  display:block;
}

.issue-nav-p .issue-text  {
  margin-left:10px;
}

.issue-nav-n .issue-text  {
  margin-right:10px;
  text-align: right;
}

.issue-nav-t {
  font-size:20px;
  line-height: 1.5em;
}

.issue-nav-d {
  font-size:16px;
  line-height: 1em;
}

.issue-nav-p .issue-nav-t::after {
  content: " Issue"
}

.issue-nav-n .issue-nav-t::after {
  content: " Issue"
}


.issue-nav-n {
  justify-content: right;
}

.issue-nav a:hover {
  background-color: #626262;
  border-left:20px solid #575656;
  border-right:0;
}

.issue-nav a.issue-nav-n:hover {
  border-left:0;
  border-right: 20px solid #575656;
}

.footer {
  background-color:#040707;
}

.footer .wrap {
  width:100%;
  padding:30px;
}

.footer p:first-child {
  text-align: left;
}

.footer-sa .top {
  background-color: #3998B6;
  text-align: center;
  padding: 10px;
}
/** ded shelf, events **/
.dedshelf .review-book {
  width:160px;
}

.dedshelf .review-book img {
  width: auto;
  float: none !important;
}

.events {
  text-align: center;
}

.event {
  text-decoration: none;
/*  gap:10px;
  display:flex;
  justify-content:center;*/
  font-size:18px;
  font-weight:bold;
  color:#7a7f80;
}

.event-date {
  text-decoration: none;
}

.event-title {
  padding-left:5px;
  text-decoration: underline;
}

/* more link */
.more-link
{
	margin-top: 45px;
	margin-bottom: 35px !important;
	border-bottom: 1px solid #7A8080;
	line-height: 0;
}

.more-link > *
{
    background: #FBFBF5;
}

.more-link a
{
	margin: 0 10px;
	padding: 0.32em 1em;
	background: #7A8080;
	border: 0;
	border-radius: 1em;
	font-family: Georgia, "Times New Roman", "Times", serif;
	font-size: 1.2em;
	font-weight: normal !important;
	font-style: italic;
	color: #FFFFFF;
}

@media screen and (max-width: 1060px) {
  .star-books:not(.swiper-wrapper) {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 980px) {
  .header {
    position: -webkit-sticky;
    position: sticky;
  }
  
  body.nosticky .header {
    position: relative !important;
  }

  .nav
  {
    margin-top: 60px;
    padding-top: 60px;
  }
  
  .site-search
  {
    display: none;
  }
  
  .site-nav .site-search
  {
    display: flex;
  }

  .header {
    display: flex;
    height: 110px;
    justify-content: center;
    align-items: center;
  }

  .header .wrap {
    padding:0px 70px 0px 70px;
  }

  .header .logo img {
    max-height: 65px;
    min-width: auto;
  }

  .header .logo.rtw img {
    max-height: 50px;
  }

  .header .sep {
    width:50px;
  }

  .header .menu-btn,
  .header .opts-btn
  {
    top:0;
    z-index: 3;
  }
  
  .header .opts-btn
  {
    right: 0;
    height: 100%;
    border-radius: 0;
  }

  .site-nav {
    top:0;
    box-shadow: none;
  }

  body.nav-open .site-nav {
    box-shadow: 5px 0 5px -5px #999;
  }

  .header .close-btn {
    height:60px;
    position: absolute;
    z-index: 1;
    left: 0;
    top:0;
  }

  .nav .thisweek {
    font-size:24px;
    line-height: 60px;
  }

  .review {
    margin:0 15px;
  }

.story.bookreviews .review .wrap {
  padding:0;
  padding-bottom:1em;
}

  /*
  .pick.review {
    padding:10px;
  }

  .slider.picks {
    padding:0 15px;
  }
  */

  .slider.owl-theme .owl-controls .owl-buttons .owl-prev,
  .slider.owl-theme .owl-controls .owl-buttons .owl-next {
    line-height: 3em;
    font-size:50px;
    padding:0 3px;
  }
}

.rcnt {
  display: none;
}

/*
.wrcnt {
  padding-right:35px;
}

.rcnt {
  background-color: #999;
  color: #FBFF8A;
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 100px;
  font-family: Georgia,Times New Roman,Times,serif;
  position: absolute;
  right:5px;
  top:5px;
}

.buzz-author table[width="430"],
.buzz-kids table[width="350"] {
  width:70%;
}

.buzz-author table[width="140"],
.buzz-kids table[width="235"] {
  width:30%;
  text-align: center;
}*/

.giveaway .wrap > table > tr > td,
.giveaway .wrap > table > tbody > tr > td
{
	display: flex;
	gap: 1em;
}

.giveaway .wrap > table > tr > td > table:first-child,
.giveaway .wrap > table > tbody > tr > td > table:first-child
{
  width: auto !important;
  flex: 1;
}

@media screen and (max-width: 800px) {
  html,body {
    font-size:16px;
  }

  .header {
    height:75px;
  }

  .header .logo img,
  .header .logo.rtw img {
    max-height: 60px;
    height: auto;
  }

  .header .wrap.flex-center::before,
  .header .wrap.flex-center::after {
    display:none;
  }

  .header .sep {
    height:20px; 
    width:40px;
  }

  .header .sep::before {
    font-size:12px;
  }

  .wrap-dc {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }

  .wrap-dc .da {
    text-align: center;
    padding:10px 0;
    border-bottom:5px solid #ddd;
  }

  .maxdedshelf .reviews {
    border-width: 3px;
    border-top:0;
  }

  .maxdedshelf .review {
    padding:12px;
  }

  .giveaway .review,
  .giveaway .review .shelf-story {
    padding:0;
  }

  .star-books:not(.swiper-wrapper) img {
    height: 200px;
  }
  
  .giveaway .wrap > table > tr > td,
  .giveaway .wrap > table > tbody > tr > td
  {
	  flex-direction: column;
  }
  
  .giveaway .wrap > table > tr > td > table,
  .giveaway .wrap > table > tbody > tr > td > table
  {
    width: 100% !important;
  }
}      

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

  table.ImgWithCaptionTable {
    width: 50% !important;
  }

  table table.ImgWithCaptionTable {
    width: 100% !important;
  }

  table.ImgWithCaptionTable img {
    max-width: 100% !important;
    height: auto !important;
  }

  table.ImgWithCaptionTable[align=right],
  table.ImgWithCaptionTable[align=left],
  table.ImgWithCaptionTable[align=right] img,
  table.ImgWithCaptionTable[align=right] img {
    margin:0px !important;
  }

  table.ImgWithCaptionTable[align=right] {
    padding-left:10px;
  }

  table.ImgWithCaptionTable[align=left] {
    padding-right:10px;
  }

  .nav a,
  .nav-sub-label {
    font-size:16px;
  }

  .today h1 {
    line-height: 1.5em;
    border: 0;
    margin: 0;
  }

  .dedshelf .review-book {
    float:none;
    width: 100%;
    margin:0;
    text-align: center;
    max-width: 100%;
  }

  .story.bookreviews header h1 {
    margin-bottom:20px;
  }

  .story p.bookreviews-cat {
    background-color: #7a8080;
    border-radius: 30px;
    border: 0px;
    line-height: 1em !important;
    margin: 0px 0px 10px !important;
    padding: 10px 30px;
  }

  .story.dedshelf header p.bookreviews-cat {
    margin:0 !important;
  }

  .story p.bookreviews-cat span {
    padding: 0;
    background-color: transparent;
  }

  .story p.bookreviews-cat span span {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }

  .story.buzz p.bookreviews-cat {
    font-size:20px !important;
  }

  .review-title {
    padding-right:0px;
  }

  .review-ctr {
    display:none;
  }

  .review-starred {
    padding-right:0;
    /*justify-content: space-between;*/
  }  

  .story.buzz .wrap img {
    max-width: 100%;
    margin-bottom: 5px;
  }  

  .star-books:not(.swiper-wrapper) {
    grid-gap:15px;
    grid-template-columns: 1fr 1fr;
  }

  .star-books:not(.swiper-wrapper) > *:nth-child(3) {
    padding-top:25px;
    grid-column: 1 / 3;
  }  
  
  .star-books:not(.swiper-wrapper) img { 
    height:230px;
  }    
}

@media screen and (max-width: 480px) {
  
  .mob-nowrap {
    white-space: nowrap;
  }


  /*
  .buzz .review tr {
    display: grid;
  }
  */

  .today h1 span {
    padding:0;
  }

  .header .logo.bookstore {
    border:0;    
  }
  
  .header .wrap-sep {
    display:none;
  }

  .buzz .review table {
    width:100% !important;
    border-collapse: collapse !important;
    border-spacing: 0px !important;
  }

  .buzz .review table td,
  .buzz .review .shelf-story {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .buzz .review table tr {
    display:grid;
  }

  .buzz .review a {
    word-break: break-all;
  }

  .buzz-author .review tr td:nth-child(2) {
    text-align: center;
    border: 5px solid #ddd;
    background-color: #eee;
    padding-top: 15px;
  }

  table.ImgWithCaptionTable img {
   max-width: 100% !important;
   height: auto !important;
  }      
  
  .issue-nav a {
    font-size:20px;
  }

  .issue-nav-t {
    font-size:18px;
  }
  
  .issue-nav a:hover {
    border-left-width: 10px;
  }

  .issue-nav a.issue-nav-n:hover {
    border-right-width: 10px;
  }

  .issue-nav-d {
    display:none;
  }

  .issue-nav-p .issue-nav-t::after {
    content: ""
  }
  
  .issue-nav-n .issue-nav-t::after {
    content: ""
  }   
  
  .story header .wrap h1 img {
    height: auto;
  }

  .review-book img {
    max-width: 100%;
    width:120px;
  }
  
  .review-book img.ecom,
  .review-book img[alt="More Info"],
  .review-book img[alt="Buy Now"] {
    width:120px;
  }  

  .footer .flex-fill {
    align-items: stretch;
  }

  .footer p,
  .footer p:last-child,
  .footer p:first-child {
    text-align: center;
  }

  .footer p:first-child {
    padding: 0em 0em 1em;
  }  

  .star-books:not(.swiper-wrapper) {
    grid-gap:40px;
    grid-template-columns: 1fr;
  }

  .star-books:not(.swiper-wrapper) > *:nth-child(3) {
    padding-top:0px;
    grid-column: 1;
  }  

  .star-books:not(.swiper-wrapper) img { 
    height:auto;
    width:150px;
  }

  .star-books .swiper-slide img
  {
      width: 85%;
      margin-left: 15px;
  }

  .star-books .swiper-slide a::before
  {
      top: -15px;
      left: 0;
      width: 30px;
      height: 30px;
      background-size: 30px;
  }
}

/** START SHARE **/
.share-widget
{
    display: inline-block;
}

.share-widget label img
{
    width: 80px !important;
    height: 20px !important;
    cursor: pointer;
}

.share-links .label
{
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #999999;
}

.share-links .label
{
    padding: 3px 0;
}

.share-links a,
.share-links .share
{
    display: inline-block;
}

.share-links a
{
    margin: 0 5px 10px 0;
}


.share-links > a
{
    line-height: 0px;
    vertical-align: top;
    filter:grayscale(100%);
}

.share-links > a:hover {
  filter:grayscale(0);
}

.share-links > a:hover .share.share-twitter
{
    opacity: 1;
}

.share-this-links > a:last-child {
  margin-right: 0;
}

.share-links .share
{
    width: 20px;
    height: 20px;
    margin-right: 0px;
    background: url("https://media.shelf-awareness.com/site/img/widgets-20.png") no-repeat scroll 0px 0px;
    vertical-align: middle;
    line-height: 20px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0);
    color: transparent;
    /* text-indent: -99999999px; */
}

.share.share-forward
{
    background-position: 0px -80px;
}

.share.share-facebook
{
    background-position: 0px -100px;
}

/* .share.share-twitter
{
    background-position: 0px -440px;
} */

.share.share-twitter
{
    background-image: url("https://media.shelf-awareness.com/site/img/xtwitter.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 20px;
    opacity: 0.6;
}

.share-modal .share.share-twitter
{
    opacity: 1;
}

.share.share-bluesky
{
    background-image: url("https://media.shelf-awareness.com/site/img/bluesky.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 20px;
}

.share.share-gbuzz
{
    background-position: 0px -180px;
}

.share.share-linkedin
{
    background-position: 0px -200px;
}

.share.share-digg
{
    background-position: 0px -60px;
}

.share.share-pinterest
{
    background-position: 0px -340px;
}

.share.share-stumble
{
    background-position: 0px -400px;
}

.share-this-links {
    padding-top:15px;
    position: relative;
}

.share-more {
    background-color:#3998B6;
    width:250px;
    padding:5px;
    position: absolute;
    top:30px;
    left:0px;
    display: none;
    z-index: 10;
}

.right .share-more
{
    left: auto;
    right: 0px;
}
.share-more-content {
    padding:10px;
    background-color:white;
}

.share-more-title {
    color:white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

a.share-more-close,
a.share-more-close:hover {
    margin:0px !important;
    color:white;
    text-transform: uppercase;
    font-size:20px;
    position: absolute;
    top: 0px;
    right: 5px;
    text-decoration: none !important;
}

.share-more-content-col {
    float:left;
    width: 50%;
}

.share-more-content-col a,
.share-more-content-col a * {
    display: block;
    margin-right: 0px;
    color:#7a8080 !important;
}

.share-more-content-col a .share {
    text-indent: 30px;
    width: auto;
    font-size: 14px;
}

.share-perm {
    font-weight: bold;
    display: block;
}

.share-perm-text {
    width: 100%;
    background-color: #eee;
    border: 1px solid #bbb;
    padding: 3px;
}

.bookreview .share-this-links
{
    text-align: center;
}

.bookreview .share-links > a:last-child
{
    margin-right: 0px;
}

/* share popup */
.share-modal
{
    display: none;
    width: 420px;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #FFFFFF;
}

.share-modal h1
{
    margin-bottom: 1em;
    font-size: 20px;
    line-height: 1.35em;
    font-weight: normal;
}

.share-modal h1 span
{
    font-family: Georgia, "Times New Roman", serif;
    color: #7a8080;
}

.share-modal h1 .byline
{
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    line-height: 1.35em;
    color:#999;
}
.share-modal figure a
{
    margin: 0;
}

.share-modal figure img
{
    width: auto;
    max-width: 100%;
    max-height: 150px;
}

.share-modal h1 figure
{
    display: none;
    float: left;
    width: 80px;
}

.share-modal .share-more-content
{
    padding: 0;
}

.share-modal .share-more-content .share-perm,
.share-modal .share-more-content .lbl
{
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: bold;
}

.share-modal .share-more-content .share-perm
{
    margin-bottom: 0.35em;
}
.share-modal .share-more-content.pushed
{
    margin-left: 115px;
}

.share-modal .share-more-content-col
{
    min-height: 100px;
    margin-bottom: 10px;
}

@media screen and (max-width: 500px)
{
    .share-modal
    {
        width: auto;
        min-width: 270px;
        padding: 10px;
    }

    .share-modal figure
    {
        display: none;
    }

    .share-modal h1 .h-txt.pushed
    {
        margin-left: 90px;
    }

    .share-modal h1 figure
    {
        display: block;
    }

    .share-modal .share-more-content.pushed
    {
        margin-left: 0px;
    }
}

.share-modal figure
{
    float: left;
    width: 100px;
    text-align: center;
    margin:0;
}

.share-modal figure a
{
    margin: 0;
}

.share-modal figure img
{
    width: auto;
    max-width: 100%;
    max-height: 150px;
}

.share-modal h1 figure
{
    display: none;
    float: left;
    width: 80px;
}

.share-modal .share-more-content
{
    padding: 0;
}
.share-modal .share-more-content .share-perm,
.share-modal .share-more-content .lbl
{
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: bold;
}

.share-modal .share-more-content .share-perm
{
    margin-bottom: 0.35em;
}

.share-modal .share-more-content.pushed
{
    margin-left: 115px;
}

.share-modal .share-more-content-col
{
    min-height: 100px;
    margin-bottom: 10px;
}

@media screen and (max-width: 500px)
{
    .share-modal
    {
        width: auto;
        min-width: 270px;
        padding: 10px;
    }

    .share-modal figure
    {
        display: none;
    }

    .share-modal h1 .h-txt.pushed
    {
        margin-left: 90px;
    }

    .share-modal h1 figure
    {
        display: block;
    }

    .share-modal .share-more-content.pushed
    {
        margin-left: 0px;
    }
}
/** END SHARE **/

/** SAR ISSUE 2023-01-14 **/
.swiper-wrapper.star-books {
  display:flex;
  width:100%;
}

.giveaway span {
    text-decoration: none !important;
}

.scf .wrap td span {
  display:block;
  padding:5px 0;
}

.customed h2 {
font-size: 22px;
color: #708180;
margin-bottom: 0;
}

.customed h3 {
font-size: 18px;
font-weight: normal;
font-style: italic;
}

.customed p {
margin:1em 0;
}

.print-lnk
{
  margin-top: -25px;
  padding-bottom: 25px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.print-lnk a
{
  display: inline-flex;
  border: 0;
  align-items: center;
  gap: 0.35em;
}

@media screen and (max-width: 600px)
{
.print-lnk
{
  margin-top: 0;
}
}

.giveaway .wrap > table > tr > td[align="center"],
.giveaway .wrap > table > tbody > tr > td[align="center"] {
  display: table-cell;
}

.scf-title {
  margin-bottom: 0;
}
