/*
Theme Name: Marity Child
Theme URI: https://marity.qodeinteractive.com
Description: A child theme of Marity
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.1
Text Domain: marity
Template: marity
*/
body {
    font-size: 18px;
}

.qodef-image-gallery.qodef--hover-overlay .qodef-e:after {
    display: none;
}

.glow-effects .qodef-image-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.glow-effects .qodef-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    filter: grayscale(25%);
    transition:
        transform 0.5s ease,
        filter 0.5s ease;
    transform-origin: center center;
}

/* Effetto "glow" via ::before */
/*
.glow-effects .qodef-image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(5px);
  transform: rotate(45deg) translate(-450%, 0);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
  z-index: 2;
}
*/
/* Hover effect: glow + rimozione grayscale + zoom */
/*
.glow-effects .qodef-image-wrapper:hover::before {
  transform: rotate(45deg) translate(450%, 0);
}
*/
.glow-effects .qodef-image-wrapper:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.testimonial-home h4.qodef-e-text {
    order: 2;
    font-size: 23px;
}

.testimonial-home h6.qodef-e-author {
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 14px;
}

.qodef-button.qodef-html--link {
    font-size: 16px;
}

.qodef-grid-item.qodef-process-info-tabs-item-holder:hover {
    cursor: pointer;
}

span.wpcf7-list-item-label {
    font-size: 14px;
}

footer div#block-9 p {
    font-size: 15px;
    line-height: 2.2;
}

.qodef-newsletter input[type=email] {
    font-size: 16px;
    color: #ccc !important;
    border: 1px solid #ccc !important;
    padding: 17px 30px;
}

footer li {
    line-height: 1.59 !important;
}

#qodef-page-footer-bottom-area .qodef-copyright-text,
#qodef-page-footer-bottom-area .qodef-copyright-text a {
    font-family: Sora, sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: 0;
    color: #ccc !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-horizontal>.swiper-pagination-bullets {

    width: 100%;
}


.swiper-pagination-bullets .swiper-pagination-bullet {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    margin: 5px !important;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    transition: all .35s ease;
    position: relative;
}

.justify p {
    text-align: justify;
}

ul.listato {
    list-style: none;
}

.listato li {
    margin: 13px 0;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 2.8em;
    color: #000;
}

/* Tweak footer */
#qodef-page-footer-top-area {
    background-color: #423b3a;
}

footer li a,
footer p {
    color: #cccccc !important;
}

#qodef-page-footer-top-area-inner .qodef-footer-list li a {
    color: #cccccc !important;
}

p.qodef-footer-list-title {
    color: #fff !important;
    font-size: 16px !important;
}

#qodef-page-footer .widget a {
    color: #cccccc !important;
}

/* Tweak footer menu */
footer h5.qodef-widget-title {
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 10px !important;
}

footer svg.qodef-svg--menu-star.qodef-menu-item-star {
    display: none;
}

footer li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-10742.qodef-menu-item--narrow>a {
    display: none;
}

footer ul.sub-menu {
    margin-left: 0 !important;
}

span.wpcf7-list-item-label {
    color: #cccccc;
}

p.qodef-newsletter-title {
    color: #fff !important;
}

#qodef-page-footer-top-area-inner .qodef-newsletter-title {
    margin-top: 5px;
}

#qodef-page-footer-top-area-inner {
    padding-top: 70px;
    padding-bottom: 70px;
}

#qodef-page-footer-bottom-area-inner {
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#qodef-page-footer-bottom-area {
    background-color: #423B3A;
}

#qodef-back-to-top {
    background-color: #ccc;
}

a.qodef-e-info-author,
.qodef-e-about-info .qodef-info-separator-end {
    display: none !important;
}

/* Font caroselli */


.qodef-process-info-tabs.qodef-layout--horizontal.qodef-skin--light .qodef-e-text {
    color: #e9e9e9;
}

.qodef-process-info-tabs-content-bottom p.qodef-e-text {
    font-size: 17px;
}

.qodef-process-info-tabs-content-bottom {
    margin-top: 16px !important;
}

.qodef-name,
.qodef-mail {
    padding-top: 15px;
}

.messaggio {
    padding-top: 15px;
}

.messaggio span.wpcf7-form-control-wrap {
    padding-bottom: 15px;
}

