/* Support #150426 - Button BG color */

	.wp-block-gearmoose-gb-blocks-buy-now-button.gmgb-buy-now a.gmgb-buy-now__button {
	    background: #2d253c;
	    border-color: #2d253c;
	}

/* Support #155511 - Gutenberg block styling */

	@media screen and (min-width: 599px) and (max-width: 767px){
		.wp-block-column { padding: 10px; }
	}

/* Support #198694 - Block images full-width */

	.single-post figure.wp-block-image {
		margin-left: 0;
		margin-right: 0;
	}

	/*Display sidebar ads on the single post pages*/
	@media (min-width: 993px) {
		.post-has-ad .ad_pre_post_body {
    display: block;
    float: right;
}
}

/* Support #273323 - Customize the border radius for standard buttons with custom Class*/
.is-style-fill.std-btn a{
    border-radius: 10px;
}
