/** Material icons */
/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/** search ***/
/** end search ***/
/** newlestter ***/
/** End newlestter ***/
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** search ***/
/** end search ***/
/** newlestter ***/
/** End newlestter ***/
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
.deo-reCaptcha-fixed .grecaptcha-badge {
  z-index: 9999; }

.deo-reCaptcha-inline {
  margin-top: 5px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .deo-reCaptcha-inline.deo-reCaptcha-left {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
  .deo-reCaptcha-inline.deo-reCaptcha-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .deo-reCaptcha-inline.deo-reCaptcha-right {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }

#deo-reCaptcha.deo-reCaptcha-inline {
  margin: 15px 0;
  clear: both; }
  #deo-reCaptcha.deo-reCaptcha-inline .grecaptcha-badge {
    margin-left: auto !important;
    margin-right: auto !important; }
#deo-reCaptcha > .grecaptcha-badge {
  visibility: visible !important; }
  #deo-reCaptcha > .grecaptcha-badge.deo-grecaptcha-inline {
    margin-left: auto !important;
    margin-right: auto !important; }

#deo-reCaptcha-legal {
  font-size: 80%;
  padding: 15px 0;
  clear: both;
  text-align: center; }
  #deo-reCaptcha-legal a {
    color: inherit; }
    #deo-reCaptcha-legal a:hover {
      color: inherit;
      text-decoration: underline; }

.deo-reCaptcha-btn-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65); }

#deo-validation-failed {
  position: fixed;
  bottom: 0;
  left: 5px;
  right: 5px;
  z-index: 1000; }
  @media (min-width: 768px) {
    #deo-validation-failed {
      left: 50%;
      right: auto;
      transform: translateX(-50%); } }
  #deo-validation-failed > div {
    color: #fff;
    background-color: #ff4d4d;
    padding: 0 0 0 1rem;
    margin-bottom: 0.937rem;
    border-radius: 3px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    #deo-validation-failed > div::before {
      content: '';
      width: 24px;
      height: 24px;
      margin-right: 0.5rem;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTEgMTVoMnYyaC0yem0wLThoMnY2aC0yem0uOTktNUM2LjQ3IDIgMiA2LjQ4IDIgMTJzNC40NyAxMCA5Ljk5IDEwQzE3LjUyIDIyIDIyIDE3LjUyIDIyIDEyUzE3LjUyIDIgMTEuOTkgMnpNMTIgMjBjLTQuNDIgMC04LTMuNTgtOC04czMuNTgtOCA4LTggOCAzLjU4IDggOC0zLjU4IDgtOCA4eiIvPjwvc3ZnPg==");
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 24px;
      -moz-flex: 0 0 24px;
      -ms-flex: 0 0 24px;
      flex: 0 0 24px; }
    #deo-validation-failed > div > div {
      padding: 0.75rem 0;
      font-size: 90%; }
    #deo-validation-failed > div > button {
      background-color: transparent;
      border: none;
      outline: none !important;
      color: #fff;
      font-size: 1.625rem;
      padding: 0.75rem 1rem;
      margin-left: auto;
      opacity: 0.5;
      cursor: pointer;
      appearance: none; }
      #deo-validation-failed > div > button:hover {
        opacity: 1; }
      #deo-validation-failed > div > button span {
        position: relative;
        top: -1px; }

/*# sourceMappingURL=antispam.css.map */
