/*
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: 10px 20px;
    border-radius: 20px;
    background-color: var(--color-secondary); /* 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-primary);
}
@media (max-width: 768px) {
    .consultation-button {
        display: inline-block;
    	padding: 10px 20px;

    	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-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: 20px; /* 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% 45%; /* 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 */
}	
}


/* CCZ gr - Michał  */

.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;
}
.about_us_list {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.about_us_list figure {
	display: flex;
	align-items: center;
	height: 18px;
}
.services_text .wp-block-media-text__content {
	padding-left: 0;
}
.cta .is-content-justification-center {
	gap: 20px;
} 
.cta .is-content-justification-center p:last-of-type a {
	background-color: var(--color-secondary);
} 
.cta .is-content-justification-center p:last-of-type a:hover {
	background-color: var(--color-primary);
} 
@media screen and (max-width: 767px) {
	.fotona_videos {
		flex-direction: column;
	}	
	.fotona_videos figure {
		width: 100%;
		margin-bottom: 15px;
	}	
}

/* TOP BAR  */

.topbar{
  background: var(--color-secondary);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
	padding: 15px 0;	
}
.topbar__mobile {
	display: none;
}

.topbar .container {
	display: flex;
	justify-content: space-between;
	
}


.topbar__item{
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0; /* lepsze zawijanie tekstu */
}

.topbar__text{
  display: inline-block;
  white-space: nowrap;
}

.icon{
  display: inline-flex;
  width: 18px;
  height: 18px;
}
.topbar__address .icon {
	width: 21px;
	height: 21px;
}

.icon svg{
  width: 100%;
  height: 100%;
  fill: #fff;
}

/* link telefonu */

.topbar__link{
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.25);
	transition: all 0.3s;
}

.topbar__link:hover,
.topbar__link:focus{
	color: #000;
  border-bottom-color: #000;
}

/* Social */
.topbar__social{
  justify-self: end; /* dociska do prawej krawędzi kontenera */
}

.topbar__social-link{
  display: inline-flex;
  width: 28px;
  height: 28px;
}

.topbar__social-link svg{
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: all .3s ease;
}

.topbar__social-link:hover svg{
  transform: scale(1.06);
	fill: #000;
}

/* Responsywność */
@media (max-width: 550px){
	.topbar__desktop {
		display: none;
	}
	.topbar__mobile {
		display: block;
		padding: 10px;
	}
	.topbar__mobile .container {
		padding: 0;
	}
	.topbar .tbm__data {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.topbar__phone {
		margin-top: 8px;
	}
}

/* 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;
}
@media (max-width: 600px) {
	.media_text_first .wp-block-media-text__content {
		margin-top: 25px;
		padding: 0;
	}
	.media_text_second .wp-block-media-text__content {
		margin-top: 25px;
		padding: 0;
	}
}

/* SUBPAGES - reviews  */
.reviews_subpages .ti-widget.ti-goog .ti-review-item .ti-inner {
	background-color: #F8F8F8!important;
}

/* ZAKRES USŁUG - PODSTRONA  */

.services_grid {
	column-gap: 24px;
	row-gap: 40px;
}
.services_grid .services_box {
	box-shadow:  5px 2px 27px #00013d33;
}
.services_grid .services_box figure {
	padding-top: 12px;
}
/* #DBB97D */
/* e3e3e3 */


/* CENNIK - PRICE TABLE  */

.wp-block-table tr:first-child td {
	border-top: 1px solid #DBB97D;
}
.wp-block-table td {
	border-bottom: 1px solid #F8F2E4; 
	border-top: 1px solid #F8F2E4; 
	border-left: 1px solid #DBB97D;
}
.wp-block-table td:first-child {
	border-right: 0!important;
}
.wp-block-table td:nth-child(2) {
	text-align: end;
	border-left: 0!important;
	text-wrap: nowrap;
	border-right: 1px solid #DBB97D;
}
.wp-block-table tr:last-child td {
  border-bottom: 1px solid #DBB97D;
}
.wp-block-table td:has(strong) {
  border-bottom: 1px solid #F8F2E4;
}

@media (max-width: 500px) {
	.wp-block-table td {
	font-size: 14px;
}
}

/* POPUP  */

#pum-2264 {
	background-color: rgba( 255, 255, 255, 0.70 )!important;
}
#pum-2264 .pum-container {
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%, -50%)!important;
	margin: 0;!important;
	max-width: 650px!important;
}

.home #pum-2264 .pum-container .wp-block-buttons {
	margin-top: 30px!important;
	margin-bottom: 10px!important;
}
#pum-2264 .pum-container a {
	cursor: pointer;
    writing-mode: horizontal-tb!important;
	background-color: var(--color-secondary)!important;
	border-radius: 8px!important;
	font-size: 18px!important;
	font-weight: 500!important;
}
#pum-2264 .pum-container a:hover {
    writing-mode: horizontal-tb!important;
	background-color: var(--color-primary)!important;
}

#pum-2264 .popmake-close {
	background-color: var(--color-primary)!important;
}
