/*
 Theme Name:   Basic Theme
 Theme URI:    https://blogs.griffith.edu.au/
 Description:  Griffith Basic Theme
 Author:       Nicholas Caldwell
 Author URI:   https://www.griffith.edu.au
 Version:      1.2.0
*/


/*#navbar-row {
  margin-bottom: 1em;
}*/

@import "assets/css/app.css?2";

/* .row {
    outline: 1px solid red;
}

.columns {
    outline: 1px solid green;
} */


/*

#blog-search {
    display: none;
    overflow: hidden;
    position: relative;
    padding-top: 0;
    margin-bottom: 0;
    transition: padding 0.5s ease, margin 0.2s ease;
}

#blog-search input, #blog-search button {
    margin-bottom: 0;
}

#blog-search.animating {
    padding-top: 1em;
    margin-bottom: 1em;
}

#menu-featured-categories li {
    margin-bottom: 2px;
}

#menu-featured-categories a {
    display: block;
    padding: 6px 15px;
    background: #eee;
    font-size: 12px;
}

#menu-featured-categories a:hover {
    color: white;
    background: #c20404;
}

.home-content-panel {
    padding-top: 1em;
    margin-bottom: 1em;
}

.gallery-grid-item img {
    border: 1px solid #999;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul.clearing-thumbs {
    /*  padding: 1rem 0 0 0;*/


}
[class*="block-grid-"].clearing-thumbs>li {
    padding: 0 1em 0 0;
}
.clearing-thumbs li a {
    background: green;
    margin: 0;
}
.gallery-module {
    /*background: #f3f3f3;*/
}
dd.gallery-caption {
    font-size: 13px;
}
.post-meta.post-date {
    margin-top: 2em;
    text-align: right;
}
header>.post-meta {
    padding-bottom: 0.5em;
}
.timeline-post-title {
    font-size: 25px;
    font-weight: 400;
}
.timeline-post-byline {
    color: #999;
}
.post .wp-caption {
    padding: 0;
    border: 1px solid #ccc;
    background: #f8f8f8;
}
.post .wp-caption .wp-caption-text {
    padding: 1em 0.5em;
}
.module {
    /*border: 1px solid red;*/
}
.outer-collapse>div:first-child {
    padding-left: 0;
}
.outer-collapse>div:last-child {
    padding-right: 0;
}

/* individual page items */
.article-h1 {
    line-height: 1.3;
}

.pagination-block {
    margin-top:  1em;
    text-align:  center;
}
