/*
Theme Name: Web Theme
Theme URI: https://www.speedyweb.pl/strona-internetowa-wordpress/
Author: Speedyweb
Author URI: https://www.speedyweb.pl/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
Text Domain: speedyweb
Domain Path: /languages

*/

.consultation-button {
    display: inline-block;
    padding: 12px 24px;
    border-radius: var(--border-radius);
    background-color: var(--color-primary); /* Możesz dostosować kolor tła */
    color: #fff; /* Kolor tekstu */
    text-decoration: none; /* Usuwamy domyślne podkreślenie dla linków */
    white-space: nowrap; /* Zapobiega przerywaniu tekstu na więcej niż jedną linię */
    line-height: 1; /* Zapobiega dodatkowemu pustemu miejscu między wierszami */
	font-weight: 700;
	font-family: var(--font-family-headline);
	font-size: 14px; /* Zmniejszamy wielkość tekstu */
}
.consultation-button:hover {
    background-color: var(--color-secondary); /* Możesz dostosować kolor tła */
    color: var(--color-text); /* Kolor tekstu */
    
}

@media (max-width: 768px) {
    .consultation-button {
        display: inline-block;
    	padding: 10px 18px;
    	text-decoration: none; /* Usuwamy domyślne podkreślenie dla linków */
    	white-space: nowrap; /* Zapobiega przerywaniu tekstu na więcej niż jedną linię */
    	line-height: 1; /* Zapobiega dodatkowemu pustemu miejscu między wierszami */
		font-weight: 400;
		font-family: var(--font-family-headline);
		font-size: 12px; /* Zmniejszamy wielkość tekstu */
    }
}

.footer-top {
    background-color: #f9f9f9;
    padding: 20px 0;
}

.footer-columns {
    display: grid; /* Ustawienie siatki CSS */
    grid-template-columns: 100%; /* Jeden kolumna na małych ekranach */
    gap: 1.5%; /* Odstęp między kolumnami */
}

.footer-column {
    margin-bottom: 20px;
}

.contact-info h3 {
    margin-top: 0;
}

.seo-city {
    display: grid; /* Ustawienie siatki CSS dla elementu seo-city */
    grid-template-columns: 50% 50%; /* Dwukolumnowy układ */
    gap: 10px; /* Odstęp między elementami */
}

.map iframe {
    width: 100%;
    height: 300px;
}

.copyright {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.container {
    width: 100%;
    max-width: 1200px; /* Maksymalna szerokość kontenera */
    margin: 0 auto; /* Wyśrodkowanie kontenera */
    padding: 0 20px; /* Odstęp wewnątrz kontenera */
}

/* Zapytanie media dla małych ekranów */
@media screen and (min-width: 768px) {
    .footer-columns {
        grid-template-columns: 25% 30% 42%; /* Trzy kolumny na większych ekranach */
    }
}

/* Zapytanie media dla małych ekranów */
@media screen and (max-width: 767px) {
    .footer-columns {
        justify-content: center; /* Wyśrodkowanie elementów tylko dla wersji mobilnej */
    }
	.footer-column {
	    text-align: center; /* Wyśrodkowanie tekstu */
}	
}

/* WEBskie  */

.d_none {
	display: none!important;
}
img {
	border-radius: var(--border-radius);
}
.text_justify {
  	text-align: justify;
}
.page p {
	text-align: justify;
}
.page .cta-content p {
	text-align: center;
}

/* MENU  */

.header-primary .menu-item-1256 > a {
  pointer-events: none;
  cursor: default;
}

/* SUBPAGES  */

.media_text_first .wp-block-media-text__content {
	padding: 0 0 0 10%;
}
.media_text_second .wp-block-media-text__content {
	padding: 0 10% 0 0;
}

.page-id-179 .wp-block-media-text.has-media-on-the-left > .wp-block-media-text__media {
	display: flex;
	justify-content: start;
}
.page-id-179 .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
	display: flex;
	justify-content: end;
}
.page-id-179 .wp-block-media-text__media img {
	max-height: 650px;
	width: auto;
}
@media (max-width: 600px) {
	.media_text_first .wp-block-media-text__content {
		padding: 0;
	}
	.media_text_second .wp-block-media-text__content {
		padding: 0;
	}
		.page-id-179 .wp-block-media-text.has-media-on-the-left > .wp-block-media-text__media {
		display: flex;
		justify-content: center;
	}
	.page-id-179 .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
		display: flex;
		justify-content: center;
	}
	.page-id-179 .wp-block-media-text__media img {
		max-height: 500px;
	}
}


/* FAQ  */
.rank-math-list-item {
	padding: 0 40px 30px;
}
@media (max-width: 768px) {
	.rank-math-list-item {
		padding: 0 20px 20px;
	}
}

/* CUSTOM  */

@media (max-width: 781px) {
	.contact_columns {
		gap: 0
	}
}

