/*
Theme Name: Hello Elementor Child theme
Theme URI: https:/adamczewksidietetyka.pl
Template: hello-elementor
Text Domain: hello-elementor-child
*/
h1,h2,h3,h4,h5,h6,p,a,button,.elementor-button-text, ul, ul li{font-family: 'Montserrat', sans-serif !important;font-style: 'normal'}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-family: Montserrat;
}
body * {
    letter-spacing: 0.03em;
}
body a, footer p, .rights, .code, .privacy-policy .page-content *{
	color: var(--e-global-color-text);
}
body a:hover {
	color: var(--e-global-color-primary);
}
.price.sale p {
	text-decoration: line-through!important;
	color: #a0a0a0 !important;
	font-size: 15px !important;
}
.sale-on, .sale-off {
	margin: 0 auto;
}
.sale-on {
	display: block!important;
}
.sale-off {
	display: none !important;
}
.elementor-item-active:after, .elementor-item-active:before, .elementor-item.highlighted:after, .elementor-item.highlighted:before, .elementor-item:focus:after, .elementor-item:focus:before, .elementor-item:hover:after, .elementor-item:hover:before {
    transform: scale(0) !important;
}
footer .copyright p {
	color: #fff;
}
img.custom-logo {
    width: 120px;
	transition: 0.2s;
    height: auto;
}

#site-header {
	padding-top: 30px;
	padding-bottom: 30px;
}
header.header-title {
	margin: 0 auto;
	padding-bottom: 80px;
	padding-top: 20px;
    border-top: 1px solid #ecebeb;
}

#site-footer {
	background-color: var(--e-global-color-secondary);
	padding: 60px 0 30px;
	position: relative;
}
header#site-header,header.elementor {
	position: sticky!important;
    top: 0;
    background-color: #fff;
    z-index: 10;
}

body.modal-open header#site-header {
	z-index: 1;
}
.admin-bar .is-scrolling {
    top: 32px !important;
}

