/*
 Theme Name:   Artech
 Theme URI:    https://waterloop.studio
 Description:  Custom theme based on Underscores.
 Author:       John Doe
 Author URI:   https://waterloop.studio
 Template:     buildex-1
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  waterloop
*/

.site-branding .custom-logo {
    padding: 10px 0;
}
.site-header .site-branding {
	max-width: 220px;
}
#masthead.elementor-section.elementor-section-height-full {
    height: calc(100vh - 90px);
    display: flex;
    align-items: center;
}
#wpforms-form-503 .wpforms-submit {
    background-color: #ffa800;
    color: #fff;
    width: 100%;
    padding: 19px 10px;
    border: none;
}
#wpforms-form-503 .wpforms-submit:hover {
    background-color: #282A2D;
}
.grecaptcha-badge { visibility: hidden; }
.elementor-widget-image-box,
.elementor-widget-image-box > .elementor-widget-container {
	height: 100%;
}