/**

Theme Name: Avventura Child
Description: Avventura Child
Author: ThemeinProgress.
Author URI: https://www.themeinprogress.com
Version: 1.0.0
Template: avventura
Tags: custom-background, custom-colors, custom-menu, featured-images, post-formats, theme-options
Text Domain: sueva-child
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Avventura Child WordPress Theme is child theme of Avventura WordPress Theme, Copyright 2022 ThemeinProgress.com
Avventura WordPress Theme is distributed under the terms of the GNU GPL

*/

/* ===============================================
   Changelog
   =============================================== */
   
.archives_container span.archive_year {
	display:block;
    cursor: pointer;
    background: none;
    padding: 15px 30px 15px 15px;
    font-size: 17px;
    line-height: 1.4em;
    margin:25px 0 0 0;
    color: #333;
    position: relative;
    font-weight: 400;
    border: solid 1px #ddd !important;
}

.archives_container span.archive_year strong {
	margin-right:5px
}

.archives_details {
    display: none;
    font-size: 17px;
    line-height: 1.4em;
    padding: 25px;
    border: solid 1px #ddd;
	border-top:none !important;
}

.archives_details ul {
	margin:0;
	list-style:none
}

.commentlist .children li {
    margin-left: 0px;
}

.post-article a, .post-article a:hover {
	text-decoration:underline;
}