/*
Theme Name: ventisystems
Version: 1.0
Description: A child theme of Twenty Twenty
Template: twentytwenty
Author: Administrator
*/
@import url("../twentytwenty/style.css");


@import url("../ventisystems/assets/css/ventisystems.css");

:root {
    --admin-bar: 32px;
    --header: 145px;
}

#top {
    padding-top: var(--header);
}

/*--------------------------------------------------ANIMACE*/

#top a,
#top a::after,
#top a::before,
#top h2,
#top button,
#top button::after,
#top button:before,
#top span,
#top span::after,
#top span::before,
#top img,
#top:not(.showing-modal) ul,
#top:not(.showing-modal) li,
#top:not(.showing-modal) li::after,
#top:not(.showing-modal) li::before,
header#site-header,
.header-inner {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s -webkit-filter ease-in-out;
    -moz-transition: all 0.3s -moz-filter ease-in-out;
    -ms-transition: all 0.3s -ms-filter ease-in-out;
    -o-transition: all 0.3s -o-filter ease-in-out;
}


/*----------------------------------------------------------------------------------------------------TYPOGRAFIE*/

#top * {
    letter-spacing: unset;
}

#top a {
    text-decoration: none;
}

strong {
    color: var(--n80);
}

body#top,
.entry-content,
.price,
.onsale,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file,
.woocommerce table.shop_table tbody tr,
.woocommerce-page table.shop_table tbody tr,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message.woocommerce-message,
#site-content .woocommerce-error,
#site-content .woocommerce-info,
.entry-content p,
.entry-content li,
.entry-header p,
button,
.widget-content {
    font-family: var(--font);
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    color: var(--n70);
}

#top .entry-content .has-large-font-size {
    font-size: 20px !important;
}

.entry-content p {
    margin-bottom: 16px;
}

.color-accent,
.color-accent-hover:hover,
.color-accent-hover:focus,
:root .has-accent-color,
.has-drop-cap:not(:focus):first-letter,
.wp-block-button.is-style-outline,
body a {
    color: var(--n100);
}

/*--------------------------------------------------ELLIPSIS*/
ul.products li.product .short-desc,
#top ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*--------------------------------------------------IKONY*/

#top .icon>a,
#top .stock-status {
    display: inline-block;
    position: relative;
    color: var(--n-100);
    padding-left: 28px !important;
    font-weight: 400;
}

#top .horizontal-menu .icon>a {
    padding-left: 36px !important;
}

#top .icon>a::before,
p.stock-status::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
    background: url(/wp-content/themes/ventisystems/assets/img/ventisystems_ikony.svg);
    background-size: 72px;
}

#top .horizontal-menu .icon>a::before {
    left: 8px;
}

#top .cart a::before {
    background-position-y: 0px !important;
}

#top .shipping a::before {
    background-position-y: 24px !important;
}

#top .home a::before {
    background-position-y: 48px !important;
}

#top .stock a::before,
p.stock-status::before  {
    background-position-y: 72px !important;
}

#top .sale a::before {
    background-position-y: 96px !important;
}

#top .cal a::before {
    background-position-y: 120px !important;
}

#top .search a::before {
    background-position-y: 144px !important;
}

#top .pin a::before {
    background-position-y: 168px !important;
}

#top .user a::before {
    background-position-y: 192px !important;
}

#top .mail a::before {
    background-position-y: 216px !important;
}

#top .phone a::before {
    background-position-y: 240px !important;
}

/*barvy*/
#top .icon.neutral:not(.wp-block-button):not(p):not(li)::before,
#top .icon.neutral a::before,
p.stock-status::before  {
    color: var(--n-100);
    background-position-x: 0px;
}

#top .icon.white:not(.wp-block-button):not(p):not(li)::before,
#top .icon.white a::before,
#top.dark-header-bgr .home a::before {
    color: white;
    background-position-x: 24px;
}

#top .icon.primary:not(.wp-block-button):not(p):not(li)::before,
#top .icon.primary a::before,
p.stock-status.in-stock::before  {
    color: var(--p-100);
    background-position-x: 48px;
}

/*--------------------------------------------------NADPISY*/
#top .wp-block-heading:first-child {
    margin-top: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black);
    font-family: var(--font);
    line-height: normal;
    font-weight: 700;
    margin: 40px auto 20px;
}

h1,
.heading-size-1 {
    font-size: 42px;
}

h2,
.heading-size-2 {
    font-size: 36px;
}

h3,
.heading-size-3 {
    font-size: 32px;
}

h4,
.heading-size-4 {
    font-size: 28px;
}

