/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 27 2022 | 08:41:45 */
/* css hamburger animation */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
      width: 20px;
    height: 25px;
    position: relative;
    margin: 50px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-left: 15px;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
      display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 6px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#nav-icon3.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


.ppl-toggle-menu-container{
	position: absolute;
	top: 80px;
	z-index: 9999;
}



/* body.admin-bar .ppl-toggle-menu-container{
	top: 112px;
} */

.ppl-toggle-menu-container.sticky{
	position: fixed;
}


@media ( min-width: 1024px) {
/* 	.ppl-toggle-menu-container.sticky{
		top: 54px;
	} */


/* 	body.admin-bar .ppl-toggle-menu-container.sticky{
		top: 86px;
	} */
}

.ppl-toggle-wrapper{
	position:relative;
}

.ppl-toggle-menu-btn-bar{
	display:flex;
	justify-content: right;
	position: relative;
	    height: 35px;
    overflow: hidden;
}

.ppl-all-terms-container{
	background: #43525a;
	padding: 80px 35px 45px 35px;
	overflow-y:auto;
	position: absolute;
	z-index:2;
}

.ppl-btn-shadow {
	height: 100%;
    background: #6a6f5f;
    position: absolute;
    width: 100%;
}

.ppl-toggle-menu-btn{
	font-size: 16px;
    color: #fff;
    position: absolute;
    right: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
	z-index:9;
	cursor:pointer;
}

.ppl-all-terms-container .taxonomy-list-item a{
	color: #fff !important;
}

.ppl-all-terms-container .taxonomy-list-item {
    width: calc(100% / 7 );
}

.ppl-all-terms-container .tax-title{
	font-size: 16px;
}

@media (max-width: 1199px ) {
	.ppl-toggle-menu-container.sticky{
		top: 0 !important;
	}
	
	body.admin-bar .ppl-toggle-menu-container.sticky{
		top: 32px !important;
	}
}

/* tablets */
@media ( max-width: 1024px) {
	
	.ppl-all-terms-container .taxonomy-list-item {
		width: calc(100% / 5 );
	}
	
	.ppl-toggle-menu-container {
		top: 89px;
	}
	
	
}

/* mobile */
@media ( max-width: 767px) {
	.ppl-all-terms-container .taxonomy-list-item {
		width: calc(100% / 3 );
	}
	
	.ppl-toggle-menu-container {
		top: 80px;	
	}
	
	body.admin-bar .ppl-toggle-menu-container.sticky{
		top: 46px !important;
	}
	
	.taxonomy-list{
		overflow-y:scroll;
		height:calc(100vh - 100px);
	}
	
	body.admin-bar .taxonomy-list{
		height: calc(100vh - 100px - 46px);
	}
	
}


