/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

:root {
  --mainwidth: 1200px;
  --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;
}
.wpcf7 .wpcf7-submit {
    float: left;
    border: 2px solid var(--theme-palette-color-2);
}
.wp-block-button a:after, p.submit:after {
    content: '';
    background-image: url(../blocksy-child/img/arrow.svg);
	width: 15px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 14px;
    top: 20px;
    z-index: 99;
}
.wpcf7-acceptance .wpcf7-list-item-label{
	color: #fff;
}
.wpcf7-acceptance .wpcf7-list-item-label a{
	color:var(--theme-palette-color-2);
}
.wp-block-latest-posts__list img{
	width: 100%;
	max-width: 100%!important;
}
.r_cols > div{
	display: flex;
    flex-direction: column;
	border-radius: 20px;
	overflow: hidden;
}
.r_cols > div .wp-block-buttons{
	margin-top: auto;
}
.r_cols > .r_left{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.r_cols > .r_right{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.home [data-prefix="blog"] .entries {
   grid-template-columns: repeat(3, minmax(0, 1fr));
}
.zespol > div{
	position: relative;
}
.zespol > div::after{
	height: 100%;
	z-index: -1;
	width: 100%;
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
    background-image: url(https://wyspasozo.pl/wp-content/uploads/2022/10/xindex_decor2.png.pagespeed.ic_.aFg6T-pD6E.webp);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.r_gal figure,
.zespol figure{
	border-radius: 15px!important;
	overflow: hidden;
}
hr.is-style-wide{
	width: 100%;
}
textarea, input[type=text], input[type=email],
textarea::placeholder, input[type=text]::placeholder, input[type=email]::placeholder{
	margin-bottom: 10px;
	border: none;
}
.page-id-35 textarea, .page-id-35 input[type=text], .page-id-35 input[type=email]{
	background-color: #ededed;
}
.page-id-35 .no_contact{
	display: none!important;
}
.page-id-35 #block-8{
	margin-top: 0!important;
	margin-bottom: 0!important;
}
@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;
	}
}
.ct-sidebar{
	background-color: var(--theme-palette-color-1);
	padding: 15px;
	border-radius: 20px;
}
.ct-sidebar .wp-block-heading{
	color:var(--theme-palette-color-2);
	font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1px;
}
.ct-sidebar .wp-block-latest-posts__list{
	display: block!important;
}
.ct-sidebar .wp-block-search__label{
	display: none;
}
.ct-sidebar a{
	color: white;
	font-size: 18px;
	line-height: 22px;
}
.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);
}

.tab_title {
    cursor: pointer;
    margin-bottom: 5px !important;
	font-size: 22px;
    font-weight: 600;
	color: #EAEAEA!important;
	padding: 15px;
	padding-left: 40px;
	border-radius: 15px;
	background-color:var(--theme-palette-color-1);
}
.prices_table.active .tab_title{
	color:var(--theme-palette-color-2);
}
.tab_title::before{
	content: '+';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	height: 6px;
	width: 10px;
	left: 16px;
    top: 9px;
    font-size: 30px;
}

.prices_table.active .tab_title::before{
	content: '-';
}
.prices_table{
	margin-bottom: 0!important;
	position: relative;
	padding: 0!important;
}
.prices_table .tab_content {
    display: none;
    margin-top: 0 !important;
	padding: 15px;
}
.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;
}
.slick-dots li button:before{
	color: #FFD600!important;
	font-size: 16px!important;
}
@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;
	}
	.r_cols .m_con{
		padding-left: 0;
		padding-right: 0;
	}
	.r_cols h3,
	.r_cols h2,
	.r_cols p{
		text-align: center;
	}
	.r_cols .has-link-color a{
		text-align: center;
		display: block;
	}
	.home [data-prefix="blog"] .entries {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	#footer *{
		text-align: center;
		align-items: center;
	}
}
.ctaWrapper {
    position: fixed;
    z-index: 9999;
    top: 50%;
    background-color: #246622;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    display: block;
    border-radius: 0 20px 20px 0;
}
.ctaWrapper a {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ctaWrapper a img {
    width: 75%;
    margin: 0 0 10px;
}
.ctaWrapperMobile {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.ctaWrapper a span::before{
	content: '';
		display: inline-block;
		height: 20px;
		width: 20px;
		background-image: url(../blocksy-child/img/cta01.svg);
		background-repeat: no-repeat;
		background-size: contain;
		margin-right: 3px;
		transform: translateY(3px);
}
@media screen and (max-width: 999px) {
    .ctaWrapper {
        display: none!important;
    }
	.ctaWrapperMobile {
        display: flex;
    }
	.ctaWrapperMobile a {
		color: #fff;
		display: block;
		flex: 1;
		text-decoration: none;
		text-align: center;
		padding: 10px;
		font-family: "Quicksand", Sans-serif;
		font-size: 26px;
		font-weight: 700;
		text-transform: none;
	}
	.ctaWrapperMobile a:first-of-type {
		background-color: #246622;
	}
	.ctaWrapperMobile a:last-of-type {
		background-color: #ffd600;
		color: #246622;
	}
	.ctaWrapperMobile a:first-of-type::before{
		content: '';
		display: inline-block;
		height: 20px;
		width: 20px;
		background-image: url(../blocksy-child/img/cta01.svg);
		background-repeat: no-repeat;
		background-size: contain;
		margin-right: 5px;
		transform: translateY(1px);
	}
	.ctaWrapperMobile a:last-of-type::after{
		content: '';
		display: inline-block;
        height: 24px;
        width: 24px;
        background-image: url(../blocksy-child/img/cta02.svg);
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 5px;
        transform: translateY(6px);
	}

}