#site-footer .footer-info {
	width: 60%;
}
body .site-footer:not(.footer-stacked) .footer-inner .copyright {
	max-width: 100%;
	width: 100%;
	justify-content: end;
	padding: 30px 20px 0;
}
.social-media {
	display: flex;
	gap: 1rem;
}
img.social-icon {
    width: 30px;
	transition: 0.3s;
}
.site-header li a:hover {
    transform: translateY(-7px) !important;
}
.site-header li a {
	transition: 0.3s ease;
}
.swiper-slide img.swiper-slide-image {
    height: 300px;
    object-fit: cover;
}
img.social-icon:hover {
	transform: translateY(5px);
}
.elementor-testimonial-wrapper {
	flex-direction: column;
    display: flex;
}
.elementor-testimonial-name {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.elementor-testimonial-name:after {
	position: absolute;
	content: ' ';
	bottom: 0;
	left: 50%;
  	transform: translate(-50%, -50%);
	width: 30px;
	height: 3px;
	background: var(--e-global-color-primary);
	overflow: hidden;
}
.elementor-testimonial-wrapper .elementor-testimonial-content{
	order: 2;
	flex: 1 1 auto;
}
.elementor-widget-testimonial {
	height: 100%;
}
.elementor-widget-testimonial .elementor-widget-container:hover {
	background-color: var(--e-global-color-primary) !important;
}
.elementor-widget-testimonial .elementor-widget-container:hover *{
	color: #fff !important;
}
.elementor-widget-testimonial .elementor-widget-container:hover .elementor-testimonial-name:after {
	background: #fff;
}
.elementor-widget-testimonial .elementor-widget-container {
    position: relative;
    background: #fff;
	height: 100%;
}
.site-navigation ul.menu li a {
	font-weight: 700;
}
.company-info img {
	max-width: 170px;
}
.company-info .social-media {
	padding-top: 30px;
}
.footer-info {
	display: flex;
	gap: 50px;
	justify-content: end;
}
.footer-info ul {
	padding: 0;
	list-style: none;
	width: 33%;
}
.footer-info ul span {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
}
.footer-info ul span {
	margin-bottom: 10px;
	display: block;
}
.footer-info ul li {
	padding-bottom: 15px;
}
.footer-inner .copyright {
	position: relative;
}

.footer-inner .copyright a {
	color: #fff;
}
.footer-inner .copyright a:hover {
	color: var(--e-global-color-primary);
}
.footer-info ul a {
	color: #fff;
}
.footer-info ul a:hover {
	color: var(--e-global-color-primary);
}
body .site-header:not(.header-stacked) .header-inner .site-navigation {
    justify-content: end;
	max-width: 100%;
}
.da-btn {
	padding: 15px 30px 15px 30px;
	height: fit-content;
	width: fit-content;
	display: block;
	color: #fff;
	background-color: var(--e-global-color-primary);
}
body .site-header .header-inner {
	align-items: center;
	padding: 0 20px;
}

.sub-heading h1 {
	margin-bottom: 0.5rem;
	font-size: 28px;
	line-height: 32px;
	color: var(--e-global-color-text);
	font-weight: 700;
}
nav.rank-math-breadcrumb {
	font-size: 12px;
}
.header-title, body:not(.elementor-page) .page-content {
	margin-bottom: 30px;
	padding-right: 10px;
    padding-left: 10px;
}
body:not(.elementor-page) .page-content {
	padding-bottom: 60px;
}
nav.rank-math-breadcrumb * {
	color: var(--e-global-color-text);
}

footer .footer-inner {
	padding-left: 10px;
    padding-right: 10px;
}
.contact-row {
	display: flex;
	gap: 30px;
}

.wpcf7 label{
	width: 100%;
	color: var(--e-global-color-text);
}
.wpcf7 .mb {
	margin-bottom: 30px;
}
.wpcf7 label textarea, .wpcf7 label input, .wpcf7-not-valid-tip {
	margin-top: 10px;
}
.accept-ww .wpcf7-list-item {
	margin-left: 0;
	margin-bottom: 10px;
}
.wpcf7 .wpcf7-submit {
	padding: 15px 30px 15px 30px;
    height: fit-content;
    width: fit-content;
    display: block;
    color: #fff;
    background-color: var(--e-global-color-primary);
    border-radius: 10px;
	border: 0;
}
.wpcf7 .wpcf7-submit:hover {
	background-color: var(--e-global-color-2f72fa5);
}
.wpcf7 label textarea, .wpcf7 label input {
	border-color: #edeff0;
}
.cat-list a.active-link {
    background-color: var(--e-global-color-primary);
    color: #fff;
    border-color: var(--e-global-color-primary);
}
.cat-list,.tag-list {
    list-style:none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0;
}
.cat-list a{padding: 10px;border:1px solid #ccc;cursor:pointer;transition:background-color 0.3s ease-in}
.cat-list a:hover{background-color:var(--e-global-color-primary)}
.cat-list a:hover{color:#fff;}
.tag-list a{font-size:12px}
header .site-navigation ul.menu li ul {
	padding-top: 20px;
	min-width: 350px;
	left: -300%;
	top: 40px;
	z-index: 9999;
}
.site-navigation .sub-menu {
	visibility: hidden;
	display: flex!important;
}
header .site-navigation ul.menu li ul li {
	border: 0;
	margin-bottom: 10px;
	width: 350px;
}
.site-navigation .sub-menu .sub-menu {
	display: flex;
	flex-direction: column;
}
header .site-navigation ul.menu li ul ul {
	min-height: 350px;
	left: 0;
	top: 40px;
}
.site-navigation ul li.menu-item-has-children:hover .sub-menu {
	visibility: visible;
}
.site-navigation ul.menu li ul li.menu-item-has-children:after {
	display: none;
}
.site-navigation ul.menu li.menu-item-has-children li.menu-item-has-children{
	margin-bottom: 15px;
}
.slider-section {
	overflow: hidden;
}
body .site-navigation ul.menu li.menu-item-has-children:after {
    font-family: dashicons;
    content: "\f347";
	right: 8%;
    bottom: 6%;
    font-size: 13px;
}
header .site-navigation ul.menu li ul a {
	font-size: 16px;
	position: relative;
}
header .site-navigation ul.menu li ul ul a{
	font-size: 14px;
}
header .site-navigation ul.menu li ul ul a:before {
	display: none;
}
.single-posts-home {
	display: flex;
	gap: 30px;
}
.single-post-home {
	padding: 15px;
	background-color: #fff;
	position: relative;
}
.single-post-home .single-post-home__image{
	border-radius: 20px;
	object-fit: cover;
	width: 100%;
	height: 300px;
}
.single-post-home__category {
	position: absolute;
    top: 5%;
    left: 5%;
    padding: 10px;
    background-color: var(--e-global-color-text);
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
}
.single-post-home__content {
    margin: 20px 0 30px;
}
.single-post-home__content h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: var(--e-global-color-text);
}
.single-post-home__content p {
	color: var(--e-global-color-text);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.home .page-content > .single-posts-home{
	display: none;
}
.elements-section .elementor-container {
    z-index: 1;
}

.copyright p {
	text-align: left;
}
.elementor-button:hover {
	border-radius: 0!important;
}
.da-btn:hover {
	background-color: var(--e-global-color-5f96114);
	color: #fff;
}
body .page-content hr {
	color: #edeff0;
}
.error404 .site-main * {
	text-align: center;
}
.w100 .elementor-button {
	width: 100% !important;
}
.to-top {
	padding: 10px;
    position: fixed;
    right: 5%;
    bottom: 15%;
    background-color: var(--e-global-color-primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
	opacity: 0;
  	transition: 0.2s ease;
	z-index: 9;
}
.to-top.active {
	opacity: 1;
}
.to-top:hover {
	transform: translatey(-5px);
	color: #fff;
  	transition: 0.2s ease;
}
.menu-wrapper-icon {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: flex-end;
}
body .site-navigation-dropdown .menu-item-has-children .menu-item-has-children a {
	padding-left: 35px!important;
}
body .site-navigation-dropdown .menu-item-has-children .menu-item-has-children ul a {
	padding-left: 45px!important;
}

@media screen and (max-width: 768px) {
    
    #logo img {
        width: 100px !important;
    }
	
}
div.top-bar {
	margin-right: auto;
    margin-left: auto;
    width: 100%;
	padding: 10px 15px;
	border-bottom: 1px solid #ECEBEB;
}
.top-bar .social-media img {
	width: 20px;
}

@media screen and (max-width: 414px) {
	.contact-row {
		gap: 0;
		flex-direction: column;
	}
	
	body .site-header .header-inner:not(.header-stacked) .site-branding {
		max-width: 50%;
	}
}



@media screen and (max-width: 767px) {
	div.top-bar, #site-footer .footer-inner, #site-footer .footer-info, header.header-title {
		max-width: 100%;
	}
	
	.site-header .header-inner {
		max-width: 100% !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.site-header .header-inner {
		max-width: 100% !important;
	}	
}

@media screen and (min-width: 768px) {
	.pay-attention-steps:before {
		position: absolute;
		content: '';
		border: 3px dashed var(--e-global-color-primary);
		background-repeat: round;
		width: 5px;
		height: 80%;
		overflow: hidden;
		top: 15%;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	
	.pay-attention-step-left:before {
		position: absolute;
		content: '';
		background: var(--e-global-color-primary);
		width: 24px;
		height: 24px;
		overflow: hidden;
		right: -12px;
		top: 0;
		z-index: 2;
	}
	.pay-attention-step-right:before {
		position: absolute;
		content: '';
		background: var(--e-global-color-primary);
		width: 24px;
		height: 24px;
		overflow: hidden;
		left: -12px;
		top: 0;
		z-index: 2;
	}
}

@media screen and (max-width: 767px) {
	
	.top-bar .social-media {
		justify-content: center !important;
	}
	
	.single-posts-home {
		flex-direction: column;
	}
	
	#site-footer .footer-inner, #site-footer .footer-info {
		flex-direction: column;
	}
	#site-footer .footer-info {
		padding-left: 0;
		width: 100%;
	}
	#site-footer .footer-info ul, .site-footer .footer-inner .copyright p {
		width: 100%;
		text-align: center;
    	margin: 0 auto;
	}
	#site-footer .footer-inner {
		gap: 50px;
	}
	
}