.submit-cf7 button:hover {
    background-color: #423B3A !important;
    color: #fff !important;
    border-color: #423B3A !important;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    font-size: 15px;
}

.accettazione span {
    color: #222;
}

.accettazione {
    padding-bottom: 15px;
    padding-top: 15px;
}

.accettazione span.wpcf7-list-item {
    margin-left: 0;
}

.accettazione input[type="checkbox"] {
    margin-right: 6px;
    width: 17px;
    height: 17px;
}

.submit-cf7 button {
    width: 100%;
    display: block;
}

html .pum-theme-11076 .pum-container,
.pum-theme-lightbox .pum-container {
    padding: 18px;
    border-radius: 3px;
    border: 6px solid #E6F1F8;
    box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 0.7);
    background-color: rgba(255, 255, 255, 1.00);
}

div#pum_popup_title_11084 {
    display: none;
}

.pum-content.popmake-content h3 {
    padding-top: 16px;
    margin-bottom: 10px;
}

.pum-theme-11076 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
    height: 20px !important;
    width: 20px !important;
    font-size: 20px !important;
    line-height: 20px !important;
    border: 1px solid #ffffff !important;
    border-radius: 20px !important;
    background-color: #423B3A !important;
}

.qodef-section-title .qodef-m-button {
    width: fit-content !important;
}

.width-mappa {
    max-width: 80%;
    margin: auto;
}

.qodef-page-title.qodef-m.qodef-title--breadcrumbs.qodef-alignment--left.qodef-vertical-alignment--header-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width:991px) {
    .qodef-magnifier-glass .qodef-m-stage-content {
        width: 71%;
    }

    .magnifer-settings .qodef-m-stage-top h1.qodef-e-title.entry-title {
        font-family: Sora, sans-serif;
        font-weight: 400;
        color: #0e202a;
        font-size: 3.5em !important;
        line-height: 1.2;
    }

    .magnifer-settings .qodef-m-stage-bottom h1.qodef-e-title.entry-title {
        font-family: Sora, sans-serif;
        font-weight: 400;
        color: #0e202a;
        font-size: 3.5em !important;
        line-height: 1.2;
    }

    .qodef-magnifier-glass .qodef-m-stage-content .qodef-m-stage-bottom .qodef-m-stage-bottom-content .qodef-m-stage-bottom-first {
        margin-top: 30%;
        width: 100%;
    }

    .qodef-magnifier-glass .qodef-m-stage-content .qodef-m-stage-bottom .qodef-m-stage-bottom-content .qodef-m-stage-bottom-second {
        margin-top: 4%;
        width: 86%;
    }

    .qodef-m-stage-bottom-second p {
        font-size: 20px;
    }

    footer .qodef-grid.qodef-columns-layout--custom>.qodef-grid-inner>.qodef-grid-item:first-child {
        width: 46.3%;
    }

    .qodef-grid.qodef-layout--columns.qodef-responsive--custom.qodef-col-num--3.qodef-col-num--768--1.qodef-col-num--680--1.qodef-col-num--480--1.qodef-columns-layout--custom .qodef-grid-item:nth-child(2) {
        width: calc((30.7% - 140px) / 2);
    }

    .qodef-grid.qodef-layout--columns.qodef-responsive--custom.qodef-col-num--3.qodef-col-num--768--1.qodef-col-num--680--1.qodef-col-num--480--1.qodef-columns-layout--custom .qodef-grid-item:nth-child(3) {
        width: calc((80.7% - 140px) / 2);
    }
}

/* PER AMAYA Classe spaziature super-title generica e parti bottom dei single post per related etc */
.qodef-shortcode.qodef-m.qodef-section-title.qodef-show_supertitle--no {
    padding-top: 36px;
}

