/*
Template: agama-pro
Theme Name: Agama Pro Child
Theme URI: http://theme-vision.com/agama-pro/
Description: Agama Pro Child Theme
Author: Jaroslav Svetlik
Author URI: http://theme-vision.com
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, white, one-column, two-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: agama-pro-child
*/
/************************************************************************************


Put your custom CSS below this block :)


*************************************************************************************/
.btn-group button {
  background-color: #4CAF50; /* Green background */
  border: 1px solid green; /* Green border */
  color: white; /* White text */
  padding: 10px 24px; /* Some padding */
  margin:5px;
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
}

.btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #3e8e41;
}


ul.list li{
  width: auto;
  float: left;
  list-style-type: none;
}
add_filter('acf/settings/remove_wp_meta_box', '__return_false');
