.post-date{
    background:#f4f4f4;
    padding:22px;
    margin:3px 0;
    display:block;
}

.form-group {
    width: 100%;
}

a.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 10px;
    background-color: #ffffff;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.img-chf img {
    margin-left: 12rem !important;
}
ul.navbar-nav.chf-nav {
    padding-left: 6rem !important;
    font-family: "Noto Sans", sans-serif !important; text-transform: uppercase !important;
}

ul.navbar-nav.navbar-right.chf-nav-right {
    margin-left: 23rem !important;
}

ul.navbar-nav.navbar-right.chf-nav-right li a {
    padding: 11px !important;
}
.post-thumb{
    width:100%;
    height: auto;
}

.post-body{
    text-align: justify;
}

.pagination-links{
    margin:30px 0;
}

.pagination-links strong{
    padding: 8px 13px;
    margin:5px;
    background: #f4f4f4;
    border: 1px #ccc solid;
}

a.pagination-link{
    padding: 8px 13px;
    margin:5px;
    background: #f4f4f4;
    border: 1px #ccc solid;
}

.cat-delete{
    display:inline;
}

a.btn.btn-default.custom-btn {
    background: #17105C;
    color: white;
}

img.post-thumb.custom-img {
    width: 270px;
    height: 247px;
}
/* .custom-img img {
    width: 1110px;
    height: 400px;
} */
.custom-img img {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 991px) {
  nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.img-chf img {
    margin-left: 0rem !important;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.img-chf img {
    width: 100px !IMPORTANT;
    height: 88px !IMPORTANT;
}
ul.navbar-nav.chf-nav {
 padding-left: 0rem !important;
}

ul.navbar-nav.navbar-right.chf-nav-right {
    margin-left: 0rem !important;
}

ul.navbar-nav.navbar-right.chf-nav-right li a {
    padding: 0px !important;
}
img.post-thumb.custom-img {
    width: 100%;
    
}
img {
    width: 100% !important;
}
.custom-img img {
    height: 100%;
}
.form-group {
    width: 100%;
}
img.img-fluid.mx-auto.rounded.mr-space {
    margin-bottom: 30px;
}
}