/**** Bloglist categories ****/

.blog #main-container,
.search .search-container,
.category #main-container,
.single-post #main-container,
.post-template-clean-single-tpl #main-container,
.page-template-clean-single-tpl #main-container,
.tag #main-container,
.tax-course-category #main-container,
.archive #main-container,
.blog #block_news {
    z-index: 2;
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    margin: 1em auto 5em auto;
    max-width: 1300px !important;
    -webkit-box-shadow: 0 0 22px -5px rgba(171, 171, 171, 0.3);
    -moz-box-shadow: 0 0 22px -5px rgba(171, 171, 171, 0.3);
    box-shadow: 0 0 22px -5px rgba(171, 171, 171, 0.3);
}

.blog .rectangle-bg,
.category .rectangle-bg,
.single-post .rectangle-bg,
.tag .rectangle-bg {
    z-index: -10;
}


.bloglist-categories-list {
    padding: 50px 0px;
    max-width: 900px;
    margin: 2em auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.bloglist-category {
    height: 30px;
    display: inline-block;
    padding: 0 30px;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    line-height: 1.8;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #555555 !important;
    margin: 5px;
}

.bloglist-subcategory {
    height: 30px;
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    line-height: 1.8;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #555555 !important;
    margin: 5px;
}

.category .wrap-content {
    justify-content: center !important;
    ;
}

.bloglist-category:hover,
.current-cat-list,
.bloglist-subcategory:hover {
    border-color: #4b92f7;
    background-color: #4b92f7;
    color: #ffffff !important;
}

/**** Single article on bloglist ****/

.blog .wrap-content,
.category .wrap-content,
.tag .wrap-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.blog article,
.category article,
.tag article {
    width: 50% !important;
    padding: 0 10px !important;
    margin-bottom: 35px;
}

.article-blogpost-wrap {
    -webkit-box-shadow: 0 10px 30px -12px rgba(105, 105, 105, 0.15);
    -moz-box-shadow: 0 10px 30px -12px rgba(105, 105, 105, 0.15);
    box-shadow: 0 10px 30px -12px rgba(105, 105, 105, 0.15);
}

.blogpost-list-top-part a img {
    border-radius: 15px;
}

.blogpost-list-bottom-part {
    padding: 30px;
    min-height: 320px;
}

/* Categories */

.blogpost-cats {
    min-height: 30px;
}

.blogpost-cats a {
    height: 30px;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #ececec;
    background-color: #ececec;
    border-radius: 30px;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.2px;
    color: #939393 !important;
    margin: 0 10px 5px 0;
}

.blogpost-cats a:hover {
    color: #00b9f7 !important;
}

/* Meta */

.blogpost-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* Title */

.blogpost-title {
    font-weight: 500;
    margin-top: 15px;
}

/* Author */

.blogpost-author {
    font-weight: 500;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.blogpost-author img {
    border-radius: 50%;
    margin-right: 10px;
}

/* Published date */

.blogpost-published img {
    height: 18px !important;
}

/* Footer */

.blogpost-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.blogpost-footer .bmmarkers,
.blogpost-readmore-wrap {
    width: 50%;
    display: inline-block;
}

.blogpost-readmore-wrap {
    text-align: right;
}

.blogpost-footer .bookmarkers {
    margin-left: 0;

}

.blogpost-footer .bookmarkers {
    background-color: #f3f3f3;
    border: 0 !important;
}

.blogpost-footer .bookmarkers i {
    color: #555555 !important;
}

.blogpost-readmore {
    text-align: center;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    height: 30px;
    padding: 0 15px;
    border: 1px solid #4b92f7;
    border-radius: 5px;
    line-height: 1.8;
    display: inline-block;
    font-weight: 500;
    background: #4b92f7;
    color: white !important;
}

.blogpost-readmore:hover {
    background: white;
    color: #4b92f7 !important;
}

/**** Sidebar ****/

.wg-bloglist-sidebar .widgettitle {
    font-weight: 500;
}


.blog .template-page,
.category .template-page,
.wg-bloglist-sidebar {
    border-color: transparent !important;
}

.tag .wg-bloglist-sidebar {
    border-color: white !important;
}

/* Courses list */

.wg-bloglist-sidebar .news-thumb img {
    width: 95px !important;
    height: 65px !important;
    border-radius: 15px !important;
}

.wg-bloglist-sidebar .news-headline {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.wg-bloglist-sidebar .news-headline small {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 5px;
}

.wg-bloglist-sidebar .news-headline img {
    height: 18px !important;
}

/* Taglist */

.widget_tag_cloud {
    background: #f7f7f7;
    padding: 20px;
}

.widget_tag_cloud a {
    background-color: #eaeaea !important;
    border-radius: 5px;
    color: #979797 !important;
}

.widget_tag_cloud a:hover {
    color: #4b92f7 !important;
}

/**** Top newsletter ****/

.top-newsletter {
    background-image: url(../../img/nl-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -30px -30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    min-height: 205px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top-newsletter h3 {
    font-size: 35px;
    color: #ffffff !important;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
}

.top-newsletter p {
    color: #d5d5d5;
    text-align: center;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
}

/* Form */

.nl-wrap {
    max-width: 510px;
    margin: 0 auto;
}

/* Author block */
.bimv-author-block {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e1e2eb;
    border-radius: 4px;

}

.bimv-author-block.small {
    padding: 20px;

}

.bimv-author-block .author-avatar img {
    border-radius: 50%;
}

.bimv-author-block .author-name {
    font-size: 18px;
    font-weight: 400;
    color: #353739;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}

.bimv-author-block .author-title {
    font-size: 14px !important;
    font-weight: 400;
    color: #353739;
    line-height: 1.2 !important;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

.bimv-author-block .author-desc {
    margin-top: 20px;
    line-height: 1.7;
}

.bimv-author-block .author-desc p {
    margin-bottom: 15px;
}

.bimv-author-block .author-desc p:first-child {
    margin-top: 0;
}

.bimv-author-block .author-desc p:last-child {
    margin-bottom: 0;
}

.bimv-author-block .author-courses-link {
    margin-top: 20px;
}

.bimv-author-block .author-courses-link a {

    font-weight: bolder;
    font-size: medium;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
}

/* Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.overlay-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-image-holder img {
    display: none !important
}

/* Button */
.post-template-clean-single-tpl .wp-block-button__link,
.page-template-clean-single-tpl .wp-block-button__link,
.post-template-single-full-width .wp-block-button__link,
.post-template-single-video-page .wp-block-button__link,
.post-template-single-blog-page .wp-block-button__link {
    color: #ffffff;
    background-color: #4b92f7;
    border: 1px solid #4b92f7 !important;
}

.post-template-single-full-width .wp-block-button__link:hover,
.post-template-single-video-page .wp-block-button__link:hover,
.post-template-single-blog-page .wp-block-button__link:hover {
    color: #4b92f7 !important;
    background: #FFFFFF !important;
}


/* Single featured area */
.single-featured-area {
    position: relative;
    min-height: 40vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    padding-top: 7rem;
    padding-bottom: 7rem;
    background: #f9fafc;
}

.post-template-single-blog-page .single-featured-area {
    /*width: 70%;*/
    /*max-width: 70%;*/
    margin-bottom: 20px;
}

.single-featured-area .entry-title {
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: center;
}

.single-featured-area .entry-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
}

.single-featured-area .entry-meta:first-child {
    margin-bottom: .9rem;
}

.single-featured-area .meta-item {
    margin-right: .9rem;
}

.single-featured-area .meta-item:last-child {
    margin-right: 0;
}

.single-featured-area .meta-item:after {
    content: '/';
    position: relative;
    margin-left: .9rem;
    opacity: .75;
}

.single-featured-area .meta-item:last-child:after {
    display: none;
}

.single-featured-area .meta-item,
.single-featured-area .meta-item span,
.single-featured-area .meta-item a {
    font-family: "Poppins", sans-serif;
}

.single-featured-area .meta-item a:hover {
    color: #353739;
}

.single-featured-area.has-image .entry-title,
.single-featured-area.has-image .meta-item,
.single-featured-area.has-image .meta-item span,
.single-featured-area.has-image .meta-item a,
.single-featured-area.has-image .meta-item a:hover {
    color: #ffffff;
}

.post-template-clean-single-tpl .article-content ul li:not(.blocks-gallery-item),
.page-template-clean-single-tpl .article-content ul li:not(.blocks-gallery-item),
.post-template-single-full-width .article-content ul li:not(.blocks-gallery-item),
.post-template-single-video-page .article-content ul li:not(.blocks-gallery-item),
.post-template-single-blog-page .article-content ul li:not(.blocks-gallery-item) {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
}

.page-template-clean-single-tpl .article-content ol li:first-child,
.post-template-single-full-width .article-content ol li:first-child,
.post-template-single-video-page .article-content ol li:first-child,
.post-template-single-blog-page .article-content ol li:first-child,
.page-template-clean-single-tpl .article-content ul li:not(.blocks-gallery-item):first-child,
.post-template-single-full-width .article-content ul li:not(.blocks-gallery-item):first-child,
.post-template-single-video-page .article-content ul li:not(.blocks-gallery-item):first-child,
.post-template-single-blog-page .article-content ul li:not(.blocks-gallery-item):first-child {
    margin-top: 0;
    font-family: "Poppins", sans-serif;
}

/* Single Template */
@media (min-width: 1100px) {

    body.post-template-clean-single-tpl .template-page,
    body.page-template-clean-single-tpl .template-page,
    body.post-template-single-full-width .template-page,
    body.post-template-single-video-page .template-page,
    body.post-template-single-blog-page .template-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    body.post-template-clean-single-tpl .article-content,
    body.page-template-clean-single-tpl .article-content,
    body.post-template-single-full-width .article-content,
    body.post-template-single-video-page .article-content,
    body.post-template-clean-single-tpl .bimv-author-block,
    body.page-template-clean-single-tpl .bimv-author-block,
    body.post-template-single-full-width .bimv-author-block,
    body.post-template-single-video-page .bimv-author-block,
    body.post-template-clean-single-tpl .hr-title.hr-long,
    body.page-template-clean-single-tpl .hr-title.hr-long,
    body.post-template-single-full-width .hr-title.hr-long,
    body.post-template-single-video-page .hr-title.hr-long {
        width: auto;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    /* body.post-template-single-blog-page .template-page .wrap-content {
        width: 70%;
        max-width: 70%;
    } */


    body.post-template-clean-single-tpl .article-content>.wp-block-gallery,
    body.page-template-clean-single-tpl .article-content>.wp-block-gallery,
    body.post-template-single-full-width .article-content>.wp-block-gallery,
    body.post-template-single-video-page .article-content>.wp-block-gallery,
    body.post-template-clean-single-tpl .article-content>figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter),
    body.page-template-clean-single-tpl .article-content>figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter),
    body.post-template-single-full-width .article-content>figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter),
    body.post-template-single-video-page .article-content>figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter),
    body.post-template-clean-single-tpl .article-content>.wp-block-image>figure:not(.alignleft):not(.alignright):not(.aligncenter),
    body.page-template-clean-single-tpl .article-content>.wp-block-image>figure:not(.alignleft):not(.alignright):not(.aligncenter),
    body.post-template-single-full-width .article-content>.wp-block-image>figure:not(.alignleft):not(.alignright):not(.aligncenter),
    body.post-template-single-video-page .article-content>.wp-block-image>figure:not(.alignleft):not(.alignright):not(.aligncenter),
    body.post-template-clean-single-tpl .article-content>.wp-block-gallery,
    body.page-template-clean-single-tpl .article-content>.wp-block-gallery,
    body.post-template-single-blog-page .article-content>.wp-block-gallery,
    body.post-template-clean-single-tpl .article-content>figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter),
    body.page-template-clean-single-tpl .article-content>figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter),
    body.post-template-single-blog-page .article-content>figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter),
    body.post-template-clean-single-tpl .article-content>.wp-block-image>figure:not(.alignleft):not(.alignright):not(.aligncenter),
    body.page-template-clean-single-tpl .article-content>.wp-block-image>figure:not(.alignleft):not(.alignright):not(.aligncenter),
    body.post-template-single-blog-page .article-content>.wp-block-image>figure:not(.alignleft):not(.alignright):not(.aligncenter) {
        margin-left: -100px;
        margin-right: -100px;
        max-width: unset;
    }

    body.post-template-clean-single-tpl .article-content>figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter)>img,
    body.page-template-clean-single-tpl .article-content>figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter)>img,
    body.post-template-single-full-width .article-content>figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter)>img,
    body.post-template-single-video-page .article-content>figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter)>img,
    body.post-template-clean-single-tpl .article-content>figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter)>img,
    body.page-template-clean-single-tpl .article-content>figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter)>img,
    body.post-template-single-blog-page .article-content>figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter)>img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.post-template-single-blog-page .wp-block-gallery a,
