@charset "utf-8";
/* CSS Document */

  #bh-posts {
      font-size: 1.2em !important;
	  color: #505050 !important;
    }

#bh-template-modern .bh-post-single {
    max-width: 100% !important;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
}

.bh-post-content {
	
}

  .bh-post-title {
	  font-weight: bold !important;
	  font-size: 1.2em !important;
    }
  .bh-post-title h1 {
	  font-weight: bold;
	  font-size: 1.2em;
    }
  .bh-post-single a:link {
	  color: #b30e06 !important;
    }
  .bh-post-single a:visited {
	  color: #b30e06 !important;
    }
  .bh-post-single a:hover {
	  color: #b30e06 !important;
    }
  .bh-post-single a:active {
	  color: #b30e06 !important;
    }

 