/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */

*:focus {
  position: relative;
}

*:focus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  border-radius: 10px;
  outline: 2px solid #17a2b8 !important;
  /* outline-offset: 10px !important; */
  box-shadow: 0 0 20px 0 #17a2b8;
}

/* Font header */
h1, h2, h3, h4, h5, h6 {
    font-family: 'kane-display-regular', sans-serif !important;
	font-weight: 400;
	letter-spacing: normal !important;
	margin: 0;
	padding: 0;
}

/* paragraph ---------- */
p {
 	margin: 0;
	font-weight: 500;
	line-height: 110%;
}

/* Body */
#inner-body {
    position: relative;
    z-index: 3;
    background-color: var(--e-global-color-a7aa7b0);
}

.wp-singular #inner-body .aux-main .aux-wrapper .aux-container .aux-primary{
	padding-top: 0px !important;
}

article .elementor-widget-container ul {
	list-style: disc;
	margin: 0 0 0 20px;
}

article .elementor-widget-container ul li {
	margin-bottom: 0 !important;
}

/* Menu */
.aux-master-menu.aux-horizontal.aux-skin-classic .aux-menu-depth-0 > .aux-submenu {
    margin-top: 0px;
}

.aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu > .aux-menu-item > .aux-item-content {
	text-align: left;
    min-width: 350px;
    line-height: 150%;
}

/* Menu - Offcanvas */
.aux-master-menu.aux-narrow .aux-submenu-indicator::after, .aux-fs-menu .aux-master-menu .aux-submenu-indicator::after {
	background-color: var(--e-global-color-a7aa7b0);
}

.aux-master-menu.aux-narrow .aux-submenu-indicator::before, .aux-fs-menu .aux-master-menu .aux-submenu-indicator::before {
	background-color: var(--e-global-color-a7aa7b0);
}

.aux-master-menu.aux-narrow .aux-menu-item > .aux-item-content .aux-menu-label {
	color: var(--e-global-color-a7aa7b0);
	font-size: 28px;
	line-height: 200%;
}

.aux-master-menu.aux-narrow.aux-skin-classic .aux-menu-item > .aux-item-content { 
	padding: 10px;	
}

.aux-master-menu.aux-narrow.aux-skin-classic .aux-menu-item > .aux-submenu .aux-menu-item a span { 
	font-size: 20px !important;
	line-height: 100%;
	padding: 0;	
}

.aux-fs-popup .aux-panel-close {
    width: 40px;
    height: 40px;
}

.aux-fs-popup .aux-panel-close .aux-cross-symbol {
    top: 12px;
}

@media screen and (max-width: 1024px) {
    .aux-fs-popup .aux-panel-close {
        left: calc(100% - 70px);
    }
}

/* Lista ikon */

.elementor-icon-list-item {
	display: flex !important;
	flex-flow: row;
	background-color: var(--e-global-color-116a9e0f);
	padding: 20px !important;
	gap: 30px;
	border-radius: 20px;
	margin-bottom: 20px !important;
}

.elementor-icon-list-item a {
	display: flex;
	gap: 30px;
}

.elementor-icon-list-item a span {
	color: #000;
}

.elementor-icon-list-item:hover a span {
	color: var(--e-global-color-186a69e1);
}

.elementor-icon-list-item .elementor-icon-list-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 10px;
	background-color: var(--e-global-color-213287e9);
}

/* Modyfikiacja do wyświetlania karuzeli "Portfolio / Zasady */
.aux-widget-recent-portfolios-carousel .aux-mc-wrapper .aux-portfolio-carousel .aux-mc-view .aux-mc-container .aux-mc-item .entry-subtitle-outside {
	font-size: 20px;
	font-weight: 500;
}

.aux-widget-recent-portfolios-carousel .aux-mc-wrapper .aux-portfolio-carousel .aux-mc-view .aux-mc-container .aux-mc-item article .entry-media {
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}

