/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* Default */
.pm-button-minwidth {
	min-width: 357px;
}
.pm-button-header-minwidth {
	min-width: 316px;
}
.pm-mw-1372px {
	max-width: 1372px;
}
.pm-mw-1522px {
	max-width: 1522px;
}
.pm-img-top-left-leaf:before, 
.pm-img-bottom-right-leaf:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
}
.pm-img-top-left-leaf:before {
    background-image: url('/wp-content/uploads/2023/11/pm-top-left-leaf.svg');
	width: 143px;
	height: 80px;
	top: -25px;
	left: -25px;
}
.pm-img-bottom-right-leaf:after {
	background-image: url('/wp-content/uploads/2023/11/pm-bottom-right-leaf.svg');
	width: 134px;
    height: 89px;
    bottom: -18px;
    right: -33px;
}
.pm-img-br-60 img {
	border-radius: 60px;
}
.pm-img-br-40 img {
	border-radius: 40px;
}
.pm-img-ov {
	overflow: visible !important;
}
.pm-img-width-100,
.pm-img-width-100 img {
	width: 100%;
}
body:not(.home) #main {
    background-image: url(/wp-content/uploads/2023/11/pm-bg-light-blue.svg);
    background-position: -10% -10%;
    background-size: 900px;
}
.pm-opacity-0 {
	opacity: 0;
}
/*---- homepage ----*/
.pm-hp-slider h4 {
	font-size: 24px !important;
}
.pm-hp-slider h1 {
	font-size: 56px !important;
}
.pm-hp-slider p {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}
.pm-hp-slider .heading {
	width: 50%;
	max-width: 406px;
}
.pm-hp-slider .background.background-image:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/11/pulmedico-slider-bg.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
	position: absolute;
    top: 0;
    bottom: 0;
}
.pm-hp-slider .background.background-image:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/11/pulmedico-slider-gradient.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
	position: absolute;
    top: 0;
    bottom: 0;
}
.pm-hp-slider .flex-prev,
.pm-hp-slider .flex-next {
    background-color: rgba(255,255,255,0.78) !important;
    border-radius: 75px;
    color: #000 !important;
    font-size: 36px !important;
}
.pm-hp-slider .flex-prev {
	left: 40px !important;
}
.pm-hp-slider .flex-next {
	right: 40px !important;
}
.pm-post-cards-carousel-column > div {
	padding-left: 77px !important;
	padding-right: 77px !important;
}
.pm-post-cards-carousel {
	position: unset !important;
}
.pm-post-cards-carousel .awb-swiper-button {
	opacity: 1 !important;
	background-color: transparent !important;
}
.pm-post-cards-carousel .awb-swiper-button.awb-swiper-button-prev {
	left: 1.96% !important;	
}
.pm-post-cards-carousel .awb-swiper-button.awb-swiper-button-next {
	right: 1.96% !important;	
}
.pm-ekipa-img img {
	border: 1px solid #20BDC6;
	border-radius: 300px;
}
.pm-ekipa-img:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/11/pm-bottom-right-light-blue-leaf.svg);
    background-repeat: no-repeat;
    width: 143px;
    height: 80px;
    display: block;
    position: absolute;
    bottom: -10px;
    right: -5px;
}
.pm-post-cards-carousel .awb-swiper-button.awb-swiper-button-prev i,
.pm-post-cards-carousel .awb-swiper-button.awb-swiper-button-next i {
	display: none;
}
.pm-post-cards-carousel .awb-swiper-button.awb-swiper-button-prev:before,
.pm-post-cards-carousel .awb-swiper-button.awb-swiper-button-next:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/11/Group-15.svg);
    background-repeat: no-repeat;
    background-size: 75px;
    width: 75px;
    height: 75px;
}
.pm-post-cards-carousel .awb-swiper-button.awb-swiper-button-next:before {
	transform: rotate(180deg);
}
.pm-hp-blog-post-cards-left .fusion-grid-posts-cards li:last-child .fusion-imageframe:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/11/pm-bottom-left-leaf.svg);
    width: 148px;
    height: 100px;
    bottom: -25px;
    left: -45px;
    position: absolute;
}
.pm-excerpt-2-rows {
    height: 48px;
    overflow: hidden;
}
.pm-excerpt-4-rows {
    height: 96px;
    overflow: hidden;
}
/* Contact form */
.pm-cf-fields-flex {
    display: flex;
    gap: 0 24px;
    justify-content: space-between;
	flex-wrap: wrap;
}
.pm-cf-field.pm-cf-field-third {
	width: calc(33% - 12px);
}
.pm-cf-field label {
	font-weight: 700;
	font-size: 18px;
}
.pm-cf-field input,
.pm-cf-field select,
.pm-cf-field textarea {
	border-radius: 15px !important;
	border: 1px solid rgba(134, 133, 133, 0.64) !important;
	background: #FFF;
}
.pm-cf-field .select-arrow {
	border: none !important;
	border-radius: 15px !important;
}
.pm-cf-field.pm-cf-field-acceptance {
	font-weight: 700;
}
.pm-cf-field.pm-cf-field-acceptance .wpcf7-list-item,
.pm-cf-field.pm-cf-field-acceptance .wpcf7-list-item input {
	margin-left: 0 !important;
}
.pm-cf-field.pm-cf-field-submit input {
    min-width: 648px;
    border: none !important;
    margin: auto!important;
    display: block!important;
}
.pm-link-icon-text a {
	font-weight: 700;
}
.pm-link-icon-text p {
	display: flex;
	align-items: center;
	gap: 10px;
}
.pm-column-with-border-and-leaf {
	border: 1px solid #20BDC6;
    border-right: none;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	overflow: visible;
}
.pm-column-with-border-and-leaf:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/11/pm-top-left-light-blue-leaf.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 200px;
    height: 112px;
    background-size: 200px;
    top: -36px;
    left: -35px;
    z-index: 0;
}
.pm-column-with-border-and-leaf > div {
	z-index: 9;
}
.pm-bg-gradient-white-blue {
	--awb-background-image: linear-gradient(180deg, #fff 0%, #fff 50%, #E2F9FB4D 51%, #E2F9FB4D 100%) !important;
}
/* PM table */
.pm-table table {
	border: 0 !important;
}
.pm-table table thead tr th {
	background-color: #F6A1A8;
	color: #fff;
	border: 0;
}
.pm-table table tbody tr td {
	background-color: #fff;
	color: #000;
	border: 0;
}
.pm-table table tbody tr:nth-child(2n) td {
	background-color: #FFEAEB;
	color: #000;
	border: 0;
}
.pm-table tr th:last-child {
	width: 40%;
}
/* Za paciente page */
.pm-za-paciente-post-cards ul li:nth-child(2n+1) .fusion-imageframe:before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2023/11/pm-top-left-leaf.svg');
	width: 143px;
	height: 80px;
	top: -25px;
	left: -25px;
}
.pm-za-paciente-post-cards ul li:nth-child(2n) .fusion-imageframe:before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2023/11/pm-bottom-right-leaf.svg');
	width: 134px;
    height: 89px;
    bottom: -18px;
    right: -33px;
}
/* Single Post */
.pm-single-post-related-post-cards .pm-button-minwidth {
	min-width: 287px;
}
.pm-single-post-related-post-cards .fusion-imageframe img {
    height: 300px;
    width: auto;
    object-fit: cover;
}