@media screen and (max-width: 991px) {
    .swiper-wrapper > div:not([aria-label]) {
        width: 100%;
    }
	
	.company-info .social-media {
		justify-content: center;
	}
	
	#site-footer .footer-copyright {
		width: 100%;
		text-align: center;
	}
	
	#site-footer .footer-info ul {
		width: 50%;
	}
	
	.footer-info {
		padding-left: 0;
		padding-top: 30px;
	}
	
	#site-footer .footer-inner, #site-footer .footer-info {
		flex-direction: column;
		max-width: 100%;
	}
	
	.elements-section:after, .elements-section:before {
		display: none;
	}
	.header-inner .da-btn {
		padding: 5.5px;
		border-radius: 3px;
	}
}



@media screen and (min-width: 992px) {
	
    .is-scrolling #logo img {
        width: 100px;
        transition: 0.2s;
    }

    .swiper-wrapper > div:not([aria-label]) {
        width: 33.3333%;
    }
	
	#site-footer .footer-copyright {
		width: 40%;
	}
	
	.footer-inner .copyright:before {
		position: absolute;
		content: ' ';
		border: 1px solid #403f3f;
		width: 70%;
		left: 0;
	}
	
	div.top-bar, #site-footer .footer-inner, #site-footer .footer-info, header.header-title {
		max-width: 1140px;
	}
	
	.top-bar .social-media {
		justify-content: end;
	}
	.elementor-widget-container {
		position: relative;
	}
	.circles .elementor-widget-container:after {
		background: url(/wp-content/themes/hello-elementor-child/img/circles2.png) no-repeat;
		content: ' ';
		position: absolute;
		top: 10%;
		left: 68%;
		z-index: -2;
		display: block;
		width: 100px;
		height: 100px;
		overflow: hidden;
		opacity: 0.5;
	}
	
	.fx .elementor-widget-container:after {
		background: url(/wp-content/themes/hello-elementor-child/img/fx3.svg) no-repeat;
		content: ' ';
		position: absolute;
		top: 10%;
		left: 68%;
		z-index: -2;
		display: block;
		width: 200px;
		height: 200px;
		overflow: hidden;
		opacity: 0.5;
		transform: rotate(321deg);
	}
	
	.bg1-rev .elementor-widget-container:before {
		background: var(--e-global-color-primary);
		content: ' ';
		position: absolute;
		bottom: 0;
		left: 0;
		border-top-right-radius: 20%;
		width: 100%;
		height: 300px;
		display: block;
		z-index: -1;
		opacity: 1;
		overflow: hidden;
	}
	
	.bg1 .elementor-widget-container:before {
		background: var(--e-global-color-primary);
		content: ' ';
		position: absolute;
		bottom: 0;
		right: 20%;
		border-top-left-radius: 20%;
		width: 100%;
		height: 300px;
		display: block;
		z-index: -1;
		opacity: 1;
		overflow: hidden;
	}
	
	.bg2 .elementor-widget-container:after {
		background: url(/wp-content/themes/hello-elementor-child/img/logo-element2.png) no-repeat;
		content: ' ';
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: -2;
		display: block;
		width: 500px;
		height: 500px;
		overflow: hidden;
	}
    
    header li a.elementor-item-active {
        position: relative;
    }
	
	.site-header li.current_page_item a:before, header li a.elementor-item-active::before {
		content: '';
		bottom: 0;
		background-color: var(--e-global-color-primary);
		width: 80%;
		height: 2px;
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
	}
    
}


