/* Theme Name: Meup Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of meup
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: meup
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  meup-child
*/

#tagsdiv-event_tag {
    display: none !important;
}
body.role-region-manager div#author_role {
    display: none !important;
}

/* .vendor_wrap table tr td {
  padding: 30px 15px !important;
} */
 a.booking-request {
    padding: 10px;
    border: 1px #fff solid;
    border-radius: 5px;
    background: #ff2e6d;
    color: #fff;
}
.event_section_white.el_future-booking-request-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 5px 20px 30px 20px !important;
}
.wrap_industry_category.vendor_field {
  display: flex;
  flex-wrap: wrap;
}
.wrap_industry_category.vendor_field label {
  order: 1;
}
.wrap_industry_category.vendor_field label#obs_industry_category-error {
  order: 3;
  padding-left: 150px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}
.wrap_industry_category.vendor_field span.select2.select2-container.select2-container--default {
  order: 2;
}

@media(max-width:485px){
  .wrap_industry_category.vendor_field label#obs_industry_category-error{
  padding-left: 0;
}
}