.lets-social-count-wrap .network-option {
  float: left;
  margin:  0;
}
.lets-social-count-wrap .icon-count {
  font-weight: 700;
  line-height: 1;
}
.lets-social-count-wrap span {
  display: inline-block;
}
.lets-social-count-wrap .icon-content {
  position: relative;
}
.lets-social-count-wrap .icon-content span {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.lets-social-count-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.lets-social-count-wrap .icon-wrap {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lets-social-count-wrap .icon-action {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1px;
}

.lets-social-count-1, .lets-social-count-2 {
  margin-bottom: -20px;
}
.lets-social-count-1 .icon-count, .lets-social-count-2 .icon-count {
  display: block;
}
.lets-social-count-1 .icon-wrap, .lets-social-count-2 .icon-wrap {
  color: #fff;
}
.lets-social-count-1 .network-tw .icon-wrap, .lets-social-count-2 .network-tw .icon-wrap {
  background: #1DA1F2;
}
.lets-social-count-1 .network-fb .icon-wrap, .lets-social-count-2 .network-fb .icon-wrap {
  background: #3B5998;
}
.lets-social-count-1 .network-yt .icon-wrap, .lets-social-count-2 .network-yt .icon-wrap {
  background: #dc403c;
}
.lets-social-count-1 .network-pi .icon-wrap, .lets-social-count-2 .network-pi .icon-wrap {
  background: #b8091a;
}
.lets-social-count-1 .network-rss .icon-wrap, .lets-social-count-2 .network-rss .icon-wrap {
  background: #ff8c00;
}

.lets-social-count-3 .icon-content, .lets-social-count-3 .icon-wrap, .lets-social-count-4 .icon-content, .lets-social-count-4 .icon-wrap {
  color: #fff;
}
.lets-social-count-3 .network-tw, .lets-social-count-4 .network-tw {
  background: #1DA1F2;
}
.lets-social-count-3 .network-in, .lets-social-count-4 .network-in, .lets-social-count-1 .network-in .icon-wrap, .lets-social-count-2 .network-in .icon-wrap  {
background: #bc1888;
  background:  -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
}
.lets-social-count-3 .network-fb, .lets-social-count-4 .network-fb {
  background: #3B5998;
}
.lets-social-count-3 .network-yt, .lets-social-count-4 .network-yt {
  background: #dc403c;
}
.lets-social-count-3 .network-pi, .lets-social-count-4 .network-pi {
  background: #b8091a;
}
.lets-social-count-3 .network-rss, .lets-social-count-4 .network-rss {
  background: #ff8c00;
}
.lets-social-count-3 .icon-content {
	font-size: 12px;
}
.lets-social-count-3 .icon-wrap {
	font-size: 20px;
}
.lets-social-count-2 a, .lets-social-count-5 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lets-social-count-2 .network-option, .lets-social-count-5 .network-option {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 10px;
}
.lets-social-count-2 .icon-content, .lets-social-count-5 .icon-content {
  float: left;
  width: 100%;
  text-align: left;
}
.lets-social-count-2 .icon-title, .lets-social-count-5 .icon-title {
  font-size: 12px;
  display: block;
  margin-top: 3px;
}
.lets-social-count-2 .icon-wrap, .lets-social-count-5 .icon-wrap {
  float: left;
}
.lets-social-count-2 .icon-wrap, .lets-social-count-5 .icon-wrap {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.lets-social-count-2 .icon-wrap i, .lets-social-count-5 .icon-wrap i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate( -50%, -50%);
          transform: translate( -50%, -50%);
  left: 50%;
}

.lets-social-count-1 {
  text-align: center;
}
.lets-social-count-1 .network-option {
  width: 33.3333%;
  margin-bottom: 20px;
}
.lets-social-count-1 .icon-content {
  display: block;
  margin-top: 10px;
}
.lets-social-count-1 .icon-title {
  margin-top: 3px;
}
.lets-social-count-1 .icon-wrap {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
      font-size: 18px;
}
.lets-social-count-1 .icon-wrap i {
	line-height: inherit;
}

.lets-social-count-2 .icon-content {
  margin-left: 15px;
}

.lets-social-count-3 .icon-action {
  -webkit-transform: translate3d(7px, -50%, 0);
          transform: translate3d(7px, -50%, 0);
}
.lets-social-count-3 .network-option {
  width: 100%;
  margin-bottom: 2px;
  border-radius: 2px;
}
.lets-social-count-3 .icon-count {
  margin-right: 5px;
}
.lets-social-count-3 .icon-content {
  float: left;
}
.lets-social-count-3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.lets-social-count-3 .icon-wrap {
      width: 60px;
    text-align: center;
  float: left;
}
.lets-social-count-3 .icon-action {
  left: 0;
}

.lets-social-count-4 .network-option, .lets-social-count-6 .network-option {
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0;
}
.lets-social-count-4 .icon-count, .lets-social-count-6 .icon-count {
  display: block;
  font-size: 15px;
  margin-bottom: -2px;
}
.lets-social-count-4 .icon-title, .lets-social-count-6 .icon-title, .lets-social-count-1 .icon-title {
  font-size: 10px;
}
.lets-social-count-4 .icon-content, .lets-social-count-6 .icon-content {
  display: block;
  text-align: center;
    margin-top: 3px;
}
.lets-social-count-4 .icon-wrap, .lets-social-count-6 .icon-wrap {
  width: 100%;
  text-align: center;
  font-size: 25px;
  margin-top: 5px;
  line-height: 1;
}

.lets-social-count-6 .icon-count {
  margin-right: 5px;
}

.lets-social-count-5 .icon-content {
  margin-left: 15px;
}
.lets-social-count-5 .icon-count {
  display: block;
}
.lets-social-count-5 .icon-wrap {
  border: 1px solid #888;
}

.lets-social-count-1 .icon-action, .lets-social-count-4 .icon-action, .lets-social-count-6 .icon-action {
  -webkit-transform: translate3d(-50%, calc( -50% + 7px ), 0);
          transform: translate3d(-50%, calc( -50% + 7px ), 0);
}
.lets-social-count-1 li:hover .icon-wrap, .lets-social-count-4 li:hover .icon-wrap, .lets-social-count-6 li:hover .icon-wrap {
  -webkit-transform: translate3d(0, 7px, 0);
          transform: translate3d(0, 7px, 0);
}
.lets-social-count-1 li:hover .icon-content span, .lets-social-count-4 li:hover .icon-content span, .lets-social-count-6 li:hover .icon-content span {
  opacity: 0;
  -webkit-transform: translate3d(0, -7px, 0);
          transform: translate3d(0, -7px, 0);
}
.lets-social-count-1 li:hover .icon-content .icon-action, .lets-social-count-4 li:hover .icon-content .icon-action, .lets-social-count-6 li:hover .icon-content .icon-action {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  opacity: 1;
}

.lets-social-count-2 .icon-action, .lets-social-count-5 .icon-action {
  left: 0;
  -webkit-transform: translate3d(7px, -50%, 0);
          transform: translate3d(7px, -50%, 0);
}
.lets-social-count-2 li:hover .icon-content span, .lets-social-count-5 li:hover .icon-content span {
  opacity: 0;
  -webkit-transform: translate3d(-7px, 0, 0);
          transform: translate3d(-7px, 0, 0);
}
.lets-social-count-2 li:hover .icon-content .icon-action, .lets-social-count-5 li:hover .icon-content .icon-action {
  -webkit-transform: translate3d(0%, -50%, 0);
          transform: translate3d(0%, -50%, 0);
  opacity: 1;
}

.lets-social-count-3 li:hover .icon-content span {
  opacity: 0;
  -webkit-transform: translate3d(-7px, 0, 0);
          transform: translate3d(-7px, 0, 0);
}
.lets-social-count-3 li:hover .icon-content .icon-action {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  opacity: 1;
}

@font-face {
  font-family: 'lets-social-count';
  src:
    url('/wp-content/plugins/lets-social-count/assets/css/lets-social-count.ttf?s3alnp') format('truetype'),
    url('/wp-content/plugins/lets-social-count/assets/css/lets-social-count.woff?s3alnp') format('woff'),
    url('/wp-content/plugins/lets-social-count/assets/css/lets-social-count.svg?s3alnp#lets-social-count') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="lsc-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lets-social-count' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lsc-twitter:before {
  content: "\f099";
}
.lsc-facebook:before {
  content: "\f09a";
}
.lsc-rss:before {
  content: "\f09e";
}
.lsc-youtube-play:before {
  content: "\f16a";
}
.lsc-instagram:before {
  content: "\f16d";
}
.lsc-pinterest:before {
  content: "\f231";
}
#ez-toc-container{background:#f9f9f9;border:1px solid #aaa;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);display:table;margin-bottom:1em;padding:10px;position:relative;width:auto}div.ez-toc-widget-container{padding:0;position:relative}#ez-toc-container.ez-toc-light-blue{background:#edf6ff}#ez-toc-container.ez-toc-white{background:#fff}#ez-toc-container.ez-toc-black{background:#000}#ez-toc-container.ez-toc-transparent{background:none}div.ez-toc-widget-container ul{display:block}div.ez-toc-widget-container li{border:none;padding:0}div.ez-toc-widget-container ul.ez-toc-list{padding:10px}#ez-toc-container ul ul,.ez-toc div.ez-toc-widget-container ul ul{margin-left:1.5em}#ez-toc-container li,#ez-toc-container ul{padding:0}#ez-toc-container li,#ez-toc-container ul,#ez-toc-container ul li,div.ez-toc-widget-container,div.ez-toc-widget-container li{background:0 0;list-style:none;line-height:1.6;margin:0;overflow:hidden;z-index:1}#ez-toc-container p.ez-toc-title{text-align:left;line-height:1.45;margin:0;padding:0}.ez-toc-title-container{display:table;width:100%}.ez-toc-title,.ez-toc-title-toggle{display:inline;text-align:left;vertical-align:middle}.ez-toc-btn,.ez-toc-glyphicon{display:inline-block;font-weight:400}#ez-toc-container.ez-toc-black a,#ez-toc-container.ez-toc-black a:visited,#ez-toc-container.ez-toc-black p.ez-toc-title{color:#fff}#ez-toc-container div.ez-toc-title-container+ul.ez-toc-list{margin-top:1em}.ez-toc-wrap-left{float:left;margin-right:10px}.ez-toc-wrap-right{float:right;margin-left:10px}#ez-toc-container a{color:#444;box-shadow:none;text-decoration:none;text-shadow:none;display:inline-flex;align-items:stretch;flex-wrap:nowrap}#ez-toc-container a:visited{color:#9f9f9f}#ez-toc-container a:hover{text-decoration:underline}.ez-toc-widget-container ul.ez-toc-list li::before{content:' ';position:absolute;left:0;right:0;height:30px;line-height:30px;z-index:-1}.ez-toc-widget-container ul.ez-toc-list li.active{background-color:#ededed;height:auto!important}.ez-toc-widget-container li.active>a{font-weight:900}.ez-toc-btn{padding:6px 12px;margin-bottom:0;font-size:14px;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.ez-toc-btn:focus{outline:#333 dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.ez-toc-btn:focus,.ez-toc-btn:hover{color:#333;text-decoration:none}.ez-toc-btn.active,.ez-toc-btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.ez-toc-btn-default{color:#333;background-color:#fff;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#ccc}.ez-toc-btn-default.active,.ez-toc-btn-default:active,.ez-toc-btn-default:focus,.ez-toc-btn-default:hover{color:#333;background-color:#ebebeb;border-color:#adadad}.ez-toc-btn-default.active,.ez-toc-btn-default:active{background-image:none;background-color:#e0e0e0;border-color:#dbdbdb}.ez-toc-btn-sm,.ez-toc-btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ez-toc-btn-xs{padding:1px 5px}.ez-toc-btn-default:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.active,.ez-toc-btn:active{background-image:none}.ez-toc-btn-default:focus,.ez-toc-btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.ez-toc-pull-right{float:right!important;margin-left:10px}#ez-toc-container label.cssicon{height:30px}.ez-toc-glyphicon{position:relative;top:1px;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;line-height:1;-moz-osx-font-smoothing:grayscale}.ez-toc-glyphicon:empty{width:1em}.ez-toc-toggle i.ez-toc-glyphicon,label.cssicon .ez-toc-glyphicon:empty{font-size:16px;margin-left:2px}#ez-toc-container input,.ez-toc-toggle #item{position:absolute;left:-999em}#ez-toc-container input[type=checkbox]:checked+nav{opacity:0;max-height:0;border:none;display:none}#ez-toc-container label{float:right;position:relative;font-size:16px;padding:0 4px 0 5px;border:1px solid #999191;border-radius:5px;cursor:pointer;width:30px;left:10px}#ez-toc-container .ez-toc-toggle label,#ez-toc-container label.cssicon{float:right;position:relative;font-size:16px;padding:0;border:1px solid #999191;border-radius:5px;cursor:pointer;left:10px;width:35px}div#ez-toc-container p.ez-toc-title{display:contents}div#ez-toc-container{padding-right:20px}.ez-toc-wrap-center{margin:0 auto}#ez-toc-container a.ez-toc-toggle{display:flex;align-items:center;color:#444;background:inherit;border:inherit}div#ez-toc-container.afterpara+p,label.cssiconcheckbox{display:none}.ez-toc-widget-container ul li a{padding-left:10px;display:inline-flex;align-items:stretch;flex-wrap:nowrap}