/*
Theme Name: Akademia Poz
Author: KrX
Description: Minimalny motyw WordPress
Version: 1.0.9
Text Domain: akademia-poz
*/

* {
    font-family: 'Open Sans', sans-serif;
}

/*  Fonty START */


.nav-link {
  font-weight:700!important;
}

.h1-heading {
    font-family: 'Rubik', sans-serif;
	font-size:50px;
	line-height:60px;
}
h2{
    font-family: 'Rubik', sans-serif;
	font-size:40px;
	line-height:60px;
		font-weight:500;
}
.h2-heading {
    font-family: 'Rubik', sans-serif;
	font-size:40px;
	line-height:60px;
		font-weight:500;
}
h3{
	font-size:30px; 
	line-height:36px;
	font-weight:500;
    font-family: 'Rubik', sans-serif;
}
.h3-heading{
	font-size:30px; 
	line-height:36px;
	font-weight:500;
    font-family: 'Rubik', sans-serif;
}

h4{
	font-size:20px; 
	line-height:30px;
	font-weight:500;
    font-family: 'Rubik', sans-serif;
}
.h4-heading{
	font-size:20px; 
	line-height:30px;
	font-weight:500;
    font-family: 'Rubik', sans-serif;
}

p, .body-m, li,
.crisis-table-wrapper  *,td{
	font-size:20px; 
	line-height:30px;
	font-weight:400;
    font-family: 'Open Sans', sans-serif;
}
.button-txt{
	font-size:18px; 
	line-height:18px;
	font-weight:600;
    font-family: 'Open Sans', sans-serif;
	
}
.h1-up{
	font-size:18px; 
	line-height:22px;
	font-weight:400;
    font-family: 'Rubik', sans-serif;
	
}

.nav-link {
  font-size: 16px!important;
  line-height: 27px!important;
}

@media(max-width:991px){
.hero-breadcrumbs * {
  font-size: 14px;
  line-height: 1.2;
}
	
.nav-link {
  font-weight:700!important;
}

.h1-heading {
    font-family: 'Rubik', sans-serif;
	font-size:32px;
	line-height:1.3;
}
h2{
    font-family: 'Rubik', sans-serif;
	font-size:24px;
	line-height:1.3;
		font-weight:500;
}
.h2-heading {
    font-family: 'Rubik', sans-serif;
	font-size:24px;
	line-height:1.3;
		font-weight:500;
}
h3{
	font-size:20px; 
	line-height:1.3;
	font-weight:500;
    font-family: 'Rubik', sans-serif;
}
.h3-heading{
	font-size:20px; 
	line-height:1.3;
	font-weight:500;
    font-family: 'Rubik', sans-serif;
}

h4{
	font-size:18px; 
	line-height:1.3;
	font-weight:500;
    font-family: 'Rubik', sans-serif;
}
.h4-heading{
	font-size:18px; 
	line-height:1.3;
	font-weight:500;
    font-family: 'Rubik', sans-serif;
}

p, .body-m, li,
.crisis-table-wrapper  *,td{
	font-size:18px; 
	line-height:1.3;
	font-weight:400;
    font-family: 'Open Sans', sans-serif;
}
.button-txt{
	font-size:16px; 
	line-height:1;
	font-weight:600;
    font-family: 'Open Sans', sans-serif;
	
}
.h1-up{
	font-size:16px; 
	line-height:22px;
	font-weight:400;
    font-family: 'Rubik', sans-serif;
	
}

.nav-link {
  font-size: 16px!important;
  line-height: 27px!important;
}	
	
	
	
	
	
	
	
}
/* Fonty END */

/* Ogólne START */

.btn-v1 {
  background-color: #e2001a;
  color: white;
  text-decoration: unset;

  padding: 24px;
  display: block;
  width: fit-content;
  border-radius: 20px;
  font-weight: 700;
}

.pt-0{
	padding-top:0px!important;
}
.pb-0{
	padding-bottom:0px!important;
}
.mt-0{
	margin-top:0px!important;
}
.mb-0{
	margin-bottom:0px!important;
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1024px;
  }
}


.text-dark{
	color:#082C4B;
}
.br-v1{
	border-radius:20px;
}
.section-margin{
	margin:120px 0px;
}

.section-padding{
	padding:120px 0px;
}
@media(max-width:991px){
	.section-padding{
	padding:64px 0px;
}
	.section-margin{
	margin:64px 0px;
}
}

.button.button-primary {
  background-color: black;
  color: white;
  padding: 8px 16px;
  border-radius: 10px;
  border: 0;
  outline: 0px;
}
.section-padding{
	padding-top:96px;
	padding-block: 96px;
}

