.caption-title {
    text-transform: none !important;
}
.site-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: none;
    white-space: nowrap;
    margin-bottom: 0;
}
a {
    color: #1ECF6B;
    text-decoration: none;
}
.main-navigation > ul > li.current a {
    color: #1ECF6B;
}
.main-navigation li:hover > a {
    color: #1ECF6B;
}
#masthead {
    width: 100%;
    z-index: 99999;
    background: #FFF;
    padding: 24px 0;
    border-bottom: 3px solid #1ECF6B;
    position: relative;
}
.blog-list .blog-excerpt span {
    background: #1ECF6B;
    color: #FFF;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 10px;
    padding: 8px 15px;
    font-size: 14px;
}
.blog-list .blog-excerpt .posted-date {
    font-size: 13px;
    margin-bottom: 15px;
    color: #666;
    text-align: right;
}
.blog-list .blog-excerpt {
    padding: 0 20px 60px;
    border-bottom: 3px solid #1ECF6B;
    position: relative;
}
.caption-description a {
    color: #1ECF6B !important;
    font-style: oblique !important;
    font-weight: bold;
}
.more-link {
    text-transform: uppercase;
    background-color: #000;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    padding: 10px;
}
#go-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    height: 50px;
    width: 50px;
    background: #1ECF6B;
    text-align: center;
    line-height: 50px;
    z-index: 9999;
}
.posted-on {
    position: absolute;
    left: 20px;
    top: -14px;
    background: #1ECF6B;
    width: 60px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    padding: 10px;
    line-height: 1.2;
    text-transform: uppercase;
}
.posted-on::before {
    border-color: transparent transparent #1ECF6B #1ECF6B;
    border-style: solid;
    border-width: 7px 5px;
    top: 0;
    content: "";
    height: 0;
    right: -10px;
    position: absolute;
    width: 0;
    z-index: -1;
}
.service-list .service-image {
    width: 50%;
    height: auto;
    text-align: center;
}
/*.service-list .service-detail {
    width: 460px;
    display: none;
}*/
.service-list h3 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 700;
    display: none;
}

.btn-wrap {
    text-align: center;
    margin-top: 70px;
    display: none;
}
.site-info {
    float: right;
    display: none;
}
.wp-svg-arrow-up-right-2.arrow-up-right-2 {
    color: #ccc;
}
.wp-svg-arrow-up-right-2.arrow-up-right-2:hover {
    color: #fff;
}
.entry-footer {
    display: none;
}

