/*
 Theme Name:   szkolagieldowa
 Description:  szkolagieldowa Child Theme
 Template:     blocksy
 Version:      1.8.84
 Text Domain:  szkolagieldowa-child
*/

:root{
    --white: #fff;
    --mainfont: 'Open Sans';
    --grey: #abacbd;
    --darkgrey: #6c6c76;
    --lightgrey: #d3dce3;
    --darkblue: #2a2f66;
    --yellow: #ffed00;
    --black: #202126;
    --dark: #0e1238;
}

/* Buttons */

.szkolagieldowa-btn {
    display: inline-block;
    padding: 10px 40px;
    text-transform: uppercase;
    background-color: var(--dark);
    color: #fff;
    font-size: 0.95em;
    transition: all 0.2s linear;
    -webkit-box-shadow: 7px 7px 10px 0px rgba(34, 34, 34, 0.4);
    -moz-box-shadow: 7px 7px 10px 0px rgba(34, 34, 34, 0.4);
    box-shadow: 7px 7px 10px 0px rgba(34, 34, 34, 0.4);
}

.szkolagieldowa-btn--yellow {
    background-color: #0A4F8A;
    border: none;
    color: white;
    border-radius: 6px;
}

.szkolagieldowa-btn--yellow:hover {
    background-color: #07345A;
}

[data-pagination=simple] .page-numbers.current, [data-pagination=next_prev] .page-numbers.current {
    background-color: var(--dark);
}

[data-pagination=simple] .page-numbers:not(.dots):hover, [data-pagination=next_prev] .page-numbers:not(.dots):hover {
    border-color: var(--dark);
}

[data-pagination=simple] a:hover {
    color: var(--dark);
}

.elementor-element.elementor-button-danger .elementor-button {
	background-color: #DE1212;
}

/* End buttons */

/* Layouts */

/* body.woocommerce-shop,
body.woocommerce-archive,
body.blog,
body.category,
body.single-post {
    background: -moz-linear-gradient(top,  #e8edf1 0%, #ffffff 300px);
    background: -webkit-linear-gradient(top,  #e8edf1 0%, #ffffff 300px); 
    background: linear-gradient(to bottom,  #e8edf1 0%, #ffffff 300px);
}

@media (min-width: 600px) {
    body.woocommerce-shop,
    body.woocommerce-archive,
    body.blog,
    body.category,
    body.single-post {
        background: -moz-linear-gradient(top,  #e8edf1 0%, #ffffff 400px); 
        background: -webkit-linear-gradient(top,  #e8edf1 0%, #ffffff 400px);
        background: linear-gradient(to bottom,  #e8edf1 0%, #ffffff 400px);
    }
}

@media (min-width: 920px) {
    body.woocommerce-shop,
    body.woocommerce-archive,
    body.blog,
    body.category,
    body.single-post {
        background: -moz-linear-gradient(top,  #e8edf1 0%, #ffffff 600px);
        background: -webkit-linear-gradient(top,  #e8edf1 0%, #ffffff 600px);
        background: linear-gradient(to bottom,  #e8edf1 0%, #ffffff 600px);
    }
} 

body.woocommerce-shop .site-main,
body.woocommerce-archive .site-main,
body.blog .site-main,
body.category .site-main,
body.single-post .site-main
{
    background: #eeeeee;
    background-position: top center;
    background-size: clamp(500px, 80%, 1000px) auto;
    background-repeat: no-repeat;
}*/

body.woocommerce-shop main .ct-container,
body.woocommerce-archive main .ct-container {
    padding-top: 20px !important;
}

.page-title {
    position: relative;
    padding-bottom: 8px !important;
}

.page-title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90px;
    height: 5px;
    background-color: var(--darkblue);
}

.mb-0 {
    margin-bottom: 0 !important;
}

/* End layouts */

/* Register form */

#registerform .input {
    background-color: white;
}

/* End register form */

/* Product card */

.szkolagieldowa-product-card {
    font-family: var(--mainfont), sans-serif;
    color: var(--dark);
}

.szkolagieldowa-product-card__featured {
    display: block;
    width: 100%;
    height: 220px;
}

.szkolagieldowa-product-card__featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.szkolagieldowa-product-card__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 12px;
    min-height: 80px;
    background-color: var(--lightgrey);
    color: var(--black);
}

.szkolagieldowa-product-card__box.szkolenie-na-zywo {
    background-color: var(--darkblue);
    color: #fff;
}

.szkolagieldowa-product-card__box.szkolenie-stacjonarne {
    background-color: var(--yellow);
}

