﻿
.module_inline_container {
}

.module_inline_image {
}

.module_inline_title {
    margin: 0px;
    color: #000000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.25em;
}

    .module_inline_title a,
    .module_inline_title a:active,
    .module_inline_title a:link,
    .module_inline_title a:visited {
        color: #222222;
    }

.module_inline_metadata {
    margin: 0px;
    font-weight: bold;
}

    .module_inline_metadata + .module_inline_title,
    .module_inline_title + .module_inline_metadata {
        margin-top: 4px;
    }

.module_inline_content {
    margin-top: 10px;
}

/*-----------------------------------------------------------------------------------------------*/

.module_listing_categories {
    padding: 0 15px;
    background: #f1f1f1;
    border-radius: 4px;
}

    .module_listing_categories button {
        white-space: nowrap;
    }

    .module_listing_categories .dropdown-menu {
        max-height: 205px;
        overflow: auto;
    }

/*-----------------------------------------------------------------------------------------------*/

.module_listing_container {
    margin-bottom: 15px;
}

.module_listing_image {
    margin-top: 4px;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}

    .module_listing_image a {
        display: inline-block;
        line-height: 0px;
    }

    .module_listing_image img {
        max-width: 100%;
        max-height: 190px;
    }

.module_listing_title {
    margin: 0px;
    color: #000000;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.2em;
    text-align: center;
}

    .module_listing_title a,
    .module_listing_title a:active,
    .module_listing_title a:link,
    .module_listing_title a:visited {
        color: #222222;
    }

.module_listing_metadata {
    margin: 0px 0px 10px 0px;
    font-size: 1.15em;
    line-height: 1.3em;
}

    .module_listing_metadata + .module_listing_title,
    .module_listing_title + .module_listing_metadata {
        margin-top: 10px;
    }

.module_listing_content,
.module_listing_content:last-child {
    margin-top: 10px;
    margin-bottom: 15px;
}

/*-----------------------------------------------------------------------------------------------*/

.module_article_title {
    margin-bottom: 24px;
}

.module_article_metadata {
    margin-bottom: 24px;
    font-size: 1.3em;
    line-height: 1.3em;
}

.module_article_title + .module_article_metadata {
    margin-top: -18px;
}

.module_article_image.copy {
    display: none;
    margin-bottom: 20px;
    max-width: 290px;
    max-height: 290px;
    overflow: hidden;
}

.module_article_image.sidebar {
    margin-top: 50px;
}

.module_article_image img {
    max-width: 100%;
}

.module_article_read_other {
    margin-top: 10px;
    font-weight: bold;
}

.module_article_comments {
    margin-top: 30px;
}

.module_article_related_links {
    margin-top: 30px;
    margin-bottom: -20px;
}

    .module_article_related_links h2 {
        margin-bottom: 20px;
    }

    .module_article_related_links .related_link {
        margin-bottom: 20px;
    }

/*-----------------------------------------------------------------------------------------------*/
/* Calendar */

.calendar {
    margin: 15px 0;
}

.calendar_day_label {
    font-weight: bold;
    color: #999;
}

.calendar_week {
    clear: both;
}

.calendar_day {
    float: left;
    width: 14.28%;
}

.other_month.calendar_day {
    opacity: 0.6;
}

.calendar_day_today {
    background: #f7ebb3;
}

.calendar_day_inner {
    position: relative;
    border: 1px solid #ddd;
    padding: 7px;
    margin: 1px;
    min-height: 100px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.calendar_day_number {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #666;
}

.calendar_day_saturday .calendar_day_inner,
.calendar_day_sunday .calendar_day_inner {
    background: #efefef;
}

/*-----------------------------------------------------------------------------------------------*/
/* Data Pager */

.data_pager a,
.data_pager .data_pager_button {
    padding: 5px;
    background-color: #eef;
    border: 1px solid #bbb;
    margin: 0 2px;
}

.data_pager .data_pager_first {
    margin-left: 0;
    background-color: transparent;
    border: 0;
}

.data_pager .data_pager_last {
    margin-right: 0;
    background-color: transparent;
    border: 0;
}

.data_pager .data_pager_current {
    background-color: #f9f9f9;
}

.data_pager a.aspNetDisabled.data_pager_button {
    text-decoration: none;
    color: inherit;
}

/*-----------------------------------------------------------------------------------------------*/
/* LISTS */

#content ul:not(.breadcrumb):not(.pagination):not(.dropdown-menu):not(.side_menu):not(.nav-tabs) {
    list-style-type: none;
    padding: 0;
    margin: 0px 0px 0px 2em;
}

    #content ul:not(.breadcrumb):not(.pagination):not(.dropdown-menu):not(.side_menu):not(.nav-tabs) li:before {
        content: "\25cf";
        font-family: 'Glyphicons Halflings';
        float: left;
        font-size: 20px;
        margin-top:-3px;
        margin-left: -20px;
        color: #b74721;
    }

