/*

Theme Name: Go Child


Theme URI: #


Description: Go Child Theme


Author: Peritos Solutions


Author URI: https://peritossolutions.com


Template: go


Version: 1.0.0


License: GNU General Public License v2 or later


License URI: http://www.gnu.org/licenses/gpl-2.0.html


Tags: two-column, responsive-layout


Text Domain: gochild


*/ 



/* accordion-1 */
.categoryDropDown {
    position: relative;
    list-style: none;
    padding-left: 0;
}.categoryDropDown h2 {
    font-size: 20px;
    margin-bottom: 0px;
	width:100%;
}.categoryDropDown h2 *{
	width:100%;
}.categoryDropDown > li {
    border-bottom: 1px solid #9978c790;
}.categoryDropDown .content ul {
    list-style: none;
    padding-left: 0;
}.categoryDropDown .content a.currentPost {
    background-color: #9978c790;
    color: #401f74 !important;
}.categoryDropDown .content {
    padding: 5px;
}.elementor-location-archive {
    min-height: 100vh;
}

.categoryDropDown .head{
  background-color: #FFFFFF;
  color: #563e6e;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categoryDropDown .head a {
    padding: 10px 25px;
}
.categoryDropDown .arrow{
  color: #563e6e;
  font-size: 30px;
  transition: 0.25s ease;
  opacity: 0.3;
  transform: rotate(-90deg);
}
.categoryDropDown .head:hover .arrow{
  opacity: 1;
}.categoryDropDown .head:hover, .categoryDropDown .active {
    background-color: #9978c790;
    color: #401f74 !important;
}.categoryDropDown a {
    color: #623e97;
	display:block;
}
.categoryDropDown .arrow-animate{
  transform: rotate(0deg);
  opacity: 1;
}
.categoryDropDown .content{
  background-color: #FFFFFF;
  display: none;
  padding: 10px 30px;
  color: #333333;
}.categoryDropDown .content a {
    margin-bottom: 10px !important;
    display: inline-block;
}h2.kbCategoryTitle {
    color: #623e97;
    margin-bottom: 20px;
    background: #c5b2df;
    padding: 15px 25px;
}