/*
Theme Name: WEA theme for OPD (as journal subsite)
Author: Jake McMurchie
Description: Based on Bootstrap
Template: WEA-parent-2
Version: 2.1.3
*/

/*
CHANGELOG
2.1.3 - 08/11/2023
Added hCaptcha to comment form
    comments.php

2.1.2 – 16/03/2023
Updated header to load Oswald font from google
	header.php
	
2.1.1 - 14/04/2020
Adjustments to compensate for upgrade of parent to 2.7
	style.css
	/css/journal.css

2.1.0 - 10/05/2019
Replace inline-attachments plugin
	acf-json/ ADDED
	single.php

2.0.4 - 22/02/2019
Added Google Recaptcha to comment form
	comments.php ADDED
	style.css

2.0.3 - 29/08/2017
Changed archive to prevent access to withdrawn papers
	loop-papers.php

2.0.2 - 30/05/2017
Ensured wp-header included from parent theme
	header.php
	wea-header.php REMOVED

2.0.1 - 19/10/2015
Adjustments to papers
	php/papers.php
*/

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



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

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

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

.authors {
    color: #888;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.wea_paper .authors {
    font-size: 16px;
}

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



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

article h3 {
    margin-bottom: 0;
}

p.subtitle,
p.authors {
    margin-bottom: 0;
}

.authors {
    display: block;
}

article .authors {
    margin-bottom: 15px;
}

.wea_paper .authors {
    margin: 15px 0;
}

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

.single span.subtitle {
    display: block;
    font-size: 75%;
}

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

.toc {
    margin-bottom: 20px;
}

.table-toc {
    width: 100%;
    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;
}

.sidebar h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.sgr-recaptcha {
    margin-bottom: 10px;
}

@supports(display: flex) {
    .form-inline {
        display: flex;
    }
}



/* Header
================================================== */

header .row .row.local.banner {
    padding-top: 20px;
    padding-bottom: 20px;
}

header .row .row.local.banner p {
    margin: 0;
    padding: 10px 0 0;
}