.container{
    
}
.my-footer{
	padding-top: 0px;
	padding-bottom: 7px;
}
.wrap-content{

}
.wrap-content >p.title{
	font-size: 18px;
    color: #0397bc;
    font-weight: bold;
}
.wrap-content >span.date{
	font-size: 14px;
	color: #585858;
}
.wrap-content div.content_post{
	margin-top: 10px;
	height: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.wrap-content{
	background: #efefef;
    padding: 15PX;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.full-height{
	height: auto!important;
}
.full-height-content div.content_post{
	height: auto!important;
}
.more_less_post{
	border: none;
    background: #f65a5b;
    color: #fff;
    border-radius: 10px;
    padding: 0px 12px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}
.more_less_post:visited{
	outline: none;
}

.more_less_post:active{
	outline: none;
}

.more_less_post:focus{
	outline: none;
}
.navbar-toggler{
	padding: 0px!important;
}
.navbar{
	padding: 0rem 1rem
}
.nav-link{
	padding: 5px!important;
}
.menu-footer-link a{
	padding-right: 30px;
}