/*
 Theme Name:     Florida Child
 Theme URI:      http://webnus.biz/themes/florida-wp/
 Description:    Florida Child Theme
 Author:         WEBNUS
 Author URI:     http://themeforest.net/user/WEBNUS
 Template:       florida-wp
 Version:        7.1.0
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.post ul, .post ol {margin: 0.5em 2em 1em 2em}

.post ul li, .post ol li {
padding: 0 0 0.5em 0.5em
}

.post ul li {
list-style: disc outside none;
}

.post ol li {
}

.archive-title {
    padding: 50px;
    text-align: center;
}

.post-item-meta p {
    margin: 0;
}

.post-item {
    padding: 20px 0;
}

.meta-item {
    font-weight: 500;
}

.post-item-meta a {
    text-transform: capitalize;
}

.post-item-meta .tag-separator:last-of-type {
    display: none !important;
}
.archive-description {
    max-width: 920px;
    padding: 20px;
    margin: auto;
    clear: both;
}



ul.archives {
    margin: 0;
    padding: 0;
    list-style: decimal;
    display: flex;
    flex-direction: column;


}
ul.archives li {
    display:flex;




}

ul.archives li div {
    flex: 0 0 20%;
    padding: 0 10px;
}
ul.archives li {
    padding: 5px 0 ;
}

.post-list {
    padding: 2em;
    margin: auto;
    clear: both;
}

.item-count {
    padding-right: 20px;
}

ul.archives li div a {
    text-transform: capitalize;
}

ul.archives li:hover {
    background: beige;
}