/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1761115554
Updated: 2025-10-22 06:45:54

*/

/* h2 headings */
.centered-h2 {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
}

/* bezpieczny kredyt 2% */
.fitted-img img{
  object-fit: cover;
}

.reverse-wrap{
  display: flex;
  flex-wrap: wrap-reverse;
}

/* o nas */
.person-info-container h3{
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1E1810 !important;
  line-height: 1.2em;
  text-align: center;
}

.person-info-container p{
  color: #575250 !important;
  text-align: center;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.8em;
  font-weight: 400;
  font-size: 17px;
}

.person-info-container {
  background: white;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 20px 10px;
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}

.person-photo{
  position: relative;
  cursor: pointer;
}

.person-photo:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: #9f8969;
  opacity: 0.8;
  transition: all .2s ease-in-out;
}

.column-abs:hover .person-photo:after{
  height: 100%;
}

.more-info-container p {
  color: white !important;
  text-align: center;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.8em;
  font-weight: 400;
  font-size: 17px;
}

.more-info-container p:last-of-type{
  margin-bottom: 20px;
}

.more-info-container{
  padding: 20px;
  position: absolute !important;
  z-index: 100;
  top: -490px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.more-info-container a{
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
  border-radius: 30px;
  background-color: white;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  color: #9f8969;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.column-abs:hover .more-info-container{
  opacity: 1;
}

/* oferta */
@media (min-width: 981px) {
  #column-container{
    position: relative !important;
  }
  
  #column-1{
    width: 37% !important;
	position: sticky !important;
	top: 100px !important;
  }
  
  #column-2{
    width: 60% !important;
  }
}

/* blog */
#articles div article .entry-featured-image-url{
  margin-bottom: 20px !important;
}

#articles .more-link{
  margin-top: 10px;
}

#articles .published:before{
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background-image: url("/wp-content/uploads/2025/10/calendar.png");
}

#articles .et_pb_post{
  margin-bottom: 30px !important;
}

#aside-articles .et_pb_post{
  margin-bottom: 14px !important;
}

#aside-articles .entry-title{
  padding-bottom: 4px !important;
}

@media (min-width: 981px) {
  #column-blog-1{
  	width: 64% !important;
	}

	#column-blog-2{
  	width: 30% !important;
	}
  
  #articles div article img {
  	width: 100%;
  	height: 300px;
  	object-fit: cover;
	}
  
  #articles > div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
  }

  #articles div article {
    width: calc(50% - 15px);
  }
}

#articles div article img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

#articles > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#articles div article {
  width: calc(50% - 10px);
}

/* formularze */
.et_pb_contact input{
  padding: 10px 14px !important;
}

.et_pb_contact_field a{
  text-decoration: none;
  font-weight: 500;
  color: #9F8969;
}

.label_wrapper {
  font-size: 12px !important;
}

label i{
  border: 1px solid #bbb;
  border-radius: 5px;
}

label i:before{
  color: #9F8969 !important;
}

.et_pb_section .et_pb_row .divi-form-wrapper .de_fb_form_field.et_pb_module{
	margin-bottom: 20px !important;
}