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

body{
	--has-link-decoration: underline;
}

.c-flex-between .stk-inner-blocks{
	justify-content: space-between!important;
}

.c-box-shadow-1{
	box-shadow: 3px 3px 6px 2px rgb(0 0 0 / 33%);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.c-box-shadow-1:hover{
	transform: translateY(-6px);
    box-shadow: 6px 12px 20px rgba(0, 0, 0, 0.28);
}

.c-box-shadow-1 img{
	transition: filter 0.35s ease;
}

.c-box-shadow-1:hover img{
	filter: brightness(1.06);
}

@media (max-width: 767px){
	.c-box-shadow-1 .stk--no-padding{
		padding-left : 5px!important;
		padding-right : 5px!important;
	}
}

.c-form-contact{
	padding: 18px;
	border-style : solid;
    border-width: 5px;
    border-color: var(--theme-palette-color-1);
    box-shadow: 5px 5px 0 var(--theme-palette-color-2);
}

.c-form-contact .wpforms-field-label,.c-form-contact .wpforms-field-sublabel{
	color : var(--theme-palette-color-1);
}

.c-form-contact .wpforms-field-medium{
	max-width : 100% !important;
}

.c-form-contact .wpforms-submit{
	background-color: var(--theme-palette-color-2);
}