:root {
    --tekst: #414042;
    --akcent: #699836;
}


:root {
    --font-family: "PT Sans", sans-serif;
}

body {
    font-family: "PT Sans", sans-serif;
}

.is_header_semitransparent .logo-infos,
.is_header_semitransparent .navbar-default {
    background-color: #e1ead7 !important;
}

.custom-flex-center {
    display: flex;
    align-items: center;
}


#main .header-v3 .telephone-btn,
#main .button-winona.btn.btn-lg,
#main .owl-theme .owl-controls .owl-buttons div,
body .blood-donation input,
body .blood-donation select,
body .blood-donation textarea,
.blood-donation button.submit-form,
footer .newsletter input[type="email"],
.back-to-top,
.wp-block-search .wp-block-search__input,
.widget_search .search-field,
.post-password-form input[type="password"],
.wp-block-search .wp-block-search__button,
.search-form .search-submit,
.post-password-form input[type="submit"],
.tag-cloud-link,
.pagination .page-numbers,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.comment-form textarea,
.comment-form button#submit,
.modeltheme-pricing-vers4 .cd-pricing-switcher .cd-switch,
.modeltheme-pricing-vers4 .cd-pricing-switcher .fieldset,
.modeltheme-pricing-vers4 .cd-pricing-list li.pricing-front,
.modeltheme-pricing-vers4 .cd-pricing-list li.pricing-back,
.modeltheme-pricing-vers4 a.pricing-select-button,
.woocommerce .woocommerce-ordering select,
.overlay-components,
.error404 a.vc_button_404,
a.sln-btn.sln-btn--borderonly.sln-btn--medium.sln-btn--icon.sln-btn--icon--left.sln-icon--back,
.sln-btn.sln-btn--emphasis.sln-btn--medium.sln-btn--fullwidth,
input#sln_time,
input#sln_date,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
table.compare-list .add-to-cart td a,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce.single-product div.product form.cart .button,
.woocommerce ul.products li.product .onsale,
.woocommerce .quantity .qty,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li,
.woocommerce.single-product div.product .woocommerce-tabs .panel,
.button-winona.btn.btn-medium,
.wpcf7-form input,
.wpcf7-form select,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
select,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.comment-form input,
.woocommerce form .form-row input.input-text,
.woocommerce .quantity .qty,
.woocommerce form .form-row textarea,
.woocommerce-checkout .select2-container .select2-selection--single,
form#loginform input#user_login,
form#loginform input#wp-submit,
.modeltheme-modal button[type="submit"],
.modeltheme-modal input[type="email"],
.modeltheme-modal input[type="text"],
.modeltheme-modal input[type="password"] {
    border-radius: 12px !important;
}

#navbar .menu-item>a {
    font-weight: 400 !important;
}


.menu-overflow {
    position: relative;
}

.menu-overflow > a {
    cursor: default;
}

.menu-overflow .overflow-submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 1000;
}

.menu-overflow:hover .overflow-submenu {
    display: block;
}

.menu-item.menu-overflow a{
    position: relative;
}

.menu-item.menu-overflow > a::before{
    content: "";
    opacity: 1;
    background-image: url(../images/points.svg);
    background-repeat: no-repeat;
    width: 36px;
    height: 12px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

#navbar .menu-item:hover .sub-menu{
z-index: 9;	
}

.main-menu.measuring {
  visibility: hidden;
  pointer-events: none;
}

.custom-header-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    padding: 14px 0 14px 20px;
}

.custom-header-address {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    text-align: right;
    color: var(--tekst);
    width: max-content;
}

