/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.pwr-post-content #hs_cos_wrapper_post_body{
  color: #171b25;  
}
.hs_cos_wrapper_type_post_filter ul li:before, .hs_cos_wrapper_type_post_listing ul li:before, .hs_cos_wrapper_type_rich_text ul:not(.inputs-list) li:before, .pwr-rich-text ul li:before {
  content: unset;
}
.hs_cos_wrapper_type_post_filter ul li, .hs_cos_wrapper_type_post_listing ul li, .hs_cos_wrapper_type_rich_text ul li, .pwr-rich-text ul li{
    list-style-type: disc !important;
}
ol>li {
    display: list-item;
    padding-bottom: 15px;
}
ol>li:before {
    content: unset;
    counter-increment: unset;
    padding-right: 15px;
}
ol {
    padding-left: 32px;
    font-weight: normal;
}
ul{
    
}
.pwr-post-content {
    margin: 0 auto;
    max-width: 950px;
    padding-bottom: 140px;
}
ol>li p, ul>li p {
margin-top: 0px !important;
}
.pwr-guide__question--h3, .pwr-hero__title--h3, .pwr-sec-cta__title--h3, .pwr-sec__title--h3, h3 {
    font-weight: normal;
    padding-top: 10px;
}
.hs_cos_wrapper_blog-post .pwr-post-body a{
    color: #d97a2c;
    text-decoration: underline;
    font-weight: normal;
}
.pwr-prev-next-nav__link {
    color: #fff;
}
.hs-blog-post .pwr-post-item__date, .hs-blog-post .pwr-post-item__name, .hs-blog-post .pwr-post-item__n-min-read, .hs-blog-post .pwr-post-item__title, .hs-blog-post .pwr-post-item__desc, .hs-blog-post .pwr-post-item__more-link{
	color: #fff
}
 /*
.cta_button.pwr-cta--primary-solid:before, .cta_button:not(.pwr-cta--hubspot-style):before, .hs-submit:before, .pwr-btn--primary-solid .hs-submit:before, .pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before, .pwr-form.pwr-btn--primary-solid.pwr--light .hs-submit:before {
   background-color: #d97a2c !important;
*/
}
.hs-blog-listing .cta_button.pwr-cta--regular-border, .hs-blog-listing .pwr-btn--regular-border .hs-submit, .hs-blog-listing .pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style), .hs-blog-listing .pwr-form.pwr-btn--regular-border.pwr--light .hs-submit, .hs-blog-listing .pwr-header--light-on-scroll.scroll .pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style) {
  border: #d97a2c solid 0px;
}
.pwr--dark .pwr-prev-next-nav__link:hover, .pwr-prev-next-nav__link:hover {
    color: #e3e3e5;
}
a>span>.hs_cos_wrapper_type_icon>svg a {
    fill: unset;
}

/* Endrit changes, this is causing big issues with the author and all tags pages 
.pwr-guide__question--h2, .pwr-hero__title--h2, .pwr-sec-cta__title--h2, .pwr-sec__title--h2, h2 {
    line-height: 25px;
}
*/





/* Author page to have same boxes */
.pwr-blog-listing .pwr-post-item__content {
background-color:white !important;
}

/* for the all tag, font-size to be smaller */
.pwr-post-item-simple {
  font-size: 2.5rem !important;
}

/* blocking the all button on blog listing */
.pwr-blog-pagination .pwr-blog-pagination__btn:nth-child(2){
  display: none !important;
}