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

:root {

}
body, html{
	max-width:100vw;
	overflow-x:hidden;
}
.call_btn a::before{
	display:inline-block;
	content:'';
	background-image:url(../../../wp-content/uploads/2025/11/call.svg);
	height:25px;
	width:25px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    z-index: 2;
    position: relative;
	filter:none;
	inset-inline: unset; 
    inset-block: unset;
	margin-right:5px;
	border-radius:0!important;
}
#header-menu-1{
	position:relative;
	overflow:visible;
}
.mobile-menu-inline::before,
#header-menu-1::before{
	content:'';
	display:block;
	position:absolute;
	height:50px;
	width:370px;
	background-color:rgba(255,255,255,0.5);
	left:-30px;
	border-radius:20px;
}
@media(max-width:1000px){
	.dwn_col{
		padding-left:15px!important;
		padding-right:15px!important;
	}
	.mobile-menu-inline::before {
		height: 38px;
		top: 50%;
		transform:translatey(-50%);
		width: 320px;
		left: 10px;
	}
}
@media(max-width:780px){
	.m_col_bottom{
		border-right:none!important;
		border-bottom:2px solid var(--theme-palette-color-2)!important;
	}
	.mobile-menu-inline::before {
		width: 277px;
	}
	.m_mw_275{
		max-width:275px;
	}
	.dwn_col figure{
		float:left!important;
		margin-left:0!important;
	}
}