.szkolagieldowa-product-card__terms {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.szkolagieldowa-product-card__terms .szkolagieldowa-term {
    font-size: 1rem;
    text-align: left;
}

.szkolagieldowa-product-card__terms .szkolagieldowa-term.dofinansowane {
    font-size: 0.95rem;
    font-weight: bolder;
    text-transform: uppercase;
}

.szkolagieldowa-product-card__price {
    text-align: right;
}

.szkolagieldowa-product-card__price .szkolagieldowa-price {
    font-family: Impact, Haettenschweiler, sans-serif;
    font-size: 1.4rem;
    line-height: 1.2;
}

.szkolagieldowa-product-card__price .szkolagieldowa-price del {
    font-size: 1rem;
}

.szkolagieldowa-product-card__price .szkolagieldowa-price-addon {
    display: block;
    font-size: 0.95rem;
    line-height: 1.1;
}

.szkolagieldowa-product-card__price .sale-price {
    width: 100%;
}

.szkolagieldowa-product-card__price .sale-price ins,
.szkolagieldowa-product-card__price .sale-price del {
    width: 100%;
    text-align: right;
}

.szkolagieldowa-product-card__title {
    margin: 1rem 0;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--dark);
    padding: 12px;
}

.szkolagieldowa-product-card__actions {
    margin-bottom: 1.4rem;
    text-align: center;
}

/* End product card */

/* Filters */

.szkolagieldowa-filters-container {
    margin-bottom: 2rem;
}

.szkolagieldowa-searchbar__title {
    margin-bottom: 2rem;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--dark);
}

.szkolagieldowa-searchbar__title span:nth-child(2) {
    font-weight: 400;
}

.szkolagieldowa-searchbar__title:after {
    content: '';
    position: absolute;
    width: 65px;
    height: 3px;
    left: 0;
    bottom: 0;
    transform: translateY(10px);
    background-color: var(--dark);
}

.szkolagieldowa-searchbar__search .info {
    margin: 1rem 0;
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 920px) {
    .szkolagieldowa-searchbar__search {
        display: flex;
        align-items: center;
    }

    .szkolagieldowa-searchbar__search .info {
        margin-left: 50px;
    }
}

.szkolagieldowa-searchbar form {
    min-width: 300px;
    max-width: 400px;
}

.szkolagieldowa-searchbar form input {
    border: 2px solid var(--grey);
    border-radius: 0;
}

.szkolagieldowa-filters {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    padding: 10px 16px 14px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #edf1f4;
}

@media (min-width: 920px) {
    .szkolagieldowa-filters {
        justify-content: space-around;
    }
}

.szkolagieldowa-filters__item {
    padding: 6px 0;
    margin: 10px 20px;
    position: relative;
    color: var(--darkgrey);
}

.szkolagieldowa-filters__item:hover {
    color: var(--dark);
}

.szkolagieldowa-filters__item.active {
    color: var(--dark);
    font-weight: 600;
}

.szkolagieldowa-filters__item.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: var(--dark);
}

/* End filters */

/* Single post */

.szkolagieldowa-post {
    max-width: 980px;
    margin: 0 auto;
}

.szkolagieldowa-post-header {
    display: flex;
	flex-direction: column;
	gap: 16px;
}

.szkolagieldowa-post-header h1 {
	margin-bottom: 0;
}

.szkolagieldowa-post-header-featured img {
	width: 100%;
	border-radius: 8px;
}

.szkolagieldowa-post-body-info {
	display: flex;
	gap: 24px;
	font-size: 12px;
	line-height: 1.3;
	color: #101828;
}

.szkolagieldowa-post-body {
 	margin-top: 24px;	
}


.szkolagieldowa-post-featured {
    width: 100%;
}

.szkolagieldowa-post-featured img {
    width: 100%;
    height: auto;
}

.szkolagieldowa-post-heading {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    position: relative;
    font-size: 1.8rem;
    color: var(--darkblue);
}

.szkolagieldowa-post-heading:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 5px;
    left: 0;
    bottom: 0;
    background-color: var(--darkblue);
}

.szkolagieldowa-post-date {
    font-size: 0.95rem;
    color: var(--dark);
}

.szkolagieldowa-single-post-header {
    text-align: right;
}

.szkolagieldowa-single-post-title {
    font-weight: 600;
    font-size: 40px;
    color: var(--darkblue);
    text-align: right;
}

@media (min-width: 600px) {
    .szkolagieldowa-single-post-title {
        font-size: 50px;
    }
}

.szkolagieldowa-single-post-header nav {
    text-align: right;
}

/* End single post */

/* Single product */
.szkolagieldowa-single-product {
    padding: 0px 10%;
}

@media (max-width: 1140px) {
    .szkolagieldowa-single-product {
        padding: 0px 5%;
    }
}

.szkolagieldowa-single-product .entry-summary {
    width: 50%;
}

.szkolagieldowa-single-product .woocommerce-product-gallery {
    width: 50%;
}

.ct-image-container img {
    max-height: 500px;
}

@media (min-width: 1000px) {
    .ct-default-gallery .entry-summary, .ct-stacked-gallery .entry-summary {
        padding-right: 80px;
        padding-left: 0px;
    }

    .ct-default-gallery .woocommerce-product-gallery, .ct-stacked-gallery .woocommerce-product-gallery {
        padding-left: 80px;
    }
}

.ct-default-gallery .entry-summary>form.cart {
    border-top: 0px;
}

.szkolagieldowa-single-product .szkolagieldowa-product-categories {
    margin-top: 20px;
    display: flex;
}

.szkolagieldowa-single-product .szkolagieldowa-product-categories .szkolagieldowa-product-card__terms {
    flex-direction: row;
    align-items: center;
}

