.home body {
    background-color: #FFFFFF;
}

.home .follow-section .follow-box {
    flex-direction: column;
}

.home .follow-section .follow-box .follow-label,
.home .follow-section .follow-box .follow-icons {
    display: flex;
    font-weight: normal;
}

.home .follow-section .follow-box .follow-label{
    margin-bottom: 10px;
}

.home .footer {
    text-align: center;
    background-color: #EF4A25;
    padding: 6rem 1.5rem;
}

.home .footer .follow-label,
.home .footer p {
    color: #FFFFFF;
    font-size: .875rem;
}

.home .footer a {
    color: #FFFFFF;
}

.home .footer a:hover,
.home .footer a:focus {
    text-decoration: underline;
}

.home .footer .footer-logo,
.home .footer .follow-section {
    margin-bottom: 2rem;
}

.home .footer .follow-icon {
    background-size: contain !important;
    background-position: center center !important;
    width: 25px;
    height: 25px;
}

.home .footer .follow-icon:first-child {
    margin-left: 0;
}

.home .featured-post .follow-icon-x {
    background: url('../../images/x-black.png') 0 0 no-repeat;
}

.home .featured-post .follow-icon-facebook {
    background: url('../../images/facebook-black.png') 0 0 no-repeat;
}

.home .featured-post .follow-icon-github {
    background: url('../../images/github-black.png') 0 0 no-repeat;
}

.home .featured-post .follow-icon-linkedin {
    background: url('../../images/in-black.png') 0 0 no-repeat;
}

.home .footer .follow-icon-x {
    background: url('../../images/x-white.png') 0 0 no-repeat;
}

.home .footer .follow-icon-facebook {
    background: url('../../images/facebook-white.png') 0 0 no-repeat;
}

.home .footer .follow-icon-github {
    background: url('../../images/github-white.png') 0 0 no-repeat;
}

.home .footer .follow-icon-linkedin {
    background: url('../../images/in-white.png') 0 0 no-repeat;
}

.blog-template-page {
  color: #2D313B;
}

.blog-template-page .title {
  line-height: 1.2;
  vertical-align: middle;
}

.blog-template-page .title a {
  color: #2D313B;
  font-weight: bold;
}

.blog-template-page .excerpt-content {
  color: #2D313B;
  margin-bottom: 1rem;
}

.blog-template-page .links-and-date {
  color: #2D313B;
  display: flex;
}

.blog-template-page .links-and-date > p {
  flex: 1;
}

.blog-template-page .links-and-date > p.entry-date {
  text-align: right;
}

.blog-template-page .read-now-link {
  margin: 0;
}

.blog-template-page .post-categories .category-link {
  display: inline-block;
  background-color: #EF4A25;
  color: #ffffff;
  padding: 0 5px;
  font-size: 12px;
  margin-right: 5px;
}

.blog-template-page .hero-section {
  background-image: rgba(239, 74, 37, 0.1);
}