.aux-widget-recent-portfolios-carousel .aux-mc-wrapper .aux-portfolio-carousel .aux-mc-view .aux-mc-container .aux-mc-item article .entry-media img {
	aspect-ratio: 16 / 9;
	padding: 20px;
}

/* Modyfikacja do wyswietlania "Portfolio / Zasady" */

.entry-top {
	display: flex;
	flex-flow: row;
	border-radius: 20px;
	background-color:  var(--e-global-color-186a69e1);
	overflow: hidden;
}

.entry-top .entry-description {
	display: flex;
	flex-flow: column;
	gap: 30px;
	width: 60%;
	padding: 50px 50px 50px 50px;
}

.entry-top .entry-description .entry-title {
	font-size: 75px;
	font-weight: 400;
	line-height: 100%;
	color:  var(--e-global-color-a7aa7b0);
}

.entry-top .entry-description .entry-subtitle {
	font-size: 28px;
	font-weight: 400;
	line-height: 100%;
	color:  var(--e-global-color-a7aa7b0);
}

.entry-top .entry-description .aux-button-portfolio {
	width: fit-content;
	background-color: var(--e-global-color-a7aa7b0);
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	border-radius: 12px;
	padding: 20px;
	margin-top: auto;
	transition: all 150ms ease-in-out;
}

.entry-top .entry-description .aux-button-portfolio:hover {
	background-color: var(--e-global-color-186a69e1);
	transition: all 150ms ease-in-out;
}

.entry-top .entry-description .aux-hr {
	width: 40%;
	border-bottom: 1px solid var(--e-global-color-a7aa7b0);
	margin: 0;
}

.entry-top .entry-media  {
	display: flex;
	flex-flow: column;
	width: 40%;
	margin-bottom: 0;
}

.entry-top .entry-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.entry-breadcrumbs {
	padding: 65px 100px;
}

.aux-breadcrumbs span:first-of-type {
	padding-left: 0;
}

.entry-breadcrumbs .aux-breadcrumbs span a{
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}

.entry-breadcrumbs .aux-breadcrumbs span a:after{
	position: relative;
	content: '/';
	left: 10px;
	font-size: 16px;
	font-weight: 500;
}

.entry-breadcrumbs .aux-breadcrumbs span{
	font-size: 16px;
	font-weight: 500;
}

.entry-bottom {
	padding: 0 100px;
}

.entry-navigation {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	padding: 100px 0px;
}

.entry-navigation .nav-label {
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	width: 100%;
	gap: 15px;
}

.entry-navigation .nav-label:before {
	display: flex;
	content: '';
	border-radius: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.75012C1.30965 8.75012 0.75 9.30975 0.75 10.0001C0.75 10.6905 1.30965 11.2501 2 11.2501L18.9821 11.2501L12.3661 17.8662C11.878 18.3544 11.878 19.1459 12.3661 19.634C12.8542 20.1222 13.6458 20.1222 14.1339 19.634L22.8838 10.884C23.372 10.3959 23.372 9.60437 22.8838 9.11625L14.1339 0.366251C13.6458 -0.121874 12.8543 -0.121874 12.3661 0.366251C11.878 0.854376 11.878 1.64587 12.3661 2.134L18.9821 8.75012L2 8.75012Z' fill='black'/%3E%3C/svg%3E") !important;
    background: var(--e-global-color-213287e9);
    background-repeat: no-repeat;
    background-position: center;
	width: 60px;
	height: 60px;
	transform: rotate(180deg);
}

.entry-navigation .nav-thumbnail {
	width: 160px;
	height: 100px;
}

.entry-navigation .nav-thumbnail img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.entry-navigation .nav-title {
	display: flex;
	flex-flow: row;
	gap: 40px;
	align-items: center;
	margin-top: 40px;
}

.entry-navigation .nav-title h4 {
	font-size: 36px;
	font-weight: 400;
	color: var(--e-global-color-186a69e1);
	max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	transition: all 150ms ease-in-out;
}