.post-template-single-blog-page .wp-block-gallery img {
    flex: 1;
}

.post-template-single-blog-page .wp-block-gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.post-template-clean-single-tpl #comments,
.page-template-clean-single-tpl #comments,
.post-template-single-full-width #comments,
.post-template-single-video-page #comments,
.post-template-clean-single-tpl .comments-area,
.page-template-clean-single-tpl .comments-area,
.post-template-single-full-width .comments-area,
.post-template-single-video-page .comments-area,
.post-template-clean-single-tpl #comments,
.page-template-clean-single-tpl #comments,
.post-template-single-blog-page #comments,
.post-template-clean-single-tpl .comments-area,
.page-template-clean-single-tpl .comments-area,
.post-template-single-blog-page .comments-area {
    width: auto;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.post-template-clean-single-tpl #comments #respond,
.page-template-clean-single-tpl #comments #respond,
.post-template-single-full-width #comments #respond,
.post-template-single-video-page #comments #respond,
.post-template-clean-single-tpl #comments #respond,
.page-template-clean-single-tpl #comments #respond,
.post-template-single-blog-page #comments #respond {
    margin-left: 0;
    margin-right: 0;
}

.post-template-clean-single-tpl .comment-form,
.page-template-clean-single-tpl .comment-form,
.post-template-single-full-width .comment-form,
.post-template-single-video-page .comment-form,
.post-template-clean-single-tpl .comment-form,
.page-template-clean-single-tpl .comment-form,
.post-template-single-blog-page .comment-form {
    margin-left: 0;
}

