/*
 Theme Name:     RBC MASTER CLUB
 Theme URI:      https://rbcmasterclub.com
 Description:    Wordpress theme for https://rbcmasterclub.com
 Author:         EATNET
 Author URI:     https://eatnet.pl
 Template:       wplms
 Version:        1.2.37.2
*/
 
@import url("../wplms/style.css");

@media (min-width: 1200px) {
    /* .home .container {
        width: 100%;
    } */
    #contact-widget .wp-block-kadence-advancedheading.kt-adv-heading1637089_1e1fe3-92, .wp-block-kadence-advancedheading.kt-adv-heading1637089_1e1fe3-92[data-kb-block="kb-adv-heading1637089_1e1fe3-92"] {
        font-size: 12px !important;
    }
}

/* .woocommerce table.shop_table td.product-remove {
  display: none !important;
} */

.course_content_panel .main_unit_content iframe {
	width:100%;
	max-width:680px;
	margin: 0 auto;
    display: block;
}
.course_content_panel .main_unit_content div iframe {
    width: 100%;
    max-width: 100%;
}

#course-pricing .course_button.button {
    padding: 0!important;
}
.course_button.button a,
#course-pricing form  .course_button.button{
    display: block;
    padding: 2em 0.1em!important;
}
.course_button.button a:hover {
    color: #fff !important;
}

.unitattachments h4{
	padding: 0 20px 10px 20px;	
}
.unitattachments li a:after{
	margin-right:20px;
	content: 'POBIERZ';
    margin-top: -3px;
    padding: 5px 25px;
    background: #be0039;
    border: 1px solid #be0039;
    color: #fff !important;
}
.unitattachments li:hover a:after{
    background: #fff;
    border: 1px solid #be0039;
    color: #be0039 !important;
}
.course_curriculum .course_lesson .curriculum_unit_popup {
    display:none !important;
}

/* mobile */
@media only screen and (max-width: 768px) {
	.course_content_panel .main_unit_content iframe {
		height: 100%;
	}

    .course_content_panel .unit_wrap a:after {
        display: block;
        width: 95% !important;
        text-align: center;
    }
}

/* Slick front page */
.slickslider--holder {
    position: relative;
    display: block;
}

.slickslider--holder .slickslider--slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    padding: 180px 0;
    width: auto;
}

.slickslider--holder .slickslider--content {
    background: rgba(0,0,0,0.5);
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px;
    text-align: center;
    width: 780px;
}

.slickslider--holder .slickslider--text {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 30px;
    margin: 20px 0;
    transform: translateX(-60px);
    transition: all 1s;
}

.slickslider--holder .slickslider--logo {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 200px;
}

.slickslider--holder .slickslider--button__holder {
    display: block;
    margin: 50px 0;
    text-align: center;
    width: 100%;
    transform: translateX(200%);
    transition: all 1s;
    transition-delay: 0.5s;
}

.slickslider--holder .slickslider--button__holder .slickslider--button {
    background: #be0039;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    /*font-family: Lato;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0px;
    padding: 10px 30px;
    text-decoration: none;
}

.slickslider--holder .slickslider--button__holder .slickslider--button:hover {
    color: #000;
    background: #fff;
}

.slick-active .slickslider--text {
    transform: translateX(0);
}

.slick-active .slickslider--button__holder {
    transform: translateX(0);
}

