/*!
Theme Name: hatmana
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hatmana
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hatmana is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

.site {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Custom Styles */
.SumoSelect > .CaptionCont > span.placeholder {
    font-style: normal;
    color: inherit;
}

.search-item {
    position: relative;
}

.box__label {
    z-index: 2;
}

.loader {
    -ms-align-items: center;
    align-items: center;
    background-color: rgba(255,255,255,0.5);
    border-radius: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: visibility 0.2s ease, opacity 0.2s ease;
    -o-transition: visibility 0.2s ease, opacity 0.2s ease;
    transition: visibility 0.2s ease, opacity 0.2s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

.loader:before {
    background-image: url('assets/img/loader.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 100px;
    width: 100px;
}

.loader--small:before {
    height: 50px;
    width: 50px;
}

.show-loader .loader,
.loader.active {
    opacity: 1;
    visibility: visible;
}

.show-loader .loader__btn {
    opacity: 0.5;
    pointer-events: none;
}

.btn--submit {
    -webkit-transition: opacity 0.2s ease, background-color 0.2s ease;
    -o-transition: opacity 0.2s ease, background-color 0.2s ease;
    transition: opacity 0.2s ease, background-color 0.2s ease;
}
.btn--submit[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.SumoSelect.empty {
    -webkit-box-shadow: 0 0 1px 2px rgba(204, 2, 2, 0.4);
    box-shadow: 0 0 1px 2px rgba(204, 2, 2, 0.4);
}

.form__notice {
    background-color: #fff;
    border-radius: 10px;
    display: none;
    margin-bottom: 20px;
    padding: 20px 22px;
}

.form__notice--error {
    background-color: rgba(204, 2, 2, 0.4);
}

.toggle-btn {
    cursor: pointer;
}

.toggle-btn:hover {
    color: #1b65a1;
}

.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}

.hidden-block {
    display: none;
}

p#user_switching_switch_on {
    position: fixed;
}

.pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 20px;
    justify-content: center;
}

.pagination > span,
.pagination > a {
    display: block;
    padding: 3px 6px;
}

.pagination > span.current {
    color: #1b65a1;
}

.block-results__header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.block-results__header-part {
    flex-grow: 1;
}

.block-results__header-part--side {
    flex-basis: 80px;
    max-width: 80px;
    text-align: left;
}

.block-results__title {
    background-image: none;
    padding: 0 20px;
    margin: 0;
}

/* Toggle btn */

.toggle-btn__opened {
    display: none;
}
.open .toggle-btn__opened {
    display: block;
}

.toggle-btn__closed {
    display: block;
}
.open .toggle-btn__closed {
    display: none;
}


.footer__logo {
    -ms-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.logo--footer {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -3px;
}

.header__access .cls-cross-1 {
    fill: none;
    stroke: #3d3d3d!important;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 1px!important;
}
