.homepage .top-content {
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px; }
  .homepage .top-content .publish-button {
    background: #c12830;
    line-height: 40px; }
    .homepage .top-content .publish-button a {
      display: block;
      color: #fff; }
  .homepage .top-content .text {
    line-height: 1.5;
    font-size: 0.9rem; }
  .homepage .top-content .e-library {
    font-size: 2.5rem;
    color: #c02830; }
  .homepage .top-content .search-wrapper .text {
    font-size: 0.9rem;
    color: #c5c5c5; }
  .homepage .top-content .search-wrapper input[name="search"],
  .homepage .top-content .search-wrapper .find a {
    height: 40px;
    line-height: 40px; }
  .homepage .top-content .search-wrapper input[name="search"] {
    border: none;
    outline: 0;
    background: #f9f9f9;
    padding: 0 20px; }
  .homepage .top-content .search-wrapper .find {
    background: #ba111a; }
    .homepage .top-content .search-wrapper .find a {
      color: #fff;
      font-size: 1.1rem; }
  .homepage .top-content .dropdown {
    margin-top: 10px;
    display: inline-block; }
    .homepage .top-content .dropdown button {
      background: #fff;
      outline: 0;
      border: none;
      box-shadow: none; }
  .homepage .top-content .records {
    color: #bababa;
    font-size: 1rem; }

.homepage .main-content .section-title {
  font-size: 2rem; }

.homepage .main-content .filter-title ul {
  overflow: hidden; }
  .homepage .main-content .filter-title ul li {
    float: left;
    color: #adadad; }
    .homepage .main-content .filter-title ul li:first-child {
      margin-right: 20px; }

.homepage .main-content .tags-wrapper {
  padding: 20px 10px;
  border: 1px solid #ededed; }
  .homepage .main-content .tags-wrapper .title {
    font-size: 1.7rem;
    color: #cdcdcd; }
  .homepage .main-content .tags-wrapper .items-wrapper {
    text-align: center; }
    .homepage .main-content .tags-wrapper .items-wrapper .item {
      display: inline-block;
      margin: 5px 8px 5px 0;
      border-radius: 5px;
      overflow: hidden; }
      .homepage .main-content .tags-wrapper .items-wrapper .item.active.hidden{
        display:inline-block !important;
        visibility: visible !important;
      }
      .homepage .main-content .tags-wrapper .items-wrapper .item a {
        font-size: 0.9rem;
        display: block;
        background: #b1b1b1;
        padding: 10px 35px;
        color: #fff; }
        .homepage .main-content .tags-wrapper .items-wrapper .item.active a {
          color: white;
          background: #ab4035;
        }
  .homepage .main-content .tags-wrapper .more {
    font-weight: bold;
    padding: 5px;
    margin-right: 20px;
    color: #bfbfbf;
    cursor: pointer; }
    .homepage .main-content .tags-wrapper .more span.caret {
      margin-left: 5px; }

.content {
  padding: 20px 0; }
  .content .item {
    background: #f9f9f9;
    margin-top: 20px; }
    .content .item .title a {
      font-size: 1.5rem;
      font-weight: bold;
      color: #000; }
    .content .item .author a {
      font-size: 1.15rem;
      color: #959595 !important; }
    .content .item .author a::after{
      content:',';
      margin-left: -3px;
    }
    .content .item .author a:last-child::after{
      display: none;
    }
    .content .item .more a {
      font-size: 1.15rem;
      color: #c85c60; }

  .single-page .top-content .left img {
    margin: 0 auto; }

.single-page .top-content .right .title {
  font-size: 2rem; }

.single-page .top-content .right .tag {
  display: inline-block;
  margin: 10px 8px 20px 0;
  border-radius: 5px;
  overflow: hidden; }
  .single-page .top-content .right .tag a {
    font-size: 0.9rem;
    display: block;
    background: #b1b1b1;
    padding: 8px 25px;
    color: #fff; }

.single-page .top-content .right .text {
  text-align: justify;
  line-height: 1.5; }

.single-page .top-content .right .info .section,
.single-page .top-content .right .download
{
  margin-top: 5px;
  font-size: 16px;
}

.single-page .top-content .right .download .link{
  margin-top: 10px;
}

.single-page .top-content .right .download span {
  color: #ba111a;
  cursor: pointer;
}

.single-page .top-content .right .info .section span,
.single-page .top-content .right .info .section div{
  display: inline-block;
}
.single-page .top-content .right .info a{
  color: #ba111a;
}
.single-page .top-content .right .info .section span{
  margin-top: 5px;
  margin-right: 0px;
}

.single-page .top-content .right .info .section span::after{
  content: ',';
  margin-left: -2px;
}

.single-page .top-content .right .info .section span:last-child::after{
  display: none;
}

.single-page .main-content .section-title,
.author .main-content .section-title {
  font-size: 2rem; }

.author .top-content .title {
  font-size: 2rem; }

.author .top-content .text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify; }



/* Override */
.blog .page-content-container,
.archive .page-content-container,
.single .page-content-container {
  background-color: white;
}


.dropdowns {
  overflow: hidden;
  margin: 10px -10px 0;
}

.dropdowns .dropdown {
  float: left;
  margin: 0 10px;
  width: calc(100% / 3 - 20px);
}

.select2.select2-container {
  width: 100% !important;
}

@media screen and (max-width: 768px){
  .homepage .top-content .publish-button{
    margin-top: 20px;
  }

  .container{
    max-width: 93.75%;
  }
}
