/*
 Theme Name:   ds-orao-Child
 Theme URI:    http://example.com/ds-orao/
 Description:  ds orao Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     ds-orao
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ds-orao-child
*/





/**
 * Item price
 */
/* Restaurant menu item */
.wpb-item-price {
    margin-bottom: 12px;
}

.wpb-item-price-title {
    text-align: left;
}

.wpb-item-price-dots {
    position: relative;
    bottom: 7px;
    height: 0;
    width: 100%;
    line-height: 0;
    border-bottom: 2px dotted #ddd;
}

/*.wpb-item-price-price {*/
    /*text-align: right;*/
/*}*/
.wpb-item-price-title{
    white-space: nowrap;
    width: auto;
    font-size: 18px;
}
.wpb-item-price-title, .wpb-item-price-dots, .wpb-item-price-price {
    display: table-cell;
}

/*Openingsuren*/

.working-box {
    border: 2px solid white;
    padding: 60px 0;
    margin-bottom: 22px;
}
@media (min-width: 992px) {
    .col-md-2 {
        width: 16.66666667%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }


}







.wpcf7-form-control.wpcf7-text{
    width: 100%;
}
.wpcf7-form-control.wpcf7-textarea{
    height: 7em;
}
.wpcf7-form-control.wpcf7-submit{
    float: right;
}



div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked {
    border: none !important;
}

.dslc-modules-section{
    padding-left: 3% !important;
    padding-right: 3% !important;
}

hr {
    margin-bottom: 30px;
    border: 0;
    border-top: 5px solid #fcbe71;
    width: 70px;
}

@media screen and (max-width: 1020px) {
    #nav,.dslc-mobile-navigation.dslc-navigation-res-t-enabled.dslc-navigation-res-p-enabled{
        display: none;
    }
    .menu a{
        text-align: center;
        font-weight: 400;
    }

}

