
/*Admin Dashboard for front-end style*/
.site-dashboard{position: fixed; top:0; left:0; width: 100%; z-index: 99; background: rgba(152,27,30,.9); color:#fff; height: 50px; overflow: hidden; }
.site-dashboard ul{margin: 0; padding: 0;}
.site-dashboard ul li{list-style: none; line-height: 50px; display: inline-block; margin-right: 15px;}
.site-dashboard ul li:last-child{margin-right: 0;}
.site-dashboard ul li a{color: #fff;}
.site-dashboard ul li a:hover{color: #ccc;}
/**/

.error-msg{color:#ff0000; font-size: 11px;}
.small-font{font-size: 11px;}

.social-share-section .share-button-block{ display: inline-block;}
.social-share-section .share-button-block .fb-share-button{position: relative; top: -7px;}
.social-share-section .share-button-block .email-share-button{ position:relative; top:-6px; font-size: 10px; border: 1px solid #ccc; padding: 0 5px; border-radius: 2px; height: 20px; line-height: 20px;}
.social-share-section .share-button-block .email-share-button i{font-size: 9px; color: #333;}