/* sticky header */
.sticky-header {
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 30px 30px;
  max-width: 800px;
  width: 100%;
  padding: 24px 30px 16px 30px;
  opacity: 0.7;
  transform: translateY(-175%);
  transition: all 0.2s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  z-index: 999;
}
.sticky-header.sticky-top {
  opacity: 1;
  transform: translateY(0);
}
.sticky-header .text {
  flex: 1 1 auto;
}
.sticky-header .form {
  max-width: 350px;
  width: 350px;
  flex: 0 0 auto;
}
.sticky-header .form .form-wrapper {
  margin: 0;
}
.sticky-header .form .form-wrapper .fields {
  box-shadow: none;
}
.sticky-header .form .form-wrapper .fields input[type=email] {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
  padding: 0 10px;
  height: 1.8rem;
}
.sticky-header .form .form-wrapper .fields input[type=email]:focus {
  border-color: #14CFCF;
  box-shadow: none;
}
.sticky-header .form .form-wrapper .fields .form-group {
  display: flex;
}
.sticky-header .form .form-wrapper .fields button {
  background: #14CFCF;
  border-radius: 0 5px 5px 0;
  color: #fff;
  border: none;
}

/* END sticky header */
/* Blog item (blog post)*/
.blog-post {
  background-image: url("../images/main-bg.svg");
  background-repeat: no-repeat;
  background-size: 35vw;
  background-position: right bottom;
}
.blog-post .categories a {
  color: initial;
}
.blog-post .heading-wrapper {
  margin: 50px 0 20px 0;
  position: relative;
  padding: 0 15px;
}
.blog-post .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px 30px 0 30px;
  height: 200px;
}
.blog-post .heading-block {
  background-color: rgba(20, 207, 207, 0.8);
  border-radius: 50px 50px 0px 50px;
  height: 250px;
  margin-top: -50px;
  width: 95%;
  margin-left: 5%;
  padding: 25px 35px;
}
.blog-post .heading-block h5 {
  font-weight: 800;
  color: #FFF;
  font-size: 25px;
  line-height: 32px;
}
.blog-post .heading-block span {
  display: block;
  color: #FFF;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 10px;
}
.blog-post .tags {
  margin: 30px;
}
.blog-post .tags a {
  background-color: transparent;
  padding: 10px 20px;
  border: 1px solid #FFF;
  margin: 0 5px 10px 0;
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
  border-radius: 15px;
  height: auto;
}
.blog-post .introduction {
  font-weight: 300;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 50px;
  color: #14CFCF;
}
.blog-post .content {
  color: #666;
}
.blog-post .content p {
  margin-bottom: 25px;
}
.blog-post .content pre {
  width: 100%;
  float: left;
  justify-content: center;
  min-width: 100%;
  box-sizing: border-box;
  overflow: auto;
}
.blog-post .content code {
  display: inline-block;
}
.blog-post .meta {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;
}
.blog-post .quick-menu {
  width: 240px;
  background: #f2f2f2;
  border-radius: 16px;
  padding: 20px;
  flex: 0 0 auto;
}
.blog-post .quick-menu .heading {
  width: 100%;
  margin: 0;
}
.blog-post .quick-menu .heading span {
  width: 100%;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
}
.blog-post .quick-menu ul {
  list-style: none;
  margin: 10px 0 15px 0;
  padding: 0;
}
.blog-post .quick-menu ul li {
  margin-top: 10px;
}
.blog-post .quick-menu ul li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: initial;
  margin-bottom: 15px;
  text-decoration: none;
}
.blog-post .main-content .main-img {
  width: 100%;
  max-width: 750px;
  border-radius: 30px 30px 0 30px;
}
.blog-post .main-content .content {
  max-width: 750px;
}
.blog-post .main-content .content .mini-author-block {
  padding-left: 0.8rem;
}
.blog-post .main-content .content .mini-author-block img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.blog-post .main-content .content .mini-author-block .btn {
  border-radius: 5px;
}
.blog-post .author {
  border-top: 1px solid #666;
  padding-top: 1rem;
}
.blog-post .author .img-wrapper {
  width: 128px;
  height: 128px;
  position: relative;
  background: #14CFCF;
  flex: 0 1 auto;
}
.blog-post .author .img-wrapper img {
  width: 128px;
  height: 128px;
  position: absolute;
  top: -20px;
  left: 20px;
}
.blog-post .author .author-bio {
  flex: 1 0 0%;
}

@media (min-width: 992px) {
  .blog-post .heading-wrapper {
    padding: 0;
  }
  .blog-post .img {
    height: 400px;
    margin-bottom: 25px;
  }
  .blog-post .heading-block {
    width: 45%;
    height: 450px;
    top: -50px;
    padding: 40px 40px 20px;
    border-radius: 50px 50px 0px 30px;
    position: absolute;
    left: 0;
    margin-top: auto;
    margin-left: auto;
  }
  .blog-post .heading-block h5 {
    font-size: 50px;
    line-height: 60px;
  }
  .blog-post .introduction {
    color: #666;
    font-size: 24px;
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 960px) {
  .blog-post .meta {
    padding: 0 35px;
  }
  .blog-post .quick-menu {
    position: absolute;
    top: 5px;
    left: 0;
    width: 50%;
    max-width: 230px;
    right: 3rem;
    padding: 0;
  }
  .blog-post .quick-menu .heading {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    min-width: 180px;
    border: 0;
    border-radius: 4px;
    padding: 16px 20px;
    overflow: hidden;
    cursor: pointer;
  }
  .blog-post .quick-menu .heading span {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    position: relative;
  }
  .blog-post .quick-menu .heading span:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    background-image: url("../images/arrow-down.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 15px;
  }
  .blog-post .quick-menu .heading.show-dropdown .dropdown {
    transform: translate(0, 20px);
    opacity: 1;
    visibility: visible;
  }
  .blog-post .quick-menu .heading .dropdown {
    position: absolute;
    top: 5px;
    left: 0;
    background: #f2f2f2;
    width: 100%;
    border-radius: 0 0 16px 16px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .blog-post .quick-menu .heading .dropdown li {
    z-index: 1;
    position: relative;
    background: transparent;
    padding: 0 20px;
  }
  .blog-post .quick-menu .heading .dropdown li:first-child {
    padding-top: 20px;
  }
  .blog-post .quick-menu .heading .dropdown li:last-child {
    padding-bottom: 20px;
  }
  .blog-post .quick-menu .heading .dropdown li a {
    display: block;
    color: initial;
    text-decoration: none;
  }
  .blog-post .introduction {
    padding-top: 75px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .blog-post .quick-menu {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  #miniAuthor {
    top: 0;
    bottom: 0;
    transition: all 0.2s ease;
  }
  #miniAuthor.fixed-at-top {
    position: fixed;
    top: 115px;
  }
  #miniAuthor.fixed-at-bottom {
    position: absolute;
    bottom: 0;
    top: auto;
  }
}
/* END Blog item (blog post)*/

/*# sourceMappingURL=post.css.map */
