/* Górny pasek social + adres */
.top_social {
	display: flex;
	justify-content: end;
}

.address_top {
	margin-left: 40px;
	font-size: 13px;
}

@media (max-width: 991px) {
	.address_top {
		display: none;
	}
}

/* Kolor linków w nawigacji, gdy nie jesteśmy na stronie głównej */
.navbar-default .navbar-nav.no-home > li > a {
	color: #3c3b3b;
}

/* SEKCJA "POZNAJ FOTOGRAFA" – UKŁAD OBOK ZDJĘCIA */

.poznaj_fotografa_section .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* wyłączamy pływające kolumny bootstrapa w tej sekcji */
.poznaj_fotografa_section .col-md-7,
.poznaj_fotografa_section .col-md-5 {
	float: none;
}

/* szerokości na desktopie: obraz + tekst obok */
.poznaj_fotografa_section .col-md-7 {
	flex: 0 0 50%;
	max-width: 50%;
}

.poznaj_fotografa_section .col-md-5 {
	flex: 0 0 50%;
	max-width: 50%;
}

.poznaj_fotografa_section .col-md-7 img {
	width: 100%;
	height: auto;
	display: block;
}

.poznaj_fotografa_section .right_text {
	padding-left: 40px;
	max-width: 520px;
}

.poznaj_fotografa_section .right_text h2,
.poznaj_fotografa_section .right_text h3 {
	margin-bottom: 15px;
}

.poznaj_fotografa_section .right_text p {
	margin-bottom: 12px;
	line-height: 1.6;
	-webkit-column-count: 1 !important;
	-moz-column-count: 1 !important;
	column-count: 1 !important;
	-webkit-column-gap: 0 !important;
	-moz-column-gap: 0 !important;
	column-gap: 0 !important;
}

/* mobile – jedno pod drugim */
@media (max-width: 991px) {
	.poznaj_fotografa_section .row {
		display: block;
	}

	.poznaj_fotografa_section .col-md-7,
	.poznaj_fotografa_section .col-md-5 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.poznaj_fotografa_section .right_text {
		padding-left: 15px;
		margin-top: 20px;
		max-width: none;
	}
}

/* DODANE: wyrównanie marginesów bloku poniżej */

.nasze_studio_info {
	padding: 0 15px;
}



/* Przycisk zobacz galerie  */
.klasaatelier-link-wrapper {
    width: 100%;
    text-align: center;
    margin: 40px 0;
}

.klasaatelier-link-button {
    display: inline-block;
    padding: 14px 26px;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    letter-spacing: 0.5px;
    transition: 0.25s ease;
}

.klasaatelier-link-button:hover {
    background: #333;
    transform: scale(1.03);
}
