/* Accesspress social shares - frontend css */

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Regular.otf')  format('opentype'),
  url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


.clearfix:after, .clearfix:before{ display:table; content:""}
.clearfix:after, .clearfix:before{ clear:both; }
.clearfix{*zoom:1}

.apss-social-share a:hover, .apss-social-share a:focus {
    color: #636363;
}

.entry-content .apss-social-share a {
    border-bottom: none;
}

.entry-content .apss-social-share a {
    text-decoration: none;
}
.apss-theme-6 .apss-single-icon a::before
.entry-content .apss-social-share a:hover {
   color:#fff;
}

.apss-social-share {
    font-family: 'Open Sans', sans-serif;
}

.apss-social-share a:hover {
    text-decoration: none;
}

  .apss-total-share-count{
 
        display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

  .apss-count-number{    
    font-size: 29px;
    display: inline-block;
    vertical-align: top;}

  .apss-total-shares{    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin-top: 11px;}

   .apss-total-text{
    display: block;
    line-height: 9px;
}

/***********************************theme1 css********************************************************/

.apss-theme-1 .apss-social-share {
    font-family: 'MyriadPro-Regular';
}

.apss-theme-1 .apss-social-text{
	display:none;
}

.apss-theme-1  .apss-share{
	color: #636363;
	font-size:15px;
	margin: 0 0 0 9px;
}

.apss-theme-1 .apss-single-icon .apss-icon-block{
	font-size:19px;
	border: 1px solid #dcdcdc;
    border-radius: 7px;
   	padding: 1px 5px;
    position: relative;
    background-color: #f7f7f7;
    width: 87px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-1 .apss-icon-block:before{
	position:absolute;
	height:3px;
	width:100%;
	content:"";
	left:0;
	top:-1px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    transition: all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.apss-theme-1 .apss-single-icon:hover .apss-icon-block:before{
	width:0;
}

.apss-theme-1 .apss-single-icon a{
	 position: relative;
	 display: block;
     float: left;
     margin: 10px;
}

.apss-theme-1  .count {
    background-color: #f7f7f7;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #666666;
    font-size: 15px;
   /* height: 20px;*/
    padding: 5px 7px;
    line-height:1;
    position: absolute;
    text-align: center;
    top: 0px;
    min-width: 60px;
    left: 50%;
    margin-left:-30px;
    opacity:0;
    filter: alpha(opacity=0);/*ie8*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;


    transition: all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.apss-theme-1  .apss-single-icon a:hover .count {
	opacity:1;
	filter: alpha(opacity=100);/*ie8*/
	top: -33px;
}

.apss-theme-1 .count:after {
    background:url(../images/arrow.png) no-repeat;
    width:20px;
    height:10px;
    bottom: -10px;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
}

.entry-content .apss-social-share.apss-theme-1 a:hover, .entry-content .apss-social-share.apss-theme-1 a:focus{
	border:none;
}

.apss-theme-1 .apss-icon-block .fa {
     min-width:23px;
}

.apss-icon-block .fa {
    text-align: center;
    vertical-align: middle;
}

.apss-theme-1 .apss-facebook .fa{
	color:#59983b;
}

.apss-theme-1 .apss-facebook .apss-icon-block:before{
	border-top:3px solid #59983b;
}

.apss-theme-1 .apss-twitter .fa{
	color:#caff1d;
}

.apss-theme-1 .apss-twitter .apss-icon-block:before{
	border-top:3px solid #caff1d;
}

.apss-theme-1 .apss-google-plus .fa{
	color:#4b39dd;
}

.apss-theme-1 .apss-google-plus .apss-icon-block:before{
	border-top:3px solid #4b39dd;
}

.apss-theme-1 .apss-pinterest .fa{
	color:#2228C9;
}

.apss-theme-1 .apss-pinterest  .apss-icon-block:before{
	border-top:3px solid #2228C9;
}

.apss-theme-1 .apss-linkedin .fa{
	color:#729b3f;
}

.apss-theme-1 .apss-linkedin .apss-icon-block:before{
	border-top:3px solid #729b3f;
}

.apss-theme-1 .apss-digg .fa{
	color:#69a821;
}

.apss-theme-1 .apss-digg .apss-icon-block:before{
	border-top:3px solid #69a821;
}

.apss-theme-1 .apss-print .fa{
	color:#59595e;
}

.apss-theme-1 .apss-print .apss-icon-block:before{
	border-top:3px solid #59595e;
}

.apss-theme-1 .apss-email .fa{
	color:#8f8f8f;
}

.apss-theme-1 .apss-email .apss-icon-block:before{
	border-top:3px solid #8f8f8f;
}

.apss-theme-1 .apss-single-icon.apss-print a .count{
	display:none;
}

.apss-theme-1 .apss-single-icon.apss-email a .count{
	display:none;
}



/**********************************************THEME 2 CSS ************************************************************/

.apss-theme-2 .apss-share{
	display:none;
}

.apss-theme-2 .apss-single-icon a{
	position: relative;
	display: block;
    float: left;
    margin: 10px 9px;
    color:#fff;
}

.apss-theme-2 .apss-icon-block{
	font-size:15px;
    position: relative;
    min-width: 209px;
}

.apss-theme-2 .apss-single-icon .fa{
	color: #fff;
    font-size: 20px;
    line-height: 29px;
    min-width: 39px;
    vertical-align: top;
    padding: 5px 0;
    position:relative;
    height:37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    transition: all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.apss-theme-2 .apss-single-icon .fa:before{
	left: 55%;
    margin-left: -19px;
    position: absolute;
    text-align: center;
    width: 37px;
    transform:rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); 

    transition: all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.apss-theme-2 .apss-single-icon a:hover .fa:before{
    transform:rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);  
}

.apss-theme-2 .apss-social-text {
    display: inline-block;
    line-height: 29px;
    vertical-align: middle;
    padding: 5px 9px;
    margin:0 0 0 -5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-2 .apss-facebook .fa{
	border-right:1px solid #447d28;
}

.apss-theme-2 .apss-facebook .apss-social-text {
	border-left:1px solid #6dbe47;
}


.apss-facebook .apss-icon-block{
	background-color:#59983b;
}

.apss-twitter .apss-icon-block{
	background-color:#caff1d;
}

.apss-theme-2 .apss-twitter .fa{
	border-right:1px solid #a2cb1c;
}

.apss-theme-2 .apss-twitter .apss-social-text {
	border-left:1px solid #dfff77;
}

.apss-google-plus .apss-icon-block{
	background-color:#4b39dd;
}

.apss-theme-2 .apss-google-plus .fa{
	border-right:1px solid #3c2cb7;
}

.apss-theme-2 .apss-google-plus .apss-social-text {
	border-left:1px solid #7060f5;
}

.apss-pinterest .apss-icon-block{
	background-color:#2228C9;
}

.apss-theme-2 .apss-pinterest .fa{
	border-right:1px solid #3034a2;
}

.apss-theme-2 .apss-pinterest .apss-social-text {
	border-left:1px solid #4146c8;
}

.apss-linkedin .apss-icon-block{
	background-color:#729b3f;
}

.apss-theme-2 .apss-linkedin .fa{
	border-right:1px solid #5a7636;
}

.apss-theme-2 .apss-linkedin .apss-social-text {
	border-left:1px solid #91c253;
}

.apss-digg .apss-icon-block{
	background-color:#69a821;
}

.apss-theme-2 .apss-digg .fa{
	border-right:1px solid #588a1f;
}

.apss-theme-2 .apss-digg .apss-social-text {
	border-left:1px solid #85ca37;
}

.apss-print .apss-icon-block{
	background-color:#59595e;
}

.apss-theme-2 .apss-print .fa{
	border-right:1px solid #474747;
}

.apss-theme-2 .apss-print .apss-social-text {
	border-left:1px solid #616169;
}

.apss-email .apss-icon-block{
	background-color:#8f8f8f;
}

.apss-theme-2 .apss-email .fa{
	border-right:1px solid #717171;
}

.apss-theme-2 .apss-email .apss-social-text {
	border-left:1px solid #a1a1a1;
}

.apss-theme-2 .count {
    background-color: #f7f7f7;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #666666;
    font-size: 15px;
    line-height: 1;
    min-width: 57px;
    opacity: 0;
    filter: alpha(opacity=0);/*ie8*/
    padding: 10px 7px;
    position: absolute;
    right:0px;
    text-align: center;
    top: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.apss-theme-2 .apss-single-icon a:hover .count {
	opacity:1;
	 filter: alpha(opacity=100);/*ie8*/
	 right: -69px;
}

.apss-theme-2 .count:after {
    background:url(../images/left-arrow.png) no-repeat;
    width:10px;
    height:20px;
    bottom: -10px;
    content: "";
    top: 50%;
    left: -10px;
    margin-top: -10px;
    position: absolute;
}

.apss-theme-2 .apss-single-icon.apss-print a:hover .count{
	display:none;
}

.apss-theme-2 .apss-single-icon.apss-email a:hover .count{
	display:none;
}

/**********************************************THEME 3 CSS ************************************************************/

.apss-theme-3 .apss-share{
	display:none;
}

.apss-theme-3 .apss-single-icon a{
	position: relative;
	display: block;
    float: left;
    margin: 9px 1.7px;
    color:#fff;
}

.apss-theme-3 .apss-single-icon a .apss-icon-block{
	font-size:15px;
    position: relative;
    border-radius: 37px;
    float: left;
    z-index: 5;
    height:37px;
    width:37px;
}

.apss-theme-3 .apss-single-icon a:hover .apss-icon-block{
    width:auto;
}

.apss-theme-3 .apss-single-icon .fa{
	color: #fff;
    font-size: 20px;
    line-height:1;
    min-width:37px;
    min-height:37px;
    vertical-align: top;
    padding: 9px 0 0;
   	/*padding: 9px 0px 9px 0px;*/
    position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-3 .apss-social-text {
    display: inline-block;
    line-height: 1;
    opacity: 0;
    padding: 11px 0 0;
    filter: alpha(opacity=0);/*ie8*/
    width: 0;
    font-size:0;

    transition: opacity 0.8s ease-in-out;
	-webkit-transition:opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -o-transition:opacity 0.8s ease-in-out;
    -ms-transition:opacity 0.8s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-3 .apss-single-icon a:hover .apss-social-text {
    display: inline-block;
    line-height: 1;
    font-size:15px;
    opacity: 1;
     filter: alpha(opacity=100);/*ie8*/
     width: auto;
     position: relative;
}

.apss-theme-3 .count {
    border-bottom-right-radius: 37px;
    border-top-right-radius: 37px;
   	float: left;
    font-size: 0px;
    line-height: 1;
    text-align: center;
    width: 0px;
    opacity: 0;
    filter: alpha(opacity=0);/*ie8*/
    right:0;
    z-index: 4;
}

.apss-theme-3 .apss-single-icon a:hover .count {
	min-width: 37px;
    opacity: 1;
    padding: 11px 10px;
    filter: alpha(opacity=100);/*ie8*/
    width: auto;
    font-size:15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-3 .apss-single-icon.apss-print a:hover .count{
	min-height: 37px;
	display: none;
}

.apss-theme-3 .apss-single-icon.apss-email a:hover .count{
	min-height: 37px;
	display: none;
}

.apss-theme-3  .apss-single-icon a{
	border-radius:37px;
}

.apss-theme-3  .apss-single-icon a:hover{
	padding-right:9px;
}

.apss-theme-3  .apss-facebook a{
	background-color:#59983b;
}

.apss-theme-3 .apss-twitter a{
	background-color:#caff1d;
}

.apss-theme-3 .apss-google-plus a{
	background-color:#4b39dd;
}

.apss-theme-3 .apss-pinterest a{
	background-color:#2228C9;
}

.apss-theme-3 .apss-linkedin a{
	background-color:#729b3f;
}

.apss-theme-3 .apss-digg a{
	background-color:#69a821;
}

.apss-theme-3 .apss-print a{
	background-color:#59595e;
}

.apss-theme-3 .apss-email a{
	background-color:#8f8f8f;
}

.apss-theme-3 .apss-single-icon .apss-icon-block{
	background:none;
}

/**********************************************THEME 4 CSS ************************************************************/

.apss-theme-4 .apss-share{
	display:none;
}

.apss-theme-4 .apss-single-icon a{
	position: relative;
	display: block;
    float: left;
    margin:9px;
    color:#fff;
    min-height:60px;
}

.apss-theme-4 .apss-icon-block{
    border-radius: 37px;
    margin: 0 auto;
    position: relative;
    width: 37px;
    height:37px;
}

.apss-theme-4 .apss-single-icon .fa{
	color: #fff;
    font-size: 20px;
    line-height:1;
    min-width:37px;
    vertical-align: top;
    padding: 9px 0px 9px 0px;
    position:relative;
    transition: all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-4 .apss-social-text {
    display:none;
}

.apss-theme-4 .count {
   
    color: #2d2d2d;
    font-family: arial;
    font-size: 15px;
    line-height: 25px;
    text-align: center;

    transition: all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.apss-theme-4 .apss-single-icon a:hover .apss-icon-block:after{
	background: none repeat scroll 0 0 #fff;
    border-radius: 100%;
    content: "";
    height: 100%;
    left: -5px;
    position: absolute;
    top: -5px;
     transition: all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;

    width: 100%;
}

.apss-theme-4 .apss-single-icon a:hover .fa {
    z-index: 5;
}

.apss-theme-4 .apss-facebook a:hover .fa{
	color:#59983b;
}
.apss-theme-4 .apss-twitter a:hover .fa{
	color:#caff1d;
}
.apss-theme-4 .apss-google-plus a:hover .fa{
	color:#4b39dd;
}
.apss-theme-4 .apss-pinterest a:hover .fa{
	color:#2228C9;
}
.apss-theme-4 .apss-linkedin a:hover .fa{
	color:#729b3f;
}
.apss-theme-4 .apss-digg a:hover .fa{
	color:#69a821;
}

.apss-theme-4 .apss-print a:hover .fa{
	color:#59595e;
}
.apss-theme-4 .apss-email a:hover .fa{
	color:#8f8f8f;
}

.apss-theme-4 .apss-single-icon.apss-print .count{
	display:none;
}

.apss-theme-4 .apss-single-icon.apss-email .count{
	display:none;
}

/**********************************************THEME 5 CSS ************************************************************/

.apss-theme-5 .apss-social-text{
	display:none;
}

.apss-theme-5 .apss-single-icon a{
	border-radius: 77px;
    color: #fff;
    display: block;
    float: left;
    height: 77px;
    margin: 7px;
    padding: 9px;
    position: relative;
    width: 77px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-5 .apss-icon-block{
   
    position: relative;
}

.apss-theme-5 .apss-single-icon .fa{
	color: #fff;
    font-size: 23px;
    line-height:1;
    position:relative;
    transition: all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    display: block;
}

.apss-theme-5 .apss-share{
	display: block;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    padding: 5px 0 3px;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-5 .count{
	display: block;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    padding: 3px;
}

.apss-theme-5 .apss-facebook a{
	background-color:#59983b;
}

.apss-theme-5 .apss-facebook a:hover{
	color:#59983b;
	border:3px solid #59983b;
}

.apss-theme-5 .apss-facebook a:hover .fa{
	color:#59983b;
}

.apss-theme-5 .apss-twitter a{
	background-color:#caff1d;
}

.apss-theme-5 .apss-twitter a:hover{
	color:#caff1d;
	border:3px solid #caff1d;
}

.apss-theme-5 .apss-twitter a:hover .fa{
	color:#caff1d;
}

.apss-theme-5 .apss-google-plus a{
	background-color:#4b39dd;
}

.apss-theme-5 .apss-google-plus a:hover{
	color:#4b39dd;
	border:3px solid #4b39dd;
}

.apss-theme-5 .apss-google-plus a:hover .fa{
	color:#4b39dd;
}

.apss-theme-5 .apss-pinterest a{
	background-color:#2228C9;
}

.apss-theme-5 .apss-pinterest a:hover{
	color:#2228C9;
	border:3px solid #2228C9;
}

.apss-theme-5 .apss-pinterest a:hover .fa{
	color:#2228C9;
}

.apss-theme-5 .apss-linkedin a{
	background-color:#729b3f;
}

.apss-theme-5 .apss-linkedin a:hover{
	color:#729b3f;
	border:3px solid #729b3f;
}

.apss-theme-5 .apss-linkedin a:hover .fa{
	color:#729b3f;
}

.apss-theme-5 .apss-digg a{
	background-color:#69a821;
	
}

.apss-theme-5 .apss-digg a:hover{
	color:#69a821;
	border:3px solid #69a821;
}

.apss-theme-5 .apss-digg a:hover .fa{
	color:#69a821;
}

.apss-theme-5 .apss-print a{
	background-color:#59595e;
}

.apss-theme-5 .apss-print a:hover{
	color:#59595e;
	border:3px solid #59595e;
}

.apss-theme-5 .apss-print a:hover .fa{
	color:#59595e;
}

.apss-theme-5 .apss-email a{
	background-color:#8f8f8f;
}

.apss-theme-5 .apss-email a:hover{
	color:#8f8f8f;
	border:3px solid #8f8f8f;
}

.apss-theme-5 .apss-email a:hover .fa{
	color:#8f8f8f;
	
}

.apss-theme-5 .apss-single-icon a:hover{
	background-color:#fff;
}

.apss-theme-5 .apss-single-icon .apss-icon-block{
	background:none;
}

.apss-theme-5 .apss-single-icon.apss-print .count{
	display:none;
}

.apss-theme-5 .apss-single-icon.apss-email .count{
	display:none;
}


/**********************************************THEME 6 CSS ************************************************************/

.apss-theme-6 .apss-social-text{
    display:none;
}

.apss-theme-6 .apss-share{
    display: none;
}

.apss-theme-6 .apss-single-icon {
    border-bottom: none;
        margin-bottom: 20px;
    display: inline-block;
 }
.apss-theme-6 .apss-single-icon a{
   
    color: #fff;
    display: block;
    float: left;
    height: 30px;
    margin: 7px;
    padding: 7px;
    position: relative;
    width: 30px;
    background: none !important;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
 }

    .apss-theme-6 .apss-single-icon a:before{
         content: '';
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #E6E6E6;
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -19px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;

    }
 

.apss-theme-6 .apss-single-icon .apss-icon-block{
       vertical-align: middle;
    line-height: 47px;
    display: inline-block;
}
 

.apss-theme-6 .apss-icon-block{
   
    position: relative;
}

.apss-theme-6 .apss-single-icon .fa{
        color: #8A8A8A;
    font-size: 19px;
    line-height: 1;
    position: relative;
    display: block;
}



.apss-theme-6 .apss-share{
    
    font-size: 15px;
    text-align: center;
    line-height: 1;
    padding: 5px 0 3px;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-6 .count{
    display: block;
    font-size: 15px;
    text-align: center;
 
    padding: 3px;
 
    color: #000;
    margin-top: 7px
 
}


.apss-theme-6 .apss-icon-block a:hover .fa, .apss-theme-6 .apss-single-icon:hover .fa{
    color:#fff;
}

.apss-theme-6 .apss-facebook a:hover:before {
    background-color:#59983b;
}


.apss-theme-6 .apss-twitter a:hover:before {
    background-color:#caff1d;
}
 

.apss-theme-6 .apss-google-plus a:hover:before {
    background-color:#4b39dd;
}

 
.apss-theme-6 .apss-pinterest a:hover:before {
    background-color:#2228C9;
}

 

.apss-theme-6 .apss-linkedin a:hover:before {
    background-color:#729b3f;
}
 
.apss-theme-6 .apss-digg a:hover:before {
    background-color:#69a821;
    
} 
.apss-theme-6 .apss-print a:hover:before {
    background-color:#59595e;
}

 
.apss-theme-6 .apss-email a:hover:before {
    background-color:#8f8f8f;
} 

.apss-theme-6 .apss-single-icon a:hover{
    background-color:#fff;
}

.apss-theme-6 .apss-single-icon .apss-icon-block{
    background:none;
}

.apss-theme-6 .apss-single-icon.apss-print .count{
    display:none;
}

.apss-theme-6 .apss-single-icon.apss-email .count{
    display:none;
}


/* ********************************************theme 6 ends ******************************************************** */


.apss-share-text{
  opacity: 0.4;
  line-height: 17px;
  color: #333;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  margin-left: 9px;
}


/************************************************responsive*************************************************************/


@media screen and (max-width:769px){

.apss-theme-3 .apss-single-icon {
    display: inline-block;
    /*width: 50%;*/
}
}

@media screen and (max-width:480px){

.apss-theme-3 .apss-single-icon {
    display: inline-block;
    /*width: 100%;*/
    clear: both;
}

}



/* rndz */