/*CUSTOMIZE*/

body {
    background: url(images/header-bg-pattern.jpg) repeat top left;
    font-family: 'Noto Serif', serif;
    -webkit-font-smoothing: antialiased;
	padding-top: 40px;
}

#topbar {
    background: #000;
    height: 50px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    display: none;
}

.fw {
    max-width: 990px;
    width: 90%;
    margin: auto;
    position: relative;
}

a {
    outline: none;
    -webkit-appearance: none;
}

a:visited {
    color: inherit;
}

.tb-text {
    color: white;
    text-transform: uppercase;
    font-family: 'Noto Sans' sans-serif;
    font-weight: bold;
    font-size: 12px;
    display: block;
    line-height: 50px;
}

#pub {
    float: left;
}

a.pub {
    color: white;
}

.add-pub {
    padding-right: 30px;
    background: url(images/top-nav-arrow.png) right center no-repeat;
    color: white;
}

.add-pub:hover, #add-pub:hover .pub  {
    color: white;
    opacity: 0.7;
}

#add-pub {
    position: relative;
    float: right;
    display: block;
    line-height: 50px;
    z-index: 30;
}

#add-pub ul {
    position: absolute;
    right: 0px;
    top: 50px;
    width: 260px;
    background: #000;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.8);
    padding-bottom: 10px;
    display: none;
    z-index: 20;
}

#add-pub:hover ul {
    display: block;
}

#add-pub ul li {
    padding: 5px 32px;
    display: block;
    text-align: right;
}

#add-pub ul li a {
    color: white;
    font-size: 12px;
    line-height: 1.6em;
    display: block;
}

#add-pub ul li a:hover {
    opacity: 0.7;
}

#border {
    border: 1px solid #D5D2C8;
    border-top: none;
    padding: 5px;
}

header#masthead {
    background: url(images/header-pattern.jpg) repeat top left;
}

.home header#masthead {
    padding-bottom: 10px;
}

h1.site-title {
    margin: 0px;
    line-height: 84px;
}

h1.site-title a {
    font-size: 80px;
    text-decoration: none;
    color: #000;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    display: block;
    text-shadow: 4px 4px 0px #CECBC6;
}

p.site-description {
    font-style: italic;
    color: #8b0400;
    font-size: 44px;
    display: block;
    text-align: center;
    padding: 0px;
    margin: 0px;
    text-shadow: 3px 3px 0px #CECBC6;
    line-height: 48px;
}

p.desc-extra {
    font-weight: bold;
    font-size: 18px;
    color: #6A2C23;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 0px;
    text-shadow: 2px 2px 0px #CECBC6;
    letter-spacing: 2px;
    line-height: 48px;
}

.header-max {
    max-width: 86%;
    margin: auto;
    padding: 10px 0px;
}

.db {
    left: 5px;
    position: relative;
    top: 15px;
}

p.red-header {
    font-family: 'Noto Serif', sans-serif;
    color: #481b06;
    font-size: 14px;
    line-height: 2em;
    padding-right: 20px;
}

a.price-buttons {
    position: relative;
    left: -28px;
    text-align: center;
    top: 5px;
}

.price, .type {
    font-family: "Noto Serif", sans-serif;
    font-weight: bold;
    color: #481b06;
    font-size: 28px;
    text-shadow: 2px 2px 0px #cecbc6;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.3em;
    cusror: pointer;
}

.price-buttons:hover .price, .price-buttons:hover .type {
    color: #8b0400;
}

.type {
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 0px;
    letter-spacing: 1px;
    text-align: center;
    width: 76px;
    padding-bottom: 5px;
}

.see-inside {
    position: relative;
    left: -20px;
}

.sample-book {
	position: relative;
}

.sample-items {
	position: absolute;
	top: 45%;
	left: 50%;
	margin-left: -60px;
	width: 100%;
	display: block;
	color: #6A2C23;
}

.sample-items a {
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 3px;
}

.sample-items a:hover {
	color: #8b0400;
}

@media only screen and (max-width: 1024px) {
    .type {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    a.price-buttons {
        left: 0px;
        top: 0px;
    }

    .see-inside {
        top: 0px;
        left: 0px;
        text-align: center;
        display: block;
        margin: auto;
    }

    p.red-header {
        padding-right: 0px;
        text-align: center;
    }
}

.pricing {
    padding: 3px 0px;
}

span.asterisk {
    display: block;
    text-align: center;
    font-size: 40px;
    color: #c2bfba;
    font-family: "Noto serif", sans-serif;
    line-height: 50px;
    position: relative;
    top: 20px;
}

.site-branding {
    position: relative;
}

.home #get-month {
    position: absolute;
    bottom: -50px;
    width: 90%;
    left: 5%;
}

/* NOT HOME HEADER */
.not-home .header-row {
	margin-bottom: 0px;
}

.not-home #border {
	border-bottom: none;
	padding-bottom: 0px;
}

.not-home h1.site-title a {
	font-size: 60px;
	line-height: 60px;
}

.not-home p.site-description {
	font-size: 34px;
	line-height: 38px;
}

.not-home p.desc-extra {
	font-size: 16px;
}

.not-home div.g {
	margin: 10px auto 20px;
}

@media only screen and (max-width: 920px) {
    h1.site-title {
        line-height: 68px;
    }

    h1.site-title a, .not-home h1.site-title a {
        font-size: 60px;
    }
    
}

@media only screen and (max-width: 760px) {
    h1.site-title, .not-home h1.site-title {
        line-height: 58px;
    }

    h1.site-title a, .not-home h1.site-title a {
        font-size: 50px;
    }

    p.site-description, .not-home p.site-description {
        font-size: 36px;
        line-height: 40px;
    }

    p.desc-extra, .not-home p.desc-extra {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 599px) {
    #topbar {
        height: 50px;
        padding: 10px 0px;
        display: block;
    }

    #add-pub, #pub {
        float: none;
        display: block;
        line-height: 20px;
    }
    
    .not-home #border {
	    border-bottom: 1px solid #D5D2C8;
	    padding-bottom: 5px;
    }
    
    .not-home .header-row {
	    margin-bottom: 20px;
    }    

    h1.site-title, .not-home h1.site-title {
        line-height: 36px;
    }

    h1.site-title a, .not-home h1.site-title a {
        font-size: 32px;
        text-shadow: 2px 2px #CECBC6;
        line-height: 36px;
    }

    p.site-description, .not-home p.site-description {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
        text-shadow: 2px 2px #CECBC6;
    }

    p.desc-extra, .not-home p.desc-extra {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 18px;
        max-width: 80%;
        margin: auto;
    }
    
    .not-home div.g {
	    margin: 20px auto 20px;
    }

}


div.g {
    margin: 20px auto;
    width: 86%;
    position: relative;
}

span.g-line {
    height: 2px;
    width: 100%;
    border-bottom: 2px solid #CECBC6;
    display: block;
}

span.infinity {
    width: 48px;
    height: 30px;
    background: url(images/hp-infinity.jpg) no-repeat center center;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -24px;
}

span.g-left {
    height: 11px;
    width: 2px;
    position: absolute;
    background: #CECBC6;
    left: 0px;
    top: -5px;
}

span.g-right {
    height: 11px;
    width: 2px;
    position: absolute;
    background: #CECBC6;
    right: 0px;
    top: -5px;
}

#featured-books {
    margin-top: 15px;
}

.book-wrap {
    float: left;
    margin-top: 30px;
    width: 25%;
    position: relative;
}

.cover-bg {
    text-align: center;
}

.cover {
    position: relative;
    text-align: center;
    background: url(images/cover-bg.png) no-repeat top center;
    background-size: 74% 100%;
    padding: 8% 0px 5%;
    z-index: 1;
}

.cover img {
    width: 73%;
    height: auto;
}

.look-inside a {
    position: absolute;
    bottom: 32%;
    right: 11%;
    display: block;
    text-indent: -9999px;
    background: url(images/read-more-sprite.png) no-repeat;
    background-position: 0px 0px;
    width: 156px;
    height: 45px;
}

.look-inside.send-request a {
	bottom: 8%;
}

.look-inside.send-request a {
    background: url(images/send-request-sprite.png) no-repeat;
    background-position: 0px 0px;	
}

.look-inside a:hover {
    background: url(images/read-more-sprite.png) no-repeat;
    background-position: 0px -45px;
}

.look-inside.send-request a:hover {
    background: url(images/send-request-sprite.png) no-repeat;
    background-position: 0px -45px;	
}

.book-info .banner {
    background: url(images/date-arrow.png) no-repeat 5% top;
    min-height: 92px;
    top: -16px;
    left: 10%;
    position: relative;
    z-index: 0;
    background-size: 25% auto;
}

.book-info .month {
    text-transform: uppercase;
    color: #652c23;
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    position: relative;
    left: 4%;
    width: 60px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 3px;
    text-shadow: 2px 2px 0px #CECCC7;
}

.book-info .day {
    font-size: 30px;
    color: #8b0400;
    text-shadow: 2px 2px 0px #CECCC7;
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    left: 4%;
    position: relative;
    line-height: 1em;
    width: 60px;
    text-align: center;
}

.book-info .book-title {
    float: right;
    width: 50%;
    margin-right: 20%;
    margin-top: 12px;
}

.book-info .book-title a {
    font-family: 'Noto Serif', serif;
    font-style: italic;
    color: #000;
    text-shadow: 2px 2px 0px #CECCC7;
    font-size: 18px;
    line-height: 1.1em;
    display: block;
}

.book-info .book-title a:hover {
    color: #8b0400;
}

.book-info .book-links {
    width: 74%;
    display: block;
    margin: auto;
}

.book-info .book-links table {
    background: transparent;
}

.book-info .book-links table tr {
    background: transparent;
}

