/**
 * Ana sayfa layout duzeltmesi — yalnizca masaustu (841px+). Mobilde temaya dokunma.
 */
@media (min-width: 841px) {
	body.home .widget56__row--hassidebar {
		display: flex !important;
		align-items: stretch;
	}

	body.home .widget56__row--hassidebar > .primary56,
	body.home .widget56__row--hassidebar > .secondary56 {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	body.home .secondary56,
	body.home .secondary56 .widget,
	body.home .secondary56 .widget_block {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	body.home #wi-footer,
	body.home .site-footer,
	body.home .footer_sidebar56,
	body.home .footer_bottom56 {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		overflow: visible !important;
	}

	body.home .footer56__row {
		display: flex !important;
		flex-wrap: wrap;
	}

	body.home .footer56__col {
		display: block !important;
		visibility: visible !important;
	}
}
