/*a {
    font-weight: bold;
}*/
a {
    text-decoration: none;
    color: #CE434A;
}
.logo-group .logo-group-item {
	width: 33.3333333333333%;
  	padding: 40px;
  	height: 185px;
}

.logo-group .logo-group-item img {
   	opacity: 1; 
}

footer.site-footer .copyrights {
  	margin-top: 30px;
}

.site-header nav.blocked > ul > li > .wrapper > a {
  text-decoration: none;
}

.site-header nav.blocked > ul > li ul > li > a {
    text-decoration: none;
    text-transform: none; 
} 

.site-header nav.blocked > ul > li ul{
	-webkit-animation-duration: 0.3s;
	-moz-animation-duration: 0.3s;
	-o-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

.widget0 {
  margin-top: 20px;
}

.service-3 > .inner {
  padding: 30px 20px;
}


.nice-table tr td:first-child {
    color: #888;
    font-size: 12px
}
.nice-table td {
  vertical-align: top;
  padding: 5px;
}

.comment-form {
  background-color: #fff;
  border: 1px solid #ccc;
}

.errorlist{
    padding-left: 0;
    color: red;
    font-size: 12px;
    margin: 0;
  	list-style-type: none;
}

.body-bg-image {
    background-image: url(../img/bg-patterns/pat03.png);
    /*background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;*/
}

.bg-img-15 {
  background-image: url(../img/bg-images/15.jpg);
  /*background-image: url(http://brandghana.org.gh/sites/default/files/backgrounds/background-example-001.jpg);*/
}

#boxed-wrapper .site-header {
  border: 1px solid #ccc;
}

#wrap-all {
  border: 1px solid #ccc;
}

.service-3 .inner img.max{
  max-height: 120px; 
  display: block;
    margin-left: auto;
    margin-right: auto;
}

.label-dark {
    background-color: #373D4B;
}

footer.site-footer .copyrights p a{ color: #ccc; }
footer.site-footer .copyrights p.text-left{ text-align: left; }
footer.site-footer .copyrights p.text-right{ text-align: right; }

.post .content p.title {
    margin-bottom: 0
}
.post .content {margin-top: 0;}

.blog-content h3, h4, h5, h6 {
    text-transform: none; 
}