.post-template-clean-single-tpl #comments-list .comment-content,
.page-template-clean-single-tpl #comments-list .comment-content,
.post-template-single-full-width #comments-list .comment-content,
.post-template-single-video-page #comments-list .comment-content,
.post-template-clean-single-tpl #comments-list .comment-content,
.page-template-clean-single-tpl #comments-list .comment-content,
.post-template-single-blog-page #comments-list .comment-content {
    border-bottom: 0;
}

.post-template-clean-single-tpl #comments-list .activity-timeline,
.page-template-clean-single-tpl #comments-list .activity-timeline,
.post-template-single-full-width #comments-list .activity-timeline,
.post-template-single-video-page #comments-list .activity-timeline,
.post-template-clean-single-tpl #comments-list .activity-timeline,
.page-template-clean-single-tpl #comments-list .activity-timeline,
.post-template-single-blog-page #comments-list .activity-timeline {
    display: none;
}

/* Paragraphs */
.post-template-clean-single-tpl .article-content p,
.page-template-clean-single-tpl .article-content p,
.post-template-single-full-width .article-content p,
.post-template-single-video-page .article-content p,
.post-template-clean-single-tpl .article-content p,
.page-template-clean-single-tpl .article-content p,
.post-template-single-blog-page .article-content p {
    font-size: 16px;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
}

