/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
	Add your custom styles here
*/
body, #page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
}

#content, .site-content {
	flex-grow: 1;
	background-color: #F0F0F0;
}

.main-logo img {
	width: 304px;
	height: 70px;
	transition: all 0.3s ease-in-out;
}
.she-header .main-logo {
	padding: 10px 0;
}
.she-header .main-logo img {
	width: 230px;
	height: 53px;
}
.content-right {
	margin-left: calc(100% - 590px);
}
.content-left {
	margin-right: calc(100% - 590px);
}
.wpcf7-form .wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form .wpcf7-not-valid-tip {
	position: absolute;
	bottom: 10px;
	left: 30px;
	z-index: -1;
}
.wpcf7-form p {
	font-size: 12px;
	text-transform: uppercase;
}
.wpcf7-form .form-control, .wpcf7-form .form-select {
	border: 1px solid #ffffff !important;
	border-radius: 0px;
}
.wpcf7-form .form-select {
	font-weight: 400 !important;
	color: #646363;
}
.wpcf7-form input.form-control, .wpcf7-form .form-select {
	height: 40px !important;
}
.wpcf7-form textarea.form-control {
	height: 185px !important;
}
.wpcf7-form #widerrufen-form textarea.form-control {
	height: 140px !important;
}
.wpcf7-form #widerrufen-form .wpcf7-spinner {
	display: none !important;
}
.wpcf7-form #widerrufen-form .custom-msg {
	display: none;
	position: relative;
	padding-top: 36px;
}
.wpcf7-form #widerrufen-form .custom-msg:before {
	content: '';
	position: relative;
	display: inline-block;
	height: 1.25rem;
	width: 1.25rem;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27.2 26"><polygon points="0 14.02 0 17.83 7.2 26 27.2 2.97 27.2 0 7.2 18.57 0 14.02 0 14.02" style="fill:%23c03"></polygon></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.wpcf7-form #widerrufen-form .wpcf7-response-output {
	margin: 1.11111em 0em 1em !important;
	padding: 0.2em 0em !important;
	border: none !important;
	font-size: 18px;
}
.wpcf7-form .form-control.wpcf7-not-valid {
	border: 1px solid #CC0033 !important;
}
.wpcf7-form .form-control.wpcf7-not-valid:focus {
	box-shadow: 0 0 0 .25rem rgba(204, 0, 51, 0.25);
}
.wpcf7-form .btn-primary {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 400 !important;
	line-height: 1.2em;
	background-color: #CC0033;
	border-color: #CC0033;
	height: auto !important;
	/*width: calc(100% - 60%);*/
	width: 100%;
	margin: auto 0 auto auto;
	text-transform: uppercase;
	border-radius: 0px;
}
.wpcf7-form .btn-primary:hover {
	color: #fff;
	background-color: #CC0033 !important;
	border-color: #CC0033 !important;
	opacity: 0.75;
}

.wpcf7-form #widerrufen-form .wpcf7-submit {
	width: 100%;
}

.wpcf7-form p.no-inputs-found {
	font-size: 18px;
	text-transform: none;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 40px;
}
.wpcf7-form p.custom-msg {
	line-height: normal;
}

.wpcf7-form .wpcf7-spinner {
	display: none !important;
}

.custom-spinner-wrapper {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 20px auto;
	text-align: center;
}

.wpcf7 form.submitting .custom-spinner-wrapper {
	display: flex;
}

.custom-spinner {
	width: 24px;
	height: 24px;
	border: 3px solid rgba(0, 180, 180, 0.2);
	border-top-color: #00B4B4;
	border-radius: 50%;
	animation: custom-spin 1s linear infinite;
}

@keyframes custom-spin {
	to {
		transform: rotate(360deg);
	}
}

