a.blog-logo {
    margin-top: 20px;
}
.post-excerpt p {
    display: none;
}
.home a.featured-media img, .archive a.featured-media img {
    padding: 30px 80px;
}
.single .featured-media img {
    height: 300px;
    width: auto;
    margin: 50px auto 0;
}
.home .post-title a, .archive .post-title a {
    font-size: 18px;
    line-height: 100%;
}
.posts .post-title {
    line-height: 110% !important;
}
.home .post-excerpt, .archive .post-excerpt {
    margin-top: 0 !important;
}
.post-content img {
    display: inline !important;
    margin: 0 20px 20px 0;
}
.download-btn a:hover {
    text-decoration: none !important;
    background-color: #41b7a0;
    color: #fff !important;
}
.download-btn a {
    border: 1px solid #41b7a0;
    padding: 12px 29px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 50px !important;
    text-align: center;
    display: block;
}
.post-content h3 {
    font-size: 18px !important;
    margin-bottom: 30px !important;
}
.post-content *:last-child {
    margin-bottom: 10px !important;
}
img.alignleft, .alignleft img, img.aligncenter, .aligncenter img, img.alignright, .alignright img, img.alignnone, .alignnone img {
    padding: 10px !important;
    border: none !important;
    max-width: 180px !important;
}
.post.single .post-title {
    font-size: 30px !important;
}
.blog-logo, .blog-logo img {
    width: 200px;
}
.breadcrumbs {
    padding: 10px;
    background-color: #f9f9f9;
    font-size: 14px;
}
.tag-line {
    padding: 10px;
    text-align: center;
    background-color: #eaeaea;
    font-size: 16px;
}
.content-slider {
    padding: 0;
    max-width: 764px;
    margin: 20px auto;
}
.content-slider-wrapper {
    background-color: #e3e3e3;
    margin-top: 30px;
}
.posts .post-title a {
    color: #999;
    font-weight: normal;
}
.content-footer-ad {
    margin: 40px auto;
}
.side-banners img {
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}