.post-template-clean-single-tpl .article-content p.has-drop-cap:not(:focus):first-letter,
.page-template-clean-single-tpl .article-content p.has-drop-cap:not(:focus):first-letter,
.post-template-single-full-width .article-content p.has-drop-cap:not(:focus):first-letter,
.post-template-single-video-page .article-content p.has-drop-cap:not(:focus):first-letter,
.post-template-clean-single-tpl .article-content p.has-drop-cap:not(:focus):first-letter,
.page-template-clean-single-tpl .article-content p.has-drop-cap:not(:focus):first-letter,
.post-template-single-blog-page .article-content p.has-drop-cap:not(:focus):first-letter {
    font-size: 8.4em;
    font-weight: 400;
    line-height: .68;
    margin: .05em .1em 0 0;
}

.post-template-clean-single-tpl .article-content p.has-background,
.page-template-clean-single-tpl .article-content p.has-background,
.post-template-single-full-width .article-content p.has-background,
.post-template-single-video-page .article-content p.has-background,
.post-template-clean-single-tpl .article-content p.has-background,
.page-template-clean-single-tpl .article-content p.has-background,
.post-template-single-blog-page .article-content p.has-background {
    padding: 3rem 4rem;
}

.post-template-clean-single-tpl .article-content p,
.page-template-clean-single-tpl .article-content p,
.post-template-single-full-width .article-content p,
.post-template-single-video-page .article-content p,
.post-template-clean-single-tpl .article-content p,
.page-template-clean-single-tpl .article-content p,
.post-template-single-blog-page .article-content p {
    margin-top: calc(2rem + .5em);
    margin-bottom: calc(2rem + .5em);
    line-height: 1.7;
}

.post-template-single-full-width .article-content p a {
    border-bottom: none;
}

.post-template-clean-single-tpl .article-content p:first-child,
.page-template-clean-single-tpl .article-content p:first-child,
.post-template-single-full-width .article-content p:first-child,
.post-template-single-video-page .article-content p:first-child,
.post-template-clean-single-tpl .article-content p:first-child,
.page-template-clean-single-tpl .article-content p:first-child,
.post-template-single-blog-page .article-content p:first-child {
    margin-top: 0;
}

.post-template-clean-single-tpl .article-content p:last-child,
.page-template-clean-single-tpl .article-content p:last-child,
.post-template-single-full-width .article-content p:last-child,
.post-template-single-video-page .article-content p:last-child,
.post-template-clean-single-tpl .article-content p:last-child,
.page-template-clean-single-tpl .article-content p:last-child,
.post-template-single-blog-page .article-content p:last-child {
    margin-bottom: 0;
}

/* Horizontal rules */
.post-template-clean-single-tpl .article-content hr,
.page-template-clean-single-tpl .article-content hr,
.post-template-single-full-width .article-content hr,
.post-template-single-video-page .article-content hr,
.post-template-clean-single-tpl .article-content hr,
.page-template-clean-single-tpl .article-content hr,
.post-template-single-blog-page .article-content hr {
    margin: calc(2.7rem + 2.7em) auto;
    border: 0;
    border-bottom: 2px solid #e7e7e7;
}

/* Background size */
.bg-cover {
    background-size: cover
}

.bg-contain {
    background-size: contain
}

.bg-cover,
.bg-contain {
    background-repeat: no-repeat;
    background-position: center
}

.wg-bloglist-sidebar .widget {
    list-style: none;
}

.wg-bloglist-sidebar .widget_product_categories .product-categories .children {
    padding-left: 10px;
}

.blogpost-published {
    font-family: "Poppins", sans-serif;
}

.blogpost-list-bottom-part p {
    font-family: "Poppins", sans-serif;
}

