/*
Theme Name: Stylus Blog Child
Theme URI: https://example.com/stylus-blog-child
Author: Your Name
Author URI: https://stylusmarketing.ca
Description: A child theme of Twenty Twenty-Five
Template: twentytwentyfive
Version: 1.0
Text Domain: stylus-blog-child
*/


.is-layout-constrained > * {
    max-width: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
}
.page-header__breadcrumb li a.home-breadcrumb {
    color: #000;
}

.home .page-header .container {
    
   padding-top: 0!important;  
   padding-bottom: 0!important;   
}

.single-post .wp-block-post-title{
    color:#000;
}

.single-post  .page-header {
    background-color: #fff;
    min-height: 50vh;
    width: 100%;
    position: sticky;
    top: 0;
    
}    
.single-post  .page-header .container {
     
    padding-top: 150px;
    padding-bottom: 100px;
}  


.single-post .entry-content  h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content  h5, .single-post .entry-content  h6 {
   
    font-weight: 800;
    font-size: 18px;
    padding: 15px 0px;
    color:#000;

}

.single-post .entry-content{
  padding-left: 0;
}


.single-post p, .single-post ol li{
    margin-top: 0;
    margin-bottom: 1rem;
}


.single-post .wp-block-post-featured-image{
   aspect-ratio:auto!important;
    
}
.single-post .wp-block-post-featured-image img{
    height:auto!important;
    
}

@media (min-width:1200px) {
    .home .container {
       
       padding-left:15px;
       padding-right: 15px;
    }
}




@media(max-width:767px){
    
    
.single-post main >div{
  padding: 0;
}

}



.home .page-header {
   
    min-width: 300px;
    overflow: hidden;
    min-height: 37vh;
    width: 100%;
    position: sticky;
    top: 0;
    padding-top:40px;
    padding-bottom:50px;
    background: transparent;
}

.stricky-header.stricky-fixed
 {
   
    height: 90px;
}
.single-post .wp-block-post-title{

    padding-top:60px;
    padding-bottom: 120px;

    position: relative;
    z-index: 10;
    text-align:center;

}


.single-post .entry-content +div {
    
    display:none!important;
}

