/*
Theme Name: Oroszka Hadimúzeum
Theme URI: http://example.com
Author: Your name
Author URI: http://pinegrow.com/
Description: This theme was created with Pinegrow Web Editor
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oroszka_hadimuzeum
*/
body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/* * Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;

    /* Behind the navbar */
    padding: 48px 0 0;

    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;

    /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/* * Content */
[role="main"] {
    padding-top: 48px;

    /* Space for fixed navbar */
}

/* * Navbar */
.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/* * Utilities */
.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.logged-in .navbar,
.logged-in .sidebar-sticky {
    //padding-top: 32px !important;
}

.login-box {
    max-width: 380px;
    width: 100%;
    margin: 5px auto;
    padding: 23px;
}

.login-password {
    width: 100%;
    font-variant: small-caps;
    font-weight: 600;
}

.login-username {
    width: 100%;
    font-variant: small-caps;
    font-weight: 600;
}

#user_login {
    width: 100%;
}

#user_pass {
    width: 100%;
}

.main_content {
    margin-top: 16px;
}

ul.sub-menu {
    list-style-type: none;
    padding-left: 20px;
}

a.nav-link > i.fa {
    margin-right: 7px;
}

.acf-form {
    border: 1px solid #cacaca;
    margin: 15px 0;
}

.acf-form-submit {
    margin: 12px;
}

.card {
    margin-bottom: 32px;
}

#edit-post {
}

#edit-toggle {
    /* margin-bottom: 23px */
    /* margin-top: 12px */
}

.acf-button {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.acf-button:hover {
    color: #fff;
    background-color: #0667cf !important;
    text-decoration: none;
    cursor: pointer;
}

.post-categories {
    padding-left: 16px;
}

.post-categories a {
    padding-right: 7px;
}

.progress {
    margin-bottom: 1rem;
}

.card-gallery {
    padding: 4px;
    margin: 0;
}

.toggle-vis {
    cursor: pointer;
    color: #3174c7 !important;
    text-decoration: none !important;
}

.columns-toggle {
    margin: 15px 0;
}

#catalog-table {
    white-space: nowrap;
}

.dt-buttons {
    float: left;
}

.dt-buttons .btn:hover {
    background-color: #cccccc !important;
}

site_logo {
    margin: 10px auto 24px;
}

.sidr-hide {
    display: none;
}

.catalog_nav {
    border-top: 1px solid #dadada;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}