/** Icon Fonts **/

@font-face {
  font-family: 'Social-Login';
  src: url('fonts/Social-Login.eot?2ismmd');
  src: url('fonts/Social-Login.eot?2ismmd#iefix') format('embedded-opentype'), url('fonts/Social-Login.ttf?2ismmd') format('truetype'), url('fonts/Social-Login.woff?2ismmd') format('woff'), url('fonts/Social-Login.svg?2ismmd#Social-Login') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="xoo-sl-icon-"],
[class*=" xoo-sl-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Social-Login' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xoo-sl-icon-error:before {
  content: "\e900";
}

.xoo-sl-icon-check_circle:before {
  content: "\e90a";
}

.xoo-sl-icon-google:before {
  content: "\ea88";
}

.xoo-sl-icon-google-plus:before {
  content: "\ea8b";
}

.xoo-sl-icon-facebook2:before {
  content: "\ea91";
}


/* --- */

.xoo-sl-social-btn {
  z-index: 10;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin: 5px;
  display: table;
}

.xoo-sl-btn-icon {
  margin-right: 7px;
}

.xoo-sl-notice-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  font-size: 20px;
  z-index: 99999999;
}

.xoo-sl-notice {
  padding: 10px 20px;
}

.xoo-sl-notice.xoo-sl-notice-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

span.xoo-sl-notice-icon {
  margin-right: 5px;
}

.xoo-sl-notice.xoo-sl-notice-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

body.wp-core-ui .xoo-sl-btns-container {
  position: relative;
  margin-bottom: 15px;
}

form#loginform {
  position: relative;
}

span.xoo-sl-loginvia {
  display: block;
  text-align: center;
  color: #777;
}

.xoo-sl-loginvia {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  font-weight: 600;
}

.xoo-sl-loginvia span:before {
  content: " ";
  border-bottom: 1px solid #000;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 10px;
  z-index: -1;
}

.xoo-sl-loginvia span {
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
}

.xoo-sl-container {
  margin-top: 15px;
}

.xoo-el-form-container .xoo-sl-container {
    margin-right: 20px;
}