/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
.header {
  padding: 15px 0px; }

.rounded-photo {
  border: 1px solid #22b5eb;
  display: inline-block;
  border-radius: 50%;
  position: relative; }

.rounded-photo img {
  max-width: 130px;
  max-height: 130px;
  margin: 4px;
  border-radius: 50%; }

.rounded-photo:after {
  width: 7px;
  height: 7px;
  content: '';
  border-radius: 50%;
  background: #22b5eb;
  position: absolute;
  top: 14px;
  right: 19px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }
