/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.wp-block-list{
	padding-bottom:20px;
}

/* Hover effect */
.hover-up:hover{
    transform: translateY(-5px) !important;
    transform-origin: center center;
}

.hover-up{
    transition: all 0.3s ease;
}

/* Donwload hover icon */
.img-hover-download {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.img-hover-download::after {
    content: "";
    position: absolute;
    inset: 0;

    background-color: rgb(27 104 118 / 46%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1kb3dubG9hZC1pY29uIGx1Y2lkZS1kb3dubG9hZCI+PHBhdGggZD0iTTEyIDE1VjMiLz48cGF0aCBkPSJNMjEgMTV2NGEyIDIgMCAwIDEtMiAySDVhMiAyIDAgMCAxLTItMnYtNCIvPjxwYXRoIGQ9Im03IDEwIDUgNSA1LTUiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;

    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-hover-download:hover::after {
    opacity: 1;
}


ul.consocri-ambits-accio{
    display: flex;
    list-style: none;
    padding: 0;
    gap: 10px;
}

ul.consocri-ambits-accio li{
    background: #5c8e9c;
    padding:5px 10px;
    border-radius: 5px;
	transition: all 0.3s ease;
	line-height: 1.5;
}

ul.consocri-ambits-accio li:hover{
	background: #005d6e;
}

ul.consocri-ambits-accio a{
    color:white;
	font-size: 15px;

}

ul.consocri-ambits-accio svg{
    height: 15px;
    width: 15px;
    color: white;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #90abb6;
    color: #fff;
    text-decoration: none;
}

a{
	color: #323232;
}

a:hover, a:focus{
    color: #003544;
}

