/*
 Theme Name:     WP Bootstrap Starter Child Theme
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Author:         Kris Townsend
 Template:       wp-bootstrap-starter
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/

h1.entry-title {font-size: 2.5rem;}
h2.subtitle {font-size: 1.5rem;}
p {font-size: 1.1rem;}
.publish-year {font-size: .9rem;}
.right {text-align: right;}

/* Archive Pages */
.archive h2 {margin: 0;padding: 0;}
.archive p {margin: 2px 0 2px 0;}
.archive p.open {margin-bottom: 2rem;}

/* Contributor Bylines */
/*.contributors span:first-child::before { content: none; }*/
.contributors span::after { content: ", "; }
/*.contributors span:last-child::before { content: " and "; }*/
.contributors span:last-child::after { content: none; }

/* My Tag Clouds */
.tag-cloud-label {margin: 50px 0 0 0; }
.custom-tag-cloud .tag-cloud-link {
    display: inline-block;
    border: #2780E3 thin solid;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}

.custom-tag-cloud a.tag-cloud-link:hover {
    text-decoration: none;
    background-color: #2780E3;
    color: #fff;
}

/* Dear Flipbook*/
._df_book {margin-bottom: 50px;}

/* Search Box */
.last-item {margin-left: auto;}

.search-form .btn {
    background-color: white;
    border-radius: 11px;
}

/* LC Inventory */
iframe {margin-bottom: 50px;}

/* Home Page Banner */
div#page-sub-header h1 {color: #fff;font-weight: 600;}
div#page-sub-header p {color: #fff;font-weight: 500;}

/* blockquotes */
blockquote  {position:relative;}
blockquote p {margin-left: 75px;margin-right: 75px;}

blockquote p:first-child::before {
    content: "“";
    font-size: 3rem ;
    line-height: 25px;
    position: absolute;
    left: 25px;
}

/* Modern Footnotes */
.modern-footnotes-footnote {padding-left: 0;}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 18px;
    padding: 18px;
}

/* Footer Mods*/
footer#colophon { background-color: #fff; }
img.candid-logo { max-width: 100px; }
.sponsors {background-color: #5dadcc; padding: 1em 3em 3em 3em;margin: 2em auto;}
.sponsors-heading {text-align: center;color:#fff;padding: 0; margin: 0;}
.sponsors-logos {background-color: #fff; margin: 1em;}
.sponsors-col {display:flex;justify-content:center;gap: 5em;flex-wrap:wrap;padding:2em;}
.sponsors-col img {display:flex;justify-content:center;gap: 5em;flex-wrap:wrap;}

.site-info p {font-size: .8rem;}
.site-info a {text-decoration: underline;}
.lcta-logo img {width: 300px;}