/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@font-face {
    font-family: 'steelplategothicbold';
    src: url('../fonts/GothicBold/font-webfont.eot');
    src: url('../fonts/GothicBold/font-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/GothicBold/font-webfont.woff2') format('woff2'),
	url('../fonts/GothicBold/font-webfont.woff') format('woff'),
	url('../fonts/GothicBold/font-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family:'FontAwesome';
    src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');
    src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),
	url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),
	url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),
	url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),
	url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal
}

.vpc-action-buttons .btn_share:after{
    content: url('../images/share.svg');
    margin-left: 5px;
    font-family:'FontAwesome';
    font-size:14px;
    letter-spacing: normal;
    width: 15px;  
    display: inline-block;
}
.vpc-share-btn-container{
    background-color: #fff;
    padding:0px;
    font-size: 0px;
    display: inline-block;
    width: 100%;
}

.vpc-share-btn-container .option{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 3px;
    font-family:'FontAwesome';
    outline:none;
}

.vpc-share-btn-container .option:last-child{
    margin-right: 0px;
}

.vpc-share-btn-container .share-item.share-facebook:before{
    content:"\f09a";
    background: #3b5998;
}

.vpc-share-btn-container .share-item.share-pinterest:before{
    content:"\f0d2";
    background: #cb2127;
}

.vpc-share-btn-container .share-item.share-twitter:before{
    content:"\f099";
    background: #0084b4;
}

.vpc-share-btn-container .share-item.share-googleplus:before{
    content:"\f0d5";
    background: #d34836;
}

.vpc-share-btn-container .share-item.share-whatsapp:before{
    content:"\f232";
    background: #00e675;
}

.vpc-share-btn-container .share-item.share-mail:before{
    content:"\f0e0";
    background: #cb2127;
}

.vpc-share-btn-container .share-item.share-pinterest:before,.vpc-share-btn-container .share-item.share-facebook:before,.vpc-share-btn-container .share-item.share-mail:before,.vpc-share-btn-container .share-item.share-whatsapp:before,.vpc-share-btn-container .share-item.share-googleplus:before,.vpc-share-btn-container .share-item.share-twitter:before{
    width: 100%;
    height: 100%;
    font-size: 30px;
    color:#fff;
    text-align: right;
    letter-spacing: 0.15em;
    display: inline-block;
    line-height: 40px;
}
#vpc-share.disabled {
    pointer-events: none;
    background-color: #f1f1f1 !important;
    color: #ccc !important;
}