/*
Theme Name: Madrid Engineering Group
*/

/* main elements */
.hide {display: none;}
#nav .drop .active a{
    color:#fff;
    text-decoration:none;
}
.navigation {
    width:100%;
    overflow:hidden;
}
.navigation .prev {float:left;}
.navigation .next {float:right;}
.commentlist,
.commentlist ul {
    margin:0;
    padding:0;
    list-style:none;
}
#main .section .commentlist p {margin:0;}
.commentlist ul {padding:0 0 0 28px;}
.commentlist li {
    vertical-align:top;
    list-style:none;
}
.commentlist div {
    padding:0 0 12px;
    overflow:hidden;
}
.commentlist .avatar {
    float:left;
    margin:0 12px 0 0;
}
#main .section {line-height: 16px;}
#main .section p {margin: 0 0 8px;}
#sidebar .form-contact{
    background:url(images/opacity2.png);
    padding:0 15px 17px 14px;
    color:#7b7a7a;
    overflow:hidden;
    margin:0 0 24px;
    font:bold 12px/14px Arial, Helvetica, sans-serif;
}
#sidebar .form-contact h2{
    background:#2a3990;
    color:#fff;
    padding:21px 5px 15px;
    margin: 0 -15px 17px -14px;
    width:290px;
}
.form-contact span.wpcf7-form-control-wrap {display: block;}
.form-contact span.wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    left: 0;
    width: 259px;
    height: 14px;
    padding: 8px 5px 9px;
    font-size: 12px;
    line-height: 14px;
}
.widget-menu ul{
    margin:0 -15px 0 -20px;
    padding:2px 13px 2px 12px;
    overflow:hidden;
    font:bold 14px/16px Arial, Helvetica, sans-serif;
    background:url(images/opacity2.png);
}
.widget-menu ul li{
    float:left;
    list-style:none;
    width:263px;
    padding:9px 11px 8px;
    border-top:2px solid #f4f2f0;
}
.widget-menu ul li:first-child {border:none;}
.widget-menu ul a{
    padding:0 0 0 30px;
    display:block;
    color:#7b7a7a;
}
.widget-menu ul a:hover,
.widget-menu ul .active a{
    background:url(images/arrow2.png) no-repeat 0 50%;
    color:#2d5163;
    text-decoration:none;
}