
/* Your custom css codes start here: */
.photo {
    margin-top: 115px;
    /* margin-left: 20px; */
}

#header-phone {
  background-color: #FF0000;
  border-color: #FF0000;
}

#appointment-link > a {
  color: #FF0000;
}

.disclaimer {
  color: rgba(255, 0, 0, 0.67);
  font-style:italic;
  /*font-weight: bold;*/
}

.bg-theme-colored {
  background-color: #222222 !important;
}

#boxCaption {
    max-width: 250px;
    font-style: italic;
}

.practiceAreas {
  font-weight: bold;
}

.details {
  text-align: center !important;
}

.telephoneNumber {
  color: #FF0000 !important;
  margin-right: 18px;
}


.caption {
  max-width: 200px;
  padding-left: 50px !important;
}

#testimonialSub_title, #testimonialPage_title {
  color: #ffffff;
}

.goog-te-gadget {
   text-align: right;
  }

  .col-xs-12 {
    display: flex;
    align-items: center;
    justify-content: center;
  }