.book-info .book-links table td {
    text-align: center;
    background-color: transparent;
    border: 1px solid #CECBC6;
}

.book-info .book-links table tr:nth-child(odd) td {
    width: 50%;
}

.book-info .book-links table td a.print {
    background: url(images/print-sprite.png) no-repeat;
    background-position: 3px 0px;
    height: 19px;
    display: block;
    padding-left: 19px;
    text-shadow: 1px 1px 0px #CECCC7;
    text-transform: uppercase;
    line-height: 20px;
    color: #6c372e;
    font-size: 10px;
    font-weight: 600;
}

.book-info .book-links table td a.print:hover {
    background: url(images/print-sprite.png) no-repeat;
    background-position: 3px -19px;
    color: #8b0400;
    text-decoration: none;
}

.book-info .book-links table td a.kindle {
    background: url(images/kindle-sprite.png) no-repeat;
    background-position: 3px 0px;
    height: 20px;
    display: block;
    padding-left: 20px;
    text-shadow: 1px 1px 0px #CECCC7;
    text-transform: uppercase;
    line-height: 20px;
    color: #6c372e;
    font-size: 10px;
    font-weight: 600;
}

.book-info .book-links table td a.kindle:hover {
    background: url(images/kindle-sprite.png) no-repeat;
    background-position: 3px -20px;
    color: #8b0400;
    text-decoration: none;
}

.book-info .book-links table td a.other-formats {
    background: url(images/other-formats-sprite.png) no-repeat;
    background-position: 3px 0px;
    height: 19px;
    display: block;
    padding-left: 19px;
    text-shadow: 1px 1px 0px #CECCC7;
    text-transform: uppercase;
    line-height: 20px;
    color: #6c372e;
    font-size: 10px;
    font-weight: 600;
}

.book-info .book-links table td a.other-formats:hover {
    background: url(images/other-formats-sprite.png) no-repeat;
    background-position: 3px -19px;
    color: #8b0400;
    text-decoration: none;
}

.book-info .book-links table td:hover {
    background: white;
}

@media only screen and (max-width: 779px) {
    .book-wrap {
        float: none;
        width: 100%;
        overflow: hidden;
    }

    .book-info {
        float: left;
        width: 60%;
        overflow: hidden;
    }

    .cover-bg {
        float: left;
        width: 40%;
        overflow: hidden;
    }

    .book-info .banner {
        top: 0px;
        margin-bottom: 20px;
    }

    .book-info .book-title {
        /*margin-top: 0px;*/
    }

    .book-info .book-title a {
        /*font-size: 18px;*/
        /*margin-top: 0px;*/
    }
}

.header-row {
    margin-bottom: 20px;
}

#site-navigation {
    min-height: 80px;
    width: 100%;
    background: url(images/nav-bg.jpg) repeat-x center center;
    border-top: 1px solid #3D4848;
    overflow: hidden;
}

#site-navigation ul {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch; /* Default */
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

#site-navigation ul li {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}

#site-navigation ul li a {
    color: #fcfbf8;
    font-size: 19px;
    font-weight: bold;
    text-shadow: 2px 2px 0px #3d4849;
    text-transform: uppercase;
    line-height: 70px;
    position: relative;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    outline: none;
}


#site-navigation ul li a:hover {
    color: #9bb6b8;
}

#site-navigation ul li a:before {
    content: "*";
    font-size: 24px;
    color: #c2bfba;
    text-shadow: 2px 2px 0px #3d4849;
    position: absolute;
    left: -25px;
    top: 5px;
}

#site-navigation ul li:first-child a:before {
    display: none;
}

@media only screen and (max-width: 1100px) {
    #site-navigation ul li a:before {
        display: none;
        content: "";
    }

    #site-navigation ul li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 880px) {
    #site-navigation ul li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 760px) {
    #site-navigation ul li a {
        font-size: 12px;
    }
}

.mobile-menu {
  cursor: pointer;
  margin: 10px 0px 0px;
  padding-left: 1.25em;
  position: relative;
  width: 24px;
  height: 24px;
  float: left;
  display: none;
}
.menu-global {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 3px solid white;
  width: 100%;
  -webkit-transition: 0.55s;
  -moz-transition: 0.55s;
  -ms-transition: 0.55s;
  transition: 0.55s;
}
.menu-top {
  top: 0;
}
.menu-middle {
  top: 8px;
}
.menu-bottom {
  top: 16px;
}
.menu-top-click {
  backface-visibility: hidden;
  top: 8px;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  -webkit-transition: 0.55s 0.5s;
  -moz-transition: 0.55s 0.5s;
  -ms-transition: 0.55s 0.5s;
  transition: 0.55s 0.5s;
}
.menu-middle-click {
  opacity: 0;
}
.menu-bottom-click {
  backface-visibility: hidden;
  top: 8px;
  -moz-transform: rotate(-410deg);
  -webkit-transform: rotate(-410deg);
  -ms-transform: rotate(-410deg);
  transform: rotate(-410deg);
  -webkit-transition: 0.55s 0.5s;
  -moz-transition: 0.55s 0.5s;
  -ms-transition: 0.55s 0.5s;
  transition: 0.55s 0.5s;
}

