Azure Storage /* admin custom layout design */ /* Quick View popup styles */ .ast-custom-layout-switch { position: relative; width: 42px; margin: inherit; height: 22px; cursor: pointer; border-radius: 100px; box-sizing: border-box; border: 2px solid #555d66; opacity: 0.7; transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1); } .ast-custom-layout-switch:before { opacity: 0; top: 5px; left: 7px; width: 2px; height: 6px; background: #fff; } .ast-custom-layout-switch:after { top: 4px; right: 4px; width: 8px; height: 8px; border-radius: 100%; box-sizing: border-box; border: 2px solid #555d66; transform: scale3d(0.8, 0.8, 1); } .ast-custom-layout-switch > span { -js-display: flex; display: flex; width: 16px; height: 16px; background: #555d66; border-radius: inherit; transform: translate3d(2px, 1px, 0); transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1), transform 0.15s cubic-bezier(0.4, 0, 0.2, 1); } .ast-custom-layout-switch.ast-active { background: #5c2ede; border-color: #5c2ede; opacity: 1; } .ast-custom-layout-switch.ast-active:before { opacity: 1; } .ast-custom-layout-switch.ast-active:after { opacity: 0; } .ast-custom-layout-switch.ast-active span { background: #fff; transform: translate3d(20px, 1px, 0); } .ast-shrotcut { -js-display: flex; display: flex; align-items: center; } .ast-shrotcut input { width: 100%; } th.column-enable_disable, th.column-advanced_hook_shortcode, th.column-advanced_hook_quick_view, td.advanced_hook_quick_view, .type-astra-advanced-hook .column-enable_disable, .type-astra-advanced-hook .advanced_hook_shortcode { text-align: center; } td.enable_disable.column-enable_disable .ast-custom-layout-switch { margin: 0 auto; } #enable_disable, #advanced_hook_quick_view { width: 250px; } .ast-custom-layout-tabs-wrapper { margin: 2em 0; } .ast-cl-priority .post-attributes-label-wrapper { margin-bottom: unset; } .ast-custom-layout-sidebar.ast-custom-layout-sidebar.components-panel__body.is-opened { padding: 14px; } .ast-advanced-hook-heading-help.dashicons.dashicons-editor-help { vertical-align: middle; margin-left: 5px; color: #b3b3b3; font-size: 18px; cursor: help; } tfoot .ast-advanced-hook-heading-help { display: none; } .advanced_hook_data_trigger { padding: 5px; } .ast-layout-modal * { box-sizing: border-box; } .ast-layout-modal .ast-layout-modal-content { position: fixed; left: 50%; top: 50%; border-radius: 2px; transform: translate(-50%, -50%); width: 100%; max-width: 550px; background: #fff; z-index: 100000; } .ast-layout-modal .ast-layout-modal-content article { overflow: auto; max-height: 400px; } .advanced_hook_data_trigger.requesting .dashicons { animation: rotation 2s infinite linear; } .advanced_hook_data_trigger.requesting .dashicons:before { content: "\f463"; } .ast-layout-modal-backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; min-height: 360px; background: rgba(0, 0, 0, 0.35); z-index: 99900; } .ast-layout-modal-main { padding-bottom: 60px; } .ast-layout-modal-main .ast-layout-modal-header { height: auto; background: #fff; padding: 14px 10px 14px 20px; border-top-left-radius: 2px; border-top-right-radius: 2px; box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.05), 0px 4px 6px -2px rgba(0, 0, 0, 0.05); } .ast-layout-modal-main .ast-layout-modal-header h1 { margin: 0; font-size: 18px; font-weight: 700; line-height: 1.5em; padding-right: 150px; } .ast-layout-modal-main .ast-layout-modal-header .modal-close-link { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; padding: 0; border: 0; font-size: 30px; line-height: 30px; background-color: transparent; color: #6B7280; cursor: pointer; } .ast-layout-modal-main article, .ast-layout-modal-main header { display: block; position: relative; } .ast-layout-modal-main footer { position: absolute; left: 0; right: 0; bottom: 0; z-index: 100; padding: 1em 1.5em; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; background: #fff; box-shadow: 0px -6px 8px -3px rgba(0, 0, 0, 0.05), 0px -4px 6px -2px rgba(0, 0, 0, 0.05); } .ast-layout-modal-main footer .inner { -js-display: flex; display: flex; align-items: center; justify-content: space-between; line-height: 23px; } .ast-data-preview .layout-status { margin-right: 72px; position: absolute; right: 0; top: 12px; } .ast-data-preview .ast-layout-preview-addresses { overflow: hidden; padding-bottom: 1.5em; } .ast-data-preview .ast-layout-preview-addresses .ast-data-preview-rules { width: 50%; float: left; padding: 0 1.5em 0; box-sizing: border-box; word-wrap: break-word; } .ast-data-preview footer .ast-layout-action-button-group { color: #1F2937; } .ast-data-preview footer .button.button-large { background-color: #007CBA; } .layout-status { -js-display: inline-flex; display: inline-flex; line-height: 2.5em; color: #777; background: #e5e5e5; cursor: inherit !important; white-space: nowrap; max-width: 100%; } .layout-status > span { padding: 0 1em; border-radius: 2px; overflow: hidden; text-overflow: ellipsis; box-shadow: none; } .ast-data-rule-group h2 { margin-top: 1.5em; } .ast-layout-preview-row { -js-display: flex; display: flex; flex-wrap: wrap; } .ast-layout-preview-col { width: 50%; padding: 20px; padding-right: 10px; border-bottom: 1px solid #DDDDDD; color: #1F2937; } .ast-layout-preview-col h3 { margin: 0; font-size: 13px; line-height: 17px; font-weight: 500; } .ast-layout-preview-col ul { list-style-type: disc; margin-left: 15px; margin-top: 0; margin-bottom: 0; color: #1F2937; } .ast-layout-preview-col ul li:nth-last-child(1) { margin-bottom: 0; } .ast-layout-preview-col.right { padding-left: 32px; border-left: 1px solid #DDDDDD; } .ast-advanced-hook-relative-time-duration-wrap p { display: inline-block; margin-bottom: 0; margin-top: 5px; } .ast-advanced-hook-relative-time-duration-wrap .layout-time-field, .ast-advanced-hook-time-duration-wrap .layout-time-field { display: block; } .ast-advanced-hook-relative-time-duration-wrap strong, .ast-advanced-hook-time-duration-wrap strong { font-weight: 500; } .ast-advanced-hook-time-duration-wrap p { display: inline-block; margin-bottom: 0; margin-top: 5px; } .ast-advanced-hook-time-duration-wrap .dashicons-yes-alt { color: #52A400; } .ast-advanced-hook-time-duration-wrap .dashicons-no { color: #f44336; } .ast-advance-hook-visibility-icon { display: inline-block; margin: 0; } .ast-advance-hook-visibility-icon .dashicons { position: relative; top: -1px; left: 3px; } .ast-advanced-hook-display-devices-wrap { display: inline-block; margin-bottom: 0; margin-top: 5px; } .ast-advanced-hook-display-devices-wrap ul { -js-display: flex; display: flex; flex-wrap: wrap; position: relative; margin-left: 0; list-style: none; } .ast-advanced-hook-display-devices-wrap li { display: inline-block; position: relative; padding-left: 15px; margin-bottom: 0; } .ast-advanced-hook-display-devices-wrap li:nth-child(1) { padding-left: 0; } .ast-advanced-hook-display-devices-wrap li:nth-child(1)::after { display: none; } .ast-advanced-hook-display-devices-wrap li::after { content: ""; position: absolute; left: 7px; top: 3px; width: 2px; height: 1em; background-color: #1F2937; } .ast-desktop { order: 1; } .ast-tablet { order: 2; } .ast-mobile { order: 3; } .ast-copy-layout-shortcode { display: none; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } .ast-copy-layout-shortcode:focus { box-shadow: none; outline: none; } .column-advanced_hook_shortcode:hover .ast-copy-layout-shortcode { display: inline-block; } .ast-copy-layout-shortcode.shortcode-copied .dashicons:before { color: #2271b1; content: "\f147"; width: 25px; height: 25px; font-size: 25px; margin-left: -5px; } .advanced_hook_shortcode .layout-status { border: 1px solid #D2D3E2; font-size: 14px; font-weight: 500; background-color: #ffe4c400; overflow: hidden; text-overflow: ellipsis; justify-content: center; } .advanced_hook_shortcode .layout-status span { border-radius: 0; line-height: 33px; font-weight: 400; color: #4F4E7C; } .advanced_hook_shortcode > div { position: relative; display: inline-block; padding-right: 28px; max-width: 240px; width: 100%; } .advanced_hook_quick_view .dashicons { color: #404040; font-size: 18px; } .post-type-astra-advanced-hook .button, .post-type-astra-advanced-hook .button-secondary { color: #5C2EDE; border-color: #5C2EDE; background: #ffffff; } .post-type-astra-advanced-hook .button, .post-type-astra-advanced-hook .button-secondary { color: #5C2EDE; border-color: #5C2EDE; background: #ffffff; } .post-type-astra-advanced-hook .button-link { color: #5C2EDE; border-color: #5C2EDE; } .post-type-astra-advanced-hook .button:hover, .post-type-astra-advanced-hook .button-secondary:hover { color: #5C2EDE; border-color: #5C2EDE; background: #ffffff; } .post-type-astra-advanced-hook .striped>tbody> :nth-child(odd), ul.striped> :nth-child(odd), .alternate { background-color: #F3F3F8; } .post-type-astra-advanced-hook select:hover { color: #5C2EDE; } .post-type-astra-advanced-hook .ast-data-preview footer .button.button-large { background: transparent; } .post-type-astra-advanced-hook .ast-site-builder-table-view .table-view-layout-section a:hover { color: #5c2ede !important; } anima - ISAIA ANTONACI https://www.isaiaantonaci.com/category/anima/ abstract Mon, 24 Aug 2026 11:22:55 +0000 en-US hourly 1 https://www.isaiaantonaci.com/wp-content/uploads/2021/01/cropped-frammento-B-dett-scaled-1-32x32.jpg anima - ISAIA ANTONACI https://www.isaiaantonaci.com/category/anima/ 32 32 Calco 53 https://www.isaiaantonaci.com/calco-53/?utm_source=rss&utm_medium=rss&utm_campaign=calco-53 https://www.isaiaantonaci.com/calco-53/#respond Tue, 11 Aug 2026 18:12:24 +0000 http://www.isaiaantonaci.com/?p=1518 L'articolo Calco 53 proviene da ISAIA ANTONACI.

]]>
Hearts, Calco 53, Isaia Antonaci artwork
CALCO 53 2020, transfer on canvas 100 × 100 cm

