/*
Theme Name: Carver
Version: 1.0
Template: astra
*/
.interior-page-style h1 {
    color: #000 !important;
    font-family: 'Poppins', sans-serif  !important;
    font-size: 40px  !important;
    line-height: 1.3  !important;
	  letter-spacing: 1px  !important;
    font-weight: 600  !important;
}

.interior-page-style h2 {
    color: #c30717;
    font-family: 'Poppins', sans-serif !important;
    font-size: 33px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.interior-page-style h3 {
    color: #C30717;
    font-family: 'Poppins', sans-serif !important;
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.interior-page-style h4 {
    color: #c30717;
    font-family: 'Poppins', sans-serif !important;
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.interior-page-style h5 {
    color: #C30717;
    font-family: 'Poppins', sans-serif !important;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.interior-page-style h6 {
    color: #c30717;
    font-family: 'Poppins', sans-serif !important;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.interior-page-style ul li,
.interior-page-style ol li{
    color: #000;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    font-weight: 400;
    margin-bottom: 0.5em;
}


.interior-page-style p {
    color: #000;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    font-weight: 400;
}

.interior-page-style em{
    font-style: italic;
}

.interior-page-style strong {
    font-weight: bold;
}

.interior-page-style a:-webkit-any-link {
    cursor: pointer;
}

.interior-page-style a:hover {
    transition: all .2s ease;
    text-decoration: none;
}

.interior-page-style a.btn.button {
    color: #fff !important;
    background: #000 !important;
}

.interior-page-style .wrapper-buttons {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.interior-page-style img {
    min-width: 100% !important;
    max-height: 300px !important; 
    object-fit: cover !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.post-type-archive-staff .ast-container{
  max-width: 100% !important;
  padding: 0 !important;
}

body.home .main-header-02{
    position: fixed; 
    z-index: 1;
    width: 100%;
    top: 32px !important;
  	background-color: #ffffff00 !important;
}

.main-header-02{
    position: relative; 
    z-index: 2;
    width: 100%;
    background-color: #fff !important;
  
}

/* about page image */
.interior-page-style .about-image{
	min-width: 0 !important;
    max-height: none !important; 
    object-fit: cover !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  	border-radius: 5px;
  
}

.single-staff div#primary{
  margin: 0 !important;
  padding: 0 !important;
}

.single-staff .ast-container{
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.staff.type-staff.status-publish.has-post-thumbnail.hentry.ast-article-single{
  padding: 0 !important;
}

.ast-container{
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-location-single.post-272.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-blogs.ast-article-single{
  padding: 0 !important;
}

div#primary{
  margin: 0 !important;
}

.category-blogs .ast-separate-container .ast-article-single{
  padding: 0 !important;
}


@media(max-width:767px){

  .interior-page-style h1 {
      font-size: 29px !important;
      line-height: 1.3;
	}
  .interior-page-style h2 {
      font-size: 26px !important;
      line-height: 1.3;
	}
  .interior-page-style h3 {
      font-size: 22px !important;
      line-height: 1.3;
	}
  .interior-page-style h4 {
      font-size: 20px !important;
      line-height: 1.3;
	}

  .interior-page-style h5 {
      font-size: 18px !important;
      line-height: 1.3;
	}

  .interior-page-style h5 {
      font-size: 17px !important;
      line-height: 1.3;
	}
  
  .interior-page-style .about-image{
	min-width: 100% !important;
  }
  
  /* interior page header */
  .main-header-02{
    position: absolute !important; 
    z-index: 2;
    width: 100%;
    top: 0px !important;
    background-color: #fff !important;
  }
  
  body.home .main-header-02{
    position: fixed !important; 
    z-index: 1;
    width: 100%;
    top: 0px !important;
  	background-color: #ffffff00 !important;
}

}

@media(min-width:767px) and (max-width:1024px){
  .main-header-02{
    position: absolute !important; 
    z-index: 2;
    width: 100%;
    top: 0px !important;
    background-color: #fff !important;
  }
  
  body.home .main-header-02{
    position: fixed !important; 
    z-index: 1;
    width: 100%;
    top: 0px !important;
  	background-color: #ffffff00 !important;
}

}
/* Hiding hero img-about page */
body .elementor-element-d9861ac {
  display: none !important;
}

