.blog-photo {
    height: 270px;
    overflow: hidden;
}

.sidebar {
    background: #FFF;
    padding: 20px;
    border-radius: 15px;
}
.blog-text p {
display: -webkit-box;
  -webkit-line-clamp: 3;     
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog .blog-text h4 {
    display: -webkit-box;
  -webkit-line-clamp: 2;     
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* page show post */
.show-post {
    background: #f2f2f2;
}
.show-post .bg-white {
    background: #FFF !important;
    padding: 20px;
}
.show-post h2,
.show-post h3{
    margin-top: 30px;
    font-weight: bold;
}
.show-post h2 strong,
.show-post h3 strong {
    font-weight: bold;
}
.show-post img {
    margin: auto;
    display: block;
}
.list-headlines {
    margin-top: 10px;
    margin-bottom: 30px;
}
.list-headlines ul {
    list-style: disc;
    padding: 20px;
    padding-top: 0px;
}
.list-headlines ul li {
    line-height: 2em;
}
.show-post p {
    line-height: 2em;
}
.show-post .main-img {
    margin-top: 60px;
    display: block;
}
.show-post .carousel {
    direction: ltr;
}
/* Upload file */
.file-upload {
    position: relative;
    border-radius: 10px;
    margin-bottom: 25px;
}
.file-upload .invalid-feedback {
    position: absolute;
}
.file-upload label {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    color: #333;
    z-index: 9999;
    left: 0;
    top:0;
    border: 1px solid #DDD;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

/* page ads */
.page-ads {
    background: #fff;
    padding-top: 30px;
}
.wizard > .content {
    background: #fff;
}
.wizard > .steps {
    display: none
}

.menu-sub button {
    background: none;
    border: none;
    padding-right: 36px !important;
    padding-left: 36px !important;
    font-size: 14px;
}

.pagination li .page-link {
    margin: 0;
    line-height: 2em;
    height: auto;
    width: 50px;
    display: block;
    text-align: center;
    padding: 10px;
}