//Credits: This file was derived from https://wordpress.org/plugins/accesspress-social-share by Access Keys
/*accesspress social shares front end css*/

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url(//befit.pk/wp-content/plugins/cross-device-social-share/fonts/MyriadPro-Regular.eot?#iefix) format('embedded-opentype'),  url(//befit.pk/wp-content/plugins/cross-device-social-share/fonts/MyriadPro-Regular.otf)  format('opentype'),
  url(//befit.pk/wp-content/plugins/cross-device-social-share/fonts/MyriadPro-Regular.woff) format('woff'), url(//befit.pk/wp-content/plugins/cross-device-social-share/fonts/MyriadPro-Regular.ttf)  format('truetype'), url(//befit.pk/wp-content/plugins/cross-device-social-share/fonts/MyriadPro-Regular.svg#MyriadPro-Regular) format('svg');
  font-weight: normal;
  font-style: normal;
}

.apss-social-share a:-webkit-any-link {
text-decoration: none !important;
}
.apss-social-share a:-webkit-any-link::hover {
text-decoration: none !important;
}
.apss-social-share a:-webkit-any-link:hover {
text-decoration: none !important;
}
.apss-social-share a:hover::-webkit-any-link {
text-decoration: none !important;
}
.apss-social-share a{
    text-decoration: -moz-none;
    text-decoration: none;
}
.apss-social-share a:hover{
    text-decoration: -moz-none;
    text-decoration: none;
}

.clearfix:after, .clearfix:before{ display:table; content:""}
.clearfix:after, .clearfix:before{ clear:both; }
.clearfix{*zoom:1}

/**{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}*/

a:hover, 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-social-share .apss-share:hover {
    text-decoration: none;
}
.apss-social-share .apss-share {
    text-decoration: none;
}
/*
//share icons to align center
.apss-social-share {
text-align: center;
}

.apss-single-icon {
  display: inline-block;
}

///////////////////////////////
*/

  .apss-total-share-count{
 
        display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

  .apss-count-number{    
    font-size: 28px;
    display: inline-block;
    vertical-align: top;}

  .apss-total-shares{    display: inline-block;
    font-size: 13px;
    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:14px;
	margin: 0 0 0 30px;
}
.apss-theme-1  .apss-share:hover{
    text-decoration: none;
    color: #000;
}
.fa-facebook ~ .apss-share{
    //color:#3b5998;
}
.fa-pinterest-p ~ .apss-share{
    //color:#C92228;
}
.fa-twitter ~ .apss-share{
    //color:#1dcaff;
}
.fa-bluetooth-b ~ .apss-share{
    //color:#A92F4C;
}
.fa-google ~ .apss-share{
    //color:#dd4b39;
}

.apss-theme-1 .apss-single-icon .apss-icon-block{
    font-size:18px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 1px 4px;
    position: relative;
    background-color: #FFFFFF;
    width: 86px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 31px;
    display: flex;
    align-items: center;
}

.apss-theme-1 .apss-icon-block:before{
    position:absolute;
    height:2px;
    width:100%;
    content:"";
    left:0;
    top:-1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

    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 .fa:before{
    //left: 55%;
    //margin-left: -19px;
    position: absolute;
    //text-align: center;
    //width: 35px;
    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;
    
    top: 0;
    bottom: 0;
    /* left: 0; */
    /* right: 0; */
    margin: auto;
    //height: 50%;
    height: 16px;
}
.apss-theme-1 .apss-single-icon a:hover .fa:before{       
    transform:rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    color: #8f8f8f;
}
.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: 4px;
    color: #666666;
    font-size: 14px;
   /* height: 20px;*/
    padding: 3px 5px;
    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: -32px;
}

.apss-theme-1 .count:after {
    background:url(//befit.pk/wp-content/plugins/cross-device-social-share/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:22px;
}

.apss-icon-block .fa {
    text-align: center;
    vertical-align: middle;
	top: 0px;
    bottom: 0px;
    position: absolute;
}

.apss-theme-1 .apss-facebook .fa{
	color:#3b5998;
}

.apss-theme-1 .apss-facebook .apss-icon-block:before{
	border-top:2px solid #3b5998;
}

.apss-theme-1 .apss-twitter .fa{
	color:#1dcaff;
}

.apss-theme-1 .apss-twitter .apss-icon-block:before{
	border-top:2px solid #1dcaff;
}

.apss-theme-1 .apss-google-plus .fa{
	color:#dd4b39;
}

.apss-theme-1 .apss-google-plus .apss-icon-block:before{
	border-top:2px solid #dd4b39;
}

.apss-theme-1 .apss-pinterest .fa{
	color:#C92228;
}

.apss-theme-1 .apss-pinterest  .apss-icon-block:before{
	border-top:2px solid #C92228;
}
.apss-theme-1 .apss-icon-block:hover::before{
    border-top:2px solid #8f8f8f;;
}
.apss-icon-block:hover .apss-share{
    color:  #8f8f8f;;
}

.apss-theme-1 .apss-qiikchat .fa{
    color:#A92F4C;
}

.apss-theme-1 .apss-qiikchat .apss-icon-block:before{
	border-top:2px solid #A92F4C;
}
.apss-theme-1 .apss-qiikchat .apss-icon-block:hover::before{
    border-top:2px solid #8f8f8f;;
}

.apss-theme-1 .apss-single-icon.apss-print a .count{
	display:none;
}

.apss-theme-1 .apss-single-icon.apss-qiikchat 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 8px;
    color:#fff;
}

.apss-theme-2 .apss-icon-block{
	font-size:14px;
    position: relative;
    min-width: 207px;
}

.apss-theme-2 .apss-single-icon .fa{
	color: #fff;
    font-size: 20px;
    line-height: 29px;
    min-width: 38px;
    vertical-align: top;
    padding: 3px 0;
    position:relative;
    height:35px;
    -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: 35px;
    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: 3px 9px;
    margin:0 0 0 -4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-2 .apss-facebook .fa{
	border-right:1px solid #28447d;
}

.apss-theme-2 .apss-facebook .apss-social-text {
	border-left:1px solid #476dbe;
}


.apss-facebook .apss-icon-block{
	background-color:#3b5998;
}

.apss-twitter .apss-icon-block{
	background-color:#1dcaff;
}

.apss-theme-2 .apss-twitter .fa{
	border-right:1px solid #1ca2cb;
}

.apss-theme-2 .apss-twitter .apss-social-text {
	border-left:1px solid #77dfff;
}

.apss-google-plus .apss-icon-block{
	background-color:#dd4b39;
}

.apss-theme-2 .apss-google-plus .fa{
	border-right:1px solid #b73c2c;
}

.apss-theme-2 .apss-google-plus .apss-social-text {
	border-left:1px solid #f57060;
}

.apss-pinterest .apss-icon-block{
	background-color:#C92228;
}

.apss-theme-2 .apss-pinterest .fa{
	border-right:1px solid #a23034;
}

.apss-theme-2 .apss-pinterest .apss-social-text {
	border-left:1px solid #c84146;
}

.apss-linkedin .apss-icon-block{
	background-color:#3f729b;
}

.apss-theme-2 .apss-linkedin .fa{
	border-right:1px solid #365a76;
}

.apss-theme-2 .apss-linkedin .apss-social-text {
	border-left:1px solid #5391c2;
}

.apss-digg .apss-icon-block{
	background-color:#2169a8;
}

.apss-theme-2 .apss-digg .fa{
	border-right:1px solid #1f588a;
}

.apss-theme-2 .apss-digg .apss-social-text {
	border-left:1px solid #3785ca;
}

.apss-print .apss-icon-block{
	background-color:#5e5959;
}

.apss-theme-2 .apss-print .fa{
	border-right:1px solid #474747;
}

.apss-theme-2 .apss-print .apss-social-text {
	border-left:1px solid #696161;
}

.apss-qiikchat .apss-icon-block{
	background-color:#8f8f8f;
}

.apss-theme-2 .apss-qiikchat .fa{
	border-right:1px solid #717171;
}

.apss-theme-2 .apss-qiikchat .apss-social-text {
	border-left:1px solid #a1a1a1;
}

.apss-theme-2 .count {
    background-color: #f7f7f7;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    color: #666666;
    font-size: 14px;
    line-height: 1;
    min-width: 55px;
    opacity: 0;
    filter: alpha(opacity=0);/*ie8*/
    padding: 10px 5px;
    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: -67px;
}

.apss-theme-2 .count:after {
    background:url(//befit.pk/wp-content/plugins/cross-device-social-share/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-qiikchat 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: 7px 1.5px;
    color:#fff;
}

.apss-theme-3 .apss-single-icon a .apss-icon-block{
	font-size:13px;
    position: relative;
    border-radius: 36px;
    float: left;
    z-index: 5;
    height:36px;
    width:36px;
}

.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:36px;
    min-height:36px;
    vertical-align: top;
    padding: 8px 0 0;
   	/*padding: 8px 0px 8px 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:13px;
    opacity: 1;
     filter: alpha(opacity=100);/*ie8*/
     width: auto;
     position: relative;
}

.apss-theme-3 .count {
    border-bottom-right-radius: 36px;
    border-top-right-radius: 36px;
   	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: 36px;
    opacity: 1;
    padding: 11px 10px;
    filter: alpha(opacity=100);/*ie8*/
    width: auto;
    font-size:14px;
    -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: 36px;
	display: none;
}

.apss-theme-3 .apss-single-icon.apss-qiikchat a:hover .count{
	min-height: 36px;
	display: none;
}

.apss-theme-3  .apss-single-icon a{
	border-radius:36px;
}

.apss-theme-3  .apss-single-icon a:hover{
	padding-right:9px;
}

.apss-theme-3  .apss-facebook a{
	background-color:#3b5998;
}

.apss-theme-3 .apss-twitter a{
	background-color:#1dcaff;
}

.apss-theme-3 .apss-google-plus a{
	background-color:#dd4b39;
}

.apss-theme-3 .apss-pinterest a{
	background-color:#C92228;
}

.apss-theme-3 .apss-linkedin a{
	background-color:#3f729b;
}

.apss-theme-3 .apss-digg a{
	background-color:#2169a8;
}

.apss-theme-3 .apss-print a{
	background-color:#5e5959;
}

.apss-theme-3 .apss-qiikchat 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:8px;
    color:#fff;
    min-height:60px;
}

.apss-theme-4 .apss-icon-block{
    border-radius: 36px;
    margin: 0 auto;
    position: relative;
    width: 36px;
    height:36px;
}

.apss-theme-4 .apss-single-icon .fa{
	color: #fff;
    font-size: 20px;
    line-height:1;
    min-width:36px;
    vertical-align: top;
    padding: 8px 0px 8px 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: 14px;
    line-height: 24px;
    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: -3px;
    position: absolute;
    top: -3px;
     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:#3b5998;
}
.apss-theme-4 .apss-twitter a:hover .fa{
	color:#1dcaff;
}
.apss-theme-4 .apss-google-plus a:hover .fa{
	color:#dd4b39;
}
.apss-theme-4 .apss-pinterest a:hover .fa{
	color:#C92228;
}
.apss-theme-4 .apss-linkedin a:hover .fa{
	color:#3f729b;
}
.apss-theme-4 .apss-digg a:hover .fa{
	color:#2169a8;
}

.apss-theme-4 .apss-print a:hover .fa{
	color:#5e5959;
}
.apss-theme-4 .apss-qiikchat a:hover .fa{
	color:#8f8f8f;
}

.apss-theme-4 .apss-single-icon.apss-print .count{
	display:none;
}

.apss-theme-4 .apss-single-icon.apss-qiikchat .count{
	display:none;
}

/**********************************************THEME 5 CSS ************************************************************/

.apss-theme-5 .apss-social-text{
	display:none;
}

.apss-theme-5 .apss-single-icon a{
	border-radius: 76px;
    color: #fff;
    display: block;
    float: left;
    height: 76px;
    margin: 5px;
    padding: 9px;
    position: relative;
    width: 76px;
    -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: 22px;
    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: 13px;
    text-align: center;
    line-height: 1;
    padding: 3px 0 2px;
    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: 13px;
    text-align: center;
    line-height: 1;
    padding: 2px;
}

.apss-theme-5 .apss-facebook a{
	background-color:#3b5998;
}

.apss-theme-5 .apss-facebook a:hover{
	color:#3b5998;
	border:2px solid #3b5998;
}

.apss-theme-5 .apss-facebook a:hover .fa{
	color:#3b5998;
}

.apss-theme-5 .apss-twitter a{
	background-color:#1dcaff;
}

.apss-theme-5 .apss-twitter a:hover{
	color:#1dcaff;
	border:2px solid #1dcaff;
}

.apss-theme-5 .apss-twitter a:hover .fa{
	color:#1dcaff;
}

.apss-theme-5 .apss-google-plus a{
	background-color:#dd4b39;
}

.apss-theme-5 .apss-google-plus a:hover{
	color:#dd4b39;
	border:2px solid #dd4b39;
}

.apss-theme-5 .apss-google-plus a:hover .fa{
	color:#dd4b39;
}

.apss-theme-5 .apss-pinterest a{
	background-color:#C92228;
}

.apss-theme-5 .apss-pinterest a:hover{
	color:#C92228;
	border:2px solid #C92228;
}

.apss-theme-5 .apss-pinterest a:hover .fa{
	color:#C92228;
}

.apss-theme-5 .apss-linkedin a{
	background-color:#3f729b;
}

.apss-theme-5 .apss-linkedin a:hover{
	color:#3f729b;
	border:2px solid #3f729b;
}

.apss-theme-5 .apss-linkedin a:hover .fa{
	color:#3f729b;
}

.apss-theme-5 .apss-digg a{
	background-color:#2169a8;
	
}

.apss-theme-5 .apss-digg a:hover{
	color:#2169a8;
	border:2px solid #2169a8;
}

.apss-theme-5 .apss-digg a:hover .fa{
	color:#2169a8;
}

.apss-theme-5 .apss-print a{
	background-color:#5e5959;
}

.apss-theme-5 .apss-print a:hover{
	color:#5e5959;
	border:2px solid #5e5959;
}

.apss-theme-5 .apss-print a:hover .fa{
	color:#5e5959;
}

.apss-theme-5 .apss-qiikchat a{
	background-color:#8f8f8f;
}

.apss-theme-5 .apss-qiikchat a:hover{
	color:#8f8f8f;
	border:2px solid #8f8f8f;
}

.apss-theme-5 .apss-qiikchat 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-qiikchat .count{
	display:none;
}

.apss-share-text{
  opacity: 0.4;
  line-height: 16px;
  color: #333;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin-left: 9px;
}



/**********************************************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: 5px;
    padding: 5px;
    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: 33px;
    height: 33px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    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: 46px;
    display: inline-block;
}
 

.apss-theme-6 .apss-icon-block{
   
    position: relative;
}

.apss-theme-6 .apss-single-icon .fa{
        color: #8A8A8A;
    font-size: 17px;
    line-height: 1;
    position: relative;
    display: block;
}



.apss-theme-6 .apss-share{
    
    font-size: 13px;
    text-align: center;
    line-height: 1;
    padding: 3px 0 2px;
    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: 13px;
    text-align: center;
 
    padding: 2px;
 
    color: #000;
    margin-top: 5px
 
}


.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:#3b5998;
}


.apss-theme-6 .apss-twitter a:hover:before {
    background-color:#1dcaff;
}
 

.apss-theme-6 .apss-google-plus a:hover:before {
    background-color:#dd4b39;
}

 
.apss-theme-6 .apss-pinterest a:hover:before {
    background-color:#C92228;
}

 

.apss-theme-6 .apss-linkedin a:hover:before {
    background-color:#3f729b;
}
 
.apss-theme-6 .apss-digg a:hover:before {
    background-color:#2169a8;
    
} 
.apss-theme-6 .apss-print a:hover:before {
    background-color:#5e5959;
}

 
.apss-theme-6 .apss-qiikchat 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-qiikchat .count{
    display:none;
}

.apss-share-text{
  opacity: 0.4;
  line-height: 16px;
  color: #333;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin-left: 9px;
}




/************************************************responsive*************************************************************/


@media screen and (max-width:768px){

.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;
}

}



.bmi-calculator {
  color: #FFFFFF;
  width: 300px;
  border: 1px solid #2A2A2A;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 16px;
  background-color: #FFFFFF;
}

.bmi-calculator-title {
  text-align: center;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  letter-spacing: 2px;
}

.bmi-calculator-bottom {
  padding: 10px;
  font-size: 12px;
  text-align: right;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.bmi-calculator-action {
  padding: 5px;
}

.bmi-calculator-system {
  padding: 5px;
  text-align: center;
  color: #000000;
}

.bmi-calculator-dimensions-imperial, .bmi-calculator-dimensions-metric {
  padding: 5px;
  color: #000000;
  font-weight: bold;
}

.bmi-calculator-dimensions-imperial input[type="text"], .bmi-calculator-dimensions-metric input[type="text"] {
  width: 70%;
}

.bmi-calculator-dimensions-imperial table, .bmi-calculator-dimensions-imperial tbody, .bmi-calculator-dimensions-imperial td, .bmi-calculator-dimensions-imperial tr {
  border: none;
}

.bmi-calculator-dimensions-metric table, .bmi-calculator-dimensions-metric tbody, .bmi-calculator-dimensions-metric td, .bmi-calculator-dimensions-metric tr {
  border: none;
}

.bmi-calculator-results {
  display: block;
  margin: 15px;
  padding: 10px;
  box-sizing: border-box;
  color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

.bmi-calculator-results.none {
  display: none;
}
.bmi-calculator-results.healthy {
  display: block;
  background-color: #dff0d8;
}
.bmi-calculator-results.caution {
  display: block;
  background-color: #fcf8e3;
}
.bmi-calculator-results.unhealthy {
  display: block;
  background-color: #f2dede;
}

.calc-link {
  color: #FFFFFF;
  text-decoration: underline;
}

.calc-link:hover {
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: underline;
}

.bmi-calculator-button {
  border: 1px solid #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 11px 24px 10px;
  color: #FFFFFF;
  letter-spacing: 1.5px;
}

.bmi-calculator.blueair .bmi-calculator-button {
  background: #9DC3D4 !important;
}

.bmi-calculator.caribbeansea .bmi-calculator-button {
  background: #00ABC0 !important;
}

.bmi-calculator.greenglass .bmi-calculator-button {
  background: #7ACCB8 !important;
}

.bmi-calculator.nightskyblue .bmi-calculator-button {
  background: #0F4C81 !important;
}

.bmi-calculator.redhouse .bmi-calculator-button {
  background: #964F4C !important;
}

.bmi-calculator.lavender .bmi-calculator-button {
  background: #B18EAA !important;
}

.bmi-calculator.titaniumgrey .bmi-calculator-button {
  background: #807D7F !important;
}

.bmi-calculator.glaciergrey .bmi-calculator-button {
  background: #C5C6C7 !important;
}

.bmi-calculator.yellowcustard .bmi-calculator-button {
  background: #E5D68E !important;
}

.bmi-calculator.sandstone .bmi-calculator-button {
  background: #C48A69 !important;
}

.bmi-calculator.blueair .bmi-calculator-title, .bmi-calculator.blueair .bmi-calculator-bottom {
  background-color: #9DC3D4;
}

.bmi-calculator.caribbeansea .bmi-calculator-title, .bmi-calculator.caribbeansea .bmi-calculator-bottom {
  background-color: #00ABC0;
}

.bmi-calculator.greenglass .bmi-calculator-title, .bmi-calculator.greenglass .bmi-calculator-bottom {
  background-color: #7ACCB8;
}

.bmi-calculator.nightskyblue .bmi-calculator-title, .bmi-calculator.nightskyblue .bmi-calculator-bottom {
  background-color: #0F4C81;
}

.bmi-calculator.redhouse .bmi-calculator-title, .bmi-calculator.redhouse .bmi-calculator-bottom {
  background-color: #964F4C;
}

.bmi-calculator.lavender .bmi-calculator-title, .bmi-calculator.lavender .bmi-calculator-bottom {
  background-color: #B18EAA;
}

.bmi-calculator.titaniumgrey .bmi-calculator-title, .bmi-calculator.titaniumgrey .bmi-calculator-bottom {
  background-color: #807D7F;
}

.bmi-calculator.glaciergrey .bmi-calculator-title, .bmi-calculator.glaciergrey .bmi-calculator-bottom {
  background-color: #C5C6C7;
}

.bmi-calculator.yellowcustard .bmi-calculator-title, .bmi-calculator.yellowcustard .bmi-calculator-bottom {
  background-color: #E5D68E;
}

.bmi-calculator.sandstone .bmi-calculator-title, .bmi-calculator.sandstone .bmi-calculator-bottom {
  background-color: #C48A69;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.es_caption {
    padding-bottom: 1em;
    padding-right: 0.5em;
}

.es_msg {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #F00;
}

.es_textbox {
    padding-bottom: 10px;
}

.es_button {
    padding-top: 10px;
    padding-bottom: 5px;
}

.es_textbox_class {
    width: 200px;
}

.es_lablebox {
    padding-bottom: 3px;
}

.es_subscription_message.success {
    color: #008000;
    font-size: 16px;
}

.es_subscription_message.error {
    color: #ff0000;
    font-size: 16px;
}

.es_spinner_image {
    display: none;
    float: right;
}
.es-field-wrap{
    margin-bottom: 0.6em;
}

.ig-es-form-list-selection, .ig-es-form-list-selection td, .ig-es-form-list-selection tr, .ig-es-form-radio-selection, .ig-es-form-radio-selection td, .ig-es-form-radio-selection tr {
    border: none;
}

.ig_es_form_wrapper {
    width: 30%;
    margin: 0 auto;
    border: 2px #e8e3e3 solid;
    padding: 0.9em;
    border-radius: 5px;
}

.ig_es_form_heading {
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

.ig_es_list_checkbox {
    margin-right: 0.5em;
}

.ig_es_submit {
    color: #FFFFFF !important;
    border-color: #03a025 !important;
    background: #03a025 !important;
    box-shadow: 0 1px 0 #03a025;
    font-weight: bold;
    height: 2.4em;
    line-height: 1em;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 1em;
    padding: 0 2em;
    margin-top: 1em;
}

.ig_es_submit:hover {
    color: #FFF !important;
    background: #0AAB2E !important;
    border-color: #0AAB2E !important;
}

.ig_es_form_wrapper hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* Custom field - START */

.es_form_cf{
    padding: 0.75rem;
}

select.es_form_cf, input[type="text"].es_form_cf, input[type="number"].es_form_cf, input[type="date"].es_form_cf{
     width: 50%;
}

/* Custom field - END */

/*
Page-list plugin
http://wordpress.org/extend/plugins/page-list/
*/

/* default styles for [pagelist], [subpages], [siblings] */
.page-list .current_page_item > a {
	font-weight: bold; /* hilite active item */
}

/* default styles for [pagelist_ext] */
.page-list-ext {
	clear: both;
}
/* clearfix-hack */
.page-list-ext {
	*zoom: 1;
}
.page-list-ext:before, .page-list-ext:after {
	display: table;
	line-height: 0;
	content: "";
}
.page-list-ext:after {
	clear: both;
}
.page-list-ext .page-list-ext-item {
	clear: both;
	margin: 10px 0 30px 0;
}
.page-list-ext .page-list-ext-image {
	float: left;
	display: inline;
	margin: 5px 15px 15px 0;
}
.page-list-ext .page-list-ext-title {
	clear: none;
}