/*
Theme Name: A P Catering
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.contact-outer{

}
.contact-outer .row{
    display: flex;
    margin: 0px 0px;
}
.contact-outer .row .col-50{
    max-width: 50%;
    width: 50% !important;
    flex: 0 0 50% !important;
    padding: 0px 15px;
}
.contact-outer .row .col-50 .label{
    color: #2c3345FF;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: block;
}
.contact-outer .row .col-100{
    max-width: 100%;
    width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0px 15px;
}
.contact-outer .row .col-100 .label{
    color: #2c3345FF;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: block;
}
.contact-outer .row .col-50 input,
.contact-outer .row .col-50 input,
.contact-outer .row .col-50 select,
.contact-outer .row .col-100 textarea{
    background-color: #FFFFFF00 !important;
    color: #2c3345FF !important;
    border-bottom: 1px solid #B58A64FF !important;
    border-radius: 0px !important;
    padding: 8px 15px 8px 0px !important;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 300;
    background-clip: inherit !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 100%;
    max-width: 100%;
}
.contact-outer .row .col-100 textarea {
    min-height: 50px !important;
    height: 50px;
}
.contact-outer .wpcf7-form-control.wpcf7-submit{
    background-color: #FF690CFF;
    border: 0px none #FFFFFF;
    border-radius: 5px;
    padding: 15px 50px 15px 50px;
    white-space: normal;
    width: 50%;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    font-size: 16px;
}
.btn-outer {
    text-align: center;
    width: 100%;
}