.mstoic-shortcodes.clear,
.mstoic-shortcodes.space {
  clear: both;
  margin: 0;
}
.mstoic-shortcodes.space {
  margin: 40px 0;
}
/* Mstoic Shortcodes With Counts */
.mstoic-shortcodes.total-count {
  width: 100%;
  text-align: center;
}
/* Mstoic Shortcodes With Counts Ends */
@media screen and (min-width: 500px) {
  .mstoic-shortcodes.count-2 .count {
    width: 50%;
  }
  .mstoic-shortcodes .count:nth-of-type(n) {
    float: left;
    padding: 10px;
    clear: none;
  }
  .mstoic-shortcodes .count:nth-of-type(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 800px) {
  .mstoic-shortcodes.count-3 .count,
  .mstoic-shortcodes.count-4 .count,
  .mstoic-shortcodes.count-5 .count,
  .mstoic-shortcodes.count-6 .count {
    width: 33.33%;
  }
  .mstoic-shortcodes .count:nth-of-type(n) {
    clear: none;
  }
  .mstoic-shortcodes .count:nth-of-type(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 900px) {
  .mstoic-shortcodes.count-4 .count,
  .mstoic-shortcodes.count-5 .count,
  .mstoic-shortcodes.count-6 .count {
    width: 50%;
  }
  .mstoic-shortcodes .count:nth-of-type(n) {
    clear: none;
  }
  .mstoic-shortcodes .count:nth-of-type(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1100px) {
  .mstoic-shortcodes.count-3 .count,
  .mstoic-shortcodes.count-4 .count,
  .mstoic-shortcodes.count-5 .count,
  .mstoic-shortcodes.count-6 .count {
    width: 33.33%;
  }
  .mstoic-shortcodes .count:nth-of-type(n) {
    clear: none;
  }
  .mstoic-shortcodes .count:nth-of-type(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1300px) {
  .mstoic-shortcodes.count-4 .count,
  .mstoic-shortcodes.count-5 .count,
  .mstoic-shortcodes.count-6 .count {
    width: 25%;
  }
  .mstoic-shortcodes .count:nth-of-type(n) {
    clear: none;
  }
  .mstoic-shortcodes .count:nth-of-type(4n+1) {
    clear: left;
  }
}
/*
@media screen and (min-width: 900px) {
	.mstoic-theme .no-sidebar .showcase-posts li {
		width: 25%;
	}
	.mstoic-theme .no-sidebar .mstoic-shortcodes .count:nth-of-type(n) {
		clear: none;
	}
	.mstoic-theme .no-sidebar .mstoic-shortcodes .count:nth-of-type(4n+1) {
		clear: left;
	}
}
*/
/* Mstoic Shortcodes Images */
.mstoic-shortcodes-images img {
  max-width: 100%;
}
.mstoic-shortcodes-images.round img {
  border-radius: 50%;
}
.mstoic-shortcodes-images .img-heading {
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
}
/* Mstoic Shortcodes Images Ends */
.mstoic-shortcodes-counters {
  display: table;
  width: 100%;
  text-align: center;
}
.mstoic-shortcodes-counters .counter-outer {
  display: inline-block;
  width: 98%;
  margin: 0 1%;
  position: relative;
}
.mstoic-shortcodes-counters .counter {
  display: inline-block;
  height: 300px;
  width: 300px;
  margin: 40px 0;
  padding: 10%;
  text-align: center;
  vertical-align: middle;
  border: 20px solid #0D99FC;
  border-radius: 50%;
}
.mstoic-shortcodes-counters .count {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  font-size: 2em;
}
.mstoic-shortcodes-counters .text {
  display: block;
  margin-top: 1em;
  font-size: 1.6em;
  line-height: 1.2em;
}
