/**
Theme Name: anoriell - Astra 
Author: anoriell
Author URI: https://anoriell.eu
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anoriell-astra
Template: astra
*/

:root {
  --swiper-theme-color: var(--ast-global-color-2);
  --scrollbar-width-half: 14px;
}

/**********
 * Logo fix
 * *********/
.astra-logo-svg {
  object-fit: contain;
}

/********************
Header
**********************/
.ast-theme-transparent-header .header-contact-buttons .uagb-button__link {
  color: var(--ast-global-color-4) !important;
}
.ast-theme-transparent-header
  .header-contact-buttons
  .uagb-button__link:is(:hover, :focus) {
  color: var(--ast-global-color-0) !important;
}
.ast-theme-transparent-header .header-contact-buttons .uagb-button__icon path {
  fill: var(--ast-global-color-0) !important;
}
@media (max-width: 640px) OR ((min-width: 922px) AND (max-width: 1024px)) {
  .header-contact-buttons .uagb-button__link {
    display: none;
  }
  .header-contact-buttons .uagb-button__icon path {
    fill: var(--ast-global-color-2);
  }
}
@media (min-width: 922px) {
  .menu-item-home {
    display: none !important;
  }
}

/**********
 * Footer
 * *********/
.site-primary-footer-wrap .widget {
  margin: 0;
}
.site-primary-footer-wrap a {
  color: var(--ast-global-color-4);
  text-decoration: underline;
}
.site-primary-footer-wrap a:hover {
  color: var(--ast-global-color-1);
}
#menu-regulaminy-i-polityki {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  font-size: 14px;
}

/***************
 * Header banner
 * *************/
.ast-single-entry-banner,
.ast-archive-entry-banner {
  background: none;
  padding: 64px 40px;
}
@media only screen and (max-width: 976px) {
  .ast-single-entry-banner,
  .ast-archive-entry-banner {
    padding: 64px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .ast-single-entry-banner,
  .ast-archive-entry-banner {
    padding: 48px 24px;
  }
}
@media (min-width: 922px) {
  .ast-narrow-container .ast-single-entry-banner .ast-container {
    max-width: 1230px !important;
  }
}

/***************
 * Body
 * *************/
body:not(.ast-theme-transparent-header) {
  background-image: url(assets/img/czp-bg.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 120% 200px;
  background-size: 60%;
}

/*************************
 * Archive
 * *****************/
.ast-archive-entry-banner h1 {
  font-size: 2.5rem !important;
}
a.ast-post-filter-single {
  border-radius: 4px 16px 4px 16px;
}
.ast-archive-post {
  flex-direction: column;
}
.ast-archive-post .entry-title a:hover {
  color: var(--ast-global-color-1);
}
.ast-archive-post,
.uael-post__bg-wrap {
  position: relative;
}
.ast-archive-post .ast-taxonomy-container.cat-links.badge {
  position: absolute;
  top: 5%;
  left: 24px;
  z-index: 10;
}

/*****************
 * Single Blog
 Single Realizacje
 * ***************/
.single-realizacje .site-content > .ast-container {
  max-width: 800px;
}
body:is(.single-post, .single-realizacje) .site-content {
  font-size: 1.125rem;
  line-height: 1.75;
}
body:is(.single-post, .single-realizacje) .entry-content .wp-block-heading,
body:is(.single-post, .single-realizacje)
  .entry-content
  .wp-block-uagb-advanced-heading {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.ast-post-social-sharing {
  margin-top: 2rem;
}

.ast-related-post-title a:hover {
  color: var(--ast-global-color-1);
}
.ast-related-post-content .post-thumb-img-content {
  overflow: hidden;
}
.ast-related-post-content .post-thumb-img-content img {
  transition: transform 0.3s;
}
.ast-related-post-content:hover .post-thumb-img-content img {
  transform: scale(1.1);
}
.site-content .ast-single-post-featured-section img {
  border-radius: 24px;
}
@media (min-width: 922px) {
  .site-content .ast-single-post-featured-section img {
    width: 120%;
    margin-left: -10%;
    max-width: 120%;
  }
}

/*************************
Content
**************************/

@media (min-width: 920px) {
  .ast-narrow-container .entry-content[data-ast-blocks-layout] .alignfull {
    max-width: none;
    width: calc(100vw - var(--scrollbar-width-half));
    margin-left: calc(
      (-100vw + var(--wp--custom--ast-content-width-size)) / 2 -
        var(--scrollbar-width-half)
    );
  }
}

/**********
 * Lists
 * *********/
.entry-content ol,
.entry-content ul {
  margin-top: 0;
}
.entry-content :not(.uagb-tabs__panel) > li {
  margin-bottom: 1.25rem;
  padding-left: 1rem;
}
.entry-content :not(.uagb-tabs__panel) > li ul,
.entry-content :not(.uagb-tabs__panel) > li ol {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}
.wp-block-separator {
  color: var(--ast-global-color-0);
}

.entry-content ol li::marker {
  color: var(--ast-global-color-0);
  font-weight: 500;
}
.entry-content ul:not(.uagb-tabs__panel) > li::marker {
  color: var(--ast-global-color-0);
  /* content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"></svg>') 
    " "; */
}

/*********************
Quotes
**********************/
blockquote {
  font-size: 1rem;
  border-left: 0;
}
.entry-content .wp-block-quote {
  border-color: var(--ast-global-color-0);
}
cite {
  font-weight: 500;
  color: var(--ast-global-color-1);
}

/*********************
Forminator
**********************/
.forminator-ui.forminator-custom-form[data-design="default"]
  .forminator-button.forminator-button-submit {
  border-color: var(--ast-global-color-0);
  background-color: var(--ast-global-color-0);
  color: var(--ast-global-color-2);
  font-family: inherit;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 30px;
  padding-top: 18px;
  padding-right: 32px;
  padding-bottom: 17px;
  padding-left: 32px;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.forminator-ui.forminator-custom-form[data-design="default"]
  .forminator-button.forminator-button-submit:is(:hover, :focus) {
  color: var(--ast-global-color-2);
  background-color: var(--ast-global-color-1);
}
