/*
Theme Name: Zakra Child Theme
Theme URI: http://themegrill.com/themes/zakra/
Description: Child Theme for Zakra
Author: ThemeGrill
Author URI: http://themegrill.com
Template: zakra
Version: 1.0
*/

@media screen and (min-width: 768px) {
    .zak-primary {
		padding-top: 0;
		padding-bottom: 0;
	}
}
.zak-content .zak-row {
    padding-top: 0;
	padding-bottom: 0;
}
/*FORM*/
label {
	width: 100%;
	color: #fff;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #01B4D9;
	color: #fff;
}
span.wpcf7-list-item-label a {
    color: #fff !important;
}
/*FOOTER
.zak-footer-col.zak-footer-bottom-1-col {
    display: block !important;
    flex-wrap: nowrap;
    width: 20% !important;
}
.zak-footer-col.zak-footer-bottom-2-col {
    display: block !important;
    flex-wrap: nowrap;
    width: 80% !important;
}*/