header .header-top-con .top-soc a.grey{
    line-height:1;
    padding:10px;
    color:#5b6b7a !important;
    border:2px solid #5b6b7a;
    background:#fff;
    margin-right: 20px;
    margin-left: 20px;
}
header .header-top-con .top-soc a.grey:hover,
header .header-top-con .top-soc a.grey:focus{
    color:#fff !important;
    background-color:#5b6b7a;
}
.inquiry{
    min-height: 260px;
    background: url(/wp-content/themes/darwinessay/assets/img/free-inquiry.jpg) no-repeat 50% 50%;    
    background-size: cover; 
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.inquiry h2 {
    color: #fff;
    margin: 0 0 30px 0;
}
.inquiry p{
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}
.inquiry .red {
    vertical-align: baseline;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    background: #e74c3c;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    transition: all .5s ease;
    font-size: 16px;
    line-height: 26px;
}

@media(max-width: 991px){
    header a.btn.grey, .price-list a.btn.grey, .order a.btn.grey, .order-now a.btn.grey, .order-in-post a.btn.grey {
        vertical-align: baseline;
        font-family: "Open Sans",sans-serif;
        font-weight: 400;
        background: #5b6b7a;
        color: white;
        padding-left: 12px;
        padding-right: 12px;  
        margin-bottom: 10px; 
        text-transform: uppercase;
        transition: all .5s ease;
    }
    header a.btn.grey:hover, .price-list a.btn.grey:hover, .order a.btn.red:hover, .order-now a.btn.grey:hover, .order-in-post a.btn.grey:hover {
        background: #5b6b7a;
        color: white;       
    }
}
.discount-button{
    background: lightgrey;
}