/* Hide everything unneeded */
nav,
#bodynav,
.breadcrumb,
#HEADER-SHARE,
#UTILITIES,
.view-sitewide-alert,
#HEADER-CAROUSEL,
#HEADER-IMAGE,
.EVENT-INFO .tags,
.views-exposed-widgets,
.EVENT-GROUP-DATE,
footer,
#play-pause,
p.tags,
.region-bottom,
#cal-share,
.field-event-registration,
#nn-toc,
img {
display: none;
}

.span-1, .span-2, .span-3, .span-4, .span-5, .span-6 {
    width: 100%;
}

#HEADER-IMAGE {
    padding-bottom: 0;
	min-height: auto;
	overflow: auto
}

#HEADER-TITLE {
    position: relative;
    bottom: initial;
	width: 100%;
}

#HEADER-TITLE *,
#HEADER-TITLE h1,
.meta {
    color: #333;
}

.full-width-module h1, .full-width-module .btn.btn-primary {
    text-shadow: none;
}

/* font sizes */
* {
    line-height: 1.3;
    color: #333;
}

h1 { font-size: 24pt }
h2 { font-size: 14pt; margin-top: 25px }
img { border: 0 }


.container {
    padding-left: 0;
    padding-right: 10px;
}

#CONTENT {
    padding-top: 10px;
}

/* Separate blockquotes a little bit from the rest */
blockquote {
    font-size: 13pt;
    font-style: italic;
}

/* Change link color to black */
a { color: #000 }


/* event detail page */
.node-type-event #HEADER-TITLE {
    margin: 0;
    bottom: 0;
}

.node-type-event #HEADER-TITLE h1 {
    max-width: none;
}

.node-type-event #CONTENT {
    padding-top: 10px;
    min-height: 20px;
}

.node-type-event .SIDEBAR {
    float: none;
    width: 100%;
    display: block;
    clear: left;
}

.node-type-event .contain {
    border:0;
    padding: 10px 0 0;
}

.node-type-event .contain hr {
    display: none;
}

.EVENT-GROUP-LIST {width:auto; margin-left:0}

/* branch page */
.node-type-branch .pane-node-field-booklist,
.node-type-branch .view-branch-detail-banner .span-2:nth-child(2) {display:none}
.node-type-branch .view-branch-detail-banner .span-2 {width:48%}
.node-type-branch #CONTENT {padding-top:10px;}


.contain-img,
#regMessageLine,
#cal-share,
#dirbtn {
    display:none
}

/* Show the URL after each link, whereby internal links are preceeded by the site's URL */
/*
.page-content a:after {
    content: " [https://www.bklynlibrary.org/" attr(href) "]";
    font-size: 80%;
    word-wrap: break-word;
}
*/

/* External links don't get this treatment */
/*
.page-content a[href^="http://"]:after, .page-content a[href^="https://"]:after {
	content: " [" attr(href) "]";
}
*/

/* CATALOG CUSTOMIZATIONS */

.list-view .catalog-item-left,
.result-image,
.additional-filters,
#filter-mobile-trigger {
    display: none!important;
}

.page-content .results {
    margin-left: 5px;
}