/*
Theme Name: Arwen Dayton
Theme URI: http://underscores.me/
Author: Zachary Zurn
Author URI: http://www.zachzurn.com
Description: A Blog theme created from scratch for Arwen Dayton
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adayton
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Arwen Dayton is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

ol,
ul {
    list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'lato-bold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato-bold-webfont.woff2') format('woff2'),
    url('fonts/lato-bold-webfont.woff') format('woff'),
    url('fonts/lato-bold-webfont.ttf') format('truetype'),
    url('fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato-regular';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato-regular-webfont.woff2') format('woff2'),
    url('fonts/lato-regular-webfont.woff') format('woff'),
    url('fonts/lato-regular-webfont.ttf') format('truetype'),
    url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato-italic';
    src: url('fonts/lato-italic-webfont.eot');
    src: url('fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato-italic-webfont.woff2') format('woff2'),
    url('fonts/lato-italic-webfont.woff') format('woff'),
    url('fonts/lato-italic-webfont.ttf') format('truetype'),
    url('fonts/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'lato-light';
    src: url('fonts/lato-light-webfont.eot');
    src: url('fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato-light-webfont.woff2') format('woff2'),
    url('fonts/lato-light-webfont.woff') format('woff'),
    url('fonts/lato-light-webfont.ttf') format('truetype'),
    url('fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'calendas-plus-regular';
    src: url('fonts/calendas_plus-webfont.eot');
    src: url('fonts/calendas_plus-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/calendas_plus-webfont.woff2') format('woff2'),
    url('fonts/calendas_plus-webfont.woff') format('woff'),
    url('fonts/calendas_plus-webfont.ttf') format('truetype'),
    url('fonts/calendas_plus-webfont.svg#calendas_plusregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'calendas-plus-bold';
    src: url('fonts/calendas_plus_bold-webfont.eot');
    src: url('fonts/calendas_plus_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/calendas_plus_bold-webfont.woff2') format('woff2'),
    url('fonts/calendas_plus_bold-webfont.woff') format('woff'),
    url('fonts/calendas_plus_bold-webfont.ttf') format('truetype'),
    url('fonts/calendas_plus_bold-webfont.svg#calendas_plusbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'calendas-plus-italic';
    src: url('fonts/calendas_plus_italic-webfont.eot');
    src: url('fonts/calendas_plus_italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/calendas_plus_italic-webfont.woff2') format('woff2'),
    url('fonts/calendas_plus_italic-webfont.woff') format('woff'),
    url('fonts/calendas_plus_italic-webfont.ttf') format('truetype'),
    url('fonts/calendas_plus_italic-webfont.svg#calendas_plusitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: lato-regular;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0d7180;
    font-family: calendas-plus-regular;
    clear: both;
}

p {
    font-family: lato-regular;
    font-size: .95em;
    margin-bottom: 1.3em;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 1.5rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: #dfdfdf;
    border: 0;
    height: 1px;
    margin-bottom: 0.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
    color: #0c6775;
    text-decoration: none;
}

a:visited {
    color: #0c6775;
}

a:hover,
a:focus,
a:active {
    color: #0d98a7;
}

h2{
    font-size: 1.82em;
    margin-bottom: 15px;
    line-height: 1.1em;
}

h3{
    font-size: 1.4em;
    line-height: 1.2em;
    margin-bottom: 12px;
}

h2.rule, h3.rule{
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}

#masthead{
    text-align: center;
    font-family: calendas-plus-regular;
    text-transform: uppercase;
    margin-top: 25px;
}

#masthead a{
    text-decoration: none;
}

h1.site-title a{
    font-size: 2.5em;
    color: #0d7180;
    letter-spacing: 0.1em;
}

.main-navigation ul, .footer-nav ul{
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 0;
    list-style:none;
    padding:0;
    text-align:center;

}

.main-navigation ul{
	
	margin-bottom:8px;

}

.main-navigation ul li, .footer-nav ul li{
    display:inline;
}

.main-navigation ul li a, .footer-nav ul li a{
    font-size: 1.1em;
    display:inline-block;
    padding: 0 40px;
    color: #7b7b7b;
    text-decoration: none;
}

.main-navigation ul li.current-menu-item a, .footer-nav ul li.current-menu-item a, .main-navigation ul li a:hover, .footer-nav ul li a:hover{
    color: #a68e60;
}

.footer-nav{
    text-align: right;
}

.footer-nav ul{
    margin: 0;
    text-align: right;
}

.footer-nav ul li a{
    font-size: .7375em;
    padding: 0 0px;
}

.space-below{
 margin-bottom: 35px;
}

.footer-nav ul li span{
    color: #ab9569;
    padding: 0 8px;
}

footer{
    font-family: calendas-plus-regular;
    text-transform: uppercase;
    color: #7b7b7b;
    margin-bottom: 30px;
}

section{
    margin-bottom: 16px !important;
}

[data-lightbox], article.blog-post .entry-content img{
    cursor: pointer;
}

.social-links{
    margin: 0;
}

.social-links li{
    display:inline;
}

.social-links li a{
    display: inline-block;
    width: 22px;
    height: 21px;
    opacity: .5;
}

.social-links li a:hover{
    opacity: 1;
}

.social-links li a[alt="instagram"]{
    background: url(img/instagram.png) no-repeat;
}

.social-links li a[alt="twitter"]{
    background: url(img/twitter.png) no-repeat;
}

.social-links li a[alt="goodreads"]{
    background: url(img/goodreads.png) no-repeat;
}

.social-links li a[alt="snapchat"]{
    background: url(img/snapchat.png) no-repeat;
}

.social-links li a[alt="facebook"]{
    background: url(img/facebook.png) no-repeat;
}

.social-links li a[alt="youtube"]{
    background: url(img/youtube.png) no-repeat;
}


.home-sidebar-wrapper{
    background-color: #e6ecf2;
    padding: 10px;
    margin-top: 26px;
}

article.book{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

article.book .cover{
    text-align: center;
}

.padded-column {
    padding: 5px !important;
}

h2 a, h2 a:visited{
    text-decoration: none;
    color: #0d7180;
}

h2 a:hover{
    color: #0d98a7;
}

a.read-more, .buy-now{
    font-family: calendas-plus-regular;
    font-size: 1.1em;
}

.buy-now{
    margin-right: 3px;
}

a.read-more span{
    font-family: lato-bold;
    display: inline-block;
    margin-right: 5px;
    color: #ac956a;
}

.home-sidebar h2{
    font-family: calendas-plus-italic;
    color: #3e4551;
    font-size: 1.6em;
    text-align: center;
    margin-top: 8px;
}

article.book{
    cursor: pointer;
}

.home-sidebar h3{
    font-family: lato-light;
    color: #3e4551;
    font-size: 1.25em;
    border-bottom: 1px solid #ced4db;
    padding-bottom: 15px;
    margin-top: 17px;

}

.home-sidebar h3 a{
    height: 27px;
    background-color: #ffffff;
    font-size: 0.62em;
    display: inline-block;
    line-height: 27px;
    float: right;
    padding-left: 35px;
    padding-right: 8px;
    margin-top: 1px;
}

.home-sidebar h3 a.twitter{
    color: #5e879d;
    background: white url(img/twitter-badge.png) top left no-repeat;
}

.home-sidebar h3 a.instagram{
    color: #9d825e;
    background: white url(img/instagram-badge.png) top left no-repeat;
}

.home-sidebar h3 a:hover{
    background-color: #f5f5f5;
}

.home-sidebar h4{
    font-family: lato-light;
    font-size: .91em;
    color: #3e4551;
    line-height: 1.2em;
    margin-top: 25px;
}

#instafeed .instagram-0 img{
    width: 100%;
    margin-bottom: 8px;
}

#instafeed .instagram-1 img, #instafeed .instagram-2 img{
    width: 48%;
}
#instafeed .instagram-1 img{
    float: left;
}

#instafeed .instagram-2 img{
    float: right;
}

#instafeed{
    margin-top:10px;
    margin-bottom: 20px;
    text-align: center;
}

#twitter-widget-0, #twitter-widget-1 {
    width: 100% !important;
}

.large-blog-summary h3{
    margin-bottom: 10px;
    margin-top: 15px;
}

.large-blog-summary img{
    border: 1px solid #e0e0e0;
    margin-top: 10px;
}

.large-blog-summary .entry-content{
    margin-bottom: 20px;
}

footer#colophon{
    margin-bottom: 20px;
}

.paging-navigation{
    margin-top: 30px;
    margin-bottom: 15px;
    vertical-align: middle;
}

.nav-previous a{
    text-overflow: ellipsis;
}

.nav-next span.grey-nav{
    font-size: .8em;
    color: #888888;
    padding-right: 25px;
}

.nav-previous span.grey-nav{
    font-size: .8em;
    color: #888888;
    padding-left: 28px;
}

span.meta-nav{
    width: 24px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -14px;
}

.flex-video {
    position: relative;
    padding-top: 1.38889rem;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 0.88889rem;
    overflow: hidden;
}

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.truncate {
    width: 175px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.nav-previous span.meta-nav{
    background-image: url(img/nav-left.png);

}

.nav-next{
    float: right;
    text-align: right;
}

.nav-previous{
    float: left;
}

.nav-next span.meta-nav{
    background-image: url(img/nav-right.png);
    margin-left: 3px;
}

footer#colophon .menu-main-menu-container{
    float: right;
    margin-top: -5px;
    margin-right: 20px;
}

footer#colophon .social-links{
    float: right;
    margin-top: -4px;
}

article.blog-post .text_exposed{
    margin-bottom: 17px;
    display: block !important;
}

article.blog-post h2{
    margin-bottom: 11px;
}

article.blog-post .entry-meta, article.blog-post .entry-meta a{
    color: #a68e60;
    font-size: 0.9125em;
    margin-bottom: 20px;
}

.blog-sidebar h4{
    border-bottom: 1px solid #dfdfdf;
    font-size: 1.2em;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

article.blog-post .entry-meta a:hover{
    color: #c7ae7e;
}

.crono-links{
    font-size: .9em;
}

.crono-links a.current{
    color: #a68e60;
}

.crono-links li{
    border-left: 1px solid #c5d9d8;
    height: 19px;
    text-align: center;
}

.crono-links li:first-child{
    border-left: none;
}

.blog-sidebar ul + h4{
    margin-top: 25px;
}

.small-blog-list{
    list-style: none;
    margin: 0;
}

.small-blog-list h5{
    font-family: calendas-plus-regular;
    font-size: 1em;
    line-height: 1.36em;
    border-bottom: none;
    margin-bottom: 7px;
}

.small-blog-list p{
    font-size: .8em;
}

.small-blog-list img{
    margin-bottom: 7px;
    border: 1px solid #E0E0DD;
}

.blog-post .entry-content img{
    margin-bottom: 15px;
    margin-top: 15px;
}

.archive-list{
    margin-top: 10px;
    margin-bottom: 0;
}

.archive-list aside{
    margin-top: 10px;
}

.archive-posts-list{
    margin-bottom: 25px;
}

div.separator{
    text-align: left !important;
}

.page p em{
    font-family: lato-italic;
}

#faq-nav a{
    display: block;
    font-family: calendas-plus-regular;
    padding-left: 20px;
    margin-bottom: 10px;
    background: url('img/faq-link-bullet.jpg') no-repeat 0 5px;
}

#faq-nav a em{
    font-family: calendas-plus-italic;
}

.show-for-small-only{
    display: none;
}

article.type-book{
    margin-top: 0 !important;
}

.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

h4.below-book{
    font-size: .95em;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 35px;
    line-height: 1.4em;
}

.related-posts h5{
    margin-top: 25px;
}

.foreign-books h6{
    text-align: center;
    line-height: 1.2em;
    margin-top: 8px;
    margin-bottom: 20px;
}

blockquote, blockquote p{
    font-family: calendas-plus-italic !important;
    font-size: 1.05em;
}

blockquote{
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 30px;
    color: #2f7481;
    border-left: 3px solid #a68e60;
    padding-left: 15px;
}

.home-book-summary img{
    width: 225px;
    margin-left: 45px;
}

.home-book-summary p{
    font-size: .9em !important;
    margin-bottom: .8em;
}

.book-quote{
    font-family: lato-regular !important;
    font-size: 1.05em;
    color: #2f7481;
    margin-bottom: 5px;
    margin-top: 20px;
}

.book-quote-reference{
    margin-bottom: 15px;
    color: #3a3a3a;
    padding-left: 30px;
    background: url('img/review-dash.png') no-repeat 15px 12px;
}

.book-quote-reference a{
    font-family: lato-italic !important;
    color: #3a3a3a;
    font-size: 1.05em;
}

.book-quote-reference a:hover{
    text-decoration: underline;
}

.buy-link{
    display: inline-block;
    font-size: 13px;
    border: 1px solid #a68e60;
    padding: 2px 8px;
    border-radius: 6px;
    color: #a68e60;
}

.buy-link:hover{
    background-color: #a68e60;
    color: white;
}

.foreign-books{
    text-align: center;
}

.smaller{
    font-size: smaller !important;
}

figure.wp-caption{
    max-width: 100% !important;
}

figcaption.wp-caption-text, .aside-caption{
    text-align: center;
    display: block;
    font-size: .75em;
    margin-top: 8px;
}

figcaption.wp-caption-text{
    font-size: .9em;
    margin-bottom: 20px;
}

h2.home-book-news{
    font-size: 1.55em;
    margin-bottom: 10px;
}

/* EVENTS POS STYLE */
#post-1521 h2{
    font-size: 1.2em;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin-top: 25px;
}

