/* ==========================================================================
# Social Share style - begin
========================================================================== */

.qodef-social-share-holder {
	
	ul {
		list-style: none;
		display: inline-block;
		margin:0;
	}
	
}

/* List type - begin
========================================================================== */


.qodef-social-share-holder.qodef-list {

    li {
        margin-right: 10px;
        display: inline-block;
        &:last-child {
            margin-right: 0;
        }
        a span {
            font-size: 17px;
            color: $default-heading-color;
            display: block;
            text-align: center;
            @include qodefTransition(all 0.2s ease-out);

            &:hover {
                color: $first-main-color;
            }
        }
    }

    &.circle {
        li {
            margin-right: 9px;
            &:last-child {
                margin-right: 0;
            }
            a span {
                color: #fff;
                background-color:$default-heading-color;
                width: 27px;
                height: 27px;
                text-align: center;
                line-height: 27px;
                font-size: 11px;
                @include qodefBorderRadius(50%);
                &:hover {
                    color: $default-heading-color;
                    background-color: $first-main-color;
                }
            }
        }
    }

}

/* List type - end
========================================================================== */

/* Dropdown type - begin
========================================================================== */

.qodef-social-share-holder.qodef-dropdown {
	position: relative;
	display: block;

	.qodef-social-share-dropdown-opener {
        display: inline-block;
        background-color: $first-main-color;
        width: 27px;
        height: 27px;
        text-align: center;
        line-height: 27px;
        color: $default-heading-color;
        font-size: 10px;
        @include qodefTransition(background-color 0.15s ease-out);
        @include qodefBorderRadius(50px);

        .social_share {
            display: inline-block;
            vertical-align: middle;
        }
	}

    .qodef-social-share-dropdown {
        visibility: hidden;
        z-index: 950;
        float: left;
        position: absolute;
        left: 35px;
        top: 0;
        @include qodefTransform(translateY(-25%));

        ul {
            position: relative;
            display: block;
            z-index: 990;
            padding: 0 !important;
            min-width: 30px;
            font-weight: 400;
        }

        ul li {
            display:inline-block;
            a span{
                font-size:11px;
                color: #fff;
                background-color: $default-heading-color;
                display:block;
                width:27px;
                height:27px;
                border-radius:50px;
                text-align:center;
                line-height:27px;
                @include qodefTransition(color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out);
            }
            a:hover span{
                background-color: $first-main-color;
                color: $default-heading-color;
            }
            visibility: hidden;
            position: absolute;
            text-align: center;
            min-width: 27px;
            float:left;
            opacity: 0.2;
            left: 0;
            @include qodefTransition(all 0.2s ease);
            &:nth-child(2) {
                left: 35px;
                transition-delay: .1s;
            }

            &:nth-child(3){
                left: 70px;
                transition-delay: .2s;
            }

            &:nth-child(4){
                left: 105px;
                transition-delay: .3s;
            }

            &:nth-child(5){
                left: 140px;
                transition-delay: .4s;
            }

            &:nth-child(6){
                left: 175px;
                transition-delay: 0.5s;
            }

            &:nth-child(7){
                left: 210px;
                transition-delay: 0.6s;
            }
        }

        img {
            width: 8px;
            margin-right: 10px;
        }

    }

}

.qodef-blog-share:hover {
    .qodef-social-share-holder.qodef-dropdown {

        .qodef-social-share-dropdown-opener {
            background-color: $default-heading-color;
            color: #fff;
        }

        .qodef-social-share-dropdown ul li {
            opacity: 1;
            visibility: visible;
            cursor: pointer;
        }

        .qodef-social-share-dropdown ul li {

            &:nth-child(2) {
                left: 35px;
            }

            &:nth-child(3) {
                left: 70px;
            }

            &:nth-child(4) {
                left: 105px;
            }

            &:nth-child(5) {
                left: 140px;
            }

            &:nth-child(6) {
                left: 175px;
            }

            &:nth-child(7) {
                left: 210px;
            }

        }

    }
}

.qodef-blog-list {
    .qodef-blog-share {
        .qodef-social-share-holder.qodef-dropdown {

            .qodef-social-share-dropdown {
                right: 32px;
                left: auto;
            }

            .qodef-social-share-dropdown ul li {

                &:nth-child(2) {
                    right: 38px;
                    left: auto;
                }

                &:nth-child(3) {
                    right: 73px;
                    left: auto;
                }

                &:nth-child(4) {
                    right: 108px;
                    left: auto;
                }

                &:nth-child(5) {
                    right: 143px;
                    left: auto;
                }

                &:nth-child(6) {
                    right: 178px;
                    left: auto;
                }

                &:nth-child(7) {
                    right: 213px;
                    left: auto;
                }

            }
        }
    }
}

/* Dropdown type - end
========================================================================== */

/* ==========================================================================
# Social Share style - end
========================================================================== */