/* Nascondo sidebar post */
.single-post div#qodef-single-post-navigation,
.single-post div#qodef-related-posts,
.category div#qodef-single-post-navigation,
.category div#qodef-related-posts {
    display: none;
}
.page-id-4332 div#qodef-page-inner {
    padding-top: 36px;
    padding-bottom: 0;
}
@media (min-width:991px) and (max-width:1380px) {
    body {
        font-size: 17px;
    }

    .qodef-newsletter {
        display: block;
    }

    .qodef-newsletter .qodef-button.qodef-layout--outlined {
        padding: 16px 36px;
        width: 98%;
        margin-top: 10px;
    }

    .qodef-newsletter input[type=email] {
        padding: 12px 20px;
    }

    #qodef-page-footer-top-area .qodef-content-full-width {
        padding-left: 36px;
        padding-right: 36px;
    }

    #qodef-page-footer-top-area-inner .qodef-newsletter-title {
        font-family: Sora, sans-serif;
        font-size: 26px;
        margin-bottom: 26px !important;
    }

    footer .qodef-grid.qodef-col-num--2>.qodef-grid-inner {
        --qode-columns: 1;
    }

    footer div#block-9 p {
        font-size: 14px;
        line-height: 1.8;
    }

    #qodef-page-footer .widget a,
    #qodef-page-footer .widget li,
    #qodef-page-footer .widget p a {
        font-size: 14px;
        font-weight: 400;
    }

    footer h5.qodef-widget-title {
        color: #fff !important;
        font-size: 14px !important;
        margin-top: 10px !important;
    }

    p.qodef-footer-list-title {
        color: #fff !important;
        font-size: 14px !important;
    }

    footer .qodef-grid {
        --qode-columns-gap: 40px;
    }

    footer .qodef-grid.qodef-columns-layout--custom>.qodef-grid-inner>.qodef-grid-item:first-child {
        width: 40.3%;
    }

    .qodef-grid.qodef-layout--columns.qodef-responsive--custom.qodef-col-num--3.qodef-col-num--768--1.qodef-col-num--680--1.qodef-col-num--480--1.qodef-columns-layout--custom .qodef-grid-item:nth-child(2) {
        width: calc((48.7% - 160px) / 2);
        margin-left: 30px;
    }

    .qodef-grid.qodef-layout--columns.qodef-responsive--custom.qodef-col-num--3.qodef-col-num--768--1.qodef-col-num--680--1.qodef-col-num--480--1.qodef-columns-layout--custom .qodef-grid-item:nth-child(3) {
        width: calc((93.7% - 140px) / 2);
    }

    .qodef-h1,
    h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .qodef-h2,
    h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .qodef-h4,
    h4 {
        font-size: 22px;
        line-height: 26px;
    }

    .elementor-4512 .elementor-element.elementor-element-d33a622>.elementor-element-populated {
        padding: 0px 40px 60px 0px !important;
    }

    .swiper-wrapper h4.qodef-e-title.entry-title {
        font-size: 18px;
        line-height: 22px;
        padding-top: 10px;
    }

    .qodef-process-info-tabs.qodef-layout--horizontal.qodef-behavior--indent-slider.qodef-enable-min-height--yes .qodef-process-info-tabs-item {
        min-height: 340px;
    }

    span.qodef-e-count {
        color: #fff;
        font-weight: 600;
    }

    .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .qodef-shortcode.qodef-m.qodef-section-title.qodef-show_supertitle--no.qodef-alignment--left p {
        margin-top: 0px !important;
    }

    .page-id-9914 .qodef-shortcode.qodef-m.qodef-section-title.qodef-show_supertitle--no.qodef-alignment--left p {
        margin-top: -24px !important;
    }

    .qodef-button.qodef-html--link {
        font-size: 16px;
        text-align: center;
    }

    .servizi-moca .elementor-widget-wrap.elementor-element-populated,
    .rivolti-moca .elementor-widget-wrap.elementor-element-populated {
        padding-top: 50px !important;
    }

    .servizi-moca .elementor-element-bcca2fc .elementor-widget-wrap.elementor-element-populated {
        padding-top: 0px !important;
    }

    .qodef-button.qodef-size--small {
        padding: 20px 13px;
        display: block;
    }

    .qodef-process-info-tabs-content-bottom p.qodef-e-text {
        font-size: 16px;
    }

    .qodef-shortcode.qodef-m.qodef-section-title.qodef-show_supertitle--no.qodef-alignment--left p {
        margin-top: 10px !important;
    }

    .single-post #qodef-page-inner,
    .category #qodef-page-inner {
        padding: 36px 0px 50px 0px !important;
    }

    #qodef-page-mobile-header .qodef-mobile-header-logo-link {
        height: 50px !important;
    }

}

