.blog_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
}

.blog_pagination > ul > li {
  list-style-type: none;
}

.blog-single .entry-content ul {
    margin-left: 40px !important;
    margin-bottom: 10px !important;
}

.blog_grid .blog_image > div {
  position: relative;
}

.blog_text {
	color: var(--cap-white) !important;	
	font-style: normal !important;
	font-size: 18px !important;
	font-weight: 500 !important;
}

.blog_grid .blog_image > div .product-stamps {
  position: absolute;
  top: 5px;
  right: 5px;
}

.blog-single .cpp-blurb {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25%;
}

@media (max-width: 1060px) {
	.shortcode_title_flare {
		display: none !important;
	}
}

@media (max-width: 640px) {
    #shortcode_blog {
        margin:0 20px !important;
    }
    
    .type-page.status-publish {
        padding: 10px;
    }

	.blog-single img {
		width: 100%;
		margin-bottom: 20px !important;
	}
}