.page-template-page-bt-wg #main-container,
.page-template-page-faq #main-container {
    z-index: 2;
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    margin: 1em auto 5em auto;
    padding: 65px 60px;
    max-width: 1300px !important;
    box-shadow: 0 0 22px -5px rgb(171 171 171 / 30%);
}

.video-section-wrap {
    margin-bottom: 65px;
}

.page-template-page-bt-wg .video-trigger {
    height: 250px;
    border-radius: 15px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.page-template-page-bt-wg .form-wrap label {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.2px;
    color: #12203f;
    width: 100%;
}

.page-template-page-bt-wg .form-wrap {
    border: 0;
    padding: 0;
    margin-top: 75px;
}

.page-template-page-bt-wg .form-wrap input[type=file] {
    margin-top: 10px;
    border: 1px solid #cccccc;
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
}

.page-template-page-bt-wg .form-wrap input[type=text],
.page-template-page-bt-wg .form-wrap input[type=email],
.page-template-page-bt-wg .form-wrap textarea {
    margin-top: 10px;
    border-color: #cccccc;
    border-radius: 5px;
}

.page-template-page-bt-wg .form-wrap input[type=submit] {
    background: #4b92f7;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    letter-spacing: 0.2px;
    text-transform: none;
    border-radius: 5px;
    float: right;
}

.vap-wrap {
    margin-top: 75px;
}

.vap-content {
    padding: 40px 30px;
    border: 1px solid #0da5df;
    font-family: 'Poppins', sans-serif;
    color: #333333;
    font-size: 17px;
    line-height: 30px;
}

/* List */

.vap-content ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.vap-content ul li {
    list-style: none;
    color: #555555;
}

.vap-content ul li:before {
    content: '•';
    font-weight: 900;
    color: #0da5df;
    margin-right: 15px;
}

.vap-content p:first-child {
    margin-top: 0;
}


.offer-numbers-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
}

.offer-numbers-wrap .on-col {
    height: 180px !important;
    width: 180px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin-right: 30px;
}

.offer-numbers-wrap .on-col:first-child {
    background-color: #e6fafa;
    color: #16817a;
}

.offer-numbers-wrap .on-col:nth-child(2) {
    background-color: #fef4f1;
    color: #f69679;
}

.offer-numbers-wrap .on-col:nth-child(3) {
    background-color: #f0ebf9;
    color: #6737c3;
}

.offer-numbers-wrap .on-col aside {
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -2px;
}

.offer-numbers-wrap .on-col span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    margin-top: 15px;
    font-weight: 500;
    text-align: center;
    padding: 0 10px;
}

.wpcf7 input[type="submit"]:hover {
    border-color: #4b92f7 !important;
    color: #4b92f7;
}

.instructors-row-wrap {
    margin-top: 100px;
}

.instructors-row-wrap h3 {
    text-align: center;
    margin-bottom: 75px;
}


.nl-wrap {
    max-width: 510px;
    margin: 0 auto;
}

.nl-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: rgb(255 255 255 / 18%);
    border-radius: 5px;
    padding: 2px 2px 2px 10px;
}

.nl-form input[type=email] {
    background: transparent;
    color: #ffffff !important;
    border: 0 !important;
    outline: none !important;
    margin: 0 !important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.nl-form input[type=email]::placeholder {
    color: #cccccc;
}

.nl-form input[type=submit] {
    border: none;
    background: #11a4dc;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 5px;
    outline: none !important;
    font-family: 'Poppins', sans-serif;
}

.nl-accept {
    display: flex;
    width: 100%;
    text-align: start;
    margin-top: 1em;
    color: #ffffff;
    align-items: start;
    justify-content: center;
}

.nl-accept #subscribeNews {
    margin: 4px 5px 0 0;
}

.wg-bloglist-sidebar .inner-content {
    padding-left: 0 !important;
}

.blog .wg-bloglist-sidebar,
.category .wg-bloglist-sidebar,
.tag .wg-bloglist-sidebar {
    align-items: start !important;
    order: 1;
}

.blog .search-bar-cat .widgettitle,
.category .search-bar-cat .widgettitle,
.tag .search-bar-cat .widgettitle {
    text-align: center;
    font-weight: 600;
}

.blog .search-bar-cat .kleo-search-form .searchform .input-group .form-control,
.category .search-bar-cat .kleo-search-form .searchform .input-group .form-control,
.tag .search-bar-cat .kleo-search-form .searchform .input-group .form-control {
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgb(147, 147, 147);
}

.tax-product_cat #main-container,
.single-product #main-container {
    position: relative;
    padding: 35px 30px;
    z-index: 1;
    background: white;
    box-shadow: 0 26px 119px rgba(150, 166, 171, 0.16);
    margin: 30px auto;
    font-family: var(--font-family-Poppins);
    border-radius: 25px;
}

.single-product #main-container .sidebar {
    border-left: 1px solid #eaedff;
    padding: 20px 0;
    width: 353px;
    display: inline-block;
    vertical-align: top;
}

.single-product #main-container .widgets-container {
    padding-left: 23px !important;
}

