#masthead {
    background: linear-gradient(90deg, rgb(47 53 44) 0%, rgba(87, 199, 133, 1) 50%, rgb(168 201 149) 100%);
}
.header-button .button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background:#1e7865;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
    border-radius: 10px;
    font-size: 0.95rem;
    border: 1px solid #1e7865;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.3s, transform 0.2s;
    letter-spacing: 0;
    min-width: 140px;
    box-sizing: border-box;
    z-index: 1;
    line-height: 1;
    padding: 8px 16px;
}
.header-button .button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: shine-move 2.2s linear infinite;
    pointer-events: none;
    z-index: 2;
}
@keyframes shine-move{
    0% {
        left: -60%;
    }
    100% {
        left: 120%;
    }
}
#masthead ul.header-nav > li.menu-item > a {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
}
#masthead ul.header-nav > li.menu-item > a:hover {
    color: #000;
}
.imgbr img {
    border-radius: 10px;
    border: solid 5px #1e7865;
}
.section-title-container b {
    background: transparent;
}
.section-title-container span {
    text-transform: capitalize;
}
.content-home {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 5px 15px 0px rgb(67 163 236 / 18%);
}
.section-title-center {
    background: #1d7665;
    padding: 5px;
    border-radius: 5px;
}
.post-item .box {
    background: #fff;
    padding: 5px;
    border: solid 1px #1d7665;
}
.post-item .box-text {
    text-align: left;
    padding: 20px;
}
.box-blog-post .is-divider {
    display: none;
}
.listpost1 .post-title a {
    font-size: 26px;
    margin-bottom: 8px;
}
.listpost1 .from_the_blog_excerpt {
    font-size: 16px;
    color: #777;
}
.listpost2 .post-title a {
    font-size: 18px;
}
footer {
    background: #303a2f;
    padding-top: 20px;
}
.absolute-footer {
    border-top: solid 1px #ffffff;
}
.copyright-footer {
    color: #fff;
}
footer * {
    color: #fff;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
.section-title-normal span {
    color: #ffe80c;
}
#comments {
    display: none;
}
.breadcrumb {
    background: #fff;
    padding: 10px 0;
}
.breadcrumb * {
    color: #000;
}
#comments {
    display: none;
}
h1.entry-title {
    font-size: 36px;
}
.time {
    color: #ff9f00;
    border: solid 1px;
    display: inline-block;
    border-radius: 99px;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 4px 15px;
    font-size: 14px;
}
.entry-content.single-page {
    padding: 20px;
    border-radius: 10px;
    background: #ffffff;
}
.posts-section-title-related {
    font-size: 22px;
    letter-spacing: 0;
    text-align: center;
}
@media (max-width: 549px){
    .listpost1 .post-title a {
        font-size: 22px;
    }
    .listpost1  .post-item {
        padding-bottom: 0;
    }
}