/*
Theme Name: Talent Divi Child
Theme URI: https://www.talentshop.it
Description: Centro Studi Child theme Divi
Author: Antonello Donofrio
Template: Divi
Version: 1.0
*/

:root {
	--black-color: #000000;
	--lighBlack-color: #555555;
	--gold-color:#c1a475;
	--white-color: #ffffff;
}

/*GENERAL*/
.gold-text {
	color:var(--gold-color);
}
/*HEADER*/
#top-header {
	display:none;
}
@media (min-width: 981px) {
	#top-header {
		display:block;
	}
}
#top-header .icon {
	display:inline-block;
	width:auto;
	margin-right:20px;
}
#top-header .et_pb_column .icon.social:last-of-type,
#top-header .et_pb_column .icon.user:first-of-type {
	margin-right:0;
}
#top-header .icon.social {
	float:left;
}
#top-header .icon.user {
	float:right;
}
#top-menu ul li {
	margin:0 10px 0 0;
	padding:0;
}
#top-menu ul li:last-of-type {
	margin-right:0;
}
#top-menu a,
#top-menu a:visited {
	padding: .3em 1em;
	line-height: 1.7em;
	transition: all 300ms ease 0ms;
}
#top-menu a:hover,
#top-menu a:active {
	padding: .3em .7em .3em 2em;
	transition: all 300ms ease 0ms;
}
#top-menu a:hover:before {
	content: "";
	display: inline-block;
    width: 30px; 
    height: 30px;
    background-image: url('assets/img/icon-arrows-gold.png');
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
	position: absolute;
	left: 5px;
	top: 50%; 
    transform: translateY(-50%);
	opacity:0;
	transition: all 300ms ease 0ms;
}
#top-menu a:hover:before {
	opacity:1;
	transition: all 300ms ease 0ms;
}
/*FOOTER*/
#footer .menu-footer ul {
	display:block;
}
#footer a,
#footer a:visited {
	color:var(--lighBlack-color);
}
#footer a:hover,
#footer a:active {
	color:var(--black-color);
}