/*
Theme Name:     Be Excellent, SC&CP
Theme URI:      https://scacp.cz
Description:    Vzhled webu SC&C Partner |  Potřebujete pomoct? Volejte +420 587 407 757 nebo pište pomoc@wp-admin.cz
Author:         WP-admin.cz
Author URI:     https://wp-admin.cz
Template:       generatepress
Version:        0.3
Text Domain:  	scacp
*/

/*****************
* Layout
*****************/
.entry-content ul:not(.letters):not(.wc-block-grid__products):not(.products):not(.page-numbers):not(.woof_list):not(.no-bullets) {
    margin-left: 0;
}

.entry-content ul:not(.letters):not(.wc-block-grid__products):not(.products):not(.page-numbers):not(.woof_list):not(.no-bullets) li::before,
.sipky li:before {
    content: " ➤";
    text-indent: 4px;
    width: 20px;
    height: 20px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 1.2;
    background: var(--brand-1);
    border-radius: 100%;
}

.learnpress-page ul li::before,
.woocommerce-checkout ul li::before,
.woocommerce-account ul li::before,
.no-sipky li::before {
    display: none !important;
}




/* align partner logos */
body .is-layout-flex.partners {
    justify-content: center;
}

@media (min-width: 1100px) {
    body .is-layout-flex.partners {
        flex-wrap: nowrap;
    }

}

/*align clients logos */
article.ait-testimonial .wp-show-posts-image.wpsp-image-center {
    max-height: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    width: 90%;
}

article.ait-testimonial:not(.wp-show-posts-masonry-block) .wp-show-posts-image img {
    max-height: 100px;
}

.job_position .wp-show-posts-image img {
    height: 130px;
    width: 100%;
}

/*=============
 * Checkout page
 ==============*/
.scacp-needs-payment {
    width: 100%;
    text-align: center;
    margin-top: 15px;

}

/********************
* WooCommerce
********************/
.woocommerce .entry-content.woocommerce-product-details__short-description {
    margin-top: 1rem;
}

/** fix not showing svg images in Firefox **/
.inside-wc-product-image {
    width: 100%;
}

.woof_container.woof_container_woof_sd_1.woof_container_post_tag.woof_container_3.woof_container_ttky {
    width: auto;
    padding-right: 0;
}

.woof_container.woof_container_woof_sd_1.woof_container_lokalita.woof_container_4.woof_container_lokalita {
    width: auto;
    padding-left: 0;
    margin-left: -4px;
}

/** Tlačítko Lean Summit **/
a.wp-block-button__link.wp-element-button.lean-summit-2024 {
    background-color: #106088 !important
}

.woocommerce span.onsale {
    display: none !important;
}

/* Zmena velikost buttonu u produktu, kvuli Nezavazne poptavce */
.woocommerce .product .entry-summary .button{
	font-size: 1.8em !important;
}