/**
* Theme Name:     fundrize Child
* Theme URI:      https://eaere.org
* Description:    Tema Child per il tema fundrize
* Author:         Paolo Gittoi
* Author URI:     http://
* Template:       fundrize
* Version:        0.1.0
**/

/*Per scorrimento pagina*/
html body {
    overflow: visible;
}

.inf-icon-envelope2::before {
    content: "\e977" !important;
}
.inf-icon-phone-call::before {
    content: "\e97a" !important;
}


/*---------------------
griglia eventi in home
-----------------------*/

.vc_gitem-acf.start-date {
    float: left;
}

.vc_gitem-acf.end-date::before {
    content: "\00a0-\00a0";
}
/*---------------------
 griglia other events eaere-supported-event policy-outreach-events
-----------------------*/

.vc_gitem-acf.supp-e-e,.vc_gitem-acf.policy-o-e {
    font-style: italic;
	font-weight: bold;
	font-variant: all-small-caps;
}
.vc_gitem-acf.supp-e-e {
    color: coral;	
}

.vc_gitem-acf.policy-o-e {
	color: coral;
}

/*---------------------
 nasconde autore dai post
-----------------------*/
.post-by-author.item {
    display: none !important;
}

/*---------------------
 Menu statement in arancione
-----------------------*/
.statement-class a {
    color: orange !important;
}
.statement-class a:hover {
    color: #ffffff !important;
}
/*---------------------
 Menu statement in arancione sbiadito
-----------------------*/
.statement-class-2 a {
    color: #bc7700 !important;
}
.statement-class-2 a:hover {
    color: #ffffff !important;
}
/*---------------------
 Visualizza Password in pagine riservate
-----------------------*/
.post-password-form input[type="password"] {
    width: 300px;
    max-width: 100%;
	border: solid 2px !important;
}
/*---------------------
 Bottom bar per menu e copyright
-----------------------*/
#bottom .bottom-bar-menu {
width: 80% !important;
}
#bottom .bottom-bar-content {
    width: 20% !important;
}
#bottom ul.bottom-nav > li > a:hover {
    color: #577CA2 !important;
}

/*---------------------
 Menu Country rep
-----------------------*/
.menu_country_rep:hover {
  color: #577CA2;
  text-decoration: underline;
}

/*---------------------
 Menu Contact Us in HOME
-----------------------*/
#menu-item-13304 {
  color: blue !important;
  background-color: #F7BE68 !important;
}

/*---------------------
 Griglia memebers institutional 
-----------------------*/
.title-no-margin h6 {
  margin-bottom: 0;
}

/*--------------------
 * Icone bluesky al posto di twitter
 * ------------------*/
.inf-icon-twitter {
  content: url('https://www.eaere.org/wp-content/uploads/2025/04/bluesky.png');
  width: 15px;
}

