#logo-container {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #FFF;
    background-color: #AFAFAF;
    border-color: #AFAFAF;

}
.pagination > li > a, .pagination > li > span {
    color: #0f0f0f;
}

.element-title, .element-title a, .element-title a:hover, .element-title a:visited {
    text-indent: 10px;
}

a.recentlink {
  color: #020202;
}

body {
  font-size: 18px;
}
h1 {
  font-size: 36px;  
}
h1 a, a:hover {
  text-decoration: none;  
}
span#tagline {
  font-size: 30px;
}
.post-header a, .post-header a:hover, .post-header a:visited {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
}
.post-home .post-inner {
  background-color: #F6F6F6;
  padding: 0px 10px 0px 10px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.home-intro-block {
  background-color: #F6F6F6;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.recentinner {
  border-bottom: 1px solid #EFEFEF;
}

.footerRow,
.footerRow .ult_social,
.horizontal-menu  {
  text-align:center !important;
}
.ult_social a {
  margin: 0px 10px;
}
.horizontal-menu {
  width: 100%;
  background-color: #134176;
  padding-top: 5px;
  padding-bottom: 5px;
}
.horizontal-menu ul li {
  float: none !important;
  display: inline;
  padding: 0 15px 0 15px;
}

.ddsmoothmenuh{
  background-color: #2C84C3;
}

.slicknav_menu {
    background-color: #2D85C4;
}


span.fa {
    width: 29px;
    text-align: center;
}
.fp {
  font-size: 14px;
}


.cd_address:before, .cd_web:before, .cd_phone:before, .cd_email:before {
  font-family: "FontAwesome";
  display: inline-block;
  width: 37px;
  text-align: center;
  height: 24px;
  float: left;
  clear: left;
}

.cd_address:before {
  content: "\f041";
}
.cd_phone:before {
  content: "\f095";
}
.cd_web:before {
  content: "\f015";
}

.cd_email:before {
  content: "\f0e0";
}