/*
Theme Name: Ex-automatic-v2
Theme URI: https://putintsev.pro
Author: Oleg Putintsev
Author URI: https://putintsev.pro
Description: Theme for private use
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 7.3
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Ex-automatic-v2
Tags:
*/

.main__img .main__logo a {
	display: flex;
}
.main__img .main__logo img {

}
.logo img {
	width: 300px;
	height: 56px;
}
@media screen and (max-width: 500px) {

	.main__img .main__logo img {
		width: 100px;
		height: auto;
	}
}
@media screen and (max-width: 576px) {

	.logo, 
	.logo img {
		height: auto;
		width: 130px;
	}
}

.grecaptcha-badge {
	right: -9999px !important;
}