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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
  a.eModal-1 {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: 8px 30px;
  border-radius: 8px;
  background: rgb(64,199,129);
  box-shadow: 0 -3px rgb(53,167,110) inset;
  transition: 0.2s;
} 
a.eModal-1:hover { background: rgb(53, 167, 110); }
a.eModal-1:active {
  background: rgb(33,147,90);
  box-shadow: 0 3px rgb(33,147,90) inset;
}