.post-type-archive-testmotivbase .select-box-tab, .post-type-archive-motivebase .select-box-tab{
	display: none;
}
.post-type-archive-testmotivbase .mob-circle-tabs, .post-type-archive-motivebase .mob-circle-tabs{
	display: none;
}
.post-type-archive-testmotivbase .gg-motivebase__column-chart, .post-type-archive-motivebase .gg-motivebase__column-chart {
	display: block;
}
.post-type-archive-testmotivbase .gg-motivebase__column-chart.mob-chart, 
.post-type-archive-motivebase .gg-motivebase__column-chart.mob-chart {
	display: none;
}
.post-type-archive-testmotivbase .gg-block-motivebase-chart__button foreignObject, 
.post-type-archive-motivebase .gg-block-motivebase-chart__button foreignObject{
	display: block;
}
/*.post-type-archive-motivebase .gg-block-motivebase-chart__button text{
	display: none;
}*/
.post-type-archive-motivebase .gg-motivebase__columns{
	z-index: 2;
}

/**Author Box on Pages Style Start*/
.page .author-box__authors .author-box__image {
	margin-bottom: 16px;
	padding-right: 0;
	width: 81px;
	height: 81px;
}
.page .author-box__authors .author-box__image img {
	height: 100%;
	padding: 0;
	border-radius: 50%;
}
.page .author-box__authors .author-box__name {
	margin-top: 0px;
	margin-bottom: 8px;
  	font-size: 24px;
  	font-weight: 700;
  	line-height: 1.4;
  	letter-spacing: 0px;
  	text-transform: capitalize;
  	font-family: var(--wp--preset--font-family--montserrat);
}
.page .author-box__authors .author-box__name, .page .author-box__authors .author-box__position {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.page .author-box__authors {
	display: block;
}
/**Author Box on Pages Style End*/

@media(max-width:1200px){
.wp-block-statik-tabs__nav-item {
	font-size: 15px !important;
}
}

@media(max-width:991px){
.block-jp8v3g-tabs .wp-block-statik-tabs__nav-item {
	font-size: 13px !important;
	padding: 19px 4px;
}
}

@media(max-width:900px){
.block-jp8v3g-tabs ul{
display: block !important;
}
.block-jp8v3g-tabs ul li:after{
content: unset !important;
}
.block-jp8v3g-tabs ul li.wp-block-statik-tabs__nav-list-item--selected{
background-color: #4D842D;
}
.block-jp8v3g-tabs ul li.wp-block-statik-tabs__nav-list-item--selected .wp-block-statik-tabs__nav-item{
background-color: transparent;
color: #fff;
}
.block-jp8v3g-tabs ul li.wp-block-statik-tabs__nav-list-item--selected .wp-block-statik-tabs__nav-item p:hover{
color: #fff;
}
}

@media(max-width:600px){
.post-type-archive-testmotivbase nav.wp-block-statik-tabs__nav,
.post-type-archive-motivebase nav.wp-block-statik-tabs__nav{
	display: none;
}
.post-type-archive-motivebase .select-box-tab,
.post-type-archive-testmotivbase .select-box-tab{
	position: relative;
	background-color: #4d842d;
	display: block;
	z-index: 9;
}
.post-type-archive-motivebase .select-box-tab::after,
.post-type-archive-testmotivbase .select-box-tab::after{
	transform: rotate(90deg);
	content: "";
	display: inline-block;
	position: absolute;
	font-family: "fontello",sans-serif;
	right: 10px;
	top: 9px;
	background: #4d842d;
	color: #fff;
}
.post-type-archive-motivebase .wp-block-statik-tabs__select,
.post-type-archive-testmotivbase .wp-block-statik-tabs__select{
	width: 100%;
	height: 48px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	letter-spacing: .8px;
	display: block;
	margin-bottom: 20px;
	padding: 0 14px;
	background-color: transparent;
	color: #fff;
}
.post-type-archive-motivebase .wp-block-statik-tabs__select option,
.post-type-archive-testmotivbase .wp-block-statik-tabs__select option{
	background-color: #fff;
	color: #222;
}
.post-type-archive-motivebase .wp-block-statik-tabs__select option:hover,
.post-type-archive-testmotivbase .wp-block-statik-tabs__select option:hover{
	background-color: #4d842d;
	color: #fff;
}
.post-type-archive-motivebase .gg-motivebase__column-chart svg,
.post-type-archive-testmotivbase .gg-motivebase__column-chart svg{
	display: block;
}
.post-type-archive-motivebase .gg-block-motivebase-chart__mobile-tabs-nav,
.post-type-archive-testmotivbase .gg-block-motivebase-chart__mobile-tabs-nav{
	display: none;
}
.post-type-archive-motivebase .mob-circle-tabs,
.post-type-archive-testmotivbase .mob-circle-tabs{
	display: block;
	width: 100%;
	z-index: 9;
}
/*.post-type-archive-testmotivbase .gg-block-motivebase-chart__quadrant {
	display: none;
}*/
.post-type-archive-motivebase .mob-circle-tabs ul,
.post-type-archive-testmotivbase .mob-circle-tabs ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.post-type-archive-motivebase .mob-circle-tabs ul li span,
.post-type-archive-testmotivbase .mob-circle-tabs ul li span{
	background-color: #4D842D;
	width: 100%;
	display: block;
	color: #fff;
	margin-bottom: 4px;
	padding: 6px 10px;
}
.post-type-archive-motivebase .mob-circle-tabs ul li span:after,
.post-type-archive-testmotivbase .mob-circle-tabs ul li span:after{
	transform: rotate(90deg);
	content: "";
	display: inline-block;
	position: absolute;
	font-family: "fontello",sans-serif;
	right: 12px;
	top: 6px;
}
.post-type-archive-motivebase .mob-circle-tabs ul li span.active:after,
.post-type-archive-testmotivbase .mob-circle-tabs ul li span.active:after{
	transform: rotate(-90deg);
}
.post-type-archive-motivebase .mob-circle-tabs ul li span.active,
.post-type-archive-testmotivbase .mob-circle-tabs ul li span.active{
	background-color: #2B600C;
}
.post-type-archive-motivebase .gg-motivebase__column-chart,
.post-type-archive-testmotivbase .gg-motivebase__column-chart{
	display: none;
}
.post-type-archive-motivebase .gg-motivebase__column-chart.mob-chart,
.post-type-archive-testmotivbase .gg-motivebase__column-chart.mob-chart{
	display: block;
}
.mob-circle-tabs ul li span{
	display: block;
	cursor: pointer;
}
.gg-motivebase__chart-content.show {
	display: block;
	padding: 14px 14px;
}
.post-type-archive-testmotivbase .gg-block-motivebase-chart__quadrant,
.post-type-archive-motivebase .gg-block-motivebase-chart__quadrant{
	display: none;
}
.post-type-archive-testmotivbase .gg-block-motivebase-chart__button-heading,
.post-type-archive-motivebase .gg-block-motivebase-chart__button-heading{
	fill: transparent;
}
.post-type-archive-testmotivbase .gg-block-motivebase-chart__button foreignObject,
.post-type-archive-motivebase .gg-block-motivebase-chart__button foreignObject{
	display: none;
}
.post-type-archive-testmotivbase .gg-block-motivebase-chart__button text,
.post-type-archive-motivebase .gg-block-motivebase-chart__button text{
	display: block;
}
.gg-motivebase__column-chart.mob-chart::before {
	content: "";
	border: 20px solid #fff;
	position: absolute;
	width: 32%;
	height: 33%;
	border-radius: 50%;
	z-index: 2;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page .author-box__authors {
	text-align: center;
}
.page .author-box__authors .author-box__image {
	margin: 0 auto 20px auto;
}
.page .author-box__authors .author-box__name {
	font-size: 18px;
}
}



@media(max-width:599px){
.post-type-archive-testmotivbase .gg-motivebase__columns, 
.post-type-archive-motivebase .gg-motivebase__columns{
	flex-direction: unset;
}
}