.entry-navigation .nav-prev {
	margin-right: auto;
}

.entry-navigation .nav-prev:hover .nav-title h4 {
	color: var(--e-global-color-213287e9);
	transition: all 150ms ease-in-out;
}


.entry-navigation .nav-prev:hover .nav-label::before {
	background: var(--e-global-color-186a69e1);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 150ms ease-in-out;
}

.entry-navigation .nav-prev .nav-label:before {
	transition: all 150ms ease-in-out;
}

.entry-navigation .nav-next {
	margin-left: auto;
}

.entry-navigation .nav-next:hover .nav-title h4 {
	color: var(--e-global-color-213287e9);
	transition: all 150ms ease-in-out;
}

.entry-navigation .nav-next:hover .nav-label::before {
	background: var(--e-global-color-186a69e1);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 150ms ease-in-out;
}

.entry-navigation .nav-next .nav-label {
    flex-flow: row-reverse;
}

.entry-navigation .nav-next .nav-label:before {
	transform: rotate(0deg);
	transition: all 150ms ease-in-out;
}

.entry-navigation .nav-next .nav-title {
    flex-flow: row-reverse;
}

/* Modyfikacja single post - Wiedza */

.post-wiedza {
	display: flex;
	padding: 100px 100px 0 100px;
}

.post-wiedza .entry-media {
	width: 100%;
	max-width: 400px;
	margin-right: 100px;
}

.post-wiedza .entry-main {
	width: fit-content;
}

.post-wiedza .entry-main .entry-breadcrumbs {
	padding: 0 0 30px 0;
}

.post-wiedza .entry-main .entry-breadcrumbs .aux-breadcrumbs span:first-of-type {
  padding-left: 0;
}

