/*
Theme Name: Sonata Child
Description: Child theme for the Sonata Theme
Author: Your name here
Template: sonata
*/

@import url("../sonata/style.css");

div.wpcf7 {
	float: left;
	max-width: 600px;
	clear: none;
	}
div.wpcf7 ~ h4 {
	clear: left;
	}

/* fix menu */

@media (max-width: 979px) {
	#mainnav-container {
		background-color: black;
		margin-bottom: 26px;
	}
	#mainnav-container .menu {
		width: 100%;
	}
	#wi-header.style-2 #wi-mainnav > .menu > ul > li > a {
		height: 20px;
		line-height: 20px;
		border-bottom: #ccc 1px solid;
		background: black;
		text-align: center;
	}
	#wi-header.style-2 #wi-mainnav > .menu > ul > li > a:hover {
		color: #84e0fe !important;
	}
}	
