/* CSS Document */

/* modern clearfix */
.row .wp-clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* ##### tagcloud ##### */
.row .tagcloud a {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 16px;
  padding:.1rem 1rem 0 1rem;
  margin: 0 0 1.5rem 0;
  font-size: 1.2rem !important;
}