.white_text ul:not(.breadcrumb):not(.pagination):not(.dropdown-menu):not(.side_menu):not(.nav-tabs) li:before {
    color: #fff !important;
}

#content ul:not(.breadcrumb):not(.pagination):not(.dropdown-menu):not(.side_menu):not(.nav-tabs) li ul {
    list-style-type: none;
    padding: 0;
    margin: 0px 0px 0px 1em;
}

    #content ul:not(.breadcrumb):not(.pagination):not(.dropdown-menu):not(.side_menu):not(.nav-tabs) li ul li:before {
        content: "\e074";
        font-family: 'Glyphicons Halflings';
        float: left;
        font-size: 8px;
        margin-left: -15px;
        color: #666666;
    }

/*-----------------------------------------------------------------------------------------------*/
/* PAGINATION */

.pagination {
    display: flex;
    justify-content: center;
    border-radius: 0;
}

    .pagination > li > a,
    .pagination > li > span {
        color: #000;
        border-radius: 0!important;
    }

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        color: #000;
    }

    .pagination > li.active > a,
    .pagination > li.active > a:focus,
    .pagination > li.active > a:hover,
    .pagination > li.active > span,
    .pagination > li.active > span:focus,
    .pagination > li.active > span:hover {
        background-color: #b74721;
        border-color: #b74721;
        color: #FFFFFF;
    }

/*-----------------------------------------------------------------------------------------------*/
/* REVIEWS */