h5,
.heading-size-5 {
    font-size: 24px;
}

h6,
.heading-size-6 {
    font-size: 20px;
}

/*----------------------------------------------------------------------------------------------------GENERAL*/


/*--------------------------------------------------HIDE*/

.site-description,
p.powered-by-wordpress,
.home .entry-header,
.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after,
.post-meta-wrapper.post-meta-edit-link-wrapper,
.home div#breadcrumbs,
nav.pagination-single hr,
.header-inner .primary-menu-wrapper+.header-toggles .toggle-wrapper:first-child::before,
.close-nav-toggle,
.slick-dots li button:before {
    display: none;
}


/*--------------------------------------------------ZÁKLADNÍ HTML*/




/*--------------------------------------------------LAYOUT*/
#top .section-inner,
.entry-content>.alignwide,
.wp-block-cover.alignfull .alignwide,
.wp-block-group.alignfull .alignwide,
#breadcrumbs,
.woocommerce .content-area #main>*:not(header),
.woocommerce .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: calc(100% - 40px);
    max-width: 1440px;
    margin: 0 auto;
}

/*margins*/
.primary-menu>li,
ul.primary-menu,
.header-titles .site-logo,
.header-titles,
#top .wp-block-image,
#top .header-toggles,
.woocommerce ul.products li.product {
    margin: 0;
}

#top .entry-content>.alignwide:first-child,
.wp-block-columns.alignfull+.wp-block-columns.alignfull,
#top .wp-block-heading:first-child,
#top .footer-widgets .wp-block-group,
#top .footer-widgets .wp-block-columns {
    margin-top: 0;
}

/*paddings*/
#top .af-submit,
.header-toggles .toggle,
.scrolled .header-bottom,
.header-inner .toggle {
    padding: 0;
}

/*--------------------------------------------------CLASSY*/
.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

/*--------------------------------------------------HOVERY*/
#top .wp-block-button__link:hover {
    background: var(--s-100);
    border-color: var(--s-100);
}

#top .slick-arrow:hover::before {
    color: var(--s-100);
}

#top .slick-arrow:hover {
    border-color: var(--s-100);
}

/*----------------------------------------------------------------------------------------------------DEFAULT BLOCKS*/
/*--------------------------------------------------BUTTONS*/
body button,
body .button,
body .faux-button,
body .wp-block-button__link,
body .wp-block-file .wp-block-file__button,
body input[type="button"],
body input[type="reset"],
body input[type="submit"],
body .bg-accent,
body .bg-accent-hover:hover,
body .bg-accent-hover:focus,
:root .has-accent-background-color,
body .comment-reply-link,
.single-product#top .woocommerce-variation-add-to-cart .button {
    background: var(--p-100);
    border: 1px solid var(--p-100);
    border-radius: 4px 50px 50px 4px;
    color: white;
    text-transform: none;
    font-weight: 300;
    line-height: normal;
    padding: 8px 16px;
}

#top .is-style-outline .wp-block-button__link {
    padding: 8px 16px;
}

.wp-block-buttons {
    margin: 20px auto;
}


/*--------------------------------------------------FORMY*/
#top .acf-fields>.acf-field {
    padding: 0;
    border: none;
}

#top input,
#top textarea,
#top select {
    font-size: 16px;
    padding: 10px;
    border: 1px solid var(--n20);
    line-height: 150%;
    color: var(--neutral-100);
    border-radius: 5px;
}

/*--------------------------------------------------TABULKY*/

/*----------------------------------------------------------------------------------------------------CUSTOM BLOCKS*/
#top .loader {
    width: 50px;
    height: 50px;
    margin: 100px auto;
    background: url(/wp-content/themes/ventisystems/assets/css/ajax-loader.gif)no-repeat;
}

#top .slider {
    transform: none;
    z-index: 1;
}

#top .slider:not(.slick-initialized) {
    transform: translateY(-200%);
    transform-origin: top;
}

/*--------------------------------------------------Product sLIDER*/

/*štítky*/
#top .product_tags {
    display: inline-flex;
    gap: 4px;
    margin-right: 4px;
}

.product_tags li,
#top .onsale {
    padding: 4px;
    line-height: 20px;
    background: var(--p-100);
    border-radius: 4px;
    width: max-content;
    color: white;
    font-size: 14px;
}

#top .onsale {
    position: relative;
    font-weight: 300;
    background: #CD3346;
}

/*--------------------------------------------------FWSLIDER*/
.fullwidth-slider {
    width: calc(100% - 40px);
    border-radius: 8px;
    overflow: hidden;
}

.fullwidth-slider .slide {
    padding: 80px 0;
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
}

