section#section_6_bh_270720 h3.post_title{
	font-size: 1.2em;
}
section#section_6_bh_270720 h3.post_title a {
	text-decoration: none;
	color: #000;
}
section#section_6_bh_270720 h3.post_title a:hover {
	color: #B79675;
}
section#section_6_bh_270720 h3.post_title {
    margin: 14px 0 5px 0;
    font-weight: 500;
}
section#section_6_bh_270720 .more_posts {
    text-align: center;
    margin: 30px auto 0;
}
section#section_6_bh_270720 .col-4{
	padding-bottom: 30px;
}
section#section_6_bh_270720 h3.post_title .cat{
	display: inline-block;
	padding: 3px 7px;
	background: #ffa606;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: .8em
}
section#section_6_bh_270720 h3.post_title .cat:hover{
	background: rgb(4 153 159);
	color: #fff
}
section#section_6_bh_270720 .more_posts a {
	text-decoration: none;
	background-color: rgb(203 131 0 / 89%);
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
section#section_6_bh_270720 .more_posts a:hover {
	background-color: rgb(4 153 159);
}
section#section_6_bh_270720 .more_posts a:after { 
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(255,255,255,.4);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
section#section_6_bh_270720 .more_posts a:hover:after{
	width: 101%;
    background-color: transparent;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
section#section_6_bh_270720 .padding_ratio:before {
    content: '';
    display: block;
    padding-bottom: 60%;
}
section#section_6_bh_270720 .col_wrapper{
	display: flex;
	flex-direction: column;
	padding: 5px;
	box-shadow: 0px 0px 4px #decdcd;
	border-radius: 5px;
	overflow: hidden;
	background: #fff
}
section#section_6_bh_270720 .row .col-4:nth-child(2){
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s
}
section#section_6_bh_270720 .row .col-4:nth-child(3){
	-webkit-animation-delay: 0.6s;
	        animation-delay: 0.6s
}
section#section_6_bh_270720 .row .col-4:nth-child(4){
	-webkit-animation-delay: 0.9s;
	        animation-delay: 0.9s
}
section#section_6_bh_270720 .row .col-4:nth-child(5){
	-webkit-animation-delay: 1.2s;
	        animation-delay: 1.2s
}
section#section_6_bh_270720 .row .col-4:nth-child(6){
	-webkit-animation-delay: 1.5s;
	        animation-delay: 1.5s
}