.post-wiedza .entry-media .aux-media-image a {
	display: flex;
	aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.post-wiedza .entry-media .aux-media-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-wiedza .entry-main .entry-header {
	margin: 0px;
}

.post-wiedza .entry-main .entry-header .entry-title {
	color: var(--e-global-color-186a69e1) !important;
	font-size: 75px !important;
	font-weight: 400 !important;
	line-height: 120%;
}

.post-wiedza .entry-main .entry-info {
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
}

.post-wiedza .entry-main .entry-info .entry-date {
	color: #717171;
	font-size: 20px;
	text-transform: none;
}

.post-wiedza .entry-main .entry-content {
	margin-left: 0;
	margin-right: 0;
}

.post-related-header-wiedza {
	font-size: 50px;
	color:  var(--e-global-color-c5ba7c5);
	margin-bottom: 50px;
}

.post-related-wiedza {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 100px;
}

.post-related-wiedza .aux-col {
	display: flex;
	margin-bottom: 40px;
    padding: 0 !important;
}

.post-related-wiedza aux-col:hover .column-entry{
    background-color: unset;
    box-shadow: none;
}

.post-related-wiedza .aux-col article {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.post-related-wiedza .aux-col article .entry-media {
	margin-bottom: 0;
}

.post-related-wiedza .aux-col article .aux-media-image a {
	display: flex;
	aspect-ratio: 1 / 1;
    width: 320px;
    height: 100%;	
	border-radius: 20px;
	overflow: hidden;
	margin-right: 40px;
}

.post-related-wiedza .aux-col article .aux-media-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-related-wiedza .aux-col article .entry-main {
    display: flex;
    flex-flow: column;
    padding: 0 20px 0 0;
    height: 100%;
    gap: 15px;
	margin-bottom: 0;
}

.post-related-wiedza .aux-col article .entry-date a{
    font-size: 20px !important;
    font-weight: 500;
    color: #717171;
}

.post-related-wiedza .aux-col article .entry-main .entry-info {
    margin-bottom: 0px;
}

.post-related-wiedza .aux-col article .entry-main .entry-header .entry-title {
    line-height: 100%;
}

.post-related-wiedza .aux-col article .entry-main .entry-header .entry-title a {
	color: var(--e-global-color-c5ba7c5);
    font-size: 36px;
    font-weight: 400;
}

.post-related-wiedza .aux-col:hover .entry-title a {
    color: var(--e-global-color-213287e9);
}

.post-related-wiedza .aux-col article .entry-main .entry-content {
    margin: -0.5em 0px 0px 0px;
    font-size: 20px;
    font-weight: 500;
}

.post-related-wiedza .aux-col article .entry-main .entry-content p{
	color: #000;
}


.post-related-wiedza .aux-col article .entry-main footer {
    position: relative !important;
    margin-top: auto;
	padding: 0;
    border: 0;
    border-width: 0;
}

.post-related-wiedza .aux-col article .entry-main footer .readmore .aux-read-more {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
	background-color: unset;
	padding: 0px;
}

.post-related-wiedza .aux-col article .entry-main footer .readmore .aux-read-more-text{
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0;
}

.post-related-wiedza .aux-col article .entry-main footer .readmore .aux-read-more:hover::after {
    background: var(--e-global-color-186a69e1);
    background-repeat: no-repeat;
    background-position: center;
	transition: all 150ms ease-in-out;
}

.post-related-wiedza .aux-col article .entry-main footer .readmore .aux-read-more::after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.75012C1.30965 8.75012 0.75 9.30975 0.75 10.0001C0.75 10.6905 1.30965 11.2501 2 11.2501L18.9821 11.2501L12.3661 17.8662C11.878 18.3544 11.878 19.1459 12.3661 19.634C12.8542 20.1222 13.6458 20.1222 14.1339 19.634L22.8838 10.884C23.372 10.3959 23.372 9.60437 22.8838 9.11625L14.1339 0.366251C13.6458 -0.121874 12.8543 -0.121874 12.3661 0.366251C11.878 0.854376 11.878 1.64587 12.3661 2.134L18.9821 8.75012L2 8.75012Z' fill='black'/%3E%3C/svg%3E") !important;
    background: var(--e-global-color-213287e9);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    padding: 0;
    margin: 0px 10px 0px 0px;
    height: 60px;
    width: 60px;
	transition: all 150ms ease-in-out;
}

/* Modyfikacja single post - kampania */

.post-kampania {
	display: flex;
	flex-flow: column;
}

.post-kampania .entry-media {
	width: 100%;
	margin-bottom: 0;
}

.post-kampania .entry-main {
	width: 100%;
	padding: 0 100px;
}

.post-kampania .entry-main .entry-breadcrumbs {
	padding: 45px 0px;
}

.post-kampania .entry-main .entry-breadcrumbs .aux-breadcrumbs span:first-of-type {
  padding-left: 0;
}

.post-kampania .entry-media .aux-media-image a {
	display: flex;
    width: 100%;
    height: 100%;
	max-height: 660px;
	border-radius: 20px;
	overflow: hidden;
}

.post-kampania .entry-media .aux-media-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-kampania .entry-main .entry-header {
	margin: 0px;
}

.post-kampania .entry-main .entry-header .entry-title {
	color: var(--e-global-color-186a69e1) !important;
	font-size: 75px !important;
	font-weight: 400 !important;
	line-height: 120%;
}

.post-kampania .entry-main .entry-info {
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
}

.post-kampania .entry-main .entry-info .entry-date {
	color: #717171;
	font-size: 20px;
	text-transform: none;
}

.post-kampania .entry-main .entry-content {
	margin-left: 0;
	margin-right: 0;
}

.post-related-header-kampania {
	font-size: 50px;
	color:  var(--e-global-color-c5ba7c5);
	margin-bottom: 50px;
}

.post-related-kampania {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	margin-bottom: 100px;
}

.post-related-kampania .aux-col {
	display: flex;
	margin-bottom: 40px;
    padding: 0 !important;
}

.post-related-kampania aux-col:hover .column-entry{
    background-color: unset;
    box-shadow: none;
}

.post-related-kampania .aux-col article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.post-related-kampania .aux-col article .entry-media {
	margin-bottom: 40px;
}

.post-related-kampania .aux-col article .aux-media-image a {
	display: flex;
	aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;	
	border-radius: 20px;
	overflow: hidden;
	margin-right: 40px;
}

.post-related-kampania .aux-col article .aux-media-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-related-kampania .aux-col article .entry-main {
    display: flex;
    flex-flow: column;
    padding: 0 20px 0 0;
    height: 100%;
    gap: 15px;
	margin-bottom: 0;
}

.post-related-kampania .aux-col article .entry-main .entry-header{
	flex-grow: 1;
	margin-bottom: 0;
}

.post-related-kampania .aux-col article .entry-date {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
}

.post-related-kampania .aux-col article .entry-main .entry-info {
    margin-bottom: 15px;
}

.post-related-kampania .aux-col article .entry-main .entry-header .entry-title {
    line-height: 100%;
}

.post-related-kampania .aux-col article .entry-main .entry-header .entry-title a {
	color: var(--e-global-color-c5ba7c5);
    font-size: 36px;
    font-weight: 400;
}

.post-related-kampania .aux-col:hover .entry-title a {
    color: var(--e-global-color-213287e9);
}

.post-related-kampania .aux-col article .entry-main .entry-content {
    margin: -0.5em 0px 0px 0px;
    font-size: 20px;
    font-weight: 500;
}

.post-related-kampania .aux-col article .entry-main footer {
    position: relative !important;
    margin-top: auto;
	padding: 0;
    border: 0;
    border-width: 0;
}

.post-related-kampania .aux-col article .entry-main footer .readmore .aux-read-more {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
	background-color: unset;
	padding: 0px;
}

.post-related-kampania .aux-col article .entry-main footer .readmore .aux-read-more:hover::after {
    background: var(--e-global-color-186a69e1);
    background-repeat: no-repeat;
    background-position: center;
	transition: all 150ms ease-in-out;
}


.post-related-kampania .aux-col article .entry-main footer .readmore .aux-read-more-text {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0;
}

.post-related-kampania .aux-col article .entry-main footer .readmore .aux-read-more::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.75012C1.30965 8.75012 0.75 9.30975 0.75 10.0001C0.75 10.6905 1.30965 11.2501 2 11.2501L18.9821 11.2501L12.3661 17.8662C11.878 18.3544 11.878 19.1459 12.3661 19.634C12.8542 20.1222 13.6458 20.1222 14.1339 19.634L22.8838 10.884C23.372 10.3959 23.372 9.60437 22.8838 9.11625L14.1339 0.366251C13.6458 -0.121874 12.8543 -0.121874 12.3661 0.366251C11.878 0.854376 11.878 1.64587 12.3661 2.134L18.9821 8.75012L2 8.75012Z' fill='black'/%3E%3C/svg%3E") !important;
    background: var(--e-global-color-213287e9);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    padding: 0;
    margin: 0px 10px 0px 0px;
    height: 60px;
    width: 60px;
	transition: all 150ms ease-in-out;
}

