/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

:root {
  --mainwidth: 1290px;
  --bordo:#6c1737;
  --dgrey:#293038;
	--color3:#e6e6e6;
}
body, html{
	max-width:100vw;
	overflow-x:hidden;
}

div.m_con{
	max-width:var(--mainwidth)!important;
	margin-left: auto;
	margin-right: auto;
}
div.full_container{
	width: 100vw;
	max-width: 100vw!important;
	margin-left: calc(-1*(100vw - 1711px) / 2)!important;
}

.flex_force{
	display: flex;
}
.full_width_img img{
	min-width: 100%;
}
.flex_row_reverse{
	flex-direction: row-reverse!important;
}
.flex_col_reverse{
	flex-direction: column-reverse;
}
@media(max-width:1000px){
	.flex_mobile_col_reverse{
		flex-direction: column-reverse;
	}
}

@media(min-width:1280px){
	div.m_con{
		width:var(--mainwidth)!important;
	}
	.alignfull .right_notfull > *{
		padding-right:  calc((100vw - var(--mainwidth)) / 2);
	}
	.alignfull .left_notfull > *{
		padding-left:  calc((100vw - var(--mainwidth)) / 2);
	}
}
@media(max-width:1300px){
	.m_con{
		padding-right: 15px;
		padding-left: 15px;
	}
}
ul.lista {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}
ul.lista li {
    position: relative;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}
ul.lista li:before {
    content: '';
    background-image: url(../blocksy-child/img/check.svg);
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
ul.a_lista li:before {
    background-image: url(../blocksy-child/img/arrow_b.svg);
}
.kategorie_kariery-kariera,
.br_col{
	border-radius: 8px!important;
}
p.submit {
    width: max-content;
    position: relative;
}
.wpcf7-spinner{
	display: none!important;
}
.wp-block-button a:after, p.submit:after {
    xcontent: '';
    background-image: url(../blocksy-child/img/arrow.svg);
	width: 15px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 35px;
    top: 23px;
    z-index: 9999999999999999;
}
.border_btn a{
	background-color: transparent;
	border-color: var(--theme-palette-color-1);
	color: var(--theme-palette-color-1);
}
.wp-block-latest-posts__list img{
	width: 100%;
	max-width: 100%!important;
}
textarea, input[type=text], input[type=email],
textarea::placeholder, input[type=text]::placeholder, input[type=email]::placeholder{
	color: #333!important;
	margin-bottom: 10px;
	border: none;
	font-style: italic!important;
}
.line_left::after{
	width: 60px;
	height: 5px;
	content: '';
	display: block;
	margin-top: 10px;
	background-color: var(--theme-palette-color-1);
}
.line_center{
	margin: 10px auto!important;
}
.line_center::after{
	width: 130px;
	height: 5px;
	content: '';
	display: block;
	margin: 10px auto;
	background-color: var(--theme-palette-color-1);
}
.line_center_s::after{
	width: 60px!important;
}
[data-prefix="realizacje_archive"] .entries{

}
[data-prefix="realizacje_archive"] [data-archive="default"] .card-content .ct-media-container{
	border:2px solid #ababab;
}
@media(min-width:761px){
	.wp-block-latest-posts__list{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap:30px;
	}
}
@media(max-width:760px){
	.wp-block-latest-posts__list{
		display: grid;
		grid-template-columns: 1fr;
		gap:30px;
	}
}
.people_c a{
	display:none;
}
.page-id-277 .people_c a{
	display:block;
}
.mi_btn{
	position: relative;
}
.mi_btn::before{
	content: '';
	display: block;
	position: absolute;
	height: 30px;
	width: calc(100% + 20px);
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	background-color: var(--theme-palette-color-2);
	border-radius: 8px;
}
@media(min-width:1001px){
	.mi_btn{
		margin-left: 50px;
	}
}
.mi_btn:hover a, .mi_btn a:hover{
	color: white!important;
}
.tel_link a{
	text-decoration: none;
}
.tel_link a::before{
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url(../blocksy-child/img/tel.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
}
footer .tel_link a::before{
	background-image: url(../blocksy-child/img/tel_w.svg);
}
body:not(.home) header > div{
	border-bottom: 10px solid var(--theme-palette-color-1);
}
.tab_title {
    cursor: pointer;
    margin-bottom: 5px !important;
}
.tab_title::after{
	content: '+';
	display: block;
	position: absolute;
	right: 20px;
    top: 5px;
	font-size: 30px;
	font-weight: bold;
}

.prices_table.active .tab_title::after{
	content: '-';
}

.prices_table{
	border: 1px solid #808080;
	margin-bottom: 20px!important;
	position: relative;
}
.prices_table .tab_content {
    display: none;
    margin-top: 0 !important;
	max-width: 85%;
}
.prices_table.active .tab_content {
    margin-bottom: 25px;
    display: block;
}
.acf-table-container {
    margin-top: 20px;
}

.acf-table {
    width: 100%;
    border-collapse: collapse;
}
.acf-table, .acf-table * {
    border: none !important;
    background-color: transparent !important;
	font-weight: 700;
}
.acf-table{
	border-top: 1px solid #c9c9c9!important; /* Poziome obramowanie */
}
.acf-table th,
.acf-table td {
    padding: 10px;
	border:none;
    border-bottom: 1px solid #c9c9c9!important; /* Poziome obramowanie */
    text-align: left;
}

.acf-table th {
    font-weight: bold;
}

.acf-table td,
.acf-table th {
    background-color: transparent; /* Brak tła */
}
.blue_strong strong{
	color: #0f389a!important;
}
.wp-block-latest-posts__featured-image a{
	display:block;
}
@media(max-width:1000px){
	.tab_title strong{
		max-width:calc(100% - 50px);
		display:block;
	}
	.tab_title::after {
		top: 16px;
	}
	.tab_title::before {
		top: 25px;
	}
	.m_alignfull{
		min-width: 100%;
		padding-left: 0;
        padding-right: 0;
		margin-bottom:0!important;
	}
	.m_centered figure,
	.m_centered,
	.m_alignfull figure{
		text-align:center;
	}
	.m_alignfull > .br_col {
		border-radius:0!important;
	}
	.m_nopadding{
		padding:15px;
	}
	footer *,
	.kontakt_cta *,
	.people_c *{
		text-align: center;
	}
	.wp-block-buttons {
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}
}