/** Shopify CDN: Minification failed

Line 9:16 Unexpected ")"

**/
.wz_masonry{
	display: block;
}
.wz_masonry:has(){

}
.wz_masonry_grid{
	height: auto !important;
    break-inside: avoid;
	margin-bottom: var(--grid-desktop-vertical-spacing);
}
.social_gellary .full-width-link{
	z-index: 0;
}
.social_gellary .post_img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/* .social_gellary svg:not(.animated_icon, .placeholder-svg), */
.personal_info svg {
	height: 20px;
	width: 20px;
	fill: rgb(var(--color-button-text));
}
.social_gellary .global-media-settings{
	background: unset;
}
.social_gellary .bottom_text a{
	transition: all var(--duration-long) ease;
}
.social_gellary svg.placeholder-svg{
	border-radius: var(--media-radius);
}
.social_content a.link{
	margin-top: 8px;
}
.social_content a.button:not(:only-child){
	margin-top: 8px;
	width: 100%;
}
.social_content .underlined-link{
	max-width: fit-content;
}
.social_content.right .underlined-link{
	margin-left: auto;
}
.social_content.center .underlined-link{
	margin-right: auto;
	margin-left: auto;
}
.social_content.left .underlined-link{
	margin-right: auto;
}
.social_gellary .button .icon-instagram{
	margin-right: 5px;
}
.social_gellary .heading-top ~ div{
	margin-left: -10px;
}
.social_gellary .heading-top ~ div .post_wrapper  {
	padding-left: 10px;
}
.social_gellary .dummysvg{
	width: 100%;
}
.social_gellary slider-component .wz_home_sbtn{
	margin-top: 15px;
}
.social_icon_wrap {
	width: 60px;
	height: 60px;
	background-color: rgba(var(--color-button));
	display: flex;
	justify-content: center;
	align-items: center;
}
.personal_info {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 1.5rem;
}
.profile_img{
	position: relative;
}
.social_content .profile_img{
	margin: 0 12px 0 1px;
	flex-shrink: 0;
}
.profile_img img{
	z-index: 1;
	position: relative;
	border: 6px solid rgba(var(--color-background));
}
.profile_img:before{
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	background: var(--gradient-background);
}
.slider__slide:hover .profile_img:before{
	top: -2px;
	bottom: -2px;
	animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.circle:before{
	border-radius: 100%;
}
.rounded:before{
	border-radius: 10px;
}
.original:before{
	border-radius: 0;
}
.social_content{
	display: flex;
	flex-direction: column;
	padding-top: 16px;
}
.social_content:has(.d-flex:not(:empty):not(:has(*))){
	padding: 0;
	display: none;
}
.social_content.on_image{
	height: 100%;
	justify-content: flex-end;
	padding: 30px;
}
.social_content.on_image .title{
	margin: 14px 0 0;
}
.social_gellary .title{
	font-size: calc(var(--font-heading-scale) * 16px);
	word-break: break-word;
}
.social_gellary .subheading{
	font-size: calc(var(--font-body-scale) * 14px);
	word-break: break-word;
}
.social_content.on_image svg{
	width: 28px;
	height: 28px;
	transform: scale(2) rotate(90deg);
	transition: all var(--duration-extra-long) ease;
}
.overlay__wrapper:hover .social_content.on_image svg{
	transform: scale(1) rotate(0deg);
	transition: all var(--duration-extra-long) ease;
}
.social_content button{
	margin-top: 20px;
}
.post_wrapper .bottom_text{
	height: 100%;
}
.overlay__wrapper {
	position: relative;
	border: none;
	height: 100%;
	display: flex;
	cursor: pointer;
}
.overlay__wrapper .content-overlay {
	border-radius: calc(var(--media-radius) - 2px);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
} 
.content-details {
	position: absolute;
	text-align: center;
	top: 40px;
	left: 40px;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	display: flex;
}
.content-details svg{
	fill: rgb(var(--color-button-text));
}
a.overlay__wrapper:hover .content-details svg, a.overlay__wrapper:hover{
	transition: unset;
	color: rgb(var(--color-foreground));
}
.social_content a{
	text-decoration: underline;
	word-break: break-all;
}
.social_content a.button{
	text-decoration: none;
}
.content-overlay a:hover .social_content.on_image >*{
	color: rgb(var(--color-foreground));
}
.content-overlay a:hover .social_content.on_image .button:hover{
	color: rgb(var(--color-button-hover-text));
}
.overlay__wrapper:hover .content-details {
	top: 22px;
	left: 26px;
	opacity: 1;
}
.icon_top_left {
	position: relative;
}
.icon_top_left svg{
	position: absolute;
	top: 25px;
	left: 25px;
}
.icon_top_left .content-overlay svg{
	display: none;
}
.social_content .d-flex .d-flex{
	flex-direction: column;
	width: 100%;
}
.overlay__wrapper:hover .content-overlay {
	opacity: 1;
	z-index: 2;
}
.social_gellary .user_details_wrapper .button{
	margin-top: 1.5rem;
}
.social_gellary .social_user_name{
	margin: 0;
}
.social_gellary .top_content__wrapper{
	gap: 25px;
	display: flex;
    flex-direction: column;
}
.social_gellary .user_details_wrapper ul, .social_gellary .user_details_wrapper ol{
	display: inline-block;
	padding-left: 20px;
}
@media screen and (max-width: 1400px) and (min-width: 992px) {
	.social_content.on_image{
		padding: 18px;
	}
	.profile_img img{
		width: 44px;
		height: 44px;
	}
	.overlay__wrapper:hover .content-details{
		top: 18px;
		left: 18px;
	}
	.social_content.on_image .title {
		margin: 7px 0 0;
	}
	.social_content button {
		margin-top: 10px;
	}
	.social_content.on_image svg {
		width: 18px;
		height: 18px;
	}
	.profile_img img {
		border: 3px solid rgba(var(--color-background));
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.wz_masonry{
		column-count: 3;
	}
}
@media (max-width: 991px){
	.icon_top_left svg{
		top: 18px;
		left: 18px;
	}
	.wz_masonry_grid{
		margin-bottom: var(--grid-mobile-vertical-spacing);
	}
	.social_gellary svg, .personal_info svg{
		width: 16px;
		height: 16px;
	}
	.social_content{
		padding-top: 10px;
	}
	.social_content.on_image {
		padding: 10px;
	}
	.overlay__wrapper:hover .content-details {
		top: 10px;
		left: 10px;
	}
	.profile_img img {
		width: 40px;
    	height: 40px;
		border: 4px solid rgba(var(--color-background));
	}
	.social_content.on_image .title {
		margin: 2px 0 0;
	}
}
@media screen and (max-width: 767px){
	.social_gellary .title{
		font-size: calc(var(--font-body-scale) * 14px);
	}	
	/* .social_content a.button:nth-child(2){
		margin-top: 0;
	} */
	.wz_masonry{
		column-count: 2;
	}
	.post_wrapper .overlay__wrapper{
		width: 100%;
		flex-direction: column;
	}
	.overlay__wrapper .content-overlay{
		position: unset;
		opacity: 1;
		padding: 5px;
		margin-top: var(--grid-mobile-vertical-spacing);
	}
	.social_content.on_image svg{
		position: absolute;
		top: 10px;
		right: 10px
	}
	.social_content.on_image .title{
		margin: 0;
	}
	.social_content.on_image svg,
	.overlay__wrapper:hover .social_content.on_image svg{
		transform: unset;
		width: 18px;
		height: 18px;
	}
	/* .social_content.on_image{
		padding: 6px 0 0;
	} */
}
@media screen and (max-width: 575px) {
	.social_gellary .post_wrapper .grid__item{
		width: 100%;
		max-width: 100%;
	}
	.social_gellary .grid__item .overlay__wrapper >a{
		width: 100%;
	}
}