.rbc--checkout__stepsHolder {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.rbc--checkout__stepsHolder .rbc--checkout__steps {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.rbc--checkout__stepsHolder .rbc--checkout__steps .rbc--checkout__step {
    flex: 1;
    padding: 15px;
    position: relative;
}

.rbc--checkout__stepsHolder .rbc--checkout__steps .rbc--checkout__step span {
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 1px;
    line-height: 16px;
}

.rbc--checkout__stepsHolder .rbc--checkout__steps .rbc--checkout__step.step--active span {
    font-weight: 600;
    top: 3px;
}

.rbc--checkout__stepsHolder .rbc--checkout__steps .rbc--checkout__step:not(:first-child) {
    padding-left: 35px;
}

.rbc--checkout__stepsHolder .rbc--checkout__steps .rbc--checkout__step:after {
    content: '';
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid;
    left: 100%;
    position: absolute;
    top: 0;
}

.rbc--checkout__stepsHolder .rbc--checkout__steps .rbc--checkout__step.step--billing {
    background: #ffa02b;
}

.rbc--checkout__stepsHolder .rbc--checkout__steps .rbc--checkout__step.step--billing:after {
    border-left-color: #ffa02b;
    z-index: 9;
}

.rbc--checkout__stepsHolder .rbc--checkout__steps .rbc--checkout__step.step--payment {
    background: #e6c01d;
}

.rbc--checkout__stepsHolder .rbc--checkout__steps .rbc--checkout__step.step--payment:after {
    border-left-color: #e6c01d;
    z-index: 9;
}

.rbc--checkout__stepsHolder .rbc--checkout__steps .rbc--checkout__step.step--review {
    background: #3dc100;
}

.rbc--checkout__stepsHolder .rbc--checkout__steps .rbc--checkout__step.step--review:after {
    border-left-color: #3dc100;
    z-index: 9;
}

.rbc--checkout__section {
    /*transition: all 0.5s;*/
    overflow: hidden;
    display: none;
}

.rbc--checkout__section.section--active {
    display: block;
}

.rbc--checkout__buttonNext {
    float: right;
    background: #be0039;
    padding: 15px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}

.rbc--checkout__buttonNext:hover {
    text-decoration: underline;
    color: #fff;
}

.mk--checkout__buttonPrevCart {
    float: left;
    margin-top: 15px;
}

.tax-course-cat .courseitem .course_meta {
    display: none;
}

.tax-course-cat .courseitem .block_content .block_title {
    text-align: center;
    min-height: 6em;
}

.tax-course-cat .courseitem .block_title a {
    font-weight: 600;
}

.tax-course-cat .courseitem .course_price {
    text-align: center;
}

.tax-course-cat .courseitem .course_price .subs {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

/* subskrypcje */
.rbc-sub-lock {
    opacity: 0.5;
}
.rbc-sub-lock > span > i {
    color: #fff;
    margin-left: 6px;
}
.rbc-subs-list-cat {
    list-style: none;
    padding-left: 0;
}
.rbc-subs-list-cat li {
    display: block;
    float: left;
    width: 31%;
    margin: 1%;
    cursor: pointer;
    border: 1px solid transparent;
    border: 1px solid #ebebeb;
}
.rbc-subs-list-cat li:hover {
    border: 1px solid #000;
}
.rbc-subs-list-cat li:nth-child(3n+1) {
    clear: left;
}
.rbc-subs-list-cat li span {
    display: block;
    margin: 4% 0;
    text-align: center;
}
@media only screen and (max-width: 600px) {
    .rbc-subs-list-cat li {
        width: 98%;
    }
    .rbc-subs-list-cat li span {
        margin: 4% 1%;
    }
}

body.bp-user.my-account #content #buddypress .item-list-tabs li#course-results-personal-li,
body.bp-user.my-account #content #buddypress .item-list-tabs li#course-stats-personal-li {
    display: none !important;
}

.course_single_item .item-avatar,
#item-header-avatar {
    position: relative;
    overflow: hidden;
}
.course_single_item span.percentage-badge,
#item-header-avatar span.percentage-badge {
    font-size: 10px;
    font-weight: 700;
    margin: 0;
    padding: 40px 0 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-45deg);
    width: 160px;
    z-index: 10;
    left: -55px;
    top: -15px;
    line-height: 18px;
    background: #000;
    color: #fff;
}
.course_single_item span.percentage-badge span.big,
#item-header-avatar span.percentage-badge span.big {
    font-size: 20px;
}
.course_single_item .item-avatar img {
    width: 100%;
}
.pagetitle h1 {
    font-weight: 300;
    font-size: 26px;
}
#buddypress ul.item-list li div.item-title, #buddypress ul.item-list li h4 {
    font-size: 1.083em;
    font-weight: 400;
}

#buddypress ul.item-list li a {
    font-weight: 400;
}
.directory #buddypress .item-list.grid li>.row span.amount {
    font-size: 1.33em;
    font-weight: 400;
}
.single-course.c2 .course_header #item-header-content h1, .single-course.c3 .course_header #item-header-content h1 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 300;
}

.single-course h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

header #menu-main li.menu-item-has-children a:after { display: inline-block; margin-left: .255em; vertical-align: .255em; content: ""; border-top: .4em solid; border-right: .4em solid transparent; border-bottom: 0; border-left: .4em solid transparent; }
header #menu-main li.menu-item-has-children .sub-menu a:after { display: none; }

.grecaptcha-badge { display: none !important; }
body.page-id-97 .grecaptcha-badge { display: block !important; z-index: 99 !important; }

