/*
Theme Name: hiveepa
Description: This is a custom child theme for Salient
Author: ArtspaceUK
Template: salient
Version: 1.0
*/





.dark h3, .dark h4{
    color:#10207a;
}
.hiveform .span_12{
    margin:0!important;
}
.hiveform .hiveright{
    float:right;
}
.hiveform .vc_col-sm-6{
    width:45%;
    display:inline-block;
}
.hiveform input[type=text], .hiveform input[type=email], .hiveform input[type=number], .hiveform input[type=tel], .hiveform textarea{
    background-color:#fff!important;
    color:#000!important;
    border-radius:3px;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
    padding:10px!important;
    margin-bottom:15px;
}
.hiveform select{
    background-color:#fff!important;
    color:#000!important;
    border-radius:3px;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
    padding:12px!important;
    margin-bottom:15px;
}
.hiveform input[type=submit] {
    padding: 15px 50px !important;
    background: #99e55a;
    background: linear-gradient(to bottom right, #99e55a, #1790d9);
}