/**
* chiro - for the greek letters chi and rho, i.e. the christian monogram
* Based on Sigma, Copyright (c) 2013 Stephen Harris
*
* Adapted (c) 2021 Till Schümmer
* Licensed under the GPLv2+ license.
*/

/**
 ### Reset & Basics (Inspired by E. Meyers) ###
**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, del, dfn, em, img, isn, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* #Typography
================================================== */
body {
    background-color: #E8E8E8;
    color: #444;
    font: 16px/1.5em 'Open Sans', Arial, sans-serif;
    line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
    color: #181818;
    font-weight: normal;
    word-wrap: break-word;
    margin-top: 20px;
    hyphens: auto;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    text-decoration: none;
}

h1 {
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: bold;
    border-bottom: 1px solid silver;
    margin: 0 0 10px;
}

h2 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.2em;
    border-bottom: 1px solid silver;
    margin-bottom: 0.2em;
}

h3 {
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 500;
    font-style: italic;
    border-bottom: 1px solid silver;
}

h4 {
    font-size: 21px;
    line-height: 30px;
}

h5 {
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
}

h6 {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
}

article {
    clear: both;
}

p {
    line-height: 1.2em;
    margin: 0.5em 0 0.8em 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 80%;
}

pre {
    font: 13px "Courier 10 Pitch", Courier, monospace;
}

code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    line-height: 2;
}

var {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* Blockquotes  */
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
    color: #555;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

/* Base
==================================================*/

a, a:visited {
    color: #333;
    text-decoration: underline;
    outline: 0;
}

a:hover, a:focus {
    color: #000;
}

p a, p a:visited {
    line-height: inherit;
}

a.no-underline, a.no-underline:visited {
    text-decoration: none !important;
}

ul, ol {
    margin-bottom: 20px;
}

ul.disc {
    list-style: disc;
}

ol {
    list-style: decimal;
}

article ul, ol, ul.disc {
    margin-left: 30px;
}

article ul, ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
    margin-bottom: 6px;
}

li {
    line-height: 18px;
    margin-bottom: 12px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

dl {
    margin: 0 1.714285714rem;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 20px;
}

address {
    margin-bottom: 20px;
}

acronym, abbr {
    border-bottom: 1px dotted #666;
    cursor: help;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

pre {
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #f4f4f4;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}

sub {
    top: .5ex;
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

iframe {
    max-width: 100%;
}

/* #Forms
================================================== */
form,
fieldset {
    margin-bottom: 20px;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

select,
input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    line-height: 30px;
}

select {
    padding: 0px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: inline;
}

select[multiple],
select[size] {
    height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}

textarea {
    min-height: 60px;
}

label,
legend {
    font-weight: bold;
}

label span,
legend span {
    font-weight: normal;
    color: #444;
}

/* #Tables
================================================== */
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: bottom;
    border-top: 1px solid #dddddd;
    font-weight: bold;
}

table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

table thead th,
table thead td {
    border-bottom: 1px solid #DDD;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table tr:first-child th,
table tr:first-child td {
    border-top: 0;
}

/* ============== Helper ================== */

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    clear: both;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

/* ============== Buttons ================== */
.btn {
    color: #FFF;
    background-color: #428bca;
    border: 1px solid rgba(0, 0, 0, 0);
    border-color: #357ebd;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

.btn:hover, .btn:focus, .btn:active, .btn.active {
    background-color: #3276B1;
    border-color: #285E8E;
}

.btn-success {
    background-color: #5CB85C;
    border-color: #4CAE4C;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    background-color: #47A447;
    border-color: #398439;
}

/* ============== Alerts ================== */

.alert {
    margin: 20px 0;
    border-left: 5px solid #EEE;
}

.alert p {
    padding: 15px 30px 15px 15px;
    margin: 0px;
}

.alert-success {
    background-color: #eaf7e5;
    border-color: #398439;
}

.alert-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}

.alert-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.alert-error {
    background-color: #fcf2f2;
    border-color: #dfb5b4;
}

.widget h3 {
    border-bottom: 1px solid #888;
    margin-bottom: 10px;
}

.home-widget-container {
    margin: 40px auto;
}

/* ============== Images ================== */
img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main img {
    max-width: 97.5%;
    height: auto;
}

.wp-caption,
.wp-caption-text,
.gallery-caption {
    max-width: 96%;
    font-size: 0.9em;
    font-style: italic;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.wp-block-image img {
    height: auto;
}

.gallery .gallery-item {
    margin: 10px 0 0;
}

.post-categories,
.post-tags {
    display: block;
}
