/**
 * SEEFELD
 *
 * Customized styles to remove unwanted default stylings in SocialWall integration
 *
 * @copyright  2016 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @author     Stefan Oswald <oswald@infomax-it.de>
 * @since      06.10.2016
 * @version    $Id: socialwall.css 1335 2016-10-06 12:18:47Z oswald $
 */
@media screen {
  .bodycopy .theWall-alphaWrapper a[href^="http"]::before {
    content: none !important;
  }
  .bodycopy .theWall-alphaWrapper a[href^="mailto:"]::before,
  .bodycopy .theWall-alphaWrapper a[href^="http"]::before {
    font-family: inherit;
    font-size: inherit;
    position: static;
    transform: none;
  }
  .bodycopy .theWall-alphaWrapper a[href^="mailto:"],
  .bodycopy .theWall-alphaWrapper a[href^="http"] {
    padding: 0 !important;
  }

  .theWall-alphaWrapper button[type="submit"] {
    background-color: inherit;
    border-radius: 0;
    color: inherit;
    display: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    margin: inherit;
    min-height: 0;
    padding: inherit;
    text-transform: inherit;
    transition: none;
    right: 0;
    top: 15px;
  }
  .theWall-alphaWrapper .theWall-sehrchText {
    z-index: 10;
    top: 12px;
  }

  /* social icons */
  #theWall-search .theWall-icon-facebook:before,
  #theWall-search input.theWall-nw-1 + label:before {
    content: '\e884';
    font-family: 'streamchartz';
    position: relative; top: 15px;
    border: 0 none;
  }
  #theWall-search .theWall-icon-twitter:before,
  #theWall-search input.theWall-nw-2 + label:before{
    content: '\e874';
    font-family: 'streamchartz';
    position: relative; top: 15px;
    border: 0 none;
  }
  #theWall-search .theWall-icon-google:before,
  #theWall-search input.theWall-nw-4 + label:before{
    content: '\e876';
    font-family: 'streamchartz';
    position: relative; top: 15px;
    border: 0 none;
  }
  #theWall-search .theWall-icon-pinter:before,
  #theWall-search input.theWall-nw-3 + label:before{
    content: '\e877';
    font-family: 'streamchartz';
    position: relative; top: 15px;
    border: 0 none;
  }
  #theWall-search .theWall-icon-instagram:before,
  #theWall-search input.theWall-nw-5 + label:before {
    content: '\e87b';
    font-family: 'streamchartz';
    position: relative; top: 15px;
    border: 0 none;
  }
  #theWall-search .theWall-icon-youtube:before,
  #theWall-search input.theWall-nw-6 + label:before {
    content: '\e885';
    font-family: 'streamchartz';
    position: relative; top: 15px;
    border: 0 none;
  }
  #theWall-search .theWall-icon-vimeo:before,
  #theWall-search input.theWall-nw-7 + label:before {
    content: '\e871';
    font-family: 'streamchartz';
    position: relative; top: 15px;
    border: 0 none;
  }
  #theWall-search .theWall-icon-tumbl:before,
  #theWall-search input.theWall-nw-8 + label:before {
    content: '\e878';
    font-family: 'streamchartz';
    position: relative; top: 15px;
    border: 0 none;
  }
  #theWall-search .theWall-icon-rss:before,
  #theWall-search input.theWall-nw-9 + label:before {
    content: '\e82b';
    font-family: 'streamchartz';
    position: relative; top: 15px;
    border: 0 none;
  }
  #theWall-search .theWall-icon-flickr:before,
  #theWall-search input.theWall-nw-10 + label:before {
    content: '\e872';
    font-family: 'streamchartz';
    position: relative; top: 15px;
    border: 0 none;
  }
  #theWall-search .theWall-icon-forsquare:before,
  #theWall-search input.theWall-nw-11 + label:before {
    content: '\e883';
    font-family: 'streamchartz';
    position: relative; top: 15px;
    border: 0 none;
  }
  #theWall-search .theWall-icon-pin:before,
  #theWall-search .theWall-geoLocation:before {
    content: '\e828';
    font-family: 'streamchartz';
    position: relative; top: 15px;
    border: 0 none;
  }
  #theWall-search .theWall-icon-cog {
    content: '\e801';
  }
  #theWall-search .theWall-icon-flag:before { content: '\e816'; }

  #theWall-configView input[type=checkbox]:first + label {
    margin-left: 20px;
  }
}