/* Modyfikacja dla naglowka stron (Modyfikacja stworzona dla podstron "Dlaczego i jak") */

.dlaczego-i-jak .aux-main .aux-wrapper .aux-container .aux-primary .content article {
	padding: 0 100px;
}

.page-title-section .page-header .aux-page-title-entry {
	position: relative;
	display: flex;
	align-items: center;
	height: 300px;
	padding: 50px;
	background-color: #F5F2E8;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	border-radius: 20px;
}

.page-title-section .page-header .aux-page-title-entry .aux-page-title-box-img {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 100px;
}

.page-title-section .page-header .aux-page-title-entry .aux-page-title-box-img img {
	width: 90%;
	height: 90%;
}

.page-title-section .page-header .aux-page-title-entry h1 {
	font-size: 75px;
	max-width: 480px;
	font-weight: 400;
	color: var( --e-global-color-186a69e1 );
}

.page-title-section .page-header {
	border-bottom: 0;
}

/* Modyfikacja do wygladu widzetu Grid & Carousel Posts */

.entry-header-subtitle {
	font-size: 20px;
	font-weight: 500;
	color: var(--e-global-color-c5ba7c5);
	margin-bottom: 25px;
}

/* Modyfikacja formularza newsletter */

.tnp-subscription {
	max-width: 100% !important;
}

