/**
 * Based theme for wimutti.org
 */


.archive-page-list-posts-as-archive .each-post {
    margin-bottom: 20px;
}
.archive-page-list-posts-as-archive .each-post .entry-title {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.archive-page-list-posts-as-archive .list-posts {
    column-count: 1;
    column-gap: 20px;
}
@media (min-width: 768px) {
    .archive-page-list-posts-as-archive .list-posts {
        column-count: 2;
    }
}
.archive-page-list-posts-as-archive p,
.archive-page-list-posts-as-archive .list-posts .each-post p,
.archive-page-list-posts-as-archive .list-posts .each-post .entry-title {
    line-height: 2.7rem;
}


.archive-page-list-posts-as-index .each-post {
    border-bottom: 1px dotted #eee;
    margin: 0;
    padding: 20px 10px;
}
.archive-page-list-posts-as-index .each-post.category-index-separator .entry-title {
    font-weight: 700;
}
.archive-page-list-posts-as-index .each-post.last-post-loop {
    margin-bottom: 20px;
}
.archive-page-list-posts-as-index .each-post .entry-title {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
}


.archive-page-list-posts-as-media-box .list-posts {
    column-width: 18em;
    column-gap: 1em;
}
.archive-page-list-posts-as-media-box .list-posts .each-post {
    border: 1px solid #eee;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
    padding: .25rem;
    transition: background-color .2s;
    width: 100%;
}
.archive-page-list-posts-as-media-box .list-posts .each-post:hover {
    background-color: #ad8d00;
    transition: background-color .4s;
}
.archive-page-list-posts-as-media-box .list-posts .each-post:hover a {
    color: #fff;
    transition: color .4s;
}
.archive-page-list-posts-as-media-box .list-posts .each-post a:hover {
    text-decoration: none;
}
.archive-page-list-posts-as-media-box .list-posts .each-post .icon-video-container {
    position: relative;
}
.archive-page-list-posts-as-media-box .list-posts .each-post .thumbnail-wrapper {
    display: block;
    padding: 5px;
    position: relative;
}
.archive-page-list-posts-as-media-box .list-posts .each-post .thumbnail-wrapper .the-icon {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.4);
    font-size: 2rem;
    height: 4rem;
    left: 50%;
    padding: 1rem;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4rem;
}
.archive-page-list-posts-as-media-box .list-posts .each-post:active .thumbnail-wrapper .the-icon,
.archive-page-list-posts-as-media-box .list-posts .each-post:focus .thumbnail-wrapper .the-icon,
.archive-page-list-posts-as-media-box .list-posts .each-post:hover .thumbnail-wrapper .the-icon {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.archive-page-list-posts-as-media-box .list-posts .each-post .entry-title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.7rem;
    margin-bottom: 0;
    text-align: center;
}
.archive-page-list-posts-as-media-box .list-posts .each-post .entry-title a {
    display: block;
    padding: 5px;
    transition: color .2s;
}


.categories-icon,
.tags-icon {
    cursor: default;
}


.error-404 .entry-content .widget {
    margin-bottom: 20px;
}
.error-404 .entry-content .widgettitle {
    font-size: 3rem;
    margin-top: 0;
}


.flex-video,
.wp-audio-shortcode {
    margin-bottom: 20px;
}


.home-list-posts {
    font-size: 1.62rem;
}
.home-list-posts ul {
    margin: 0 0 20px;
    padding-left: 20px;
    text-align: left;
}
.home-list-posts ul:after {
    clear: both;
    content: '';
    display: table;
}
.home-list-posts ul li,
.home-list-posts ul li.read-more {
    display: inline;
    float: left;
    margin: 5px 0;
    width: 100%;
}
.home-list-posts ul li.read-more a {
    color: #bc9e23;
}
@media (min-width: 768px) and (max-width: 1279px) {
    .home-list-posts ul li {
        width: 50%;
    }
}
@media (min-width: 1280px) {
    .home-list-posts ul li {
        width: 33.33%;
    }
}
.home-list-posts .category-title {
    color: #ad8d00;
    text-decoration: underline;
    margin-top: 0;
    text-align: center;
}
.home-list-posts .category-title a {
    color: inherit;
}
.home-list-posts .icon-read-more {
    color: #bc9e23;
    font-size: 2rem;
}


.main-column {
    margin-top: 15px;
}
.main-column .entry-title {
    margin-top: 0;
}


.page-content {
    position: relative;
}


.pagination > .pagination-pages-text > a {
    cursor: default;
    color: #333;
}
.pagination > .pagination-pages-text > a:active,
.pagination > .pagination-pages-text > a:focus,
.pagination > .pagination-pages-text > a:hover {
    background-color: transparent;
}


.row-with-vspace {
	margin-bottom: 20px;
}


.sidebar .widget {
    line-height: 2.3rem;
    margin-bottom: 20px;
}
.sidebar .widget ul {
    padding-left: 20px;
}
.sidebar .widget .widget-title {
    font-size: 1.1em;
    margin: 0 0 10px;
}


.page .pagination,
.single .pagination {
    margin-bottom: 20px;
}


.archive .page-title,
.error-404 .page-title,
.page .page-title,
.search .page-title,
.single .page-title {
    color: #ad8d00;
}


.site-footer {
    border-top: 9px solid #eee;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 0;
}


.widget_wimutti_member_widget ul {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_wimutti_member_widget ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0;
}
.widget_wimutti_member_widget ul li::before {
    content: ' | ';
}
.widget_wimutti_member_widget ul li:first-child {
    margin-left: 0;
}
.widget_wimutti_member_widget ul li:first-child::before {
    content: '';
}


.youtube-playlist-tracks {
    margin-bottom: 20px;
}