@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Mulish:wght@400;500;600;700;800&display=swap");

:root {
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Inter", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: border-box;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

html,
body,
.sitecontent {
  min-height: 100vh;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 45px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}

.blogpost__heading h1 {
  font-weight: 600;
  font-size: 40px;
  color: #0d0d0d;
  line-height: 48px;
}

.blogpost__leade p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #575757;
  line-height: 150%;
  margin: 0;
}

.blogpost__leade {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #0000001f;
}

.blogpost__heading .entry-meta > div {
  justify-content: start;
}

.author-data {
  margin-right: 24px;
}

.author-data img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.author-data span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  margin-left: 8px;
}

.blogpost__heading .entry-meta div .author {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #575757;
  font-weight: 400;
}

.blogpost__byline {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.blogpost__heading .entry-meta div.blogpost__byline .author {
  /* margin: 0 8px; */
  margin-left: 2px;
}

.page-content__area p,
.page-content__area {
  font-size: 17px;
  font-weight: 400;
  color: #2e2e2e;
  font-family: "Inter", sans-serif;
}

.page-content__area p {
  margin-bottom: 24px;
}

.page-content__area figure {
  margin-bottom: 24px !important;
}

.page-content__area h1,
.page-content__area h2,
.page-content__area h3,
.page-content__area h4,
.page-content__area h5,
.page-content__area h6 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 16px 0;
  line-height: 32px;
  color: #0d0d0d;
  opacity: 1;
}

.page-content__area h1 {
  font-size: 40px;
  line-height: 50px;
}

.page-content__area h2 {
  margin-top: 32px;
  font-size: 28px;
  line-height: 40px;
}

.page-content__area h3 {
  margin-top: 32px;
  font-size: 24px;
}

.page-content__area h4 {
  font-size: 20px;
}

.page-content__area figure img {
  margin-bottom: 2px;
}

.page-content__area figcaption {
  font-size: 14px;
  line-height: 24px;
  color: #4a4a4a;
  opacity: 1;
  font-weight: 400;
  text-align: left;
  margin-top: 8px !important;
}
.footer .container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1388px;
	padding: 0 20px;
}

.section-med-small {
  padding-bottom: 20px;
}

.author-details {
  text-align: center;
  padding: 55px 0;
  background: #eaf1ff;
}

.author-details img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
}

.author-details h1 {
  font-size: 24px;
  margin: 10px 0;
}

.author-blog-all-post {
  padding: 50px 0;
}

.author-details p {
  width: 40%;
  margin: auto;
  color: #4a4a4a;
  font-size: 14px;
}

.heading h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.author-blog-listing .row {
  align-items: center;
  margin-bottom: 24px;
}

.author-blog-listing h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.author-blog-listing h3 a {
  color: #1c1c1c;
}

.author-blog-listing .author {
  font-size: 14px;
  color: #575757;
  font-family: "Inter", sans-serif;
}

.sidebar-title {
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-hero__section .container {
  max-width: 1200px;
}

.author__postDate {
  margin: 0 7px;
}

.author__postDate svg {
  width: 20px;
  height: 20px;
}

#st-1 .st-btn {
  padding: 0 4px !important;
}

@media (max-width: 768px) {
  .breadcrumb li:first-child {
    display: none;
  }

  .blogpost__heading {
    font-family: "Inter", sans-serif;
  }

  .blogpost__heading h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .blogpost__leade p {
    font-family: "Inter", sans-serif;
    line-height: 24px;
  }

  .page-content__area h1 {
    font-size: 32px;
    margin-top: 19px;
    line-height: 31px;
  }

  .page-content__area p {
    margin-bottom: 19px;
  }

  .page-content__area h2 {
    font-size: 20px;
    margin-top: 19px;
    line-height: 31px;
  }

  .page-content__area h3 {
    font-size: 18px;
    margin-top: 19px;
    line-height: 31px;
  }

  .page-content__area h4 {
    font-size: 16px;
  }

  .author-details p {
    width: 100%;
    padding: 0 10px;
  }

  .gx-5 {
    --bs-gutter-x: 0;
  }

  .author-blog-listing h3 {
    margin-top: 12px;
    margin-bottom: 2px;
    line-height: 24px;
  }

  .author-blog-listing .row {
    display: block;
  }

  .author__postDate {
    display: none;
  }
}
