/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 17, 2019, 1:48:03 PM
    Author     : rupendra
*/

.list-block {
  border: 1px dashed #e6e6e6;
  padding: 5px;
  margin-bottom: 10px;
  background: #fff;
  font-size: 14px;
  line-height: 22px;
}
.list-block h4 {
  font-size: 18px;
  line-height: 28px;
}
.list-block a {
  display: block;
}

@media(max-width: 767px) {
  .list-block a {
    text-align: center;
  }
  .list-block img {
    margin-bottom: 10px;
  }
}

.list-single h1{
  font-size: 24px;
  line-height: 34px;
}

#attachments {
  font-size: 13px;
}

#attachments a, #paging a {
  font-size: 13px;
  color: #008800;
}

.gallery .card {
  margin-bottom: 1em;
}

.gallery .card-body {
  padding: 2px;
  text-align: center;
}