/*
 Theme Name:  Orgosolo Esplorazioni Child
 Template:    orgosoloesplorazioni
 Version:     1.0.0
 Text Domain: virtuti
*/

@import url("../orgosoloesplorazioni/style.css"); /*edit the path if needed*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.grey {
    background: #f0f0f0;
    background-image: url(../orgosoloesplorazioni/images/bg.png)
						  
}

address#copyright {
    float: left;
    padding: 0 2em 0 0;
    height: 60px;
    line-height: 60px;
    font-size: 0.8em;
    text-transform: none;
}
.morelink {
display:none;	
}
#e-categories a::after {
    display: inline;
    content: '&';
    padding: 0 7px;
}
@media print{
#fixed{
 	display:true;
}
#home-box4{
	display:inherit;
}
}

@media screen and (max-width:1024px){
#fixed{
	display:inherit;
}
#home-box4{
	display:block;
}
}