.szkolagieldowa-single-product .szkolagieldowa-product-category-circle {
    margin-right: 20px;
    background-color: var(--lightgrey);
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.szkolagieldowa-single-product .szkolagieldowa-product-category-circle.szkolenie-stacjonarne {
    background-color: var(--yellow);
}

.szkolagieldowa-single-product .szkolagieldowa-product-category-circle.szkolenie-na-zywo {
    background-color: var(--darkblue);
}

.szkolagieldowa-single-product form.variations_form table.variations tr {
    flex-direction: row;
    align-items: center;
}

.szkolagieldowa-single-product form.variations_form table.variations tr .value {
    width: -webkit-fill-available;
}

.szkolagieldowa-single-product-description {
    background-color: #edf1f4;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
}

.szkolagieldowa-single-product-author-files {
    display: flex;
    margin-top: 30px;
}

.szkolagieldowa-single-product-author-files .szkolagieldowa-single-product-author, .szkolagieldowa-single-product-author-files .szkolagieldowa-single-product-files {
    width: 50%;
}

.szkolagieldowa-single-product-more {
    margin-top: 30px;
    text-align: center;
}

.szkolagieldowa-single-product-more a {
    background-color: #BDCAD3;
    color: var(--darkblue);
    padding: 10px 20px;
    box-shadow: 5px 5px 10px var(--darkgrey);
}

@media (max-width:1000px){
    .szkolagieldowa-single-product .entry-summary {
        width: 100%;
        margin-bottom: 30px;
    }

    .szkolagieldowa-single-product .woocommerce-product-gallery {
        width: 100%;
    }
}
@media (max-width:600px){

    .szkolagieldowa-single-product-author-files {
        display: block;
    }

    .szkolagieldowa-single-product-author, .szkolagieldowa-single-product-files {
        width: 100%;
        display: block;
    }
}

.szkolagieldowa-single-product .ct-cart-actions {
    width: 60%;
}

.szkolagieldowa-single-product .single_add_to_cart_button {
    background-color: var(--darkblue);
    margin-top: 30px;
    box-shadow: 5px 5px 10px var(--darkgrey);
}

.szkolagieldowa-single-product .stock_alert_button {
    background-color: var(--darkblue);
    color: var(--white);
    padding: 5px 20px;
    box-shadow: 5px 5px 10px var(--darkgrey);
}

/* End single product */

.moje-szkolenia-top-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
}

.moje-szkolenia-top-buttons a {
    background-color: var(--darkblue);
    color: var(--white);
    padding: 10px 20px;
}

.icon-my-account{
	background-image: url('/wp-content/uploads/2023/05/ico-user_dark.png');
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
}

.icon-home{
	background-image: url('/wp-content/uploads/2023/05/ico-home.png');
    width: 30px;
    height: 29px;
    background-position: center;
    background-size: cover;
}

.icon-shop-bin{
	background-image: url('/wp-content/uploads/2023/05/ico-bin.png');
    width: 29px;
    height: 23px;
    background-position: center;
    background-size: cover;
}

.menu-item-153:hover {
    background-color: transparent;
}

.btn-log-account, .btn-login-account{
	background-color: #bdc9d3;
    color: var(--white);
    padding: 10px 14px;
    transition-duration: .4s;
    display: flex;
    align-items: center;
}

.btn-log-account:hover, .btn-login-account:hover{
	background-color: #1a4782;
    color: #fff;
}

.ico-log{
	background-image: url('/wp-content/uploads/2023/05/ico-user_light.png');
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 23px;
    margin-right: 7px;
	align-items: center;
    filter: brightness(0);
}

.bg-gradient-grey{
    background: -moz-linear-gradient(top,  #e8edf1 0%, #ffffff 100%, #ffffff 100%, #ffffff 100%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e8edf1 0%,#ffffff 100%,#ffffff 100%,#ffffff 100%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e8edf1 0%,#ffffff 100%,#ffffff 100%,#ffffff 100%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8edf1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.bg-slider-header{
	margin: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative;
    min-height: 300px;
}

.bg-slider-header-img{
    background-image: url('/wp-content/uploads/2023/05/szkolagieldowa_slider_img.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-slider-header .nextend-bullet-bar{
    position: relative;
    left: 15vw; 
}

.ico-mause img{
    position: absolute;
    bottom: 45px;
    transform: translateX(-50%);
    border: 1px solid var(--black);
    border-radius: 100%;

}

@media (max-width: 1200px){
    .bg-slider-header .nextend-bullet-bar{
        top: 10vh;
        /* left: -38vw;  */
    }
    .ico-mause img{
        bottom: 10px;
        transform: translateX(-50%) scale(.6);
    }
}

@media (max-width: 830px){
    .bg-slider-header .nextend-bullet-bar{
        top: 15vh;
    }
}

@media (max-width: 700px){
    .bg-slider-header-img{
        background: none;
    }

    .bg-slider-header .nextend-bullet-bar{
        left: 0;
        top: 10em;
    }

    .ico-mause img{
        position: static;
        transform: scale(.8);
    }
}


#menu-header_menu li a{
	border-bottom: 2px solid #d1d2dc;
}

#menu-header_menu li:first-child a,
#menu-header_menu li:last-child a {
	border-bottom: none;
}