.fullwidth-slider .slide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover !important;
}

.slide-overlay.bgr {
    background: linear-gradient(262deg, rgba(255, 255, 255, 0.00) 42.71%, #F0F4E5 86.58%);
}

.fullwidth-slider .slide-inner>div {
    width: 45%;
    position: relative;
}

.fullwidth-slider h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}

.fullwidth-slider .has-large-font-size {
    color: var(--n-100);
}

#top .fullwidth-slider p {
    margin-bottom: 20px;
    font-size: 20px;
}

.fullwidth-slider .is-style-outline .wp-block-button__link {
    border-color: var(--p-100);
    color: white;
}

.wp-block-button__link::before {
    content: "\f344";
    font-family: 'dashicons';
    margin-right: 4px;
    position: relative;
    top: 2px;
}


/*navigace - dots*/
.slick-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
    position: relative;
    bottom: unset;
    margin: 40px 0;
}

.fullwidth-slider .slick-dots {
    bottom: 20px;
    z-index: 444;
    justify-content: center;
    gap: 8px;
    height: 10px;
    position: absolute;
    margin: 0;
}

.slick-dots li,
.slick-dots li button {
    width: max-content;
    height: 10px;
    margin: 0;
}

.slick-dots li button {
    background: white;
    border-radius: 100px;
}

.slider .slick-dots li.slick-active button {
    background: var(--p-100);
    width: 50px;
}

/*navigace - arrows*/
.slick-arrow {

    z-index: 6;
    background: white;
    border: 1px solid var(--p-100);
    padding: 8px;
    width: 50px;
    height: 50px;
}

.fullwidth-slider .slick-arrow {
    bottom: 0px;
    left: unset;
    top: unset;

}

#top  .slick-prev {
    border-radius: 50px 0px 0px 50px !important;
}
#top .fullwidth-slider .slick-prev {
    right: 70px;
    border-radius: 50px 0px 0px 50px !important;
}

#top  .slick-next {
    border-radius: 0px 50px 50px 0px;
}


#top .fullwidth-slider .slick-next {
    right: 20px;
    border-radius: 0px 50px 50px 0px;
}

#top .slick-arrow:before {
    font-family: 'dashicons';
    color: var(--p-100);
    opacity: 1;
    position: relative;
}

.slick-prev:before,
#top .wp-block-button.slick-arrow.prev a::after {
    content: "\f340";
}

.slick-next:before,
#top .wp-block-button.slick-arrow.next a::after {
    content: "\f344";
}

/*----------------------------------------------------------------------------------------------------HEADER*/

header#site-header {
    position: fixed;
    width: 100%;
    z-index: 4;
    top: 0;
}

.header-inner {
    padding: 20px 0;
}

.scrolled header#site-header .header-inner {
    padding: 10px 0;
}

.admin-bar header#site-header {
    top: var(--admin-bar);
}

.header-titles-wrapper {
    gap: 20px;
    justify-content: space-between;
    padding: 0;
}

#top .nav-toggle {
    position: unset;
    width: unset;
    padding: 0;
}

/*--------------------------------------------------SEARCH*/
#top .header-toggles {
    padding: 0 8px;
    margin: 0 8px 0 16px;
}

.search-toggle .toggle-icon,
.search-toggle svg {
    width: 20px;
}

.header-inner .toggle path {
    fill: var(--p-100);
}

/*--------------------------------------------------LOGO*/
.site-logo a {
    background: url(/wp-content/themes/ventisystems/assets/img/ventisystems_logo.svg);
}

.site-logo img {
    max-height: 50px;
    opacity: 0;
}

/*--------------------------------------------------MENU*/
#top .menu a {
    color: var(--n-100);
    font-size: 16px;
    padding: 8px;
    text-wrap: nowrap;
    display: block;
}

.primary-menu {
    gap: 16px;
}

.horizontal-menu {
    display: flex;
}

#top .header-user-menu a {
    width: 24px;
    color: transparent;
}

/*--------------------SUBMENU*/
/*--------------------------------------------------BOTTOM SECONDARY MENU*/
.header-bottom {
    padding: 8px 0;
    background: var(--p-20);
}

.secondary-menu {
    justify-content: space-between;
}

#top .menu.secondary-menu a {
    font-weight: 300;
}

/*--------------------------------------------------BURGERMENU*/
.mobile-navigation-wrapper {
    display: flex;
    gap: 16px;
}

.mobile-search-toggle {
    left: unset;
}

body:not(.enable-search-modal) .header-titles-wrapper {
    justify-content: space-between;
    padding: 0;
}

