/*
Theme Name: WEA conferences 4
Author: Jake McMurchie
Description: Based on Bootstrap
Template: WEA-parent-2
Version: 4.1.11
*/

/*
CHANGELOG
4.1.10 / 4.1.11 - 03/03/2024
Automatically display DF menu when DF open
    header.php

4.1.9 - 27/12/2023
Fixed PHP errors
    includes/cpt/cpt-wea_paper.php
    includes/widgets/widget-wea_conference_key_dates.php
    header.php

4.1.8 - 27/10/2023
Changed front page open call button text (temporary?)
    front-page.php

4.1.7 - 19/04/2023
Style tweaks
	style.css

4.1.6 - 19/04/2023
Style tweaks
	style.css

4.1.5 - 11/04/2023
Ensured 'general comments' tab only appears if there is a general comments post
	archive-wea_paper.php

4.1.4 - 11/04/2023
Updated General comments and 'no attachment' flags to be true if the database value is '1' as well as 'on'
	single-wea_paper.php

4.1.3 - 21/03/2023
Updated theme to use latest WEA-parent-2 (v2.7.6)
Replaced instances of create_function (dropped from PHP 8)
Updated header.php to align with latest WEA-parent-2 (v2.7.6)
	style.css
	includes/widgets/widget-sensible_tag_cloud.php
	includes/widgets/widget-wea_categories.php
	includes/widgets/widget-wea_papers.php
	header.php

4.1.2 - 21/04/2022
Bugfixes

4.1.1 - 08/02/2022
Increased margin below sidebar widgets
Removed margin above sidebar forms
Added header banner
	style.css
	header.php

4.1.0 - 13/08/2020
Added Instructions screen for setting up a conference
	mu-plugins/wea-network-admin-notice.php

4.0.2 - 13/07/2020
Fixed bug with conference year and number not displaying
	functions.php
Changed publication vendor links to buttons
	includes/cpt-wea_publication.php

4.0.1 - 16/03/2020
Changed order of "closed" and publication on front page
	front-page.php

*/

@import url("../WEA-parent-2/style.css");

/* Typography and colours
================================================== */

.single span.subtitle {
    color: #888;
}

a:hover span.subtitle {
    color: #ffc000;
}

.subtitle,
.author {
    color: #888;
    font-weight: normal;
    font-style: italic;
}

.single h3.author {
    font-size: 18px;
}

.single h3.author small {
    color: #888;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
}

.meta {
    color: #888;
    font-size: 12px;
    font-weight: normal;
}

.fa-rss {
    color: #dd7000;
}

a:hover .fa-rss {
    color: #ffc000;
}

.navbar.local .navbar-nav.navbar-right>li>a {
    background-color: #fd7000;
    color: #ffffff;
}

.navbar.local .navbar-nav.navbar-right>li>a:hover {
    color: #000;
}

/* Layout
================================================== */

header h1 {
    padding: 0;
}

header h1 .strapline {
    display: inline-block;
    padding-top: 8px;
    font-size: 24px;
    text-transform: none;
    font-style: italic;
}

@media only screen and (min-width: 420px) {
    .local.banner.row>div {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .local.banner.row>div>h1 {
        flex: 1;
    }
}

.local.banner.row>div>.banner {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    padding: 15px 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 420px) {
    .local.banner.row>div>.banner {
        padding: 0;
    }
}

.color-red {
    color: #f70000;
}

.content h1 {
    clear: both;
}

.content ol,
.content ul {
    padding-left: 0;
    margin-bottom: 18px;
}

.content ol li,
.content ul li {
    margin-bottom: 6px;
    margin-left: 24px;
}

.content ol h3,
.content ul h3 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.content ol li ol,
.content ol li ul,
.content ul li ul {
    margin: 6px 0 6px 15px;
    list-style: disc;
}

.content ol li ol {
    list-style: lower-roman;
}

.content ol li li,
.content ul li li {
    margin: 0 0 0 0;
}

.content .backtotop {
    margin-bottom: 60px;
}

.sidebar ol li h3,
.sidebar ul li h3 {
    line-height: 1;
}

.sidebar div.widget {
    margin-bottom: 45px;
}

.sidebar form {
    margin-top: 0 !important;
}

article {
    overflow: visible;
}

article {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
}

article:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

article.featured {
    padding: 10px;
    background: #f8f8f8;
}

article h3 {
    margin-bottom: 10px;
}

.author {
    display: block;
}

p.author {
    margin-bottom: 18px;
}

.single p.author {
    margin-bottom: 18px;
}

.single .author small {
    display: block;
    margin-top: 6px;
}

.citation {
    display: block;
    margin-bottom: 18px;
}

.well {
    overflow: auto;
}

.well.lead {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content ul.nav-tabs {
    margin-bottom: 18px;
    margin-left: 0;
}

.content ul.nav-tabs li {
    margin-bottom: -1px;
    margin-left: 0;
    padding: 0;
}

.content ul.nav-tabs li {
    margin-bottom: -1px;
    margin-left: 0;
    padding: 0;
}

#papertabs.nav-tabs>li>a {
    font-size: 15px;
}

.modal {
    width: 100%;
    height: 100%;
}

.modal-dialog {
    width: 90%;
    height: 90%;
}

.modal-content {
    height: 100%;
}

.modal-body {
    height: 80%;
}

.modal-header p {
    margin-bottom: 0;
}

object {
    height: 100%;
    margin-bottom: 10px;
    border: 1px solid #aaa;
}

div.tagcloud,
div.tagcloud a {
    line-height: 17px;
}

.commentsclosed {
    float: left;
}

ul#recentcomments {
    list-style: none;
    padding: 0;
}

p.download {
    margin-bottom: 20px;
}

div#respond {
    margin-top: 20px;
}

.comments-box {
    text-align: right;
}

.single span.subtitle {
    display: block;
}

.single p.authors {
    margin-bottom: 10px;
}

.books.table>tbody>tr>td {
    border-top: none;
}

.books.table tr {
    border-bottom: 1px solid #ddd;
}

.books.table tr:last-child {
    border-bottom: none;
}

.toc {
    margin-bottom: 20px;
}

.table-toc {
    width: 90%;
    margin-bottom: 10px;
}

.table-toc td {
    padding: 0 0 10px;
    vertical-align: top;
}

.table-toc td.article-data {
    padding-right: 10px;
}

.table-toc p.authors {
    margin-bottom: 0;
}

.articles {
    width: 80%;
    margin-bottom: 20px;
}

.pagenum {
    text-align: right;
}

.fscf-div-form input,
.fscf-div-form textarea {
    width: 50%;
}

.fscf-div-form input.fscf-input-captcha {
    width: 25%;
}

.fscf-div-form input.fscf-button-submit {
    width: auto;
    margin-top: 10px;
    padding: 5px 10px;
}

.fscf-required-indicator {
    margin-left: 5px;
    color: #888;
}

.ninja-forms-required-items.alert-warning {
    display: none;
}

.field-wrap {
    margin-bottom: 12px !important;
}

/* ninja forms */
.ninja-forms-cont {
    max-width: 60%;
}

.label-right .nf-field-description {
    margin-right: 0 !important;
}

.label-right .checkbox-wrap .nf-field-label {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    header h1 .strapline {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 8px;
    }
}