/*
 Theme Name:   ANN Child Theme
 Theme URI:    https://ann.axiomthemes.com/
 Description:  ANN Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     ann
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  ann
*/


/* =Theme customization starts here
------------------------------------------------------------ */

/*---------------------------------
## WhatsApp
---------------------------------*/
.hs-spinner-root .hs-container-floating-bar {
    z-index: 9999999 !important;
}
.btn.whatsapp {
  position: fixed;
  /* bottom: 4.4vh; */
  bottom: -36px !important;
  /* left: 4.4vh; */
  left: auto !important;
  right: 4.4vh !important;
  margin-bottom: 70px;
  height: 56px;
  background: rgba(30, 5, 60, 0.25);
  border: none;
  -webkit-box-shadow: 0 2px 4px rgba(25, 19, 49, 0.07);
          box-shadow: 0 2px 4px rgba(25, 19, 49, 0.07);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  padding: 0;
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999999 !important;
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0; }
  @media screen and (max-width: 1024px) {
    .btn.whatsapp {
      bottom: 20px; } }
  @media screen and (max-width: 1024px) {
    .btn.whatsapp {
      left: 20px; } }
  .btn.whatsapp:hover {
    background-color: #6600ff;
    font-size: inherit;
    padding-right: 15px; }
    .btn.whatsapp:hover i.icon {
      background-color: #945fe1;
      margin-right: 10px; }
  .btn.whatsapp i.icon {
    height: 36px;
    width: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #8a4fe4;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 10px 0px 10px 10px;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .btn.whatsapp i.icon:after {
      content: "";
      position: fixed;
      display: block;
      height: 56px;
      width: 56px;
      background: rgba(155, 97, 142, 0.3);
      z-index: -1;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-animation: 3s ease-in-out infinite pulsewawp;
              animation: 3s ease-in-out infinite pulsewawp; }
    .btn.whatsapp i.icon img {
      height: 18px; }
  .btn.whatsapp span {
    height: 26px;
    width: 1px;
    margin: 0px 10px;
    background-color: rgba(25, 19, 49, 0.2); }

.btn.whatsapp i.icon:after {
	background: rgba(88, 0, 219, 0.3) !important;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-animation: 3s ease-in-out infinite pulsewawp;
              animation: 3s ease-in-out infinite pulsewawp;
}


@-webkit-keyframes pulsewawp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  25% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 1; }
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes pulsewawp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  25% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 1; }
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }