/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
/* Style the buttons that are used to open and close the accordion panel */
.TWOaccordion {
  background: none;
  color: black;
  cursor: pointer;
	font-weight: 600;
  width: 55%;
	padding: 12px 0px;
  text-align: left;
  border: none;
  outline: none;
	border-top: 2px solid black;
}


/* 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, .TWOaccordion:hover {
  background: none;
  color: lightgrey;
	border-top: 2px solid black;
}

.TWOaccordion:focus {
  background: none;
  color: black;
	border-top: 2px solid black;
  /*color: lightgrey;*/
}


/* Style the accordion panel. Note: hidden by default */
.TWOpanel {
	line-height: 1.75;
  padding: 0px;
  background: none;
  display: none;
  overflow: hidden;
}
