/**
Theme Name: Fluid22
Author: Fluid22
Author URI: https://fluid22.com
Description: Custom bespoke theme based on Astra.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fluid22
Template: astra
*/


.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
}

.single-post p {
    margin-bottom: 2rem;
}

blockquote {
	margin-left: 0;
}

blockquote p:last-child {
	margin-bottom: 0;
}

.wp-block-eedee-block-gutenslider .wp-block-eedee-block-gutenslide.is-position-center-center .slide-content {
	justify-content: flex-end !important;
}

.eedee-gutenslider-autocaption {
	color: white !important;
}

.sqs-block-button-container--center {
	margin-bottom: 1rem;
	text-align: center;
}

.sqs-block-button-element,
.sqs-block-button-element:visited {
	background-color: var( --e-global-color-primary );
	border-radius: 2px;
	color: white !important;
	display: inline-block;
	font-family: "Klavika", sans-serif;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 4px;
	padding: 10px 30px;
}

.sqs-block-button-element:hover,
.sqs-block-button-element:active {
	background-color: var( --e-global-color-02cdf30 );
}

.wp-block-image figcaption {
	font-size: 65%;
}

.image-block-wrapper.has-aspect-ratio {
	position: relative;
	line-height: 0;
	margin-bottom: 1rem;
	padding: 0 !important;
}

.image-block-wrapper.has-aspect-ratio img {
	/*
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	*/
}

.sqs-gallery .slick-arrow {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0;
	padding: 0;
	width: 3rem;
	height: 4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.sqs-gallery .slick-arrow:active,
.sqs-gallery .slick-arrow:hover {
	background: rgba(0, 0, 0, 0.5);
}

.sqs-gallery .slick-prev {
	left: 0;
}

.sqs-gallery .slick-next {
	right: 0;
}

.sqs-gallery-meta-container,
.sqs-gallery-controls,
.sqs-gallery-thumbnails {
	display: none;
}

.image-block-outer-wrapper p,
.image-block-outer-wrapper figure + figure,
.sqs-gallery figure + figure {
	display: none;
}

.wp-block-button .wp-block-button__link,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
	color: white !important;
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-primary-font-weight);
}

iframe.sbi-embed {
	margin-left: auto !important;
	margin-right: auto !important;
}

div#elementor-panel-state-loading {
    display: none !important;
}
