/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  line-height: 42px;
  color: #222222;
  font-size: 25px;
  text-align: center;
  position: relative;
  margin: 4px;
  overflow: visible;
  -webkit-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
