/**
Theme Name: PanOptixTheme
Author: Profitway
Author URI: https://profitway.pl
Description: https://profitway.pl 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: panoptixtheme
Template: astra
*/

/* Homepage: normalize oversized Facebook icon */
.home .elementor-social-icon-facebook,
.home .elementor-social-icon-facebook-f,
.home .fa-facebook-f,
.home .fa-facebook {
	font-size: 20px !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

/* Center the "Закрить" button in cookie banner */
#cookie-law-info-bar .cli-bar-btn_container {
	display: flex;
	justify-content: center;
}

#cookie-law-info-bar .wt-cli-element.cli_cookie_close_button {
	margin-left: auto;
	margin-right: auto;
}

/* Homepage: ensure top navigation in Elementor is visible */
.home .elementor-location-header {
	position: relative;
	z-index: 10;
}

.home .elementor-element-1e14029,
.home .elementor-element-a2e0df6 {
	background-image: linear-gradient(180deg, #3B6E8F 0%, #1C4560 100%) !important;
	color: #ffffff !important;
}

.home .elementor-element-1e14029 a,
.home .elementor-element-a2e0df6 a {
	color: #ffffff !important;
}

/* Show only one menu version per viewport */
@media (min-width: 768px) {
	.home .elementor-element-1e14029 {
		display: block !important;
	}

	.home .elementor-element-a2e0df6 {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.home .elementor-element-1e14029 {
		display: none !important;
	}

	.home .elementor-element-a2e0df6 {
		display: block !important;
	}
}