/**
 * Theme Name: softgarden2024
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: sg
 */

.site-logo-container img.sticky-logo {
	max-width:200px;
}

.lmdm-tabgroup.is-tab-group.tab_style3 .lmdm-tabitem {
	padding-top:0;
}

.wp-block-embed .embed-privacy-overlay {
	z-index:5;
}

.sg-form-demo-simple {
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
@media(min-width:600px){
	.sg-form-demo-simple {
		flex-wrap:nowrap;
	}
}

.lmdm-star-rating svg {
	display: block;
}

.single-casestudy .ct-media-container {
	display: block;
}
.single-casestudy .ct-featured-image {
	padding-bottom:0;
}
@media (max-width: 999px) {
	.ct-footer [data-column="widget-area-3"] {
		grid-column: 1/-1;
	}
}
@media (min-width:600px) and (max-width: 999px) {
	.ct-footer .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
		width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
	}
}
@media (max-width: 781px) {
	article>.hero-section + div > article > .entry-content > .wp-block-cover.alignwide {
		width:100%;
		border-radius:0 !important;
	}
}

.ct-posts-shortcode.img-contain img {
	object-fit: contain
}

.home .fosway {
	position: relative;
	top:-60px;
	z-index:2;
	right:10px;
}