From the Calchi series, in which the pictorial gesture emerges through subtraction and release.
The mark is not asserted, but transferred—it becomes an imprinted memory, an indirect and mediated trace.
What appears on the surface is the result of a process of removal and impression, where action gives way to resonance.
Each work functions as a residue of a gesture, a silent echo of presence that suggests rather than declares.

The post Calco 53 first appeared on ISAIA ANTONACI.

L'articolo Calco 53 proviene da ISAIA ANTONACI.

]]>
https://www.isaiaantonaci.com/calco-53/feed/ 0
Calchi https://www.isaiaantonaci.com/calchi/?utm_source=rss&utm_medium=rss&utm_campaign=calchi Thu, 21 Oct 2021 06:06:04 +0000 http://www.isaiaantonaci.com/?p=1114 L'articolo Calchi proviene da ISAIA ANTONACI.

]]>
image

CALCHI

6/11 – 16/11/2021, Arte Città Amica, via Rubiana 15, Torino

Concorso internazionale di Pittua, grafica, acquarello METROPOLI DI TORINO 1º premio sezione Pittura

Inaugurazione sabato 6/11 ore 18.00

apertura mostra dal lun al sab dalle ore 16 alle ore 19 info: 338 7664025

“Calchi come impronte: un’impronta è il segno che lascia un corpo impresso su un altro. È la traccia lasciata da un organismo o da un fenomeno fisico, sulla superficie di uno strato sedimentario; è un’immagine costituita dal passaggio di un corpo in seguito dissoltosi da un fenomeno naturale come la pioggia, l’umido, il caldo… di cui rimangono forme negativamente incise nell’evento artistico. I segni vengono quindi ripetuti con combinazioni variabili e traslati da una superficie a un’altra. Da una “massa di energia” prende vita lo stampo per una seconda opera, e così avanti, fino alla riduzione della stessa. Brandelli di colore, scarti di materia… sono collegati insieme come un fitto tessuto di memorie. Non è composizione decorativa, è la decomposizione della trasposizione degli elementi rilasciati nell’azione pittorica.”

