/*
Theme Name: BBQ
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.2
*/
.nav-spacing-xlarge>li {
    margin: 0 33px;
}
.form-dat-ban{    padding: 15px;
    text-align: center;
    background: white;
    border-radius: 10px;}
.form-dat-ban .des{font-size:15px}
.form-dat-ban .row-form{    display: inline-flex;
    clear: both;}
.form-dat-ban .row-form .left{width:50%; float:left; padding-right:7px}
.form-dat-ban .row-form .right{width:50%; float:right; padding-left:7px}
.form-dat-ban .row-form label{text-align:left}
			input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea, select, input[type='date']{border-radius: 4px;
    height: 35px;
    font-size: 15px;
    box-shadow: none;}
.form-dat-ban input[type='submit']{    margin: 0;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: none;
    font-size: 15px;}
.dat-ban-section .col{padding-bottom:0}
.form-dat-ban h3{font-size:25px; font-weight:normal}






@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}