/* span.author-name, span.cat-links a, span.prev a, span.next a { color: #1a2b3c; } */
/* .main-navigation .main-nav ul li[class*="current-menu-"] > a { border-bottom-style: inset; } */

ul.wp-block-list li a {
    color: #b1e5e5;
}

li a {
    color: #2c3e50;
}

input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
textarea#message,
select {
    border-color: #3bb0b0 !important;
    width: 100%;
    margin-top: 15px;
}

input[type="checkbox"] {
    width: unset;
}

div.form-group.rememberme {
    text-align: right !important;
}

button.wp-block-search__button,
button.cookie-consent-actions {
    margin-top: 15px;
}

form.search-form input.search-field {
    max-width: 90%;
}

label.label-w10 {
    max-width: 100% !important;
}

.inside-header {
    padding: 10px 20px !important;
}

div.cookie-consent-banner {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
    display: block;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 15px;
    border: 5px solid;
    border-color: #3bb0b0;
    border-radius: 12px;
}

div.inside-article {
    padding: 30px !important;
}

div#login-container {
    width: 100%;
}

div.form-group {
    line-height: 1.0em;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

label {
    display: inline-table;
    font-weight: 600;
    min-width: 130px;
}

div.form-placeholder {
    height: 20px;
    display: inline-block;
}

div.cookie-consent-banner-row {
    width: 100%;
    line-height: 32px;
}


.entry-meta {
    display: inline-flex;
}

@media (max-width: 780px) {

    .inside-header {
        padding-left: 15px !important;
    }

    label.label-w10 {
        max-width: unset !important;
    }
}

@media only screen and (max-width: 460px) {

    div.inside-right-sidebar {
        display: none;
    }

    label {
        margin-bottom: 10px;
    }

    div.form-group {
        display: grid;
    }

    div.form-group p {
        line-height: 1.3em;
    }

    .inside-header {
        padding-left: 15px !important;
    }

    label.label-w10 {
        max-width: unset !important;
    }
}

@media only screen and (max-width: 412px) {

    .inside-header {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 360px) {

    .inside-header {
        padding-left: 15px !important;
    }
}
