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

#header .ct-container, .ct-footer .ct-container {
	width: 100%;
    max-width: 1600px;
}
#header div[data-row="middle"], .ct-footer [data-row] {
			padding-left: 8%;
		padding-right: 8%;
}
.menu>li>.ct-menu-link:hover, .ct-footer-copyright a {
	color: #8BB74E !important;
}
[data-header*="type-1"] [data-sticky*="yes"] {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/*@media(max-width: 1600px) {
	#header .ct-container {	
		padding-left: 8%;
		padding-right: 8%;
	}
}*/
@media(max-width: 767px) {

#header div[data-row="middle"] {
			padding-left: 5%;
		padding-right: 5%;
}
}