/*
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.5.1764946596
Updated: 2025-12-05 15:56:36

*/

.go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #C09A76;
    color: #fff!important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    z-index: 999;
	opacity: 0;
    pointer-events: none;
}

.go-top:hover {
    background-color: #b68c65;
    transform: translateY(-3px);
}

.page-id-70 .elementor-element.elementor-element-9d2825b{
	display: none;
}

.elementor-slideshow__footer{
	display: none;
}

.gt_float_switcher a,
.gt-current-lang {
    font-size: 0 !important;
}

.gt_float_switcher img {
    font-size: initial !important;
    margin-right: 10px !important;
}

.gt_float_switcher{
    position: relative !important;
	overflow: visible !important;
}

.gt_float_switcher .gt_options {
    position: absolute !important;
    top: 100% !important;     /* pod flagą */
    left: 0;
    z-index: 99999 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
	background: #fff;
    width: 100%;
}

.gt_float_switcher img{
	width: 27px!important;
}

.gt_float_switcher .gt-selected .gt-current-lang{
	padding: 5px!important;
}

.gt_float_switcher .gt_options a{
	padding: 8px!important;
}

.elementor-form-fields-wrapper{
	justify-content: center;
}