#colophon.site-footer {
  background: rgba(26,36,46,0.5);
}

#masthead.site-header.mobile-menu {
  background-color: #fff;
  opacity: 0.9;
  border-bottom-width: 4px;
  border-bottom-color: #1c1a1a;
  border-bottom-style: double;
}

#primary {
  background: rgba(26,36,46,0.5);
}

.iw-so-person.iw-so-person-fit.iw-so-person-above {
  background: rgba(26,36,46,0.7);
  padding: 2%;
  border: 1px solid white;
  border-radius: 12px;
  color: white;
}

#secondary.widget-area {
  padding-right: 1%;
  padding-top: 1%;
  margin-top: 1%;
  padding-left: .50em;
}

#secondary h1,
h2,
h3,
h4 {
  color: white;
  text-align: center;
  font-size: 18px;
}

.subscribe {
  color: #fff;
  padding: 1em;
  font-size: small;
  margin: 10px;
  border: 1px solid red;
}

.customsb {
    border: 3px double white;
  border-radius: 8px;
  background: rgba(26,36,46,0.7);
  padding: 6px 6px;
  margin: 8px 0;
}

.customcv {
  border: 3px double white;
  border-radius: 8px;
  background: red;
  padding: 6px 6px;
  margin: 8px 0;
  color:red;
}
.customcv a:hover{
  background: white;
  padding: 6px 6px;
  margin: 8px 0;

}
.home #footer {
  display: none;
}

#contact-list-search .contact-list-main-elements h3 {
  text-align: left;
  color: #cf2929;
  font-size: 16px;
}

#contact-list-search .contact-list-job-title {
  color: #fff;
}

#search-contacts {
  background-color: #1a242e;
  width: 50%;
  height: 3em;
  border-style: double;
  border-width: 3px;
  border-color: #ffffff;
  color: #ffffff;
}

.select_v2 {
  background-color: #1A242E;
  color: #fff;
}

.contact-list-container button.filter-contacts {
  background-color: #1A242E;
  color: #fff;
}

#page.site {
  font-size: 14px;
}

.contact-list-contact-container {
  background-color: #1a242e;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

.contact-list-searchable-elements {
  letter-spacing: 1px;
  font-variant: normal;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #f52929;
}

#contact-list-search ul {
  padding: 2%;
  margin-bottom: .25em;
  background-color: #1A242E;
}

.entry-content h2.contact-list-group-title {
  text-align: left;
}

.contact-list-description p {
  margin-top: -10px;
  padding-top: 0px;
}

.contact-list-container {
   padding: 3%;
}