.circle {
  margin: 1em auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000000;
  border: 2px solid #ffffff;
  background-position: center center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  font-size: 14px !important;
  padding: 5px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);  
}



.footer-box.four.columns {
  margin-right: 2px;
}

.sub-footer ul.social_icons {
  margin: 10px 0;
  padding-left: 5px;
}

.sub-footer .social_icons a:active, .sub-footer .social_icons a:hover {
  color: #05ADD1;
}

.sub-footer .social_icons a, .sub-footer .social_icons a:visited {
    color: #ffffff;
}

.sub-footer .social_icons li {
  padding-right:2px;
}

.contact-form input[type="email"]{
  float: left;
  border-radius: 4px 0 0 4px;
  margin: 0 0 20px;
  max-width: 66%;
  height: 43px;
  padding: 12px 8px 12px 12px;
}


.contact-form input.action_button[type="submit"]{
  max-width: 32%;
  padding: 10px 20px;
  border-radius:  0px 4px 4px 0px;
  height: 43px;
  width: auto;
}

.newsletter .contact-form {
    height: 45px;
}
.newsletter > div.callus {
  clear: both;
  display: block;
  font: 14px italic;
  margin-top: 6px;
  position: absolute;
}