.mobile-wrapper {
    display: none;
}

#mobile-menu {
    direction: block;
    color: white;
    font-size: 1em;
    float: left;
    font-family: 'Noto Serif', serif;
    font-weight: 600;
    padding-left: 15px;
    line-height: 45px;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    -webkit-transition: all 0.55s ease-in-out;
    -o-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);

}

.mobile-wrapper {
    -webkit-transition: background 0.55s ease-in-out;
    -o-transition: background 0.55s ease-in-out;
    transition: background 0.55s ease-in-out;
    background: transparent;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    position: relative;
}

.mobile-wrapper:hover #mobile-menu, .mobile-wrapper:hover .mobile-menu {
    opacity: 0.7;
}

#mobile-menu.active, .mobile-wrapper:hover #mobile-menu.active {

}

.mobile-wrapper.active {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #5C6A6A;
    top: 0px;
    left: 0px;
    z-index: 999991;
    padding: 10px 5%;
}

#site-navigation ul#primary-menu {
    -webkit-transition: all 0.55s ease-in-out;
    -o-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
}

#mobile-navigation, .mobile-wrapper {
    display: none;
}

.add-pub-hide {
    display: block;
}

@media only screen and (max-width: 599px) {
    #site-navigation ul#primary-menu, #mobile-navgation ul#menu-mobile-menu {
        opacity: 0;
        top: 100%;
    }

    .add-pub-hide {
        display: none;
    }

    .mobile-menu {
        margin-left: 20px;
        margin-top: 5px;
    }

    .mobile-wrapper.active .mobile-menu {
        margin-top: 5px;
    }

    .mobile-wrapper {
        padding: 0px 5%;
    }

    #mobile-menu {
        margin-top: 0px;
        line-height: 30px;
    }

    .mobile-menu, #mobile-menu, .mobile-wrapper {
        display: block;
    }

    #site-navigation, #mobile-navigation {
        height: 50px;
        min-height: 50px;
        -webkit-transition: all 0.55s ease-in-out;
        -o-transition: all 0.55s ease-in-out;
        transition: all 0.55s ease-in-out;
        display: none;
    }

    #site-navigation.active, #mobile-navigation.active {
        height: auto;
        display: block;
    }

    #site-navigation.active ul#primary-menu, #mobile-navigation.active ul#menu-mobile-menu {
        display: block;
        position: relative;
        z-index: 999991;
        position: fixed;
        top: 50px;
        width: 100%;
        /*left: 5%;*/
        opacity: 1;
        left: 0px;
        margin-left: 0px;
        height: calc(100% - 50px);
        overflow: scroll;
        -webkit-overflow-touch: scrolling;
    }

    #mobile-navigation.active ul#menu-mobile-menu li ul {
        margin-left: 0;
    }

    #site-navigation.active ul#primary-menu li, #mobile-navigation.active ul#menu-mobile-menu li {
        display: block;
        margin: 0px auto;
        padding: 0px;
        text-align: center;
        font-size: 2em;
        float: none;
    }

    #site-navigation.active ul#primary-menu li a, #mobile-navigation.active ul#menu-mobile-menu li a {
        background: none;
        font-size: 22px;
        line-height: 2em;
        color: white;
    }

}

#mobile-navigation.active ul#menu-mobile-menu li#menu-item-104 {
    margin-top: 40px;
    padding: 10px 0px;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: block;
}

#mobile-navigation.active ul#menu-mobile-menu li#menu-item-104 a {
    text-transform: uppercase;
    font-size: 18px;
    opacity: 0.6;
    font-weight: bold;
}

#mobile-navigation.active ul#menu-mobile-menu li#menu-item-104 li a {
    text-transform: none;
    font-size: 18px;
    opacity: 0.6;
    font-weight: normal;
}

#primary {
    background: #fff;
}

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

.home-left, .home-center, .home-right {
    display: block;
    float: left;
    width: 35%;

}

.home-center {
    width: 30%;
    text-align: center;
}

.home-center img {
    position: relative;
    top: -7px;
}

.home-left .space {
    padding-right: 8%;
    margin-top: 30px;
}

.home-right .space {
    padding-left: 8%;
    margin-top: 30px;
}

footer#colophon {
    width: 100%;
    height: 105px;
    border-top: 3px solid #C9C9CA;
    background: url(images/footer-pattern.jpg) repeat center center;
}

.footer-logo {
    height: 105px;
    width: 100%;
    position: relative;
    top: -2px;
    background: url(images/footer-logo.jpg) center center no-repeat;
}

.site-info p {
    font-style: italic;
    color: #393939;
    opacity: 0.5;
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    top: 45px;
}

.size-full {
    max-width: 100%;
    height: auto;
    padding: 3px;
    border: 1px solid #dcdcdc;
}

