/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1744240493
*/

/* Główne */

@import url("https://use.typekit.net/iyy8cjk.css");

body {
    font-family: dita, sans-serif;
    color: #333;
}

.accent {
    color: #2bb446;
}

.elementor-heading-title {
    line-height: 150%;
}

/* Footer  */
.footer-menu ul {
    list-style: none;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu a {
    font-weight: 700;
    color: #000;
}

a {
    color: #ed4303;
}

/* Formularz  */
.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="tel"] {
	padding-top: 10px;
	padding-bottom: 10px;
	background: transparent;
	border: none;
	border-bottom: 2px solid #333;
    padding-left: 0;
    font-size: 14px;
    font-family: dita, sans-serif;
}
.form input[type="text"],
.form input[type="email"] {
	width: 100%;
	margin-bottom: 0.75rem;
}
.form input[type="submit"],
.btn-accent {
	padding: 12px 16px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #ed4303;
	border: none;
	border-radius: 0.5rem;
	font-size: 15px;
}
.form-details-wrapper.form input[type="number"],
.form-details-wrapper.form input[type="tel"] {
	width: 100%;
	text-align: left;
}
.form-details-wrapper input {
	margin-bottom: 0.75rem !important;
}
.form-details-wrapper label {
	width: 90%;
	margin: 0 auto;
}
.form .rodo .wpcf7-list-item {
	margin: 0;
}
.form .rodo {
	margin-bottom: 1.5rem;
	margin-top: 1rem;
}
.form .rodo span {
	font-weight: 400;
}
.big-number {
	font-size: 7.5rem;
	line-height: 100%;
	margin-bottom: -15px;
}

.form-submitting br, .wpcf7-spinner {
    display: none;
}

/*    Custom Checkbox   */
label input[type="checkbox"] {
	display: none;
}
label input[type="checkbox"] + span {
	padding-left: 35px;
	position: relative;
	display: flex;
	font-size: 12px;
}
label input[type="checkbox"] + span:before {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
label input[type="checkbox"]:checked + span:after {
	content: "✓";
	width: 20px;
	height: 20px;
	border: 1px solid #ed4303;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: bold;
	color: #ed4303;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	text-align: right;
}
input[type="number"] {
	text-align: center;
	display: inline-block;
	width: 65px;
	margin: 0px 5px;
}
.liczba-osob {
	margin-left: 20px;
	display: flex;
	align-items: center;
}
.input-number-btn {
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #333;
	color: white;
	border: none;
	line-height: unset;
    padding: unset;
}

.form-numbers {
    display: flex;
    gap: 16px;
}

.form p {
    font-size: 14px;
}

.form-numbers .wpcf7-form-control-wrap {
    display: flex;

}

.form input[type="text"], .form input[type="email"] {
    margin-bottom: 0;
}


/* Testimonials logo */
.testimonials-logo img {
    max-height: 30px;
    width: auto;
    margin-bottom: 16px;
}


.offer-img img {
    max-height: 222px;
    object-fit: contain;
}

.services-text {
    min-height: 72px;
}

/* Hero form  */
.hero-form * {
	color: #fff !important;
}
.hero-form input[type="text"],
.hero-form input[type="email"],
.hero-form input[type="number"],
.hero-form .form-numbers {
	background: #fff !important;
	display: inline-flex !important;
	padding: 10px 12px;
	border-bottom: none;
	border-radius: 7px;
	color: #333 !important;
	max-width: 400px;
	width: 100%;
    font-size: 14px;
}
.hero-form input[type="number"] {
	padding: 0 10px;
	width: 65px;
}
.hero-form input[type="text"],
.hero-form input[type="email"],
.hero-form .form-numbers {
	margin-bottom: 20px !important;
}
.hero-form .form-numbers p {
	margin-bottom: 0px;
	color: #333 !important;
}
.hero-form .input-number-btn {
	background: #2bb446;
	font-weight: bold;
}
.wpcf7-not-valid-tip {
	color: red !important;
	margin-bottom: 10px;
}

.hero-form .wpcf7-not-valid-tip {
    margin-top: -10px;
    /* font-size: 14px; */
}

input[type="submit"], .btn-accent {
    padding: 1rem 1.5rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #ed4303;
    border: none;
    border-radius: .5rem;
}

.hero-form input[type="number"] {
    border: none;
}

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

.hero-img-absolute img {
    min-width: 122%
}

header {
    transition: all 0.2s ease-in-out;
}

header.active {
    box-shadow: 0 0 15px rgb(0 0 0 / .2);
    transition: all 0.2s ease-in-out;
}

.zwf-link-button:hover {
    color: #2bb446;
}

.benefits-row {
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075) !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

a { text-decoration: none;}

.comments-area a, .page-content a {
    text-decoration: none;
}

.form p {
    margin: 0;
}

.cta-form .form-numbers {
    align-items: center;
    margin-top: 10px;
}

.form-numbers .wpcf7-form-control-wrap {
    align-items: center;
}

.form-submitting {
    margin-bottom: 16px !important;
}

.wpcf7-not-valid-tip {
    margin-top: 16px;
    font-size: 14px;
}

input[type="number"] {
    padding-right: 0;
}

input[type="submit"]:hover, .btn-accent:hover, .tel-btn:hover, .btn-accent-alt:hover {
    background: #ba3300;
    cursor: pointer;
    color: #fff;
}
input[type="submit"], .btn-accent, .tel-btn, .btn-accent-alt {
    transition: all 0.2s ease-in-out;
}

.footer-cities a {
    color: #2bb446;
}

/* Dropdown menu  */
.dropdown {
	position: relative;
}

.sub-menu {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	top: 100%;
	left: 0;
	min-width: 160px;
	width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
    list-style-type: none;
}

.sub-menu a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	border-bottom: 1px solid #e0e0e0;
}