/* app css */
.page-id-1533303 .login_popup_content p { color: #fff !important; }
.page-id-1533303 .login_popup_content h2 { color: #fff !important; font-size: 1.8rem !important; font-weight: 400 !important; }
.page-id-1533303 .login_popup_content label strong, .page-id-1533303 .login_popup_content label span { color: #fff !important; }
.page-id-1533303 .login_popup.medium .login_popup_content, .page-id-1533303 .login_popup.elegance .login_popup_content {width: 480px;}
.page-id-1533303 .vibebp_myprofile .profile_grid .profile_grid_header .end_block .user {border: 1px solid #bbb; border-radius: 20px;}

.page-id-1533303 .vibebp_myprofile .profile_grid .profile_grid_header .end_block .completeProgress { display:none; }

.vibebp_myprofile .profile_settings .portal:nth-of-type(2),
.vibebp_myprofile .profile_settings .portal:nth-of-type(3),
.vibebp_myprofile .profile_settings .portal:nth-of-type(4),
.vibebp_myprofile .profile_settings .details {
    display:none; 
}

.page-id-1533303 .vibebp_main .course_description h1,
.page-id-1533303 .vibebp_main .course_description h2,
.page-id-1533303 .vibebp_main .course_description h3,
.page-id-1533303 .vibebp_main .course_description h4,
.page-id-1533303 .vibebp_main .course_description h5,
.page-id-1533303 .vibebp_main .course_description h6 { margin-bottom: 10px; font-weight: 600; }
.page-id-1533303 .vibebp_main .course_description h3 {font-size: 1.8rem;}
.page-id-1533303 .vibebp_main .course_description h4 {font-size: 1.5rem;}
.page-id-1533303 .course_description ul {list-style: disc; margin: 30px 0px 30px 30px;}
.page-id-1533303 .course_blocks .course_block .course_title_wrapper .course_info .course_instructor,
.page-id-1533303 .wplms_manage_courses_wrapper .course_instructor_block .course_title_wrapper .course_instructor { display: none; }
.page-id-1533303 .course_blocks .course_title_wrapper .joined_date { display: none !important; }
.page-id-1533303 .course_blocks, .page-id-1533303 .wplms_manage_courses_wrapper .course_instructor_blocks {grid-template-columns:repeat(auto-fill, minmax(340px, 1fr));}
.page-id-1533303 .course_blocks .course_block_content_wrapper .course_meta_data {text-align: center;}

#buddypress ul.item-list li .item-credits a.button, 
#buddypress ul.item-list li .item-credits input[type=submit],
.item-credits a.button, .item-credits input[type=submit] {
    font-size: 13px;
    border-color: #200f43 !important;
    padding: 2em 0.1em!important;
    /* background-color: #78c8ce; */
    width: 100%;
    text-align: center;
}

#buddypress ul.item-list li .item-credits a.button:hover, 
#buddypress ul.item-list li .item-credits input[type=submit]:hover,
.item-credits a.button, .item-credits input[type=submit]:hover {
    color: #fff !important;
    background: #200f43 !important;
}
.wplms_manage_courses_wrapper .wplms_courses_header>div {
    max-width: 450px;
}
.vibebp_myprofile .profile_grid .profile_grid_header .start_block>span>span+span {
    top: -5px !important;
    min-width: 100px !important;
    padding: 5px 10px !important;
    border-radius: 2px !important;
    color: #fff !important;
    background: #444 !important;
    left: 25px !important;
}
/*.woocommerce-checkout #payment .payment_method_payulistbanks > label,
.woocommerce-checkout #payment .payment_method_payublik > label,
.woocommerce-checkout #payment .payment_method_payucreditcard > label {
    position: relative;
    top: 30px;
}*/
.block.courseitem.course3 .block_content .course_meta {
    display: none !important;
}

.price-free {
    list-style: none;
    width: 100%;
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
}
.price-free li {
    display: inline-block;
}
.price-free li.price-sale {
    color: #be0039;
    font-size: 48px;
}

/* new kontakt page */
/* 17-02-2022 */
.page-id-1533362 .contact-cf7-background {
    /* margin: 25px 24px 39px 128px; */
    padding: 60px 13px 45px 13px;
    background-color: #f6f6f8;
}

.page-id-1533362 h2,
.page-id-1533362 h3,
.page-id-1533362 h4,
.page-id-1533362 p {
    font-family: 'Open Sans';
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000;
}
.page-id-1533362 h2 {
    font-size: 29px;
    font-weight: bold;
    line-height: 1.24;
}
.page-id-1533362 h3 {
    font-size: 22px;
    line-height: 1.5;
}

.page-id-1533362 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.32px;
    color: #010101;
}
.page-id-1533362 .rbc-fkn-h3 {
    font-weight: bold;
}

.page-id-1533362 h2.napisz-do-nas {
    margin-bottom: 12px;
}

.page-id-1533362 h2.masz-pytania {
    margin-top: 61px;
}

.page-id-1533362 .section-container .vc_row a,
.page-id-1533362 .section-container .vc_row h2 a,
.page-id-1533362 .section-container .vc_row h3 a
.page-id-1533362 .section-container .vc_row p a  {
    color: #c0966c !important;
    font-weight: bold;
}

.page-id-1533362 .contact-cf7-background .contact_row {
    clear: both;
}

.page-id-1533362 .contact-cf7-background .contact_row .contact_column {
    float: left;
}

.page-id-1533362 .contact-cf7-background .contact_row .contact_column.cc_col_6 {
    width: calc(50% - 70px);
}
.page-id-1533362 .contact-cf7-background .contact_row .contact_column.cc_col_6:nth-of-type(2) {
    float: right;
}

.page-id-1533362 .contact-cf7-background .contact_row .contact_column.cc_col_12 {
    width: 100%;
}

.page-id-1533362 .contact-cf7-background .wpcf7 input[type="text"],
.page-id-1533362 .contact-cf7-background .wpcf7 input[type="email"],
.page-id-1533362 .contact-cf7-background .wpcf7 input[type="tel"],
.page-id-1533362 .contact-cf7-background .wpcf7 input[type="date"],
.page-id-1533362 .contact-cf7-background .wpcf7 input[type="password"] {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #000;
    padding: 0 0;
    height: 48px;
    line-height: 48px !important;
    font-size: 16px;
    margin-bottom: 25px;
    border-radius: 0;
    color: #000;
    background: transparent;
}
.page-id-1533362 .contact-cf7-background .wpcf7 textarea {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    font-size: 16px;
    height: calc(1em * 1.5 * 13);
    border-radius: 0;
    color: #000;
    background: transparent;
}
.page-id-1533362 .contact-cf7-background .wpcf7 input[type="text"]::placeholder,
.page-id-1533362 .contact-cf7-background .wpcf7 input[type="email"]::placeholder,
.page-id-1533362 .contact-cf7-background .wpcf7 input[type="tel"]::placeholder,
.page-id-1533362 .contact-cf7-background .wpcf7 input[type="date"]::placeholder,
.page-id-1533362 .contact-cf7-background .wpcf7 input[type="password"]::placeholder,
.page-id-1533362 .contact-cf7-background .wpcf7 textarea::placeholder {
    color: #929292;
}

.page-id-1533362 .contact-cf7-background .wpcf7 input[type="submit"] {
    margin-top: 43px;
    margin-bottom: 44px;
    padding: 20px 20px 20px;
    background-color: #000;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.63;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 160px;
    float: right;
    border: none;
}
.page-id-1533362 .contact-cf7-background .contact_row .pola-obowiazkowe {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.page-id-1533362 .contact_row .wpcf7-acceptance .wpcf7-list-item {
    margin-top: 10px;
}
.page-id-1533362 .contact_row .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
    visibility: visible;
}

.post-1533362 .section-container .vc_row a, .post-1533362 .section-container .vc_row h2 a, .post-1533362 .section-container .vc_row h3 a .post-1533362 .section-container .vc_row p a {
    color: #c0966c!important;
    font-weight: 700;
}

.masz-pytania-col .kleo_text_column {
    margin-bottom: 25px;
}

.rbc-zespol {
    margin: 130px 0 13px;
    padding: 23px 85px 5px 111px;
    background-color: #f6f6f8;
}

.rbc-zespol .rbc-zespol-item .vc_single_image-wrapper img {
    border-radius: 150px !important;
}

.rbc-zespol .rbc-zespol-item .kleo_text_column {
    text-align: center;
}

.rbc-zespol .rbc-zespol-item .kleo_text_column span {
    font-size: 14px;
}
.logo-fundacja img {
    width: 154px;
}
.rbc-fkn-a {
    border-bottom: 2px solid #000;color: #000 !important;
}

.grecaptcha-badge {visibility: hidden;}

.wpcf7 .wpcf7-response-output {
    clear: both;
    border: 1px solid #000 !important;
    padding: 15px !important;
    background: #000;
    color: #fff;
    margin: 2em 0 !important;
    text-align: center;
}

.single .tags .indate,
.archive .blogpost .meta {
    display: none;
}

@media (max-width: 991px) {
	/* app css */
	
	.page-id-1533303 .login_popup.medium .login_popup_content .button span.vicon+span { font-size: 0.7rem !important; margin-left: 0 !important; }
	.page-id-1533303 .login_popup.medium .login_popup_content .button span.vicon.vicon-email { display: none; }
	.page-id-1533303 .login_popup .loginform .input { color: #fff !important; }
	.page-id-1533303 .login_popup .password_strength_wrapper { color: #fff !important; }

	.page-id-1533303 .vibebp_myprofile .profile_grid .profile_grid_header { display: block !important; }
	.page-id-1533303 .vibebp_myprofile .profile_grid .profile_grid_header .start_block .dashboard_intro { display: block !important; text-align: center; }
	.page-id-1533303 .vibebp_myprofile .profile_grid .profile_grid_header .start_block { display: block !important; }
	.page-id-1533303 .vibebp_myprofile .profile_grid .profile_grid_header .start_block .dashboard_intro h4 { font-size: 1.3rem !important; }
	.page-id-1533303 .vibebp_myprofile .profile_grid .profile_grid_header .start_block .dashboard_intro h3 { font-size: 1.5rem !important; }
	.page-id-1533303 .vibebp_myprofile .profile_grid .drag_to_refresh { margin: 0 0 10px 0; }
	
	.page-id-1533303 .vibebp_sidebars .vibebp_left_sidebar_wrapper { margin-top: 10px !important; padding: 1.5rem !important; }
	.page-id-1533303 .mycourses_header .button { font-size: 0.8rem !important; }
	.page-id-1533303 .mycourses_header .link { font-size: 0.8rem !important; }
	.page-id-1533303 .mycourses_header input { font-size: 0.8rem !important; }
	.page-id-1533303 .mycourses_header select { font-size: 0.8rem !important; }
	.page-id-1533303 .vibebp_myprofile .profile_grid .profile_grid_header .end_block .notifications .notification_list { left: 0; width: auto; }
	.page-id-1533303 .elementor-11053 .elementor-element.elementor-element-aae441f .vibebp_profile_field { font-size: 20px !important; }
	.page-id-1533303 span span.vicon.vicon-angle-down { border: 0 !important; }
	.page-id-1533303 .vibebp_myprofile .edit_profile>* { flex: 1 !important; }
	.page-id-1533303 .vibebp_myprofile .vibebp_form .vibebp_form_field>label>span { font-size: 0.8rem !important; }
	.page-id-1533303 .vibebp_myprofile .profile_menu { background: #093D49 !important; }
	
	.page-id-1533303 .course_blocks .course_block .course_title_wrapper .course_title h3 { text-align: center; }
	.page-id-1533303 .course_blocks .course_block .course_title_wrapper .course_info .course_instructor { display: none; }
	.page-id-1533303 .course_blocks .course_block .course_title_wrapper .course_info .joined_date { text-align: center; width: 100%; }
	.page-id-1533303 .course_blocks .course_block .course_meta_data .button { display: block; margin: 15px 0 0 0; width: 100%; min-height: 40px; line-height: 25px; }
	.page-id-1533303 .course_overview_wrapper .course_overview .course_header .course_header_description h1 { text-align: center; font-size: 20px; }
	.page-id-1533303 .course_overview_wrapper .course_overview .course_header .course_header_description .button { margin-right: 0; width: 100%; text-align: center; }
	.page-id-1533303 .course_overview_wrapper .course_overview .course_header .course_featured { margin: 20px 0 !important; }
	.page-id-1533303 .course_manage .course_tabs .instructor_tabs { display: block; }
	.page-id-1533303 .course_manage .course_tabs .instructor_tabs span { display: block; border-radius: 0 !important; }
	.page-id-1533303 .course_manage .course_tabs .instructor_tabs span.active { background: #093D49; color: #fff; border: 0; }
	.page-id-1533303 .course_manage h2 { font-size: 1.5rem !important; }
	.page-id-1533303 .course_manage h3 { font-size: 1.4rem !important; }
	.page-id-1533303 .course_manage h4 { font-size: 1.3rem !important; }
	.page-id-1533303 .course_curriculum_wrapper .curriculum_item em { font-size: 13px; }
	.page-id-1533303 .course_curriculum_wrapper .curriculum_item>span:first-child .friendly_time { display: block; }
	.page-id-1533303 .course_curriculum_wrapper .curriculum_item { display: block; }
	.page-id-1533303 .course_curriculum_wrapper .curriculum_item>span:first-child strong { min-width: auto; }
	.page-id-1533303 .course_status .course_content .course_content_content_wrapper h2 { font-size: 1.5rem !important; margin-top: 20px !important; }
	
	.page-id-1533303 .vibebp_wc_address { display: block !important; flex: 1 !important; }
	.page-id-1533303 .vibebp_wc_download { display: block !important; }
	.page-id-1533303 .vibebp_order_main { display: block !important; }
	.page-id-1533303 .vibebp_order_main .vibebp_order_details span { margin: 5px 0; }
	.page-id-1533303 .vibebp_addresses { display: block !important; }
	.page-id-1533303 .vibebp_shop_orders .vibebp_wc_order { display: block !important; }
	.page-id-1533303 .vibebp_shop_orders .vibebp_wc_order .vibebp_order_details { display: block !important; }
	.page-id-1533303 .vibebp_shop_orders .vibebp_wc_order .vibebp_order_details span { margin: 5px 0; }
	
	.page-id-1533303 .vibebp_sidebars .vibebp_main .vibebp_main_head> input { font-size: 0.8rem !important; }
	.page-id-1533303 .vibebp_sidebars .vibebp_main .vibebp_main_head> select { font-size: 0.8rem !important; }
	
	.page-id-1533303 .vibebp_myprofile .profile_menu .menu_items #wall { display: none !important; }
	.page-id-1533303 .vibebp_myprofile .profile_menu .menu_items #wallet { display: none !important; }
	.page-id-1533303 .vibebp_myprofile .profile_menu .menu_items #forums { display: none !important; }
	.page-id-1533303 .vibebp_myprofile .profile_menu .menu_items #commissions { display: none !important; }
	.page-id-1533303 .vibebp_myprofile .profile_menu .menu_items #moje-konto { display: none !important; }
	.page-id-1533303 .vibebp_myprofile .profile_menu .menu_items svg { fill: #fff !important; }
	.page-id-1533303 .vibebp_myprofile .profile_menu .menu_items svg path { fill: #fff !important; }
	
	.page-id-1533303 .vibebp_myprofile .profile_menu .menu_bottom svg { fill: #fff; width: 20px !important; height: 20px !important; }
	.page-id-1533303 .vibebp_myprofile .profile_grid .profile_grid_header .end_block .tours_wrapper { display: none; }
	.page-id-1533303 .vibebp_myprofile .profile_grid .profile_grid_header .end_block .completeProgress { background: #093D49 !important; font-size: 13px !important; color: #fff !important; }
	.page-id-1533303 .vibebp_myprofile .profile_grid .profile_grid_header .end_block .ReactProgressCircle_circleBackground { stroke: #fff !important; }
	.page-id-1533303 .vibebp_myprofile .profile_grid .profile_grid_header .end_block .react-progress-circle{ margin-right: 5px !important; }
	.page-id-1533303 .vibebp_myprofile .profile_grid .profile_grid_header .end_block .vibebp_profile_menu_wrapper .vibebp_profile_usermenu_content span { font-size: 13px; }
	
	.page-id-1533303 .vibebp_myprofile .profile_grid .profile_grid_header .end_block .vibebp_profile_menu_wrapper { right: -50px; }
	.page-id-1533303 .vibebp_myprofile .profile_grid .profile_grid_header .end_block .vibebp_profile_menu_wrapper:after { right: 60px; }
}

@media (max-width: 768px) {
    .unit_title h1 {
        font-size: 2rem;
    }
    .single-course #buddypress .row > .col-md-9.col-sm-7 {
        margin-top: 500px;
        width: 100%;
    }
    .single-course #buddypress .row > .col-md-3.col-sm-5 {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .page-id-1533362 .contact-cf7-background {
        padding: 28px 0px 45px 0px;
        margin: 0 auto;
        max-width: calc(100% - 16px);
    }
    .page-id-1533362 h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .page-id-1533362 h2.napisz-do-nas {
        text-align: center;
    }
    .page-id-1533362 h3 {
        font-size: 16px;
        line-height: 33px;
    }
    .page-id-1533362 .rbc-fkn-h3 {
        font-weight: normal;
    }
    .page-id-1533362 .section-container .vc_row a,
    .page-id-1533362 .section-container .vc_row h2 a,
    .page-id-1533362 .section-container .vc_row h3 a
    .page-id-1533362 .section-container .vc_row p a  {
        letter-spacing: -0.96px;
        display: block;
    }
    .page-id-1533362 .section-container .vc_row h3 a.rbc-rozwoj {
        line-height: 16px;
        margin-top: 20px;
    }
    .page-id-1533362 .section-container .vc_row h3 strong {
        display: block;
    }
    .page-id-1533362 .contact-cf7-background .contact_row .contact_column.cc_col_6 {
        width: 100%;
    }
    .page-id-1533362 .contact-cf7-background .wpcf7 textarea {
        height: calc(1em * 1.5 * 8);
    }
    .page-id-1533362 .contact-cf7-background .wpcf7 input[type="submit"] { 
        float: none;
        width: 100%;
        margin-bottom: 0px;
    }
    .page-id-1533362 .contact-cf7-background .contact_row .pola-obowiazkowe {
        text-align: center;
    }
    .page-id-1533362 .rbc-firma-info {
        background-color: #f5f5f5;
    }
    .page-id-1533362 .rbc-firma-info h3,
    .page-id-1533362 .rbc-fkn h3 {
        font-size: 22px;
        width: 230px;
        margin-left: auto;
        margin-right: auto;
        font-weight: bold;
    }
    .page-id-1533362 .rbc-firma-info p strong.center-m {
        display: block;
    }
    .page-id-1533362 .rbc-firma-info > .vc_column-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-id-1533362 .rbc-fkn > .vc_column-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .rbc-zespol {
        margin-top: 0;
        padding-left: 12px;
        padding-right: 12px;
    }
    .rbc-zespol-item.wpb_column.vc_column_container.vc_col-sm-3 {
        padding-top: 40px;
    }
}

/*
.tax-product_cat span.onsale,
.single-product span.onsale {
  display: none;
}
  */

.home-page #buddypress ul.item-list li .item-avatar {
  max-height: 100%;
}

.tax-product_cat li.product .single-product-container {
  padding-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.tax-product_cat li.product .woocommerce-loop-product__title {
  font-weight: 600;
  color: #200f43;
}

.tax-product_cat li.product .woocommerce-loop-product__title:hover {
  color: #be0039;
}

#comments ol.commentlist li .comment-body .comment-body-inner .comment-body-content {
  background: #E8E5DE !important;
}

@media (min-width: 768px) {
  .single-post .post,
  .single-post #comments,
  .category-wiedza .col-md-9 > .content {
    padding-right: 30px;
    border-right: 1px solid #e5e5e5;
  }
}

.tags {
  border: none !important;
  display: flex !important;
  align-items: center !important;
  flex-direction: column;
  gap: 15px;
}

.tags .social_sharing li a {
  font-size: 24px !important;
}

.tags .comment_count .comment_count_icon img {
  width: 24px;
  height: 24px;
}

.tags .comment_count .comment_count_icon {
  border: 1px solid rgb(242,136,182);
  border-radius: 50%;
  padding: 9px;
}

.tags .comment_count {
  margin-left: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 767px) {
  .tags {
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
  }

  .social_sharing {
    margin-top: 0 !important;
  }

}

body.logged-in .sidebar #vibe_woocommerce_carousels-3 { /* ZACZNIJ OD TEGO */
  display: none;
}

body:not(.logged-in) .sidebar #vibe_woocommerce_carousels-8 { /* PRZEDSIĘBIORCO, TO JEST TWOJE OBOWIĄZKOWE SZKOLENIE */
  display: none;
}

.single #content .sidebar .vibe_woocommerce_carousels h3.heading {
  font-weight: 600 !important;
}

span.percentage-badge {
  left: -55px !important;
  top: -15px !important;
  background: #000 !important;
  transform: rotate(-45deg);
  width: 160px !important;
  z-index: 10 !important;
  border-radius: 0 !important;
  border: none !important;
  margin: 0 !important;
  right: unset !important;
  font-size: 10px !important;
  min-width: unset !important;
  min-height: unset !important;
  padding: 40px 0 5px !important;
  text-align: center !important;
  line-height: 18px !important;
}

span.percentage-badge span.big {
  font-size: 20px;
}

.single-product-container {
  position: relative;
  overflow: hidden;
}

body.single-product .product {
  overflow: hidden !important;
  position: relative !important;
}

body.single-product span.percentage-badge {
  width: 190px !important;
}

#video-testimonials-modals .kt-modal-container {
  background: rgba(0,0,0,0.6) !important;
  overflow: hidden;
}

#video-testimonials-modals .kt-modal-overlay {
  background: rgba(0, 0, 0, 0.75) !important;
}

@media (min-width: 767px) {
  #video-testimonials-modals .kt-modal-container {
    max-height: 800px !important;
  }
  
  #video-testimonials-modals .fluid-width-video-wrapper {
    padding-top: 50% !important;
  }
}

#video-testimonials-modals .kt-modal-close {
  color: #fff !important;
}

#video-testimonials-modals .vp-title {
  display: none !important;
}

