.blog-big-image{
  width: 100%;
  margin-top: 80px;
  height: 540px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.blog-content{
  background: #fff;
  padding-bottom: 100px;
}
.blog-content p{
  color: #333;
  margin-bottom: 30px;
}
.blog-content p.italic{
  font-style: italic;
}
.blog-content h3{
  font-size: 22px;
  font-weight: normal;
  font-family: "Merriweather";
  line-height: 22px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin: 60px 0 30px;
  letter-spacing: 1px;
}
.blog-content .share-button{
  text-align: center;
  margin-bottom: 5px;
}
.blog-content .share-button a{
  color: #333;
}
.blog-title{
  color: #333;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  margin: 50px 0;
}
.blog-title .date,
.blog-title .label{
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 8px;
}
.blog-title .label{
  padding: 0 0 0 10px;
  border-radius: 0;
  border-left: 1px solid #999;
  margin-left: 5px;
  font-weight: normal;
}

.blog-title a{
  color: #f2b84b;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  margin: 50px 0;
  text-transform: uppercase;
}

.tag_cloud{
  font-size:14px;
  line-height:20px;
  text-transform:uppercase;
}

.gallery a{
  opacity: 1;
  position: relative;
  margin: 15px 0 15px;
  display:block;
}

.gallery a.fancybox > img{
  width: 100%;
}

.gallery a.fancybox span {
  background: rgba(0, 0, 0, 0.95);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.gallery a.fancybox:hover span {
  opacity: 1;
}

.gallery a.fancybox span em {
  border-radius: 50%;
  box-shadow: 0 0 0 2px #f2b84b;
  height: 80px;
  left: 50%;
  top: 50%;
  line-height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  position: absolute;
  text-align: center;
  width: 80px;
}

.gallery a.fancybox span em:before {
  z-index: 10;
  position: relative;
  font-size: 24px;
}

.pages{
  padding:30px 20px;
}

.pagination { 
  width:40px;
  height:40px;
  text-align: center; 
  padding:12px;
  font-size:14px; 
  line-height:14px;
  color:#fff;  
  background:#f2b84b; 
  text-shadow:none;
  margin:3px; 
  float:left;
  cursor:pointer;
  border-radius:50% 50%;
  font-style: normal;
  font-weight: normal !important;
} 
.pagination em{
  font-size:14px; 
  line-height:14px;
  text-align: center; 
  margin:0px auto;
}

.pagination:hover{background:#333; color:#fff;}
.active_pagination{ color:#fff; background:#333; border:none; font-weight:bold;}

@media (max-width: 1280px){
  .blog-big-image{
    height: 420px;
  }
}
@media (max-width: 1199px){
  .blog-title{
    font-size: 36px;
  }
}
@media (max-width: 991px){
  .blog-title{
    font-size: 28px;
  }
}
@media (max-width: 768px){
  .blog-big-image{
    height: 340px;
  }
  .blog-title{
    font-size: 26px;
  }
}
@media (max-width: 767px){
  .blog-big-image{
    height: 200px;
  }
}
@media (max-width: 640px){
  .blog-big-image{
    margin-top: 60px;
  }
}