/* Remove feature images from top of semanario category posts */
.category-semanario .tidymag-post-thumbnail-single{display:none;}

/* Color menu item red with blink */
.red-menu-item a{color:red;animation: blink 1s linear;}

/* Blink animation */
@keyframes blink{
0%{opacity: .2;}
50%{opacity: .6;}
100%{opacity: 1;}
}

/* Remove "Design by" at bottom of page */
div #tidymag-credits{display:none;}

/* Change body color */
html body{
	color: #000000;
}

/* Give list indentation */
html li{
  margin-left: 50px;
}

/* Underline links */
html .entry-content a{
  text-decoration: underline;
}

.taxonomy-description a{
  text-decoration: underline;
  color: blue;
}

/* Change header font */
html h1, html h2, html h3, html h4, html h5, html h6{
	font-family: Oswald,Arial,Helvetica,sans-serif;
	font-weight: normal;
}


/** FORMATACAO DO SEMANARIO **/

.semanario table, .semanario table tr td {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.semanario .columnWrapper:first-child {
  width: 250px;
  padding-right: 20px;
}

.semanario .columnWrapper {
  width: 350px;
}

.semanario .mcnImageCardBottomContent .mcnTextContent {
  text-align: center;
}

.semanario .mcnImageCardBottomContent .mcnTextContent a u {
  text-align: right;
}

.semanario .mcnTextContent strong{
	font-size: 150%;
}