
/* Archive
 * -------------------------- */

.tc-layout-archive .tc-layout-archive-buttons {
	display: none;
}

.tc-layout-archive.tc-layout-archive-show-buttons .tc-layout-archive-buttons {
	display: block;
}

.tc-layout-archive .tc-layout-archive-buttons a {
	text-align: center;
	width: 48%;
	box-sizing: border-box;
	margin: 0 1%;
}

.tc-root-rtl .tc-layout-archive .tc-layout-archive-buttons a {
	float: right;
}

.tc-root-ltr .tc-layout-archive .tc-layout-archive-buttons a {
	float: left;
}


.tc-layout-archive .tc-main-controls .tc-field[data-field="tc_archive_active_filters"]  {
	margin: 0 5px;
}

.tc-layout-archive .tc-main-controls .tc-field[data-field="tc_archive_active_filters"] .tc-control-tags {
	width: auto;
}

.tc-layout-archive .tc-main-controls .tc-field[data-field="tc_archive_active_filters"] .tc-control-tags .tc-archive-group-drilldown {
	display: none;
}

.tc-layout-archive[data-layout-view="group"] .tc-main-controls .tc-field[data-field="tc_archive_active_filters"] .tc-control-tags .tc-archive-group-drilldown {
	display: inline-block;
}

