/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 13 2022 | 03:55:30 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.my-style{
	max-width: 640px;
    margin: clamp(2%,5vw,4%);
} 
.my-remove-gap {
	margin-bottom: 0px !important;
}
.wp-block-image {
	margin: 0 !important;
}
.my-text-hide{
	opacity:0;
}

.my-gap-hide {
	gap: 0em !important;
}
.my-text-margin{
	margin-bottom:10px;
}

.my-separator-style{
	margin-bottom:20px;
}

.hr {
	height:0.5px;
}

.my-text-margin-enlarge {
	margin-bottom: 50px;
}

.wp-container-9{
	margin-bottom:0px;
}

/*change contact form's button color*/
input.wpcf7-form-control.wpcf7-submit {
	color: #22aa00;
	border-color: #22aa00;
	background-color:transparent;
}