.mdpShareBar {
    margin: 0;
    padding: 0;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin: 20px 0px;
}

.mdpSocialShare {
  display: none;
}

.view-custom-sharebar-vertical .mdpShareBar {
    display: block;
    float: left;
    margin-left: 0px;
}
	
.facebookSs,
.pinterestSs,
.twitterSs,
.googlePlusSs,
.sms,
.emailSs,
.printSs {
    list-style: none;
    margin: 0 5px;
}

.view-custom-sharebar-vertical li {
  display: block;
  margin-bottom: 10px;
  margin-left: 14px;
}

.facebookShare,
.pinterestShare,
.twitterShare,
.googlePlusShare,
.smsShare,
.emailShare,
.printShare {
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #00bad2;
    text-align: center;
    text-decoration: none;
}
#meredith-share-large .facebookShare,
#meredith-share-large .pinterestShare,
#meredith-share-large .twitterShare,
#meredith-share-large .googlePlusShare,
#meredith-share-large .smsShare,
#meredith-share-large .emailShare,
#meredith-share-large .printShare {
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #00bad2;
    text-align: center;
    text-decoration: none;
}

.facebookShare:hover,
.pinterestShare:hover,
.twitterShare:hover,
.googlePlusShare:hover,
.smsShare:hover,
.emailShare:hover,
.printShare:hover {
     opacity: 0.7;
     text-decoration: none;
}

.facebookShare:link,
.pinterestShare:link,
.twitterShare:link,
.googlePlusShare:link,
.smsShare:link,
.emailShare:link,
.printShare:link {
     text-decoration: none;
}

.facebookShare:visited,
.pinterestShare:visited,
.twitterShare:visited,
.googlePlusShare:visited,
.smsShare:visited,
.emailShare:visited,
.printShare:visited {
     text-decoration: none;
}

.facebookShare:after,
.pinterestShare:after,
.twitterShare:after,
.googlePlusShare:after,
.smsShare:after,
.emailShare:after,
.printShare:after {
     font-family: 'FontAwesome';
     font-size: 28px;
     color: #fff;
     width: 50px;
     height: 50px;
     min-width: 50px;
     min-height: 50px;
     line-height: 1.8;
}
#meredith-share-large .facebookShare:after,
#meredith-share-large .pinterestShare:after,
#meredith-share-large .twitterShare:after,
#meredith-share-large .googlePlusShare:after,
#meredith-share-large .smsShare:after {
    /* font-size: 18px;
     height: 25px;
     min-height: 25px;
     line-height: 1.5;*/
}
#meredith-share-large .emailShare:after,
#meredith-share-large .printShare:after {
     /*font-size: 14px;
     height: 25px;
     min-height: 25px;
     line-height: 1.7;*/
}

#meredith-share-large .facebookShare,
.facebookShare {
    background: #3b5998;
    background-image: url("/sites/all/modules/custom/meredith_sharebar/icons/icon-facebook.png");
    background-repeat: no-repeat;
    background-position: center;
}
#meredith-share-large .facebookShare:after,
.facebookShare:after {
     /*content: '\f09a';*/

}
#meredith-share-large .pinterestShare,
.pinterestShare {
    background-color: #bd081c;
    background-image: url("/sites/all/modules/custom/meredith_sharebar/icons/icon-pinterest.png");
    background-repeat: no-repeat;
    background-position: center;
}
#meredith-share-large .pinterestShare:after,
.pinterestShare:after {
    /*content: '\f231';*/
}
#meredith-share-large .twitterShare,
.twitterShare {
    background: #1da1f2;
    background-image: url("/sites/all/modules/custom/meredith_sharebar/icons/icon-twitter.png");
    background-repeat: no-repeat;
    background-position: center;
}
#meredith-share-large .twitterShare:after,
.twitterShare:after {
     /*content: '\f099';*/

}
#meredith-share-large .googlePlusShare,
.googlePlusShare {
    background: #db4437;
    background-image: url("/sites/all/modules/custom/meredith_sharebar/icons/icon-googleplus.png");
    background-repeat: no-repeat;
    background-position: center;
}
#meredith-share-large .googlePlusShare:after,
.googlePlusShare:after {
     /*content: '\f0d5';*/
     font-size: 23px;
}
#meredith-share-large .smsShare,
.smsShare:after {
     /*content: '\f10a';*/
}

#meredith-share-large .emailShare,
.emailShare {
    background: #f78310;
    background-image: url("/sites/all/modules/custom/meredith_sharebar/icons/icon-email.png");
    background-repeat: no-repeat;
    background-position: center;
     /*content: '\f003';*/
     font-size: 22px;
}
#meredith-share-large .emailShare:after,
.emailShare:after {
     /*content: '\f003';*/
     font-size: 22px;
}

#meredith-share-large .printShare,
.printShare {
    background: #f78310;
    background-image: url("/sites/all/modules/custom/meredith_sharebar/icons/icon-print.png");
    background-repeat: no-repeat;
    background-position: center;
     font-size: 22px;
}
#meredith-share-large .printShare:after,
.printShare:after {
     font-size: 22px;
}


.googlePlusShare:after {
     line-height: 2.1;
}
#meredith-share-large .googlePlusShare:after {
     line-height: 1.05;
}
.emailShare:after {
     line-height: 2.1;
}
#meredith-share-large .emailShare:after {
     line-height: 1.05;
}
.printShare:after {
     line-height: 2.1;
}
#meredith-share-large .printShare:after {
     line-height: 1.05;
}

/* vertical or horizontal variation of share bar based on width */

@media screen and (min-width: 1220px) {
  .view-custom-sharebar-horizontal {
     display: none;
  }  
}

@media screen and (max-width: 1220px) {
  .view-custom-sharebar-vertical {
     display: none;
  }  
}