#menu-header_menu li:first-child a::after,
#menu-header_menu li:last-child a::after{
	display: none;
}

[data-menu*=type-2]>ul>li>a:after{
    position: absolute;
    top: 28px;
}

.footer-container-logos{
	display: grid;
    justify-items: center;
	margin-bottom: -30px;
}

.footer-logos-fundations{
	display: flex;
    justify-content: space-evenly;
	width: 100%;
	flex-wrap: wrap;
}

.footer-logos-txt{
	margin-top: 25px;
}

.footer-logos-fundations div{
	margin: 10px;
}

.footer-container-data-contact{
	color: var(--white);
}

.footer-covid-info{
	color: var(--grey);
    font-weight: 400;
    letter-spacing: -1px;
    font-family: var(--mainfont);
    font-size: 14px;
    line-height: 1.3;
}

.footer-container-company-info{
	display: flex;
    justify-content: space-around;
    margin-top: 30px;
    flex-wrap: wrap;
}

.footer-primary-info{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    flex-wrap: wrap;
}

.footer-address{
	font-family: var(--mainfont);
    margin-left: 5%;
    font-weight: 700;
	line-height: 1.3;
}

.footer-address p, .footer-list-item p{
	margin-bottom: 0;
}

.footer-list-item{
	display: flex;
    margin: 12px auto;
    flex-wrap: wrap;
}

.footer-container-list{
    min-width: 20%;
}

.footer-list-item p{
    height: 21px;
    margin-left: 10px;
}

.footer-list-item img[src="/wp-content/uploads/2023/05/ico-mail.png"]{
    height: 21px;
}

@media (max-width:1145px){
    .footer-address{
        margin-left: 0;
        margin-top: 20px;
    }
    .footer-container-company-info{
        align-items: center;
    }
}

@media (max-width:465px){
    .footer-primary-info, .footer-container-list{
        width: 100%;
    }

    .footer-menu-additional{
        width: min-content;
    }
}

.footer-container-menu{
    display: grid;
    justify-items: center;
}

.footer-menu-main, .footer-menu-additional{
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-menu-additional{
    width: 25%;
}

.footer-menu-main ul, .footer-menu-additional ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-menu-main ul li, .footer-menu-additional ul li{
    text-align: center;
	flex-grow: 1;
	position: relative;
	border-right: 2px var(--white) solid;
}

.footer-menu-additional ul li{
   border-color: var(--grey); 
}

.footer-menu-main li:last-child, .footer-menu-additional li:last-child{
	border-right: none;
}

.footer-menu-main ul a{
    color: var(--white);
}

.footer-menu-additional ul a{
    color: var(--grey);
}

.footer-powered-by, .footer-powered-by a{
    color: #5d5f70;
}

.footer-powered-by a{
    font-weight: 600;
}

.footer-powered-by p{
    margin-bottom: 0;
}

@media (max-width: 1140px){
    .footer-menu-additional{
        width: 35%;
    }
}

@media (max-width: 760px){
    .footer-menu-main ul li, .footer-menu-additional ul li{
        border: none;
        margin: 0 11px;
    }
}

.mine-side-course-btns{
    text-align: center;
}

.heading-underline, .heading-underline-right{
    position: relative;
    font-weight: 500;
}

.heading-underline::after{
    content: '';
    position: absolute;
    top: 120%;
    left: 2px;
    width: 71px;
    background-image: url('/wp-content/uploads/2023/05/underline-darkblue.png');
    height: 5px;
}

.heading-underline-right::after{
    content: '';
    position: absolute;
    right: 0;
    top: 120%;
    width: 71px;
    background-image: url('/wp-content/uploads/2023/05/underline-darkblue.png');
    height: 5px;
}

.heading-underline-white{
    position: relative;
    color: var(--white);
    font-family: var(--mainfont);
}

.heading-underline-white::after{
    content: '';
    position: absolute;
    top: 120%;
    left: 2px;
    width: 71px;
    background-image: url('/wp-content/uploads/2023/05/underline-white.png');
    height: 5px;
}

.heading-underline-white span{
    font-weight: 300;
}

.btn-shadow{
    box-shadow: 7px 7px 10px 0px rgba(34, 34, 34, 0.4);
    -webkit-box-shadow: 7px 7px 10px 0px rgba(34, 34, 34, 0.4);
    -moz-box-shadow: 7px 7px 10px 0px rgba(34, 34, 34, 0.4);
}

.margin-auto{
    margin: auto !important;
}

.margin-bottom{
    margin-bottom: 0;
}

.slider-logos .n2-ss-slider-controls .n2-ss-widget{
    width: 38px;
    height: 38px;
    position: relative;
}

.slider-logos .n2-ss-slider-controls .n2-ss-widget img{
    width: 20px !important;
    height: 13px;
    top: 13px;
    left: 9px;
}

.padding-left-right{
    padding-left: 0;
    padding-right: 0;
}

.padding-container{
    padding: 20px;
}

.btn-course-mine-side{
    transition: .4s;
}

.btn-course-mine-side:hover{
    scale: 1.1;
}

@media (max-width: 700px){
    .btn-course-mine-side img{
        max-width: 70%;
    }

    .btn-course-mine-side{
        position: static;
        transform: scale(.8);
        margin-bottom: 30px;
        margin-top: -24px;
    }
}

/* Sekcja z aktualnosciami na stronie głównej */

/* .mobile-display-none{
    display: none;
} */

.full-width{
    max-width: 100vw !important;
    width: 100vw !important;
}

.news-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    background-color: var(--white);
    -webkit-box-shadow: 10px 10px 107px -41px rgba(0,0,0,0.54);
    -moz-box-shadow: 10px 10px 107px -41px rgba(0,0,0,0.54);
    box-shadow: 10px 10px 107px -41px rgba(0,0,0,0.54);
}