.header-inner .toggle {
    position: relative;
}

button.toggle.close-nav-toggle.fill-children-current-color {
    outline: none !important;
}

.nav-toggle .toggle-inner {
    align-items: center;
    height: 24px;
    top: -2px;
}

.nav-toggle .toggle-icon {
    background: var(--n-100);
}

.nav-toggle .toggle-icon .svg-icon path,
.toggle-text {
    display: none;
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
    height: 2px;
    width: 16px;
}

.nav-toggle .toggle-icon::before,
.nav-toggle .toggle-icon::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--n-100);
}

span.toggle-icon::before {
    top: 8px;
}

span.toggle-icon::after {
    bottom: 0px;
    right: 0;
}


/*modal*/

.menu-modal-inner.modal-inner,
.menu-modal.active {
    background: none;
}

#top .toggle.active span.toggle-icon {
    background: transparent;
}

.toggle.active span.toggle-icon::before {
    transform: rotate(-45deg) translate(-7px, 10px);
}

.toggle.active span.toggle-icon::after {
    transform: rotate(45deg) translate(-6px, -10px);
}

/*----------------------------------------------------------------------------------------------------MAIN CONTENT - BLOG*/
/*--------------------------------------------------SINGLE POST*/

#top .pagination-single {
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    border-top: 1px solid var(--neutral-10);
    margin-top: 40px;
}

/*----------------------------------------------------------------------------------------------------MAIN CONTENT - SHOP*/
/*--------------------ARCHIVE & SLIDER*/
#top ul.products li.product {
    padding: 20px;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px;
    margin-bottom: 16px;
}

ul.products li.product .short-desc {
    margin-bottom: 16px;
    -webkit-line-clamp: 3;
    height: 72px;
}
 #top .stock-status.in-stock {
    color: var(--p-100);
}
ul.products li.product .product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#top ul.products span.price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--n-80);
}

#top ul.products span.price del {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

/*----------------------------------------------------------------------------------------------------MAIN CONTENT - PAGE*/


/*--------------------------------------------------TITLE*/


/*--------------------BREADCRUMBY*/
div#breadcrumbs {
    padding: 10px 0;
    font-size: 14px;
    color: var(--neutral-70);
}

div#breadcrumbs a {
    color: var(--neutral-100);
}

/*--------------------------------------------------SIDEBAR*/


/*----------------------------------------------------------------------------------------------------FOOTER*/
#top .footer-nav-widgets-wrapper {
    background: var(--s-100);
    font-family: var(--secondary-font);
}

#top .footer-widgets-outer-wrapper {
    border-color: var(--p-100);
}

#top .footer-nav-widgets-wrapper h3 {
    color: white;
    font-size: 24px;
}

#top .footer-nav-widgets-wrapper * {
    color: white;
    font-family: var(--secondary-font);
}

.wc-block-product-categories-list {
    list-style: none;
    margin: 0;
}

/*--------------------------------------------------SOCKET*/
footer#site-footer {
    background: var(--s-100);
    color: white;

}

#site-footer .section-inner {
    align-items: center;
}

.footer-logo .site-logo a {
    background: url(/wp-content/themes/ventisystems/assets/img/ventisystems_logo_white.svg);
}

.footer-copyright {
    font-weight: 300;
}

.to-the-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
}

/*----------------------------------------------------------------------------------------------------RESPONZE*/
/*malé notebooky*/
@media (min-width: 1000px) {
    .mobile-navigation-wrapper .header-user-menu-wrapper {
        display: none;
    }
}

@media (max-width: 1000px) {

    .header-titles-wrapper>.header-contact-menu-wrapper,
    .header-bottom {
        display: none;
    }

    #site-header {
        border-bottom: 1px solid var(--p-20);
    }
}

/*tablety*/
@media (max-width: 782px) {
    :root {
        --admin-bar: 46px;
    }

    h1,
    .heading-size-1,
    .woocommerce-products-header__title.page-title {
        font-size: 30px;
    }

    #top h2,
    #top .heading-size-2 {
        font-size: 26px;
    }

    h3,
    .heading-size-3 {
        font-size: 24px;
    }

    h4,
    .heading-size-4 {
        font-size: 22px;
    }

    h5,
    .heading-size-5,
    #top .woocommerce-loop-product__title,
    .cart_item .product-name a,
    #top .sidebar .wp-block-heading,
    #top h2.tab-title,
    #top h3.item-title {
        font-size: 20px;
    }

    h6,
    .heading-size-6,
    #top .tab-content h3 {
        font-size: 18px;
    }
}

/*mobily*/
@media (max-width: 500px) {}