﻿/*Share icon*/

.share-icon {
    margin-right: 1px;
    margin-left: 1px;
    transition: 250ms all ease-in-out;
    text-align: center;
    background-color: #4a4a4a;
    color: #fff;
    border-radius: 0.25em;
    padding: 0 10px;
}

    .share-icon:hover, .share-icon:focus, .share-icon:active {
        background-color: #0066d6;
        color: #fff;
        text-decoration: none;
        outline: 0;
    }

@media only screen and (max-width: 576px) {
}
/*for share modal*/
.modal.sharemodal.in .modal-dialog {
    max-width: 600px;
}
.sharemodal .modal-content {
    border: 0;
    background-color: transparent;
}

.sharemodal.show .modal-header {
    padding: 15px;
    text-align: center;
    background-color: transparent;
    font-size: 24px;
}

.sharemodal .modal-header .close {
    opacity: 1;
}

    .sharemodal .modal-header .close span {
        font-size: 40px;
        font-weight: 200;
        color: #fff;
        line-height: 28px;
    }

.sharemodal .modal-header h4 {
    font-size: 24px;
    color: #333;
}

.sharemodal .modal-body {
    padding-left: 15px;
    background-color: transparent;
}

    .sharemodal .modal-body a {
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        background: #0066d6;
        margin: 0 5px;
        color: #fff;
        border-radius: 20px;
        font-size: 20px;
        text-align: center;
    }

.sharemodal .fa {
    line-height: 36px;
}