@media (min-width: 600px) {
    .news-container {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2%;
    }

    .news-content {
        width: 49%;
    }
}

@media (min-width: 1140px) {
    .news-content {
        width: 32%;
    }
}

.news-content img {
    height: 225px;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.news-content__info-wrapper {
    flex-grow: 1;
    padding-bottom: 0.8rem;
}

.other-informations {
    display: flex;
    justify-content: space-between;
    color: var(--white);
    background-color: var(--darkblue);
    padding: 3px 20px;
}

.other-informations div:first-child {
    color: #bdc9d3;
    font-style: italic;
}

.news-title {
    margin-top: 20px;
}

.news-title a {
    color: #101828;
}

.news-title a:hover {
    color: #0090d5;
}

.news-title h5 {
    line-height: 1.3;
}

#header{
    background-color: #e8edf1;
}

/* Sekcja z produktami na stronie głównej */

/* .products-content{
    max-width: 100%;
} */

.products-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.product-content{
    max-width: 350px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-content img{
    height: 205px;
}

.product-info-bar{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    line-height: 1.4;
}

.product-category{
    padding-left: 20px;
}

.color-bar-grey{
    background-color: var(--lightgrey);
}

.color-bar-darkblue{
    background-color: var(--darkblue);
    color: var(--white);
}

.color-bar-yellow{
    background-color: var(--yellow);
}

.product-infos, .product-infos h5{
    font-family: "Open Sans", sans-serif;
}

.product-infos{
    color: var(--black);
    font-size: 14px;
}

.price-brutto{
    font-family: var(--mainfont), sans-serif;;
    margin-top: -8px;
}

.display-price{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 28px;
}

.display-price span{
    font-size: 18px;
}

.product-price{
    display: grid;
    justify-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.second-cat{
    text-transform: uppercase;
    font-weight: 900;
}

.product-title{
    padding: 15px 20px;
}

.add-to-card-btn{
    text-align: center;
    margin: 20px 20px 30px;
}

.add-to-card-btn a{
    padding: 10px 40px;
    background-color: #0e1238;
    font-family: 'Open Sans';
    color: var(--white);
    -webkit-box-shadow: 7px 7px 10px 0px rgba(34, 34, 34, 0.4);
    -moz-box-shadow: 7px 7px 10px 0px rgba(34, 34, 34, 0.4);
    box-shadow: 7px 7px 10px 0px rgba(34, 34, 34, 0.4);
    transition: .4s;
}

/* .add-to-card-btn a:hover{
    background-color: ;
} */

/* Newsletter strona główna*/

#custom-newsletter{
    display: flex;
}

#custom-newsletter-container #iddp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
}

#custom-newsletter input[type='submit']{
    background-color: var(--white);
    transform: translateX(-2px);
    border: none;
    background-image: url(/wp-content/uploads/2023/05/newsletter-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

#custom-newsletter input[type='email']{
    border: none;
}

/* Sklep */

.custom_breadcrumb{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    color: var(--darkblue);
}

.custom_breadcrumb a, .greater_decorator{
    color: #989aa7;
}

.img-header{
    background-image: url(/wp-content/uploads/2023/05/logo-szkolagieldowa-opacity.png);
    background-position: top;
    background-repeat: no-repeat;
    max-width: 1000px;
    margin: auto;
}

#wcpt-324 .wcpt-currency{
    display: none;
}

#wcpt-324 tbody{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.container-filtr-category{
    width: 100%;
}

.filtr-category{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #edf1f4;
}

.display-none{
    display: none !important;
}

.filtr-category a{
    padding: 30px;
    color: #989aa7;
}

.search-input .wcpt-search{
    border: 2px solid #bdc9d3;
}

.search-input .wcpt-search-submit{
    border: none;
    background-image: url(/wp-content/uploads/2023/05/newsletter-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    scale: .9;
}

/* tr{*/
/*    margin: 20px 0;*/
/*    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);*/
/*    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);*/
/*    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);*/
/*}*/

#wcpt-324 .wcpt-device-laptop{
    display: contents;
    width: 101%;
}

/* Strona kontakt */

#post-32 .wpcf7-submit{
    float: right;
    background-color: var(--yellow);
    color: var(--black);
    padding: 10px 52px;
    -webkit-box-shadow: 7px 7px 10px 0px rgba(34, 34, 34, 0.4);
    -moz-box-shadow: 7px 7px 10px 0px rgba(34, 34, 34, 0.4);
    box-shadow: 7px 7px 10px 0px rgba(34, 34, 34, 0.4);
}

