/* 
Theme Name: Hello adCookie!
Theme URI: https://github.com/elementor/hello-theme/
Description: Motyw dla Life Plan Academy
Author: adCookie
Author URI: https://adcookie.pl/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.contact-icons-marker {
    background: url(https://fundacjamarkakaminskiego.com/wp-content/uploads/2021/06/marker.svg);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    padding-left: 2rem;
    padding-top: 3px;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

/* ozdobne podkreślenia */
.text-underline {
    position: relative;
    z-index: 0;
    white-space: nowrap;
}

.text-underline::after {
    content: '';
    position: absolute;
    top: 60%;
    width: calc(100% + 0.3rem);
    left: -0.15rem;
    border-radius: 13px;
    height: 0.4em;
    z-index: -1;
}

.text-underline.blue::after {
    background-color: var(--e-global-color-secondary);
}

.text-underline.yellow::after {
    background-color: var(--e-global-color-accent);
}


[data-elementor-device-mode=desktop] .elementor-section:not(.elementor-inner-section) > .elementor-container {
    min-width: 100rem;
}

@media screen and (min-width: 1024px) {
    html {
        font-size: calc(100vw / 120);
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 16px;
    }
}

.elementor-top-section {
    max-width: 100vw;
}

body, html {
    overflow-x: hidden !important;
}

.more-text {
	display: none;
}

a {
    color: #54C0DA;
}

*:focus {
    outline: none;
}