.review_box {
    background: #eff1f7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZjFmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eff1f7 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eff1f7), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #eff1f7 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #eff1f7 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #eff1f7 0%, #ffffff 100%);
    background: linear-gradient(top, #eff1f7 0%, #ffffff 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

    .review_box > div {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .review_box .review_name {
        font-size: 1.2em;
        padding-top: 3px;
        display: block;
    }

    .review_box .review_number a {
        color: #A2A2A2;
    }

    .review_box .review_date {
        font-size: 0.8em;
        color: #8B867A;
        white-space: nowrap;
    }

    .review_box .review_comment {
        margin: 7px 0;
        font-size: 0.9em;
        line-height: 1.4em;
    }

    .review_box blockquote, blockquote {
        margin: 1em 3em;
        color: #999;
        border-left: 2px solid #999;
        padding-left: 1em;
        font-style: italic;
    }

        .review_box blockquote .quote_name,
        blockquote .quote_name {
            font-style: normal;
            color: #777;
        }

    .review_box .review_rating {
        float: right;
        font-weight: bold;
    }

    .review_box .review_rate {
        float: right;
        display: block;
        padding-right: 15px;
    }

    .review_box .quoteLink {
        float: right;
        font-size: 0.8em;
        background: url('../images/quote.png') center right no-repeat;
        padding-right: 15px;
        color: #A2A2A2;
    }

    .review_box .review_rating_good {
        color: #67A851;
    }

    .review_box .review_rating_neutral {
        color: #8B867A;
    }

    .review_box .review_rating_bad {
        color: #CF2929;
    }

/*-----------------------------------------------------------------------------------------------*/
/* TABLES */

.tabledefault {
    width: 100%;
    border-collapse: collapse;
}

    .tabledefault th {
        padding: 3px;
        font-weight: bold;
        background-color: #DFDFDF;
        border-bottom: solid 2px #CCCCCC;
        border-right: solid 1px #CCCCCC;
    }

    .tabledefault tr:hover td {
        background: #DFDFDF;
    }

    .tabledefault td {
        padding: 8px;
        background-color: #EFEFEF;
        border-bottom: 1px solid #FFFFFF;
        border-top: 1px solid transparent;
    }

/*-----------------------------------------------------------------------------------------------*/

h2.media-heading + p {
    margin-top: 0px;
}

.right_image img {
    width: 100%;
    height: auto;
}

/*-----------------------------------------------------------------------------------------------*/

.social_share {
    color: #999;
    white-space: nowrap;
    display: inline-block;
}

.share_buttons {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline;
}

    .share_buttons li {
        margin: 0;
        margin-left: 2px;
        display: inline;
    }

.table > tbody > tr > td {
    border-top: none;
}
/*-----------------------------------------------------------------------------------------------*/
/* MODULE STYLES */
.cs_inline {
    background-size: cover;
}

    .cs_inline .cs_inner {
        background-color: rgba(0,0,0,0.65);
        padding: 25px;
    }

/* Poetry / Writing Grid */

.module_image_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 15vw;
}

    .module_image_grid.writing {
        grid-template-columns: repeat(1, 1fr);
    }

    .module_image_grid .module_image_grid_block {
        position: relative;
        min-height: 30vh;
        margin: 2em 0;
        opacity: 0;
        transition: all .4s linear;
    }

        .module_image_grid .module_image_grid_block.shown{
            opacity: 1;
        }

    .module_image_grid .module_block_image {
        height: 40vh;

    }

        .module_image_grid .module_block_image a img {
            height: 100%;
            width: 100%;
            object-fit: contain;
        }

    .module_image_grid .module_block_content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
        padding: 1em 2em;
        backdrop-filter: blur(5px);
        background: rgba(0,0,0,0.6);
        opacity: 0;
        transition: all .3s ease;
    }

        .module_image_grid .module_block_content .module_listing_title {
            flex-grow: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .module_listing_title.below {
            padding-top: 15px;
        }

        .module_image_grid .module_block_content a, .module_image_grid .module_block_content p {
            color: #fff;
            transition: all .3s ease;
        }
        .module_image_grid .module_block_content a {
            padding: 0.5em;
            margin: 0 -0.5em;
            border: 1px solid transparent;
            border-bottom: 1px solid #fff;
            transition: all .7s ease;
        }
            .module_image_grid .module_block_content a:hover {
                border: 1px solid #fff;
            }
                .module_image_grid .image_grid_block img {
                    object-fit: cover;
                    object-position: center;
                }

.module_image_grid_block:hover{

}

.module_image_grid_block:hover .module_block_content {
    opacity: 1;
}



/*-----------------------------------------------------------------------------------------------*/

.btn-group.category_selector .dropdown-menu {
    min-width: 250px;
    padding: 8px;
}

.btn-group.category_selector li:first-child {
    margin-bottom: 8px;
}

.btn-group.category_selector .checkboxes {
    max-height: 200px;
    overflow-y: auto;
}

.btn-group.category_selector .clear_button {
    cursor: pointer;
}

/*-----------------------------------------------------------------------------------------------*/

.editable_panel .panel-title a .fa-caret-down,
.editable_panel .panel-title a .fa-caret-up {
    float: right;
    font-size: 1.2em;
}

.editable_panel .panel-heading {
    background-image: none;
}

.editable_panel .panel-title a {
    display: block;
    font-weight: 600;
}

/*-----------------------------------------------------------------------------------------------*/

.grid_blocks {
    margin-top: 30px;
}

    .grid_blocks + .grid_blocks {
        margin-top: 0px;
    }

.grid_block {
    position: relative;
    margin-bottom: 30px;
    background-color: #DDDDDD;
}

    .grid_block.row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .grid_block .block_image {
        height: 200px;
        overflow: hidden;
        text-align: center;
    }

    .grid_block.row .block_image {
        padding-left: 0px;
        padding-right: 0px;
        height: 300px;
    }

.grid_blocks.minor .grid_block.row .block_image {
    height: 180px;
}

.grid_block .block_image a {
    display: block;
    height: 100%;
    line-height: 0px;
}

.grid_block .block_image img {
    min-width: 100%;
    min-height: 100%;
}

.grid_block .block_content {
    padding: 15px 15px 40px 15px;
}

.grid_blocks.minor .grid_block .block_content {
    padding-bottom: 15px;
}

.grid_block.row .block_content {
    position: static;
}

.grid_block .block_content > p:last-child {
    margin-top: -14px;
}

    .grid_block .block_content > p:last-child > a:first-child:last-child {
        position: absolute;
        bottom: 15px;
        right: 15px;
    }

.grid_blocks.minor .grid_block .block_content > p:last-child > a:first-child:last-child {
    position: static;
    display: block;
}

.grid_block .block_content > p:last-child {
    margin-top: 0px;
}

/*-----------------------------------------------------------------------------------------------*/
