/*
	Theme Name: Cooltec
	Theme URI: https://codelive.ee
	Description: Cooltec WordPress Theme
	Version: 1.0.0
	Author: codelive
	Author URI: https://codelive.ee
	Tags: Express Media, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
.wpcf7-form-control-wrap {
    display: flex;
}
.row.submit-wrap {
    align-items: flex-end;
}
.wpcf7-not-valid-tip {
    position: absolute;
bottom: 18px;
right: 10px;
font-size: 12px;
}
.hamburger:before, .hamburger:after {
	min-width: 32px;
}
.hamburger {
	height: 2px;
	width: 32px;
}
.partners-logo-wrap {
	    position: fixed;
    max-width: 410px;
    right: 0;
    bottom: 0px;
    z-index: 9;
	    background: #fff;
    padding: 15px;
}
.partners-logo-wrap img {
	    max-width: 200px;
    margin: 0 auto;
	display: block;
}
.partners-logo-wrap .partners-text {
	font-size: 11px;
}
.partners-logo-wrap .partners-logo {
	display: flex;
}
@media (max-width: 767px) {
	.partners-logo-wrap {
		    bottom: 0;
    text-align: center;
    max-width: 100%;
		padding: 15px 15px 40px;
	}
	.partners-logo-wrap img {
		max-width: 200px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
	}
}