/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2021 | 13:02:14 */
.widget_search .searchform input[type=submit]{
  min-width:100px!important;
}

#temak-apply-filters{display:none!important;}

#temak-apply-filters{
  display:block;
  /*visibility:hidden;*/
}

.temak_term_children{display:none;}

.reference-post{
    vertical-align: top;
    display: inline-block;
    position: relative;
    min-height: 220px;
    width: 50%;
    padding:0px 10px;
    margin-bottom: 20px;
}

.reference-post.reference-list-view{
  width: 100%;
  display: block;
}

.temak-reference-title {
    font-size: 18px;
    color: #0171bb;
    font-weight: 700;
    line-height: 23px;
}
.temak-reference-title a sup{
    font-size: 14px;
    bottom: .4em;
}

.temak-reference-description{ color: #11b1ed;}

/*.related-terms-container{
    display: inline-block;
    float: left;
    margin-right: 15px;
    padding: 7px 0px;
}

.related-reference-terms {
    display: inline-block;
    float: left;
    margin-right: 10px;
    color: #fff;
    background: #00abf0;
    padding: 0px 8px;
    border-radius: 500px;
    font-size: 13px;
    font-weight: 400;
}*/

.related-reference-terms {
    display: inline-block;
    float: left;
    margin-right: 10px;
    color: #00abf0;
    background: transparent;
    padding: 0px 8px 0px 0px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 400;
    border-right: 1px solid #eb1c24;
    margin-right: 8px;
    height: 18px;
    vertical-align: top;
    line-height: 20px;
}

.related-reference-terms:last-child{
border:none;
}

.related-terms-container {
    display: flex;
    float: left;
    margin-right: 15px;
    padding: 7px 0px;
    vertical-align: bottom;
    min-height: 36px;
    align-items: flex-end;
}

.references-term-divider{
  margin-bottom: 10px;
}

.reference-post .related-reference-terms {
    padding: 0px 8px;
    font-size: 12px;
}

@media(max-width:991px){
.reference-post .temak-reference-image img{
display: block;
float: none;
}
.reference-post { margin-bottom: 45px; }
}

@media(max-width:581px){ 
.reference-post{ width:100%;}
}

#temak_dynamic_filter .temak_main_terms{
background: #e9f6fe;
padding: 5px 1em 23px 1em;
}
.temak_main_term{
position: relative;
border-bottom: 1px solid #0072b970;
padding: 6px;
}

ul.temak_main_terms, ul.temak_term_children { list-style-type: none!important; }
.temak_main_term > .temak_term_title {
color: #0072b9;
font-size: 18px;
font-weight: 700;
}
.temak_term_children li label{
color: #0070bc;
font-weight: 400;
}

.ref-toggler:after{
  content:"";
border-bottom: 7px solid #0072b9;
    border-bottom-color: rgb(0, 114, 185);
    border-bottom-style: solid;
    border-bottom-width: 7px;
border-left: 6px solid rgba(0, 0, 0, 0);
border-right: 6px solid rgba(0, 0, 0, 0);
display: inline-block;
height: 0;
width: 0;
transform: rotate(180deg);
position: absolute;
right: 0;
top: 12px;
margin: 3px 18px 3px 18px;
cursor:pointer;
transition: all .25s ease;
}

.ref-toggler.opened:after{
  transform: rotate(0deg);
}

#temak_dynamic_filter .sort-references label{
color: #0072b9;
font-weight: 400;
}


#temak_dynamic_filter .ref-toggler{
position: absolute;
    width: 100%;
    height: 35px;
    display: block;
    margin: 0 auto;
    top: 0;
  cursor:pointer;
}

#temak_dynamic_filter .temak_terms_select_all, #temak-apply-filters{ 
background: #b9b7b8;
padding: 4px;
margin-top: 10px;
display: block;
width: 100%;
max-width: 150px;
text-align: center;
color: #fff;
border-radius: 500px;
border: none;
cursor:pointer;
  }



@media(max-width:980px){ 
  
  /*.page-id-7097{overflow:hidden;}*/
  
.temak_dynamic_filter_container {
    right: -180%;
      width:88%!important;
    z-index: 999999;
    display: block;
    background: #e9f6fe;
    padding: 10px;
    box-shadow: 1px 10px 25px #0000004f;
  position: fixed;
  transition:all .25s ease;
  top:150px;
  overflow: auto;
max-height: 100%;
  }

.temak_dynamic_filter_container .tdf_filter_icon{
right: 0;
width: 35px;
height: 35px;
display: block;
background: url(https://www.temak.gr/site/wp-content/uploads/2021/01/filter-filled-tool-symbol_temak.png);
background-size: 22px 22px;
background-repeat: no-repeat;
position: fixed;
background-color: #e9f6fe;
padding: 4px 10px 4px 0px;
background-position: center;
cursor:pointer;
  top:150px;
  }
  
.temak_dynamic_filter_container.tdf_active .tdf_filter_icon{ right: 88%; }

.temak_dynamic_filter_container.tdf_active{ right: 0%; }
  
  }