@media screen and (max-width: 991px) {
	.top-bar .social-media {
		justify-content: end;
	}
	
	.modal {
		width: 100% !important;
	}
}


@media screen and (min-width: 1200px) {
	div.top-bar, #site-footer .footer-inner, #site-footer .footer-info, header.header-title {
		max-width: 1140px;
	}
}


.metamorphose .elementor-section {
	transition: 0.3s;
}
.metamorphose .elementor-section:hover {
	transform: translateY(-20px);
}

.metam .elementor-widget-wrap.elementor-element-populated {
	flex-direction: column;
}

.metam .elementor-widget-text-editor{
	flex: 1 1 auto;
	
}
section.metamorphose, section.metamorphose .elementor-section.elementor-section-boxed > .elementor-container, section.cennik, section.cennik .elementor-section.elementor-section-boxed > .elementor-container {
	height: 100% !important;
}

section.cennik .title{
	display: flex;
	flex-direction: column;
}

section.cennik .list .elementor-widget-container{
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

section.cennik .list {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

section.cennik .list ul{
	display: flex;
	height: 100%;
	flex-direction: column;
}
section.cennik .list .elementor-icon-list-items li {
	flex: 1 1 auto;
	margin-bottom: auto;
}
	
section.cennik .elementor-widget-wrap.elementor-element-populated {
	display: flex;
	flex-direction: column;

}

section.cennik i.fas.fa-times-circle {
	color: #a0a0a0 !important;
	
}

div.price {
	margin-bottom: 0 !important;
}

section.cennik > .elementor-column-gap-default > .elementor-column {
	transition: 0.3s;
}

section.cennik > .elementor-column-gap-default > .elementor-column:hover {
	transform: translateY(-20px);
}

#modal-contact-content {
	display: none;
}
body.modal-open .overlay {
	position: fixed;
	display: block; 
	width: 100%; 
	height: 100%; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2; 
}
.show-modal {
	padding: 30px;
	border: 1px solid #c8c9ca;
	cursor: pointer;
}
.hidden, .modal.hidden {
	visibility: hidden;
	opacity: 0;
}
body .modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-height: 90vh;
    background-color:#fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
	z-index: 10;
	display: block;
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
	overflow-x: hidden;
	overflow-y: auto;
}

body.modal-open {
    overflow: hidden;
}
