/*
Theme Name: Astra Publishing House
Theme URI: https://astrapublishinghouse.com
Description: Custom web design by <a href="http://intuitiv.ph/">Intuitiv Solutions</a>.
Version: 1.0.16
Author: Intuitiv Solutions Inc.
Author URI: http://intuitiv.ph/
Tags: custom design, exclusive license

	This layout and design are for the website of
	Astra Publishing House
	only and may not be used for any other purpose.

*/

/* these have been enqueued in order to cache bust any changes */
/* @import url('css/plugins.css');
@import url('css/style.css');
@import url('webfonts/basis.css');
@import url('css/fonts.css');
@import url('webfonts/font-awesome.min.css');
@import url('css/custom.css'); */


/* WP 5.9.1-2 Workaround - fix due 5.9.3 */
/* Derived from https://github.com/WordPress/gutenberg/issues/39021 */
.carousel.flickity-enabled  :where(img) {
    max-width: fit-content !important;
}

/* Hack for Landing Page - hide slider above MC form */
body.page-id-20051 .wp-block-nextend-smartslider3 {
	display: none;
}
