/*
 Theme Name:   Agencium Child
 Description:  Agencium Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/agencium
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     agencium
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  agencium-child
*/

/* =Theme customization starts here
------------------------------------------------------- */


.header-icon.search-trigger {
    display: none !important;
}


.service-post-title a {
    cursor: default !important;       /* niente manina */
}

.footer-copyrights-container{
	padding:0px;
}

.footer-wrapper{
	padding:0px!important;
}


#cmplz-message-1-optin{
	font-family:"Manrope";
	font-weight:400!important;
}

#cmplz-header-1-optin{
	font-family:"Manrope";
}

.cmplz-categories{
	font-family:"Manrope";
}

.header-icon .dropdown-trigger-icon::before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";  
    font-weight: 900;
    display: inline-block;
    margin-left: 6px;
    font-size: 36px;
	margin-top:-3px!important;
}

.header-icon:hover .dropdown-trigger-icon::before {
    transform: scale(1.1);
	transition: color 0.5s;
}

html {
    transform: scale(0.9);           /* 90%, quindi più piccolo */
    transform-origin: top left;      /* evita che la pagina si sposti */
	width: 111%;
}
