/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
a {
	color:inherit;
}
h1, h2, h3, h4, h5, p {
	margin:0!important;
}
.hero-button {
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.oferta {
    padding: 10px 25px;
    border-radius: 30px;
    background: var(--theme-palette-color-2);
    color: #ffff;
	border:1px solid var(--theme-palette-color-2);
}

.oferta:hover {
    padding: 10px 25px;
    border-radius: 30px;
    background: #ffff;
    color: var(--theme-palette-color-2);
	border:1px solid var(--theme-palette-color-2);
	cursor: pointer;
}
.kontakt:hover {
    padding: 10px 25px;
    border-radius: 30px;
    background: #ffff;
    color: var(--theme-button-background-initial-color);
	border:1px solid var(--theme-button-background-initial-color);
}
.entry-card .ct-button {
    border-radius: 25px !important;
}
.kontakt {
    padding: 10px 25px;
    border-radius: 30px;
    background: var(--theme-button-background-initial-color);
    color: #ffff;
	border:1px solid var(--theme-button-background-initial-color);
	cursor: pointer;
}
.button-header {
    border: 1px solid #073266;
}
.button-header:hover {
    border: 1px solid #073266;
}
.oferta-item {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
	padding:20px;
	background: #ffff;
	border: 1px solid #333;
}
.oferta-item:hover {
	cursor:pointer;
	box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.15);
}
.oferta-item img {
    max-width: 120px;
}
.hero-button {
	padding-top:30px;
}
.submit-button {
    width: 100%;
    border-radius: 25px !important;
}
@media screen and (min-width: 1024px) {
		.oferta-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
	padding-bottom: 50px;
}
	.title {
		padding: 50px 0;
	}
	.formularz {
    display: flex;
    align-items: center;
		flex-direction:column;
}
	.formularz p {
    width: 50%;
}
	.formularz input {
    margin-bottom: 10px;
}
	.formularz text-area {
    margin-bottom: 10px;
}
}
@media screen and (max-width: 1024px) {
	.formularz input {
    margin-bottom: 10px;
}
		.formularz text-area {
    margin-bottom: 10px;
}
	.oferta-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
		padding-bottom:30px;
}
	.title {
		padding: 30px 0;
	}
}

