/*
Theme Name: proweb
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.list-post1 .box-text {
    background-image: linear-gradient(to top, #000, transparent);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
}
.list-post1 {
    padding-bottom: 0;
}
.title-bottom {
    border-bottom: 2px dashed;
    margin-bottom: 20px;
}
.box-blog-post .is-divider {
    display: none;
}
.list-post-ngang img {
    border-radius: 10px;
}
.list-post-ngang .post-item .box-text {
    padding-bottom: 10px;
    padding-right: 0;
    padding-left: 12px;
}
.no-bottom {
    padding-bottom: 0 !important;
}
.dark .has-shadow .box:not(.box-overlay):not(.box-shade), .dark .has-shadow.box:not(.box-overlay):not(.box-shade) {
    background-color: #000;
}

.post-cachchup img {
    border-radius: 15px;
}
.article-inner {
    background: #fff;
    border-radius: 15px;
}
.entry-image img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}
.entry-image:before {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    background: #ffffff;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255 / 0%) 100%, rgb(255 255 255) 100%);
}
.entry-header-text-bottom {
    padding-bottom: 0;
    padding: 0 30px;
    margin-top: -13px;
    z-index: 999;
}
.is-divider {
    display: none !important;
}
.entry-content.single-page {
    padding: 20px 30px !important;
}
.wp-caption .wp-caption-text {
    background: transparent;
    font-size: .9em;
    font-style: italic;
    padding: .4em;
}
.post-sidebar #secondary {
    background: #fff;
    border-radius: 15px;
    padding: 20px !important;
}
.post-sidebar {
    padding-left: 0 !important;
}
.post-sidebar .col.post-item,.post-sidebar  .col.post-item.has-post-icon {
    padding-bottom: 20px !important;
}
.post-title a {
    font-size: 15px;
}
.category .box-blog-post img {
    border-radius: 15px;
}
.relatedcat {
    background: #fff;
    padding: 20px !important;
    border-radius: 15px;
}
.related-title a {
    font-size: 15px;
}
.feature .image {
    border-radius: 15px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.post-sidebar {
    padding-left: 15px !important;
}

}