.woocommerce.single-product #main-container .template-page,
.term-zestawy.woocommerce #main-container .template-page {
    padding: 0 30px 0 0;
    border-color: #EAEDFF !important;
}

.woocommerce.single-product #main-container .template-page {
    max-width: 70%;
}

@media (min-width: 1200px) {
    .term-zestawy.woocommerce #main-container .template-page {
        width: 66.66666666666666%;
    }
}


.sidebar-right .widget_product_search form.searchform {
    border: 1px solid #9ba1c0;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 59px 0 23px;
}

.sidebar-right .widget_product_search form.searchform .search-field {
    width: 100%;
    height: 100%;
    padding: 0;
}

.sidebar-right .widget_product_search form.searchform .search-field::placeholder {
    color: #9ba1c0;
}

.sidebar-right .widget_product_search form.searchform .searchsubmit {
    width: 36px;
    height: 36px;
    background: #4b92f7 url(../../assets/img/search.svg) center no-repeat;
    top: 3px;
    right: 1px;
}

.sidebar-right .widget-title {
    font: 600 20px 'Poppins';
    color: #55596d !important;
    margin-bottom: 25px;
}

.widget .woocommerce-product-search input[type=submit]:hover {
    background-position: center !important;
}

.woocommerce-page.single-product div.product .woocommerce-product-rating {
    margin: 10px 0 0;
}


.woocommerce-page.single-product div.product .star-rating {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    margin: 0 10px 0 0;
    width: 126px;
    letter-spacing: 4px;
}

.woocommerce-page.single-product div.product .star-rating span:before {
    color: #ffc107;
    font-size: 20px;
}

.woocommerce-page a.woocommerce-review-link {
    font-size: 16px;
    color: #9BA1C0;
    font-weight: 500;
}


.woocommerce.single-product ul.products li.product .price {
    position: absolute;
    color: #4b92f7;
    background: white;
    font-size: 12px;
    top: 10px;
    right: 25px;
    padding: 0 5px;
    font-weight: 500;
    z-index: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.woocommerce.single-product .kleo-images-wrapper {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.woocommerce.single-product ul.products li.product figure {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.woocommerce.single-product .products li .product-loop-inner {
    border: 1px solid #4b92f7;
    padding: 4px 4px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.woocommerce.single-product ul.products li.product .posted_in,
.woocommerce.single-product ul.products li.product .posted_in a {
    color: var(--color-blue);
    font-size: 12px;
    text-decoration: underline !important;
}

.woocommerce.single-product ul.products li.product .posted_in:hover,
.woocommerce.single-product ul.products li.product .posted_in a:hover {
    text-decoration: none !important;
}

.woocommerce-page ul.products li.product .product-details h3 {
    margin: 10px 0;
}

.woocommerce.single-product ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
    font: 500 14px/16px var(--font-family-Poppins);
}

.woocommerce-page.single-product ul.products li.product .star-rating,
.woocommerce-page.single-product .product #reviews #comments .comment-text .star-rating {
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    margin: 5px auto 0;
    width: 72px;
    letter-spacing: 4px;
}

.woocommerce-page.single-product .product #reviews #comments .comment-text .star-rating {
    margin: 3px 5px 0 0;
}

.woocommerce-page.single-product .product .average-rating {
    font-family: var(--font-family-Poppins);
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: 0.5px;
    color: #ffc107;
}

.woocommerce-page.single-product ul.products li.product .star-rating span:before,
.woocommerce-page.single-product .product #reviews #comments .comment-text .star-rating span:before {
    font-size: 10px;
}

.woocommerce-page.single-product .product #reviews #comments .comment-text .average-rating {
    font-size: 16px;
}

.woocommerce.single-product .product>div {
    margin-bottom: 10px;
}

.woocommerce.single-product .row {
    margin: 0 !important;
}

.woocommerce.single-product h2 {
    color: var(--color-grey);
    font-family: var(--font-family-Poppins);
    font-weight: 600;
    font-size: 26px !important;
    line-height: 38px;
}

.sidebar-right .product-categories>li {
    padding: 0 0 0 12px !important;
}

.sidebar-right .product-categories li a {
    font: 400 16px/28px 'Poppins';
}

.sidebar-right .product-categories>li>a {
    color: var(--color-blue) !important;
}

.sidebar-right .product-categories>li:before {
    background: var(--color-blue) !important;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: '\E78B' !important;
    display: block;
    margin: 0;
    position: absolute;
    padding: 0;
    left: 0;
    top: 12px;
}

.sidebar-right .product-categories>li li:before {
    display: none;
}

.woocommerce-page .sidebar-right .product_list_widget li {
    background: #f2f2f2;
    border-radius: 7px;
    /*height: 80px;*/
    margin-bottom: 12px;
    border: none;
    padding: 2px;
    position: relative;
    overflow: visible;
}

.woocommerce-page .sidebar-right .product_list_widget li a {
    font: 14px/17px 'Poppins';
    padding: 0;
}

