/*
Theme Name: Enscompare Plain
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: enscompare-plain-2
Tags: wp-plain-theme
*/

@font-face {
    font-family: 'Geomanist';
    src: url('assets/Geomanist.ttf');
}

body {
    width: 100%;
    padding: 5px !important;
    margin: auto;
    line-height: 1.65;
    font-family: Geomanist, Georgia, Times, Times New Roman, serif;
}

html, body, * {
    box-sizing: border-box;
    font-family: Geomanist, Georgia, Times, Times New Roman, serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.main_menu {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

a {
    color: #073979;
}

.site-header.none {
    display: none;
}

.site-header {
    border-bottom: 2px solid
}

.site-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: .25rem;
    line-height: 1;
}

.site-title a {
    text-decoration: none;
    color: black
}

.site-description {
    margin-top: 0;
    color: #8e8e8e;
}

.main_menu {
    border-top: 1px solid #ccc;
}

.main_menu ul {
    border-top: none;
}

.main_menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.main_menu ul li {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
}

.main_menu ul li a {
    text-decoration: none;
    color: #696969;
}

.main_menu ul li a:hover {
    text-decoration: underline;
    color: #000;
}

.site-content {
    width: 100%;
    display: flex;
    justify-content: center;
    float: left;
}

.site-content article {
    max-width: 1200px;
    width: 1200px;
}

article {

    margin-top: 2rem;
    margin-bottom: 2rem;
}

.sidebar {
    width: 280px;
    float: left;
    list-style: none;
    margin-top: 2em;
    font-size: 14px
}

.widgettitle {
    border-top: 2px solid;
    border-bottom: 1px solid #ccc;
    padding: .25rem 0;
    font-size: 1.25rem
}

.widget {
    margin-bottom: 3rem
}

label {
    display: block
}

.commentlist {
    list-style: none;
    padding-left: 0;
}


table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-collapse: collapse;
}

table td {
    padding: 7px;
}

select {
    width: 100%;
    margin: 15px;
    padding: 8px;
    display: inline-block;
}

hr {
    margin-top: 1em;
    margin-bottom: 1em;
}