Isaia Antonaci nasce a Sesto San Giovanni (MI) nel 1985, dopo gli studi in pittura presso l’accademia di Brera a Milano nel 2008, ha dedicato la sua ricerca alle discipline marziali e filosofie orientali, viaggiando in Asia e vivendo a New York. La sua pittura è l’espressione del mutamento nel tempo, delle scie lasciate dal passaggio degli elementi. Una pittura materica costruita di azioni “vuote” e indirette.

In questa esposizione vengono presentati i suoi “Calchi”, realizzati negli ultimi anni, una ricerca pittorica che porta avanti dai primi anni 2000.

image
image
image
image
[contact-form-7]

The post Calchi first appeared on ISAIA ANTONACI.

L'articolo Calchi proviene da ISAIA ANTONACI.

]]>
Sintesi: massa, calco, frammento https://www.isaiaantonaci.com/sintesi-exhibition/?utm_source=rss&utm_medium=rss&utm_campaign=sintesi-exhibition Mon, 01 Feb 2021 12:58:38 +0000 http://www.isaiaantonaci.com/?p=1019 L'articolo Sintesi: massa, calco, frammento proviene da ISAIA ANTONACI.

]]>

Sintesi: massa – calco – frammento

exhibition at Ikonika Art Gallery, Milan, 15/1 – 31/1 2021

