/* latin */
@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: local('Questrial'), local('Questrial-Regular'), url(https://fonts.gstatic.com/s/questrial/v8/QdVUSTchPBm7nuUeVf70viFluW44JQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.curios_holder{
	font-family: Questrial;
}
	
.curio a{
//	  background: yellow;
    padding: 0.4em;
	    transition: all 0.3s ease;
	    color: #090e1d;
	    text-decoration: none;
    cursor: pointer;
}
.spaff {
    box-shadow: 2px 2px 6px 3px rgba(85,85,85,0.2);
    //, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width:400px;
    padding:20px;
    border:10px;
    border-radius:5px;
//    background:#ddd;
    margin:10px;
    float:left;
    min-height: 220px;
//    color:#fff;
//    background:#000;
}
.spaff_text:after {
    content:"";
    position:absolute;
    top:260px;
    left:0;
    height:40px;
    width:100%;
    background: -webkit-linear-gradient(#fff, #fff);
    background: linear-gradient(rgba(0,0,0,0), #fff);
}


.spaff_text:hover{
    max-height: 500px;
    transition: max-height 0.25s ease-in;

}

.spaff_text{
    max-height: 500px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    margin-bottom:20px;
    position:relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
//    border-bottom: 3px solid #777;
    height:300px;
//    max-height:200px;
    overflow:hidden;

}

.curio_type{
    padding:5px;
    float:left;
    background:#222;
    border-radius:4px;
}
.issue{
    margin-left:10px;
    margin-right:10px;
    border-radius:4px;
    
    padding:5px;
    float:left;
    background:#222;
}
    .results{
    display: flex;
}


.fade-out {
  position: relative;
  max-height: 350px; // change the height
}
.fade-out:after {
  content: '';
  position: absolute;
 // top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient( rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100% );
}

.match{
    color:#f00;
}


.tag{
    border: solid 1px;
    padding:5px;
    float:left;
    margin:5px;
}

.tagged{
    background-color:#0f0;
}
.not_tagged{
    background_color:#bbb;
}


.fp-head-left{
    display: flex;

    line-height: 18px;
    height:100%;
    align-content: center;
      align-items: center;
  justify-content: center;
}

.fp-head-left-text{
//    height:200px;
    font-size:22px;
    line-height:31px;
    color:#555555
}
.wc-title{
    font-family: 'Abel', sans-serif;
    font-weight: bold;
    font-size: 50px;
//    letter-spacing: 0;
    letter-spacing: -0.05em;
    line-height: 42px;
//    padding-top:20px;
//    margin-top:20px;
}
.wp-header-title{
font-family: 'Abel', sans-serif;
font-weight: bolder;
  font-size: 30px;
//  letter-spacing: 0;
  letter-spacing: -0.05em;
}
.wp-header-holder{

display: flex;
            align-items: center;
 align-items: center;
            justify-content: left;
            flex-direction: row;

            text-align: left;
            min-height: 100px;
}

.hc-override{
    background-color:#fff;
}

.rbutton {
  
  border: none;
  color: black;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 20px;
}
.lblue{
    background-color: #83E2F5;
}


.inputfat {
    position: relative;
    display: block;
    width: 80%;
    background: #fff;
    border-radius: 31px;
//    font-family: Ubuntu-Bold;
    font-size: 18px;
    color: #8f8fa1;
    line-height: 1.2;
    padding:10px;
    margin:10px 0;
    float:left;
}
.sbutton {
  
    position: relative;
    display: block;
    border-radius: 31px;
    font-size: 18px;
    color: #8f8fa1;
    line-height: 1.2;
    padding:10px;
    margin:10px 0;
    float:left;
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-left:40px;    
}

.searchholder{
    padding:30px;
    width: 100%;
     border-radius: 31px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    height: 100px;
 padding: 0 35px;
 margin-top:40px;
 margin-bottom:40px;
}

#search_results{
    padding-bottom:40px;
}