.multi-step-form-wrapper {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.multi-step-form-wrapper.section-padding .container {
  border: 1px solid #cacaca;
  border-radius: 10px;
  padding: 10px 24px 8px;
}

input, select, textarea {
  background-color: white;
  border: 1px solid #cacaca;
  border-radius: 10px;
  width: 100%;
  min-height: 36px;
  padding: 0px 16px;
  margin-top: 8px;
}


/* Header START */
    .navbar {
      padding: 0.75rem 1.5rem;
    }

    .navbar-nav .nav-link {
 
      color: #0b2c4a;
      margin-left: 1rem;
    }

    .navbar-nav .nav-link:hover {
      color: #0056b3;
    }

    .navbar-brand img {
      height: 48px;
    }

/* Header END */


/* Hero sec START */
.hero-section-wrapper {
  padding: 200px 0px;
  text-align: center;
}
.hero-breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
@media(max-width:991px){
	.hero-section-wrapper {
  padding: 96px 0px;
  text-align: center;
}
	
}

/* Hero sec END */

/* Footer START */
.last-info-col address, .last-info-col p {
  margin-bottom: 20px !important;
}
.footer-logo svg {
  height: auto;
  width: 100%;
  min-width: 205px;
}
.footer-title {
  margin-bottom: 37px;
}

.list-unstyled {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
    row-gap: 20px;
    column-gap: 20px;
}

/* Footer END */



/* Page wpis START */

.sp-featured-image {
  margin-bottom: 30px;
}
.sidebar-widget {
  padding: 30px;
  border: 1px solid #DDD;
  border-radius: 20px;
}
hr{
	background-color:#7B6464;
	margin:0px!important;
}
.sidebar-widget  .list-unstyled {
  margin-top: 20px;
}
.sidebar-widget  .h3-heading {
  margin-bottom: 10px;
}
.wiget-last-posts img {
  height: 80px;
  width: 85px;
}


@media(max-width:991px){
	.single-wpis-wrapper article {
  margin-bottom: 30px;
}
	
}
/* Page wpis END */

/* Page blog START */

.archive-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.archive-grid .post-card__content {
  padding: 16px;
  border: 1px solid #DDDD;
  border-radius: 0px 0px 20px 20px;
}
.post-card .post-card__image img {
  border-radius: 20px 20px 0px 0px !important;
}
.post-card__image{
	position:relative;
}
.post-card__image span {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0071F9;
  padding: 16px;
  border-radius: 0px 10px 0px 0px;
}

@media(max-width:991px){
	.archive-grid {
  grid-template-columns:1fr;
  gap: 20px;
}
}

@media(max-width:1200px) and (min-width:991px){
	.archive-grid{
		grid-template-columns:1fr;
	}
	.wiget-last-posts img {
  display: none;
}
}



/* Page blog END */



/* Page O nas START */
.o-nas-wrapper-v1 img, 
.o-nas-wrapper-v1 .image-wrapper,
.o-nas-wrapper-v1 .sp-featured-image{
  min-height: 100%;
	height: 100%;
}
.o-nas-wrapper-v1 img{
	object-fit:cover;
}
@media(max-width:991px){
	.o-nas-wrapper-v1 img {
  margin-top: 20px;
}
	
.o-nas-wrapper-v1 img, 
.o-nas-wrapper-v1 .image-wrapper,
.o-nas-wrapper-v1 .sp-featured-image{
 
	height: fit-content;
}	
	
	
	
	
	
	
	
}

/* Page o nas END*/


/* Page zagrozenia START */
.faq {
    max-width: 100%;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e5e5e5;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    background: none;
    border: 0;
    cursor: pointer;
    text-align: left;
}

.faq-letter {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700;
    background: #f2f2f2;
    flex-shrink: 0;
}

.faq-question small {
    display: block;
    opacity: 0.6;
    font-size: 0.85em;
}

.faq-icon {
    margin-left: auto;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-item.active .faq-answer {
    max-height: 2000px;
}

.faq-answer .body-m {
    padding-bottom: 24px;
}


/* Page zagrozenia END */



/* Lista kontrolna START */

.crisis-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.crisis-table-wrapper .crisis-table {
    width: 100%;
    border-collapse: collapse;
}

.crisis-table-wrapper th,
.crisis-table-wrapper td {
    padding: 12px 14px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
}

.crisis-table-wrapper thead th {
    text-align: left;
    border-bottom: 2px solid #ccc;
}

.crisis-table-wrapper tbody tr:hover {
    background-color: #f9f9f9;
}

.crisis-table-wrapper .section td {
    font-weight: 600;
    background-color: #f2f4f7;
    border-bottom: 2px solid #ddd;
}

.crisis-table-wrapper td:last-child {
    white-space: nowrap;
}

.download-file-v1 a {
  display: flex;
  gap: 8px;
}
.download-file-v1 svg {
  max-width: 56px;
  max-height: 56px;
  height: 100%;
  width: 100%;
}
.download-file-v1 a {
  padding: 8px 24px;
  border: 2px solid #dddd;
  border-radius: 20px;
  width: fit-content;
}
@media(max-width:991px){
	.download-file-v1 a {
flex-direction:column;
}
}
/* Lista kontrolna END */



/* O nas eksperci START */
.authors-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.author-wrapper {
  display: flex;
  flex-direction: column;
  height: fit-content;
}
.author-wrapper img {
  margin-bottom: 20px;
}
.author-wrapper {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 24px;
}
@media(max-width:991px){
	
	.authors-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
}

/* O nas eksperci END */




/* Ramy prawne START */

.table-v2 {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.table-v2  th,
.table-v2  td {
    border: 1px solid #ccc;
    padding: 8px 10px;
    vertical-align: top;
}

.table-v2 th {
    text-align: left;
    background-color: #f2f2f2;
}
.law-info {
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 20px;
}
/* Ramy prawne END*/


/* Plecak ewakuacyjny START */

.bigtext {
  font-size: 120px;
  display: flex;
  font-weight: 900;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #dddd;
  border-radius: 20px;
	min-height:300px;
}
.backpack-v1 {
  width: auto;
  height: 100%;
  max-width: 100%;
  border: 2px solid #ddd;
  border-radius: 20px;
}
/* Plecak ewakuacyjny END */


/* Szkolenia dla administracji START */


.cta-v1 {
  padding: 16px;
  background-color: #009ee0;
  border-radius: 20px;
  color: white;
}
.table-wrapper {
    overflow-x: auto;
    max-width: 100%;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
    text-align: left;
}

.responsive-table th {
    background-color: #f3f3f3;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 900px) {
    .responsive-table thead {
        display: none;
    }

    .responsive-table,
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table td {
        display: block;
        width: 100%;
    }

    .responsive-table tr {
        margin-bottom: 20px;
        border: 1px solid #ccc;
    }

    .responsive-table td {
        border: none;
        border-bottom: 1px solid #e0e0e0;
        padding: 10px;
    }

    .responsive-table td::before {
        content: attr(data-label);
        display: block;
        font-weight: bold;
        margin-bottom: 6px;
    }
}

/* Szkolenia dla administracji END */


/* Strona glowna START */
.container-fluid.section-padding.cta-wrapper-v2 {
  background-color: #009ee0;
  color: white;
  text-align: center;
}
.cta-wrapper-v2 .content {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}


.section-blog-short .archive-grid {
  grid-template-columns: 1fr 1fr 1fr !important;
  margin-bottom: 24px;
}

@media(max-width:991px){
	
	.section-blog-short .archive-grid {
  grid-template-columns: 1fr!important;
  margin-bottom: 24px;
}
	
}

.zagrozenia-section-father {
  background-color: #DDD;
}
.zagrozenia-wrapper {
  display: flex;
	gap:16px; 
	flex-wrap:wrap;
  justify-content: center;
  align-items: center;
margin-bottom:24px;
}
.zw-item {
  padding: 16px;
  text-align: center;
  background-color: white;
  width: fit-content;
 
  border-radius: 20px;
  text-decoration: unset;
}





.numbers-wrapper-v1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 36px;
	gap:24px;
}


.nwv1-single {
  background-color: #e2001a;
  padding: 32px 16px;
  border-radius: 20px;
  text-align: center;
  color: white;
}


@media(max-width:991px){
	
.numbers-wrapper-v1 {
 
  grid-template-columns: 1fr;

}
	
}
/* Strona glowna END */

/* Contact page START */
.rightcolcontact {
  padding: 52px;
  background-color: #0071F9;
  border-radius: 20px;
}
.contact-info-v5 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.civ5single {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-form-v1-wrapper {
  background-color: #F8F8F8;
  border-radius: 20px;
  padding: 52px;
}
.contact-form-v1-wrapper input,
.contact-form-v1-wrapper textarea{
  border: 1px solid #DDD;
  padding: 8px 20px;
}
.emaildiv, 
.phonediv,
.textareadiv{
  position: relative;
}
.contact-form-v1-wrapper svg {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 30px;
}
.contact-form-v1-wrapper .textareadiv svg {

  top: 25px;

}
.contact-form-v1-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact-form-v1-wrapper button {
  background-color: #0071F9;
  color: white;
  border-radius: 999px;
  padding: 20px 15px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  border: 0;
  transition: .3s all;
}
.two-inputs-wrapper {
  display: flex;
  gap: 18px;
}
.emaildiv, .phonediv {
  width: 100%;
}


@media(min-width:991px){
.rightcolcontact {
  min-height: 571px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
	.textareadiv textarea {
  padding-right: 58px;
}
}
.contact-form-v1-wrapper input, .contact-form-v1-wrapper textarea {
  font-size: 16px;
}



@media(min-width:991px) and (max-width:1200px){
.contact-form-v1-wrapper svg{
  display:none;
}
}

@media(max-width:991px){
	
	
	
	
	
.contact-form-v1-wrapper {
  background-color: #F8F8F8;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 32px;
}
.two-inputs-wrapper {
  flex-direction: column;
}
	.rightcolcontact{
		padding:24px;
	}	
}



/* Contact page END */
/* Szkolenia online stART */

.sow-v1-wrapper {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
	gap:32px;
}
.sow-v1 {
  width: 100%;
  text-align: center;
  min-height: ;
  background-color: #e2001a;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 16px;
}
@media(max-width:991px){
	.sow-v1-wrapper {
  display: flex;
  gap:16px;
  margin-top: 40px;
		flex-direction:column;
}
}

/* Szkolenia online END*/