/**
 * Theme Name: Abstract Blocksy
 * Description: Blocksy Child theme by Abstract Marketing
 * Author: Abstract Marketing
 * Template: blocksy
 * Text Domain: blocksy
 */

article .ct-featured-image {
	padding-bottom: 25px;
}

:is(
	.ct-button,
	.wp-block-button,
	.button) .icon {
		margin: 5px;
}

/* Prevent map block from covering header shadow */
body .leaflet-pane {
  z-index: 0;
}

@media (max-width: 700px) {
	.entry-content .wp-block-image {
		display: block;
		float: none;
		text-align: center;
	}
}

.text-center {
	text-align: center;
}

ul.text-center {
	list-style-position: inside;
}

.text-shadow-md {
	text-shadow: 1px 1px 4px #000a, 0 0 20px #0005, 4px 4px 10px #000a !important;
}
