/*======== from main.min.css ========*/
/*== https://blog.igus.com/wp-content/themes/hueman/assets/front/css/main.min.css?ver=3.7.24 ==*/
.sidebar {
    /* padding-bottom: 20px; */
    position: relative;
    z-index: 2;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-transition: height .4s ease-in-out;
    -webkit-transition: height .4s ease-in-out;
    -o-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out;
}
.sidebar.s1 {
    /*font-size: 100%;
    font-size: 150%;*/
    font-size: 12pt!important;
    width: var(--sidebar-width);
    float: left;
    background-color: var(--bg-light-gray);
    /*border-right: 1px solid #ccc;*/
    /*box-shadow: 4px 0px 2px 0px #eaeaea;*/
    /*border: 0px solid salmon;*/
    transition: none;
}
@media screen and (max-width: 760px) {
 .sidebar.s1 {
     display: none;
 }
}
.sidebar.s1 h3 {
    /*padding: 0px 30px;*/
    padding-bottom: 2px;
    text-align: left;
    text-transform: uppercase;
}
/*============================*/
.sidebar .widget {
    font-size: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.sidebar .widget>h3 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.wp-block-group {
    background-color: #f8f8f8;
    padding: 0.5em;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
    margin-top: 0.25em;
    padding: 0.5em;
}
.wp-block-carousel-posts.wp-block-carousel-posts__list li {
    line-height: 1.5;
    margin-top: 0.25em;
    padding: 0.5em;
}

div#block-6 {
    display: none;
}

 span.filter-description,
 div.filter-description {
    display: inline-block;
    margin-bottom: 1.25em;
    font-weight: 600;
    /*font-size: 120%;*/
    text-transform: uppercase;
    /*color: #222;*/
 }
.sidebar.s1 {/*
    transform: translateZ(0px);
    position: fixed;
    top: 0px;
    top: 32px; *//* admin bar height */
    /*left: 409.6px;*/
}
/* kill the "CONTACT US" div until hueman is removed */
div#text-3 {
    display: none;
}

.sidebar input[type="submit"],
.sidebar input[type="button"] {
    display: flex;
    margin: auto;
    border-radius: 4px;
    border-radius: 8px;
    border-radius: 11px;
    padding: 8px 24px;
    border: 0;
    background-color: #3E3E3E;
    color: white;
    font-size: 1.0em;
}
.sidebar input[type="submit"] {
    margin-top: 1em;
}

/* == For Mobile == */
/*@media screen and (max-width: 560px) {*/
@media screen and (max-width: 760px) {
.sidebar.s1 {
    display: initial!important;
    float: none;
    clear: both;
}
.sidebar.s1 hr {
    display: none;
}
.sidebar-content {
    height: 50px;
    max-height: 50px;
    overflow: hidden;
}
.sidebar-content.show {
    height: initial;
    max-height: initial;
}
.sidebar .widget {
    padding-top: 5px;
    padding-top: 12px;
}
.sidebar.s1 div#block-3 { /*RECENT CONTENT*/
    display: none;
}
.sidebar.s1 i.fas {
    font-size: 14px;
}
.sidebar.s1 i.fas:before  {
    content: "\F107";
}
.sidebar.s1 .hu-dropdown-toggle-wrapper {
    right: 16px;
    right: unset;
    max-height: 48px;
}
.sidebar.s1 .hu-dropdown-toggle-wrapper .fa-angle-down {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}}
/*@media screen and (min-width: 561px) {*/
@media screen and (min-width: 761px) {
.sidebar.s1 .hu-dropdown-toggle-wrapper {
    display: none;
}}

.sidebar input[type="button"].wp-block-button__link.reset {
    display: block;
    position: absolute;
    right: 0;
    top: 2.75em;
    top: 1em;
}
.sidebar button.reset {
    position: absolute;
    right: 0;
    top: 1em;
    min-width: 96px;
    width: 96px;
    height: 36px;
    font-weight: 500;
    font-size: 12pt;
    line-height: 1.9;
    border-width: 0px;
    color: rgb(41,140,,177);
}
.sidebar button.reset span {
    display: flex;
    display: inline-block;
    width: 96px;
    margin-left: 0.5em;
    margin-left: 0.1em;
    color: rgb(41,140,177);
    word-break: keep-all;
}
.sidebar button.reset {
    transition: all 0.5s ease-in-out;
}
.sidebar button.reset:hover {
    color: #1869af;
    cursor: pointer;
    text-decoration: underline;
}
.sidebar button.reset:hover span {
    color: #1869af;
}
.sidebar button.reset svg {
    /*margin-top: -2em;*/
    position: absolute;
    top: -0.2em;
    right: 1em;
    right: 0.75em;
    width: 24px;
    /*
    position: absolute;
    right: 0;
    top: 1em;
    */
}
@media (max-width: 860px) {
.sidebar button.reset {
    top: 0.5em;
    width: 96px;
    background-color: transparent;
}}