/*
Theme Name: Quadric Child
Theme URI: http://quadric.edge-themes.com/
Description: A child theme of Quadric Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Template: quadric
*/
@import url("../quadric/style.css");



/*Fix button hover*/

.edgtf-btn.edgtf-btn-solid:not(.edgtf-btn-custom-hover-color):hover {  color: #ffffff !important;}

/*Larghezza menù di secondo livello*/
.edgtf-drop-down .narrow .second .inner ul li {width: 360px !important;}

.edgtf-info-card-holder-inner		{ font-size:22px !important;}


/*EU Cookie Law*/

body .pea_cook_wrapper.pea_cook_topcenter {
    top: 0;
    left: 0;
    margin: 0 0%;
    border-radius: 0;
    /* font-size: 16px; */
    padding: 25px;
    width:100%;
}
body .pea_cook_wrapper p {
    bottom: 30px;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-size: 15px;
    margin: 0;
    font-weight: bold;
    text-align: left;
    max-width: 1360px;
    margin: 0 10%;
}
body .pea_cook_wrapper a {
    border-bottom: dotted thin #eee;
    clear: left;
    display: inline-block;
    border-bottom: 2px solid!important;
    background: #0d6aaf;
    border: 2px solid #fff;
    border-radius: 0px;
     box-shadow: inset 0 0 0px 0px #f6f6f6; 
    color: #fff;
    font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
    line-height: 12px; 
    padding: 5px 10px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: auto;
    margin-left: 0;
    text-transform: uppercase;
    margin-top: 0;
}
body .pea_cook_wrapper {
    z-index: 1000000;
}
body button.pea_cook_btn {
    background: #0d6aaf;
    border: 2px solid #fff;
    border-radius: 0px;
    box-shadow: inset 0 0 0px 0px #f6f6f6;
    color: #fff;
    font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
    line-height: 12px; 
    padding: 5px 0;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 100px;
    margin-left: 0;
    text-transform: uppercase;
    margin-top: 10px;
}
body button.pea_cook_btn:hover {
    background: #0d6aaf;
    -webkit-box-shadow: inset 0 0 0px 0px #eaeaea;
    -moz-box-shadow: inset 0 0 0px 0px #eaeaea;
    box-shadow: inset 0 0 0px 0px #eaeaea;
    color: #fff;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
	
    .boxhome		{ margin-bottom:30px !important;}
}