With this series, we enter the core of my pictorial process, shaped by subtraction, release, and transformation.
The mark is never direct but transferred—it arises from pours of color on paper, later imprinted onto canvas like a filtered memory.
Painting becomes an indirect consequence, an action through non-action, where presence emerges from what remains.

From an initial mass of energy, a first cast takes form and goes on to generate other works.
The process is both circular and generative, yet regressive: each step reduces, consumes, fragments.
What remains is a kind of pictorial shroud—torn, divided, layered over time—that preserves the deep core of the research.

image
image
image
image
image
image
image

For more information please fill out the form.

Thank you

[contact-form-7]

The post Sintesi: massa, calco, frammento first appeared on ISAIA ANTONACI.

L'articolo Sintesi: massa, calco, frammento proviene da ISAIA ANTONACI.

]]>
Frammento a muro https://www.isaiaantonaci.com/frammento-a-muro/?utm_source=rss&utm_medium=rss&utm_campaign=frammento-a-muro Sat, 16 Jan 2021 09:57:09 +0000 http://www.isaiaantonaci.com/?p=970 L'articolo Frammento a muro proviene da ISAIA ANTONACI.

]]>

Frammento a muro, mixed media on paper, 98 x 140 cm.

image
image
image
image
image

For more information please fill out the form.

Thank you

[contact-form-7]

The post Frammento a muro first appeared on ISAIA ANTONACI.

L'articolo Frammento a muro proviene da ISAIA ANTONACI.

]]>
Frammento C/D https://www.isaiaantonaci.com/frammento-c-d/?utm_source=rss&utm_medium=rss&utm_campaign=frammento-c-d Sat, 16 Jan 2021 09:46:43 +0000 http://www.isaiaantonaci.com/?p=963 L'articolo Frammento C/D proviene da ISAIA ANTONACI.

]]>

The sign is transferred from one surface to another by color casts made on paper, so painting, in this case, is an indirect consequence, an action in non-action. From a “mass of energy” the mold for a second work comes to life, and so on, up to its reduction… finally the work is summarized in the residue of the first cast released, now torn, split and consumed but which contains the core of this analysis. It is a circular work, which is reduced to the “fragment” through different stages of maturation.

