/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.footer-link { padding: 13px 0px; color: #BDBDBD; }
.footer-link a, .footer-link div { transition: .4s; color: #BDBDBD;}
.footer-link a:hover { color: #AC0000;}
.fas { margin-right: 5px;}


@media (min-width: 1200px) {
	.site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 1200px;
	}
}

@media (min-width: 992px) {
	.site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 100%;
	}
}
@media (min-width: 576px) {
	.site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 1200px;
		padding: 0px 10px;
	}
}

.site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.footer-contact a, .footer-contact a:hover {
    color: inherit;
}
.footer-contact {
    text-decoration: underline;
	transition: 0.5s;
	margin: 0;
}

.footer-contact:hover {
	transform: scale(1.1);
	cursor: pointer;
}

/* Realizacje */
.thumbnail img {
    width: 100%;
}

/* Breadcrumb */
.full-width {
	width: 100%;
	background-image: url(/wp-content/uploads/2022/03/Group-15.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.pagetitle {
	color: white;
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-primary-font-weight );
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  aspect-ratio: 1; /* squared size thumbnails */ 
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0; /* width fix */ 
}

.btn-back {
    background: black;
    width: fit-content;
    padding: 0.75rem;
    border-radius: 8px;
    color: white;
    font-size: 16px;
	border: none;
}