/*
Theme Name: Chit Club
Theme URI: https://chit-club.ancorathemes.com/
Description: Chit Club is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.0.11
Engine: 1.70.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: chit-club
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
address,
section,
video,
audio {
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	border: 0;
	outline: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
}

html {
	font-size: 100%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
                     http://clagnut.com/blog/348/#c790 */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/
                     controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-y: scroll !important;
	overflow-x: hidden;
	height: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-widget button,
div.ui-widget input,
div.ui-widget select,
div.ui-widget textarea,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
	font-family: inherit;
	font-size: 1em;
	line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
	color: inherit;
	background: none;
	border-style: none;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

div.ui-datepicker {
	background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
	padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
	display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
	padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
	float: none;
	margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.rounded_tiny {
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.rounded_small {
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

.rounded_medium {
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

.rounded_large {
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}

.rounded {
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
	overflow: hidden !important;
}

.overflow_x_hidden {
	overflow-x: hidden !important;
}

.overflow_y_hidden {
	overflow-y: hidden !important;
}

.wp-block-file .wp-block-file__button:hover {
	color: #fff;
}

.wp-block-search+p {
	margin-top: 1em;
}

.wp-block-search {
	max-width: 100%;
}

.widget_search {
	overflow: hidden;
}

.container {
	width: 100%;
	padding-left: unset !important;
	padding-right: unset !important;
}

.woocommerce.sidebar_hide div.product div.images,
.woocommerce-page.sidebar_hide div.product div.images,
.woocommerce.sidebar_hide #content div.product div.images,
.woocommerce-page.sidebar_hide #content div.product div.images,
.woocommerce.sidebar_hide #content div.product div.summary,
.woocommerce-page.sidebar_hide #content div.product div.summary,
.woocommerce.sidebar_hide div.product div.summary,
.woocommerce-page.sidebar_hide div.product div.summary {
	width: 100% !important;
}

.woocommerce div.product div.images img {
	border-radius: 1rem !important;
}

.woocommerce div.product {
	margin-bottom: 0;
	position: relative;
}

.tabs {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	flex-wrap: wrap;
}

.active {
	display: block !important;
}

.tabs>.active {
	background: black;
	color: white;
}

.tabs .section-title,
.contact .section-title {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.tabs__button {
	background: #ffffff;
	border: 2px solid black;
	color: black;
	padding: 1rem;
	border-radius: 0.25rem;
	font-weight: bold;
	cursor: pointer;
	min-width: 120px;
}

.tabs__button:hover {
	background-color: rgb(0, 0, 0);
	color: white;
}

.tabs__button active {
	background: rgb(190, 186, 186);
}

.post_data_inner {
	display: flex;
	flex-direction: column !important;
	gap: 1rem;
}

.tabs__content {
	display: none;
	padding: 1rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-top: none;
	border-radius: 0.5rem;
	margin-top: 0.75rem;
}

.contact__boxes {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.contact__box {
	background-color: #f9f9f9;
	padding: 2rem;
	border-radius: 0.75rem;
}

.contact__link {
	display: block;
	font-weight: bold;
}

.contact__title {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.contact__name {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 0.5rem;
	margin-bottom: 0;
}

.contact__position {
	margin-bottom: 0;
}

.contact__department {
	margin-bottom: 0;
}

.contact__img {
	border-radius: 50%;
}

.event-info {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: flex-start;
	margin-bottom: 1em;
}

.event-info-column {
	width: 100%;
}

.event-date {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 1.5rem;
	color: #ce0506;
}

.event-price-wrapper {
	box-shadow: 0 0 20px #8080801f;
	padding: 1rem 2rem;
	margin-top: 10px;
	border-radius: 0.25rem;
}

.event-price {
	font-size: 1rem;
	padding: 0;
	margin: 0;
}

.event-info-title {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/* .event-price:not(:last-child) {
	padding-bottom: 0.5rem;
} */

.website-button {
	text-transform: uppercase;
	color: white !important;
	width: fit-content;
	padding: 7px 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 10px;
	background: #0B207D;
	gap: 0.3rem;
	transition: 0.3s ease-in-out;
}

.website-button:hover {
	background: #081552 !important;
}

.event-place {
	color: black !important;
	font-weight: normal;
}

.event-info-row {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.website-button:hover {
	text-transform: uppercase;
	background: rgb(238, 238, 238);
}


.yith-wcwl-add-to-wishlist {
	display: none;
}

.scheme_default .style-mc4wp {
	background-color: #ffffff !important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.woocommerce ul.products li.product .post_featured {
	width: calc(100% - 60px) !important;
	margin: 10px auto 0 !important;
}

.woocommerce ul.products li.product .post_featured>a {
	border-radius: 0.5rem !important;
	padding: 0 !important;
}

.woocommerce .shop_mode_list ul.products li.product .post_data,
.woocommerce-page .shop_mode_list ul.products li.product .post_data {
	padding-left: 2rem !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}

.rpt-countdown-container {
	display: none;
}

.term-106 .elementor-44 .elementor-element.elementor-element-69560c4:not(.elementor-motion-effects-element-type-background),
.elementor-44 .elementor-element.elementor-element-69560c4>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background: url('http://test.mmcpolska.pl/wp-content/uploads/2024/05/pqgrfm_filedb3f4b749164e17abc67187d729d4d14.jpg-ca65f7.jpg');
}

.agenda h2 {
	padding-top: 0;
	margin-top: 0;
	text-align: center;
}

.agenda h2:first-of-type {
	margin: 0 0 0.5rem 0;
}

.agenda__two {
	padding-top: 2rem;
}

.agenda__box hr {
	margin: -0.5rem 0 0.5rem !important;
}

.agenda__top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.person__position {
	margin-bottom: 1rem;
}

.agenda__hour {
	font-weight: bold;
	font-size: 1.65rem;
	width: 100%;
}

.agenda__title {
	font-size: 1.45rem;
	padding-top: 0.65rem;
	margin-bottom: 0;
	font-weight: bold;
	text-align: left;
}

.agenda__description {
	padding-top: 1.5rem;
	margin-bottom: -0.5rem;
}

.agenda__one,
.agenda__two {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.agenda__person {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	align-items: center;
	text-align: center;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 8px;
	transition: background-color 0.2s, box-shadow 0.2s;
	border: 1px solid transparent;
}

.agenda__person:hover {
	background-color: #ededed;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.person__modal {
	flex-direction: column;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background: white;
	border-radius: 0.5rem;
	overflow: scroll;
	max-height: 60%;
	padding: 2rem;
	width: 50%;
	position: absolute;
	top: 55%;
	-ms-transform: translateY(-50%);
	transform: translate(-50%, -50%);
	left: 50%;
}

.person__modal-close {
	cursor: pointer;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s ease-in-out;
}

.person__modal-close:hover {
	transform: rotate(180deg);
}

.agenda__middle {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.person__modal-header {
	display: flex;
	justify-content: space-between;
}

.person__modal:before {
	content: '';
	display: none;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.person__description {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
}

.agenda__person-wrapper img {
	border-radius: 50%;
	width: 110px;
	/* 	border: 2px solid #d1d1d1; */
}

.person__name {
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 120%;
}

.person__name {
	font-weight: bold;
	font-size: 1.3rem;
	margin: 0;
	padding: 0.25rem 0 0;
}

.person__company {
	padding: 0;
	margin: 0;
}

.agenda__box {
	/* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
	background: #f7f7f7;
	padding: 1.5rem;
	border-radius: 0.5rem;
}

.agenda__hour {
	color: black;
	padding: 0.5rem;
	border-radius: 0.25rem;
	width: 95%;
	margin: 0;
	text-align: center;
	background: #80808021;
}

.hide {
	display: none !important;
}

.single_add_to_cart_button {
	width: 100%;
}

.tabs__button {
	width: 100%;
}

@media only screen and (min-width: 720px) {
	.single_add_to_cart_button {
		width: fit-content;
	}

	.tabs__content {
		padding: 2rem;
	}

	.woocommerce div.product {
		display: grid;
		grid-template-columns: 0.6fr 1.4fr;
	}

	.agenda__person-wrapper {
		max-width: 50%;
	}

	.agenda__hour {
		width: 6rem;
		min-width: 6rem;
	}

	.agenda__top {
		flex-direction: row;
		gap: 1.5rem;
	}

	.contact__boxes {
		display: grid;
		gap: 2rem;
		grid-template-columns: repeat(2, 1fr);
	}

	.event-info {
		display: grid;
		grid-template-columns: 0.7fr 1.3fr;
	}

	.tabs__button {
		width: fit-content;
		min-width: 220px;
	}
}

.show {
	display: block;
}

.sc_blogger_shop .sc_blogger_item.woocommerce .sc_blogger_item_body .post_featured img {
	border-radius: 0.75rem !important;
}

.sc_blogger_shop .sc_blogger_item.woocommerce .sc_blogger_item_body .post_featured {
	padding: 0 !important;
	border-radius: 0.75rem !important;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
	border-radius: 0.75rem !important;
}

.scheme_default.sc_blogger_shop .woocommerce.sc_blogger_item {
	border-radius: 0.75rem;
	justify-content: flex-start;
}

@media only screen and (min-width: 1024px) {
	.agenda__person-wrapper {
		max-width: 30%;
	}
}

form.cart {
	display: flex;
	align-items: center;
	gap: 1em;
}

form.cart::before {
	content: unset !important;
}

.summary.entry-summary p.price {
	display: none;
}

form.cart p.price {
	display: block !important;
	margin-bottom: 0 !important;
}

.rpt-countdown-containers {
	margin-bottom: 1em;
}

.product_id {
	display: none !important;
}

/*# sourceMappingURL=style.css.map */

@media (max-width: 479px) {

	.content_wrap,
	.content_container {
		width: 100% !important;
		padding: 0 1rem;
	}
}

@media (max-width: 1023px) {

	.woocommerce div.product form.cart,
	.woocommerce #content div.product form.cart,
	.woocommerce-page div.product form.cart,
	.woocommerce-page #content div.product form.cart {
		margin-bottom: 2em;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (max-width: 479px) {

	.elementor-section.elementor-section-boxed>.elementor-container.elementor-column-gap-default,
	.body_style_boxed .elementor-section.elementor-section-boxed>.elementor-container.elementor-column-gap-default,
	.body_style_fullwide.sidebar_hide .elementor-section.elementor-section-boxed>.elementor-container.elementor-column-gap-default {
		max-width: unset !important;
	}
}

@media (min-width: 768px) {
	.event-price-wrapper {
		/* box-shadow: 0 0 20px #8080801f; */
		width: fit-content;
	}
}

#billing_first_name_field,
#billing_last_name_field {
	float: none !important;
	width: 100% !important;
}

.group {
	display: flex;
	gap: 0.4em;
}

.group p {
	margin-bottom: 0;
}

.group p.title {
	font-weight: 700;
	text-transform: uppercase;
}

.group p.title+p {
	margin-left: 4px;
}

.woocommerce-product-gallery__wrapper {
	position: relative;
}

.points-badge {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #ce0606;
	padding: 5px 10px;
	color: #fff;
}

/* .product_cat-warszaty-online .sc_blogger_item_body .post_featured figure {
	position: relative;
}
.product_cat-konferencje .sc_blogger_item_body .post_featured figure {
	position: relative;
}

.product_cat-warszaty-online .sc_blogger_item_body .post_featured figure::after {
	position: absolute;
	content: 'Warsztaty online';
	left: 0;
	top: 0;
	padding: 5px 10px;
	width: 100px;
	height: 30px;
	color: #fff;
	background-color: #6095c8;
	z-index: 20;
}
.product_cat-konferencje .sc_blogger_item_body .post_featured figure::after {
	position: absolute;
	content: 'Konferencje';
	left: 0;
	top: 0;
	padding: 5px 10px;
	width: 100px;
	height: 30px;
	color: #fff;
	background-color: #ce0506;
	z-index: 20;
}

.product.product_cat-konferencje .post_item .post_featured a {
	position: relative;
}

.product.product_cat-konferencje .post_item .post_featured a::after {
	position: absolute;
	content: 'Konferencje';
	left: 0;
	top: 0;
	padding: 5px 10px;
	width: 100px;
	height: 30px;
	color: #fff;
	background-color: #ce0506;
	z-index: 20;
}

.product_cat-warszaty-online .post_item .post_featured a {
	position: relative;
}
.product_cat-warszaty-online .post_item .post_featured a::after {
	position: absolute;
	content: 'Warsztaty online';
	left: 0;
	top: 0;
	padding: 5px 10px;
	width: 100px;
	height: 30px;
	color: #fff;
	background-color: #6095c8;
	z-index: 20;
} */

.product_cat-warszaty-online .sc_blogger_item_body .sc_blogger_item_content .sc_blogger_item_meta {
	display: none;
}

.product_cat-warszaty-online .sc_blogger_item_body .sc_blogger_item_content .post_meta_categories {
	display: block;
}

.product_cat-warszaty-online .sc_blogger_item_body .sc_blogger_item_content .post_meta_categories span a {
	color: #000;
	font-weight: 700;
	font-size: 1.1rem;
}

.sc_blogger_content .sc_blogger_item_list {
	border-top: 2px solid #ddd;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: 0;
	padding-left: 20px;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sc_blogger_content .sc_blogger_item_list:hover {
	background-color: #fff;
	padding-left: 30px;
	cursor: pointer;
}

.sc_blogger_content .sc_blogger_item_list:last-child {
	padding-bottom: 20px !important;
}


ul.products li.product .post_data .price_wrap {
	display: none;
}

.top-decor, .product-cat, .product-cat a, .product-cat span {
	width: 100%;
	text-align: center;
}

.scheme_default .top-decor .post_data_inner .product-cat a *, .scheme_default .top-decor .post_data_inner .product-cat a, .scheme_default .top-decor .post_data_inner .product-cat {
	width: 100%;
	margin-bottom: -20px;
}

.bottom-decor .post_meta.sc_blogger_item_meta .post_meta_item {
	font-size: 1.3rem;
	padding-bottom: 1rem;
}

#poll-1,
#poll-2,
#poll-3,
.event-dates {
	display: flex;
	gap: 0.3em;
	align-items: center;
}

.event-dates p {
	margin: 0;
}

#poll-1,
#poll-2,
#poll-3 {
	padding-bottom: 0.5rem;
}