span, .filterTag, .keyword {
    cursor: default;
}

.searchForm {
    position: relative;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.searchBox, .tagsBox {
    margin-bottom: 10px;
}

.searchBox {
    width: 65%;
}

.tagsBox {
    width: 45%;
}

.searchInput {
    min-width: 500px;
    max-width: 40%;
    height: 40px;
    padding-right: 40px;
    font-size: 22px;
}

.searchButton, .closeBtn:hover, .keyword:hover {
    cursor: pointer;
}

.searchButton {
    position: absolute;
    right: 0;
    border: none;
    background-color: transparent;
    color: black;
}

.searchButton .et-pb-icon, .full_title_btn {
    font-size: 28px;
    font-weight: bold;
    padding: 5px;
}

.full_title_btn {
    font-size: 0.8em;
    font-style: italic;
    text-decoration: underline;
}


.filterTag, .keyword {
    margin-right: 4px;
    padding: 2px 6px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background: #878484;
    -webkit-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 0.87em;
}

.closeBtn {
    margin-left: 4px;
}

.card {
    margin-bottom: 12px;
    padding: 1%;
    border-left: 5px solid #600;
    background-color: white;
    -webkit-box-shadow: 5px 5px 7px -8px #000;
    -moz-box-shadow: 5px 5px 7px -8px #000;
    box-shadow: 5px 5px 7px -8px #000;
}

.card .row {
  	padding-top: 0;
}

.row h6, .row p, .author, .dates, .title, .full_title {
    display: inline;
}

.row h6 {
  margin-right: 10px;
}

.author {
    font-size: 1.1em;
}

.dates {
    font-style: italic;
}

.title {
    font-size: 1.4em;
    font-weight: bold;
}

.full_title {
    display: none;
}

.topic:hover{
   background: #dedede;
}

.keyword:hover, .topic.active:hover {
    background: #656060;
}

.topics-wrapper ul {
  padding-left: 0!important;
}

.topics-wrapper ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  padding: 1px 10px;
  border-radius: 9px;
  border: 2px #600 solid;
  background: white;
  box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.3);
  color: black;
  font-size: 1em;
  cursor: pointer;
}

.topic.active{
    background: #878484;
    color: white;
}

.cardsCount {
  margin-top: 25px;
}

.cardsCount span{
  font-size:20px;
}