.tnp-subscription form .tnp-field-email label {
	font-size: 17px;
	color: #000;
}

.tnp-subscription form .tnp-field-email input {
	max-width: 100%;
	background-color: rgba(255,255,255, 0.3);
	border-radius: 10px;
	padding: 0 34px 0 34px;
	margin-bottom: 10px;
	height: 65px;
	color: #000;
}

.tnp-subscription form .tnp-field-email input::placeholder {
	color: #000; 
	opacity: 1;
}

.tnp-subscription form .tnp-privacy-field label {
	display: flex;
	flex-flow: row;
	font-size: 17px;
	font-weight: 500;
	color: #000;
	gap: 15px;
	margin-top: 20px;
}

.tnp-subscription form .tnp-privacy-field input[type="checkbox"] {
 	min-width: 25px;
	height: 25px;
	border: 2px solid rgba(0,0,0, 0.5);
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.3);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	cursor: pointer;
	margin-right: 0px;
}

.tnp-subscription form .tnp-privacy-field input[type="checkbox"]:checked {
 	background-color: rgba(255, 255, 255, 0.6);
	position: relative;
}

.tnp-subscription form .tnp-privacy-field input[type="checkbox"]:checked::after {
	content: "✔";
	color: #000;
	font-size: 16px;
	position: absolute;
	top: 1px;
	left: 4px;
}

.tnp-subscription form .tnp-field-button {
	display: flex;
    content: '';
    background: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.75012C1.30965 8.75012 0.75 9.30975 0.75 10.0001C0.75 10.6905 1.30965 11.2501 2 11.2501L18.9821 11.2501L12.3661 17.8662C11.878 18.3544 11.878 19.1459 12.3661 19.634C12.8542 20.1222 13.6458 20.1222 14.1339 19.634L22.8838 10.884C23.372 10.3959 23.372 9.60437 22.8838 9.11625L14.1339 0.366251C13.6458 -0.121874 12.8543 -0.121874 12.3661 0.366251C11.878 0.854376 11.878 1.64587 12.3661 2.134L18.9821 8.75012L2 8.75012Z' fill='black'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    padding: 0;
    margin: 30px 10px 0px 0px;
    height: 60px;
    width: 60px;
	transition: all 150ms ease-in-out;
}

.tnp-subscription form .tnp-field-button:hover {
    background: var(--e-global-color-186a69e1);
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.75012C1.30965 8.75012 0.75 9.30975 0.75 10.0001C0.75 10.6905 1.30965 11.2501 2 11.2501L18.9821 11.2501L12.3661 17.8662C11.878 18.3544 11.878 19.1459 12.3661 19.634C12.8542 20.1222 13.6458 20.1222 14.1339 19.634L22.8838 10.884C23.372 10.3959 23.372 9.60437 22.8838 9.11625L14.1339 0.366251C13.6458 -0.121874 12.8543 -0.121874 12.3661 0.366251C11.878 0.854376 11.878 1.64587 12.3661 2.134L18.9821 8.75012L2 8.75012Z' fill='black'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center;
	transition: all 150ms ease-in-out;
}

