#primary .byline {
  display: none;
}
#primary .page-header {
  background: none;
  margin-bottom: 10px;
}
#primary .page-header .page-title {
  margin-bottom: 20px;
}
#primary article .entry-summary {
  padding-left: 7px;
}
#primary article .entry-summary p {
  margin-bottom: 1rem;
}
#primary article .entry-summary p a.btn {
  padding: 0;
  font-family: 'source_sans_probold';
  transition: all .3s ease-in;
  border-bottom: 1px solid #fff;
  color: #403b3b;
  border-radius: 0;
}
#primary article .entry-summary p a.btn:hover {
  border-bottom: 1px solid #fccd09;
  color: #fccd09;
}
#primary article .entry-header {
  background: none;
}
#primary article h2.entry-title {
  /* margin-bottom: 0; */
}
#primary article h2.entry-title a {
  font-family: 'source_sans_probold';
  font-size: 25px;
  color: #403b3b;
  background-color: #fff;
  padding: 2px 7px;
  text-decoration: none;
  transition: all .3s ease-in;
}
#primary article h2.entry-title a:hover {
  color: #fccd09;
  background-color: #403b3b;
}
#primary article .entry-header .entry-meta {
  font-size: 12px;
  margin-bottom: 5px;
  padding-left: 7px;
}
#primary article .entry-header .entry-meta a {
  font-size: 12px;
  color: #403b3b;
  font-weight: bolder;
  transition: all .3s ease-in;
  text-decoration: none;
  padding: 0 3px;
  font-family: 'source_sans_probold';
}
#primary article .entry-header .entry-meta a:hover {
  color: #fccd09;
  background-color: #403b3b;
}
#primary article .entry-content {
  padding-left: 7px;
}
#primary article .entry-content p {
  margin-bottom: 1rem;
}
#primary article .entry-content p a.btn {
  padding: 0;
  font-family: 'source_sans_probold';
  transition: all .3s ease-in;
  border-bottom: 1px solid #fff;
  color: #403b3b;
  border-radius: 0;
}
#primary article .entry-content p a.btn:hover {
  border-bottom: 1px solid #fccd09;
  color: #fccd09;
}
#primary .post.type-post.status-publish {
  width: 100%;
}
#primary #comments {
  display: none;
}
#primary .entry-content p a.understrap-read-more-link {
  display: none;
}
#primary article .entry-header .entry-meta {
  display: none;
}

#single-wrapper article .entry-header .entry-meta {
  margin-bottom: 20px;
  padding-left: 0;
}
#single-wrapper article .entry-content {
  width: 100%;
  padding-left: 0;
}
#single-wrapper .return-news {
  text-transform: uppercase;
  font-size: 12px;
  color: #403b3b;
  background-color: #fccd09;
  padding: 5px;
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none;
  transition: all .3s;
}
#single-wrapper .return-news:hover {
  color: #fff;
  background-color: #403b3b;
}
#single-wrapper article .entry-header {
  background: none;
  padding-left: 0;
  text-align: center;
}
#single-wrapper article .entry-header h1 {
  /* margin-bottom: 10px; */
}
#single-wrapper article .entry-header h1:before {
  left: 50%;
  margin-left: -50px;
}
.navigation.post-navigation .nav-previous a, .navigation.post-navigation .nav-next a {
  transition: all .3s ease-in;
}



#right-sidebar aside {
  margin-bottom: 20px
}
#right-sidebar aside h3 {
  font-size: 24px;
}
#right-sidebar aside h3::before {
  background: #fccd09 none repeat scroll 0 0;
}
#right-sidebar aside ul li {
  margin-bottom: 10px;
}
#right-sidebar aside a {
  color: #403b3b;
  font-family: 'source_sans_probold';
  transition: all .3s ease-in;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
#right-sidebar aside a:hover {
  color: #fccd09;
  border-bottom: 1px solid #fccd09;
}
#right-sidebar form .input-group {
  display: block;
}
#right-sidebar form .input-group input[type="text"] {
  border-radius: 0;
}
#right-sidebar form .input-group .input-group-append input[type="submit"] {
  width: auto;
  border-radius: 0;
  margin-top: 5px;
  border: none;
  font-family: "open_sansregular";
  background-color: #403b3b;
  transition: all .3s ease-in;
}
#right-sidebar form .input-group .input-group-append input[type="submit"]:hover {
  background-color: #fccd09;
  color: #403b3b;
}
@media (min-width: 992px) {
  #primary {
    width: 66.66666667%;
    float: left;
  }

  #right-sidebar {
    margin-top: 109px;
    padding-left: 30px;
  }
}