.woocommerce-page .sidebar-right .product_list_widget li .remove {
    position: absolute;
    color: #9BA1C0;
    font-size: 17px;
    top: -6px;
    right: -7px;
    width: 20px;
    border: 1px solid #9BA1C0;
    height: 20px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.woocommerce-page .sidebar-right .product_list_widget li .remove:hover {
    color: var(--color-blue);
    border-color: var(--color-blue);
}

.woocommerce-page .sidebar-right .product_list_widget li .quantity {
    color: var(--color-blue);
    font-size: 14px;
    font-weight: 500;
}


.woocommerce-page .sidebar-right .product_list_widget li a img {
    float: left;
    margin: 0 9px 0 0;
    width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 5px;
}

.woocommerce-page .sidebar-right .product_list_widget li a .product-title {
    display: block;
    padding-top: 15px;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
    font-size: 20px;
    font-weight: 600;
    border-top: 1px solid #EAEDFF !important;
    padding-top: 14px !important;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total strong {
    color: #223263;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total .amount {
    color: var(--color-blue);
}

.woocommerce .widget_shopping_cart .buttons a {
    border-radius: 22px;
    border: none;
    padding: 10px 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.woocommerce .widget_shopping_cart .buttons a:first-child {
    color: #223263;
    background: #F2F2F2;
}

.woocommerce .widget_shopping_cart .buttons a:last-child {
    background: var(--color-blue);
}

.woocommerce .widget_shopping_cart .buttons a:after {
    content: '';
    margin-left: 0px;
}


.woocommerce-page.single-product .sidebar-right .product_list_widget li del {
    color: #9ba1c0;
}

.woocommerce-page.single-product .sidebar-right .product_list_widget li ins {
    color: var(--color-blue);
    font-weight: 600;
}

.woocommerce-page.single-product .woosb-products .woosb-product {
    border: 1px solid #9ba1c0;
    border-radius: 10px;
    height: 78px;
    margin-bottom: 8px;
    padding: 3px;
    position: relative;
    font: 17px/19px 'Poppins';
    display: block;
}

.woocommerce-page.single-product .woosb-products .woosb-product .woosb-thumb {
    width: 70px;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 11px 0 0;
    min-width: 70px;
    float: left;
}

.woocommerce-page.single-product .woosb-products .woosb-product img {
    float: left;
    width: 70px;
    height: 70px;
    max-width: 70px;
    object-fit: cover;
}

.woocommerce-page.single-product .woosb-products .woosb-product .woosb-title {
    margin-top: 5px;
}

.woocommerce-page.single-product .woosb-products .woosb-product .woosb-title,
.woocommerce-page.single-product .woosb-products .woosb-product .woosb-title a {
    color: #223263;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.woocommerce-page.single-product .woosb-products .woosb-product .woosb-price {
    font: 600 14px/15px var(--font-family-Poppins);
    color: var(--color-blue);
    display: block;
    text-align: left;
    float: left;
    padding: 0;
    margin: 5px 0 0;
}

.woocommerce-page.single-product div.product .entry-title,
.woocommerce-page.single-product div.product .heading {
    font-family: var(--font-family-Poppins);
}

.woocommerce-page.single-product div.product .heading {
    font-size: 30px !important;
    color: #223263;
    text-transform: capitalize;
    margin: 40px 0;
}

.woocommerce-page.single-product div.product form.cart {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 25px;
}

.woocommerce-page.single-product div.product form.cart .single_add_to_cart_button {
    border-radius: 7px;
    height: 50px;
    padding: 0 20px;
    margin-right: 4px;
    font: 500 16px/50px 'Poppins';
    letter-spacing: 0.5px;
}

.woocommerce-page.single-product div.product form.cart .qty,
.woocommerce-page.single-product div.product form.cart button.action {
    display: inline-block;
    border-radius: 7px;
    height: 50px;
    text-align: center;
    vertical-align: top;
    font: 600 24px/50px 'Poppins';
    color: #223263;
}

.woocommerce-page.single-product div.product form.cart .qty {
    width: 50px;
    padding: 0;
}

.woocommerce-page.single-product div.product form.cart button.action {
    border: 1px solid #a3a3a3;
    padding: 0 4px;
    background: transparent;
}

.woocommerce-page.single-product div.product form.cart button.action:hover {
    background: #f5f5f5;
}

.woocommerce-page.single-product div.product p.price {
    margin: 30px 0;
    font: 500 28px 'Poppins';
}

.woocommerce-page.single-product div.product p.price del .amount {
    font-size: 28px;
    color: #9BA1C0;
    font-weight: 400;
}

.woocommerce-page.single-product div.product p.price ins .amount {
    font-weight: 600;
}

.woocommerce-page.single-product div.product p.price .woocommerce-price-suffix {
    font-size: 16px;
    color: #9BA1C0;
    font-weight: 500;
}


.woocommerce-page.single-product div.product p.price ins {
    color: var(--color-blue);
}

.woocommerce.single-product .categories h2 {
    margin-bottom: 5px;
}

.woocommerce.single-product .categories h2 {
    margin-bottom: 5px;
}

.woocommerce.single-product .categories a {
    color: var(--color-blue);
    font: normal 16px/28px var(--font-family-Poppins);
    text-decoration-line: underline;
}

.woocommerce.single-product .description.container p {
    color: #9ba1c0;
    font-family: var(--font-family-Poppins);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
}

#main .category-post-block {
    width: 75%;
}

#respond .form-submit input#submit {
    text-transform: none !important;
    font-size: 16px !important;
    background: #ffffff !important;
    border: 1px solid var(--color-blue) !important;
    color: var(--color-blue) !important;
    border-radius: 25px !important;
    padding: 10px 25px !important;
}

#respond .form-submit input#submit:hover {
    color: white !important;
    background: var(--color-blue) !important;
}

