/**
 *
 * Social Media SIDEBAR Component/Module Styling
 *
 */

 .hover-button-icon {
    position: fixed;
    text-align: center;
    z-index: 8090;
    border-radius: 60px;
}

.hover-button-icon {
    /* background-color: #4dc95b; */
    line-height: 90px;
}

.hover-button-icon-bottom-right {
    right: 2%;
    bottom: 2%;
}

.hover-button-icon-bottom-left {
    left: 2%;
    bottom: 2%;
}

.hover-button-icon img.img-fluid.button-icon {
    width: auto;
}

h3.cta-contact {
    font-size: 14px;
    color: #06255b;
}

.hover-button-icon,
.hover-button-icon>img {
   cursor: pointer !important;
}

.hover-button-icon:hover>img {
    filter: invert(1);
}

.hover-button-icon-mobile {
    display: none;
}

 @media only screen and (max-width: 1440px) {
    img.img-fluid.button-icon {
        width: 260px;
    }
}
 @media only screen and (max-width: 1366px) {
    img.img-fluid.button-icon {
        width: 220px;
    }
}
 @media only screen and (max-width: 1024px) {
    .hover-button-icon {
        display: none;
    }

    .hover-button-icon-mobile {
        display: block;
    }

    img.img-fluid.button-icon {
        width: 150px !important;
    }
}
@media only screen and (max-width: 768px) {
    .hover-button-icon {
        display:none;
    }
    .hover-button-icon {
        line-height: 60px;
    }
    .hover-button-icon-mobile {
        display: block;
    }
}

@media only screen and (max-width: 576px) {
    .hover-button-icon {
        display:none;
    }

    .hover-button-icon {
        line-height: 60px;
    }

    .hover-button-icon-mobile {
        display: block;
    }
}

@media only screen and (max-width: 390px) {
    .hover-button-icon-mobile {
        display: block;
    }
}

@media only screen and (max-width: 320px) {
    .hover-button-icon-mobile {
        display: block;
    }
}
