/*
Theme Name:     Beachbilly Lifestyle
Theme URI:
Description:    Generatepress child theme.
Author:         Octane Marketing
Author URI:
Template:       generatepress
Version:        0.1.0
*/

/**
 * Variables
 **/

:root {
	--border-radius: clamp(1rem, 1.578vw, 1.875rem);
	--border-radius-medium: calc(clamp(1em, 1.7vw, 1.7em)*1.2);
	--border-radius-small: calc(clamp(1em, 1.7vw, 1.7em)/2);
	--icon-weight: 1.5px;
}

/**
 * Type
 **/

h1,
h2,
h3,
h4 {
	text-wrap: balance;
}

/**
 * Annoucement Bar
 **/

.announcement .wp-block-social-links {
	margin-bottom: 0;
}

/**
 * RSS Feed
 **/

.wp-block-rss {
	margin: 1rem;
}

@media all and (min-width: 900px) {
	.wp-block-rss {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
	}
}

/**
 * Icons
 **/

.icon {
	stroke-width: var(--icon-weight);
}

/**
 * Gallery Fix
 **/

.wp-block-gallery.has-nested-images figure.wp-block-image {
	flex-grow: 0;
}

.wp-block-gallery.figure {
	transition: opacity .3s ease;
	transition-delay: calc((sibling-index() - 1) * 100ms);
	@starting-style {
		opacity: 0;
	}
}