.menu-item-has-children:hover .sub-menu {
	display: flex;
	flex-direction: column;
}

.menu-has-children {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.menu-child {
	font-size: 16px !important;
	font-weight: 300 !important;
}
.menu-children-wrapper {
	display: flex;
	flex-direction: column;
	padding-left: 15px;
	max-height: 1000px;
	transition: all 0.2s ease-in-out;
}
.sub-menu .menu-iten > svg {
	transform: rotate(180deg);
	transition: all 0.2s ease-in-out;
}
.sub-menu .menu-item > svg {
	transform: rotate(0deg);
	transition: all 0.2s ease-in-out;
}
.sub-menu .menu-item + .menu-children-wrapper {
	max-height: 0px;
	transition: all 0.2s ease-in-out;
}

.wpcf7 textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #333;
    width: 100%;
    resize: none;
    padding-left: 0;
    padding-right: 0;
    max-width: 405.5px;
    font-size: 14px;
    font-family: dita, sans-serif;
}

.page-id-825 .wpcf7-submit {
    width: 100%;
}

.page-id-825 .wpcf7 label {
    width: 100%;
}

.blog-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}
.blog-item {
    border: 1px solid #EEEEEE;
    border-radius: .5rem;
    box-shadow: 0 7px 15px rgba(0, 0, 0, .05);
    transition: all .2s ease-in-out;
    padding: 32px 16px;
    font-size: 15px;
}

.tick-list li {
    background-image: url('https://zdrowiewfirmie.pl/wp-content/themes/zdrowie-w-firmie/assets/img/svg/marker.svg');
    background-size: 25px 25px;
    padding-left: 40px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    line-height: 1.2;
}

.tick-list ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1;
}

.img-list ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1;
}

.img-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.img-list li::before  {
    content: url('https://zdrowiewfirmie.pl/wp-content/uploads/2022/01/Grupa-2-1.png');
}

a {
    color: #2ab145;
}

.page-id-1066 .btn-accent {
    background-color: #2ab145;
    font-size: 14px !important
}

.zwf-contact-box-info a {
    color: #ed4303;
}


/* Blog  */
.blog-post-title {
    font-size: 1.3rem;
    font-weight: 400;
    margin: 10px 0;
}

.blog-item:hover {
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
}

.blog-title {
    text-align: center;
    padding: 0 0 50px 0;
}

.blog-archive {
    margin-bottom: 100px;
}

.read-more-link {
    text-decoration: underline;
}

.container, .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 1500px !important;
}

.row-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 64px;
    padding: 100px 0;
}

.content-column {
    flex: 0 0 66.666%;
}

.sidebar-column {
    flex: 0 0 33.333%;
}

.post-title {
    font-size: 2rem;
    margin-bottom: 20px;
}

/* Sidebar  */
.sidebar-title {
    margin-bottom: 20px;
}

.recent-posts-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.recent-post-item {
    margin-bottom: 15px;
}

.recent-post-link {
    text-decoration: none;
    color: #000;
    text-decoration: underline;
    text-decoration-color: #2ab145;
    font-weight: 700;
}

.recent-post-title {
    font-size: 18px;
    margin: 0;
}

.social-widget {
	position: fixed;
	width: 55px;
	right: 0;
	top: 165px;
    z-index: 999;
}
.social-widget-item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 15px;
	border-radius: 25px 0 0 25px;
    margin-bottom: 16px;
}
.social-widget-item.fb {
	background: #1977f3;
}
.social-widget-item.in {
	background: #006699;
}
.social-widget img {
	height: 20px;
}
.call-us-widget {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 50px;
	height: 50px;
    z-index: 999;
}
.call-us-widget-item {
	width: 50px;
	height: 50px;
	background: #2ab145;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
    z-index: 999;
}
.call-us-widget-item img {
	height: 30px;
	width: auto !important;
}
.call-us-cloud {
	position: absolute;
	width: 135px;
	background: #2ab145;
	border-radius: 5px;
	right: -15px;
	top: -95px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px 0;
	color: #fff;
	font-size: 13px;
	font-style: italic;
    z-index: 999;
}
.close-call-us-clode {
	position: absolute;
	width: 25px;
	height: 25px;
	background: #2ab145;
	right: -5px;
	top: -10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: bold;
	color: #fff;
	font-style: normal;
	cursor: pointer;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.call-us-cloud::after {
	content: "";
	width: 25px;
	height: 25px;
	background: #2ab145;
	position: absolute;
	bottom: -10px;
	right: 60px;
	border-radius: 50%;
}
.call-us-cloud::before {
	content: "";
	width: 15px;
	height: 15px;
	background: #2ab145;
	position: absolute;
	bottom: -20px;
	right: 35px;
	border-radius: 50%;
}

.grecaptcha-badge {
    display: none !important;
}

input[type="submit"], .btn-accent {
    text-wrap: wrap;
    display: inline-flex;
    text-align: center;
}

#coop ul li {
    margin: 0;
}

