/**
 * Theme Name:   Create Element
 * Theme URI:    https://create-element.com//
 * Description:  Custom theme for Create Element Ltd.
 * Author:       Create Element
 * Author URI:   https://create-element.com//
 * Template:     astra
 * Version:      1.0.3
 * Text Domain:  create-element
 */

@media( min-width:  922px ) {
	.home article .post-thumb > a {
		display:  block;
		height:  20em;
		border-radius: 0.5em;
		overflow: hidden;
	}

	.home article .post-thumb > a img {
		width:  100%;
		height:  100%;
		object-fit: cover;
	}
}

.wp-block-buttons .wp-block-button.external-link {
	margin-top:  3em;
	margin-bottom:  3em;
}

.wp-block-buttons .wp-block-button.external-link .wp-block-button__link {
	padding:  1em 2em;
}

.external-link a::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content:  '\f35d';
	margin-left:  0.5em;
}

.wp-block-image a {
	display:  block;
}