
/* hide word category / 33288569HC (KAZE) */
.category .page-title {
  font-size: 0;
}
 
.category .page-title span {
  font-size: 16px;
}
/* User uppercase fonts for menu button mobile | 33560582-HC */
.js .menu-toggle {
text-transform: uppercase;
}

/* Make arrows larger and increase padding on the right of menu text to ensure there isn't overlap with arrow | 33876511-hc bb */
button.dropdown-toggle > svg {
font-size: 20px;
}

.sub-menu > li {
padding-right: 15px;
}
/* Change font size for mobile menu button | 33876511-hc bb */
#site-navigation > button {
font-size: 16px;
}

/* Make arrows larger and increase padding on the right of menu text to ensure there isn't overlap with arrow | 33876511-hc bb */
button.dropdown-toggle > svg {
font-size: 20px;
}

/* Increases the content width | 33560582-HC */
@media screen and (min-width: 30em) { .wrap {
max-width: 60%;
}
}

@media screen and (min-width: 48em) {
.wrap {
max-width: 60%;
}
}

@media screen and (min-width: 30em) { .page.page-one-column:not(.twentyseventeen-front-page) #primary {
max-width: 65%;
}
}

@media screen and (min-width: 30em) {
.page-one-column .panel-content .wrap {
max-width: 60%;
}
/* Change button color and make it rounded | hc34077514 (pax) */
#infinite-handle span {
    background-color: #737373 !important;
  border-radius: 9999px !important;
}
.site-main #infinite-handle span:hover {
    background-color: #d6df22 !important;
}

#infinite-handle span button {
    color: white !important;
}

#infinite-handle span button:hover {
    color: black !important;
}
}
/* change breakpoints for .wrap element between desktop and mobile | 33580005-hc (LL) */
@media screen and (max-width: 100em) and (min-width: 30em) {
.wrap {
    max-width: 100%;
}
}
/* change breakpoints for content area between desktop and mobile | 33580005-hc (LL) */
@media screen and (max-width: 100em) and (min-width: 30em) {
.page.page-one-column:not(.twentyseventeen-front-page) #primary {
    max-width: 100%;
}
}
/* change breakpoints for content area between desktop and mobile, index page structure | 33580005-hc (LL) */
@media screen and (max-width: 100em) and (min-width: 30em) {
    .page-one-column .panel-content .wrap {
    max-width: 100%;
	}
}
/*Hide Geotag on Block editor posts | 4841086-zd FC*/ 
.single-post .post-geo-location-label, .geo-chip{
display:none;
}