@media (min-width:991px) and (max-width:1100px) {
    .home .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-d33a622 {
        width: 90%;
        margin: auto;
    }

    .home .analisi-space {
        padding-top: 180px;
    }

    .qodef-grid-item.qodef-process-info-tabs-item-holder {
        padding: 5px;
    }

    .page-id-6198 .elementor-6198 .elementor-element.elementor-element-2edfb50 {
        width: 100%;
        margin-bottom: 20px;
    }

    .page-id-9914 section.elementor-section.elementor-top-section.elementor-element.elementor-element-b7e4dd1 .elementor-widget-wrap {
        padding-bottom: 0;
        padding-top: 15px !important;
    }

    .page-id-9936 .elementor-column.elementor-col-100.elementor-inner-column.elementor-element.elementor-element-bcca2fc .elementor-widget-wrap.elementor-element-populated {
        background: #EFF7FE;
    }

    .qodef-blog-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .qodef-h4,
    h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .width-mappa {
        width: 100% !important;
    }

    .page-id-5292 .elementor-5292 .elementor-element.elementor-element-b058ffe>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 36px 0px;
    }

}

@media (max-width:1100px) {

    html,
    body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }

    body {
        color: #222;
        font-weight: 400;
        line-height: 1.4;
        font-size: 16px
    }

    #qodef-page-mobile-header .qodef-mobile-header-logo-link {
        height: 50px !important;
    }

    .qodef-svg--menu-close rect,
    .qodef-svg--menu-open rect {
        fill: #423B3A;
    }

    .qodef-mobile-header-navigation ul li ul li>a {
        font-size: 16px;
        font-weight: 400;
        color: #222;
        line-height: 32px;
    }

    .qodef-h1,
    h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .qodef-button.qodef-size--small {
        padding: 17px 20px;
        width: 100% !important;
        display: block;
        text-align: center;
    }

    .qodef-section-title .qodef-m-button {
        width: 100% !important;
    }

    .qodef-shortcode.qodef-m.qodef-section-title.qodef-show_supertitle--no {
        padding-top: 0px;
    }

    .qodef-h2,
    h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .spazio-titolo .elementor-widget-container {
        margin-bottom: 0 !important;
    }

    .qodef-h5,
    h5 {
        font-size: 18px;
        line-height: 22px;
    }

    .bottom-space {
        padding-bottom: 100px;
        padding-top: 36px;
    }

    .qodef-h4,
    h4 {
        font-size: 21px;
        line-height: 26px;
    }

    .analisi-space {
        padding-top: 90px;
        padding-bottom: 36px;
    }

    .analisi-des p.qodef-m-text {
        margin-top: 24px !important;
    }

    .testimonial-home img {
        width: 112px !important;
        height: auto !important;
    }

    .testimonial-home h4.qodef-e-text {
        font-size: 17px;
        font-weight: 400;
    }

    .testimonial-home h6.qodef-e-author {
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .row-testimonial {
        margin-bottom: 0 !important;
    }

    #qodef-page-footer-top-area-inner .qodef-newsletter-title {
        font-size: 26px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 32px;
    }

    #qodef-back-to-top {
        position: fixed;
        width: 50px;
        height: 152px;
        right: 50px;
        bottom: 0;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 1040;
        background-image: linear-gradient(0deg, #dec9c9 0, #96bec7 100%);
        border-top-left-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: translateX(10px);
        --qodef-text-transform: -4px;
    }

    a#qodef-back-to-top {
        display: none !important;
    }

    .first-section .elementor-widget-marity_core_single_image {
        padding-bottom: 36px;
    }

    .second-section .elementor-widget-marity_core_single_image {
        padding-bottom: 36px;
    }

    .second-section p.qodef-m-text {
        margin-top: 12px !important;
    }

    .page-id-10318 .second-section {
        padding-bottom: 70px !important;
    }

    .page-id-6198 .elementor-6198 .elementor-element.elementor-element-d0ec4f2 {
        margin-top: 36px !important;
    }

    .page-id-6198 section.elementor-section.elementor-top-section {
        margin-top: 0;
    }

    .elementor-element.elementor-widget.elementor-widget-marity_core_section_title {
        max-width: 100% !important;
    }

    .page-id-6198 .first-section {
        margin-bottom: 0 !important;
    }

    .page-id-6198 .elementor-top-section {
        margin-bottom: 0 !important;
    }

    .sezione-carosello-lab {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .sezione-carosello-lab .elementor-widget-wrap.elementor-element-populated {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .qodef-button.qodef-size--large {
        padding: 17px 24px;
    }

    .sezione-carosello-lab {
        margin-top: 40px !important;
    }

    .sezione-carosello-lab .elementor-column.elementor-col-50.elementor-top-column .elementor-widget-wrap.elementor-element-populated {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .sezione-carosello-lab a.qodef-shortcode.qodef-m.qodef-button.qodef-layout--outlined.qodef-size--large.qodef-html--link {
        border-color: #fff !important;
    }

    .sezione-carosello-lab .qodef-m-button {
        margin-top: 0px;
    }

    .sezione-carosello-lab h4.qodef-e-title.entry-title {
        font-size: 18px;
    }

    .sezione-carosello-lab .qodef-process-info-tabs.qodef-layout--horizontal.qodef-behavior--indent-slider.qodef-enable-min-height--yes .qodef-process-info-tabs-item {
        min-height: 38vh;
        padding-top: 10px;
    }

    span.qodef-e-count {
        color: #fff;
        font-weight: 700;
    }

    .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        transform: scale(1.35);
    }

    .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .sezione-carosello-lab .qodef-process-info-tabs-item {
        padding: 35px 20px 36px 20px !important;
    }

    .qodef-grid>.qodef-grid-inner {
        gap: 0;
    }

    .page-id-9914 p.qodef-m-text {
        margin-top: 12px !important;
    }

    .section-dwd .servizi .elementor-widget-wrap.elementor-element-populated {
        background-position: 50% 0% !important;
        background-size: 1000px !important;
        background-color: #F6F6F6;
    }

    .tabs-dwd .elementor-widget-wrap.elementor-element-populated {
        padding-top: 0 !important;
    }

    .tabs-dwd {
        max-width: 90%;
        margin: auto;
    }

    .qodef-accordion.qodef-layout--simple .qodef-accordion-title {
        text-align: left;
    }

    .qodef-accordion.qodef-layout--simple .qodef-accordion-title {
        justify-content: left;
    }

    span.qodef-accordion-mark {
        margin-right: 12px;
    }

    .qodef-accordion-content {
        height: auto !important;
    }

    .pum-content p {
        color: #222;
        font-weight: 400;
        font-size: 14px;
    }

    .pum-content span.wpcf7-list-item-label {
        font-weight: 400;
    }

    .justify p {
        text-align: left;
        margin-top: 12px !important;
    }

    .page-id-9936 a.qodef-shortcode.qodef-m.qodef-button.qodef-layout--outlined.qodef-size--small.qodef-html--link {
        background-color: #F0F7FD;
    }

    .rivolti-moca .elementor-widget-wrap.elementor-element-populated {
        background-size: 1000px !important;
        background-position: 50% -20% !important;
    }

    .section-dwd .servizi-moca .elementor-widget-wrap.elementor-element-populated {
        background-position: 50% 0% !important;
        background-size: 1000px !important;
        background-color: #F6F6F6;
    }

    .pum-container h3 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
    }

    .qodef-classic-contact-form input[type=email],
    .qodef-classic-contact-form input[type=text],
    .qodef-classic-contact-form textarea,
    input.wpcf7-form-control.wpcf7-tel {
        font-family: Sora, sans-serif;
        padding: 6px 12px;
        font-weight: 400;
    }

    input[type=date],
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=url],
    select,
    textarea {
        font-size: 13px;
    }

    .qodef-classic-contact-form .wpcf7-submit.qodef-button {
        padding: 10px 20px;
    }

    span.wpcf7-list-item-label,
    span.wpcf7-list-item {
        font-size: 12px;
        line-height: 14px;
    }

    .qodef-name,
    .qodef-mail {
        padding-top: 5px;
    }

    .messaggio {
        padding-top: 5px;
    }

    .page-id-9936 .carosello-moca a.qodef-shortcode.qodef-m.qodef-button.qodef-layout--outlined.qodef-size--small.qodef-html--link {
        background-color: transparent;
    }

    .page-id-9936 .carosello-moca a.qodef-shortcode.qodef-m.qodef-button.qodef-layout--outlined.qodef-size--small.qodef-html--link:hover {
        background-color: #0E202A !important;
        color: #fff !important;
    }

    .page-id-4332 #qodef-page-inner {
        padding: 36px 0px 62px 0px;
    }

    .qodef-blog.qodef--single .qodef-blog-item .elementor-section p,
    .qodef-blog.qodef--single .qodef-blog-item .qodef-blog-text {
        color: #222;
    }

    .single-post #qodef-page-inner {
        padding: 26px 0px 50px 0px;
    }

    .single-post .qodef-h1,
    .single-post h1 {
        font-size: 23px;
        line-height: 1.3;
    }

    .qodef-blog.qodef--single .qodef-blog-item .qodef-e-content {
        margin: 18px 0 0;
    }

    .qodef-blog .qodef-e-about-info {
        margin-top: 8px;
    }

    .single-post .qodef-h4,
    .single-post h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .first-contatti a.qodef-shortcode.qodef-m.qodef-button.qodef-layout--filled.qodef-html--link {
        padding: 18px 16px;
        width: 100% !important;
        text-align: center;
        display: block;
    }

    .width-mappa {
        max-width: 92%;
        margin: auto;
    }

    footer input.wpcf7-form-control {
        padding: 10px 12px !important;
    }

    .qodef-newsletter .qodef-button.qodef-layout--outlined {
        margin-top: 14px;
        padding: 16px 54px;
    }

    .qodef-image-gallery .qodef-grid-item {
        padding-top: 8px;
    }

    .qodef-icon-list-item.qodef-icon--svg-icon p.qodef-e-title span.qodef-e-title-text {
        font-size: 15px;
        line-height: 21px;
        margin-top: 10px;
    }

    /* Nascondo sidebar post */
    .single-post div#qodef-single-post-navigation,
    .single-post div#qodef-related-posts,
    .single-post .qodef-grid-item.qodef-page-sidebar-section.qodef-col--3.qodef-col--sidebar,
    .category .qodef-grid-item.qodef-page-sidebar-section.qodef-col--3.qodef-col--sidebar {
        display: none;
    }

}

