@charset "utf-8";
/*
 Theme Name:   BiblioMeta StoreFront
 Theme URI:    http://www.tenandtwo.com/storefront-bibliometa/
 Description:  A Storefront Child Theme for use with the BiblioMeta plugin
 Author:       BiblioMeta, Inc.
 Author URI:   http://www.tenandtwo.com
 Template:     storefront
 Version:      1.1.1
 Text Domain:  storefront-bibliometa
*/

/* GLOBAL */
html {
    font-size: 14px;
}
body {
    color: rgba(0,0,0,0.87);
    font-family: "Roboto", sans-serif;
}
img { border-radius: 0; }
a { font-family: 'Roboto Slab', serif; font-weight: 500; }
a { color: #039be5; }
span.label { font-weight: bold; }
.clr { clear: both; }

.btn, .btn-large { background-color: #0d47a1; font-weight: 600; padding: 0 15px !important; }
.btn:hover, .btn-large:hover { background-color: #039be5; text-decoration: none !important; }
button.menu-toggle { background: #0d47a1 !important; }
button:focus,
.button:focus,
.button.alt:focus,
.button.added_to_cart:focus,
.button.wc-forward:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus { outline-color: #039be5; }

.hentry a[href^="//"]:after,
.hentry a[href^="http"]:after {
  content: url(/wp-content/uploads/external-e1628810900271.png);
  margin: 0 0 0 5px;
}
.hentry a[href^="https://www.addtoany.com/"]:after,
.hentry a[href^="https://hfsbooks2.tenandtwo.io/"]:after,
.hentry a[href^="https://pdrdvjh.press.jhu.edu/"]:after,
.hentry a[href^="https://jhupbooks.press.jhu.edu/"]:after,
.hentry a[href^="https://www.hfsbooks.com/"]:after {
  content: "";
  margin: 0;
}


/* WORPRESS */
.col-full {
    max-width: 100%;
    padding: 0 1.1em;
}
.hentry {
    margin: 0 0 1em;
}
header#masthead { margin-bottom: 30px; background-color: #fff; }
.site-header,
.secondary-navigation ul ul,
.main-navigation ul.menu > li.menu-item-has-children:after,
.secondary-navigation ul.menu ul,
.storefront-handheld-footer-bar,
.storefront-handheld-footer-bar ul li > a,
.storefront-handheld-footer-bar ul li.search .site-search,
button.menu-toggle,
button.menu-toggle:hover {
    background-color: #ffffff;
}
.indicators .indicator-item.active {
    background-color: #039be5 !important;
}

nav {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    height: 56px;
    line-height: 56px;
}
nav ul a {
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    color: #e0e0e0;
}
nav .brand-logo {
    position: absolute;
    color: #000;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
    padding-left: 14px;
}
.top-nav nav ul a {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.top-nav a.brand-logo img {
    height: 35px;
    margin-top: 15px;
}
.main-navigation ul.menu ul.sub-menu,
.main-navigation.toggled .handheld-navigation {
    background-color: #0d47a1;
}
.main-navigation ul.menu ul li a,
.main-navigation ul.nav-menu ul li a {
    padding: 7px .587em;
    height: auto;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
.main-navigation ul.menu>li>a,
.main-navigation ul.nav-menu>li>a {
    padding: 0 .587em;
    color: #fff;
}
ul.sub-menu {
    display: none;
}
ul.sub-menu li.current-menu-item a { color: #039be5 !important; }

/*
.menu-search-button { font-size: 32px; }
*/

div.site-branding {
    padding-bottom: 2.2em;
}
.secondary-navigation ul.menu {
    margin-top: 5px;
}
.secondary-navigation ul.menu a {
    color: #000 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 0.387em .857em !important;
}
.secondary-navigation ul.sub-menu a {
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: normal !important;
}
.secondary-navigation {
    margin: 0 !important;
}

.post-navigation {
    display: none;
}

.widget-area .widget a { color: #039be5 !important; }
.widget h3.widget-title {
    font-size: 1.387em;
    letter-spacing: 0;
    border-bottom: none;
    padding: 0 0 1em;
    margin-bottom: 0;
    font-weight: 700;
}
ul#menu-subjects li {
    padding-left: 0;
}
ul#menu-subjects > li:before {
	content: url('https://api.iconify.design/dashicons/arrow-right-alt2.svg');
	cursor: pointer;
}
ul#menu-subjects > li.opened:before {
	content: url('https://api.iconify.design/dashicons/arrow-down-alt2.svg');
	cursor: pointer;
}
ul#menu-subjects ul.sub-menu > li:before {
    content: none !important;
}
ul#menu-subjects a {
    display: block;
    text-decoration: none !important;
    line-height: 14px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}
ul#menu-subjects ul.sub-menu { margin-left: 0; }
ul#menu-subjects ul.sub-menu li.menu-item { padding-left: 1em; }

.catalog-search-form .select-publisher { font-family: 'Roboto Slab', serif; font-weight: 500; font-size: 100%; }
.catalog-search-form .col1,
.catalog-search-form .col2 { padding-left: 0; }

.tagcloud a {
    display: block;
    text-decoration: none !important;
    line-height: 14px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
    margin-bottom: 8px;
    text-transform: capitalize !important;
    font-size: 12px !important;
}

/* BOOTSTRAP */

/* BIBLIOMETA */
.noDescription .Description
{ display: none; }
.bibliometa-embed-contributors-block .block-image
, .bibliometa-embed-publishers-block .block-image
, .bibliometa-embed-imprints-block .block-image
, .bibliometa-embed-collections-block .block-image
, .bibliometa-embed-subjects-block .block-image
{ display: none; }

div.bibliometa-embed div.browse-section {
    border-top: 1px solid #e0e0e0;
    padding-bottom: 10px;
}
div.bibliometa-embed-titles-relations {
    padding-top: 10px;
}

.browse_az span.browse-total { font-size: 80%; font-weight: normal; }
.browse_az span.browse-total::before { content: '.'; }

/* BIBLIOMETA TITLES */
div.bibliometa-embed .TitleText a { font-weight: 500; }
div.bibliometa-embed-titles-card .TitleText { padding-top: 3px; }
div.bibliometa-embed-titles-card .Publication { padding-bottom: 5px; }

div.bibliometa-embed-titles-buy .Price
, div.bibliometa-embed-titles-block .Price
, div.bibliometa-embed-titles-card .Price
{ color: #7a7a7a; }

div.bibliometa-embed-titles-formats {
    font-size: 10px;
    line-height: 14px;
}
div.bibliometa-embed-titles-press div.Author { 
    padding-bottom: 15px;
    font-weight: bold; 
}
div.bibliometa-embed-titles-press div.Text p { 
    margin-bottom: 5px;
}


/* block hilite */
.bibliometa-embed .view-item-link span {
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background-image: url('/wp-content/themes/storefront-bibliometa/images/blank.gif');
}
.bibliometa-embed .view-item-link span:hover {
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}



/* RESPONSIVENESS - TABLET AND ABOVE */
@media only screen and (min-width: 768px)
{
    .hentry .entry-header {
        border-bottom: none;
        margin-bottom: 0;
    }
    .col-full {
        width: 95%;
        max-width: 95%;
        padding: 0 1em;
    }
    .left-sidebar .widget-area {
        width: 14%;
        margin-right: 1.5%;
    }
    .left-sidebar .content-area {
        width: 84%;
    }

    .secondary-navigation ul.menu a:hover {
        color: #45464c;
    }
    .secondary-navigation ul.menu a {
        color: #2c2d33;
    }
    .storefront-primary-navigation {
        background: #0d47a1 !important;
    }

	.main-navigation ul ul li a,
	.secondary-navigation ul ul li a {
		width: 260px;
	}

} /* end @media only */
