/*hide footer (old)*/
/*.site-info {
display: none;
}*/
h1.site-title {
    font-family: Helvetica, arial, sans-serif;
}
.entry-title {
 font-family: Helvetica, Arial, sans-serif;
 font-style: normal;
 color: #d60404
}
/*Change background of headings */
#primary.content-area {
background:rgba(63, 63, 63, .8);
}
.home #primary.content-area {
background:transparent;
}
/* change color widget*/
.textwidget {
 color: white;
}
.widget-title {
 color: red;
}
/*change opacity menu*/
#masthead {
opacity: 1;
}
/*change font circle*/
.hentry .thumbnail-title {
font-family: Helvetica, sans-serif;
font-size:26px; 
}
/*change comment sign with arrow*/
.comments-link .tail {
 border-top-color: red;
}
/*change color comment butom*/
.comments-link a {
    background: none repeat scroll 0 0 #444444;
    border-radius: 30px;
    color: red;
    display: block;
    float: right;
    height: 30px;
    line-height: 1;
    text-align: center;
    width: 30px;
}
/* disable mobile toggle: add this to your functions.php
function spun_deactivate_menu() {
   wp_dequeue_script( 'spun-toggle' );
}
add_action( 'wp_print_scripts', 'spun_deactivate_menu' );*/

/*remove white box menu*/
#menu-home li {
    background: transparent;
}

/*Change Menu white square*/
.main-navigation li {
	background: transparent;
	display: inline-block;
	margin: 0 0 5px 20px;
	position: relative;
}
/*change menu color*/
.main-navigation a {
	color: white;
	display: block;
	text-decoration: none;
}
/*change menu color mobile*/
nav a,
.menu-toggle {
color: white;
}
/* leave white visited link mobile*/
nav a,
nav a:visited,
.menu-toggle {
 color: white;
}
/*cicle darker and transparent in mobile mode*/
.hentry.no-thumbnail {
   opacity: .4;
}
/* to hide comment:
.entry-meta {
 display: none;
}*/

/*colors circle hover*/
.hentry.no-thumbnail:hover {
 background: #d60404;
}