.line-height{
    line-height: 1.3;
}

.contact-links a{
    color: #989aa7;
    text-decoration: none;
    margin-right: 30px;
}

.constact-fax{
    margin-left: 30px;
}

.page-id-32 #main, .page-id-3 #main, .page-id-138 #main{
    background: -moz-linear-gradient(top,  #e8edf1 0%, #ffffff 100%, #ffffff 100%, #ffffff 100%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e8edf1 0%,#ffffff 100%,#ffffff 100%,#ffffff 100%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e8edf1 0%,#ffffff 100%,#ffffff 100%,#ffffff 100%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8edf1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ 
}

/* .page-id-138 #main{
    background: -moz-linear-gradient(top,  #e8edf1 0%, #ffffff 100%, #ffffff 100%, #ffffff 100%, #ffffff 100%); 
    background: -webkit-linear-gradient(top,  #e8edf1 0%,#ffffff 100%,#ffffff 100%,#ffffff 100%,#ffffff 100%); 
    background: linear-gradient(to bottom,  #e8edf1 0%,#ffffff 100%,#ffffff 100%,#ffffff 100%,#ffffff 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8edf1', endColorstr='#ffffff',GradientType=0 ); 
} */

.page-id-138 #main #post-138{
    background-image: url(/wp-content/uploads/2023/05/logo-szkolagieldowa-opacity.png);
    background-position: top;
    background-repeat: no-repeat;
    max-width: 1000px;
    margin: auto;
}

.contact-form-contact input, .contact-form-contact textarea{
    background-color: var(--white);
}

.contact-container-content{
    justify-content: space-between;
}

@media (max-width:781px){
    .page-id-138 #main #post-138{
        background-size: contain;
    }
}

@media (max-width:400px){
    .page-id-138 #main #post-138{
        background: none;
    }
}

.bg-img-login{
    background-size: 70%;
}

.login-container-links{
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.login-container-links p{
    margin: 0;
    color: #0d1136;
}

.login-container-links a{
    text-decoration: none;
    color: #0d1136;
}

@media (max-width:781px){
    .bg-img-login{
        background: none;
    }
}

.skip-link {
    display: none;
}

.szkolagieldowa-single-product .entry-summary {
    margin-inline-start: 0px !important;
}

.szkolagieldowa-single-product .woocommerce-product-gallery {
    text-align: center;
}

.ct-breadcrumbs {
    text-align: right;
}

.szkolagieldowa-product-short-desc {
    margin-top: 20px;
}

.elementor-element-4a68a8e {
    max-width: 700px!important;
}

.elementor-element-fd1073f {
    width: 100%!important;
}

.container-login-form {
    font-family: "Inter", sans-serif;
}

.container-login-form p {
    margin-bottom: 22px;
}

.container-login-form label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
}

.container-login-form input.input {
    width: 100%;
    padding: 14px 14px 14px 42px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: border-color .2s, box-shadow .2s;
    background: #fff;
}

.container-login-form input.input:focus {
    border-color: #0066cc;
    box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.2);
    outline: none;
}

.login-username,
.login-password {
    position: relative;
}

.login-username:before,
.login-password:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 38px;
    left: 14px;
    opacity: 0.6;
    background-size: contain;
    background-repeat: no-repeat;
}

.login-username:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23999' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.7 0 5-2.3 5-5s-2.3-5-5-5-5 2.3-5 5 2.3 5 5 5zm0 2c-3.3 0-10 1.7-10 5v3h20v-3c0-3.3-6.7-5-10-5z'/%3E%3C/svg%3E");
}

.login-password:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23999' viewBox='0 0 24 24'%3E%3Cpath d='M17 8h-1V6c0-2.8-2.2-5-5-5S6 3.2 6 6v2H5C3.3 8 2 9.3 2 11v10c0 1.7 1.3 3 3 3h12c1.7 0 3-1.3 3-3V11c0-1.7-1.3-3-3-3zm-5 10c-1.1 0-2-.9-2-2 0-.7.4-1.4 1-1.7V13c0-.6.4-1 1-1s1 .4 1 1v1.3c.6.3 1 1 1 1.7 0 1.1-.9 2-2 2zm3-10H9V6c0-1.7 1.3-3 3-3s3 1.3 3 3v2z'/%3E%3C/svg%3E");
}

.container-login-form input.button-primary {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    background-color: #0A4F8A;
    border: none;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color .2s;
}

.container-login-form input.button-primary:hover {
    background-color: #083e6b;
}

body.blog #main-container section .entries {
    --grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.szkolagieldowa-post-body-featured img {
    width: 100%;
}

.szkolagieldowa-post-body-content-heading {
    font-size: 18px;
    margin-top: 20px;
}

.szkolagieldowa-post-body-footer {
    margin-bottom: 50px;
}

.szkolagieldowa-post-body-footer-back {
    background-color: #004F91;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #004F91;
    transition-duration: .4s;
}