#post-1521 h2 span{

}

#post-1521 p{
    line-height: 1.8em;
    margin-left: 20px;
}

.news-headline{
    font-size: 1.5em;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    padding: 20px;
    background-color: #f7f7f7;
}

.news-headline p{
    font-family: calendas-plus-regular !important;
    margin-bottom: 0;
    font-size: .8em;
}

.news-headline img{
    float:right;
    margin-right: 0.25em;
    margin-left: 1.5em;
}

.inline-headline{
    color: #0d7180;
    font-size: 1.5em;
}

article.type-book{
    margin-left: 20px;
}

.home-content hr{
    margin-top: 0;
    margin-bottom: 0;
}

.home-content article.book {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

.news-links{
    font-size: .67em;
    margin-top: 15px;
}

/* ADDITIONAL RESPONSIVE CSS  */
@media only screen and (max-width: 40em) {

    article.type-book{
        margin-left: 0;
    }

    .footer-nav ul li span{
        padding: 0 10px;
        padding-bottom: 20px;
    }

    .home-book-summary img{
        max-width: 225px;
        display: block;
        margin-left: 0;
        width: 100%;
        margin-top: 25px;
    }

    .truncate{
        width: 100px;
    }

    footer#colophon{
        text-align: center !important;
    }

    .footer-nav ul{
        text-align: center;
    }

    .small-margin-bottom{
        margin-bottom: 2em;
    }

    h1.site-title{
        font-size: .55em;
    }

    footer#colophon .social-links{
        width: 100%;
        clear: both;
        margin: 25px 0 5px 0;
    }

    .footer-nav .menu-main-menu-container{
        margin:0;
    }

    .main-navigation ul li a, .footer-nav ul li a{
        padding: 0 8px;
    }

    .main-navigation ul{
        margin-bottom: 20px;
    }

    .small-padded-column{

    }

    .hide-for-small-only{
        display: none;
    }

    .show-for-small-only{
        display: block;
    }

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



}


#load-more{
display:none;
}

.alm-listing{
    margin: 0;
}

.news-headline{
    cursor: pointer;
}

h3.playlist{
    margin-top: 30px;
}

.spotify-link,.spotify-link:visited{
    display: block;
    background-color: #353535;
    color:white;
    padding:15px;
    padding-left: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: url(img/spotify.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.spotify-link:hover{
    color: white;
    background-color: #585858;
}