.page-id-99679 #kleo-login-modal,
.page-id-99679 #kleo-lostpass-modal,
.page-id-99679 #kleo-register-modal {
    display: none;
}

.page-id-99679 #kleo-login-modal,
.page-id-99679 #kleo-lostpass-modal,
.page-id-99679 #kleo-register-modal {
    display: none;
}

#wpcf7-f99693-p99679-o1 .wpcf7-form p label {
    width: 100%;
}

#wpcf7-f99693-p99679-o1 .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-form-control {
    color: #12203f;
}

#wpcf7-f99693-p99679-o1 .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea {
    height: 100px;
}

.type-post .article-content ol li {
    margin-bottom: 20px;
}

.wp-block-group .wp-block-pullquote blockquote p {
    font-size: 18px;
}

.wp-block-group .wp-block-pullquote blockquote {
    border-left-color: #4b92f7;
}


.type-post .article-content .wp-block-image {
    margin: 5% 0% 1% 0%;
}

.type-post .article-content a[data-fancybox="post-gallery"] {
    border-bottom: none;
}

.type-post .article-content .sensei-course-video-container,
.type-post .article-content a[data-fancybox="post-gallery"] img,
.type-post .article-content .wp-block-buttons {
    margin: 7% 0%;
}

.single-post .article-content a[data-fancybox="post-gallery"] img {
    margin: 0%;
}

.type-post .article-content .wp-block-image .wp-element-caption {
    text-align: center;
}

.iframe_filmik {
    height: 700px;
    width: 100%;
}

.type-filmiki {
    padding-top: 80px;
    padding-bottom: 80px;
}

blockquote.wp-block-quote {
    border-left-color: #4b92f7 !important;
}

blockquote.wp-block-quote p {
    font-size: 18px !important;
}

article.type-post .article-content div.wp-block-group {
    width: 130%;
    margin-left: -15%;
}

article.type-post .article-content figure.wp-block-gallery {
    justify-content: space-between;
}

article.type-post .article-content figure.wp-block-gallery>* {
    display: flex;
    max-width: 49%;
}

article.type-post .article-content figure.wp-block-gallery a {
    order: 1;
    justify-content: center;
}

article.type-post .article-content figure.wp-block-gallery figcaption {
    order: 2;
    justify-content: center;
}

article.type-post .article-content figure.wp-block-gallery a img {
    margin: 2% 0%;
}

.woocommerce-page div.product div.summary .product_meta {
    display: inline-block;
}

.post-template-single-full-width .article-content ul.wp-block-list,
.post-template-single-full-width .article-content ol.wp-block-list {
    margin-top: calc(2rem + .5em);
    margin-bottom: calc(2rem + .5em);
}

.post-template-single-full-width .article-content ul.wp-block-list li,
.post-template-single-full-width .article-content ol.wp-block-list li {
    line-height: normal;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.bimv-author-block .author-courses-link a.b-btn,
.wp-block-buttons .wp-block-button a.b-btn,
.wp-block-buttons .wp-block-button a.wp-block-button__link.wp-element-button {
    background-color: #4B92F7;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    padding: 10px 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-variant: none;
}

.post-template-single-full-width .article-content h2,
.post-template-single-full-width .article-content h3 {
    margin-top: calc(2rem + .5em);
    margin-bottom: calc(2rem + .5em);
}

/* ==========================================================================
   BIMV: OPTYMALIZACJA "SINGLE FULL-WIDTH" I NAPRAWA TRÓJKĄTA
   ========================================================================== */

/* 1. Wyniesienie ciemnego banera na wierzch (aby trójkąt chował się pod nim) */
#single-featured-area {
    position: relative !important;
    z-index: 5 !important;
}

/* 2. Rozciągnięcie białego pudła na 100% (dzięki temu 800-pikselowy tekst pięknie się wyśrodkuje) */
body.single-post #main-container > .row > .template-page {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* 3. Całkowite ukrycie pustego marginesu po starym pasku bocznym */
body.single-post #main-container > .row > .sidebar {
    display: none !important;
}