/*
Theme Name: Custom Theme
Author: ZH
Description: Custom Starter Theme CMS Team (Website)
Version: 2.0
License: MIT
Tags: wordpress, html, javascript, sass, css, postcss, webpack, babel, PHP, LD
Text Domain: Custom Theme
*/

/*
This CSS file is needed for WordPress to recognize the theme and display its info.
Please use the ../src/assets/styles/main.scss as an entry point for your SASS code.
*/

.gjs-row:nth-of-type(1) {
    display:none !important;  
}
.gjs-row {
    width: 100%;
}
div#es_form_f1-n1 form {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
.site-footer .input_group input[type=submit] {
	height: 50px;
}

/* Inqsys CSS */
header.main-header {
    background: black;
}