@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
  font-family: 'proxima-nova-semibold-webfont';
  src: url('../fonts/proxima-nova-semibold-webfont.eot');
  src: url('../fonts/proxima-nova-semibold-webfont.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/proxima-nova-semibold-webfont.woff') format('woff'), 
       url('../fonts/proxima-nova-semibold-webfont.ttf') format('truetype'), 
       url('../fonts/proxima-nova-semibold-webfont.svg#proxima-nova-semibold-webfont') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-heart:before {
  content: "\e005";
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
  min-height: 204px;
}

.form-control{
  padding: 12px 10px;
  border-radius: 0px;
  height: auto;
  box-shadow: none !important;
}
.form-control:focus{
  border-color: #666;
  box-shadow: 
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.pull-left {
  float: left !important;
}

h4 small, h2 small
{
  color: #999;
  font-family: 'League Gothic';
  font-size:26px;
  font-weight:normal;
}
h4.media-heading{
 font-family: 'League Gothic';
 font-size:30px;
  font-weight:normal;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 80%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-tags{  background: #000;}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.btn {
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.btn-brown{
  border-radius: 0px;
  background: transparent;
  color: #fff;
  background: #000000;
  border-color: #000000;
  font-weight: bold;
  transition:all 0.3s;
}
.btn-brown:hover{
  background: #000000;
  border-color: #5E0A0B;
  color: #fff;

}
.btn:hover {
  box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
}

.blog-section .update-box .update-date{
	/*min-width: 50px;*/
	width: 13%;
	height: 120px;
	/*padding: 1%;*/
	float: left;
	background: #1bc2d2;
	color: #fff;
	font-weight: bold;
	line-height: normal;
}
.blog-section .update-box .update-date p.date{
	font-size: 25px;
	margin-top: 10px;
}
.blog-section .update-box .update-date p{
	margin: 10px;
}
.blog-section .update-box .update-content{
	color: #fff;
	height: 120px;
	float: left;
	width: 79%;
	/*padding: 10px 3%;*/
	background: #1f394e;
	font-size: 90%;
}
.blog-section .update-box .update-content p{
	margin: 10px;
}
.blog-section .update-box .update-content h3{
	margin: 10px; 
	color: #1BC2D2;
}
.blog-section .update-box .update-image{
	height: 120px;
	float: left;
	width: auto;
}
.blog-section .update-box .update-image img{
	height: 120px;
	width: auto;
}
.blog-section .blog-posts .update-box{
	margin: 4.2% 1%;
}




.blog-section .update-box-large{
	height: 120px;
	display: block;
	margin: 35px 0px;
}

.blog-section .update-box-large .update-date{
	/*min-width: 50px;*/
	width: 75px;
	height: 120px;
	/*padding: 1%;*/
	float: left;
	background: #1bc2d2;
	color: #fff;
	font-weight: bold;
	line-height: normal;
}
.blog-section .update-box-large .update-date p.date{
	font-size: 25px;
	margin-top: 10px;
}
.blog-section .update-box-large .update-date p{
	margin: 10px;
}
.blog-section .update-box-large .update-content{
	color: #fff;
	height: 120px;
	float: left;
	width: 60%;
	/*padding: 10px 3%;*/
	background: rgba(15,35,74,0.9);
	transition: all 0.5s;
	font-size: 90%;
}
.blog-section .update-box-large:hover .update-content{
	background: rgba(15,35,74,1);

}
.blog-section .update-box-large .update-content.large-content{
	color: #000;
	height: auto;
	float: left;
	width: 60%;
	/*padding: 10px 3%;*/
	background: #fff;
	font-size: 90%;
}
.blog-section .update-box-large .update-content.large-content h1{
	margin: 10px 15px;
}
.blog-section .update-box-large .update-content.large-content img{
	width: 96%;
	height: auto;
	margin: 10px 15px;
}
.blog-section .update-box-large .update-content h3{
	margin: 10px 15px; 
	color: #1BC2D2;
}
.blog-section .update-box-large .update-content p{
	margin: 15px;
}

.blog-section .update-box-large .update-image{
	height: 120px;
	float: left;
	width: auto;
}
.blog-section .update-box-large .update-image img{
	height: 120px;
	width: auto;
}
.blog-section .blog-posts .update-box-large{
	margin: 4.2% 1%;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.post-list-box{
	/*width: 	350px;*/
	/*display: 	inline-block;*/
	/*width:90%;*/
	white-space: normal;
	position: relative;
	background: #fff;
	/*margin-right: 20px;*/
	margin-left: 0px;
	/*padding: 10px;	*/
	/*box-shadow: 3px 3px 2px rgba(0,0,0,0.1);*/
	transition: all 0.3s;
	vertical-align: top;
	/*border: 1px solid #dadada;*/
}
.post-list-box:hover{
	/*box-shadow: 3px 3px 10px rgba(0,0,0,0.2);*/
}
.post-list-box a{
	text-decoration: none;
	outline: none;
	border: 0px;
}

.blog-main-section{
	padding-left: 250px;

	position: relative;
	max-width: 100%;
	/*background: #666;*/
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}
.blog-list-section{
	height: 100%;
	padding-top: 120px;
	padding-left: 30px;
}


.fold{
	overflow: hidden;
	position: absolute;
	bottom: -6px;
	left: 1px;
	width: 6px;
	height: 6px;
}
.back-fold{
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 4px solid #666;
	width: 0;
	height: 0;
}
.post-image:before{
  font-size: 0px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
	content: "";
	background: #944C06;
	height: 0px;
	/*z-index: 99999;*/
	top: 0px;
	display: block;
	/*height: 100%;*/
	width: 100%;
	transition: all 0.5s;
	opacity: 0.7;
}

.post-list-footer ul li span{
	margin-right: 5px;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
}

.text-red{  color: #DB1F29;}
.like-part{  margin: 25px 0px;}
.like-part a{  color: #DB1F29;  text-decoration:none;  text-shadow:1px 1px 0px rgba(0,0,0,0.2);  font-weight: bold;}
.writenby{  margin: 20px 0px;}
.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}
.writenby img.img-circle-thumb{width: 100px;  height: 100px;  border-radius: 320px;}

.comments{
  margin: 20px 0px;
}
.comments .comment-box{
  padding: 10px 20px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  background: #f9f9f9;
}
.comment-form{
  margin:0; padding:0;
  margin-top:30px; 
  
}
.comment-form .box{width:45%;float:left;}
.comment-form .leftbox{margin:6%;margin-top:0px;margin-left:0}
.comment-form .rightbox{margin:1%;margin-top:0px;}
.comment-form .leftbox.submitcomment{margin-top:-30px}

section.section-blog{
	background:#f4f4f4;
}

section.section-blog .box-container{
  height:auto;
}

section.section-blog .inner-box-container{
  padding: 0 25px;
}

section.section-blog .inner-box-container .centerText{
	text-align: center;
}

section.section-blog .inner-box-container #bradcrumb {
  font-size: 15px;
  font-family: 'Open Sans';
  margin-bottom: 40px;
  font-weight: bold;
}

section.section-blog .inner-box-container #bradcrumb a{
  color: #000;
}

.blog-post-container{
	width: 100%;
	clear: both;
	/*margin: 0px 5%;*/
}
.blog-post-box {
	width: 71%;
	margin: 0px 0px;
	float:left;
}

.blog-post-sidebar{
	width:29%;
	margin: 0px 0px 20px 0px;
	float:right;
}
.blog-post-sidebar h3{
padding:5px;
	margin:0 15px;
	margin-top:10px;
  border-bottom: 1px solid #eee;
  font-family: 'League Gothic';
  font-weight:normal;
  font-size:42px;
  color:#333;
  text-align: center;
}
.blog-post-sidebar .blog-sidebar{
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
	margin-bottom:25px;
	background: #fff;
}

.blog-post-sidebar .blog-sidebar.blog-banner{
  display: table;
}

.blog-post-sidebar .blog-sidebar.blog-banner #blogBannerImg{
  height: 180px;
  display: table-row;
  width: 100%;
  vertical-align: middle;
}

.blog-post-sidebar .blog-sidebar.blog-banner img{
  width: 100%;
  height: 100%;
  display: block;
}

.blog-post-sidebar .blog-sidebar.blog-banner #blogBannerContent{
  height: 178px;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.blog-post-sidebar .blog-sidebar.blog-banner h2{
  font-size: 28px;
  color: #212121;
  font-family: 'proxima-nova-semibold-webfont';
  padding: 0 20px;
  font-weight: 600;
  text-align: center;
}

.blog-post-sidebar .blog-sidebar.blog-banner a.btn {
  border-radius: 0;
  color: #fff;
  background: #000000;
  border-color: #000000;
  font-weight: bold;
  transition: all 0.3s;
  margin: 0 auto;
  display: block;
  width: 125px
}

.blog-post-sidebar .blog-sidebar.blog-banner a .fa{
  margin-right: 5px;
}

.blog-post-sidebar .side-links.categories{
  text-transform: uppercase;
  font-family: 'League Gothic';
}
.blog-post-sidebar .side-links.categories a{
  font-size: 30px;
  text-shadow:none;
  font-size: 26px;
}
.blog-post-sidebar .side-links{
  list-style: none;
  padding:5px;
  margin:10px 15px 15px 15px;
}
.blog-post-sidebar .side-links li{
  padding: 7px 0px;
}
.blog-post-sidebar .side-links li a{
  font-weight: normal;
  text-shadow:1px 1px 0px rgba(0,0,0,0.2);
  color:#212121; 
}
.blog-post-sidebar .side-links li a:hover, .blog-post-sidebar .side-links li a.active{
  color:#944C06;
}


.blog-post-sidebar .blog-fb-box{
	background:rgba(255,255,255,0.8);
	width:100%;
	list-style-type:none;
	padding-bottom:20px;
}


.blog-post-box .date-box{
	width: 8%;
	background: #1BC2D2;
	padding: 10px 0px; 
	font-weight: bold;
	color: #fff;
	float: left;
}
.blog-post-box .date-box .date{
	font-size:30px; 
	margin: 0px;
}
.blog-post-box .date-box .month{
	font-size:20px; 
	margin: 0px;
}
.blog-post-box .content-box{
	background: rgba(255,255,255,0.9);
	width: 92%;
	padding:2%;
	float: left;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
	color:#333;
	line-height:26px;
}
.blog-post-box .content-box ul{
  margin: 0;
  padding: 0;
}
.blog-post-box .content-box ul > li{
  margin: 0;
  padding: 0 15px 0 15px;
  list-style: none;
  float: left;
  background: url(../images/blog-border.png) no-repeat left center;
}
.blog-post-box .content-box ul > li:first-child{
  background-image: none;
  padding-left: 0;
}
.blog-post-box .content-box ul > li img, .blog-post-box .content-box ul > li span{
  vertical-align: middle;
  font-weight: normal;
  margin-bottom: 0;
}
.blog-post-box .content-box h1{
	text-transform: capitalize;
	margin:30px 0px;
	line-height:50px;
}

.blog-post-box .content-box .blog-tags{
margin-bottom:30px;
}
.blog-post-box .content-box .blog-tags h2, .blog-post-box .content-box .share h2, .blog-post-box .content-box .comments h2{
font-family: 'League Gothic';
  font-size: 38px;
  margin-bottom:20px;
  font-weight:normal;
}
.blog-post-box .content-box span{
	font-weight: normal;
	margin-bottom:20px;
}
.blog-post-box .content-box .featured-img img, .blog-post-box .content-box img{
	max-width: 100%;
	height: auto;
}
.blog-post-box .content-box .like-part img{
	height: 18px;
}
.blog-post-box .content-box .testi-image{
	width: 200px;
	height: 200px;
	margin-right: 20px;
	float: left;
}
.blog-post-box .content-box .testi-image img{
  max-width: 200px;
  max-height: 200px;
}

.blog-post-box .content-box .prevNextLine {
  margin: 0;
  padding: 0 0 30px;
  width: 100%;
  font-weight: bold;
  display: block;
  color: #DB1F29;
}

.blog-post-box .content-box .prevNextLine  a,
.blog-post-box .content-box .prevNextLine  a:hover{
  color: #fff;
  padding: 7px 25px;
  display: block;
}

.blog-post-box .content-box .prevNextLine > .prevLine{
  margin: 0;
  padding: 0;
  width: auto;
  float: left;
  background: #000;
  color: #fff;
  position: relative;
}

.blog-post-box .content-box .prevNextLine > .nextLine{
	margin: 0;
  padding: 0;
  width: auto;
  float: right;
  background: #000;
  color: #fff;
  position: relative;
}

.blog-post-box .content-box .prevNextLine > .prevLine::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.blog-post-box .content-box .prevNextLine > .nextLine::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

.comment-container {
	border-top:1px solid #666;
	padding: 20px 0px;
	margin: 20px 0px;
}
.comment-container form{
	margin: 10px 0px;
	margin-top: 20px;
}
.comment-container form fieldset{
	border:none;
	outline:none;
	clear: both;
	margin: 10px 0px;
}
.comment-container form input[type="text"]{
	width: 60%;
	padding: 5px 5px 5px 10px;
	line-height: 20px;
	border-radius: 5px;
	border:1px solid #dadada;
	font-size: 16px;
}
.comment-container form textarea{
	width: 60%;
	padding: 5px 5px 5px 10px;
	line-height: 20px;
	height: 100px;
	font-size: 16px;
	border-radius: 5px;
	border:1px solid #dadada;
	font-family: 'Open Sans'
}

.blog-sidebar.blog-subscribe{padding-bottom:15px}
.blog-sidebar.blog-subscribe .form-group p{margin:10px 20px;}
.blog-sidebar.blog-subscribe .form-group .form-control{margin:10px 20px;width:87%;}
.blog-sidebar.blog-subscribe .form-group.subscribe-button{margin-right:20px;}

.blog-all-tags{margin:10px 20px;padding-bottom:15px;}
.blog-all-tags a{
color: #944C06;
text-shadow:none;
font-weight:bold;
}
.blog-all-tags a:hover{
  color: #593008;
}
.blog-all-tags a .tag-small{
  font-size: 14px;
}
.blog-all-tags a .tag-normal{
  font-size: 18px;
}
.blog-all-tags a .tag-medium{
  font-size: 24px;
}
.blog-all-tags a .tag-large{
  font-size: 32px;
}

.tips-container *{
  transition: all 0.5s;
}

.tips-container{
  margin: 0px auto;
  margin-bottom: 80px;
}

.tip-box {
  /*display: inline-block;*/
  height: auto;
  margin: 0%;
  /*background: #f9f9f9;*/
  /*background: #fff;*/
  /*float: left;*/
  /*border: 1px solid #eee;*/
  overflow: hidden;
  /*box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);*/
  transition:all 1s;
  margin-top: 10px;
  margin-bottom: 10px;
  /*opacity: 0.8;*/
  width: 25%;
  /*width: 300px;*/
}
.tip-box-inner {
  margin: 15px;
}
.tip-box:hover .tip-image:before {
  opacity: .8;
}
.tip-box:hover .tip-image:after {
  top: 15%;
}
.tip-box:hover{
  /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);*/
}
.tip-box h4{
 font-family: 'League Gothic';
 font-size:34px;
 font-weight:normal;
 padding-bottom: 5px;
 line-height: normal;
 min-height: 80px;
 display: flex;
 align-items: center;
}

.tip-image{
  background: #000;
  /*height: 200px;*/
  overflow: hidden;
  position: relative;
}

.tip-category{
  position: relative;
  top: 15px;
  left: 0px;
  background: #0a0a0a;
  padding: 10px 7px 10px 18px;
  min-width: 150px;
  margin: 0 15px;
  z-index: 1;
  color: #fff;
  text-align: center;
}

/*.tip-category::after{
  position: absolute;
  content: '';
  left: 0px;
  bottom: -7px;
  background: url('../images/cat-shadow.png') no-repeat left bottom;
  width: 7px;
  height: 7px;
  z-index: 1;
}*/

.tip-image img{
  width: 100%;
  /*min-height: 200px;*/
  height: auto;
  transition:all 1s;
}
.tip-box:hover .tip-image img{
  opacity: 1;
}
.tip-image img{
  width: 100%;
  height: auto;
}
.tip-content{
  padding: 8px 15px;
  /*padding-bottom: 10px;*/
  background: #fff;
  text-align: left;
  overflow: hidden;
  font-size: 14px;
}
.tip-content p{
  line-height: 24px;
  margin: 0;
  text-align: justify;
}
.tip-footer{
  background: #fff;
  padding: 0px 15px 15px 15px;
  border-bottom: 2px solid #ddd;
  /*background: #eee;*/
  text-align: left;
}
.tip-footer .btn{
  padding: 5px 10px;
}
.tip-footer a.btn{
  color: #fff;
}
.tip-footer a.btn:hover{
  color: #fff;
  box-shadow: none;
}
.tip-footer-element{
  float: left;
  margin-right:7px; 
  line-height: 35px;
  color: #999;
}
.tip-content a{
  color: #212121;
  text-shadow:none;
  font-weight: normal;
  display: block;
}
.tip-content a:hover{
  color: #DB1F29;
}

.tip-footer a{
  display: inline-block;
  margin-right: 10px;
  font-weight: normal;
  color: #666;
  text-shadow:none;
  font-size: 14px;
}
.tip-footer a:hover{
  color: #944C06;
}
.tips-pagination{
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  width:100%;
}
.tips-pagination a{
  padding:10px 17px;
  display: inline-block;
  color: #212121;
  text-shadow: none;
  font-weight: normal;
}
.tips-pagination a.active,.tips-pagination a.active:hover{
  background: #944C06;
  color: #fff;
}
.tips-pagination a:hover{
  background: #f1f1f1;
}
.tips-pages{
  margin-right: 25px;
}
.like-part{
  margin: 25px 0px;
}

.cmt-label h5{font-size:28px;font-family:'League Gothic';font-weight:normal;}
.comment-box p{margin:0;padding:0;margin-bottom:20px}
.comment-box p.date{margin-top:15px;margin-bottom:0;}

section.blog-section-bg {
  /*color: #fff;*/
  display: inline-block;
  background: #db315e;
  padding: 0px;
  margin: 0px;
  margin-top: -5px;

}
section.blog-section-bg .blog-section {
  width: 100%;
  display: inline-block;
  height: auto;
  border-radius: 0px 80px 0px 0px;
  /*background:#6ece00;*/
  background: #f47d09;
  position: relative;
}
.blog-section .update-box{
  height: auto;
  display: block;
}

.post-list-box{
  background: #fff;
  display: block;
  box-shadow: 5px 5px 0px rgba(0,0,0,0.2) ;
  position: relative;
  margin-bottom: 10px;
}
.post-list-box .cat-label{
  position: absolute;
  background: #C36407;
  color: #fff;
  padding: 5px;
  margin-left: -5px;
  left: 0px;
  top: 10px;
  box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
  z-index: 9;
}
.post-list-box .cat-label p{
  border:1px dashed #6a3706;
  margin: 0px;
  padding: 6px 10px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.2) ;
}
.list-inline{
  list-style: none;
  padding: 0px;
}
.list-inline li{
  display: inline-block;
}
.post-image{
  position: relative;
  z-index: 7;
  display: block;
}
.post-image img{
  margin: 0px;
  margin-bottom: -5px;
}
.post-list-box .post-image:after{
  content: " ";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  top:0px;
  background: rgba(76,39,3,0.8);
  transition:0.3s all;
}
.post-list-box:hover .post-image:after{
  height: 100%;
}
.post-image-link{
  display: block;
}
.post-list-content{
  padding: 5px 10px;
}
.post-list-content h3{
  margin: 0px;
  color: #333;
  text-transform: uppercase;
}
.post-list-footer{
  padding: 5px 10px;
  padding-bottom: 10px;
}
.post-list-footer li{
  margin-right: 15px;
  font-size: 14px;
}
.post-list-footer li p{
  margin: 0px;
  color: #888;
  font-weight: bold;
}
.blog-button{
  margin-right: 15px; 
}