.ctcSocialbarWidgetChFacebook::before,
.ctcSocialbarWidgetChTwitter::before,
.ctcSocialbarWidgetChPinterest::before,
.ctcSocialbarWidgetChLinkedin::before {
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ctcSocialbarWidgetChInfoPinterest .ctcSocialbarWidgetChInfoBackPinterest div.ctcSocialbarWidgetTooltipP a:hover::before,
.ctcSocialbarWidgetChInfoFacebook .ctcSocialbarWidgetChInfoBackFacebook div.ctcSocialbarWidgetTooltipP a:hover::before,
.ctcSocialbarWidgetChInfoTwitter .ctcSocialbarWidgetChInfoBackTwitter div.ctcSocialbarWidgetTooltipP a:hover::before,
.ctcSocialbarWidgetChInfoLinkedin .ctcSocialbarWidgetChInfoBackLinkedin div.ctcSocialbarWidgetTooltipP a:hover::before {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);

    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ctcSocialbarWidgetChInfoPinterest .ctcSocialbarWidgetChInfoBackPinterest div.ctcSocialbarWidgetTooltipP a::before,
.ctcSocialbarWidgetChInfoFacebook .ctcSocialbarWidgetChInfoBackFacebook div.ctcSocialbarWidgetTooltipP a::before,
.ctcSocialbarWidgetChInfoTwitter .ctcSocialbarWidgetChInfoBackTwitter div.ctcSocialbarWidgetTooltipP a::before,
.ctcSocialbarWidgetChInfoLinkedin .ctcSocialbarWidgetChInfoBackLinkedin div.ctcSocialbarWidgetTooltipP a::before {
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ctcSocialbarWidgetChInfoBack div.ctcSocialbarWidgetTooltipP {
    visibility: hidden !important;
}

.ctcSocialbarWidgetChInfoBack:hover div.ctcSocialbarWidgetTooltipP {
    visibility: visible !important;
}

.ctcSocialbarWidgetChInfoBack:hover {
    visibility: visible !important;
    border-radius: 2% 40%;
}


/*styling for widget*/

.ctcSocialbarWidgetMain {
    width: relative;
    margin-right: 2px;
    margin-left: 2px;
    color: white !important;

}

.ctcSocialbarWidgetChItem {

    border-radius: 5%;
    position: relative;
    cursor: default;
    color: white !important;

}

.ctcSocialbarWidgetChInfoWrap,
.ctcSocialbarWidgetChInfo {
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 28px;
    border-radius: 50%;
    color: white !important;


}

.ctcSocialbarWidgetChInfoWrap {
    top: 30px;
    left: 30px;
    color: white !important;
    box-shadow:
        0 0 0 20px rgba(255, 255, 255, 0.2),
        inset 0 0 3px rgba(115, 114, 23, 0.8);

}

.ctcSocialbarWidgetChInfo>div {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    vertical-align: middle;
    color: white !important;
}

.ctcSocialbarWidgetChInfo .ctcSocialbarWidgetChInfoFront {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    padding-top: 0px;
}

.ctcSocialbarWidgetChInfoFacebook .ctcSocialbarWidgetChInfoBackFacebook {
    opacity: 0;

    background: rgb(0, 84, 159);
    pointer-events: none;

    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);

    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ctcSocialbarWidgetChInfoTwitter .ctcSocialbarWidgetChInfoBackTwitter {
    opacity: 0;

    background: rgb(56, 205, 255);
    pointer-events: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);

    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ctcSocialbarWidgetChInfoLinkedin .ctcSocialbarWidgetChInfoBackLinkedin {
    opacity: 0;
    background: rgb(0, 150, 193);
    pointer-events: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ctcSocialbarWidgetChInfoPinterest .ctcSocialbarWidgetChInfoBackPinterest {
    opacity: 0;
    background: rgba(189, 8, 28, 0.8);
    pointer-events: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ctcSocialbarWidgetChFacebook {
    box-shadow: 2px 1px rgba(0, 0, 0, 0.5);
    background: rgba(0, 84, 159, 0.9);
    background-size: 100%;
}

.ctcSocialbarWidgetChTwitter {
    box-shadow: 2px 1px rgba(0, 0, 0, 0.5);
    background: rgba(56, 205, 255, 0.9);
    background-size: 100%;
}

.ctcSocialbarWidgetChLinkedin {
    box-shadow: 2px 1px rgba(0, 0, 0, 0.5);
    background: rgba(0, 150, 193, 0.9);
    background-size: 100%;
}

.ctcSocialbarWidgetChPinterest {
    box-shadow: 2px 1px rgba(0, 0, 0, 0.5);
    background: rgba(189, 8, 28, 0.9);
    background-size: 100%;

}

.ctcSocialbarWidgetChTwitter::before {
    text-align: center;

    color: white !important;
    font-family: dashicons;
    font-size: 28px;
    content: "\f301";
    font-weight: normal;
}

.ctcSocialbarWidgetChFacebook::before {
    text-align: center;

    color: white !important;
    font-family: dashicons;
    font-size: 28px;
    content: "\f305";
    font-weight: normal;
}

.ctcSocialbarWidgetChPinterest::before {
    font-family: cursive;
    text-align: center;
    color: white !important;
    font-size: 28px;
    content: "\P";
    font-weight: bold;
}

.ctcSocialbarWidgetChLinkedin::before {
    text-align: center;
    color: white;
    font-family: dashicons;
    font-size: 28px;
    content: "\f338";
    font-weight: normal;
}


.ctcSocialbarWidgetChInfoBack div.ctcSocialbarWidgetTooltipP {
    text-align: center !important;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    color: white !important;
}

.ctcSocialbarWidgetChInfoBack div.ctcSocialbarWidgetTooltipP a {
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    text-align: center;
    width: 100%;
    font-style: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.ctcSocialbarWidgetChInfoBack div.ctcSocialbarWidgetTooltipP a:hover {
    color: #fff;
    text-align: center;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);

}

.ctcSocialbarWidgetChItem:hover .ctcSocialbarWidgetChInfoFront {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.ctcSocialbarWidgetChItem:hover .ctcSocialbarWidgetChInfoBack {
    text-align: center !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    box-shadow: 2px 1px rgba(0, 0, 0, 0.5);

    -webkit-transition: all 0.5s ease-in-out 0.3s;
    -moz-transition: all 0.5s ease-in-out 0.3s;
    -o-transition: all 0.5s ease-in-out 0.3s;
    -ms-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s;

}




.ctcSocialbarWidgetChGrid {
    height: 70px;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;

}

.ctcSocialbarWidgetChGrid:after,
.ctcSocialbarWidgetChItem:before {
    content: '';
    display: table;

}

.ctcSocialbarWidgetChGrid:after {
    clear: both;
}

.ctcSocialbarWidgetChGrid li {
    list-style: none !important;
    width: auto;
    height: auto;
    display: inline-block;
    color: white !important;

}
