.com_k2 .link-title {
    font-size: 16px; 
    font-weight: 600
}	
/*------------------------ RTL ------------------------*/   
@media only screen and (max-width: 1366px){
.search form .bar {
    width: 90%;
    float: left;
    margin-top: 1px;
}
}
.genericSearchForm .k2-submit{
	color: #000;
}
.rtl .hero-title{
  text-align: right;
}

.rtl .hero-text {
  text-align: right;
}

.rtl .hero .down-arrow {
  float: right;
}

.rtl .portfolio-item figcaption {
  right: 25px;
  left: auto;
}

.rtl .subhero-title {
  text-align: right;
}

.rtl .section-title .title {
  text-align: right;
}

.rtl .section-title span {
  float: right;
  width: 100%;
  text-align: right;
}

.rtl .hero-content span.little {
  text-align: right;
  float: right;
  width: 100%;
}

.rtl .hero .article-title{
  text-align: right;
  width: 100%;
}

.rtl .hero .article-title, .rtl .hero .entry-data {
  text-align: right;
  float: right;
}

.rtl .hero.work-content .article-title, .rtl .hero.work-content .entry-data{
  float: none;
}

.rtl .project-info .title {
  text-align: right;
}

.rtl .categories ul li {
  text-align: right;
}

.rtl p{
    text-align: right;
}

.rtl blockquote {
  text-align: right;
}

.rtl footer p{
  text-align: left;
}

.rtl form .inp {
  text-align: right;
}

.rtl form .form-group .placeholder {
  text-align: right;
  float: right;
  right: 0;
}

.rtl footer .text-right p{
  text-align: right!important;
}

.rtl .contact-info span {
  display: block;
  text-align: right;
}

.rtl .contact-info a {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}

.rtl footer .footer-info p{
  text-align: right;
}

.rtl .right-content{
  text-align: right;
}

.rtl .full-menu .right-content ul.social-links li{
  float: right;
  margin-right: 0;
    margin-left: 30px;
}

/* CUSTOM STYLE */
.project-info .title .sppb-addon-title {
    font-size: 34px;
    font-weight: 700;
    color: #000;
}

.portfolio-item .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.sppb-addon-image-overlay-icon{
 line-height:36px; 
}

.custom-logo-stopka img{
  width:150px !important;
}

/* Ukrywanie specyficznie dla urządzeń mobilnych */
@media only screen and (max-width: 768px) {
    .filter-icon.d-none.stp {
        display: none !important;
    }
  
  header.black .nav-icon span {
    background: #000 !important;
}
      .hero-image {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
        padding-bottom: 150%;
    }

}
/* SLIDER OPEN PAGE */
/* Style dla efektu Page Transition */
.page-transition-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
}
.door-left, .door-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #000;
  transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.door-left {
  left: 0;
  transform: translateX(0);
}
.door-right {
  right: 0;
  transform: translateX(0);
}
.door-left.open {
  transform: translateX(-100%);
}
.door-right.open {
  transform: translateX(100%);
}
/* Style dla wersji mobilnej */
@media (max-width: 768px) {
  .door-left, .door-right {
    width: 100%;
    height: 50%;
    left: 0;
  }
  
  .door-left {
    top: 0;
    transform: translateY(0);
  }
  
  .door-right {
    top: 50%;
    transform: translateY(0);
  }
  
  .door-left.open {
    transform: translateY(-100%);
  }
  
  .door-right.open {
    transform: translateY(100%);
  }
}
/* Klasa do ukrywania kontenera po zakończeniu animacji */
.page-transition-container.hidden {
  display: none;
}
/* Ukrywamy zawartość strony dopóki nie jest gotowa */
body.loading {
  overflow: hidden;
}
/* Dodatkowe style dla płynnej animacji */
.page-transition-container * {
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
/* Styl dla overlay'a do animacji fade-to-black */
.page-fade-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 10000; /* Wyższy niż inne elementy */
  transition: opacity 0.5s ease;
  pointer-events: none;
}
/* Style dla strony w trybie wymuszonego zakrycia */
body.force-cover .door-left,
body.force-cover .door-right {
  transform: translateX(0) !important; /* Drzwi pozostają zamknięte */
  transition: none !important; /* Brak animacji podczas początkowego ładowania */
}
/* Zabezpieczenie przed migotaniem podczas przejścia */
body.force-cover {
  visibility: hidden;
}
body.force-cover .page-transition-container {
  visibility: visible;
}

.work-content .article-title{
          line-height: 55px;
  
}

footer{
  display:none !important;
}

body{
 overflow-x:hidden !important; 
}


.work-content .article-title {
    line-height: 90px;
}



/* SOCIAL MEDIA WIDGET */
 .social-widget {
    position: fixed;
    bottom: 50px;
    left: 50px;
    display: flex;
    gap: 10px;
    z-index: 1000;
}

.social-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 22px;
    color: white;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.social-icon:hover {
    opacity: 1;
    transform: translateY(-2px);
}

/* Responsywność - Mobile */
@media (max-width: 768px) {
    .social-widget {
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
    }
}
/* KONIEC */