/*!
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Description: Child theme dla motywu Blocksy - umożliwia bezpieczną customizację bez ryzyka utraty zmian podczas aktualizacji motywu rodzica.
Author: eVillage
Author URI: https://evillage.pl
Template: blocksy
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blocksy-child
Requires at least: 6.5
Requires PHP: 7.0
Tested up to: 6.8
Tags: child-theme, blocksy
*/

/*
 * Tutaj możesz dodawać własne style CSS, które nadpiszą lub rozszerzą style motywu rodzica.
 * 
 * Przykład:
 * body {
 *     font-family: 'Your Custom Font', sans-serif;
 * }
 */
b, strong {
    font-weight: 600 !important;
}
.author-box[data-type=type-2] {
    border-bottom: none !important;
}
.button-icon{
	height: 48px;
    width: 48px;
}
.sticky-phone-button-custom-icon{
	border-radius:50%!important;
	width:48px !important;
	height:48px !important;
}
pre, code, samp, kbd {
font-size: 14px !important;
	font-family: unset;
}
ul {
    list-style-type: square;
    list-style-position: outside;
}

li::marker {
    color:#DC8023;
    font-size: 1.3em;
}
.evpc-carousel__link{
	 color:#DC8023;
}
.entry-content .ev-funnel-item::before {
    content: "";
    position: absolute;
    left: 0.35rem;
    top: 0.62rem;
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: var(--theme-link-color, var(--theme-palette-color-1, #f97316));
    opacity: 0.85;
}
.entry-content a:not(.wp-block-button__link):not(.button):not(.ct-button)::after, 
.ev-auto-toc a::after {
    content: " ↗";
    display: inline;
    font-size: 0.75em;
    line-height: 1;
    margin-left: 0.15em;
    opacity: 0.85;
    color: var(--theme-link-color, var(--theme-palette-color-1, #f97316));
}
.forminator-button-submit {
width: stretch !important;
}