#books-section-wrapper .kt-blocks-post-grid-item-inner .entry-content *:not(.kt-blocks-post-readmore) {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #5c5c5c !important;
}

#text-testimonials .kt-testimonial-item-wrap {
  padding-right: 0 !important;
}

#text-testimonials .kt-testimonial-content {
  padding: 0 0 0 20px !important;
}

#text-testimonials .kt-testimonial-image {
  filter: unset !important;
  width: 160px !important;
  height: 160px !important;
  border-radius: 100% !important;
  max-height: 152px !important;
}

#text-testimonials .kt-testimonial-media-inner-wrap {
  display: flex !important;
  justify-content: center !important;
  height: 160px !important;
}

#text-testimonials .kt-testimonial-media-inner-wrap .kt-testimonial-image {
  position: static !important;
}

#text-testimonials .kt-testimonial-meta-wrap {
  margin-top: 20px !important;
  padding: 0 0 0 20px !important;
  justify-content: flex-start !important;
}

#text-testimonials .kt-testimonial-name {
  text-align: left !important;
}

@media (max-width: 767px) {
  body.single-post .content iframe {
    width: 100%;
  }

  #footerbottom .container #footerlogo-row {
    display: flex;
    justify-content: center;
  }

  #footerbottom .container ul#menu-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .media-splide .wp-block-kadence-image img {
    width: 236px !important;
    height: 236px !important;
  }
}