.custom-header-address span {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.custom-header-address span:first-of-type::before {
    content: "";
    background-image: url(../images/header-addres.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    padding-right: 20px;
    margin-top: 0px;
}

.custom-header-phone {
    display: flex;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    color: var(--tekst);
}

.custom-header-phone::before {
    content: "";
    background-image: url(../images/header-phone.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    padding-right: 20px;
}

.custom-header-callback {
    border: 1px solid var(--akcent);
    border-radius: 12px;
    width: 150px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-header-callback a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--tekst);
}

.shop_feature_v3 .shop_feature_subheading_v3 {
    text-align: left;
}


.custom_point_section .mt_icon_services_item .vc_icon_element {
    display: none;
}

.custom_point_section .mt_icon_services_item .menu_item_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
}

.custom_point_section .mt_icon_services_item .menu_item_content {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
}

/* .custom_label_center{
    display: flex;
    align-items: center;
}

.custom_label_center input{

} */


.textwidget.custom__address {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.textwidget.custom__address li {
    list-style: none;
}

.textwidget.custom__address li a {
    font-family: PT Sans;
    line-height: 110%;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}


.textwidget.custom__address li a.social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 0;
}

.textwidget.custom__address li a.social::before {
    content: url(../images/svg/vk.svg);
    height: 30px;
}

.textwidget.custom__address li p {
    margin: 0;
    line-height: 110%;
    font-size: 20px;
}

.footer-top .widget_nav_menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


footer .footer-top .menu .menu-item a {
    line-height: 110%;
    font-size: 20px;
}


.custom_list {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.custom_list li {
    list-style: none;
}


.custom_list.check li {
    position: relative;
    background: none;
    display: flex;
    align-items: flex-start;
    gap: 10px;


    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: var(--tekst);
}

/* .custom_list.check li:before{
    content: url(../images/svg/twin-check.svg);
    height: 37px;
    background: none!important;
} */

.stats-block.statistics .stats-head {
    float: none;
}

.stats-content .skill-count {
    text-align: center;
}

.stats-content p {
    color: #606060;
}

.custom_accordion.vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #699836;
}

.custom_accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::before {
    border-color: #699836 !important;
}

.custom_accordion .vc_tta-panel {
    border-bottom: 1px solid #699836;
}

.custom_accordion .vc_tta-title-text {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: var(--tekst);
}

.custom_accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
    background-color: #f8f8f800;
}

.custom_accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #f8f8f800;
}

.custom_accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color: #f8f8f800;
}

.custom_accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus,
.custom_accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: #e1ead7;
}

.custom_contact h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: var(--tekst);
}

.custom_contact p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: var(--tekst);
}

.custom_slider_member {
    max-width: 500px;
    width: 100%;
}

.member01-content-inside p.member01_position {
    line-height: 120%;
}

.member01-content-inside p.member01_position.member02_position {
    font-weight: 600;
}

.shortcode_post_content .featured_image_content img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}


.custom_single-post.single-post .article-header.article-header-details .article-details {
    padding: 0;
}

.custom_single-post.single-post .article-content {
    padding: 0;
}


.semtren-full__btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
    padding: 20px 20px 20px 40px;
    gap: 20px;
    border-radius: 10px;
    background: #699836;
    text-align: center;
}

.semtren-full__btns:first-child {
    margin-top: 0;
}

.semtren-full__btns .btn {
    width: 240px;
    text-align: center;
}

.semtren-full__btns .btn:hover {
    background: #fff;
    color: #00285E;
}

.btn--big {
    padding: 1px 60px 0px 60px;
    font-size: 16px;
    line-height: 60px;
}

.btn.btn--big {
    display: inline-block;
    padding: 0 45px 0px 45px;
    border-radius: 3px;
    background: rgb(225, 234, 215);
    color: rgb(65, 64, 66);
    font-weight: 600;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    user-select: none;
}

.schedule-table .btn.btn--big {
    display: inline-block;
    padding: 0 45px 0px 45px;
    border-radius: 3px;
    background: #699836;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    user-select: none;
}

.semtren-full__btns-text.h3 {
    margin: 0;
    color: #fff;
}

.seminar-teachers h2 {
    margin: 15px 0 30px;
    font-weight: 400;
}

.teacher-info a {
    font-size: 18px;
    text-decoration: underline;
    font-weight: 300;
}

.teacher-role {
    margin-top: 10px;
    text-decoration: none;
}

.seminar-teachers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.teacher-photo {
    width: 100%;
    height: 220px;
    display: block;
}

.teacher-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.08);
}


.statii-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
    margin: 0;
}