#site-navigation li.current-menu-item a {
    color: #9bb6b8;
    background: url(images/nav-active.png) no-repeat top center;
}

.page-about-the-author h1.entry-title {
    visibility: hidden;
    height: 0px;
}

.single-book h1.entry-title, .single-day_in_history h1.entry-title,
.page-template-page-quote-of-the-day h1.entry-title {
    display: block;
    visibility: visible;
    height: auto;
}

h2, .hentry h2, .hentry h3, .hentry h4, h1.entry-title {
    color: black;
    font-family: "Noto Serif", serif;
    text-shadow: 2px 2px 0px #cecbc6;
    font-size: 26px;
    text-align: left;
    margin-bottom: 20px;
}

h1.entry-title {
    font-size: 36px;
    margin-bottom: 0px;
}

h2 {
    text-transform: uppercase;
}

.home h2 {
    text-align: center;
    margin-bottom: 30px;
}

article.hentry {
    margin-top: 15px;
}

.hentry h3 {
    font-size: 22px;
}

.hentry h4 {
    font-size: 20px;
}

#secondary {
    /*background: url(images/header-bg-pattern.jpg) repeat top left;*/
    max-width: 260px;
    margin: auto;
    position: relative;
}

.top-border {
    background: #fff;
    position: absolute;
    top: -9px;
    border-top: 1px solid #dcdcdc;
    height: 2px;
    width: 245px;
    left: 7px;
}

.ribbon-ol {
    width: 100%;
    background: url(images/sidebar-overlap.png) no-repeat top left;
    height: 7px;
    position: absolute;
    top: -9px;
}

#secondary-inner {
    position: relative;
    top: -7px;
    width: 100%;
    max-width: 250px;
    margin: auto;
    z-index: 1;
}

#secondary-inner-bg {
    background: url(images/sidebar-bg.png) repeat-y center center;
    width: 100%;
    max-width: 250px;
    padding-bottom: 10px;
}

.bottom-banner-jpg {
    width: 250px;
    height: 58px;
    position: absolute;
    bottom: -49px;
    left: 5px;
    background: url(images/sidebar-bottom.png) no-repeat center center;
    background-size: 100% auto;
}

aside.widget {
    width: 240px;
    margin: 3px auto;
    border-top: 10px solid #662C21;
    display: block;
    font-family: 'Noto Serif', serif;
    padding-bottom: 5px;
}

.widget-wrapper {
    width: 84%;
    margin: auto;
}

.widget h2 {

    height: auto;
    text-align: center;
    padding-bottom: 10px;
    color: #652c23;
    font-family: 'Noto Serif', serif;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 2px 0px #cecbc6;
    text-transform: uppercase;
    padding-top: 10px;
    margin: 0px;
    line-height: 1.3em;
}

.widget-title-bottom {
    margin: 0px auto;
    background: url(images/sb-title-bg.png) repeat-y center center;
    width: 177px;
    margin-bottom: 32px;
    position: relative;
    padding: 0px 5px;
}

.widget-title-bottom:after {
    content: "";
    position: absolute;
    bottom: -25px;
    background: url(images/sb-title-bottom.png) no-repeat center center;
    height: 31px;
    width: 177px;
    background-size: 100%;
    left: 0px;
}

.sb-button {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    text-transform: uppercase;
    color: #850200;
    position: relative;
    margin-bottom: 30px;
}

