/* @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-filter__link {
    font-size: 18px;
}


.pwr-hero--small {
    height: 275px;
}



.pwr-sec-prev-next-nav {
  display: none;
}

.pwr-post-content {
    margin: 0 auto;
    padding-bottom: 40px;
    padding-left:25px;
    padding-right: 25px;
  width: 90%;
    max-width: 1200px;
}
.pwr-sec-posts {
    padding: 55px 0 55px;
}

.pwr-post-content img {
     box-shadow: 5px 10px 10px 5px #00000045;
     margin-left: 25px;
    margin-bottom: 35px;
    max-width:50%;
}

ol>li:before {
    content: counters(item,".") ".";
    counter-increment: item;
    padding-right: 5px;
}

ol>li {
    margin-left: 15px;
}

.hs_cos_wrapper_type_rich_text ul:not(.inputs-list) li:before {
display:none;
}
  
.pwr-sec-posts--vertical-layout .pwr-sec-posts__intro-sec {
    margin-bottom: 45px;
}

.pwr-filter__link {
  display: none;
}
.pwr-filter .pwr-filter__link.active, .pwr-filter .pwr-filter__link:hover {
    color: #cf7146;
    font-size: 30px;
    display: inline;
}




[type=radio]:not(:checked)+span:before {
    background-color: #ffffff;
    border-radius: 100%;
    content: "";
    height: 12px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 12px;
    z-index: 1;
}
[type=radio]:checked+span, [type=radio]:not(:checked)+span {
    padding-left: 35px;
}

.pwr-filter__list-item {
    display: inline-block;
    list-style: none;
    position: absolute;
    padding: 15px 20px;
    margin-top: -25px;
    text-transform: uppercase;
}

pwr-author-profile--author-page {
    padding: 40px 0;
}

.pwr-author-posts-title {
    margin: 10px 0 25px;
}

@media (min-width: 1280px){
.row-fluid [class*=span] {
    margin-left: 0px;
}}

@media screen and (max-width: 991px) {
/*.pwr-post-item:not(.pwr-post-item--1col) {
    width: calc(45% - 5px);
  }
*/
.pwr-post-content img::after {
    content: "\a";
    white-space: pre;
  }
  .pwr-post-content img {
  float:left !important;
    max-width: 100% !important;
    margin: 0px 5% 15px 0 !important;
    width:100% !important;
}

  
}

@media (min-width: 768px){
/*
.pwr-sec-txt--2col .pwr-sec-txt__left, .pwr-sec-txt--2col .pwr-sec-txt__right {
    width: calc(49% - 15px);
}
*/

@media screen and (max-width: 767px){
.pwr-blog-listing__content .pwr--neg-margin-lr-10, .pwr-blog-listing__posts--sidebar .pwr-post-item:not(.pwr-post-item--1col), .pwr-post-item:not(.pwr-post-item--1col) {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}


.pwr-post-item__date, .pwr-post-item__name, .pwr-post-item__n-min-read {
  display:none;
  }

  
}