/*
Theme Name: wp_dkv
Theme URI: https://walaszczyk.studio/
Author: ŁW
Author URI: https://walaszczyk.studio/
Description: Wordpress Template made by ŁW
Version: 1.1
Tags: lw
Text Domain: wp_dkv
*/

.image-logo-partner {
  max-width: 200px;
  max-height: 100px;
  object-fit: contain;
}

html .wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0px;
}

html .wpml-ls-legacy-list-horizontal a {
  padding: 0px;
}

.grecaptcha-badge { 
  visibility: hidden !important;
}

html .wpcf7 form.invalid .wpcf7-response-output, html .wpcf7 form.unaccepted .wpcf7-response-output, html .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
  margin: 0px;
  margin-top: 1rem;
  padding: 0px;
  padding-top: 1rem;
  border: none;
  border-top: 1px solid var(--dark-green);
  font-size: 0.875rem;
}

.wpcf7-not-valid-tip {
margin-top: 5px;
font-size: 12px;
font-weight: 300;
}

.wpcf7-acceptance label {
  font-weight: 400;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0rem;
}

.dropdown-toggle.w--current {
  color: var(--dark-blue);
  font-weight: 600;
}

.swiper-slide.award-slide {
  height: auto;
}

.swiper-slide_award {
  height: 100%;
}

.grid-card-pricing.less-ratio:hover .bottom-card-pricing {
	flex: 0 65%;
}
.grid-card-pricing.less-ratio:hover .box-short-desc-card {
	max-height: 12.5rem;
  overflow: auto;
}

/* Timeline hidden elements */
.timeline-hidden {
  display: none;
}

/* Sort button active state */
.sort-button-element img.active {
  opacity: 1;
}

.sort-button-element img {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

img {
  height: auto;
}

/* Tagung tabs */
.tagung-tab {
  display: none;
}

.tagung-tab.is-active-tab {
  display: block;
}

/* Początkowy stan dla kafelków postów */
body.has-load-more .grid-card-column-article {
  opacity: 0;
  visibility: hidden;
}

.arrow-button.loading {
  opacity: 0.7;
  pointer-events: none;
}

.arrow-button.loading .image-arrow-button {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.admin-bar .navbar {
  top: 32px;
} 

.admin-bar .dropdown-list {
  top: calc(3.0625rem + 32px);
}
	

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }


  .filter-border {
    position: absolute;
    border: 1px solid var(--blue);
    border-radius: 0.5rem;
    pointer-events: none;
    z-index: 0;
  }
  .simple-text p:last-child, .simple-text :last-child {
    margin-bottom: 0rem;
  }
  a {
    color: inherit;
  }
  [position="relative"] {
    position: relative;
  }
  [overflow="hidden"] {
    overflow: hidden;
  }
  .grid-card-column-article:hover .overlay-card-image, .big-grid-card:hover .overlay-card-image {
    opacity: 0.75;
  }
  .card-doc-circle:after {
    content: '';
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 100%;
    background-color: var(--blue);
    opacity: 0;
    transition: background-color .3s, opacity .3s;
  }
  .card-doc-circle.is-active:after {
    opacity: 1;
  }
  #download-multiple {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  html { font-size: 1rem; }
  @media screen and (max-width:1920px) { html { font-size: 1rem; } }
  @media screen and (max-width:1440px) { html { font-size: calc(0.5991091314031181rem + 0.4454342984409799vw); } }
  @media screen and (max-width:991px) { html { font-size: calc(0.758056640625rem + 0.390625vw); } }
  @media screen and (max-width:479px) { html { font-size: calc(0.7494769874476988rem + 0.8368200836820083vw); } }











