/*
Theme Name: follow.it
Theme URI: http://follow.it;
Author: Nick Nahman
Author URI: http://follow.it;
Description: Simple and clean Wordpress theme fro follow.it blog
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: follow.it
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
:root {
	--base-background-color: #ffffff;
	--tertiary-background-color: #e0e0e0;
    --primary-text-color: #231f20;
	--secondary-text-color: #212121;
	--tertiary-text-color: #212121;
	--light-button-color: #00b04e;
	--dark-button-color: #212121;
	--fill-logo: #231f20;
	--border-color: #eeeeee;
}

[data-theme="dark"] {
    --base-background-color: #131419;
	--tertiary-background-color: #2A2B30;
    --primary-text-color: #ffffff;
	--secondary-text-color: #F5F9FC;
	--tertiary-text-color: #F5F9FC;
	--light-button-color: #F5F9FC;
	--dark-button-color: #00b04e;
	--fill-logo: #ffffff;
	--border-color: #343434;
}

.fill-logo {
	fill: var(--fill-logo);
}

.dark-button {
	color: var(--dark-button-color);
	appearance: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    text-align: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: none;
}

.light-button {
	color: var(--light-button-color);
	margin-right: 20px;
	appearance: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    text-align: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: none;
}

.dark-button:focus {
    outline: none;
}

.light-button:focus {
    outline: none;
}

body {
    background-color: var(--base-background-color);
    color: var(--primary-text-color);
}

html, body{
  margin: 0 !important;
}
.mt-15px{
  margin-top: 15px;
}
.mt-25px{
  margin-top: 25px;
}
.mt-40px{
  margin-top: 40px;
}
.mt-60px{
  margin-top: 60px;
}
.mt-70px{
  margin-top: 70px;
}
.mt-100px{
  margin-top: 100px;
}
button{
  padding: 0 15px;
}
.mb-20px {
  margin-bottom: 20px!important;
}
/* .col-10, .offset-1, .col-sm-10, .col-md-10, .offset-md-1, .col-lg-8, .offset-lg-2, .col-xl-6, .offset-xl-3 */
/* @media (max-width: 1660px) and (min-width: 1200px){
  .bootstrap-grid{
    max-width: 830px;
  }
} */
.bootstrap-grid{
  padding: 0 15px;
}
@media (min-width: 1200px){
  .bootstrap-grid{
    width: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1660px){
  .bootstrap-grid{
    width: 830px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .bootstrap-grid{
    width: 66.66667%;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .bootstrap-grid{
    width: 83.33333%;
  }
}
@media (min-width: 576px) and (max-width: 767px){
  .bootstrap-grid{
    width: 83.33333%;
  }
}
header .logo, .blog-wrapper, .blog-wrapper .blog-content-wrapper .blog-content, .blog-wrapper .blog-content-wrapper .blog-content .left-part .blog-posts .blog .read-more, .blog-wrapper .blog-content-wrapper .blog-content .left-part .blog-posts .blog .tags, .blog-wrapper .blog-content-wrapper .blog-content .right-part .top-part .get-more-recurring-visitors .input-wrapper, .search-wrapper, .input-field-wrapper {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
header{
  margin: 30px 50px 0 50px;
}
@media (max-width: 767px) and (min-width: 320px){
  header{
    margin: 20px 20px 0 20px;
  }

  .logo img{
    width: 105px;
  }
}
header .logo{
  height: 50px;
}
.blog-wrapper{
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  margin-bottom: 200px;
}
.blog-wrapper p {
  color: var(--primary-text-color);
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0px;
  margin-top: 0px!important;
}
.blog-content-wrapper{
}

@media (max-width: 620px) {
  .blog-content-wrapper {
    max-width: 90%;
  }
}
.heading h1 {
  color: var(--primary-text-color);
  font-family: "Montserrat";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  margin-bottom: 0px;
}
@media (max-width: 520px){
  .heading h1 {
    font-size: 35px;
    line-height: 50px;
  }
}
.heading h1 b {
  color: #00b04e;
  font-family: "Montserrat";
  font-weight: 700;
  word-break: break-word;
}
.article-page-blog-name {
	color: var(--primary-text-color);
	font-family: "Montserrat";
	font-size: 50px;
	font-weight: 300;
	line-height: 70px;
	margin-bottom: 0px;
}
.article-page-blog-name b {
  color: #00b04e;
  font-family: "Montserrat";
  font-weight: 700;
  word-break: break-word;
}
.under-heading-text span {
  color: var(--primary-text-color);
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}
.blog-wrapper .blog-content-wrapper .blog-content {
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.blog-content .left-part {
  width: 60%;
}
.left-part .blog-posts {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.blog-posts .blog:not(:first-child) {
  margin-top: 90px;
}

.blog-posts .blog {
  position: relative;
}

.blog-posts .blog:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -45px;
  left: 0;
  border-bottom: 1px solid var(--border-color);
}

.blog-posts .blog .blog-image {
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: baseline;
  align-items: baseline;
  justify-content: center;
}
.blog-posts .blog .blog-image img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 12px 32px rgba(0, 176, 78, 0.1);
}
.blog .blog-heading {
  width: 100%;
  margin-top: 55px;
}
.blog-heading h3 {
  color: var(--primary-text-color);
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 510;
  line-height: 36px;
  margin-bottom: 0px;
  word-break: break-word;
}
.blog-heading h1 {
  color: var(--primary-text-color);
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 510;
  line-height: 36px;
  margin-bottom: 0px;
  word-break: break-word;
}
.blog-text {
  width: 100%;
  margin-top: 35px;
  font-family: "Montserrat";
}
.blog-text p, li {
  color: var(--primary-text-color);
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0px;
  word-break: break-word;
}
.blog-text a {
  color: #00b04e;
  font-family: "Montserrat";
  text-decoration: none;
}
.read-more-wrapper{
  text-decoration: none;
}
.read-more {
  margin-top: 30px;
  border-radius: 35px;
  padding: 5px 30px;
  background-image: linear-gradient(to right, #10b150 0%, #10b150 51%, #1D976C 100%);
  box-shadow: 0 5px 25px rgba(34, 60, 47, 0.15);
  transition: box-shadow .5s, filter .5s;
}
.read-more:hover {
  box-shadow: 0 5px 25px rgba(0, 204, 102, .45);
  filter: brightness(1.08);
  cursor: pointer;
}
.read-more span {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}
.read-more svg {
  margin-left: 15px;
}
.read-more svg path {
  fill: #ffffff;
}
.tags {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 15px;
}
.tags .tag{
  margin-top: 10px;
}
.tags .tag:not(:first-child) {
  margin-left: 20px;
}
.tags .tag:hover button {
  cursor: pointer;
  background-color: #00b04e;
  color: #fff;
}
.tags .tag button {
  outline: none;
  min-width: 120px;
  min-height: 50px;
  border: 1px solid #00b04e;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  color: #00b04e;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  padding: 0 15px;
  word-break: break-word;
}
.blog-content .right-part {
  width: calc(40% - 50px);
  height: 100%;
  align-self: baseline;
}
@media (max-width: 835px) {
  .blog-content .right-part {
    display: none;
  }
  .blog-content .left-part{
    width: 100%;
  }
}
.top-part h4 {
  color: var(--primary-text-color);
  font-family: "Montserrat";
  font-size: 21px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.top-part h4 span {
  color: #00b04e;
}
.top-part h4 b {
  font-family: "Montserrat";
  font-weight: 700;
}
.top-part a.green-text {
  color: #00b04e;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}
.top-part a.green-text:hover {
  cursor: pointer;
  text-decoration: underline;
}
.follow-this-blog {
  /* @include greenButton(215px, 50px); */
}
.follow-this-blog button {
  outline: none;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  border: none;
	width: 215px;
	height: 50px;
	border-radius: 45px;
	background-color: #00b04e;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
	color: #ffffff;
  margin-top: 19px;
}
.follow-this-blog button:hover{
  background-color: #0d9449;
  cursor: pointer;
  transition: 0.3s;
}
.follow-this-blog button svg {
  margin-right: 10px;
}
.get-more-recurring-visitors p {
  margin-top: 0px;
}
.input-wrapper {
  width: calc(100% - 10px);
  height: 50px;
  padding: 0 5px;
  border-radius: 45px;
  box-shadow: 0 5px 25px rgba(34, 60, 47, 0.15);
  background-color: #fff;
  margin-bottom: 15px;
}
.input-wrapper input, .input-wrapper input::placeholder {
  color: #231f20;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
}
.input-wrapper input {
  z-index: 2;
  outline: none;
  border: 0;
  width: calc(100% - 70px);
  padding-left: 20px;
}
.input-wrapper button {
  z-index: 2;
  /* @include greenButton(70px, 40px); */
  outline: none;
  border: none;
	width: 70px;
	height: 40px;
	border-radius: 45px;
	background-color: #00b04e;
	color: #ffffff;
  color: #fff;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
  margin-left: 5px;
}
.input-wrapper button:hover:not(:disabled){
  background-color: #0d9449;
  cursor: pointer;
  transition: 0.3s;
}
.search-wrapper button{
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.follow-the-news-like-never-before button {
  outline: none;
  width: 100%;
  height: 50px;
  border: 1px solid #00b04e;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  color: #00b04e;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}
.follow-the-news-like-never-before button:hover {
  cursor: pointer;
  background-color: #00b04e;
  color: #fff;
}
.pagination-wrapper, .nav-links{
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.pagination-wrapper{
  width: 100%;
  justify-content: center;
}
.pagination span, .pagination a{
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat";
  background-color: #ffffff;
  color: #00b04e;
  text-decoration: none;
}
.pagination a:hover{
  background-color: #00b04e;
  color: #ffffff;
}
.pagination span, .pagination a:not(:first-child){
  margin-left: 5px;
}
.pagination .current{
  position: relative;
  background-color: #00b04e;
  color: #ffffff;
}
.pagination .current::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #00b04e transparent;
  left: 22px;
  top: -5px;
}
.enter-your-website-component{
  width: 100%;
}
.enter-your-website {
  position: relative;
  width: 100%;
  background-color: #00b04e;
}
.enter-your-website-content {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0px 50px 0px;
  background-image: url('https://follow.it/blog/wp-content/uploads/2019/06/Background.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 520px) {
  .enter-your-website-content {
    background-image: none;
  }
}
@media (max-width: 850px) {
  .enter-your-website-content {
    width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .enter-your-website-content {
    padding: 25px 0px 25px 0px;
  }
}
.enter-your-website-content .text {
  text-align: center;
}
.enter-your-website-content .text span {
  color: #fff;
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}
@media (max-width: 660px) {
  .enter-your-website-content .text span {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 600px) {
  .enter-your-website-content .text span {
    font-size: 30px;
    line-height: 40px;
  }
}
.enter-your-website-content .input-field-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
  height: 90px;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 5px 25px rgba(34, 60, 47, 0.15);
  border-radius: 45px;
  background-color: #fff;
}

.enter-your-website-content .input-field{
  z-index: 2;
}

.enter-your-website-content .next-button{
  z-index: 2;
}

@media (max-width: 768px) {
  .enter-your-website-content .input-field-wrapper {
    height: 70px;
  }
}
@media (max-width: 660px) {
  .enter-your-website-content .input-field-wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .enter-your-website-content .input-field-wrapper {
    height: 50px;
    margin-bottom: 10px;
  }
}
.enter-your-website-content .input-field-wrapper .input-field {
  width: calc(100% - 140px);
}
@media (max-width: 500px) {
  .enter-your-website-content .input-field-wrapper .input-field {
    width: calc(100% - 90px);
  }
}
.enter-your-website-content .input-field-wrapper .input-field input,
.enter-your-website-content .input-field-wrapper .input-field input::placeholder {
  color: #231f20;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 768px) {
  .enter-your-website-content .input-field-wrapper .input-field input,
  .enter-your-website-content .input-field-wrapper .input-field input::placeholder {
    font-size: 22px;
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .enter-your-website-content .input-field-wrapper .input-field input,
  .enter-your-website-content .input-field-wrapper .input-field input::placeholder {
    font-size: 15px;
    line-height: 30px;
  }
}
.enter-your-website-content .input-field-wrapper .input-field input {
  outline: none;
  border: 0;
  width: 100%;
  height: 70px;
  padding-left: 35px;
  border-radius: 45px;
}
@media (max-width: 768px) {
  .enter-your-website-content .input-field-wrapper .input-field input {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .enter-your-website-content .input-field-wrapper .input-field input {
    height: 30px;
  }
}
@media (max-width: 500px) {
  .enter-your-website-content .input-field-wrapper .input-field input {
    padding-left: 10px;
  }
}
.enter-your-website-content .input-field-wrapper .waiting-message {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.enter-your-website-content .input-field-wrapper .waiting-message span {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
}
.enter-your-website-content .input-field-wrapper .next-button button {
  outline: none;
  border: none;
	width: 130px;
	height: 70px;
	border-radius: 45px;
	background-color: #00b04e;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
}
.enter-your-website-content .input-field-wrapper .next-button button:hover:not(:disabled) {
  background-color: #0d9449;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .enter-your-website-content .input-field-wrapper .next-button button {
    font-size: 20px;
    width: 100px;
    height: 50px;
  }
}
@media (max-width: 600px) {
  .enter-your-website-content .input-field-wrapper .next-button button {
    width: 80px;
    height: 35px;
    font-size: 15px;
    line-height: 25px;
  }
}
.enter-your-website-content .checking {
  position: relative;
}
.enter-your-website-content .checking .input-field, .enter-your-website-component .enter-your-website .enter-your-website-content .checking .next-button {
  opacity: 0.1;
}
.enter-your-website-content .additional-text {
  margin-top: 10px;
}
@media (max-width: 660px) {
  .enter-your-website-content .additional-text {
    margin-top: 0px;
  }
}
.enter-your-website-content .additional-text span {
  color: #fff;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 660px) {
  .enter-your-website-content .additional-text span {
    font-size: 25px;
    line-height: 35px;
  }
}
.enter-your-website-content .additional-text .green-text {
  color: rgba(255, 255, 255, 0.5);
}

.blog-posts .no-image .blog-image{
  display: none;
}

.blog-posts .no-image .blog-heading{
  margin-top: 0px;
}

.blog-posts .no-image:first-child h3{
  margin-top: 0px;
}

.invalid-border{
  border: 2px solid red;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 45px;
  left: 0px;
  top: 0px;
  display: none;
}

.invalid-input{
  position: relative;
}

.invalid-input .invalid-border{
  display: block;
  z-index: 1;
}

button:disabled{
  opacity: .6;
}

button:disabled:hover{
  cursor: not-allowed !important;
}
.text-decoration-none {
  text-decoration: none;
}
.blog-excerpt h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
}

/*Editor's styles rewriting*/

.blog-text div {
  margin-bottom: 15px;
}

.blog-text h1 {
  color: var(--primary-text-color);
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 300;
}

.blog-text h2 {
  color: var(--primary-text-color);
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 500;
}

.blog-text h3 {
  color: var(--primary-text-color);
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 400;
}

.blog-text li, .blog-text p {
  color: var(--secondary-text-color);
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.blog-text p {
  margin-bottom: 15px;
}

.blog-text .ql-indent-1 {
  padding-left: 0px;
}

.blog-text li.ql-indent-1 {
  margin-left: calc((1 + 1) * 35px);
}

.blog-text p.ql-indent-1,
.blog-text div.ql-indent-1 {
  margin-left: calc((1) * 35px);
}

.blog-text .ql-indent-2 {
  padding-left: 0px;
}

.blog-text li.ql-indent-2 {
  margin-left: calc((2 + 1) * 35px);
}

.blog-text p.ql-indent-2,
.blog-text div.ql-indent-2 {
  margin-left: calc((2) * 35px);
}

.blog-text .ql-indent-3 {
  padding-left: 0px;
}

.blog-text li.ql-indent-3 {
  margin-left: calc((3 + 1) * 35px);
}

.blog-text p.ql-indent-3,
.blog-text div.ql-indent-3 {
  margin-left: calc((3) * 35px);
}

.blog-text .ql-indent-4 {
  padding-left: 0px;
}

.blog-text li.ql-indent-4 {
  margin-left: calc((4 + 1) * 35px);
}

.blog-text p.ql-indent-4,
.blog-text div.ql-indent-4 {
  margin-left: calc((4) * 35px);
}

.blog-text .ql-indent-5 {
  padding-left: 0px;
}

.blog-text li.ql-indent-5 {
  margin-left: calc((5 + 1) * 35px);
}

.blog-text p.ql-indent-5,
.blog-text div.ql-indent-5 {
  margin-left: calc((5) * 35px);
}

.blog-text .ql-indent-6 {
  padding-left: 0px;
}

.blog-text li.ql-indent-6 {
  margin-left: calc((6 + 1) * 35px);
}

.blog-text p.ql-indent-6,
.blog-text div.ql-indent-6 {
  margin-left: calc((6) * 35px);
}

.blog-text .ql-indent-7 {
  padding-left: 0px;
}

.blog-text li.ql-indent-7 {
  margin-left: calc((7 + 1) * 35px);
}

.blog-text p.ql-indent-7,
.blog-text div.ql-indent-7 {
  margin-left: calc((7) * 35px);
}

.blog-text .ql-indent-8 {
  padding-left: 0px;
}

.blog-text li.ql-indent-8 {
  margin-left: calc((8 + 1) * 35px);
}

.blog-text p.ql-indent-8,
.blog-text div.ql-indent-8 {
  margin-left: calc((8) * 35px);
}

.blog-text .ql-indent-9 {
  padding-left: 0px;
}

.blog-text li.ql-indent-9 {
  margin-left: calc((9 + 1) * 35px);
}

.blog-text p.ql-indent-9,
.blog-text div.ql-indent-9 {
  margin-left: calc((9) * 35px);
}

.blog-text .ql-indent-10 {
  padding-left: 0px;
}

.blog-text li.ql-indent-10 {
  margin-left: calc((10 + 1) * 35px);
}

.blog-text p.ql-indent-10,
.blog-text div.ql-indent-10 {
  margin-left: calc((10) * 35px);
}

.blog-text ul, .blog-text ol {
  padding-left: 0px;
  margin-bottom: 0px;
}
.blog-text ul li, .blog-text ol li {
  padding-left: 0px;
  position: relative;
  list-style-type: none;
}
.blog-text ul li::before, .blog-text ol li::before {
  content: "•";
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  font-size: 30px;
}
.blog-text ul li img, .blog-text ol li img {
  display: block;
}

.blog-text ul li::before {
  position: absolute;
  top: -3px;
  left: -15px;
}

.blog-text ol {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.blog-text ol li {
  counter-increment: list-0;
}
.blog-text ol li::before {
  position: absolute;
  top: 0px;
  left: -17px;
}
.blog-text ol li.ql-indent-1 {
  counter-increment: list-1;
}
.blog-text ol li.ql-indent-1::before {
  content: counter(list-1, lower-alpha) ". ";
}
.blog-text ol li.ql-indent-2 {
  counter-increment: list-2;
}
.blog-text ol li.ql-indent-2::before {
  content: counter(list-2, lower-roman) ". ";
}
.blog-text ol li::before {
  content: counter(list-0, decimal) ". ";
  margin-right: 0.3em;
  font-size: 15px;
}

.blog-text li {
  margin-left: 35px;
  margin-bottom: 15px;
}

a.heading-link {
  text-decoration: none;
  color: var(--primary-text-color);
}

a.heading-link:hover {
  opacity: .8;
}


.blog-follow-button {
	display: flex; 
	flex-direction: 
	row; gap: 20px;
	padding: 26px 0;
}

@media (max-width: 768px){
	.blog-follow-button {
		display: flex; flex-direction: column; gap: 20px;
	}
}

.blog-follow-button span {
	margin-right: 10px;
}

.blog-follow-button__rate {
	background-color: #10A9A0; 
	color: #ffffff; 
	cursor: pointer; 
	padding: 11px 5px; 
	font-family: 'Montserrat';
	font-size: 15px; 
	font-weight: 400; 
	line-height: 30px; 
	gap: 0.625rem; 
	border-radius: 9999px; 
	display: flex; 
	text-decoration: none;
	width: 222px; 
	justify-content: center;
} 

.blog-follow-button__follow {
	background-color: #00B04E; 
	color: #ffffff; 
	cursor: pointer; 
	padding: 11px 5px; 
	font-family: 'Montserrat';
	font-size: 15px; 
	font-weight: 400; 
	line-height: 30px; 
	gap: 0.625rem; 
	border-radius: 9999px; 
	display: flex; 
	text-decoration: none;
	width: 190px; 
	justify-content: center;
}

.white-text {
	color: #fff !important;
}