

.side_menu_button>a:hover {
    color: #3D3D3D !important;
}
.q_team_text{
    padding-left: 3px !important;
}
nav.main_menu>ul>li.active > a > span{
    color: #fff !important;
}
nav.main_menu>ul>li.active:hover > a > span{
    color: #333333 !important;
}
/*SISTEMAZIONE COLORE SFONDO MENU ALL'HOVER*/
nav.main_menu>ul>li:hover{
     background-color: #fff !important;
}
nav.main_menu>ul>li>a:hover{
     color: #67625e !important;
}
/*TESTO BIANCO NEL FOOTER*/
.bianco{
     color: #fff !important;
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header i{
      color: #67625e !important;
}
.fa-stack:hover{
     background-color: #67625e !important;
}
.accordion_content_inner{
     min-heigth: 450px !important;
}

/* NON MOSTRO GLI SLIDER SOTTO AI 500PX ------------------------ */
@media screen and (max-width: 800px) {
.q_slider{
	display: none !important;
}
/*CAMBIO COLORE DI SFONDO AL FOOTER*/

.footer_top_holder{
background: #001422 !important; /* Old browsers */
background: -moz-linear-gradient(top,  #67625e 0%, #021422 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #67625e 0%,#021422 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #67625e 0%,#021422 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='67625e', endColorstr='#021422',GradientType=0 ) !important; /* IE6-9 */
}

/**/
.q_dropcap.square{
      background-color: #1B2C38 !important;
}
/*INSERISCO 10PX DI MARGINE SOPRA PER NON VEDERLI SCHIACCIATI NEL MOPBILE*/
.wpb_column.vc_column_container{
    margin-top: 15px !important;
}
.q_dropcap square{
    background-color: #1B2C38 !important;
}
.bianco{
color: #ffffff !important;
}
.title_subtitle_holder h1{
display: none !important;
}
.wpcf7-form-control{
    border-radius: 5px !important;
    height: 30px !important;
    border-width: 1px !important;
    border-color: #f2f2f2 !important;
    padding: 5px;
}
.your-message{
    border-radius: 5px !important;
    height: 30px !important;
    border-width: 1px !important;
    border-color: #f2f2f2 !important;
    padding: 5px !important;;
}
.wpcf7-textarea{
    border-radius: 5px !important;
    height: 30px !important;
    border-width: 1px !important;
    border-color: #f2f2f2 !important;
    min-height: 100px !important;
}

.wpcf7-submit{
     width: 100px !important;
    margin-top: 20px !important;
    background-color: #1b2c38 !important;
    color: white !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}