.sb-button:after {
    content: "";
    height: 15px;
    width: 33px;
    background-image: url(images/hand-sprite.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: absolute;
    right: -40px;
    top: 2px;
}

.sb-button:hover {
    text-decoration: underline;
    color: #662C21;
}

.sb-button:hover:after {
    content: "";
    height: 14px;
    width: 33px;
    background-image: url(images/hand-sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -16px;
    position: absolute;
    right: -40px;
    top: 2px;
}

aside.widget hr {
    margin: 0px 0px 15px;
    border: none;
    border-top: 1px dashed #ddd;
}

aside.widget p, aside.widget ul li, aside.widget ol li {
    color: #481b06;
    font-size: 14px;
}

aside.widget ul li {
    padding-left: 5px;
    color: #481b06;
    list-style: none;
    position: relative;
    line-height: 1.3em;
    margin: 12px 0px;
}

aside.widget ul li:before {
    content: "›";
    color: #662C21;
    font-size: 18px;
    position: absolute;
    left: -15px;
    top: -4px;
    line-height: 1.3em;
}

aside.widget a {
    color: #850200;
}

aside.widget a:hover {
    text-decoration: underline;
    color: #662C21;
}

article.hentry {
    margin-top: 20px;
}

.search-results .entry-summary {
    margin-top: 0px;
}

.search-results .hentry {
    border-bottom: 1px solid #dedede;
}

.search-results .hentry:last-child {
    border-bottom: none;
}

.search-results h1.page-title {
    font-size: 16px;
    color: #666;
    font-weight: 200;
    margin-top: 30px;
    display: block;
    padding: 10px;
    border: 1px solid #dedede;
}

#main {
    padding-bottom: 30px;
}

/*BOOK SINGLE*/
.single-book .book-wrap {
    width: 35%;
}

.single-book .cover {
    position: relative;
    text-align: center;
    background: url(images/cover-bg.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 11% 0px 6%;
    z-index: 1;
}

.single-book .cover img {
    width: 100%;
}

.single-book .header-entry-content {
    float: left;
    width: 60%;
    margin-left: 5%;
}

.single-book .book-info .book-links {
    width: 100%;
}

header.entry-header {
    overflow: hidden;
}

.single-book h1.entry-title {
    color: black;
    font-family: "Noto Serif", serif;
    text-shadow: 2px 2px 0px #cecbc6;
    font-size: 34px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.2em;
    margin-top: 40px;
}

.single-pricing {
    font-family: "Noto Serif", sans-serif;
    font-weight: bold;
    color: #622C1F;
    font-size: 18px;
    text-shadow: 1px 1px 0px #cecbc6;
    text-align: left;
    margin-bottom: 0px;
    line-height: 1.3em
}

.single-pricing span {
    color: #5B6969;
    font-size: 20px;
    position: relative;
    top: 6px;
}

.book-entry {
    overflow: hidden;
}

.nav-links {
    color: #860000;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-bottom: 0px;
}

.nav-previous {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    text-transform: uppercase;
    color: #850200;
    position: relative;
    padding-left: 40px;
}

.nav-previous:after {
    content: "";
    height: 15px;
    width: 33px;
    background-image: url(images/hand-sprite-prev.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: absolute;
    left: 0px;
    top: 5px;
}

.nav-previous:hover {
    text-decoration: underline;
    color: #662C21;
}

.nav-previous:hover:after {
    content: "";
    height: 14px;
    width: 33px;
    background-image: url(images/hand-sprite-prev.png);
    background-repeat: no-repeat;
    background-position: 0px -16px;
    position: absolute;
    left: 0px;
    top: 5px;
}

.nav-next {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    text-transform: uppercase;
    color: #850200;
    position: relative;
    padding-right: 40px;
}

.nav-next:after {
    content: "";
    height: 15px;
    width: 33px;
    background-image: url(images/hand-sprite.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: absolute;
    right: 0px;
    top: 5px;
}

.nav-next:hover {
    text-decoration: underline;
    color: #662C21;
}

.nav-next:hover:after {
    content: "";
    height: 14px;
    width: 33px;
    background-image: url(images/hand-sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -16px;
    position: absolute;
    right: 0px;
    top: 5px;
}

/*QUOTES*/
.quote-wrapper, .history-wrapper {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3px;
}

img.quote-image {
    width: 100%;
    height: auto;
    max-width: 500px;
    padding: 3px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.home-right p.large-quote, .large-quote {
    font-size: 24px;
    font-style: italic;
    font-family: 'Noto serif', serif;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.large-quote a, .large-quote a:visited {
	color: #000;
}

span.quote-author, span.quote-meta {
    text-transform: uppercase;
    color: #481b06;
    font-weight: bold;
    font-size: 13px;
    font-family: 'Noto Serif', serif;
    line-height: 1.5em;
    display: block;
}

span.quote-meta {
    font-weight: normal;
}

a.quote-source {
    color: #8b0400;
    font-size: 12px;
    line-height: 1.5em;
    display: block;
    -ms-word-break: break-all;

     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

a.quote-source:hover {
    color: #481b06;
    text-decoration: underline;
}

#home-bottom-right, #home-bottom-left {
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

#home-bottom-right .content-widget + .content-widget {
	border-top: 1px solid #ddd;
	margin-top: 30px;
}
#home-bottom-right .content-widget + .content-widget .content-widget-wrapper {
	border-top: 1px solid #ddd;
	margin-top: 3px;
	padding-top: 20px;
}

a.read-more {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #8b0400;
}

a.read-more:hover {
    color: #481b06;
    text-decoration: underline;
}

/*history*/
.history-wrapper h3 {
    font-size: 20px;
    color: black;
    font-family: 'Noto Serif', serif;
    margin-bottom: 10px;
}

/*RANDOM HOME*/
.home-left p, .home-right p {
    font-size: 14px;
    margin-bottom: 10px;
}

div.su-youtube iframe {
    padding: 3px;
    border: 1px solid #ddd !important;
}

/*POSTS*/
.feature-image {
    padding: 5px;
    border: 1px solid #ddd;
    position: relative;
    top: -1px;
}

.hentry ul {
    margin-left: 40px;
    list-style: none;
}

.hentry ul li {
    font-size: 14px;
    position: relative;
    padding: 3px;
}

.hentry ul li:before {
    content: "›";
    color: #000;
    font-size: 20px;
    position: absolute;
    left: -15px;
    top: -1px;
    line-height: 1.3em;
}

.page-template-page-this-day-in-history img.quote-image,
.page-template-page-quote-of-the-day img.quote-image {
    width: 100%;
    height: auto;
    max-width: 100%;
/*    max-height: 400px;*/
}

.page-template-page-this-day-in-history article,
.page-template-page-quote-of-the-day article {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.page-template-page-this-day-in-history article:last-child,
.page-template-page-quote-of-the-day article:last-child {
    padding-bottom: 15px;
    border-bottom: none;
}

.post-entry-meta {
    font-size: 13px;
    color: #333;
    margin-bottom: 10px;
}

.social-widget {
    float: right;
}

.social-widget h2 {
    display: none;
}

a.sample-book:hover {
	opacity: 0.7;
}

/*EDIT*/

span.edit-link a {
    display: inline-block;
    padding: 10px 40px;
    background: RGBA(0,0,0, 0.7);
    color: white;
    font-weight: bold;
    position: fixed;
    bottom: 0px;
    right: 15px;
    z-index: 1000;
}

span.edit-link a:hover {
    background: RGB(77, 91, 91);
}

.page-template-page-this-day-in-history span.edit-link a {
    position: relative;
    background: #e3e3e3;
    padding: 2px 10px;
    right: 0px;
    float: right;
    bottom: 30px;
    color: #555;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
}

/*Find your books*/
.find-your-books .book-info .book-title {
    float: none;
    width: 80%;
    margin-left: 10%;
    margin-top: 0px;
    margin-bottom: 10px;
    height: 32px;
    overflow: hidden;
    text-align: center;
}

.find-your-books .book-info .book-title a {
    font-size: 13px;
    line-height: 16px;
    display: block;

}

.find-your-books .book-info .book-links table td {
    padding: 3px 0px;
}

.find-your-books .book-info .book-links table td a {
    background: none;
    padding-left: 0px;
    font-size: 10px;
    line-height: 18px;
}

.find-your-books .book-info .book-links table td a:hover {
    background: none;
}

.find-your-books .look-inside a {
    right: 10%;
}

span.month-label {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
}

select#month-select {
    display: inline-block;
    /*max-width: 430px;*/
    width: 100%;
    margin-left: 20px;
    background-color: white;
    border: 1px solid #ddd, 3px solid white, 1px solid #ddd;
    outline: none;
    margin-bottom: 0px;
}

select#month-select {
    width: 70%;
    margin-right: 5%;
    max-width: inherit;
}

@media only screen and (max-width: 979px) {
    select#month-select {
        width: 60%;
        margin-right: 3%;
        max-width: inherit;
    }
}

@media only screen and (max-width: 780px) {
    select#month-select {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
        max-width: inherit;
    }
}

form#get-month {
    background: #f6f6f6;
    padding: 8px;
    border: 1px solid #ddd;
    text-align: right;
}

/*.page-template-page-find-your-book-list form#get-month {
    text-align: center;
}*/

.home img.size-full {
    width: 100%;
}

.mobile-sidebar, .mobile-banner {
    display: none;
}

img.max-img {
    max-width: 100%;
    display: block;
    margin: auto;
    border: none;
}

a:hover img.max-img {
    opacity: 0.7;
}

.page-template-page-find-your-book-list-php #main {
    min-height: 500px;
}

.todays-book .widget-wrapper {
    width: 100%;
}

.todays-book .book-wrap {
    width: 100%;
    margin-top: 0px;
}

.todays-book a.sb-button, aside.todays-book.widget hr {
    margin-left: 8%;
    margin-right: 8%;
}

#secondary input[type="submit"] {
    background: none;
    border: 1px solid #CECBC6;
    box-shadow: none;
    margin-top: 0px;
    color: #6C372F;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    display: inline-block;
    padding: 6px 16px;
}

