/*
Theme Name: Artemis Pest (Flatsome Child)
Description: CSS to support the floating whatsapp button (only used on mobile)
 * Used in conjuntion with UXBlock 'WhatsApp - Floating' and open-whatsapp.js 
Author: Gareth
Template: flatsome
Version: 1.9
*/


/* Required for UX WhatsApp-Fixed */
.whatsapp-div {
    position: relative;
    height: 45px;
    line-height: 45px;
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
    background-color: #25D366;
    text-align: center;
    border-radius: 15px;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.5);
  }


#whatsapp-overlay {
    position: fixed;
    bottom: 15px;
    height: 45px;
    line-height: 45px;
    width: 65vw;
    max-width: 260px;
    /*left: 17vw;*/
    left: 50%;
    transform: translateX(-50%);
    background-color: #25D366;
    text-align: center;
    border-radius: 15px;
    display: none;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.5);
  }

  .whatsapp-button {
    display: block;
  }

.whatsapp-button p {
    color: white;
    font-size: 1.1em;
    font-weight: 600;
  }

  .whatsapp-button img {
    height: 30px;
    width: 30px;
    margin-right: 10px;
  }
