/*
Theme Name: Astra Child Theme
Author: Bojan
Description: This is a child theme generated from Astra
Version: 1.01.1
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/****************** START: Sekcije sa tekstom i slikom koje se ponavljaju ******************/
/* Shared base layout */
.bojan-section {
  display: flex;
}

.bojan-section #text {
  flex: 1.5;
  display: flex;
}

.bojan-section #text #crna-traka {
  width: 30%;
  max-width: 3vw;
  background-color: #171717;
}

.bojan-section.left #text #crna-traka {
  margin-left: auto;
}

.bojan-section #text #description {
  display: flex;
  margin-inline: 7%;
  margin-block: 2rem;
  flex-direction: column;
  justify-content: center;
}

.bojan-section #text #description.piktogram {
  flex-direction: row;
  gap: 1rem;
}

.bojan-section #text #description.piktogram .piktogram-image img {
  width: 60px;
}

.bojan-section #text #description #title {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: fit-content;
  margin-bottom: 2rem !important;
}

.bojan-section #text #description #title h2 {
  font-size: clamp(2.5rem, 6vw, 3rem);
  position: relative;
  margin: 0 !important;
}

.bojan-section #text #description #title h3 {
  font-style: italic;
}

.bojan-section #text #description #title img {
  height: 3rem;
}

.bojan-section #text #description #paragrafi {
  max-width: 65ch;
}

.bojan-section #text #description #paragrafi p span {
  font-weight: bold;
}

.bojan-section #text #description a {
  margin-top: 1.5rem;
}

.bojan-section #text #description a button {
  color: white;
  border: none;
  border-radius: 0;
  font-weight: bold;
  padding-block: 0.8rem;
  padding-inline: 1.5rem;
  background-color: #df881b;
  font-size: 1.1rem;
}

.bojan-section #image-wrap {
  flex: 1;
}

.bojan-section #image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 800px) {
  .bojan-section {
    flex-direction: column;
  }

  .bojan-section #text {
    order: 1;
  }

  .bojan-section #text #crna-traka {
    width: 100%;
  }

  .bojan-section #image-wrap {
    order: 2;
  }
}

.bojan-section #text #description.piktogram #text-wrap #title {
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
}
/****************** END: Sekcije sa tekstom i slikom koje se ponavljaju ******************/

/* ******************** START: FOOTER ******************* */
* .site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-3-equal.ast-builder-grid-row-tablet-3-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
  border: none;
  background-color: #ffffff;
}
.site-below-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-full.ast-builder-grid-row-tablet-full.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
  border: none;
}
@media (max-width: 800px) {
  .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-f66f9956.wp-block-group-is-layout-flex {
    flex-direction: column;
    gap: 6rem;
  }
}
.wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-f66f9956.wp-block-group-is-layout-flex {
  gap: 6rem;
}
/* ******************** END: FOOTER ******************* */


#home-main-title {
	margin-top: 6rem;
 	font-size: clamp(1.2rem, 3.5vw, 2.5rem) !important;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.25);
}

.site-navigation .main-navigation ul li a {
  font-weight: bold;
}

.custom-max-width-90ch {
	max-width: 90ch;
}

footer.site-footer .footer-nav-wrap ul li {
  text-align: center;
	font-weight: bold;
	margin-bottom: 0.1em;
}

@media (max-width: 650px) {
	.media-max-width-programi {
  		display: flex;
  		flex-direction: column;
	}
}