/*
Theme Name: PE Business
Theme URI: https://www.pixelemu.com/wordpress-themes/i/#
Author: PixelEmu
Author URI: https://pixelemu.com
Description: Excellent business WordPress theme for any business. Awesome ready-made widgets and shortcodes help to create many site sections with different content. You may decide which ones should stay on your site by assigning the widgets to the layout position and then simply enter your product or company info. The theme is very flexible and includes many helpful options to configure.
Version: 1.04
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: pe-business
*/

/* All theme styles you will find in LESS files. Please check 'less' directory. */

/* Below classes are provided for Theme Check plugin purpose only, you can find proper styles in '*.less' files */
.bypostauthor{}
.wp-caption{}
.wp-caption-text{}
.gallery-caption{}
.sticky{}
.alignright{}
.alignleft{}
.aligncenter{}
.screen-reader-text{}

/* You can add here your custom styles */


 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
	
	margin-bottom: 10px !important;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
} 
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
button.accordion {
	border-radius: 5px;
}