@media (min-width: 768px) {
  .tax-product_cat li.product .woocommerce-loop-product__title {
    min-height: 52px !important;
  }

  #books-section-wrapper .kadence-post-image-intrisic .kadence-post-image-inner-intrisic img {
    width: 228px;
    height: 228px;
  }
}

@media (max-width: 767px) {
  #books-section-wrapper .kadence-post-image-intrisic .kadence-post-image-inner-intrisic img {
    width: 400px;
    height: 400px;
  }
}

body.search form#searchform ul li:first-child {
  display: none !important;
}


.footerbottom-new {
  display: flex;
}

.footerbottom-new .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(1.5rem * .5);
  padding-right: calc(1.5rem * .5);
}

.footerbottom-new .container .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: calc(-.5 * 1.5rem);
  margin-right: calc(-.5 * 1.5rem);
}

.footerbottom-new .container .row .column {
  flex: 1 0 0%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: calc(1.5rem * .5);
  padding-right: calc(1.5rem * .5);
}

.footerbottom-new .container .row .column h4 {
  margin-bottom: 35px;
  text-transform: none;
}

.footerbottom-new .container .row .column ul li,
.footerbottom-new .container .row .column .contact-info-container,
.footerbottom-new .container .row .column .footer-search-container,
.footerbottom-new .container .footer-copyright{
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
}

