/**
 * Construkt
 *
 * Social Media SIDEBAR Component/Module Styling
 *
 */

.hover-button-icon {
    position: fixed;
    z-index: 8090;
    border-radius: 60px;
}
 
.whatsapp-desktop {
    height: 90px;
    width: 90px;
    right: 2%;
    bottom: 4%;
}

 .whatsapp-desktop,
 .whatsapp-desktop>img {
   cursor: pointer !important;
 }
 .icon-bar a {
   display: block;
   background-color: #ffffff;
   color: #1c1c1c;
   font-size: 20px;
   line-height: 50px;
   text-align: center;
 }
 
 .icon-bar.active {
   height: auto;
   opacity: 1;
 }
 
 .whatsapp-desktop:hover>img {
   filter: invert(1);
 }
 
 .icon-bar.active a:hover {
   background-color: #cfb180;
   color: #ffffff;
 }
 .whatsapp-mobile {
    display: none;
    }
 @media only screen and (max-width: 1440px) {
    }   
 @media only screen and (max-width: 1366px) {

    }   
 @media only screen and (max-width: 1024px) {
    .whatsapp-desktop {
        display: none;
        width: 60px;
        height: 60px;
    }

  }
 @media only screen and (max-width: 768px) {
   .whatsapp-desktop {
     display:none;
     width: 60px;
     height: 60px;
   }
    .whatsapp-mobile {
        display: block;
        right: 5%;
        bottom: 8%;
    }
 
   .page-social-icon,
   .icon-bar.active {
     line-height: 60px;
   }
 
   .icon-bar a {
     font-size: 14px!important;
     line-height: 30px;
     padding: 0;
   }
 }
 
  @media only screen and (max-width: 576px) {
   .page-social-icon,
   .icon-bar.active {
     line-height: 60px;
   }
 
   .icon-bar a {
     font-size: 14px!important;
     line-height: 30px;
     padding: 0;
   }
 
 }
 