.statii-category img {
    border-radius: 10px;
    box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.08);
}


.related-statii {
    margin-top: 50px;
}

.related-statii .statii-category-grid {
    margin-top: 50px;
}


.statii-category-grid .related-item {
    list-style: none;
}

.statii-category-grid .related-item a img {
    border-radius: 10px;
    box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.08);
}


.members-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
    margin: 0;
}

.memeber01-img-holder img {
    border-radius: 10px;
    box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.08);
}

.single-entry-summary-inner form .quantity {
    display: none;
}

.custom_woocommerce-product-attributes {
    margin-top: 20px;
}

.custom_woocommerce-product-attributes ul {
    padding: 0;
}

.custom_woocommerce-product-attributes ul li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #e1ead7;
}

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

.main-content .term-description,
.main-content .page-description {
    margin: 0 0 20px 0;
}

.woocommerce ul.products li.product a img {
    max-height: 250px;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.08);
}


.custom_main_page_form .vc_column_container .wpb_wrapper .newsletter .custom_label_center a{
    color: #fff;
}

.custom_main_page_form .vc_column_container .wpb_wrapper .newsletter .custom_label_center a:hover{
    color: #699836;
}
.shop_service_more .shop_feature_heading_v3{
    color: #000;
}


.shop_service_more .shop_feature_heading_v3:hover{
    color: #699836;
}

.modeltheme-breadcrumbs {
    background-position: 80% 15%;
    background-size: 105%;
}

.post-type-archive.woocommerce ul.products {
    gap: 25px;
}

.wp-singular .bookly-box.bookly-bold{
	display: none;	
}

.woocommerce td.product-name dl.variation dt{
	display: none!important;
}

.single-product .summary.entry-summary .cart{
	display: none!important;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce button[name="update_cart"] {
	display: none!important;
}

.woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__country{
	display: none;
}

.woocommerce-MyAccount-navigation-link:hover a, .woocommerce-MyAccount-navigation-link.is-active a {
    color: #fff !important;
    background: #699836 !important;
}

.woocommerce table.shop_table tr .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;	
}

.woocommerce table.shop_table tr .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a{
    display: flex;
    justify-content: center;
    padding: 0px 10px !important;	
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads{
	display: none!important;	
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard{
	display: none!important;	
}


.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address{
	display: none!important;	
}

.woocommerce-account .modeltheme-modal{
	display: none!important;	
}

.testimonial01-img{
	height: 70px;	
}

.testimonials-tabs .tabs-nav{
	list-style: none;
    display: flex;
	flex-wrap: wrap;
    gap: 15px;
}


.tab-nav-item.active{
	 text-decoration: underline;
	 font-weight: 600;
	 color: #699836;
}

.woocommerce-checkout .wc-block-components-radio-control__option-layout{
    padding-left: 35px;	
}

.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input{
	display: inline-block;	
}

.modeltheme-modal{
	display: none;	
}

.schedule-tabs .tabs-nav{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
	list-style: none;
	padding-left: 0px;
}

.schedule-tabs .tabs-nav li{
    display: inline-block;
    height: 20px;
    margin-right: 20px;
    border-bottom: 1px dashed rgba(0, 40, 94, 0.3);
    color: #00285E;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.schedule-tabs .tabs-nav li.active{
    color: #699836;
    transition: all 0.2s ease;
}

.schedule-tabs .tabs-nav li.active a{
    color: #699836;
}



.schedule-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
    table-layout: fixed;
	border: none;
}



.schedule-table tbody tr td:nth-child(1) { width: 35%; } 
.schedule-table tbody tr td:nth-child(2) { width: 25%; } 
.schedule-table tbody tr td:nth-child(3) { width: 25%; } 
.schedule-table tbody tr td:nth-child(4) { width: 15%; } 

.schedule-table tbody tr {
	border: none;
    border-bottom: 1px solid #e0e0e0;
}

.schedule-table tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.schedule-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.schedule-table td {
	border: none;
    padding: 12px 15px;
    vertical-align: middle;
    word-wrap: break-word; 
}

.schedule-table a {
    color: #000;
    text-decoration: underline;
}
.schedule-table a:hover {
    text-decoration: underline;
}

.navbar #navbar .menu-item > a{
	text-transform: none;
}

    .mfp-wrap {
        z-index: 999999;
    }

    #custom-popup {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    #custom-popup .white-popup {
        margin: 0 auto;
        background-color: #fff;
        padding: 30px 120px;
        margin-top: 50px;
        box-sizing: border-box;
        position: relative;
    }

.white-popup .wpcf7-form{
	max-width: 350px;
}

.white-popup .wpcf7-list-item{
margin: 0;	
}

.wpcf7-form input{
	padding: 0px 0px 0px 10px;	
}

.wpcf7-form textarea{
	padding: 10px 0px 0px 10px;	
}

.schedule-table .btn.btn--big{
	width: 100%;
	padding: 0 15px;	
}


        .child-pages {
            margin-top: 40px;
			display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
        }
        .child-page-item {
            text-align: center;
            margin-bottom: 30px;
        }
        .child-page-thumb img {
            border-radius: 10px;
			width: 100%;
			height: auto;
			border-radius: 10px;
			box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.05);
        }
        .child-page-title {
            margin-top: 15px;
            font-size: 18px;
            font-weight: 600;
        }

@media screen and (max-width: 768px) {
	
	        #custom-popup .white-popup {
            padding: 15px 15px;
            margin-top: 20px;
        }
	
.schedule-table tbody tr td:nth-child(1) { width: 100%; } 
.schedule-table tbody tr td:nth-child(2) { width: 100%; } 
.schedule-table tbody tr td:nth-child(3) { width: 100%; } 
.schedule-table tbody tr td:nth-child(4) { width: 100%; } 
	
    .schedule-table td {
        display: flex;
        justify-content: flex-start;
        padding: 8px 10px;
        border-bottom: none;
    }
	
	.schedule-table tbody tr {
	display: block;
    margin-bottom: 15px;
    background-color: #fff !important;
    border: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
	
	      .child-pages {
			display: flex;
			  flex-direction: column;
        }
	
}



@media screen and (max-width: 767px) {
    .custom-flex-center {
        display: block;
        flex-direction: column;
    }

    .custom-header-info {
        display: none;
    }

    .woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0px;
    }

    .container.statii-archive>.row {
        display: flex;
        flex-direction: column-reverse;
    }

    .statii-category-grid {
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
    }

    .wpcf7-form input,
    .wpcf7-form textarea {
        width: 100%;
    }

    .custom_title_main_page {
        display: block !important;
        height: 50px !important;
    }

    .shop_service_more .shop_feature_description_button .shop_feature_icon_v3 {
        padding: 0;
    }

    .shop_service_more .shop_feature_description_button .shop_feature_icon_v3 .shop_feature_description_v3 {
        padding: 0;
    }


    .custom_point_section .mt_services-shortcode {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .custom_point_section .mt_icon_services_item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .custom_point_section .mt_icon_services_item .menu_item_content {
        text-align: center;
    }

    .custom_main_page_form .vc_column_container .wpb_wrapper .newsletter button.rippler {
        position: relative;
        top: 0 !important;
        left: 0;
        right: 0;
        margin: 20px auto 20px;
    }

    .custom_main_page_form .vc_column_container .wpb_wrapper .newsletter input[type="email"] {
        margin-bottom: 20px;
    }

    .back-to-top.modeltheme-is-visible {
        background: url(../images/svg/back-to-top-arrow.svg) no-repeat scroll center 50% #699836 !important;
        background-color: #699836 !important;
    }

    .container.seminar-archive >.row {
        display: flex;
        flex-direction: column-reverse;
    }

    .container.statii-category-archive > .row{
        display: flex;
        flex-direction: column-reverse;
    }

    .custom_single-post .container.single-post-layout > .row{
        display: flex;
        flex-direction: column-reverse;
    }

    .statii-category-grid li{
        list-style: none;
    }
}

@media only screen and (max-width: 767px) {
    .modeltheme-breadcrumbs {
        padding: 100px 0 45px 0 !important;
    }
}