@media(min-width:1025px){
	.site-footer-blok-01 .footer-kolon-logo{ width:25% !important; padding-right:5%; }
	.site-footer-blok-01 .footer-kolon-1{ width:25% !important; padding-left:5%; }
	.site-footer-blok-01 .footer-kolon-2{ width:25% !important; }
	.site-footer-blok-01 .footer-kolon-iletisim{ width:25% !important; font-size:0.9rem; }
}
@media(max-width:1024px){
	.site-footer-blok-01 .footer-kolon{ width:100% !important; margin-bottom:1.5rem !important; }
	.site-footer-blok-01 .footer-kolon:not(.footer-kolon-logo){ padding-bottom:1.5rem; border-bottom:1px solid var(--renk-4); }
	.site-footer-blok-01 .footer-kolon-1{}
	.site-footer-blok-01 .footer-kolon-2{}
	.site-footer-blok-01 .footer-kolon-iletisim{}
}
@media(min-width:601px) and (max-width:1024px){
	.site-footer-blok-01 .footer-kolonlar{ display:block !important; }
}

.site-footer-blok-01 .sosyal-aglar svg {
  fill: #fff !important;
  transition: all 0.3s ease;
  transform: translateY(0);
}

.site-footer-blok-01 .sosyal-aglar svg:hover {
  fill: var(--renk-1) !important;
  transform: translateY(-5px);
}

#footer-imza svg{
	height:20px !important;
	width:auto !important;
}