.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
}

body {
  background-color: #f8f8f8;
}

.box-post {
  margin-bottom: 20px;
}

.box-post .subtitle {
  margin-top: -10px !important;
}
.box-post .title a {
  color: rgba(74,74,74, .95);
}
.box-post .updated {
  display: none;
}

.hero.is-medium .hero-body {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
}

.hero .featured {
  color: rgba(255,255,255, .3);
  margin-bottom: 20px;
}
.hero .title {
  padding-bottom: 20px
}
.hero .subtitle {
  color: rgba(255,255,255, .5) !important;
  line-height: 1.64;
}


.is-hidden {
  display: none;
}

.content figure {
  max-width: calc(100% - 4rem);
}

.read-more {
  display: none;
}
.home .read-more {
  display: block;
}
/* .home .card-image, */
.category .card-image,
.author .card-image{
  display: none;
}
.box {
  position: relative;
}

.footer {
  color: rgba(255,255,255, .5);
}

.footer hr {
  background: rgba(255,255,255, .1);
}


.pagination,
.pagination .navigation {
  background: transparent !important;
}
.is-vertically-centered {
  align-items: center !important
  }
.home .is-taking-full-space,
.archive .is-taking-full-space,
.search .is-taking-full-space {
  width: 100%;
  height: 100%;
}

.category-navigation {
  box-shadow: inset 0 -1px 0 #dbdbdb;
}

.category-navigation .tabs a,
.category-navigation a.dropdown-item {
  color: #ef4a25;
}
.home .category-navigation .tabs li:nth-child(1) a,
.category-thoughts-and-knowledge .category-navigation .tabs li:nth-child(2) a,
.category-api .category-navigation .tabs li:nth-child(3) a,
.category-tutorials .category-navigation .tabs li:nth-child(4) a,
.category-events .category-navigation .tabs li:nth-child(5) a {
  color: rgba(74,74,74, .9);
  background-color: #f8f8f8;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}
.category-navigation .tabs {
  margin-bottom: 0 !important;
}

.tabs.is-medium a {
  padding: 1em 1.5em;
}

.is-search-tag {
  font-size: 1em !important;
}

.box.inline-cta {
  padding: 1rem;
  background-image: url('https://blog.filestack.com/wp-content/uploads/2023/05/06_Banner_Update_Blog_Filestack_BG_01.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: 1rem !important;
}
.inline-cta .title {
  color: #ffffff !important;
}
.inline-cta .subtitle {
  color: #ffffff !important;
  margin-top: -1rem !important;
}
@media screen and (max-width: 1200px) {
	.inline-cta .level {
		display: initial;
	}
	.inline-cta .level .level-right {
		justify-content: center;
		margin-top: 1rem;
	}
}

.modal-summary {
  display: none;
}

.follow-bar {
  margin-top: -2rem;
  background-color: rgba(255,255,255, .1)
}
.follow-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  font-size: .875rem;
  font-weight: 500;
  color: inherit;
}
.follow-label {
  color: inherit;
}
.follow-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: 15px;
  text-indent: -9999px;
  overflow: hidden;
  opacity: .9;
}
.follow-icon:hover {
  opacity: 1;
}
.follow-icon-twitter {
  background: url('https://assets.filestack.com/docs_v2/img/social-media/icon-follow-twitter.svg') 0 0 no-repeat;
}
.follow-icon-x {
  background: url('https://blog.filestack.com/wp-content/uploads/2025/01/twitter-x-logo-black-round-20851.svg') 0 0 no-repeat;
}
.follow-icon-facebook {
  background: url('https://assets.filestack.com/docs_v2/img/social-media/icon-follow-facebook.svg') 0 0 no-repeat;
}
.follow-icon-github {
  background: url('https://assets.filestack.com/docs_v2/img/social-media/icon-follow-github.svg') 0 0 no-repeat;
}
.follow-icon-linkedin {
  background: url('https://assets.filestack.com/docs_v2/img/social-media/icon-follow-linkedin.svg') 0 0 no-repeat;
}


.dropdown-more {
  height: 1.875rem;
  border: 1px solid #dbdbdb;
  border-radius: 2rem;
  line-height: 1.4rem;
  text-align: center;
  background: transparent url('https://assets.filestack.com/blog_v2/img/icon-more.svg');
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .dropdown-more {
    padding-right: 2rem;
    background-position: right center;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-more {
    width: 1.875rem;
    margin: 0 1.5em;
  }
}

@media screen and (min-width: 1000px) {
  .small-dropdown {
    left: auto;
    min-width: auto;
  }

}



/* Contact Modal */
.contact-error {
  display: none !important;
}
label > span.highlight {
  position: relative;
  font-weight: 700;
}
label > span.highlight::after {
  content: '*';
  color: #ef4a25;
  font-size: 1.3rem;
  font-weight: normal;
  position: absolute;
  top: -10px;
  right: -10px;
}

/* Display Management of "Table of Content" */
@media screen and (min-width: 769px) {
    article .lwptoc_i {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #blog-post-sidebar .lwptoc_i {
        display: none;
    }
}