.wpcf7-form .wpcf7-checkbox {
	display: flex;
	width: 100%;
	gap: 12px;
	align-items: stretch;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
	flex: 1;
	margin: 0;
	display: block;
	padding-top: 18px;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
	width: 100%;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
	z-index: -1;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 7px 16px;
	background-color: #CC0033;
	border: 2px solid #CC0033;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item:hover .wpcf7-list-item-label {
	background-color: #CC0033;
	border-color: #CC0033;
	opacity: 0.75;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label {
	background-color: #646363;
	border-color: #646363;
	box-shadow: 0 4px 6px -1px rgba(46, 163, 242, 0.25);
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:focus+.wpcf7-list-item-label {
	box-shadow: 0 0 0 3px rgba(46, 163, 242, 0.4);
	border-color: #646363;
}

.wpcf7-form .wpcf7-radio {
    display: flex;
    width: 100%;
    gap: 12px;
    align-items: stretch;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
    flex: 1;
    margin: 0;
    display: block;
	padding-top: 18px;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item label {
    width: 100%;
}
.wpcf7-form .wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    z-index: -1;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 7px 16px;
    background-color: #CC0033;
    border: 2px solid #CC0033;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item:hover .wpcf7-list-item-label {
    background-color: #CC0033;
    border-color: #CC0033;
	opacity: 0.75;
}
.wpcf7-form .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
    background-color: #646363;
    border-color: #646363;
    box-shadow: 0 4px 6px -1px rgba(46, 163, 242, 0.25);
}
.wpcf7-form .wpcf7-radio input[type="radio"]:focus + .wpcf7-list-item-label {
    box-shadow: 0 0 0 3px rgba(46, 163, 242, 0.4);
    border-color: #646363;
}

.wpcf7-form .hide-field {
	display: none;
}


.menu-header .current-menu-item a, .menu-header a:hover {
	text-shadow: 0px 0px 1px #000000;
}
.menu-header a, .menu-footer a {
	position: relative;
	transition: all 0.3s ease-in-out;	
}
.menu-header a:after, .menu-footer a:after {
	content: '';
	position: absolute !important;
	right: -1px;
	top: 50%;
	height: 13px;
	width: 1px;
	background-color: #646363 !important;
	transform: translateY(-55%);
	opacity: 1 !important;
}
.menu-header a:hover:after, .menu-footer a:hover:after {
	position: absolute !important;
	right: -1px !important;
	top: 50% !important;
	transform: translateY(-55%) !important;
}
.menu-footer li.link-btn a {
	border: 1px solid #646363 !important;
	transition: all 0.2s ease-in-out;
}
.menu-footer li.link-btn a:hover {
	background-color: #646363;
	color: #FFFFFF !important;
}
.menu-header li:last-child a:after, .menu-footer li:last-child a:after {
	display: none;
}
.with-arrow span {
	color: #cc0033;
	font-size: 110%;
}
.elementor-widget-text-editor ul {
    padding-left: .75rem;
	margin-bottom: .9rem !important;
}
.elementor-widget-text-editor li {
	position: relative;
}
.elementor-widget-text-editor li::marker { 
	content: '';
}
.elementor-widget-text-editor li::before { 
	content: '.';
	position: absolute;
	top: 0;
	left: -12px;
	font-size: 20px;
	line-height: .75em;
}
.kontakt-link a:after {
	display: none !important;
}
.kontakt-num a:before, .kontakt-num a:focus:before {
	content: '>>';
	position: absolute !important;
	left: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	opacity: 1 !important;
	background-color: transparent !important;
}
.comments-area a, .page-content a {
	text-decoration: none !important;
}

@media (max-width:1140px) {
	.content-right {
		margin-left: 0;
	}
	.content-left {
		margin-right: 0;
	}
}
@media (max-width: 1024px) {
	.menu-header nav.menu-is-active {
		height: calc(100vh - 90px) !important;
	}
	.menu-footer li {
		align-self: flex-end;
		width: 100%;
	}
	.menu-footer li a {
		display: block !important;
		text-align: right;
		padding: 0 !important;
		font-size: 14px;
	}
	.menu-footer li a:after {
		display: none !important;
	}
	.menu-footer li.link-btn {
		text-align: right;
	}
	.menu-footer li.link-btn a {
		display: inline-block !important;
		padding: 7px !important;
	}
	.wpcf7-form .btn-primary {
		width: 100%;
	}
/*}
@media (max-width: 768px) {*/
	.menu-header .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
		display: block !important;
		padding-top: calc(82vh - 192px);
	}
	.menu-header .hfe-nav-menu a.hfe-menu-item, .menu-header .hfe-nav-menu a.hfe-sub-menu-item {
		text-align: right;
		display: block;
	}
	.kontakt-link a {
		padding-bottom: 50px !important;
	}
	.kontakt-link a:after {
		display: block !important;
		left: 50%;
		width: calc(100% - 44px);
		height: 2px;
		transform: translate(-50%, 22px);
	}
	.kontakt-num a:before, .kontakt-num a:focus:before {
		left: calc(100% - 183px) !important;
	}
}
@media (max-width: 480px) {
	.menu-footer li {
		align-self: flex-end;
		width: 100%;
	}

	.menu-footer li a {
		padding: 5px 5px 5px 0px !important;
		text-align: left;
	}

	.menu-footer li.link-btn {
		text-align: left;
	}
}
@media (min-width: 1025px) {
	/*
	.menu-header li:last-child a, .menu-footer li:last-child a {
		padding-right: 0px !important;
	}
	*/
	.menu-header li:last-child a {
		padding-left: 30px !important;
	}
}