/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1781295626
Updated: 2026-06-12 20:20:26

*/


.elementor-button-text{
   	display: flex !important;
	height: 48px;
	padding: 4px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	padding:0px 25px;
}

.mc_header_button .elementor-button{
	background-color:#021662 !important;
}

.mc_header_button .elementor-button .elementor-button-text{
	color:#fff !important;
}

.home .mc_header_button .elementor-button{
	background-color:#00CAAA !important;
}

.home .mc_header_button .elementor-button .elementor-button-text{
	color:#232323 !important;
}

.cc-pinned .mc_header_button .elementor-button{
	background-color:#021662 !important;
}

.cc-pinned .mc_header_button .elementor-button{
	background-color:#00CAAA !important;
}

header .elementor-button-text {
    display: flex !important;
	width: 150px;
	height: 34px;
	padding: 4px;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.mc_list{
	display: flex;
	width: 40px;
	height: 40px;
	padding: 4px;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 4px;
	flex-shrink: 0;
	border-radius: 52px;
	background: #0224A1;
}

.mc_min-height{
	min-height:75px;
}

.mc_min-height_big{
	min-height:108px;
}

.mc_list_text li{
	margin-bottom:10px;
}

@media screen and (max-width: 1024px) {
  	.mc_min-height{
		min-height:0px;
	}

	.mc_min-height_big{
		min-height:0px;
	}
}

.forminator-button{
	    display: flex;
    width: 167px;
    height: 48px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 28px;
    background: var(--Mint-1, #00CAAA);
    color: var(--Black-1, #232323);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}


@media screen and (max-width: 359px) {
	header .elementor-button-text {
		width: 115px;
		font-size: 11px;
	}
}


/* Ukrycie oryginalnej strzałki TranslatePress */
.trp-language-switcher .trp-shortcode-arrow {
    display: none;
}

/* Strzałka taka sama jak w menu „Usługi” */
.trp-language-switcher .trp-current-language-item__wrapper::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    flex-shrink: 0;

    background-color: #fff;

    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 18'%3E%3Cpath d='M9.7779 8.75234L-1.62579e-05 17.3235L0.161823 -2.58201e-06L9.7779 8.75234Z' fill='%23000'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 18'%3E%3Cpath d='M9.7779 8.75234L-1.62579e-05 17.3235L0.161823 -2.58201e-06L9.7779 8.75234Z' fill='%23000'/%3E%3C/svg%3E");

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;

    /* Strzałka skierowana w dół */
    
    transition: transform 0.25s ease;
}