/*
Theme Name: divi-child
Theme URI: public_html/wp-content/themes/divi-child
Template: Divi
Author: Art Davis
Author URI: http://sagitarra.com
Description: A child theme for modifying the Divi theme - including new styling and animation
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns,
 left-sidebar, right-sidebar, custom-background, custom-colors, featured-images,
  full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments,
   translation-ready, divi-child
Text Domain: divi-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.groovybutton{
    background-color: #ffda54;
    background-image: -webkit-linear-gradient(#ffda54 0% ,#fdc841 50%,#fbb128 100%);
    background-image: linear-gradient(#ffda54 0%,#fdc841 50%,#fbb128 100%);
    box-shadow: 0px 1px 0px #ffe861 inset;
    border: 1px solid #fbb128;
    border-radius:7px;
    color: #fff !important;
    text-decoration: none!important;
    padding:18px ;
    display:inline-block;
}
.contactbutton {
  position: fixed;
  right: 1px;
  top: 200px;
  z-index:9999;
}

