/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2025 | 17:39:23 */
.wpforms-submit-container {margin-top:2px!important;}
:root :where(.is-layout-flow) > * {
  margin-block-start: 0;
	margin-block-end: 0; }
.wp-block-social-links {font-size: 30px;}
div.wpforms-container-full:not(:empty) {
	margin: 0px auto!important;}
.wpforms-submit-container br {display:none;}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {padding: 11px 0px!important;}
.custom-logo {margin-bottom:5px;}
.branze {max-width:75%!important;}
.branze_block {border-bottom: 1px solid #FFB133;}
/*.branze_block h2 {border-bottom: 1px solid #FFB133;}*/

.wp-block-button__link:hover {text-decoration:underline;}

.video_head .wp-block-separator {border: none;}

.sep_c {border: none;}

:where(.wp-site-blocks) > * {
  margin-block-start: 0px;
	margin-block-end: 0;}

.video_head {margin-block-start: 0px; -webkit-box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 1); border-bottom: 1px solid #FFB133; border-top: 1px solid #FFB133;}

/* cienie */

.adres{letter-spacing: 1px; font-weight: 370;}
.naglowek{-webkit-box-shadow: 0px 0px 24px -12px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 0px 24px -12px rgba(0, 0, 0, 1);
box-shadow: 0px 0px 24px -12px rgba(0, 0, 0, 1);}


/* animacje menu */
/*
a.wp-block-navigation-item__content:hover::before {
  content: "▸";
}*/

.custom-logo-link:hover{
-webkit-animation: pulsate-bck 0.5s ease-in-out both;
animation: pulsate-bck 0.5s ease-in-out both;}

.wp-block-navigation-item__label {/*text-transform: uppercase; */letter-spacing: 1px; font-weight: 400;}

a.wp-block-navigation-item__content:hover {
-webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
animation: pulsate-bck 0.5s ease-in-out infinite both;
	color:white!important;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

.wp-block-navigation-item__label:hover{font-weight: 670; letter-spacing: 0.9px;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-6-17 14:59:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*/* wejscie nagłowek*/

.naglowek {
	-webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940)  both;
	        animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940)  both;
}

main {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/*.slide-bottom {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}*/

.video_head {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.branze_block  {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-6-17 15:25:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-6-17 15:29:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