.footerbottom-new .container .footer-data-administrator{
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
}

.footerbottom-new .container .row .column img {
  margin: 10px 0 20px 0;
}

.footerbottom-new .container .row .column .contact-info-container {
  word-wrap: break-word;
}

.footerbottom-new .container .row .column .contact-info-container.social-icons {
  gap: 10px;
}

.footerbottom-new .container .row .column .contact-info-container.social-icons img {
  width: 36px;
  height: 36px;
}

.footerbottom-new .container .row .column .contact-info-container.social-icons a {
  padding: 5px;
  margin: 0 2px;
  border: 1px solid #a7a7a7;
}

.text-right {
  text-align: right;
}

.flex {
  display: flex;
}

.justify-right {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .footerbottom-new .container .row .column {
    flex: 0 0 auto;
    width: 50%;
  }

  .footerbottom-new .container .row .column.mobile-width-100 {
    width: 100%;
  }
  
  .mobile-text-center {
    text-align: center !important;
  }

  .mobile-text-left {
    text-align: left !important;
  }

  .footerbottom-new .container .row .column a#new_searchicon {
    display: inline !important;
  }

  .mobile-justify-left {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .footerbottom-new {
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

#searchdiv input[type=text] {
  font-size: 2rem !important;
}

.woocommerce-MyAccount-content h2:has(+.myaccount_address) {
  display: none;
}

#main-menu-item-1533365 {
  display: block;
}

