
/*topbar*/

#wrapper .it-header-slim-wrapper.theme-light {
    background: #A81F71;
    border-bottom: none;
    color: #fff;
}

.logos-box {
	height: 90px;
	overflow: hidden;
	margin-left: 90px;
}

#header .header_logo {
    height: 110px;
    width: auto;
}

#header .logos-box .header_logo {
	height: 90px;
}

#wrapper .it-header-navbar-wrapper.theme-light-desk {
    background: #fff;
    box-shadow: none;
}

.header_contact_ancor a, .header_contact_ancor a:hover, .header_contact_ancor a:active, .header_contact_ancor a:focus{
    color: #fff;
    text-decoration: none;
}

/* search in header */

.searchform {
    position: relative;
    display: inline-block;
    width: 100%;
}

body .searchform label {
    display: block;
}

#header #searchform input[type="text"] {
    border: 2px solid #333;
    border-radius: 0.6rem;
    box-shadow: none;
    padding: 0.4rem;
    height: 40px;
    width: 290px;
    background-color: #fff;
    float: left;
}

#header .it-header-wrapper .searchform:after {
    width: 20px;
    height: 20px;
    right: 26px;
    top: -6px;
    font-size: 32px;
}

.searchform:after {
    content: '\e831';
    font-family: "italia-icon-font";
    font-smoothing: antialiased;
    color: #333;
    pointer-events: none;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    right: -10px;
    top: 10px;
}

#header .searchform:after {
    width: 20px;
    height: 20px;
    right: 26px;
    top: -6px;
    font-size: 32px;
}
