/**
* Theme Name: Izzo Associati
* Description: Tema per lo studio Izzo & Associati
* Author: <a href="https://arcadiacom.it/">Arcadia srl</a>
* Template: izzo
* Version: 1.0
*/

/* COLORI */
.rosso_old{color:#841811}
.grigio{color:#000100}

:root{
	--color-rosso:#6F2031;
	--color-grigio:#939598;
}


/* FIX LAYOUT */
@media all and (min-width: 1400px)
{
	body .tstk-quote-area,body .tstk-subscribe-area,body .elementor-section.elementor-section-boxed>.elementor-container,body .container {max-width:1360px}
}

/* SIDEBAR */
.widget>ul.wp-block-social-links>li:last-child{padding-bottom:15px}

/* BLOG */
.tstk-blog-style-2 .themestek-box-content{border: 1px solid #dedede; border-top: none}
div.tstk-element-posts-wrapper.row .tstk-ele{margin-bottom:65px}
.arc-titolo-post.tstk-tbar-title{color:#000100; margin:20px 0}
.arc-data-post{display:block; font-weight:bold; color:var(--color-rosso); margin-bottom:15px}

/* BREADCRUMB */
.tstk-breadcrumb a:hover{color:#fff}

/* FOOTER */
.tstk-footer-social-area ul.tstk-social-links li{font-size:30px}
.tstk-footer-social-area ul.tstk-social-links li:last-child{margin-right:0}
.tstk-footer-social-area ul.tstk-social-links li a i:before{margin:0}
.tstk-footer-copyright-text-area{line-height:1.3em}
#colophon.tstk-footer-section.tstk-text-color-white{color:#fff}
#colophon.tstk-footer-section.tstk-text-color-white a:hover{color:#fff; opacity:0.8}


/* CREDIT */
.credit {width: 100%; position: relative; text-align:right; overflow: hidden; height: 13px}
.credit a{width: 52px; height: 13px; float: right}
.credit a img {position: absolute; top: -26px; right: 0; width:52px}
.credit a:hover img {top: 0; right: 0} 