@media (min-width:680px) and (max-width:991px) {
    .analisi-space {
        padding-top: 150px;
    }

    .qodef-image-gallery .qodef-grid-item {
        padding: 0;
    }

    .qodef-grid-item.qodef-process-info-tabs-item-holder {
        margin-top: 12px;
    }

    .qodef-process-info-tabs.qodef-layout--horizontal.qodef-appearance--morph .qodef-process-info-tabs-item {
        min-height: 200px;
    }

    .page-id-6198 .first-section .elementor-container.elementor-column-gap-no {
        display: block;
        width: 100%;
    }

    .page-id-6198 .first-section .elementor-container.elementor-column-gap-no .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-2edfb50 {
        width: 100%;
        margin-bottom: 26px;
    }

    .sezione-carosello-lab {
        padding-left: 60px !important;
        padding-right: 0px !important;
    }

    .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-a0c1523 {
        padding-right: 60px;
    }

    .page-id-5292 .elementor-5292 .elementor-element.elementor-element-1d8626b {
        width: 100%;
    }
}

@media (max-width:767px) {
    .row-testimonial {
        margin-bottom: 0 !important;
    }
}

@media (max-width:680px) {
    .qodef-accordion.qodef-layout--simple .qodef-accordion-title {
        text-align: left;
    }

    .qodef-accordion.qodef-layout--simple .qodef-accordion-title {
        justify-content: left;
    }

    .qodef-newsletter .qodef-button.qodef-layout--outlined {
        margin-top: 14px;
        padding: 16px 54px;
    }
}

.qodef-page-title.qodef-m.qodef-title--breadcrumbs {
    display: none;
}
.single-post div#qodef-page-inner {
    padding-top: 36px;
}

.blog-page .qodef-e-media-image {
    filter: none !important;
}
.blog-page article.qodef-e.qodef-blog-item img {
    transition: all 0.2s ease-in;
}
.blog-page article.qodef-e.qodef-blog-item:hover img {
    transform: scale(1.1);
    transition: all 0.2s ease-in;
}
div#iub-pp-container h4 {
	font-size:19px;
}
div#iub-pp-container h3 {
    font-size: 20px;
}
div#iub-pp-container h2 {
    font-size: 28px;
}
html #purposes-content-container .purposes-header .purposes-header-title {
    font-weight: 700 !important;
    font-size: 26px !important;
    margin-bottom: 8px !important;
}
input.qodef-m-form-field {
    color: #222 !important;
}