/*
Theme Name: Curve - Luxury Design
Theme URI: https://curvedesign.it/
Author: Arcadia srl
Author URI: https://arcadiacom.it
Description: Tema per Curvè 
Version: 1.0.0
Template: curve
Text Domain: curve
*/

/* COLORI */ 
:root {
  --marrone-curve: #655340;
  --bianco: #fff;
}
.marrone{color:#655340}
.testo-bianco, .testo-bianco p{color:#fff}
.section-titles h2 em{color:var(--marrone-curve)}

/* STILI */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-weight:600}
.section-titles h2, .slider .slider-container .swiper-slide .container h1, .footer .contact-box h5,
.page-header .container h1
{font-family: var(--primary-font)}


/* IMG */
.side-image-left .pattern-bg{background:none}
.side-image-left{background:var(--marrone-curve)}

/* FOOTER */
footer.footer{padding-top:80px}
footer .footer-widget ul.wp-block-social-links{display:flex}
.footer-widget ul.wp-block-social-links li{width:auto; display:flex}

/* 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} 