/*!
Theme Name: SafeZone
Author: Anton Honchar
Author URI: https://honchar-development.com
Description: Custom theme for SafeZone website.
Version: 1.2
Tested up to: 8.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hd
Tags: custom-logo, megamenu, featured-images, theme-options, translation-ready, woocommerce
*/

/*--------------------------------------------------------------
>>> Add your own styles:
--------------------------------------------------------------*/
#video-wrapper iframe {
  transform:scale(1.4);
}

.form-submit,
.wpforms-submit {
    background: #006E49;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    cursor: pointer;
}

.wpforms-field-medium {
	width: 100%;
	min-width: 100%;
}

.wpforms-container .wpforms-field {
	padding: 10px 0 !important;
	position: relative;
}
