/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 14 2025 | 13:18:36 */
.ast-logo-title-inline .ast-site-identity {
	padding: 50px;
	border-radius: 100%;
	position: absolute;
	background: #111;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 160px;
	height: 160px;
	left: calc(50% - 80px);
	right: calc(50% - 80px);
	top: -40px;
}

.ast-logo-title-inline .site-logo-img {
	padding-right: 0;
	padding-left: 16px;
	padding-top: 40px;
}

header .custom-logo-link img {
	max-width: 60PX;
	width: 60px;
}

/* Sticky header */
header.site-header.header-main-layout-1 {
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	height: 80px;
    z-index: 9999;
    transition: padding 0.25s ease, background 0.25s ease;
    background: rgba(255, 255, 255, 0.97); /* opcjonalnie */
}

/* Logo normalne */
header.site-header.header-main-layout-1 .site-logo-img .custom-logo {
    height: 52px;    /* Twoja aktualna wysokość */
    width: auto;
    transition: height 0.25s ease;
}

/* Zmniejszone logo po scrollu */
header.site-header.shrink .custom-logo {
    height: 45px; /* zmniejszone logo */
}

header.site-header.header-main-layout-1.shrink .ast-site-identity {
	width: 100px;
	height: 100px;
	margin-top:10px;
}

/** STRONA GŁÓWNA **/
.dracodia-hero-left-container {
	
}
.dracodia-hero-right-container {
	
}
.dracodia-tabs .e-n-tabs-heading button {
	flex-grow: 1
}

/** KONTAKT **/
.dracodia-form .wpforms-container .wpforms-field {
    padding: 0 0 20px;
}

.dracodia-form .wpforms-container input.wpforms-field-medium, 
.dracodia-form .wpforms-container select.wpforms-field-medium, 
.dracodia-form .wpforms-container .wpforms-field-row.wpforms-field-medium, 
.dracodia-form .wp-core-ui div.wpforms-container input.wpforms-field-medium, 
.dracodia-form .wp-core-ui div.wpforms-container select.wpforms-field-medium, 
.dracodia-form .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100%;
}

/** O NAS **/
.dracodia-counter .elementor-counter,
.dracodia-counter .elementor-counter-title {
	text-align: center !important;
}

/** OLEJ NAPĘDOWY **/
.dracodia-tile-link {
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.ast-single-post .entry-content .dracodia-tile-link a {
	text-decoration: none;
	color: #fff;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
}
.ast-single-post .entry-content .dracodia-tile-link:hover a {
	color: #ff5252;
}