/* Enter Your Custom CSS Here */
body {
  background-image: url("https://adga.ro/wp-content/uploads/2014/12/adga_bg_fcpp.jpg");
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  
  font-size: 14px!important;
}

#bbpress-forums {
    font-family: 'Open Sans', sans-serif;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  border: 1px solid;
}
#bbpress-forums div.bbp-the-content-wrapper input {
  color: #000000!important;
}

#header .logo span {
color: #fae800;
}

.blogpostdate {
display: none;
}

.blogmetadata {
display: none;
}

.social-icons-container .social-icons li img {
width: 42px;
}

.social-icons-container .social-icons .social-icon {
padding: 0px;
}