#secondary input[type="submit"]:hover {
    background: white;
    color: #8b0400;
}

.page-template-page-find-your-book-list p.red-header {
	margin-top: 10px;
}

p.red-header.dont-see-day {
	padding-right: 0px;
    margin-top: 10px;
    position: relative;
    left: -20px;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.extra-pad {
	margin-top: 10px;
}

.bottom-head {
	max-width: 62.5em;
	width: 90%;
	border: 1px solid #D5D2C8;
    border-top: none;
    padding: 5px;	
    margin-bottom: 20px; 
}

.bottom-head .bottom-head-bg {
	background: url(images/header-pattern.jpg) repeat top left;   
}

.bottom-head a.sb-button {
	margin-top: 0px;
}

.page-template-page-find-your-book-list .entry-content {
	margin-top: 0px;
	position: relative;
	top: -35px;
}

/*#secondary input[type="text"], #secondary input[type="email"] {
    margin-bottom: 5px;
}*/

/*MOBILE*/
@media only screen and (max-width: 1024px) {
    .hide-on-mobile {
        display: none;
    }

    .pricing {
        display: block;
        /*float: none !important;*/
        margin-bottom: 10px;
    }

    .mobile-sidebar {
        width: 100%;
        display: block;
    }

    .ribbon-ol, .bottom-banner-jpg {
        display: none;
    }

    #secondary, aside.widget {
        width: 100%;
        max-width: 100%;
    }

    .top-border {
        top: -3px;
        left: 0px;
        width: 100%;
    }

    #secondary-inner {
        width: 100%;
        max-width: 100%;
        top: 0px;
    }

    #secondary-inner-bg {
        max-width: 100%;
        background: url(images/header-bg-pattern.jpg) repeat top left;
    }
}