.blog-template-page .hero-section .hero-section-overlay {
  background-image: url(../../images/header-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 4rem 0;
}

.blog-template-page .hero-section .filestack-blog-logo {
  text-align: center;
  margin-bottom: 4rem;
}

.blog-template-page .hero-section .filestack-blog-logo img {
  max-width: 30rem;
}

.blog-template-page .hero-section .large-featured-post-container .large-post {
  display: flex;
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.blog-template-page .hero-section .large-featured-post-container .large-post .large-post-content {
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-template-page .hero-section .large-featured-post-container .large-post .large-post-content .post-categories {
  margin-bottom: 1rem;
}

.blog-template-page .hero-section .large-featured-post-container .large-post .large-post-image {
  flex: 2;
}

.blog-template-page .hero-section .large-featured-post-container .large-post .large-post-image figure {
  margin: 0;
}

.blog-template-page .hero-section .large-featured-post-container .large-post .large-post-image img {
  display: block;
  width: 100%;
  height: 25rem;
  object-fit: cover;
}

.blog-template-page .hero-section .card-featured-post-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.blog-template-page .hero-section .card-featured-post-container::-webkit-scrollbar {
  display: none;
}

.blog-template-page .hero-section .card-featured-post-container .card {
	background: #fff;
	border-radius: 30px;
  overflow: hidden;
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.blog-template-page .hero-section .card-featured-post-container .card .card-image figure {
  margin: 0;
}

.blog-template-page .hero-section .card-featured-post-container .card .card-image img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  display: block;
}

.blog-template-page .hero-section .card-featured-post-container .card .card-content {
  padding: 2rem;
}

.blog-template-page .hero-section .card-featured-post-container .card .card-content .title-section {
  margin-bottom: 1rem;
}

.blog-template-page .hero-section .card-featured-post-container .card .card-content .title {
  display: inline;
  margin-right: 5px;
  font-size: 1.4rem;
}

.blog-template-page .hero-section .card-featured-post-container .card .card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-template-page .hero-section .card-featured-post-container .card .card-content .excerpt-content {
  flex: 1;
}

.blog-template-page .hero-section .scroll-dots {
	text-align: center;
	margin-top: 1rem;
  display: none;
}

.blog-template-page .hero-section .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
  opacity: 0.4;
  background-image: none;
	border-radius: 50%;
	margin: 0 5px;
	transition: background 0.3s;
}

.blog-template-page .hero-section .dot.active {
	opacity: 1;
}

.blog-template-page .blog-listing-section {
  display: flex;
  flex-direction: row-reverse;
  gap: 5rem;
  flex-wrap: wrap;
}

.blog-template-page .blog-listing-section .section-title {
  margin-top: 7rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.2;
  display: inline-block;
}

.blog-template-page .blog-listing-section .blog-listing-sidebar {
  flex: 1;
  position: relative;
  z-index: 0;
}

.blog-template-page .blog-listing-section .blog-listing-sidebar::before {
  content: ' ';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(239, 74, 37, 0.1);
  border-radius: 0 0 0 30px;
}

.blog-template-page .blog-listing-section .blog-listing-sidebar .section-title,
.blog-template-page .blog-listing-section .blog-listing-sidebar .filter-container {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-page .blog-listing-section .blog-listing-sidebar .filter-container {
  margin-bottom: 3rem;
}

.blog-template-page .blog-listing-section .blog-listing-sidebar .filter-container .filter-title,
.blog-template-page .blog-listing-section .blog-listing-sidebar .filter-container input,
.blog-template-page .blog-listing-section .blog-listing-sidebar .filter-container select,
.blog-template-page .blog-listing-section .blog-listing-sidebar .filter-container ul.categories-filter-list,
.blog-template-page .blog-listing-section .blog-listing-sidebar .filter-container ul.categories-filter-list li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.blog-template-page .blog-listing-section .blog-listing-sidebar .filter-container .filter-title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #EF4A25;
  margin-bottom: 1rem;
}

.blog-template-page .blog-listing-section .blog-listing-sidebar .filter-container select {
  margin-bottom: 0.2rem;
  background: transparent;
  border: none;
}

.blog-template-page .blog-listing-section .blog-listing-sidebar .filter-container ul.categories-filter-list li {
  padding: 0.1rem 0.5rem;
  border-bottom: solid 1px #dddddd;
  cursor: pointer;
}

.blog-template-page .blog-listing-section .blog-listing-sidebar .filter-container ul.categories-filter-list li:hover,
.blog-template-page .blog-listing-section .blog-listing-sidebar .filter-container ul.categories-filter-list li.active {
  font-weight: bold;
  color: #EF4A25;
}

.blog-template-page .blog-listing-section .blog-listing-sidebar .filter-container .search-form .search-input {
  border: none;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  line-height: 2;
}

.blog-template-page .blog-listing-section .blog-listing {
  flex: 3;
}

.blog-template-page .blog-listing-section .blog-listing .blog-post {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 3rem;
  border-bottom: solid 3px #eeeeee;
}

.blog-template-page .blog-listing-section .blog-listing .blog-post:last-child {
  border-bottom: none;
}

.blog-template-page .blog-listing-section .blog-listing .blog-post .post-featured-image a,
.blog-template-page .blog-listing-section .blog-listing .blog-post .post-featured-image img {
  display: block;
  width: 200px;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
}

.blog-template-page .blog-listing-section .blog-listing .blog-post .post-content {
  flex: 1;
}

.blog-template-page .blog-listing-section .blog-listing .blog-post .title-section {
  margin-bottom: 1rem;
}

.blog-template-page .blog-listing-section .blog-listing .blog-post .title {
  display: inline;
  margin-right: 5px;
  font-size: 1.4rem;
}

.blog-template-page .blog-listing-section .post-list-loader {
  text-align: center;
}

@media (max-width: 1200px) {
  .blog-template-page .hero-section .large-featured-post-container .large-post .large-post-image img {
    height: 30rem;
  }
}

@media (max-width: 768px) {

  .blog-template-page .container {
    padding: 0 15px;
  }

  .blog-template-page .hero-section .filestack-blog-logo img {
    max-width: 20rem;
  }

  .blog-template-page .hero-section .large-featured-post-container .large-post {
    flex-direction: column-reverse;
  }

  .blog-template-page .hero-section .large-featured-post-container .large-post .large-post-image img {
    height: 20rem;
  }

	.blog-template-page .hero-section .card-featured-post-container {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scroll-behavior: smooth;
	}

	.blog-template-page .hero-section .card-featured-post-container .card {
		min-width: 80%;
    width: 100%;
		scroll-snap-align: center;
		flex: 0 0 auto;
	}

  .blog-template-page .hero-section .scroll-dots {
    display: block;
  }
  
  .blog-template-page .hero-section .card-featured-post-container .filestack-blog-logo img {
    max-width: 15rem;
  }

  .blog-template-page .blog-listing-section {
    flex-direction: column;
    gap: 0;
  }

  .blog-template-page .blog-listing-section .section-title {
    display: block;
    text-align: center;
    margin-top: 6rem;
  }

  .blog-template-page .blog-listing-section .blog-listing .section-title {
    margin-top: 3rem;
    margin-bottom: 0;
  }

  .blog-template-page .blog-listing-section .blog-listing-sidebar,
  .blog-template-page .blog-listing-section .blog-listing {
    max-width: 100%;
  }

  .blog-template-page .blog-listing-section .blog-listing-sidebar .section-title,
  .blog-template-page .blog-listing-section .blog-listing-sidebar .filter-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-template-page .blog-listing-section .blog-listing-sidebar .filter-container {
    display: none;
  }

  .blog-template-page .blog-listing-section .blog-listing-sidebar .filter-container.search-form-container {
    display: block;
  }

  .blog-template-page .blog-listing-section .blog-listing-sidebar::before {
    content: '';
    display: none;
  }

  .blog-template-page .blog-listing-section .blog-listing-sidebar .filter-container .search-form .search-input {
    width: 100% !important;
    text-align: center;
  }

  .blog-template-page .blog-listing-section .blog-listing .blog-post {
    flex-direction: column;
    gap: 0;
    padding: 3rem 0;
  }

  .blog-template-page .blog-listing-section .blog-listing .blog-post .post-featured-image {
    width: 100%;
  }

  .blog-template-page .blog-listing-section .blog-listing .blog-post .post-featured-image a,
  .blog-template-page .blog-listing-section .blog-listing .blog-post .post-featured-image img {
    border-radius: 15px;
    width: 100%;
    height: 150px;
  }

}
