/*
 * General
 */
.tool-heading{
  font-size: 2.4rem;
  margin: 0 0 .5em;
}

.tool-text{
  margin: 0 0 1em;
}

/*
 * Issuu
 */
.issuuembed{
  max-width: 100%;
}

/*
 * PicGallery3
 */
.tool-gallery-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tool-gallery-list-item{
  margin: 0 0 10px;
  max-width: 49%;
}

@media screen and (min-width: 520px){

  .tool-gallery-list-item{
    max-width: 32%;
  }

}

/*
 * FileDownload
 */
 .tool-filedownload{
  display: block;
}

.tool-filedownload-list{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tool-filedownload-list-item{
  border-bottom: 1px solid #ddd;
  padding: 1em;
}

.tool-filedownload-list-item:nth-child(2n+1){
  background: #eee;
}

.tool-filedownload-list-item-icon{
  float: left;
  width: 50px;
}

.tool-filedownload-list-item-content{
  display: flex;
  flex-direction: column;
  margin: 0 0 0 70px;
}

.tool-filedownload-list-item-text{
  margin: 0;
}

.tool-filedownload-list-item-filesize{
  order: 2;
}

@media screen and (min-width: 640px){

  .tool-filedownload-list-item-icon{
    width:70px;
  }

  .tool-filedownload-list-item-content{
    display: block;
    margin: 0 0 0 90px;
  }

  .tool-filedownload-list-item-filesize{
    float: right;
    margin: 10px 20px 1em 0;
  }

}

/*
 * Newsletter Widget
 */
.rg-newsletter-subscription {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.rg-newsletter-subscription div.input-field div.input-group input {
    width: 100%;
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
    color: #333;
    transition: border .8s, background .8s, color .8s;
}

.btn-primary {
    background: #87503c;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: none;
    transition: background .2s linear;
}

.btn-primary:hover {
    background: #e5dbd4;
    color: #87503c;
    border-color: #87503c;
}
