/*!
Theme Name: ACME_child
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Template: acme
Description: ACME child
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: acme_child

*/
.post, .page {
    margin: 0 0 !important;
}
.ekit-template-content-header {
    position: sticky;
    top: 0;
    z-index: 55;
}

/* hero form  */
.form-color form .wpcf7-response-output {
    margin: -12px 0 17px 0 !important;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.form-color form .wpcf7-not-valid-tip {
    color: #ffffff !important;
    font-size: 13px;
    margin: -10px 0  10px;
}
/* hero form  */
/* Schedule_form */
.Schedule_form .Schedule_block p {
    margin: 0;
}
.Schedule_form {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}
/* Schedule_form */

/* Media query */
@media (max-width: 1024px){
	.ekit-template-content-header {
    position: inherit;
}
}
@media (max-width: 580px){
.Schedule_form {
    grid-template-columns: 1fr;
}	
}