.szkolagieldowa-post-body-footer-back:hover {
    background-color: #003763;
    color: white;
    text-decoration: none;
}

.elementor-menu-cart__product-image {
    display: none;
}

.elementor-menu-cart__footer-buttons a {
    background: #004F91 !important;
}

.elementor-menu-cart__footer-buttons a:hover {
    background: #003763 !important;
}

.elementor-menu-cart__product {
    grid-template-columns: 0% auto !important;
}

.elementor-menu-cart__product-price {
    color: #004F91 !important;
}

.elementor-menu-cart__product-remove:before, .elementor-menu-cart__product-remove:after {
    background: #004F91 !important;
}

.elementor-menu-cart__product-remove:before:hover, .elementor-menu-cart__product-remove:after:hover {
    background: #003763 !important;
}

#place_order {
    background-color: #004F91 !important;
}

#place_order:hover {
    background-color: #003763 !important;
}

.woocommerce-cart-form__cart-item .product-thumbnail {
    display: none;
}

.woocommerce-cart-form__contents .actions button {
    background-color: #004F91;
}

.woocommerce-cart-form__contents .actions button:hover {
    background-color: #003763;
}

.wc-proceed-to-checkout a {
    background-color: #004F91;
}

.wc-proceed-to-checkout a:hover {
    background-color: #003763;
}

@media (max-width: 1024px) {
    .elementor-1292 .elementor-element.elementor-element-98abe5e,
    .elementor-1319 .elementor-element.elementor-element-79d47cda,
    .elementor-1314 .elementor-element.elementor-element-752e858 {
        --container-widget-width: 50%;
    }

    .elementor-menu-toggle .e-font-icon-svg {
        fill: #fff !important;
    }

    span.ico-log {
        background-image: none !important;
        width: auto;
    }

    span.ico-log::before {
        content: "Konto";
    }

    .weevents-event-form-right-content {
        position: relative !important;
    }
}

@media (max-width: 768px) {
    .weevents-front .item-hours {
        width: 100px !important;
        height: 100px !important;
    }

    .elementor-posts-container .elementor-grid-item {
        flex-direction: column;
    }
}

body.single-post main {
	padding-top: 80px;
	padding-bottom: 80px;
}

.elementor-item:hover {
    font-weight: 600 !important;
}

.elementor-item-active {
    font-weight: 600 !important;
    border-bottom: 1px solid #004F91 !important;
}

/** Buttons */
.elementor-button {
	border-radius: 4px;
}

.btn-outline-primary .elementor-button,
.btn-outline-primary .elementor-button:visited {
	background-color: transparent;
	border: 1px solid #004F91;
	color: #004F91;
}

.btn-outline-primary .elementor-button:hover,
.btn-outline-primary .elementor-button:focus {
	background-color: #004F91;
	color: #FFFFFF;
}

.btn-light .elementor-button,
.btn-light .elementor-button:visited {
	background-color: #FFFFFF;
	color: #004F91;
}

.btn-light .elementor-button:hover,
.btn-light .elementor-button:focus {
	background-color: #004F91;
	color: #FFFFFF;
}


/** Sections */
.section-title,
.section-title > * {
	color: #004F91 !important;
	font-size: 42px !important;
	font-weight: 600 !important;
	line-height: 1.15 !important;
	text-align: left !important;
	text-transform: none !important;
}

@media (max-width: 1025px){      
    .section-title,
    .section-title > * {
        font-size: 32px !important;
    }
}

@media (max-width: 768px){      
    .section-title,
    .section-title > * {
        font-size: 28px !important;
    }
}

.section-subtitle {
	color: #4A5565;
}

.section-paddings {
	padding-top: 80px;
	padding-bottom: 80px;
}

/** Helpers */
.inherit-links a:not(:hover) {
	color: inherit;
}

/** Footer */
footer {
	color: #FFFFFFB2;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer a {
	color: #FFFFFF;
}
footer a:hover {
	color: #FFFFFF;
}


/** Homepage */
body.home .ct-container-full {
	padding-top: 0;
	padding-bottom: 0;
}

.homepage-news .elementor-post {
	box-shadow: 0px 4px 12px -1px #0000001A;
}

.homepage-news .elementor-post__text {
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 12px;
}

.homepage-news .elementor-post__title {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: -0.45px;
}

.homepage-news .elementor-post__meta-data {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.homepage-news .elementor-post__read-more {
	display: block;
    width: 100%;
    background-color: #004F91;
    color: #fff;
	font-size: 16px;
	font-weight: 400;
    border-radius: 4px;
    padding: 8px 16px;
    text-align: center;
}

.why-gpw-column {
	background-color: #F2F6F9;
	border-radius: 8px;
}

.why-gpw-column h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
}

.why-gpw-column p {
	color: #4A5565;
	line-height: 1.5;
}

