.paradise-home .site-inner {
    padding-bottom: 10px;
}
.paradise-home .content .widget-title {
    background-color: var(--first-color);
    color: var(--fifth-color);
    padding: 10px;
}
.home-middle .featured-content a,
.home-top .featured-content a {
    position: relative;
}
.content .home-middle .featured-content .entry,
.content .home-top .featured-content .entry {
    border: none;
    float: left;
    max-width: 100%;
}
.home-middle .featured-content .entry {
    width: 360px;
}
.content .home-bottom .featured-content .entry {
    border-bottom: 2px solid var(--border-color);
}
.content .home-bottom .featured-content .entry:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.home-middle .featured-content .entry-content p:last-child,
.home-top .featured-content .entry-content p:last-child {
    margin-bottom: 0;
}
.home-middle .featured-content .entry:nth-of-type(2n + 1) {
    clear: left;
    margin-right: 30px;
}
.home-middle .more-link,
.home-top .more-link,
.home-bottom .more-link {
    background-color: var(--background-color);
    clear: both;
    color: var(--text-color);
    display: block;
    font-size: inherit;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 8px 10px;
    text-align: center;
    float: none;
}
.home-middle .more-link,
.home-top .more-link {
    width: 100%;
}
.home-bottom .more-link {
    width: 150px;
}
.home-middle .more-link:focus,
.home-middle .more-link:hover,
.home-top .more-link:focus,
.home-top .more-link:hover,
.home-bottom .more-link:focus,
.home-bottom .more-link:hover {
    background-color: var(--second-color);
    color: var(--fifth-color);
    text-decoration: none;
}
@media only screen and (max-width: 1180px) {
    .home-middle .featured-content .entry {
        width: 300px;
    }
}
@media only screen and (max-width: 1023px) {
    .home-middle .featured-content .entry {
        width: 48.717948717949%;
    }
    .home-middle .featured-content .entry:nth-of-type(2n + 1) {
        margin-right: 2.5641025641026%;
    }
}
@media only screen and (max-width: 840px) {
    .home-bottom.widget-area {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .home-middle .featured-content .entry {
        margin-right: 0;
        width: 100%;
    }
}