Frammento C/D, mixed media on paper applied on plexiglass, 40 x 100 cm.

image
image
image

For more information please fill out the form.

Thank you

[contact-form-7]

The post Frammento C/D first appeared on ISAIA ANTONACI.

L'articolo Frammento C/D proviene da ISAIA ANTONACI.

]]>
Frammento A/B https://www.isaiaantonaci.com/frammento-a-b/?utm_source=rss&utm_medium=rss&utm_campaign=frammento-a-b Sat, 16 Jan 2021 09:40:44 +0000 http://www.isaiaantonaci.com/?p=951 L'articolo Frammento A/B proviene da ISAIA ANTONACI.

]]>

Color casts on paper used to give life to other works on canvas… then applied on plexiglass tell the synthesis of a walk; they are stains, residues, suspended precariously in space and become two-sided works.

Frammento A/B, mixed media on paper applied on plexiglass, 25 x 170 cm.

image
image
image
image

For more information please fill out the form.

Thank you

[contact-form-7]

The post Frammento A/B first appeared on ISAIA ANTONACI.

L'articolo Frammento A/B proviene da ISAIA ANTONACI.

]]>
casts 32 https://www.isaiaantonaci.com/casts-32/?utm_source=rss&utm_medium=rss&utm_campaign=casts-32 Thu, 26 Nov 2020 14:02:08 +0000 http://www.isaiaantonaci.com/?p=848 L'articolo casts 32 proviene da ISAIA ANTONACI.

]]>

Stability and instability of form… stationary, fleeting. Footprints locked in an inviolable harmony of forces; the technique is always to transfer a sign from other surfaces, a consequence of…

Casts 32, mixed media on canvas, 92 x 155,5 cm.

image
image
image

For more information please fill out the form.

Thank you

[contact-form-7]

The post casts 32 first appeared on ISAIA ANTONACI.

L'articolo casts 32 proviene da ISAIA ANTONACI.

]]>
casts 38 https://www.isaiaantonaci.com/casts-38/?utm_source=rss&utm_medium=rss&utm_campaign=casts-38 Thu, 26 Nov 2020 13:26:48 +0000 http://www.isaiaantonaci.com/?p=820 L'articolo casts 38 proviene da ISAIA ANTONACI.

]]>

Casts 38, mixed media on canvas, 155 x 106 cm.

image
image
image

For more information please fill out the form.

Thank you

[contact-form-7]

The post casts 38 first appeared on ISAIA ANTONACI.

L'articolo casts 38 proviene da ISAIA ANTONACI.

]]>
casts 43 https://www.isaiaantonaci.com/casts-43/?utm_source=rss&utm_medium=rss&utm_campaign=casts-43 Thu, 26 Nov 2020 13:08:37 +0000 http://www.isaiaantonaci.com/?p=814 L'articolo casts 43 proviene da ISAIA ANTONACI.

]]>

“Signs, footprints, which are transferred from one surface to another, are reflex actions: acting in not acting, finding the intention in the non-intention, form in the non-form, releasing in one or more gestures the synthesis of a path of research, perceptions and thoughts.”

Casts 43, mixed media on canvas, 65 x 160 cm.

image
image
image

For more information please fill out the form.

Thank you

[contact-form-7]

The post casts 43 first appeared on ISAIA ANTONACI.

L'articolo casts 43 proviene da ISAIA ANTONACI.

]]>
casts 40 https://www.isaiaantonaci.com/casts-40/?utm_source=rss&utm_medium=rss&utm_campaign=casts-40 Thu, 26 Nov 2020 12:53:43 +0000 http://www.isaiaantonaci.com/?p=793 L'articolo casts 40 proviene da ISAIA ANTONACI.

]]>

Casts 40, mixed media on canvas, 51 x 75 cm.

image
image
image

For more information please fill out the form.

Thank you

[contact-form-7]

The post casts 40 first appeared on ISAIA ANTONACI.

L'articolo casts 40 proviene da ISAIA ANTONACI.

]]>