/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

<link rel="stylesheet" type="text/css" href="//use.fontawesome.com/releases/v5.7.2/css/all.css">
   
      
/*  -------------------------- METABOX STYLING ---------------------------- */
/* ---------------- CHECKBOX SPACE after box & between lines First frontend then backend---------------- */

.rwmb-input input[type="checkbox"], .rwmb-input input[type="radio"] {
margin-top:8px!important;
	margin-right:6px!important;
}
.rwmb-taxonomy {
	margin-bottom:8px!important;
    margin-right:6px!important;
}
/* ------------- META BOX Button Styling ------------------ */
.rwmb-button {
  background-color: #800000;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  text-transform:uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.rwmb-button:hover {
  background-color: #ffbb05;
  color: white;
}

.button {
  background-color: #800000;
  color: white!important;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  text-transform:uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #ffbb05;
  color: white!important;
}

/* ------------ Admin style buttons from backend, showing on frontend editing  ----------------- */
.wp-core-ui .button-group.button-hero .button, .wp-core-ui .button.button-hero {
	color:#424242!important;
}
 
/*  ADD NEW buttons on Business account page  */
.mbfs-add-new-post {
	background-color:#ea530a!important;
	color:#ffffff!important;
	font-weight:500;
	text-transform:uppercase;
}