/*
Theme Name: Piquattro
Theme URI: https://piquattrodigital.com/
Template: wandau
Author: massimo
Description: Piquattro Theme Modification
Tags: blog,custom-logo,custom-menu,editor-style,featured-images,sticky-post,theme-options
Version: 1.1.0.1736350498
Updated: 2025-01-08 16:34:58

*/
:root {
    --color-main: #22b7c6!important;
    --color-dark: #080808;
  }
.image-icon-box .icon {
    background: none;
}
.image-icon-box .icon img {
    height: 100px!important;
}
.recent-news .content-box small { color: #22b7c6!important;}

.section-title h2 {
	font-size: 72px;
}
.slider .slider-texts .swiper-slide h1 {
    font-size: 106px;
}
@media only screen and (max-width: 767px) {
    .image-icon-box .icon img {
        height: 60px !important;
    }
    .section-title h2 {
        font-size: 40px!important;
    }
    .slider .slider-texts .swiper-slide h1 {
        font-size: 56px!important;
    }
}