.elementor-1 .elementor-element.elementor-element-a5861e2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1 .elementor-element.elementor-element-6c49b5a{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-1 .elementor-element.elementor-element-1216ed1 .elementor-heading-title{font-family:"EB Garamond", Sans-serif;font-size:25px;font-weight:400;line-height:21px;color:var( --e-global-color-accent );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1 .elementor-element.elementor-element-e59db8e{font-family:"EB Garamond", Sans-serif;font-size:18px;font-weight:400;line-height:21px;}.elementor-1 .elementor-element.elementor-element-30a6b746{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:3%;--padding-bottom:2%;--padding-left:0%;--padding-right:0%;}.elementor-1 .elementor-element.elementor-element-77671835{width:100%;max-width:100%;}@media(min-width:768px){.elementor-1 .elementor-element.elementor-element-30a6b746{--width:54%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* col sn tutte le widgets */
.dayplan {
    padding: 1.2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.dayplan p {padding:5px;}

/*  backgrounds alternati */
/* 
.dayplan:nth-child(even) {
    background-color: rgba(104, 9, 71, 0.15);
}

.dayplan:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
*/

/* divider */
.dayplan:not(:last-child) {
    border-bottom: 1px solid rgba(104, 9, 71, 0.3);
    margin-bottom: 1rem;
}

/* Hover  */
.dayplan:hover {
    background-color: rgba(104, 9, 71, 0.15);
    /* transform: translateX(1px); */
}
/* testo */
.dayplan {
    color: #f0f0f0; /* Slightly softer than pure white on dark bg */
    line-height: 1.6;
}

/* heading */
.dayplan h1, 
.dayplan h2, 
.dayplan h3, 
.dayplan h4 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

/* links */
.dayplan a {
    color: #680947;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.dayplan a:hover {
    color: #9b1d70;
    border-bottom-color: #680947;
}

/* col dx */
.athesis-right{
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
    min-height:900px;
}

.polaroid-cascade-wrap{
    position:absolute;
    inset:0;
}

/* polaroid */

.pol{
    position:absolute;
    background:#f4f0eb;
    padding:9px 9px 34px;
    box-shadow:
        2px 3px 8px rgba(0,0,0,.25),
        4px 8px 24px rgba(0,0,0,.18);
    transition:none !important;
}



/*immagini */

.pol img.pol-photo{
    display:block;
    width:100%;
    aspect-ratio:800 / 533;
    object-fit:cover;
    vertical-align:top;
    user-select:none;
}

/* didascalie */

.pol-caption{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:34px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-family:'Courier New', monospace;
    font-size:9px;
    letter-spacing:.05em;
    text-transform:lowercase;

    color:#8a8075;
    background:#f4f0eb;
}

/* posizione polaroid */


.pol{
    width:32%;
}

.pol-1{top:2%;left:3%;transform:rotate(-8deg);}
.pol-2{top:2%;left:38%;transform:rotate(6deg);}
.pol-3{top:28%;left:31%;transform:rotate(-5deg);}
.pol-4{top:28%;left:3%;transform:rotate(9deg);}
.pol-5{top:53%;left:35%;transform:rotate(-7deg);}
.pol-6{top:52%;left:4%;transform:rotate(4deg);}
.pol-7{top:74%;left:3%;transform:rotate(-4deg);}
.pol-8{top:76%;left:48%;transform:rotate(8deg);}

.pol-1{width:54%;}
.pol-2{width:50%;}
.pol-3{width:56%;}
.pol-4{width:49%;}
.pol-5{width:53%;}
.pol-6{width:51%;}
.pol-7{width:53%;}
.pol-8{width:50%;}

/* mobile */

@media (max-width:768px){
    .athesis-right{
        display:block;
    }
    .athesis-right{
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
    min-height:550px!important;
}
}/* End custom CSS */