.woocommerce ul#shipping_method li {
  text-indent: unset !important;
}

@media (min-width: 992px) {
  body.page-id-86:not(.logged-in) #content > .container > .row {
    display: flex;
    justify-content: center;
  }

  body.page-id-86:not(.logged-in) .col-md-12 {
    width: 50%;
  }
}

body.page-id-86:not(.logged-in) #content > .container > .row form.woocommerce-form-login button,
body.page-id-86:not(.logged-in) #content > .container > .row form.lost_reset_password button {
  background-color: #be0039;
  border: none;
  border-radius: 0;
  color: #fff;
}

body.page-id-1639674 #content #block-4,
body.page-id-1639674 #content #block-2 {
  display: none;
}

@media (min-width: 992px) { 
  body.page-id-1639674 .widget.vibe_woocommerce_carousels {
    max-width: 400px;
  }

  body.page-id-1639674 .widget.vibe_woocommerce_carousels h3.heading {
    line-height: 1.75em;
  }

  body.page-id-1639674 #content #widgets .wpb_widgetised_column .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .wc-ppcp-checkout-container {
    float: right;
    width: 300px;
    margin-top: -100px;
  }
}

body.page-id-1639674 #block-5 img,
  body.page-id-1639674 #block-6 img {
    width: 400px !important;
  }

body.single-post .authorinfo {
  padding-right: 30px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  body.single-post .authorinfo {
    border-right: 1px solid #e5e5e5;
  }
}