/*
Theme Name: Avada Child
Theme URI: http://avada.theme-fusion.com/
Template: Avada
Author: ThemeFusion
Author URI: http://themeforest.net/user/ThemeFusion
Description: The #1 selling theme of all time that allows you to build virtually any design style.
Version: 5.0.6.1503102710
Updated: 2017-08-19 00:31:50

*/

/* Admin bar CSS fix */

#wp-admin-bar-fb-edit .ab-item::before {
  font-family: icomoon !important;
}

/* Cookie bar */

#eu-cookie-bar {
  display: none;
  direction: ltr;
  color: #ffffff;
  min-height: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  padding: 3px 20px 2px;
  background-color: #F44336;
  text-align: center;
  font-size: 12px;
}

#eu-cookie-bar a {
  color: #ffffff;
  text-decoration: underline;
}

button#euCookieAcceptWP {
  margin: 0 10px;
  line-height: 20px;
  background: #D9F6FA;
  border: none;
  color: #607D8B;
  padding: 2px 12px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}