File: /home/karalev/public_html/wp-content/themes/kadence/assets/css/src/_media.scss
@import "_custom-properties.scss";
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## Galleries (Legacy)
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	grid-gap: 0.5em;
	.gallery-item {
		margin-top: 0;
	}
}
.elementor-image-gallery .gallery {
	display: block;
}
@media screen and (min-width: 40em) {
	.gallery-columns-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery-columns-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.gallery-columns-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.gallery-columns-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.gallery-columns-6 {
		grid-template-columns: repeat(6, 1fr);
	}
	.gallery-columns-7 {
		grid-template-columns: repeat(7, 1fr);
	}
	.gallery-columns-8 {
		grid-template-columns: repeat(8, 1fr);
	}
	.gallery-columns-9 {
		grid-template-columns: repeat(9, 1fr);
	}
}
.gallery-item {
	padding: 0.5em;
}
.gallery-icon {
	display: flex;
	justify-content: center;
}
.gallery-caption {
	font-size: 80%;
}
.gallery.entry {
	display: block;
}