/*

Theme Name: Contessa
Author: Archimedia
Author URI: http://www.archimedia.com
Description: Contessa
Tags: 2015
Text Domani: Tema custom
License: Archimedia
Version: 1.0.0

*/
@import url('CSS/screen.css');
select.ricerca {
    height:35px;
    background-image:url(Immagini/dropdown-arrow.png);
    background-repeat:no-repeat;
    background-position:right;
    background-size:contain;
    background-color:#f1f1f1;
    color:#58595b;
    margin-bottom:5%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #CDCDCD;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

}

.cookie-notice-container{
    padding-left:50px;
    min-height: 40px;
background-position: 10px 10px;
    background-repeat: no-repeat;
    background-image: url('CSS/images/gdpr-icon.png');
}
