/* Search form styles */
.s-form-filters{
    float: left;
    width: 100%;
}
.innerMainMenu{
    float: left;
    width: 100%;
}
.innerMainMenu label {
	display:inline;
	list-style: none;
	margin-right:10px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    cursor: pointer;
}
.innerMainMenu input[type="radio"] {
    display: none;
} 
.innerMainMenu input[type="radio"]:checked+label {
    color: #78242e;
    text-transform: uppercase;
}
.terms-menu{
    position: relative;
    overflow: hidden;
}
.terms-menu ul{
    list-style: none;
}
.tm-block{
    width: 50%;
    float: left;
}
.tm-block:last-child{
    width: 50%;
}
.tm-block:first-child{
    float: right;
}
.tm-block input[type="checkbox"]{
    display: none;
}
.term-switch{
    display: inline-block;
    background-color: #fff;
    border: 1px solid #000;
    height: 18px;
    width: 18px;
    padding: 5px;
    margin-left: 10px;
}
.tm-block input[type="checkbox"]:checked+label.term-switch span{
    display: block;
    width: 6px;
    height: 6px;
    background-color: #000;
}
.term-label.term-header{
    font-size: 16px;
    font-weight: 600;
}
.cats-filter h4,
.tags-filter h4{
    /* text-align: center; */
    margin: 20px 0;
}
.cats-filter .cat-all+.term-switch,
.tags-filter .tag-all+.term-switch{
    margin-left: 0px;
}
.cats-filter .cat-all+.term-switch+.term-label,
.tags-filter .tag-all+.term-switch+.term-label{
    top: -3px;
}
.cats-list .cat-entry{
    margin-bottom: 10px;
}
.cats-list .sub-cats-list .cat-entry{
    margin-bottom: 0;
}
.cat-entry,
.tag-entry{
    line-height: 20px;
}
/* .sub-cats-list .cat-entry{
    height: 22px;
} */
.term-label{
    padding-left: 10px;
    font-size: 15px;
    font-weight: 400;
}
.sub-cats-list .term-switch,
.tags-list .tag-entry .tag-id[data-prop*="tax"]+.term-switch{
    margin-left: 20px;
}
.tags-list .tag-entry:first-child .tag-id[data-prop*="tax"]+.term-switch{
    margin-left: 10px;
}
.tags-list .tag-entry:nth-child(11) .term-switch{
    margin-top: 20px;
}
.all-filter {
   position: absolute;
   bottom: 8px;
}
.all-filter .term-label{
    font-weight: bold;
}
.submit-button{
    float: left;
    width: 100%;
}
.submit-button p{
    margin-top: 20px;
    text-align: center;
}  
.submit-button p input{
    color: white;
    background-color: #78242e;
    height: auto;
    padding: 5px 30px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    cursor: pointer;
}
.listArticles{
    float: left;
}
.es-results span,
span.es-hl{
    display: inline;
    background-color: rgb(255, 255, 0);
}
.es-results span.time{
    background: transparent;
}
.term-label{
    position: relative;
    top: -4px;
}
/* Special chars popup */
.special-char-popup-wrap{
    display: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.2);
    color: #696969;
}
.special-char-popup-wrap.opened-popup{
    display: block;
}
.special-char-popup{
    position: relative;
    z-index: 200;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20vh auto;
    overflow: hidden;
    border: 1px solid #aaa;
    font-size: 17px;
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.4);
}
.special-char-popup span{
    float: left;
    width: 100%;
    padding-top: 5px;
}
.special-char-popup span strong{
    display: block;
    float: left;
    width: 17px;
    margin-right: 15px;
    text-align: center;
}