/* Bootstrap Customized - Do not write your CSS here */
.no-padding > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
  margin: 0px auto;
}
.no-padding > div:first-child {
  padding-left: 15px;
}
.no-padding > div:last-child {
  padding-right: 15px;
}
/* Bootstrap Customized End*/

/* iRealOne Social Buttons Style */
.iro-social-buttons {
  color: rgba(255,255,255,1);
  display: block;
  font-size: 15px;
  padding: 10px 0;
  text-align: center;
  line-height: 1.2;
  width: 100%;
}
.iro-social-buttons:hover,
.iro-social-buttons:focus {
  color: rgba(255,255,255,1);
  text-decoration: none;
}
.iro-facebook {
  background-color: rgba(59, 89, 152, 1);
}
.iro-twitter {
  background-color: rgba(85, 172, 238, 1);
}
.iro-viber {
  background-color: rgba(89, 38, 124, 1);
}
.iro-messenger {
  background-color: rgba(0, 132, 255, 1);
}
.iro-whatsapp {
  background-color: rgba(52, 175, 35, 1);
}
