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

input.wpcf7-form-control {
	width: 100% !important;
}
[type="submit"].wpcf7-form-control {
	font-weight: 700 !important;
}

@media only screen and (max-width: 480px) {
	.linkedin-icon svg {
		width: 42px !important;
	}
}

.wpcf7-spinner {
	display: none !important;
}