/*
INDEX
- NAVIGATION
- YEAR
/*-----------------------------------------------------------  NAVIGATION   --------------------*/

#archives .section_navigation a {
	background: var(--gray2);
	border: none;
	color: black;
}

#archives .section_navigation a:hover { background: var( --color_p); color: white; }

 #archives .section_navigation a.selected {background: var( --color_p);color: white;}

/*-----------------------------------------------------------  MONTH   -------------------------*/
@media screen and (min-width:645px) { 
	.month {
		margin: 0 15px 15px 0;
		float: left;
	}
}

@media screen and (max-width:644px) { .month { margin: 15px auto; } }

#archives .fx_4 {
	text-align: center;
    float: left;
}

#archives ul li::before {
    color: var(--color_a);
}

#archives .fx_4 h3 {
	background: var(--color_p);
	text-align: center;
	font-weight: normal;
	padding: 0px 10px;
	overflow: hidden;
	color: white;
	font-size: 16px;
	margin: 0;
	line-height: 36px;
}

#archives .fx_4 a {
	color: #6f6f6f !important;
    display: block;
    list-style: none;
    position: relative;
    margin: 0;
    font-size: 16px;
    border-bottom: dashed 1px #e0e0e0;
    padding: 5px;
}

#archives .fx_4 a:hover {
	border-color: var(--color_p);
	color: var(--color_p) !important;
}

#archives .fx_4 ul li::before {
	content: none;
}

#archives .fx_4 ul li {
	list-style: none;
    background: none !important;
	padding: 0;
    margin: 0 !important;
}

#archives .fx_4 ul {
	margin-left: 0;
}