.news{
  --bg: #ffffff;
  --muted: #6b778c;
  --text: #1a2433;
  --border: #e8eef6;
  --radius: 8px;
  --gap: 22px;
  --link: #0b6dff;

  max-width: 1200px;
  margin: 0 auto;
  padding: 18px;
  color: var(--text);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.news img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.news-title{
  margin: 0;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.news-title--xl{
  font-size: 22px;
  margin-top: 10px;
}

.news-excerpt{
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
  max-width: 60ch;
}

.news-meta{
  display:flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1;
}

.news-meta__item{
  display:flex;
  align-items:center;
  gap: 8px;
  white-space: nowrap;
}

.news-meta__icon{
  width: 18px;
  height: 18px;
  display:inline-grid;
  place-items:center;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 11px;
  background: #f7faff;
}

.news-more-parent {
    text-align: right;
    margin-top: auto;
}

.news-more{
  margin-top: auto;
  display:inline-flex;
  align-items:center;
  gap: 8px;
  color: #004f91;
  font-weight: 650;
  text-decoration:none;
  font-size: 13px;
}

.news-more:hover{ color: #0090d5; }
.news-more:hover .news-more__icon{ color: #0090d5; }
.news-more__icon{ font-size: 14px; }

.news-feature{
  display:grid;
  grid-template-columns: 48% 52%;
  gap: 0;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.news-feature__media{
  position: relative;
  min-height: 260px;
  display:block;
}

.news-feature__content{
  padding: 18px 18px 16px;
  display:flex;
  flex-direction: column;
  gap: 0;
  background: #f2f6f9;
}

.news-feature__content .news-meta{
  margin-bottom: 8px;
}

.news-grid{
  margin-top: var(--gap);
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.news-card{
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display:flex;
  flex-direction: column;
}

.news-card__media{
  height: 170px;
  display:block;
}

.news-card__body{
  padding: 14px 14px 14px;
  display:flex;
  flex-direction: column;
  gap: 12px;
  min-height: 170px;
}

.news-card .news-title{
  font-size: 16px;
}

@media (max-width: 980px){
  .news-feature{ grid-template-columns: 1fr; }
  .news-feature__media{ min-height: 220px; }
  .news-grid{ grid-template-columns: 1fr; }
  .news-card__media{ height: 200px; }
  .news-meta{ justify-content: flex-start; flex-wrap: wrap; }
}

.news-load-more-btn {
    text-align: center;
    margin-top: 30px;
}

.news-load-more-btn button{
    padding: 10px 40px;
    background-color: #004f91;
    color: var(--white);
    border-radius: 8px;
}

.news-load-more-btn button:hover{
    opacity: 0.8;
}

.gpw-news-page h1 {
    color: #004f91;
}

.gpw-news-page-bottom-header {
    color: #4a5565;
}

.szkolagieldowa-post-body-footer-back {
    padding: 10px 40px;
    background-color: #004f91;
    color: var(--white);
    border-radius: 8px;
}

.szkolagieldowa-post-body-footer-back:hover {
    opacity: 0.8;
}

.szkolagieldowa-post-body-info img {
    margin-right: 5px;
}

.more-news-single {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.more-news-single-header {
    display: flex;
    justify-content: space-between;
}

.more-news-single-header-left {
    max-width: 50%;
}

.more-news-single-header-left h2 {
    color: #004f91;
}

.more-news-single-header-left p {
    color: #4a5565;
}

.more-news-single-header-right a {
    background-color: #ffffff;
    color: #004f91;
    text-decoration: none;
    border: 1px solid #004f91;
    padding: 10px 40px;
    border-radius: 8px;
    display: flex;
}

.more-news-single-header-right a:hover {
    background-color: #004f91;
    color: #ffffff;
}

.more-news-single-header-right .elementor-button-icon {
    margin-left: 5px;
}

.elementor-widget-posts .elementor-post {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.elementor-widget-posts .elementor-post__text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.elementor-widget-posts .elementor-post__meta-data {
  margin-top: 6px;
}

.elementor-widget-posts .elementor-post__read-more-wrapper {
  margin-top: auto;
}

.menu-cart-count {
    background: transparent;
    color: #fff;
    font-size: 12px;
}

.ct-woocommerce-cart-form a:hover {
    color: #ffffff;
    background-color: brightness(#004f91, 20%);
}

.ct-woocommerce-cart-form button:hover {
    color: #ffffff !important;
    background-color: brightness(#004f91, 20%) !important;
}

.register-submit input:hover {
    color: #ffffff !important;
    background-color: brightness(#004f91, 20%) !important;
}

#place_order:hover {
    color: #ffffff !important;
    background-color: brightness(#004f91, 20%) !important;
}

.cky-always-active {
    color: #ffffff !important;
}

.lost_reset_password .woocommerce-form-row--first label {
    width: 300px;
}

@media (max-width: 1025px) {
    .weevents-event-form-right {
        margin-left: auto !important;
    }

    #program {
        max-width: 800px;
    }
}

@media (max-width: 900px) {
    #program {
        max-width: 600px;
    }
}

@media (max-width: 700px) {
    #program {
        max-width: 400px;
    }

    #program h2 {
        margin-bottom: 60px;
    }
}

@media (max-width: 500px) {
    #program {
        max-width: 320px;
    }
}

@media (max-width: 450px) {
    .weevents-event-form-popup-header .weevents-event-form-popup-close {
        right: 5px !important;
    }
}

@media (max-width: 400px) {
    #program {
        max-width: 265px;
    }
}
