body{
	background:white !important;
}

.ast-blog-single-element h2{
	font-size:24px !important;
}

.post-content h2{
	font-size:24px !important;
}

.post-content .ast-excerpt-container p{
	display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-header{
	background:#fff;
	  position: fixed !important;
  top: 0 ;
  width: 100%;
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link,.main-header-menu .menu-link, .main-header-menu>a{
	color:#0c122d !important;
}

 .ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link:hover {
	border-bottom:1px solid #0c122d !important;
	transition:all 0.4s ease-in !important;
}

h1,
.entry-content h1 {
  font-size: 2.5rem !important;
  font-family: "Inter", sans-serif;
   line-height: 1.2 !important;
}

h2,
.entry-content h2 {
  font-size: 2rem !important;
  font-family: "Inter", sans-serif;
   line-height: 1.3 !important;
}

h3,
.entry-content h3 {
  font-size: 1.75rem !important;
  font-family: "Inter", sans-serif;
   line-height: 1.4 !important;
}

h4,
.entry-content h4 {
  font-size: 1.5rem !important;
   line-height: 1.5 !important;
  font-family: "Inter", sans-serif;
}

h5,
.entry-content h5 {
  font-size: 1rem !important;
   line-height: 1.6 !important;
  font-family: "Inter", sans-serif;
}

h6,
.entry-content h6 {
  font-size: 0.875rem !important;
   line-height: 1.7 !important;
  font-family: "Inter", sans-serif;
}


@media (max-width:921px){
	#post-1315{
		margin-top:80px;
	}
}

@media (max-width: 768px) {
  h1,
.entry-content h1 {
    font-size: 2rem !important;
    line-height: 1.3 !important;
  }

  h2,
.entry-content h2 {
    font-size: 1.75rem !important;
    line-height: 1.4 !important;
  }

  h3,
.entry-content h3{
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
  }

  h4,
.entry-content h4 {
    font-size: 1.25rem !important;
    line-height: 1.6 !important;
  }

  h5,
.entry-content h5 {
    font-size: 1rem !important;
    line-height: 1.7 !important;
  }

  h6,
.entry-content h6 {
    font-size: 0.875rem !important;
    line-height: 1.8 !important;
  }
}

.ast-container h1.entry-title{
	font-weight:600 !important;
}

.dpt-wrapper{
	opacity:100 !important;
}

.display-post-types .wide-wrap h3.whitepaper-title {
	line-height: 1.3rem !important;
}