@media only screen and (max-width: 900px) {
    .home .book-info .book-title {
        width: 46%;
    }

    .home .book-info .book-title a {
        display: block;
        line-height: 1.2em;
        font-size: 18px;
    }
}

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

    select#month-select, span.month-label {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
        text-align: left;
        margin-bottom: 5px;
    }

    .home-left, .home-right {
        float: left;
        width: 65%;
        margin: auto;
        margin-right: 5%;
    }

    .home-left .space, .home-right .space {
        margin: 0px;
        padding: 0px;
    }

    .home-left img.quote-image {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .home-right img.quote-image {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .home-center {
        float: right;
        width: 30%;
    }

    .home-left {
        border-bottom: 1px solid #ddd;
        margin-bottom: 3px;
        padding-bottom: 30px;
        margin-top: 30px;
    }

    .home-right {
        border-top: 1px solid #ddd;
        padding-top: 30px;
        margin-bottom: 40px;
    }

    .main-navigation {
        float: none;
    }

    .single-book .book-wrap {
        float: left;
    }

    .single-book .cover-bg {
        width: 100%;
    }

    .single-book .book-info {
        float: none;
        width: 100%;
    }

    .single-book h1.entry-title {
        font-size: 32px;
    }
    
    .book-info .banner {
	    background-size: 15% auto;
    }
    
    .home .book-info .book-title {
	    width: 55%;
    }
}

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

    .home-left, .home-right {
        float: none;
        width: 100%;
        margin: auto;
    }
    
    .bottom-head p.red-header {
	    padding-bottom: 20px;
	    margin-bottom: 0px;
	    border-bottom: 1px dashed #ccc;
    }
    
    p.red-header.dont-see-day {
	    left: 0px;
	    border-top: 1px dashed #ccc;
	    border-bottom: none;
	    padding-bottom: 0px;
	    padding-top: 20px;
	    margin-top: 0px;
    }
    
    .bottom-head a.sb-button.right {
	    float: none !important;
	    display: inline-block;
	    margin: auto;
	    left: 50%;
	    margin-left: -25%;
	    margin-bottom: 30px;
	    margin-top: 10px;
    }
    
	.not-home.page-template-page-find-your-book-list-php .header-row {
		margin-bottom: 0px;
	}

    .home-left .space, .home-right .space {
        margin: 0px;
        padding: 0px;
    }

    .home-left img.quote-image {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .home-right img.quote-image {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .home-center {
        display: none;
    }

    .home .book-info .book-title {
        margin-top: 5px;
        width: 48%;
    }

    .home .book-info .book-title a {
        font-size: 14px;
        display: block;
        line-height: 1.2em;
    }

    .home .book-info .banner {
        background-size: 50px auto;
        height: auto;
        min-height: inherit;
        margin-bottom: 10px;
    }

    .home .book-info .month {
        font-size: 14px;
        width: 44px;
    }

    .home .book-info .day {
        padding-bottom: 15px;
        font-size: 26px;
        width: 44px;
    }

    .hom .book-info .book-links table td {
        padding: 3px 0px;
    }

    .home .book-info .book-links table td a {
        background: none;
        padding-left: 0px;
        font-size: 9px;
        line-height: 18px;
    }

    .home .book-info .book-links table td a:hover {
        background: none;
    }

    .home .cover-bg {
        position: relative;
        left: 5px;
    }
    
    .home p.red-header {
	    padding-bottom: 20px; 
	    border-bottom: 1px dashed #ccc;
	    margin-bottom: 10px;
    }
    
    a.sample-book {
	    padding-top: 20px;
	    border-top: 1px dashed #ccc;
	    display: block;
    }

    .look-inside a, .look-inside.send-request a {
        right: 10%;
        width: 110px;
        height: 32px;
        background-size: 110px auto;
    }

    .look-inside a:hover, .look-inside.send-request a:hover {
        background-size: 110px auto;
        background-position: 0px -32px;
    }

    .home-left {
        border-bottom: 1px solid #ddd;
        margin-bottom: 3px;
        padding-bottom: 30px;
        margin-top: 30px;
    }

    .home-right {
        border-top: 1px solid #ddd;
        padding-top: 30px;
        margin-bottom: 40px;
    }


    .mobile-banner {
        display: block;
    }

    .mobile-banner img {
        width: 100%;
    }

    .single-book .book-wrap {
        width: 80%;
        margin: auto;
        float: none;
    }

    .single-book .header-entry-content {
        float: none;
        width: 100%;
        margin-left: 0px;
    }
}