.benefits-home h5 {
    margin-bottom: 5px;
}

.benefits-home p {
    font-size: 14px;
}

.benefits-row {
    min-height: 155px;
}


footer p {
    margin-bottom: 0 !important;
}

#coop h3 {
    font-size: 22px;
}

.form-details-overlay {
	position: fixed;
	pointer-events: none;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	transition: all 0.6s ease-in-out;
}
.form-details-overlay.show {
	opacity: 1;
	pointer-events: all;
	transition: all 0.2s ease-in-out;
}
.form-details-wrapper {
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	background: #fff;
	width: 90%;
	max-width: 991px;
	max-height: 85vh;
	overflow-y: auto;
	position: relative;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.form-details-wrapper__title, .form-details-wrapper__text {
    text-align: center;
}

.form-details-wrapper {
	opacity: 1;
	margin-top: 0;
	transition: all 0.6s ease-in-out;
}

.form-details-wrapper__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 24px 0;
}


.form-details-wrapper .form-submitting:before {
	display: none;
}

.form-details-wrapper .form-submitting {
    text-align: center;
    margin-top: 32px;
}

#detailsClose {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: green;
    background-color: #fff;
	border: 1px solid green;
	border-radius: 50%;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
	font-family: Arial, sans-serif;
}
#detailsClose:hover {
	cursor: pointer;
	background: green;
	color: white;
}

.footer-cities a {
    text-decoration: underline !important;
}

/* RWD  */

@media screen and (min-width: 1180px) {
    .page-id-825 .wpcf7 {
        max-width: 405.5px;
    }
}

@media screen and (max-width: 1179px) {
    .page-id-825 .wpcf7 textarea  {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    input[type="submit"], .btn-accent {
        font-size: 15px !important;
    }
    .hero .zwf-contact-box > .row, .zwf-contact-box > .row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .zwf-contact-box-icon-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .zwf-contact-box > .row .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0px;
    }

    .zwf-contact-box-link {
        font-size: 14px;
    }

    .zwf-contact-box-main-text {
        text-align: center;
    }

    .zwf-post-nav-bullets {
        display: none;
    }

    .zwf-post-nav-arrow-container {
        flex-basis: 50%;
    }
}

@media screen and (min-width:1025px) {
    .elementor-element-f35a88a {
        display: none !important;
    }

    .elementor-element-b537739 {
        display: flex !important;
    }
}

@media screen and (min-width:768px) {
    .call-us-widget {
        display: none !important;
    }
}

@media screen and (min-width:768px) and (max-width:1180px) {
    .bg-img-none-tablet {
        background-image: none !important;
    }

    .hero .zwf-contact-box > .row, .zwf-contact-box > .row {
        gap: 20px;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        display: none;
    }

    .menu-is-active .hfe-nav-menu {
        display: flex !important;
    }

    .hero-form-col {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .hero-row {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width:1025px) and (max-width:1280px) {

    .zwf-contact-box-link {
        font-size: 14px;
    }
}

@media screen and (max-width:1180px) {
    .hero-form input[type="text"], .hero-form input[type="email"], .hero-form input[type="number"], .hero-form .form-numbers {
        max-width: 100%;
    }
}

@media screen and (min-width:1280px) and (max-width:1500px) {
    .zwf-contact-box-link {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .blog-items, .row-wrapper {
        grid-template-columns: 1fr;

    }

    .row-wrapper {
        padding: 50px 0;
    }
}

@media screen and (min-width:768px) and (max-width:1280px) {
    .blog-items {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .row-wrapper {
        gap: 32px;
        padding: 50px 0;
    }
}

@media screen and (max-width:1280px) {
    .blog-archive, .single-post-wrapper {
        padding: 0 20px;
    }
}

@media screen and (min-width: 1200px) and (max-width:1600px) {
    .page-content .elementor > div:not(#coop), #page #main, #page .post-1111 {
        padding: 0 5% !important;
    }

    #page #coop {
        padding-right: 5%;
        margin-left: auto;
        margin-right: auto;
    }

    header > .elementor, footer > .footer-width-fixer > .elementor .e-con-inner {
        padding: 0 5% !important;
        margin:  0 !important;
    }

    .bottom-form {
        max-width: 440px !important;
    }
}

@media screen and (max-width: 479px) {
    .form-details-wrapper__row {
        grid-template-columns: 1fr;
    }
}


@media screen and (max-width: 1023px) {
    .bg-img-none-tablet {
        background-image: none !important;
    }
}

@media screen and (min-width:1600px) {
    #page #coop {
        margin-left: auto;
        margin-right: auto;
    }
}