/*
Theme Name: Pink Bows Foundation
Theme URI: https://pinkbowsfoundation.org
Author: Pink Bows Foundation
Author URI: https://pinkbowsfoundation.org
Description:  Pink Bows Foundation WP theme
Version: 1.0
Text Domain: pbf
*/

/* blog pagination */
.pagethru .inactive span {
  border-color: #ccc;
  color: #ccc;
  pointer-events: none;
  padding: .25rem .375rem;
}

.pagethru .inactive {
  pointer-events: none;
}

/* blog */
.blog .newsPost .postThumb img {
  border-radius: var(--smRadii);
}

/* single post */
.single-post .postBody img {
  max-width: 100%;
  height: auto;
  border-radius: var(--smRadii);
}

.single-post .postBody .w-richtext-figure-type-image {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.single-post .postBody a {
  color: var(--pbfMain);
}

.single-post .postBody a:hover {
  text-decoration: none;
}

.single-post .otherNews .postThumb img {
  width: 100%;
  height: auto;
}
