@charset "UTF-8";



/* ARTICLE TAGS */

.article-tag a {
	line-height: 1.54em;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-family: Montserrat,sans-serif;
	color: #000;
	margin: 0 8px 11px 0;
	padding: 12px 23px;
	font-size: 11px !important;
	display: inline-block;
	transition: all .3s ease;
} 
.article-tag a:hover {
	color: #fff;
	text-decoration: none;
}

/* ATTACHMENT LIST */

#attachment-list {
	display: flex;
}

#attachment-list a {
	width: 60px;
	margin-righ: 5px;
}

#attachment-list a:hover {
	text-decoration: none;
}

#attachment-list a i {
	color: var(--yellow);
}

#attachment-list a p {
	color: var(--black);
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 10px;
	margin-top: 5px;
}

/* XS */
@media only screen and (min-width : 0px) {
	
	#article-list,
	#article {
		margin-top: 51px;
	}
}

/* SM (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	
}

/* MD (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* LG (desktops, 992px and up) */
@media (min-width: 992px) {
	
	#article-list,
	#article {
		margin-top: 0;
	}
}

/* XL (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}