.tnp-subscription form .tnp-field-button input {
    background: rgba(0, 0, 0, 0);
    margin-left: 65px;
    text-transform: none;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

/* Fix dla karuzeli loga */
.fix-carousel-logo .elementor-widget-container .swiper .swiper-wrapper .swiper-slide {
	margin-top: auto;
	margin-bottom: auto;
}

.fix-carousel-logo .elementor-widget-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-inner {
	display: flex;
	flex-flow: column-reverse;
}

.fix-carousel-logo .elementor-widget-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-inner figcaption {
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
}

/* Fix do plikow SVG */
.fix-svg {
	height: 100%;
}

.fix-svg .aux-simple-svg-container {
    height: 100%;
}

.fix-svg .aux-widget-container-inner {
    max-height: 100% !important;
    height: 100%;
}

.fix-svg .aux-the-svg svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Zmiana koloru tła dla pre loader */
.csstransitions .aux-page-animation-slideup .aux-page-animation-overlay {
	background-color: #fffbe9;
}

.csstransitions .aux-page-animation-slideup .aux-page-animation-overlay h2 {
	color: #e83f4b;
}

.csstransitions .aux-page-animation-slideup .aux-page-animation-overlay p {
	color: #e83f4b;
}

/* Spotify widget */
.spotify-widget-wrapper {
  margin-bottom: 20px;
}

.spotify-heading {
  font-size: 28px;
  margin-bottom: 30px;
  color: #000;
}

.spotify-embed-container {
  position: relative;
  width: 100%;
  padding-top: 80px; /* wysokość iframe */
  height: 0;
  overflow: hidden;
  min-height: 300px; /* minimalna wysokość */
}

.spotify-embed-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Youtube widget */
.youtube-widget-wrapper {
  margin-bottom: 20px;
}

.youtube-heading {
  font-size: 28px;
  margin-bottom: 30px;
  color: #000;
}

.youtube-embed-container {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  min-height: 400px;
}

.youtube-embed-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;;
}

/* Ustawienie submenu */
.aux-master-menu.aux-horizontal.aux-skin-classic .aux-menu-depth-0 > .aux-submenu {
    margin-top: 25px;
}

.fix-submenu-open {
  position: relative;
}

.fix-submenu-open > .aux-submenu {
  position: absolute;
  top: 120%; /* większy odstęp w dół niż domyślne 100% */
  left: 0;
  z-index: 9999;
  display: none;
  pointer-events: auto;
}

/* Pokaż submenu na hoverze */
.fix-submenu-open:hover > .aux-submenu {
  display: block;
}

/* Trik: niewidzialna strefa buforowa */
.fix-submenu-open::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 30px; /* wysokość odstępu (przezroczysty bufor) */
  background: transparent;
}


/* Media Query */

