.post-header-container{
  padding: 50px 0 30px 0;
  position: relative;
  z-index: 9999;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  min-height: 345px;
  justify-content: center;
}

.post-header-container div {
  margin-bottom: 20px;
}

.post-header-container .post-header-title {
  margin-bottom: 0;
}

.post-header-container .post-header-tag span{
  color: #F5F5F7;
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
}

.post-header-container .error,
.post-header-container .post-header-title h1{
  color: #F5F5F7;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.96px;
  width: auto;
  max-width: 644px;
}

.elementor-section.elementor-top-section.overlayed,
.elementor-section-wrap>.elementor-top-section.elementor-element:first-child{
  overflow: hidden;
}

@media screen and (max-width: 782px){
  .post-header-container .post-header-title h1{
    font-size: 40px;
  }
}

.post-header-container .post-header-cta a{
  cursor: pointer;
  color: #1d1d1f;
  margin-top: 4px;
  padding: 14px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: none;
  letter-spacing: 0.32px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 24px;
  opacity: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.post-header-container .post-header-cta a:hover{
  opacity: 0.85;
}

.post-header-overlay {
  background-color: rgba(77, 77, 77, 0.9);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  left: 50%;
  right: 50%;
  width: 100vw;
  position: absolute;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 117%;
  top: -44px;
}

.post-header-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  right: 50%;
  width: 100vw;
  position: absolute;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 117%;
  top: -44px;
}

.admin-bar .post-header-overlay, .admin-bar .post-header-background {
  height: 117%;
}

body .elementor-top-section .elementor-widget-wrap.elementor-element-populated{
  padding: 0;
}

body [data-elementor-type="footer"] .elementor-top-section .elementor-widget-wrap.elementor-element-populated{
  padding: 10px;
}

.post-header-meta{
  color: #F2F2F2;
  line-height: 20px;
}

.post-header-meta span.fa.fa-circle {
  font-size: 8px;
  vertical-align: middle;
  padding: 0 10px;
}

.post-view-container{
  margin-left: 10px;
}

span.post-view-value {
  margin-left: 10px;
}

.post-header-share-mobile{
  display: block;
}

.post-header-container .post-header-share-mobile {
  margin-bottom: 0;
}

@media only screen and (min-width: 1067px) {
  .post-header-share-mobile{
    display: none;
  }
}

.post-header-share-mobile .ss-inline-share-wrapper{
  margin: 0;
  font-family: 'proxima-nova', sans-serif;
}

.post-header-share-mobile .ss-inline-share-wrapper .ss-inline-share-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  color: #fff;
  margin-bottom: 0;
}

.post-header-share-mobile .ss-inline-share-wrapper .ss-inline-share-content .ss-inline-counter{
  display: flex;
  margin: 0;
  flex-direction: column;
  padding: 0;
  border: none;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}

.post-header-share-mobile .ss-inline-share-wrapper .ss-inline-share-content .ss-inline-counter span>span:first-child{
  font-weight: bold;
}

.post-header-share-mobile .ss-inline-share-wrapper .ss-inline-share-content .ss-inline-counter span>span{
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}

.post-header-share-mobile .ss-inline-share-wrapper .ss-inline-share-content .ss-inline-counter .ss-total-counter{
  display: flex;
  flex-direction: column-reverse;
}

.post-header-share-mobile .ss-linkedin-color,
.post-header-share-mobile .ss-facebook-color,
.post-header-share-mobile .ss-twitter-color,
.post-header-share-mobile .ss-copy-color
{
  background-color: transparent;
}

.post-header-share-mobile #ss-sticky-bar.ss-as-inline-sticky-bar .ss-social-icons-container>li>a,
.post-header-share-mobile .ss-inline-share-wrapper .ss-social-icons-container>li>a {
  border: none !important;
}

.post-header-share-mobile .ss-inline-share-wrapper .ss-social-icons-container>li>a svg path{
  fill: white;
}

.post-header-share-mobile .ss-inline-share-wrapper .ss-inline-share-content ul li{
  list-style: none;
}

@media only screen and (max-width: 768px) {
  .post-header-container{
    margin-top: 30px;
  }
}
