/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* Fix submenu hover issue */
.x-navbar .desktop .x-nav li:hover > .sub-menu {
	display: block;
}
/* Fix Contact Form 7 response message empty bar */
.wpcf7 form.init .wpcf7-response-output {
	display: none
}