@media screen and (max-width: 1024px) {
	
	/* Breadcrumb */
	.aux-breadcrumbs {
		display: inline-flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	/* Dlaczego i jak? */
	.dlaczego-i-jak .aux-main .aux-wrapper .aux-container .aux-primary .content article {
		padding: 0;
	}

	.page-title-section .page-header .aux-page-title-entry .aux-page-title-box-img {
		right: 50px;
	}

	/* Kampania */
	.post-kampania .entry-main {
		width: 100%;
		padding: 0 50px;
	}

	.post-related-kampania {
		grid-template-columns: repeat(2, 1fr);
	}

	.post-related-kampania .aux-col:nth-child(3) {
		display: none;
	}

	/* Wiedza */
	.post-wiedza {
		display: flex;
		padding: 0 50px 0 50px;
		flex-flow: column;
	}

	.post-wiedza .entry-main .entry-breadcrumbs {
		padding: 40px 0;
	}

	.post-wiedza .entry-media {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}

	.post-wiedza .entry-media .aux-media-image a {
		aspect-ratio: 16 / 9;
	}

	.post-related-wiedza {
		gap: 50px;
	}

	.post-related-wiedza .aux-col article {
		flex-direction: column;
	}

	.post-related-wiedza .aux-col article .aux-media-image a {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {

	/* Offcanvas */
	.aux-fs-menu .aux-master-menu {
		text-align: left;
		margin: 0;
	}
	
	/* Breadcrumb */
	.aux-breadcrumbs {
		display: inline-flex;
		flex-wrap: wrap;
		gap: 0px;
	}

	/* Dlaczego i jak? */
	.dlaczego-i-jak .aux-main .aux-wrapper .aux-container .aux-primary .content article {
		padding: 0;
	}

	.page-title-section .page-header .aux-page-title-entry {
		height: auto;
		padding: 50px 20px;
	}

	.page-title-section .page-header .aux-page-title-entry h1 {
		font-size: 50px;
		max-width: 100%;
	}

	.page-title-section .page-header .aux-page-title-entry .aux-page-title-box-img {
		display: none;
	}

	/* Kampania */
	.post-kampania .entry-main {
		width: 100%;
		padding: 0;
	}

	.post-kampania .entry-main .entry-breadcrumbs {
		padding: 35px 0px;
	}

	.post-kampania .entry-main .entry-header .entry-title {
		font-size: 50px !important;
	}

	.post-related-kampania {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}

	.post-related-kampania .aux-col article .entry-main {
		gap: 0;
	}

	.post-related-kampania .aux-col article .entry-main .entry-title {
		line-height: 130% !important;
	}

	.post-related-kampania .aux-col article .entry-main .entry-info {
		margin-bottom: 21px;
		margin-top: 5px;
	}

	.post-related-kampania .aux-col article .entry-main footer{
		padding-top: 0 !important;
	}

	.post-related-kampania .aux-col article .entry-media {
		margin-bottom: 30px;
	}

	/* Wiedza */
	.post-wiedza {
		padding: 0;
	}

	.post-wiedza .entry-main .entry-header .entry-title {
		font-size: 50px !important;
	}

	.post-related-wiedza {
		grid-template-columns: repeat(1, 1fr);
	}

	/* Zasady */
	.entry-top {
		flex-flow: column;
	}
	
	.entry-top .entry-description {
		width: 100%;
		padding: 25px;
	}
	
	.entry-top .entry-description .entry-title {
		font-size: 50px;
	}
	
	.entry-top .entry-media {
		display: none;
	}
	
	.entry-breadcrumbs {
		padding: 30px 0px;
	}
	
	.entry-bottom {
		padding: 0;
	}
	
	.entry-navigation {
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		padding: 0 0 50px 0;
	}

	.entry-navigation .nav-label {
		font-size: 16px;
		width: 100%;
		gap: 5px;
	}

	.entry-navigation .nav-label:before {
		background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.75012C1.30965 8.75012 0.75 9.30975 0.75 10.0001C0.75 10.6905 1.30965 11.2501 2 11.2501L18.9821 11.2501L12.3661 17.8662C11.878 18.3544 11.878 19.1459 12.3661 19.634C12.8542 20.1222 13.6458 20.1222 14.1339 19.634L22.8838 10.884C23.372 10.3959 23.372 9.60437 22.8838 9.11625L14.1339 0.366251C13.6458 -0.121874 12.8543 -0.121874 12.3661 0.366251C11.878 0.854376 11.878 1.64587 12.3661 2.134L18.9821 8.75012L2 8.75012Z' fill='black'/%3E%3C/svg%3E") !important;
		width: 40px;
		height: 40px;
	}

	.entry-navigation .nav-title {
		display: none;
	}

	.entry-navigation .nav-prev {
		margin-right: auto;
	}
	
	.entry-navigation .nav-prev .nav-label {
		line-height: 100%;
	}
	
	.entry-navigation .nav-next {
		margin-left: auto;
	}

	.entry-navigation .nav-next .nav-label {
		flex-flow: row-reverse;
		text-align: right;
		line-height: 100%;
	}
}